Add AirDAO Mainnet & Testnet networks (#2264)

* add AirDAO Mainnet & Testnet networks

* fix: `ambnet`->`ambnet-test` & `airdao`->`airdao-test`
This commit is contained in:
nacknime 2023-02-12 03:30:05 +02:00 committed by GitHub
parent dd4b671a46
commit 91163762b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 54 additions and 0 deletions

View 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"
}
]
}

View 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
View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmSxXjvWng3Diz4YwXDV2VqSPgMyzLYBNfkjJcr7rzkxom",
"width": 400,
"height": 400,
"format": "png"
}
]