mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Add AirDAO Mainnet & Testnet networks (#2264)
* add AirDAO Mainnet & Testnet networks * fix: `ambnet`->`ambnet-test` & `airdao`->`airdao-test`
This commit is contained in:
parent
dd4b671a46
commit
91163762b7
23
_data/chains/eip155-16718.json
Normal file
23
_data/chains/eip155-16718.json
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
{
|
||||||
|
"name": "AirDAO Mainnet",
|
||||||
|
"chain": "ambnet",
|
||||||
|
"icon": "airdao",
|
||||||
|
"rpc": ["https://network.ambrosus.io"],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Amber",
|
||||||
|
"symbol": "AMB",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://airdao.io",
|
||||||
|
"shortName": "airdao",
|
||||||
|
"chainId": 16718,
|
||||||
|
"networkId": 16718,
|
||||||
|
"explorers": [
|
||||||
|
{
|
||||||
|
"name": "AirDAO Network Explorer",
|
||||||
|
"url": "https://airdao.io/explorer",
|
||||||
|
"standard": "none"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
23
_data/chains/eip155-22040.json
Normal file
23
_data/chains/eip155-22040.json
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
{
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
8
_data/icons/airdao.json
Normal file
8
_data/icons/airdao.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url": "ipfs://QmSxXjvWng3Diz4YwXDV2VqSPgMyzLYBNfkjJcr7rzkxom",
|
||||||
|
"width": 400,
|
||||||
|
"height": 400,
|
||||||
|
"format": "png"
|
||||||
|
}
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user