mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00

* add AltLayer testnet * fix altlayer testnet explorer link * format json and remove slash at end of url for altlayer testnet
26 lines
576 B
JSON
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"
|
|
}
|
|
]
|
|
}
|