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 May 13, 2024
1 parent bde3d40 commit 8a61eef
Showing 1 changed file with 79 additions and 6 deletions.
85 changes: 79 additions & 6 deletions src/data/chain.js
Original file line number Diff line number Diff line change
Expand Up @@ -14289,6 +14289,25 @@ const chainArray = [
infoURL: '',
parent: { type: 'L2', chain: 'eip155-42161', bridges: [] }
},
{
name: 'Tobe Chain',
chain: 'TBC',
icon: 'tobe',
rpc: [ 'https://rpc.tobescan.com' ],
faucets: [],
nativeCurrency: { name: 'Tobe Coin', symbol: 'TBC', decimals: 18 },
infoURL: 'https://tobechain.net',
shortName: 'tbc',
chainId: 4080,
networkId: 4080,
explorers: [
{
name: 'tobescan',
url: 'https://tobescan.com',
standard: 'EIP3091'
}
]
},
{
name: 'Fastex Chain (Bahamut) Oasis Testnet',
title: 'Bahamut testnet Oasis',
Expand Down Expand Up @@ -21460,6 +21479,25 @@ const chainArray = [
}
]
},
{
name: 'Entangle Mainnet',
chain: 'NGL',
icon: 'ngl',
rpc: [ 'https://json-rpc.entangle.fi' ],
faucets: [],
nativeCurrency: { name: 'Entangle', symbol: 'NGL', decimals: 18 },
infoURL: 'https://www.entangle.fi',
shortName: 'ngl',
chainId: 33033,
networkId: 33033,
explorers: [
{
name: 'Entangle Mainnet Explorer',
url: 'https://explorer.entangle.fi',
standard: 'none'
}
]
},
{
name: 'Zilliqa EVM Testnet',
chain: 'ZIL',
Expand All @@ -21479,6 +21517,19 @@ const chainArray = [
}
]
},
{
name: 'Entangle Testnet',
chain: 'NGL',
icon: 'ngl',
rpc: [ 'https://evm-testnet.entangle.fi' ],
faucets: [],
nativeCurrency: { name: 'Entangle', symbol: 'NGL', decimals: 18 },
infoURL: 'https://www.entangle.fi',
shortName: 'tngl',
chainId: 33133,
networkId: 33133,
explorers: []
},
{
name: 'Cloudverse Subnet',
chain: 'CLOUDVERSE',
Expand Down Expand Up @@ -22043,6 +22094,7 @@ const chainArray = [
shortName: 'hemi',
chainId: 43111,
networkId: 43111,
icon: 'hemi',
explorers: [],
parent: { type: 'L2', chain: 'eip155-1' },
status: 'incubating'
Expand Down Expand Up @@ -23237,9 +23289,11 @@ const chainArray = [
},
{
name: 'Optopia Mainnet',
status: 'incubating',
chain: 'ETH',
rpc: [],
rpc: [
'https://rpc-mainnet.optopia.ai',
'https://rpc-mainnet-2.optopia.ai'
],
faucets: [],
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
features: [ { name: 'EIP1559' } ],
Expand All @@ -23248,8 +23302,19 @@ const chainArray = [
chainId: 62050,
networkId: 62050,
icon: 'optopia',
explorers: [],
parent: { type: 'L2', chain: 'eip155-1' }
explorers: [
{
name: 'optopia-scan',
url: 'https://scan.optopia.ai',
icon: 'optopia',
standard: 'EIP3091'
}
],
parent: {
type: 'L2',
chain: 'eip155-1',
bridges: [ { url: 'https://bridge.optopia.ai' } ]
}
},
{
name: 'Celo Baklava Testnet',
Expand Down Expand Up @@ -26814,7 +26879,14 @@ const chainArray = [
infoURL: '',
shortName: 'DS2',
chainId: 363636,
networkId: 363636
networkId: 363636,
explorers: [
{
name: 'Digit Soul Explorer',
url: 'https://dgs-exp.digitsoul.co.th',
standard: 'EIP3091'
}
]
},
{
name: 'HAPchain Testnet',
Expand Down Expand Up @@ -27703,10 +27775,11 @@ const chainArray = [
shortName: 'hemi-sep',
chainId: 743111,
networkId: 743111,
icon: 'hemi',
explorers: [
{
name: 'blockscout',
url: 'https://testnet.explorer.hemi.network',
url: 'https://testnet.explorer.hemi.xyz',
icon: 'blockscout',
standard: 'EIP3091'
}
Expand Down

0 comments on commit 8a61eef

Please sign in to comment.