chains/_data/chains/eip155-9997.json
Jun Hao Tan e8c2f709c5
add AltLayer testnet (#2774)
* add AltLayer testnet

* fix altlayer testnet explorer link

* format json and remove slash at end of url for altlayer testnet
2023-05-10 10:40:58 +02:00

26 lines
576 B
JSON

{
"name": "AltLayer Testnet",
"chain": "ETH",
"rpc": ["https://testnet-rollup-api.altlayer.io"],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
"infoURL": "https://altlayer.io",
"shortName": "alt-testnet",
"chainId": 9997,
"networkId": 9997,
"icon": "altlayer",
"explorers": [
{
"name": "blockscout",
"url": "https://testnet-rollup-explorer.altlayer.io",
"icon": "blockscout",
"standard": "EIP3091"
}
]
}