chains/_data/chains/eip155-22040.json
nacknime 91163762b7
Add AirDAO Mainnet & Testnet networks (#2264)
* add AirDAO Mainnet & Testnet networks

* fix: `ambnet`->`ambnet-test` & `airdao`->`airdao-test`
2023-02-12 02:30:05 +01:00

24 lines
494 B
JSON

{
"name": "AirDAO Testnet",
"chain": "ambnet-test",
"icon": "airdao",
"rpc": ["https://network.ambrosus-test.io"],
"faucets": [],
"nativeCurrency": {
"name": "Amber",
"symbol": "AMB",
"decimals": 18
},
"infoURL": "https://testnet.airdao.io",
"shortName": "airdao-test",
"chainId": 22040,
"networkId": 22040,
"explorers": [
{
"name": "AirDAO Network Explorer",
"url": "https://testnet.airdao.io/explorer",
"standard": "none"
}
]
}