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 19, 2024
1 parent b5626d0 commit 7a990a7
Showing 1 changed file with 109 additions and 0 deletions.
109 changes: 109 additions & 0 deletions src/data/chain.js
Original file line number Diff line number Diff line change
Expand Up @@ -6810,6 +6810,26 @@ const chainArray = [
networkId: 888,
slip44: 5718350
},
{
name: 'MAXI Chain Testnet',
chain: 'MAXI',
rpc: [ 'https://rpc-testnet.maxi.network' ],
faucets: [ 'https://faucet.maxi.network' ],
nativeCurrency: { name: 'MAXICOIN', symbol: 'MAXI', decimals: 18 },
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
infoURL: 'https://maxi.network',
shortName: 'maxi-testnet',
chainId: 898,
networkId: 898,
icon: 'maxi',
explorers: [
{
name: 'Maxi Chain Testnet Explorer',
url: 'https://testnet.maxi.network',
standard: 'EIP3091'
}
]
},
{
name: 'Garizon Testnet Stage0',
chain: 'GAR',
Expand Down Expand Up @@ -15608,6 +15628,27 @@ const chainArray = [
chainId: 8768,
networkId: 8768
},
{
name: 'IOTA EVM',
title: 'IOTA EVM',
chain: 'IOTA EVM',
rpc: [ 'https://json-rpc.evm.iotaledger.net' ],
faucets: [],
nativeCurrency: { name: 'IOTA', symbol: 'IOTA', decimals: 18 },
infoURL: 'https://www.iota.org',
shortName: 'iotaevm',
chainId: 8822,
networkId: 8822,
icon: 'iotaevm',
explorers: [
{
name: 'explorer',
url: 'https://iota-evm.blockscout.com',
icon: 'iotaevm',
standard: 'EIP3091'
}
]
},
{
name: 'MARO Blockchain Mainnet',
chain: 'MARO Blockchain',
Expand Down Expand Up @@ -19618,6 +19659,26 @@ const chainArray = [
}
]
},
{
name: 'Swamps L2',
chain: 'SWP',
icon: 'swamps',
rpc: [ 'https://swamps.tc.l2aas.com' ],
faucets: [],
nativeCurrency: { name: 'SWP', symbol: 'SWP', decimals: 18 },
infoURL: 'https://www.swamps.fi',
shortName: 'SWP',
chainId: 45454,
networkId: 45454,
explorers: [
{
name: 'blockscout',
url: 'https://swamps-explorer.tc.l2aas.com',
icon: 'blockscout',
standard: 'EIP3091'
}
]
},
{
name: 'Deelance Mainnet',
title: 'Deelance Network Mainnet',
Expand Down Expand Up @@ -21056,6 +21117,27 @@ const chainArray = [
}
]
},
{
name: 'Amoy',
title: 'Polygon Amoy Testnet',
chain: 'Polygon',
icon: 'polygon',
rpc: [ 'https://rpc-amoy.polygon.technology' ],
faucets: [ 'https://faucet.polygon.technology/' ],
nativeCurrency: { name: 'MATIC', symbol: 'MATIC', decimals: 18 },
infoURL: 'https://polygon.technology/',
shortName: 'polygonamoy',
chainId: 80002,
networkId: 80002,
slip44: 1,
explorers: [
{
name: 'polygonamoy',
url: 'https://www.oklink.com/amoy',
standard: 'EIP3091'
}
]
},
{
name: 'Berachain Artio',
chain: 'Berachain Artio',
Expand Down Expand Up @@ -25855,6 +25937,33 @@ const chainArray = [
}
]
},
{
name: '0xHash Testnet',
chain: 'HETH',
icon: 'ethereum',
rpc: [ 'https://rpc-test.0xhash.io' ],
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
faucets: [],
nativeCurrency: { name: '0xHash', symbol: 'HETH', decimals: 18 },
infoURL: 'https://0xhash.io',
shortName: 'HETH',
chainId: 77787778,
networkId: 77787778,
slip44: 1,
explorers: [
{
name: 'blockscout',
url: 'https://test.0xhashscan.io',
icon: 'blockscout',
standard: 'EIP3091'
}
],
parent: {
type: 'L2',
chain: 'eip155-1',
bridges: [ { url: 'https://app.optimism.io/bridge/deposit' } ]
}
},
{
name: 'T.E.A.M Blockchain',
chain: 'TEAM',
Expand Down

0 comments on commit 7a990a7

Please sign in to comment.