Skip to content

Commit

Permalink
Add AppLayer Testnet Chain (#6288)
Browse files Browse the repository at this point in the history
Co-authored-by: ligi <[email protected]>
  • Loading branch information
Jean-Lessa and ligi authored Nov 29, 2024
1 parent b316035 commit 41403d0
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions _data/chains/eip155-75338.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "AppLayer Testnet",
"chain": "AppLayer",
"rpc": ["https://testnet-api.applayer.com"],
"faucets": ["https://testnet-faucet.applayer.com"],
"nativeCurrency": {
"name": "AppLayer",
"symbol": "APPL",
"decimals": 18
},
"features": [
{ "name": "EIP55" },
{ "name": "EIP155" },
{ "name": "EIP1559" }
],
"infoURL": "https://applayer.com",
"shortName": "applayer-testnet",
"chainId": 75338,
"networkId": 75338,
"explorers": [
{
"name": "Applayer Testnet Explorer",
"url": "https://testnet-explorer.applayer.com",
"standard": "EIP3091"
}
]
}

0 comments on commit 41403d0

Please sign in to comment.