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