From b3b4950002300a0cbbe212af212f3906af560606 Mon Sep 17 00:00:00 2001 From: Christophe Le Bars Date: Sat, 5 Feb 2022 11:25:33 +0100 Subject: [PATCH] update chains --- src/chains.js | 63 +++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 61 insertions(+), 2 deletions(-) diff --git a/src/chains.js b/src/chains.js index f899baf..6d464a6 100644 --- a/src/chains.js +++ b/src/chains.js @@ -1048,6 +1048,27 @@ const chains = [ } ] }, + { + name: 'IDChain Mainnet', + chain: 'IDChain', + network: 'mainnet', + rpc: [ 'https://idchain.one/rpc/', 'wss://idchain.one/ws/' ], + faucets: [], + nativeCurrency: { name: 'EIDI', symbol: 'EIDI', decimals: 18 }, + infoURL: 'https://idchain.one/begin/', + shortName: 'idchain', + chainId: 74, + networkId: 74, + icon: 'idchain', + explorers: [ + { + name: 'explorer', + url: 'https://explorer.idchain.one', + icon: 'etherscan', + standard: 'EIP3091' + } + ] + }, { name: 'Mix', chain: 'MIX', @@ -3898,6 +3919,44 @@ const chains = [ ], infoURL: 'https://docs.celo.org/' }, + { + name: 'eCredits Mainnet', + chain: 'ECS', + network: 'mainnet', + rpc: [ 'https://rpc.ecredits.com' ], + faucets: [], + nativeCurrency: { name: 'eCredits', symbol: 'ECS', decimals: 18 }, + infoURL: 'https://ecredits.com', + shortName: 'ecs', + chainId: 63000, + networkId: 63000, + explorers: [ + { + name: 'eCredits MainNet Explorer', + url: 'https://explorer.ecredits.com', + standard: 'EIP3091' + } + ] + }, + { + name: 'eCredits Testnet', + chain: 'ECS', + network: 'testnet', + rpc: [ 'https://rpc.tst.ecredits.com' ], + faucets: [ 'https://faucet.tst.ecredits.com' ], + nativeCurrency: { name: 'eCredits', symbol: 'ECS', decimals: 18 }, + infoURL: 'https://ecredits.com', + shortName: 'ecs-testnet', + chainId: 63001, + networkId: 63001, + explorers: [ + { + name: 'eCredits TestNet Explorer', + url: 'https://explorer.tst.ecredits.com', + standard: 'EIP3091' + } + ] + }, { name: 'Thinkium Mainnet Chain 0', chain: 'Thinkium', @@ -5111,7 +5170,7 @@ const chains = [ { name: 'Palm Testnet', chain: 'Palm', - rpc: [], + rpc: [ 'https://palm-testnet.infura.io/v3/{INFURA_API_KEY}' ], faucets: [], nativeCurrency: { name: 'PALM', symbol: 'PALM', decimals: 18 }, infoURL: 'https://palm.io', @@ -5122,7 +5181,7 @@ const chains = [ { name: 'Palm', chain: 'Palm', - rpc: [], + rpc: [ 'https://palm-mainnet.infura.io/v3/{INFURA_API_KEY}' ], faucets: [], nativeCurrency: { name: 'PALM', symbol: 'PALM', decimals: 18 }, infoURL: 'https://palm.io',