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 Mar 9, 2024
1 parent 4340c9b commit a06dbcd
Showing 1 changed file with 72 additions and 0 deletions.
72 changes: 72 additions & 0 deletions src/data/chain.js
Original file line number Diff line number Diff line change
Expand Up @@ -12778,6 +12778,26 @@ const chainArray = [
}
]
},
{
name: 'CrossFi Testnet',
title: 'CrossFi Testnet',
chain: 'XFI',
rpc: [ 'https://rpc.testnet.ms' ],
faucets: [],
nativeCurrency: { name: 'XFI', symbol: 'XFI', decimals: 18 },
infoURL: 'https://crossfi.org/',
shortName: 'crossfi-testnet',
chainId: 4157,
networkId: 4157,
slip44: 1,
explorers: [
{
name: 'CrossFi Testnet Scan',
url: 'https://scan.testnet.ms',
standard: 'EIP3091'
}
]
},
{
name: 'PHI Network V1',
chain: 'PHI V1',
Expand Down Expand Up @@ -23755,6 +23775,58 @@ const chainArray = [
}
]
},
{
name: 'zkLink Nova Mainnet',
chain: 'ETH',
rpc: [ 'https://rpc.zklink.io', 'wss://rpc.zklink.io' ],
faucets: [],
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
infoURL: 'https://zklink.io',
shortName: 'zklink-nova',
chainId: 810180,
networkId: 810180,
slip44: 1,
icon: 'zklink-nova',
explorers: [
{
name: 'zkLink Nova Block Explorer',
url: 'https://explorer.zklink.io',
icon: 'zklink-nova',
standard: 'EIP3091'
}
],
parent: {
type: 'L2',
chain: 'eip155-59144',
bridges: [ { url: 'https://portal.zklink.io' } ]
}
},
{
name: 'zkLink Nova Goerli Testnet',
chain: 'ETH',
rpc: [ 'https://goerli.rpc.zklink.io', 'wss://goerli.rpc.zklink.io' ],
faucets: [],
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
infoURL: 'https://zklink.io',
shortName: 'zklink-nova-goerli',
chainId: 810182,
networkId: 810182,
slip44: 1,
icon: 'zklink-nova',
explorers: [
{
name: 'zkLink Nova Block Explorer',
url: 'https://goerli.explorer.zklink.io',
icon: 'zklink-nova',
standard: 'EIP3091'
}
],
parent: {
type: 'L2',
chain: 'eip155-59140',
bridges: [ { url: 'https://goerli.portal.zklink.io' } ]
}
},
{
name: 'CURVE Mainnet',
chain: 'CURVE',
Expand Down

0 comments on commit a06dbcd

Please sign in to comment.