From 91163762b74957dc3b5d95e0c4c12888de046889 Mon Sep 17 00:00:00 2001 From: nacknime <34421603+nacknime-official@users.noreply.github.com> Date: Sun, 12 Feb 2023 03:30:05 +0200 Subject: [PATCH] Add AirDAO Mainnet & Testnet networks (#2264) * add AirDAO Mainnet & Testnet networks * fix: `ambnet`->`ambnet-test` & `airdao`->`airdao-test` --- _data/chains/eip155-16718.json | 23 +++++++++++++++++++++++ _data/chains/eip155-22040.json | 23 +++++++++++++++++++++++ _data/icons/airdao.json | 8 ++++++++ 3 files changed, 54 insertions(+) create mode 100644 _data/chains/eip155-16718.json create mode 100644 _data/chains/eip155-22040.json create mode 100644 _data/icons/airdao.json diff --git a/_data/chains/eip155-16718.json b/_data/chains/eip155-16718.json new file mode 100644 index 00000000..94253e60 --- /dev/null +++ b/_data/chains/eip155-16718.json @@ -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" + } + ] +} diff --git a/_data/chains/eip155-22040.json b/_data/chains/eip155-22040.json new file mode 100644 index 00000000..a61dba1b --- /dev/null +++ b/_data/chains/eip155-22040.json @@ -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" + } + ] +} diff --git a/_data/icons/airdao.json b/_data/icons/airdao.json new file mode 100644 index 00000000..4278b703 --- /dev/null +++ b/_data/icons/airdao.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmSxXjvWng3Diz4YwXDV2VqSPgMyzLYBNfkjJcr7rzkxom", + "width": 400, + "height": 400, + "format": "png" + } +]