Skip to content

Commit

Permalink
chore: update chain data
Browse files Browse the repository at this point in the history
  • Loading branch information
zanechua committed Jan 12, 2024
1 parent 1f2aee4 commit 9061c62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/data/chain.js
Original file line number Diff line number Diff line change
Expand Up @@ -3304,10 +3304,10 @@ const chainArray = [
{
name: 'BitTorrent Chain Mainnet',
chain: 'BTTC',
rpc: [ 'https://rpc.bittorrentchain.io/' ],
rpc: [ 'https://rpc.bt.io' ],
faucets: [],
nativeCurrency: { name: 'BitTorrent', symbol: 'BTT', decimals: 18 },
infoURL: 'https:/bt.io',
infoURL: 'https://bt.io',
shortName: 'BTT',
chainId: 199,
networkId: 199,
Expand Down Expand Up @@ -22226,7 +22226,7 @@ const chainArray = [
{
name: 'Turkey Demo Dev',
chain: 'ETH',
rpc: [ 'https://blockscout-poa.huabeizhenxuan.com' ],
rpc: [ 'https://devchain-poa.huabeizhenxuan.com' ],
faucets: [],
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
infoURL: '',
Expand Down

0 comments on commit 9061c62

Please sign in to comment.