Skip to content

Commit

Permalink
chains update
Browse files Browse the repository at this point in the history
  • Loading branch information
clbrge committed Nov 13, 2021
1 parent 9408aeb commit a1708cc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/chains.js
Original file line number Diff line number Diff line change
Expand Up @@ -918,9 +918,9 @@ const chains = [
'ws://sokol.poa.network:8546'
],
faucets: [ 'https://faucet-sokol.herokuapp.com' ],
nativeCurrency: { name: 'POA Sokol Ether', symbol: 'POA', decimals: 18 },
nativeCurrency: { name: 'POA Sokol Ether', symbol: 'SKL', decimals: 18 },
infoURL: 'https://poa.network',
shortName: 'poa',
shortName: 'skl',
chainId: 77,
networkId: 77,
explorers: [
Expand Down Expand Up @@ -1130,9 +1130,9 @@ const chains = [
'ws://core.poanetwork.dev:8546'
],
faucets: [],
nativeCurrency: { name: 'POA Network Core Ether', symbol: 'SKL', decimals: 18 },
nativeCurrency: { name: 'POA Network Core Ether', symbol: 'POA', decimals: 18 },
infoURL: 'https://poa.network',
shortName: 'skl',
shortName: 'poa',
chainId: 99,
networkId: 99,
slip44: 178,
Expand Down Expand Up @@ -2235,7 +2235,7 @@ const chains = [
name: 'HALO Mainnet',
chain: 'HALO',
network: 'mainnet',
rpc: [ 'https://https://nodes.halo.land' ],
rpc: [ 'https://nodes.halo.land' ],
faucets: [],
nativeCurrency: { name: 'HALO', symbol: 'HO', decimals: 18 },
infoURL: 'https://halo.land/#/',
Expand Down

0 comments on commit a1708cc

Please sign in to comment.