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 21, 2025
1 parent 88726fe commit 9191dee
Showing 1 changed file with 68 additions and 0 deletions.
68 changes: 68 additions & 0 deletions src/data/chain.js
Original file line number Diff line number Diff line change
Expand Up @@ -20666,6 +20666,19 @@ const chainArray = [
}
]
},
{
name: 'Tea Mainnet',
chain: 'TEA',
rpc: [],
faucets: [],
nativeCurrency: { name: 'Tea', symbol: 'TEA', decimals: 18 },
infoURL: 'https://tea.xyz',
shortName: 'tea',
chainId: 6122,
networkId: 6122,
parent: { type: 'L2', chain: 'eip155-1' },
status: 'incubating'
},
{
name: 'Rails',
title: 'Rails Network Mainnet',
Expand Down Expand Up @@ -24914,6 +24927,18 @@ const chainArray = [
chainId: 10010,
networkId: 10010
},
{
name: 'DeepSafe Beta Mainnet',
chain: 'DeepSafe',
rpc: [ 'https://betamainnet-rpc-node-http.deepsafe.network' ],
faucets: [],
nativeCurrency: { name: 'DeepSafe Native Token', symbol: 'DEF', decimals: 18 },
infoURL: 'https://deepsafe.network/',
shortName: 'DeepSafe',
chainId: 10011,
networkId: 10011,
icon: 'deepsafe'
},
{
name: 'Gon Chain',
chain: 'GonChain',
Expand Down Expand Up @@ -25147,6 +25172,19 @@ const chainArray = [
}
]
},
{
name: 'Tea Sepolia Testnet',
chain: 'ETH',
rpc: [],
faucets: [],
nativeCurrency: { name: 'Sepolia Tea', symbol: 'TEA', decimals: 18 },
infoURL: 'https://tea.xyz',
shortName: 'teasep',
chainId: 10218,
networkId: 10218,
parent: { type: 'L2', chain: 'eip155-11155111' },
status: 'incubating'
},
{
name: 'GLScan',
chain: 'GLC',
Expand Down Expand Up @@ -28549,6 +28587,18 @@ const chainArray = [
chainId: 24734,
networkId: 37480
},
{
name: 'Recall',
chain: 'Recall',
rpc: [ 'https://evm.node-0.mainnet.recall.network' ],
faucets: [],
nativeCurrency: { name: 'Recall', symbol: 'RECALL', decimals: 18 },
infoURL: 'https://recall.network',
shortName: 'recall',
chainId: 24816,
networkId: 24816,
explorers: []
},
{
name: 'LiquidLayer Mainnet',
chain: 'LiquidLayer',
Expand Down Expand Up @@ -40915,6 +40965,24 @@ const chainArray = [
}
]
},
{
name: 'Recall Testnet',
chain: 'Recall Testnet',
rpc: [ 'https://evm.v013.node-0.testnet.recall.network' ],
faucets: [ 'faucet.recall.network' ],
nativeCurrency: { name: 'Recall', symbol: 'RECALL', decimals: 18 },
infoURL: 'https://recall.network',
shortName: 'trecall',
chainId: 2481632,
networkId: 2481632,
explorers: [
{
name: 'Recall testnet explorer',
url: 'https://explorer.testnet.recall.network',
standard: 'EIP3091'
}
]
},
{
name: 'DPU Chain',
chain: 'DPU',
Expand Down

0 comments on commit 9191dee

Please sign in to comment.