From fa2616e2ba46527bc498ea770ad9f53651778d09 Mon Sep 17 00:00:00 2001 From: Kyle Betts Date: Fri, 19 Feb 2021 09:20:28 -0500 Subject: [PATCH] Add Avalanche networks --- _data/chains/eip155-43113.json | 18 ++++++++++++++++++ _data/chains/epi155-43114.json | 18 ++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 _data/chains/eip155-43113.json create mode 100644 _data/chains/epi155-43114.json diff --git a/_data/chains/eip155-43113.json b/_data/chains/eip155-43113.json new file mode 100644 index 00000000..d0f15514 --- /dev/null +++ b/_data/chains/eip155-43113.json @@ -0,0 +1,18 @@ +{ + "name": "Avalanche Testnet Fuji", + "chain": "AVAX", + "network": "testnet", + "rpc": [ + "https://api.avax-test.network/ext/bc/C/rpc" + ], + "faucets": [], + "nativeCurrency": { + "name": "AVAX", + "symbol": "AVAX", + "decimals": 9 + }, + "infoURL": "https://cchain.explorer.avax-test.network", + "shortName": "Fuji", + "chainId": 43113, + "networkId": 43113 + } \ No newline at end of file diff --git a/_data/chains/epi155-43114.json b/_data/chains/epi155-43114.json new file mode 100644 index 00000000..e204a542 --- /dev/null +++ b/_data/chains/epi155-43114.json @@ -0,0 +1,18 @@ +{ + "name": "Avalanche Mainnet", + "chain": "AVAX", + "network": "mainnet", + "rpc": [ + "https://api.avax.network/ext/bc/C/rpc" + ], + "faucets": [], + "nativeCurrency": { + "name": "AVAX", + "symbol": "AVAX", + "decimals": 9 + }, + "infoURL": "https://cchain.explorer.avax.network/", + "shortName": "Mainnet", + "chainId": 43114, + "networkId": 43114 + } \ No newline at end of file