diff --git a/src/data/chain.js b/src/data/chain.js index 60386c2..4aaef70 100644 --- a/src/data/chain.js +++ b/src/data/chain.js @@ -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', @@ -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', @@ -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', @@ -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', @@ -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',