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 Sep 25, 2023
1 parent 86ab1db commit 77bd5ae
Showing 1 changed file with 45 additions and 4 deletions.
49 changes: 45 additions & 4 deletions src/data/chain.js
Original file line number Diff line number Diff line change
Expand Up @@ -4204,7 +4204,9 @@ const chainArray = [
'https://rpc.pulsechain.com',
'wss://rpc.pulsechain.com',
'https://pulsechain.publicnode.com',
'wss://pulsechain.publicnode.com'
'wss://pulsechain.publicnode.com',
'https://rpc-pulsechain.g4mm4.io',
'wss://rpc-pulsechain.g4mm4.io'
],
slip44: 60,
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
Expand Down Expand Up @@ -5936,10 +5938,12 @@ const chainArray = [
icon: 'pulsechain',
infoURL: 'https://pulsechain.com',
rpc: [
'https://rpc.v4.testnet.pulsechain.com/',
'wss://rpc.v4.testnet.pulsechain.com/',
'https://rpc.v4.testnet.pulsechain.com',
'wss://rpc.v4.testnet.pulsechain.com',
'https://pulsechain-testnet.publicnode.com',
'wss://pulsechain-testnet.publicnode.com'
'wss://pulsechain-testnet.publicnode.com',
'https://rpc-testnet-pulsechain.g4mm4.io',
'wss://rpc-testnet-pulsechain.g4mm4.io'
],
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
faucets: [ 'https://faucet.v4.testnet.pulsechain.com/' ],
Expand All @@ -5953,6 +5957,11 @@ const chainArray = [
url: 'https://scan.v4.testnet.pulsechain.com',
icon: 'blockscout',
standard: 'EIP3091'
},
{
name: 'blockscout',
url: 'https://otter-testnet-pulsechain.g4mm4.io',
standard: 'EIP3091'
}
]
},
Expand Down Expand Up @@ -13940,6 +13949,22 @@ const chainArray = [
],
parent: { type: 'L2', chain: 'eip155-43113' }
},
{
name: 'Astar zkEVM',
shortName: 'astrzk',
title: 'Astar zkEVM Mainnet',
chain: 'ETH',
icon: 'astarzk',
rpc: [],
faucets: [],
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
infoURL: 'https://astar.network',
chainId: 12611,
networkId: 12611,
explorers: [],
parent: { type: 'L2', chain: 'eip155-1', bridges: [] },
status: 'incubating'
},
{
name: 'Rikeza Network Testnet',
title: 'Rikeza Network Testnet',
Expand Down Expand Up @@ -19228,6 +19253,22 @@ const chainArray = [
}
]
},
{
name: 'zKatana',
shortName: 'azktn',
title: 'Astar zkEVM Testnet zKatana',
chain: 'ETH',
icon: 'astarzk',
rpc: [],
faucets: [],
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
infoURL: 'https://astar.network',
chainId: 1261120,
networkId: 1261120,
explorers: [],
parent: { type: 'L2', chain: 'eip155-11155111', bridges: [] },
status: 'incubating'
},
{
name: 'Etho Protocol',
chain: 'ETHO',
Expand Down

0 comments on commit 77bd5ae

Please sign in to comment.