From 63cb18de99eac5cde0bfd4443d140b66455e0dbc Mon Sep 17 00:00:00 2001 From: Christophe Le Bars Date: Tue, 25 Jan 2022 12:41:37 +0100 Subject: [PATCH] update chains --- src/chains.js | 50 +++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 39 insertions(+), 11 deletions(-) diff --git a/src/chains.js b/src/chains.js index bb4caea..8a4fdc2 100644 --- a/src/chains.js +++ b/src/chains.js @@ -308,15 +308,22 @@ const chains = [ ] }, { - name: 'ELA-ETH-Sidechain Mainnet', + name: 'Elastos Smart Chain', chain: 'ETH', - rpc: [ 'https://mainrpc.elaeth.io' ], - faucets: [], + rpc: [ 'https://api.elastos.io/eth' ], + faucets: [ 'https://faucet.elastos.org/' ], nativeCurrency: { name: 'Elastos', symbol: 'ELA', decimals: 18 }, infoURL: 'https://www.elastos.org/', shortName: 'elaeth', chainId: 20, - networkId: 20 + networkId: 20, + explorers: [ + { + name: 'elastos eth explorer', + url: 'https://eth.elastos.io', + standard: 'EIP3091' + } + ] }, { name: 'ELA-ETH-Sidechain Testnet', @@ -616,10 +623,10 @@ const chains = [ nativeCurrency: { name: 'Pangolin Network Native Token”', symbol: 'PRING', - decimals: 9 + decimals: 18 }, infoURL: 'https://darwinia.network/', - shortName: 'darwinia', + shortName: 'pangolin', chainId: 43, networkId: 43, explorers: [ @@ -635,7 +642,7 @@ const chains = [ chain: 'crab', rpc: [ 'http://crab-rpc.darwinia.network' ], faucets: [], - nativeCurrency: { name: 'Crab Network Native Token', symbol: 'CRAB', decimals: 9 }, + nativeCurrency: { name: 'Crab Network Native Token', symbol: 'CRAB', decimals: 18 }, infoURL: 'https://crab.network/', shortName: 'crab', chainId: 44, @@ -648,6 +655,28 @@ const chains = [ } ] }, + { + name: 'Darwinia Pangoro Testnet', + chain: 'pangoro', + rpc: [ 'http://pangoro-rpc.darwinia.network' ], + faucets: [], + nativeCurrency: { + name: 'Pangoro Network Native Token”', + symbol: 'ORING', + decimals: 18 + }, + infoURL: 'https://darwinia.network/', + shortName: 'pangoro', + chainId: 45, + networkId: 45, + explorers: [ + { + name: 'subscan', + url: 'https://pangoro.subscan.io', + standard: 'none' + } + ] + }, { name: 'XinFin Network Mainnet', chain: 'XDC', @@ -1543,7 +1572,7 @@ const chains = [ explorers: [ { name: 'Blockmeta', - url: 'https://bmc.blockmeta.com', + url: 'https://bmctestnet.blockmeta.com', standard: 'none' } ] @@ -4270,11 +4299,10 @@ const chains = [ networkId: 421611, nativeCurrency: { name: 'Arbitrum Rinkeby Ether', symbol: 'ARETH', decimals: 18 }, rpc: [ - 'http://fauceth.komputing.org?chain=421611&address=${ADDRESS}', 'https://rinkeby.arbitrum.io/rpc', 'wss://rinkeby.arbitrum.io/ws' ], - faucets: [], + faucets: [ 'http://fauceth.komputing.org?chain=421611&address=${ADDRESS}' ], infoURL: 'https://arbitrum.io', explorers: [ { @@ -4810,7 +4838,7 @@ const chains = [ networkId: 11297108099 }, { - name: 'Palm Mainnet', + name: 'Palm', chain: 'Palm', rpc: [], faucets: [],