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 Feb 18, 2025
1 parent 45bda5a commit eef1c97
Showing 1 changed file with 33 additions and 1 deletion.
34 changes: 33 additions & 1 deletion src/data/chain.js
Original file line number Diff line number Diff line change
Expand Up @@ -21538,7 +21538,7 @@ const chainArray = [
explorers: []
},
{
name: 'InitVerse mainnet',
name: 'InitVerse Mainnet',
chain: 'InitVerse',
rpc: [ 'https://rpc-mainnet.inichain.com' ],
faucets: [],
Expand Down Expand Up @@ -22607,6 +22607,19 @@ const chainArray = [
chainId: 8098,
networkId: 8098
},
{
name: 'Bharat Blockchain Network Mainnet',
chain: 'BBN',
rpc: [ 'https://bbnrpc.mainnet.bharatblockchain.io' ],
faucets: [],
nativeCurrency: { name: 'BBN', symbol: 'BBN', decimals: 18 },
features: [],
infoURL: 'https://bharatblockchain.io/',
shortName: 'bbn',
chainId: 8099,
networkId: 8099,
explorers: []
},
{
name: 'Zenchain',
chain: 'ZCX',
Expand Down Expand Up @@ -41295,6 +41308,25 @@ const chainArray = [
}
]
},
{
name: 'The Ting Blockchain Testnet Explorer',
chain: 'Ting',
rpc: [ 'https://testnet.tingchain.org' ],
faucets: [],
nativeCurrency: { name: 'Ton', symbol: 'Ton', decimals: 18 },
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
infoURL: 'https://tingscan.com',
shortName: 'ting-testnet',
chainId: 6666689,
networkId: 6666689,
explorers: [
{
name: 'TingScan',
url: 'https://tingscan.com',
standard: 'EIP3091'
}
]
},
{
name: 'COTI Testnet',
title: 'COTI Testnet',
Expand Down

0 comments on commit eef1c97

Please sign in to comment.