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

* add AirDAO Mainnet & Testnet networks * fix: `ambnet`->`ambnet-test` & `airdao`->`airdao-test`
24 lines
494 B
JSON
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"
|
|
}
|
|
]
|
|
}
|