Skip to content

Commit

Permalink
update chains
Browse files Browse the repository at this point in the history
  • Loading branch information
clbrge committed Feb 5, 2022
1 parent 256d2c6 commit b3b4950
Showing 1 changed file with 61 additions and 2 deletions.
63 changes: 61 additions & 2 deletions src/chains.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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',
Expand Down Expand Up @@ -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',
Expand All @@ -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',
Expand Down

0 comments on commit b3b4950

Please sign in to comment.