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 23, 2025
1 parent 75b80f9 commit 254f69f
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/data/chain.js
Original file line number Diff line number Diff line change
Expand Up @@ -39217,6 +39217,25 @@ const chainArray = [
],
parent: { type: 'L2', chain: 'eip155-1' }
},
{
name: 'Hetu Testnet',
chain: 'HETU',
rpc: [ 'https://rpc.testchainv1.hetuscan.com' ],
faucets: [ 'https:/testchainv1.hetuscan.com' ],
nativeCurrency: { name: 'tETH', symbol: 'tETH', decimals: 18 },
infoURL: 'https://hetu.org',
shortName: 'HETU',
chainId: 560000,
networkId: 560000,
explorers: [
{
name: 'Hetu Testnet Scan',
url: 'http://testchainv1.hetuscan.com',
icon: 'hetu',
standard: 'EIP3091'
}
]
},
{
name: 'DJT Testnet',
chain: 'DJT',
Expand Down

0 comments on commit 254f69f

Please sign in to comment.