diff --git a/src/data/chain.js b/src/data/chain.js index 1193e47..e240be7 100644 --- a/src/data/chain.js +++ b/src/data/chain.js @@ -8065,6 +8065,27 @@ const chainArray = [ ], icon: 'vrcscan' }, + { + name: 'UXLINK ONE Mainnet', + chain: 'UXLINK ONE', + rpc: [ 'https://rpc.uxlinkone.com' ], + faucets: [], + nativeCurrency: { name: 'UXLINK', symbol: 'UXLINK', decimals: 18 }, + features: [ { name: 'EIP155' }, { name: 'EIP1559' } ], + infoURL: 'https://www.uxlinkone.com', + shortName: 'uxlink1', + chainId: 718, + networkId: 718, + icon: 'uxlinkone', + explorers: [ + { + name: 'UXLINK ONE Mainnet Explorer', + url: 'https://sepolia.uxlinkone.com', + icon: 'uxlinkone', + standard: 'EIP3091' + } + ] + }, { name: 'Shibarium Beta', chain: 'Shibarium', @@ -29544,6 +29565,24 @@ const chainArray = [ bridges: [ { url: 'https://bridge.arbitrum.io' } ] } }, + { + name: 'Donatuz', + chain: 'ETH', + rpc: [ 'https://rpc.donatuz.com' ], + faucets: [], + nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 }, + infoURL: 'https://www.donatuz.com', + shortName: 'donatuz', + chainId: 42026, + networkId: 42026, + explorers: [ + { + name: 'Donatuz Explorer', + url: 'https://explorer.donatuz.com', + standard: 'EIP3091' + } + ] + }, { name: 'pegglecoin', chain: '42069', @@ -37951,6 +37990,24 @@ const chainArray = [ } ] }, + { + name: 'PUMPFI CHAIN TESTNET', + chain: 'PUMPFI CHAIN TESTNET', + rpc: [ 'https://rpc1testnet.pumpfi.me' ], + faucets: [ 'https://faucet.pumpfi.me' ], + nativeCurrency: { name: 'PMPT', symbol: 'PMPT', decimals: 18 }, + infoURL: 'https://pumpfi.me', + shortName: 'pumpfi-testnet', + chainId: 490092, + networkId: 490092, + explorers: [ + { + name: 'Pumpfi Testnet Scan', + url: 'https://testnetscan.pumpfi.me', + standard: 'EIP3091' + } + ] + }, { name: 'Playdapp Network', chain: 'PDA', @@ -42900,7 +42957,7 @@ const chainArray = [ { name: 'subscan', icon: 'subscan', - url: 'https://assethub-westend.subscan.io', + url: 'https://westend-asset-hub-eth-explorer.parity.io', standard: 'EIP3091' } ]