@revoke.cash/chains 60.0.0 → 62.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/chains.js +673 -72
- package/dist/src/enums.d.ts +66 -8
- package/dist/src/enums.js +66 -8
- package/package.json +1 -1
package/dist/src/chains.js
CHANGED
|
@@ -3751,10 +3751,16 @@ exports.chains = {
|
|
|
3751
3751
|
faucets: [],
|
|
3752
3752
|
nativeCurrency: { name: 'HashKey EcoPoints', symbol: 'HSK', decimals: 18 },
|
|
3753
3753
|
infoURL: 'https://hsk.xyz',
|
|
3754
|
-
shortName: '
|
|
3754
|
+
shortName: 'hsk',
|
|
3755
3755
|
chainId: 177,
|
|
3756
3756
|
networkId: 177,
|
|
3757
3757
|
explorers: [
|
|
3758
|
+
{
|
|
3759
|
+
name: 'blockscout',
|
|
3760
|
+
url: 'https://hashkey.blockscout.com',
|
|
3761
|
+
icon: 'blockscout',
|
|
3762
|
+
standard: 'EIP3091'
|
|
3763
|
+
},
|
|
3758
3764
|
{
|
|
3759
3765
|
name: 'blockscout',
|
|
3760
3766
|
url: 'https://explorer.hsk.xyz',
|
|
@@ -4720,6 +4726,22 @@ exports.chains = {
|
|
|
4720
4726
|
}
|
|
4721
4727
|
]
|
|
4722
4728
|
},
|
|
4729
|
+
232: {
|
|
4730
|
+
name: 'Lens',
|
|
4731
|
+
title: 'Lens mainnet',
|
|
4732
|
+
chain: 'Lens',
|
|
4733
|
+
rpc: [],
|
|
4734
|
+
faucets: [],
|
|
4735
|
+
chainId: 232,
|
|
4736
|
+
networkId: 232,
|
|
4737
|
+
nativeCurrency: { name: 'GHO', symbol: 'GHO', decimals: 18 },
|
|
4738
|
+
icon: 'lens',
|
|
4739
|
+
infoURL: 'https://lens.xyz',
|
|
4740
|
+
shortName: 'lens',
|
|
4741
|
+
parent: { type: 'L2', chain: 'eip155-1', bridges: [] },
|
|
4742
|
+
explorers: [],
|
|
4743
|
+
iconURL: 'https://ipfs.io/ipfs/QmP9HNKbbWQLEx5H57BSV3VhJNyVpVaC5B3NBCsyoomTMU'
|
|
4744
|
+
},
|
|
4723
4745
|
233: {
|
|
4724
4746
|
name: 'Ethernity Testnet',
|
|
4725
4747
|
chain: 'Ethernity',
|
|
@@ -4804,6 +4826,21 @@ exports.chains = {
|
|
|
4804
4826
|
],
|
|
4805
4827
|
iconURL: 'https://ipfs.io/ipfs/QmdHpjiepU2Q4bt4kR48tKHPgaQW57Sb6UVFgLh4MCyg6U'
|
|
4806
4828
|
},
|
|
4829
|
+
239: {
|
|
4830
|
+
name: 'TAC Mainnet',
|
|
4831
|
+
title: 'TAC Mainnet',
|
|
4832
|
+
chain: 'TAC',
|
|
4833
|
+
icon: 'tac',
|
|
4834
|
+
rpc: [],
|
|
4835
|
+
faucets: [],
|
|
4836
|
+
nativeCurrency: { name: 'TAC', symbol: 'TAC', decimals: 18 },
|
|
4837
|
+
infoURL: 'https://tac.build/',
|
|
4838
|
+
shortName: 'tac',
|
|
4839
|
+
chainId: 239,
|
|
4840
|
+
networkId: 239,
|
|
4841
|
+
explorers: [],
|
|
4842
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreigvlt7py3h7ehy75x3w2ksmncfj57xt6giyfkhoue2vlrnfokezse'
|
|
4843
|
+
},
|
|
4807
4844
|
240: {
|
|
4808
4845
|
name: 'Cronos zkEVM Testnet',
|
|
4809
4846
|
chain: 'CronosZkEVMTestnet',
|
|
@@ -5005,6 +5042,7 @@ exports.chains = {
|
|
|
5005
5042
|
'https://mainnet-rpc-04.swanchain.org'
|
|
5006
5043
|
],
|
|
5007
5044
|
faucets: [],
|
|
5045
|
+
icon: 'swan',
|
|
5008
5046
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
5009
5047
|
infoURL: 'https://swanchain.io/',
|
|
5010
5048
|
shortName: 'Swan',
|
|
@@ -5016,7 +5054,8 @@ exports.chains = {
|
|
|
5016
5054
|
url: 'https://swanscan.io',
|
|
5017
5055
|
standard: 'EIP3091'
|
|
5018
5056
|
}
|
|
5019
|
-
]
|
|
5057
|
+
],
|
|
5058
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreiduag3kgux5c5a2zdiv3cjcrhwwh3cudc2hxyxufeadpfzhrjbo4u'
|
|
5020
5059
|
},
|
|
5021
5060
|
255: {
|
|
5022
5061
|
name: 'Kroma',
|
|
@@ -5102,7 +5141,7 @@ exports.chains = {
|
|
|
5102
5141
|
name: 'Guru Network',
|
|
5103
5142
|
chain: 'GURU',
|
|
5104
5143
|
icon: 'GuruNetwork',
|
|
5105
|
-
rpc: ['https://rpc.gurunetwork.ai
|
|
5144
|
+
rpc: ['https://rpc-main.gurunetwork.ai'],
|
|
5106
5145
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
5107
5146
|
faucets: [],
|
|
5108
5147
|
nativeCurrency: { name: 'Guru', symbol: 'GURU', decimals: 18 },
|
|
@@ -5123,7 +5162,7 @@ exports.chains = {
|
|
|
5123
5162
|
name: 'Guru Network Testnet',
|
|
5124
5163
|
chain: 'tGURU',
|
|
5125
5164
|
icon: 'GuruNetwork',
|
|
5126
|
-
rpc: ['https://rpc.gurunetwork.ai
|
|
5165
|
+
rpc: ['https://rpc-test.gurunetwork.ai'],
|
|
5127
5166
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
5128
5167
|
faucets: ['https://v2.dex.guru/season-pass/faucet'],
|
|
5129
5168
|
nativeCurrency: { name: 'testGURU', symbol: 'tGURU', decimals: 18 },
|
|
@@ -5656,7 +5695,7 @@ exports.chains = {
|
|
|
5656
5695
|
]
|
|
5657
5696
|
},
|
|
5658
5697
|
302: {
|
|
5659
|
-
name: '
|
|
5698
|
+
name: 'ZKcandy Sepolia Testnet',
|
|
5660
5699
|
chain: 'ETH',
|
|
5661
5700
|
rpc: ['https://sepolia.rpc.zkcandy.io'],
|
|
5662
5701
|
faucets: [],
|
|
@@ -5668,7 +5707,7 @@ exports.chains = {
|
|
|
5668
5707
|
icon: 'zkcandy',
|
|
5669
5708
|
explorers: [
|
|
5670
5709
|
{
|
|
5671
|
-
name: '
|
|
5710
|
+
name: 'ZKcandy Block Explorer',
|
|
5672
5711
|
url: 'https://sepolia.explorer.zkcandy.io',
|
|
5673
5712
|
icon: 'zkcandy',
|
|
5674
5713
|
standard: 'EIP3091'
|
|
@@ -8375,6 +8414,28 @@ exports.chains = {
|
|
|
8375
8414
|
icon: 'vrcscan',
|
|
8376
8415
|
iconURL: 'https://ipfs.io/ipfs/QmasMkZJ6m7y77fgY6SooNnrH3Y4a3vVYNDWe9T3KusxeU'
|
|
8377
8416
|
},
|
|
8417
|
+
718: {
|
|
8418
|
+
name: 'UXLINK ONE Mainnet',
|
|
8419
|
+
chain: 'UXLINK ONE',
|
|
8420
|
+
rpc: ['https://rpc.uxlinkone.com'],
|
|
8421
|
+
faucets: [],
|
|
8422
|
+
nativeCurrency: { name: 'UXLINK', symbol: 'UXLINK', decimals: 18 },
|
|
8423
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
8424
|
+
infoURL: 'https://www.uxlinkone.com',
|
|
8425
|
+
shortName: 'uxlink1',
|
|
8426
|
+
chainId: 718,
|
|
8427
|
+
networkId: 718,
|
|
8428
|
+
icon: 'uxlinkone',
|
|
8429
|
+
explorers: [
|
|
8430
|
+
{
|
|
8431
|
+
name: 'UXLINK ONE Mainnet Explorer',
|
|
8432
|
+
url: 'https://sepolia.uxlinkone.com',
|
|
8433
|
+
icon: 'uxlinkone',
|
|
8434
|
+
standard: 'EIP3091'
|
|
8435
|
+
}
|
|
8436
|
+
],
|
|
8437
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreibppp6mjqupwr5ffrcj4fcculphzoxxoqx5m4sjypsxwglljuq7sy'
|
|
8438
|
+
},
|
|
8378
8439
|
719: {
|
|
8379
8440
|
name: 'Shibarium Beta',
|
|
8380
8441
|
chain: 'Shibarium',
|
|
@@ -8514,6 +8575,27 @@ exports.chains = {
|
|
|
8514
8575
|
}
|
|
8515
8576
|
]
|
|
8516
8577
|
},
|
|
8578
|
+
743: {
|
|
8579
|
+
name: 'Tranched Mainnet',
|
|
8580
|
+
chain: 'tranched-mainnet',
|
|
8581
|
+
rpc: ['https://tranched-mainnet.calderachain.xyz/http'],
|
|
8582
|
+
faucets: [],
|
|
8583
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
8584
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
8585
|
+
infoURL: 'https://tranched-mainnet.hub.caldera.xyz',
|
|
8586
|
+
shortName: 'tranched-mainnet',
|
|
8587
|
+
chainId: 743,
|
|
8588
|
+
networkId: 743,
|
|
8589
|
+
icon: 'tranched-mainnet',
|
|
8590
|
+
explorers: [
|
|
8591
|
+
{
|
|
8592
|
+
name: 'Tranched Mainnet Caldera Explorer',
|
|
8593
|
+
url: 'https://tranched-mainnet.calderaexplorer.xyz',
|
|
8594
|
+
standard: 'EIP3091'
|
|
8595
|
+
}
|
|
8596
|
+
],
|
|
8597
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreieb6bx5nqv43qgykfuycpfilf5xk7v3jugli74ofb7pm6t6f5wcmu'
|
|
8598
|
+
},
|
|
8517
8599
|
747: {
|
|
8518
8600
|
name: 'EVM on Flow',
|
|
8519
8601
|
chain: 'Flow',
|
|
@@ -10060,29 +10142,18 @@ exports.chains = {
|
|
|
10060
10142
|
iconURL: 'https://ipfs.io/ipfs/QmaZDNDFLWESH4i3XqwEWfWBb1HPnQSNbDAr74nr2x8QAk'
|
|
10061
10143
|
},
|
|
10062
10144
|
998: {
|
|
10063
|
-
name: '
|
|
10064
|
-
chain: '
|
|
10065
|
-
rpc: [
|
|
10066
|
-
|
|
10067
|
-
'wss://ws.lnscan.org',
|
|
10068
|
-
'https://rpc.lnscan.org'
|
|
10069
|
-
],
|
|
10145
|
+
name: 'Hyperliquid EVM Testnet',
|
|
10146
|
+
chain: 'HYPE',
|
|
10147
|
+
rpc: ['https://api.hyperliquid-testnet.xyz/evm'],
|
|
10148
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
10070
10149
|
faucets: [],
|
|
10071
|
-
nativeCurrency: { name: '
|
|
10072
|
-
infoURL: 'https://
|
|
10073
|
-
shortName: '
|
|
10150
|
+
nativeCurrency: { name: 'HYPE', symbol: 'HYPE', decimals: 18 },
|
|
10151
|
+
infoURL: 'https://hyperfoundation.org/',
|
|
10152
|
+
shortName: 'hype-evm-testnet',
|
|
10074
10153
|
chainId: 998,
|
|
10075
10154
|
networkId: 998,
|
|
10076
|
-
|
|
10077
|
-
|
|
10078
|
-
{
|
|
10079
|
-
name: 'blockscout',
|
|
10080
|
-
url: 'https://explorer.luckynetwork.org',
|
|
10081
|
-
standard: 'none'
|
|
10082
|
-
},
|
|
10083
|
-
{ name: 'expedition', url: 'https://lnscan.org', standard: 'none' }
|
|
10084
|
-
],
|
|
10085
|
-
iconURL: 'https://ipfs.io/ipfs/bafkreidmvcd5i7touug55hj45mf2pgabxamy5fziva7mtx5n664s3yap6m'
|
|
10155
|
+
explorers: [],
|
|
10156
|
+
redFlags: ['reusedChainId']
|
|
10086
10157
|
},
|
|
10087
10158
|
999: {
|
|
10088
10159
|
name: 'Wanchain Testnet',
|
|
@@ -12058,6 +12129,27 @@ exports.chains = {
|
|
|
12058
12129
|
],
|
|
12059
12130
|
iconURL: 'https://ipfs.io/ipfs/QmVbs4mkn6N86izwQS1HzMP2uFxQLCPxsppojPhyq3cu1w'
|
|
12060
12131
|
},
|
|
12132
|
+
1300: {
|
|
12133
|
+
name: 'Glue Mainnet',
|
|
12134
|
+
chain: 'GLUE',
|
|
12135
|
+
rpc: ['https://rpc.glue.net'],
|
|
12136
|
+
faucets: [],
|
|
12137
|
+
nativeCurrency: { name: 'Glue', symbol: 'GLUE', decimals: 18 },
|
|
12138
|
+
infoURL: 'https://glue.net/',
|
|
12139
|
+
shortName: 'glue',
|
|
12140
|
+
chainId: 1300,
|
|
12141
|
+
networkId: 1300,
|
|
12142
|
+
icon: 'glue',
|
|
12143
|
+
explorers: [
|
|
12144
|
+
{
|
|
12145
|
+
name: 'Glue Explorer',
|
|
12146
|
+
url: 'https://explorer.glue.net',
|
|
12147
|
+
icon: 'glue',
|
|
12148
|
+
standard: 'EIP3091'
|
|
12149
|
+
}
|
|
12150
|
+
],
|
|
12151
|
+
iconURL: 'https://ipfs.io/ipfs/QmRPBdzXX433zTD8zLjFu9uYYq16aLz1Pu1xCjJZYMP4wE'
|
|
12152
|
+
},
|
|
12061
12153
|
1301: {
|
|
12062
12154
|
name: 'Unichain Sepolia Testnet',
|
|
12063
12155
|
chain: 'ETH',
|
|
@@ -13724,15 +13816,36 @@ exports.chains = {
|
|
|
13724
13816
|
title: 'Soneium mainnet',
|
|
13725
13817
|
chain: 'ETH',
|
|
13726
13818
|
icon: 'soneium',
|
|
13727
|
-
rpc: [],
|
|
13819
|
+
rpc: ['https://rpc.soneium.org'],
|
|
13728
13820
|
faucets: [],
|
|
13729
13821
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
13730
13822
|
infoURL: 'https://soneium.org',
|
|
13731
13823
|
chainId: 1868,
|
|
13732
13824
|
networkId: 1868,
|
|
13733
|
-
status: '
|
|
13734
|
-
explorers: [
|
|
13735
|
-
|
|
13825
|
+
status: 'active',
|
|
13826
|
+
explorers: [
|
|
13827
|
+
{
|
|
13828
|
+
name: 'blockscout',
|
|
13829
|
+
url: 'https://soneium.blockscout.com',
|
|
13830
|
+
icon: 'blockscout',
|
|
13831
|
+
standard: 'EIP3091'
|
|
13832
|
+
},
|
|
13833
|
+
{
|
|
13834
|
+
name: 'OKLink',
|
|
13835
|
+
url: 'https://www.okx.com/web3/explorer/soneium',
|
|
13836
|
+
standard: 'EIP3091'
|
|
13837
|
+
},
|
|
13838
|
+
{
|
|
13839
|
+
name: 'SlamVision',
|
|
13840
|
+
url: 'https://soneium.slam.vision',
|
|
13841
|
+
standard: 'none'
|
|
13842
|
+
}
|
|
13843
|
+
],
|
|
13844
|
+
parent: {
|
|
13845
|
+
type: 'L2',
|
|
13846
|
+
chain: 'eip155-1',
|
|
13847
|
+
bridges: [{ url: 'https://superbridge.app/soneium' }]
|
|
13848
|
+
},
|
|
13736
13849
|
iconURL: 'https://ipfs.io/ipfs/QmWXmnBMtM93iCJ1fsVv8KNFFvxGWUzF4z5xas3zMbFZGe'
|
|
13737
13850
|
},
|
|
13738
13851
|
1875: {
|
|
@@ -16136,6 +16249,27 @@ exports.chains = {
|
|
|
16136
16249
|
],
|
|
16137
16250
|
iconURL: 'https://ipfs.io/ipfs/QmdNQMFxcjB9PAP1LZVqaQmyppV5QGTqXXmbBeQyaTUpMM'
|
|
16138
16251
|
},
|
|
16252
|
+
2345: {
|
|
16253
|
+
name: 'GOAT Network',
|
|
16254
|
+
title: 'GOAT Network',
|
|
16255
|
+
chain: 'GOAT',
|
|
16256
|
+
rpc: ['https://rpc.goat.network'],
|
|
16257
|
+
faucets: [],
|
|
16258
|
+
nativeCurrency: { name: 'Bitcoin', symbol: 'BTC', decimals: 18 },
|
|
16259
|
+
infoURL: 'https://www.goat.network',
|
|
16260
|
+
shortName: 'goat',
|
|
16261
|
+
chainId: 2345,
|
|
16262
|
+
networkId: 2345,
|
|
16263
|
+
icon: 'goat',
|
|
16264
|
+
explorers: [
|
|
16265
|
+
{
|
|
16266
|
+
name: 'blockscout',
|
|
16267
|
+
url: 'https://explorer.goat.network',
|
|
16268
|
+
standard: 'EIP3091'
|
|
16269
|
+
}
|
|
16270
|
+
],
|
|
16271
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreifrhbzlufbvxbhywu4rmkkij4ur2qcg3zlk6irqnbabbjfj3cud2u'
|
|
16272
|
+
},
|
|
16139
16273
|
2355: {
|
|
16140
16274
|
name: 'Silicon zkEVM',
|
|
16141
16275
|
title: 'Silicon zkEVM Mainnet',
|
|
@@ -16226,6 +16360,27 @@ exports.chains = {
|
|
|
16226
16360
|
},
|
|
16227
16361
|
iconURL: 'https://ipfs.io/ipfs/QmVpV2WET6ZrqnvvPfE9hCwoE2y5ygbPuniuugpaRoxrho'
|
|
16228
16362
|
},
|
|
16363
|
+
2368: {
|
|
16364
|
+
name: 'KiteAI Testnet',
|
|
16365
|
+
chain: 'KiteAI',
|
|
16366
|
+
icon: 'kite',
|
|
16367
|
+
rpc: ['https://rpc-testnet.gokite.ai'],
|
|
16368
|
+
faucets: ['https://faucet.gokite.ai/'],
|
|
16369
|
+
nativeCurrency: { name: 'Kite', symbol: 'KITE', decimals: 18 },
|
|
16370
|
+
infoURL: 'https://gokite.ai/',
|
|
16371
|
+
shortName: 'KiteAI',
|
|
16372
|
+
chainId: 2368,
|
|
16373
|
+
networkId: 1,
|
|
16374
|
+
slip44: 1,
|
|
16375
|
+
explorers: [
|
|
16376
|
+
{
|
|
16377
|
+
name: 'Kitescan',
|
|
16378
|
+
url: 'https://testnet.kitescan.ai',
|
|
16379
|
+
standard: 'EIP3091'
|
|
16380
|
+
}
|
|
16381
|
+
],
|
|
16382
|
+
iconURL: 'https://ipfs.io/ipfs/QmZmY5VTAaYo3Hd7Y1dyWn5DcffFtr2xpYEHammzfKVoZ2'
|
|
16383
|
+
},
|
|
16229
16384
|
2370: {
|
|
16230
16385
|
name: 'Nexis Network Testnet',
|
|
16231
16386
|
chain: 'Nexis Network',
|
|
@@ -16246,6 +16401,32 @@ exports.chains = {
|
|
|
16246
16401
|
],
|
|
16247
16402
|
iconURL: 'https://ipfs.io/ipfs/QmdJwWuMgbhoZhgFM4zWrZne6qs5ktcL1vBLKX12VGgALM'
|
|
16248
16403
|
},
|
|
16404
|
+
2390: {
|
|
16405
|
+
name: 'TAC Turin',
|
|
16406
|
+
title: 'TAC Testnet Turin',
|
|
16407
|
+
chain: 'TAC',
|
|
16408
|
+
icon: 'tactestnet',
|
|
16409
|
+
rpc: [
|
|
16410
|
+
'https://turin.rpc.tac.build',
|
|
16411
|
+
'https://rpc.ankr.com/tac_turin',
|
|
16412
|
+
'https://turin-ws.rpc.tac.build'
|
|
16413
|
+
],
|
|
16414
|
+
faucets: ['https://turin.faucet.tac.build/'],
|
|
16415
|
+
nativeCurrency: { name: 'TAC', symbol: 'TAC', decimals: 18 },
|
|
16416
|
+
infoURL: 'https://tac.build/',
|
|
16417
|
+
shortName: 'tacchain_2390-1',
|
|
16418
|
+
chainId: 2390,
|
|
16419
|
+
networkId: 2390,
|
|
16420
|
+
slip44: 1,
|
|
16421
|
+
explorers: [
|
|
16422
|
+
{
|
|
16423
|
+
name: 'TAC Turin Blockscout',
|
|
16424
|
+
url: 'https://turin.explorer.tac.build',
|
|
16425
|
+
standard: 'EIP3091'
|
|
16426
|
+
}
|
|
16427
|
+
],
|
|
16428
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreidhtm3kefmhw3vh7kl5uwx2rigq7h7r7beoq7sepblcrmclgyynue'
|
|
16429
|
+
},
|
|
16249
16430
|
2399: {
|
|
16250
16431
|
name: 'BOMB Chain Testnet',
|
|
16251
16432
|
chain: 'BOMB',
|
|
@@ -17334,7 +17515,7 @@ exports.chains = {
|
|
|
17334
17515
|
standard: 'EIP3091'
|
|
17335
17516
|
}
|
|
17336
17517
|
],
|
|
17337
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
17518
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreia5iw3fygyim6ivv4lznrsak2x6e573vybexlnpxpcp775hcgmjyi'
|
|
17338
17519
|
},
|
|
17339
17520
|
3031: {
|
|
17340
17521
|
name: 'Orlando Chain',
|
|
@@ -20383,36 +20564,54 @@ exports.chains = {
|
|
|
20383
20564
|
],
|
|
20384
20565
|
iconURL: 'https://ipfs.io/ipfs/QmRm6gcEPJmU9a86zrmyP7FALTN4Toz9HrnrL2Kwg6FPeh'
|
|
20385
20566
|
},
|
|
20567
|
+
5371: {
|
|
20568
|
+
name: 'Settlus',
|
|
20569
|
+
chain: 'ETH',
|
|
20570
|
+
rpc: [],
|
|
20571
|
+
faucets: [],
|
|
20572
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
20573
|
+
infoURL: 'https://settlus.org',
|
|
20574
|
+
shortName: 'setl',
|
|
20575
|
+
chainId: 5371,
|
|
20576
|
+
networkId: 5371,
|
|
20577
|
+
parent: { type: 'L2', chain: 'eip155-1', bridges: [] },
|
|
20578
|
+
status: 'incubating'
|
|
20579
|
+
},
|
|
20386
20580
|
5372: {
|
|
20387
20581
|
name: 'Settlus Testnet',
|
|
20388
20582
|
chain: 'Settlus',
|
|
20389
|
-
rpc: [
|
|
20390
|
-
faucets: [
|
|
20583
|
+
rpc: [],
|
|
20584
|
+
faucets: [],
|
|
20391
20585
|
nativeCurrency: { name: 'Setl', symbol: 'SETL', decimals: 18 },
|
|
20392
20586
|
infoURL: 'https://settlus.org',
|
|
20393
20587
|
shortName: 'settlus-testnet',
|
|
20394
20588
|
chainId: 5372,
|
|
20395
20589
|
networkId: 5372,
|
|
20396
|
-
|
|
20397
|
-
{
|
|
20398
|
-
name: 'Settlus Scan',
|
|
20399
|
-
url: 'https://testnet.settlus.network',
|
|
20400
|
-
standard: 'EIP3091'
|
|
20401
|
-
}
|
|
20402
|
-
]
|
|
20590
|
+
status: 'deprecated'
|
|
20403
20591
|
},
|
|
20404
20592
|
5373: {
|
|
20405
20593
|
name: 'Settlus Sepolia Testnet',
|
|
20406
20594
|
chain: 'ETH',
|
|
20407
|
-
rpc: [],
|
|
20595
|
+
rpc: ['https://settlus-septestnet.g.alchemy.com/public'],
|
|
20408
20596
|
faucets: [],
|
|
20409
20597
|
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
20410
20598
|
infoURL: 'https://settlus.org',
|
|
20411
20599
|
shortName: 'setl-sepolia',
|
|
20412
20600
|
chainId: 5373,
|
|
20413
20601
|
networkId: 5373,
|
|
20414
|
-
parent: {
|
|
20415
|
-
|
|
20602
|
+
parent: {
|
|
20603
|
+
type: 'L2',
|
|
20604
|
+
chain: 'eip155-11155111',
|
|
20605
|
+
bridges: [{ url: 'https://settlus-sep-testnet.bridge.alchemy.com/' }]
|
|
20606
|
+
},
|
|
20607
|
+
explorers: [
|
|
20608
|
+
{
|
|
20609
|
+
name: 'Settlus Sepolia Testnet Explorer',
|
|
20610
|
+
url: 'https://settlus-sepolia-testnet.explorer.alchemy.com',
|
|
20611
|
+
standard: 'EIP3091'
|
|
20612
|
+
}
|
|
20613
|
+
],
|
|
20614
|
+
status: 'active'
|
|
20416
20615
|
},
|
|
20417
20616
|
5424: {
|
|
20418
20617
|
name: 'edeXa Mainnet',
|
|
@@ -20976,7 +21175,7 @@ exports.chains = {
|
|
|
20976
21175
|
standard: 'EIP3091'
|
|
20977
21176
|
}
|
|
20978
21177
|
],
|
|
20979
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
21178
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreia5iw3fygyim6ivv4lznrsak2x6e573vybexlnpxpcp775hcgmjyi'
|
|
20980
21179
|
},
|
|
20981
21180
|
6065: {
|
|
20982
21181
|
name: 'Tres Testnet',
|
|
@@ -22082,6 +22281,27 @@ exports.chains = {
|
|
|
22082
22281
|
explorers: [],
|
|
22083
22282
|
iconURL: 'https://ipfs.io/ipfs/QmZ4ujZagoLozYSypp7uJESgExJhGGJTmmpT6AoDV8GzZW'
|
|
22084
22283
|
},
|
|
22284
|
+
7233: {
|
|
22285
|
+
name: 'InitVerse mainnet',
|
|
22286
|
+
chain: 'InitVerse',
|
|
22287
|
+
rpc: ['https://rpc-mainnet.inichain.com'],
|
|
22288
|
+
faucets: [],
|
|
22289
|
+
nativeCurrency: { name: 'InitVerse', symbol: 'INI', decimals: 18 },
|
|
22290
|
+
infoURL: 'https://www.inichain.com',
|
|
22291
|
+
shortName: 'INI',
|
|
22292
|
+
chainId: 7233,
|
|
22293
|
+
networkId: 7233,
|
|
22294
|
+
icon: 'initverse',
|
|
22295
|
+
explorers: [
|
|
22296
|
+
{
|
|
22297
|
+
name: 'initverse',
|
|
22298
|
+
url: 'https://www.iniscan.com',
|
|
22299
|
+
icon: 'initverse',
|
|
22300
|
+
standard: 'none'
|
|
22301
|
+
}
|
|
22302
|
+
],
|
|
22303
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreieuowxl2syu2cfiebhqkdjrokbwq4sulcdrww3z4wws3vssm3phzi'
|
|
22304
|
+
},
|
|
22085
22305
|
7234: {
|
|
22086
22306
|
name: 'InitVerse genesis testnet',
|
|
22087
22307
|
chain: 'InitVerse',
|
|
@@ -22865,6 +23085,32 @@ exports.chains = {
|
|
|
22865
23085
|
infoURL: 'https://mochain.app',
|
|
22866
23086
|
iconURL: 'https://ipfs.io/ipfs/QmfJYJiR7L8xMG3KAWroVA9CQEfRGcbprC4JmVsiVk1E4e'
|
|
22867
23087
|
},
|
|
23088
|
+
7957: {
|
|
23089
|
+
name: 'Exorium Testnet',
|
|
23090
|
+
chain: 'EXOR',
|
|
23091
|
+
rpc: [
|
|
23092
|
+
'https://rpc-1-testnet.exorium.net',
|
|
23093
|
+
'https://rpc-2-testnet.exorium.net',
|
|
23094
|
+
'https://rpc-testnet.exoscan.net/'
|
|
23095
|
+
],
|
|
23096
|
+
faucets: ['https://faucet-testnet.exorium.net'],
|
|
23097
|
+
nativeCurrency: { name: 'EXOR', symbol: 'tEXOR', decimals: 18 },
|
|
23098
|
+
infoURL: 'https://exorium.net',
|
|
23099
|
+
shortName: 'texor',
|
|
23100
|
+
chainId: 7957,
|
|
23101
|
+
networkId: 7957,
|
|
23102
|
+
slip44: 1,
|
|
23103
|
+
icon: 'exorium',
|
|
23104
|
+
explorers: [
|
|
23105
|
+
{
|
|
23106
|
+
name: 'EXORIUM Testnet Explorer',
|
|
23107
|
+
icon: 'exorium',
|
|
23108
|
+
url: 'https://testnet.exoscan.net',
|
|
23109
|
+
standard: 'none'
|
|
23110
|
+
}
|
|
23111
|
+
],
|
|
23112
|
+
iconURL: 'https://ipfs.io/ipfs/QmTY2Z7AEEWxmzQyh7DFG8fyR3w6Y166GDJfi6o3xo6GgV'
|
|
23113
|
+
},
|
|
22868
23114
|
7979: {
|
|
22869
23115
|
name: 'DOS Chain',
|
|
22870
23116
|
chain: 'DOS',
|
|
@@ -23112,10 +23358,10 @@ exports.chains = {
|
|
|
23112
23358
|
8086: {
|
|
23113
23359
|
name: 'Bitcoin Chain',
|
|
23114
23360
|
chain: 'BTC',
|
|
23115
|
-
rpc: ['https://rpc.
|
|
23361
|
+
rpc: ['https://rpc.bitcoinevm.org'],
|
|
23116
23362
|
faucets: [],
|
|
23117
23363
|
nativeCurrency: { name: 'Bitcoin', symbol: 'BTC', decimals: 18 },
|
|
23118
|
-
infoURL: 'https://
|
|
23364
|
+
infoURL: 'https://bitcoinevm.org',
|
|
23119
23365
|
shortName: 'Bitcoin',
|
|
23120
23366
|
chainId: 8086,
|
|
23121
23367
|
networkId: 8086,
|
|
@@ -23445,6 +23691,19 @@ exports.chains = {
|
|
|
23445
23691
|
],
|
|
23446
23692
|
iconURL: 'https://ipfs.io/ipfs/Qme5W7SmKGv3gqciYFWuZvA4QKJAU2XKwSzC6cXLx7wGJu'
|
|
23447
23693
|
},
|
|
23694
|
+
8386: {
|
|
23695
|
+
name: 'XProtocol',
|
|
23696
|
+
chain: 'XPROTOCOL',
|
|
23697
|
+
rpc: [],
|
|
23698
|
+
faucets: [],
|
|
23699
|
+
nativeCurrency: { name: 'Kick', symbol: 'KICK', decimals: 18 },
|
|
23700
|
+
shortName: 'xprotocol',
|
|
23701
|
+
chainId: 8386,
|
|
23702
|
+
networkId: 8386,
|
|
23703
|
+
status: 'incubating',
|
|
23704
|
+
parent: { type: 'L2', chain: 'eip155-8453' },
|
|
23705
|
+
infoURL: 'https://xprotocol.org/'
|
|
23706
|
+
},
|
|
23448
23707
|
8387: {
|
|
23449
23708
|
name: 'Dracones Financial Services',
|
|
23450
23709
|
title: 'The Dracones Mainnet',
|
|
@@ -23766,8 +24025,8 @@ exports.chains = {
|
|
|
23766
24025
|
8844: {
|
|
23767
24026
|
name: 'Hydra Chain Testnet',
|
|
23768
24027
|
chain: 'HYDRA',
|
|
23769
|
-
rpc: ['https://rpc
|
|
23770
|
-
faucets: ['https://
|
|
24028
|
+
rpc: ['https://rpc-testnet.hydrachain.org'],
|
|
24029
|
+
faucets: ['https://testnetapp.hydrachain.org/faucet'],
|
|
23771
24030
|
nativeCurrency: { name: 'tHydra', symbol: 'tHYDRA', decimals: 18 },
|
|
23772
24031
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
23773
24032
|
infoURL: 'https://hydrachain.org',
|
|
@@ -25210,7 +25469,7 @@ exports.chains = {
|
|
|
25210
25469
|
name: 'Agung Network',
|
|
25211
25470
|
chain: 'Agung',
|
|
25212
25471
|
icon: 'agung',
|
|
25213
|
-
rpc: ['https
|
|
25472
|
+
rpc: ['https://wss-async.agung.peaq.network'],
|
|
25214
25473
|
faucets: [],
|
|
25215
25474
|
nativeCurrency: { name: 'Agung', symbol: 'AGNG', decimals: 18 },
|
|
25216
25475
|
infoURL: 'https://www.peaq.network',
|
|
@@ -25401,6 +25660,17 @@ exports.chains = {
|
|
|
25401
25660
|
],
|
|
25402
25661
|
iconURL: 'https://ipfs.io/ipfs/Qmeq49hbjDHYyWs4UyUHwwde5WUemJYJSLSXiik6up5NjE'
|
|
25403
25662
|
},
|
|
25663
|
+
10066: {
|
|
25664
|
+
name: 'Chain Opera Testnet',
|
|
25665
|
+
chain: 'Chain Opera Testnet',
|
|
25666
|
+
rpc: ['http://40.78.123.6:8545'],
|
|
25667
|
+
faucets: [],
|
|
25668
|
+
nativeCurrency: { name: 'coai', symbol: 'CO', decimals: 18 },
|
|
25669
|
+
infoURL: 'https://chainopera.ai/',
|
|
25670
|
+
shortName: 'chainopera-testnet',
|
|
25671
|
+
chainId: 10066,
|
|
25672
|
+
networkId: 10066
|
|
25673
|
+
},
|
|
25404
25674
|
10081: {
|
|
25405
25675
|
name: 'Japan Open Chain Testnet',
|
|
25406
25676
|
chain: 'JOCT',
|
|
@@ -26151,7 +26421,7 @@ exports.chains = {
|
|
|
26151
26421
|
iconURL: 'https://ipfs.io/ipfs/QmUkFZC2ZmoYPTKf7AHdjwRPZoV2h1MCuHaGM4iu8SNFpi'
|
|
26152
26422
|
},
|
|
26153
26423
|
11451: {
|
|
26154
|
-
name: '
|
|
26424
|
+
name: 'eGold Chain',
|
|
26155
26425
|
chain: 'EGC',
|
|
26156
26426
|
icon: 'egoldchain',
|
|
26157
26427
|
rpc: ['https://rpc.egoldchain.com', 'wss://rpc.egoldchain.com'],
|
|
@@ -26163,7 +26433,7 @@ exports.chains = {
|
|
|
26163
26433
|
networkId: 11451,
|
|
26164
26434
|
explorers: [
|
|
26165
26435
|
{
|
|
26166
|
-
name: '
|
|
26436
|
+
name: 'eGold Chain Block Explorer',
|
|
26167
26437
|
url: 'https://egoldscan.io',
|
|
26168
26438
|
standard: 'none',
|
|
26169
26439
|
icon: 'egoldchain'
|
|
@@ -27413,8 +27683,8 @@ exports.chains = {
|
|
|
27413
27683
|
networkId: 16180,
|
|
27414
27684
|
explorers: [
|
|
27415
27685
|
{
|
|
27416
|
-
name: '
|
|
27417
|
-
url: 'https://
|
|
27686
|
+
name: 'PLYR PHI Explorer',
|
|
27687
|
+
url: 'https://explorer.plyr.network',
|
|
27418
27688
|
standard: 'EIP3091'
|
|
27419
27689
|
}
|
|
27420
27690
|
],
|
|
@@ -27503,7 +27773,7 @@ exports.chains = {
|
|
|
27503
27773
|
16600: {
|
|
27504
27774
|
name: '0G-Newton-Testnet',
|
|
27505
27775
|
chain: '0G-Testnet',
|
|
27506
|
-
rpc: ['https://
|
|
27776
|
+
rpc: ['https://evmrpc-testnet.0g.ai'],
|
|
27507
27777
|
faucets: ['https://faucet.0g.ai'],
|
|
27508
27778
|
nativeCurrency: { name: 'A0GI', symbol: 'A0GI', decimals: 18 },
|
|
27509
27779
|
infoURL: 'https://0g.ai',
|
|
@@ -27513,7 +27783,7 @@ exports.chains = {
|
|
|
27513
27783
|
icon: '0gai',
|
|
27514
27784
|
explorers: [
|
|
27515
27785
|
{
|
|
27516
|
-
name: '0G
|
|
27786
|
+
name: '0G BlockChain Explorer',
|
|
27517
27787
|
url: 'https://chainscan-newton.0g.ai',
|
|
27518
27788
|
standard: 'none'
|
|
27519
27789
|
}
|
|
@@ -28022,6 +28292,27 @@ exports.chains = {
|
|
|
28022
28292
|
],
|
|
28023
28293
|
iconURL: 'https://ipfs.io/ipfs/QmUf9AtP2ZjQFvE8V4UV5RXQJkfUrCAh4tyY7ZHesBhCMB'
|
|
28024
28294
|
},
|
|
28295
|
+
18881: {
|
|
28296
|
+
name: 'Ultra EVM Network Testnet',
|
|
28297
|
+
chain: 'Ultra',
|
|
28298
|
+
icon: 'ultra',
|
|
28299
|
+
rpc: ['https://evm.test.ultra.eosusa.io'],
|
|
28300
|
+
faucets: [],
|
|
28301
|
+
nativeCurrency: { name: 'Ultra Token', symbol: 'UOS', decimals: 18 },
|
|
28302
|
+
infoURL: 'https://ultra.io/',
|
|
28303
|
+
shortName: 'ultra-testnet',
|
|
28304
|
+
chainId: 18881,
|
|
28305
|
+
networkId: 18881,
|
|
28306
|
+
slip44: 1,
|
|
28307
|
+
explorers: [
|
|
28308
|
+
{
|
|
28309
|
+
name: 'Ultra EVM Testnet Explorer',
|
|
28310
|
+
url: 'https://evmexplorer.testnet.ultra.io',
|
|
28311
|
+
standard: 'EIP3091'
|
|
28312
|
+
}
|
|
28313
|
+
],
|
|
28314
|
+
iconURL: 'https://ipfs.io/ipfs/QmeGtXdTHHMnf6rWUWFcefMGaVp7dJ6SWNgxgbVgm9YHTZ'
|
|
28315
|
+
},
|
|
28025
28316
|
18888: {
|
|
28026
28317
|
name: 'Titan (TKX)',
|
|
28027
28318
|
chain: 'Titan (TKX)',
|
|
@@ -28323,6 +28614,26 @@ exports.chains = {
|
|
|
28323
28614
|
}
|
|
28324
28615
|
]
|
|
28325
28616
|
},
|
|
28617
|
+
19991: {
|
|
28618
|
+
name: 'Ultra EVM Network',
|
|
28619
|
+
chain: 'Ultra',
|
|
28620
|
+
icon: 'ultra',
|
|
28621
|
+
rpc: ['https://evm.ultra.eosusa.io'],
|
|
28622
|
+
faucets: [],
|
|
28623
|
+
nativeCurrency: { name: 'Ultra Token', symbol: 'UOS', decimals: 18 },
|
|
28624
|
+
infoURL: 'https://ultra.io',
|
|
28625
|
+
shortName: 'ultra',
|
|
28626
|
+
chainId: 19991,
|
|
28627
|
+
networkId: 19991,
|
|
28628
|
+
explorers: [
|
|
28629
|
+
{
|
|
28630
|
+
name: 'Ultra EVM Explorer',
|
|
28631
|
+
url: 'https://evmexplorer.ultra.io',
|
|
28632
|
+
standard: 'EIP3091'
|
|
28633
|
+
}
|
|
28634
|
+
],
|
|
28635
|
+
iconURL: 'https://ipfs.io/ipfs/QmeGtXdTHHMnf6rWUWFcefMGaVp7dJ6SWNgxgbVgm9YHTZ'
|
|
28636
|
+
},
|
|
28326
28637
|
20001: {
|
|
28327
28638
|
name: 'Camelark Mainnet',
|
|
28328
28639
|
chainId: 20001,
|
|
@@ -28798,6 +29109,25 @@ exports.chains = {
|
|
|
28798
29109
|
],
|
|
28799
29110
|
iconURL: 'https://ipfs.io/ipfs/QmdTfku81ohnG9ECU1Xswmeumt678cBhwHWuFYZ7i1Qsto'
|
|
28800
29111
|
},
|
|
29112
|
+
23023: {
|
|
29113
|
+
name: 'PremiumBlock',
|
|
29114
|
+
chain: 'PBLK',
|
|
29115
|
+
rpc: ['https://rpc.premiumblock.org'],
|
|
29116
|
+
faucets: [],
|
|
29117
|
+
nativeCurrency: { name: 'Premium Block', symbol: 'PBLK', decimals: 18 },
|
|
29118
|
+
infoURL: 'https://scan.premiumblock.org',
|
|
29119
|
+
shortName: 'pblk',
|
|
29120
|
+
chainId: 23023,
|
|
29121
|
+
networkId: 23023,
|
|
29122
|
+
explorers: [
|
|
29123
|
+
{
|
|
29124
|
+
name: 'PremiumBlocks Explorer',
|
|
29125
|
+
url: 'https://scan.premiumblock.org',
|
|
29126
|
+
standard: 'EIP3091'
|
|
29127
|
+
}
|
|
29128
|
+
],
|
|
29129
|
+
features: [{ name: 'EIP1559' }]
|
|
29130
|
+
},
|
|
28801
29131
|
23118: {
|
|
28802
29132
|
name: 'Opside Testnet',
|
|
28803
29133
|
chain: 'Opside',
|
|
@@ -30605,6 +30935,24 @@ exports.chains = {
|
|
|
30605
30935
|
},
|
|
30606
30936
|
iconURL: 'https://ipfs.io/ipfs/QmaEMH8gUpdBuZdMpw2nnZ6tFA8qcRLqVdTtuoTT8U95X6'
|
|
30607
30937
|
},
|
|
30938
|
+
42026: {
|
|
30939
|
+
name: 'Donatuz',
|
|
30940
|
+
chain: 'ETH',
|
|
30941
|
+
rpc: ['https://rpc.donatuz.com'],
|
|
30942
|
+
faucets: [],
|
|
30943
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
30944
|
+
infoURL: 'https://www.donatuz.com',
|
|
30945
|
+
shortName: 'donatuz',
|
|
30946
|
+
chainId: 42026,
|
|
30947
|
+
networkId: 42026,
|
|
30948
|
+
explorers: [
|
|
30949
|
+
{
|
|
30950
|
+
name: 'Donatuz Explorer',
|
|
30951
|
+
url: 'https://explorer.donatuz.com',
|
|
30952
|
+
standard: 'EIP3091'
|
|
30953
|
+
}
|
|
30954
|
+
]
|
|
30955
|
+
},
|
|
30608
30956
|
42069: {
|
|
30609
30957
|
name: 'pegglecoin',
|
|
30610
30958
|
chain: '42069',
|
|
@@ -30616,6 +30964,26 @@ exports.chains = {
|
|
|
30616
30964
|
chainId: 42069,
|
|
30617
30965
|
networkId: 42069
|
|
30618
30966
|
},
|
|
30967
|
+
42070: {
|
|
30968
|
+
name: 'WMC Testnet',
|
|
30969
|
+
chain: 'WMC',
|
|
30970
|
+
icon: 'wmc',
|
|
30971
|
+
rpc: ['https://rpc-testnet-base.worldmobile.net'],
|
|
30972
|
+
faucets: ['https://faucet-testnet-base.worldmobile.net'],
|
|
30973
|
+
nativeCurrency: { name: 'WMTx', symbol: 'WMTx', decimals: 18 },
|
|
30974
|
+
infoURL: 'https://worldmobiletoken.com',
|
|
30975
|
+
shortName: 'wmtx',
|
|
30976
|
+
chainId: 42070,
|
|
30977
|
+
networkId: 42070,
|
|
30978
|
+
explorers: [
|
|
30979
|
+
{
|
|
30980
|
+
name: 'WMC Explorer',
|
|
30981
|
+
url: 'https://explorer-testnet-base.worldmobile.net',
|
|
30982
|
+
standard: 'EIP3091'
|
|
30983
|
+
}
|
|
30984
|
+
],
|
|
30985
|
+
iconURL: 'https://ipfs.io/ipfs/QmVWrPMhSkocodzjz54R6qdQ1UJx4Y6oUAsvKuqWTi9u2E'
|
|
30986
|
+
},
|
|
30619
30987
|
42072: {
|
|
30620
30988
|
name: 'AgentLayer Testnet',
|
|
30621
30989
|
chain: 'AgentLayer',
|
|
@@ -31629,6 +31997,24 @@ exports.chains = {
|
|
|
31629
31997
|
],
|
|
31630
31998
|
parent: { type: 'L2', chain: 'eip155-11155111' }
|
|
31631
31999
|
},
|
|
32000
|
+
50505: {
|
|
32001
|
+
name: 'STB Testnet',
|
|
32002
|
+
chain: 'STB Testnet',
|
|
32003
|
+
rpc: ['https://rpc.quorum.sps.dev.kode.ru/'],
|
|
32004
|
+
faucets: [],
|
|
32005
|
+
nativeCurrency: { name: 'STB', symbol: 'STB', decimals: 18 },
|
|
32006
|
+
infoURL: '',
|
|
32007
|
+
shortName: 'stb-testnet',
|
|
32008
|
+
chainId: 50505,
|
|
32009
|
+
networkId: 50505,
|
|
32010
|
+
explorers: [
|
|
32011
|
+
{
|
|
32012
|
+
name: 'stb-testnet',
|
|
32013
|
+
url: 'https://explorer.quorum.sps.dev.kode.ru',
|
|
32014
|
+
standard: 'none'
|
|
32015
|
+
}
|
|
32016
|
+
]
|
|
32017
|
+
},
|
|
31632
32018
|
50888: {
|
|
31633
32019
|
name: 'Erbie Mainnet',
|
|
31634
32020
|
chain: 'Erbie',
|
|
@@ -32893,8 +33279,8 @@ exports.chains = {
|
|
|
32893
33279
|
slip44: 1,
|
|
32894
33280
|
explorers: [
|
|
32895
33281
|
{
|
|
32896
|
-
name: '
|
|
32897
|
-
url: 'https://
|
|
33282
|
+
name: 'PLYR TAU Explorer',
|
|
33283
|
+
url: 'https://explorer-testnet.plyr.network',
|
|
32898
33284
|
standard: 'EIP3091'
|
|
32899
33285
|
}
|
|
32900
33286
|
],
|
|
@@ -33539,6 +33925,26 @@ exports.chains = {
|
|
|
33539
33925
|
],
|
|
33540
33926
|
iconURL: 'https://ipfs.io/ipfs/Qmeiop9gSdzU4NNJ6GCuPk6AeYwD9pbhEFVfRdk4dXs3kJ'
|
|
33541
33927
|
},
|
|
33928
|
+
72888: {
|
|
33929
|
+
name: 'CAGA mainnet',
|
|
33930
|
+
chain: 'CAGA',
|
|
33931
|
+
rpc: ['https://cagamainnet.com', 'wss://cagamainnet.com/ws'],
|
|
33932
|
+
faucets: [],
|
|
33933
|
+
nativeCurrency: { name: 'CAGA', symbol: 'CAGA', decimals: 18 },
|
|
33934
|
+
infoURL: 'https://www.cagacrypto.com/',
|
|
33935
|
+
shortName: 'caga-mainnet',
|
|
33936
|
+
chainId: 72888,
|
|
33937
|
+
networkId: 72888,
|
|
33938
|
+
icon: 'caga',
|
|
33939
|
+
explorers: [
|
|
33940
|
+
{
|
|
33941
|
+
name: 'caga',
|
|
33942
|
+
url: 'https://explorer.cagamainnet.com',
|
|
33943
|
+
standard: 'EIP3091'
|
|
33944
|
+
}
|
|
33945
|
+
],
|
|
33946
|
+
iconURL: 'https://ipfs.io/ipfs/Qmeiop9gSdzU4NNJ6GCuPk6AeYwD9pbhEFVfRdk4dXs3kJ'
|
|
33947
|
+
},
|
|
33542
33948
|
72992: {
|
|
33543
33949
|
name: 'Grok Chain Mainnet',
|
|
33544
33950
|
chain: 'Grok',
|
|
@@ -34111,6 +34517,20 @@ exports.chains = {
|
|
|
34111
34517
|
],
|
|
34112
34518
|
iconURL: 'https://ipfs.io/ipfs/QmW2xrDkSqBB7qgftp5PUecEGg4zwUBJgSN45CaR7CKJMr'
|
|
34113
34519
|
},
|
|
34520
|
+
80094: {
|
|
34521
|
+
name: 'Berachain',
|
|
34522
|
+
chain: 'Berachain',
|
|
34523
|
+
rpc: ['https://rpc.berachain.com'],
|
|
34524
|
+
faucets: ['https://faucet.berachain.com'],
|
|
34525
|
+
nativeCurrency: { name: 'BERA Token', symbol: 'BERA', decimals: 18 },
|
|
34526
|
+
infoURL: 'https://www.berachain.com',
|
|
34527
|
+
shortName: 'berachain',
|
|
34528
|
+
chainId: 80094,
|
|
34529
|
+
networkId: 80094,
|
|
34530
|
+
icon: 'berachain',
|
|
34531
|
+
explorers: [],
|
|
34532
|
+
iconURL: 'https://ipfs.io/ipfs/QmW2xrDkSqBB7qgftp5PUecEGg4zwUBJgSN45CaR7CKJMr'
|
|
34533
|
+
},
|
|
34114
34534
|
80096: {
|
|
34115
34535
|
name: 'Hizoco mainnet',
|
|
34116
34536
|
chain: 'HZC',
|
|
@@ -34145,6 +34565,27 @@ exports.chains = {
|
|
|
34145
34565
|
explorers: [],
|
|
34146
34566
|
parent: { type: 'L2', chain: 'eip155-42161' }
|
|
34147
34567
|
},
|
|
34568
|
+
80931: {
|
|
34569
|
+
name: 'Forta Chain',
|
|
34570
|
+
chain: 'Forta Chain',
|
|
34571
|
+
rpc: ['https://rpc-forta-chain-8gj1qndmfc.t.conduit.xyz'],
|
|
34572
|
+
faucets: [],
|
|
34573
|
+
nativeCurrency: { name: 'FORT', symbol: 'FORT', decimals: 18 },
|
|
34574
|
+
infoURL: 'https://www.forta.org/',
|
|
34575
|
+
shortName: 'forta',
|
|
34576
|
+
chainId: 80931,
|
|
34577
|
+
networkId: 80931,
|
|
34578
|
+
icon: 'forta-chain',
|
|
34579
|
+
explorers: [
|
|
34580
|
+
{
|
|
34581
|
+
name: 'Forta Chain Explorer',
|
|
34582
|
+
url: 'https://explorer.forta.org',
|
|
34583
|
+
icon: 'forta-chain',
|
|
34584
|
+
standard: 'EIP3091'
|
|
34585
|
+
}
|
|
34586
|
+
],
|
|
34587
|
+
iconURL: 'https://ipfs.io/ipfs/Qmd3KFA5oJbPHCe7rdKdzYBiBPoN8QWxCvU9yqteV3fDCQ'
|
|
34588
|
+
},
|
|
34148
34589
|
81041: {
|
|
34149
34590
|
name: 'Nordek Mainnet',
|
|
34150
34591
|
chain: 'Nordek',
|
|
@@ -34427,6 +34868,24 @@ exports.chains = {
|
|
|
34427
34868
|
explorers: [],
|
|
34428
34869
|
iconURL: 'https://ipfs.io/ipfs/QmRZ1LHedFNs3pXhxcjhbQtHLmMzDhioKJ6ZsRwHNpbtiF'
|
|
34429
34870
|
},
|
|
34871
|
+
83868: {
|
|
34872
|
+
name: 'Xprotocol Sepolia',
|
|
34873
|
+
chainId: 83868,
|
|
34874
|
+
shortName: 'xprotocolsepolia',
|
|
34875
|
+
chain: 'Xprotocol Sepolia',
|
|
34876
|
+
networkId: 83868,
|
|
34877
|
+
nativeCurrency: {
|
|
34878
|
+
name: 'KICK Testnet Token',
|
|
34879
|
+
symbol: 'KICK',
|
|
34880
|
+
decimals: 18
|
|
34881
|
+
},
|
|
34882
|
+
rpc: [],
|
|
34883
|
+
faucets: [],
|
|
34884
|
+
explorers: [],
|
|
34885
|
+
status: 'incubating',
|
|
34886
|
+
parent: { type: 'L2', chain: 'eip155-84532' },
|
|
34887
|
+
infoURL: 'https://xprotocol.org/'
|
|
34888
|
+
},
|
|
34430
34889
|
83872: {
|
|
34431
34890
|
name: 'ZEDXION',
|
|
34432
34891
|
chain: 'ZEDXION',
|
|
@@ -35252,6 +35711,32 @@ exports.chains = {
|
|
|
35252
35711
|
],
|
|
35253
35712
|
iconURL: 'https://ipfs.io/ipfs/QmVhM3wHXdXkFEvW4x4vYqT7bx7gb5BQLWcLebHBeAzAXF'
|
|
35254
35713
|
},
|
|
35714
|
+
97453: {
|
|
35715
|
+
name: 'Sidra Chain',
|
|
35716
|
+
chain: 'SIDRA',
|
|
35717
|
+
icon: 'sidrachain',
|
|
35718
|
+
rpc: ['https://node.sidrachain.com'],
|
|
35719
|
+
features: [{ name: 'EIP155' }],
|
|
35720
|
+
faucets: [],
|
|
35721
|
+
nativeCurrency: {
|
|
35722
|
+
name: 'Sidra Digital Asset',
|
|
35723
|
+
symbol: 'SDA',
|
|
35724
|
+
decimals: 18
|
|
35725
|
+
},
|
|
35726
|
+
infoURL: 'https://www.sidrachain.com',
|
|
35727
|
+
shortName: 'sidra',
|
|
35728
|
+
chainId: 97453,
|
|
35729
|
+
networkId: 97453,
|
|
35730
|
+
explorers: [
|
|
35731
|
+
{
|
|
35732
|
+
name: 'Sidra Chain Explorer',
|
|
35733
|
+
url: 'https://ledger.sidrachain.com',
|
|
35734
|
+
icon: 'sidrachain',
|
|
35735
|
+
standard: 'EIP3091'
|
|
35736
|
+
}
|
|
35737
|
+
],
|
|
35738
|
+
iconURL: 'https://ipfs.io/ipfs/QmfVnJSmiB1Ss3Sfhgc9JsZAbQ2RAofsgzYB1VqUNKNgLH'
|
|
35739
|
+
},
|
|
35255
35740
|
97531: {
|
|
35256
35741
|
name: 'Green Chain Testnet',
|
|
35257
35742
|
chain: 'Green Chain',
|
|
@@ -36247,7 +36732,7 @@ exports.chains = {
|
|
|
36247
36732
|
iconURL: 'https://ipfs.io/ipfs/QmNUmWC7jNEBcTs6ZqkrQ5vMAQG8qjq7n3FcZnXvJZLoQ9'
|
|
36248
36733
|
},
|
|
36249
36734
|
111451: {
|
|
36250
|
-
name: '
|
|
36735
|
+
name: 'eGold Chain Testnet',
|
|
36251
36736
|
chain: 'EGC',
|
|
36252
36737
|
icon: 'egoldchain',
|
|
36253
36738
|
rpc: [
|
|
@@ -36262,7 +36747,7 @@ exports.chains = {
|
|
|
36262
36747
|
networkId: 111451,
|
|
36263
36748
|
explorers: [
|
|
36264
36749
|
{
|
|
36265
|
-
name: '
|
|
36750
|
+
name: 'eGold Chain Block Explorer',
|
|
36266
36751
|
url: 'http://testnet.egoldscan.io',
|
|
36267
36752
|
standard: 'none',
|
|
36268
36753
|
icon: 'egoldchain'
|
|
@@ -36584,8 +37069,8 @@ exports.chains = {
|
|
|
36584
37069
|
]
|
|
36585
37070
|
},
|
|
36586
37071
|
161201: {
|
|
36587
|
-
name: '
|
|
36588
|
-
chain: '
|
|
37072
|
+
name: 'OpenLedger Testnet',
|
|
37073
|
+
chain: 'OpenLedger Testnet',
|
|
36589
37074
|
rpc: ['https://rpctn.openledger.xyz'],
|
|
36590
37075
|
faucets: [],
|
|
36591
37076
|
nativeCurrency: { name: 'Openledger', symbol: 'OPN', decimals: 18 },
|
|
@@ -36596,7 +37081,7 @@ exports.chains = {
|
|
|
36596
37081
|
icon: 'openledger',
|
|
36597
37082
|
explorers: [
|
|
36598
37083
|
{
|
|
36599
|
-
name: '
|
|
37084
|
+
name: 'OpenLedger Testnet Explorer',
|
|
36600
37085
|
url: 'https://scantn.openledger.xyz',
|
|
36601
37086
|
standard: 'EIP3091'
|
|
36602
37087
|
}
|
|
@@ -39174,6 +39659,24 @@ exports.chains = {
|
|
|
39174
39659
|
],
|
|
39175
39660
|
iconURL: 'https://ipfs.io/ipfs/bafkreic62smuudotw6iq724fvysujakoonb3iwtwo6t4hr6ldursz5jyo4'
|
|
39176
39661
|
},
|
|
39662
|
+
490092: {
|
|
39663
|
+
name: 'PUMPFI CHAIN TESTNET',
|
|
39664
|
+
chain: 'PUMPFI CHAIN TESTNET',
|
|
39665
|
+
rpc: ['https://rpc1testnet.pumpfi.me'],
|
|
39666
|
+
faucets: ['https://faucet.pumpfi.me'],
|
|
39667
|
+
nativeCurrency: { name: 'PMPT', symbol: 'PMPT', decimals: 18 },
|
|
39668
|
+
infoURL: 'https://pumpfi.me',
|
|
39669
|
+
shortName: 'pumpfi-testnet',
|
|
39670
|
+
chainId: 490092,
|
|
39671
|
+
networkId: 490092,
|
|
39672
|
+
explorers: [
|
|
39673
|
+
{
|
|
39674
|
+
name: 'Pumpfi Testnet Scan',
|
|
39675
|
+
url: 'https://testnetscan.pumpfi.me',
|
|
39676
|
+
standard: 'EIP3091'
|
|
39677
|
+
}
|
|
39678
|
+
]
|
|
39679
|
+
},
|
|
39177
39680
|
504441: {
|
|
39178
39681
|
name: 'Playdapp Network',
|
|
39179
39682
|
chain: 'PDA',
|
|
@@ -39806,6 +40309,24 @@ exports.chains = {
|
|
|
39806
40309
|
}
|
|
39807
40310
|
]
|
|
39808
40311
|
},
|
|
40312
|
+
706883: {
|
|
40313
|
+
name: 'Fidesinnova',
|
|
40314
|
+
chain: 'Fidesinnova',
|
|
40315
|
+
rpc: ['https://fidesf1-rpc.fidesinnova.io'],
|
|
40316
|
+
faucets: [],
|
|
40317
|
+
nativeCurrency: { name: 'Fidesinnova', symbol: 'FDS', decimals: 18 },
|
|
40318
|
+
infoURL: 'https://fidesinnova1.gitbook.io/fidesinnova',
|
|
40319
|
+
shortName: 'Fidesinnova',
|
|
40320
|
+
chainId: 706883,
|
|
40321
|
+
networkId: 706883,
|
|
40322
|
+
explorers: [
|
|
40323
|
+
{
|
|
40324
|
+
name: 'Fidesinnova Blockchain Explorer',
|
|
40325
|
+
url: 'https://explorer.fidesinnova.io',
|
|
40326
|
+
standard: 'none'
|
|
40327
|
+
}
|
|
40328
|
+
]
|
|
40329
|
+
},
|
|
39809
40330
|
710420: {
|
|
39810
40331
|
name: 'Tiltyard Mainnet Subnet',
|
|
39811
40332
|
chain: 'TILTYARD',
|
|
@@ -42006,6 +42527,32 @@ exports.chains = {
|
|
|
42006
42527
|
],
|
|
42007
42528
|
iconURL: 'https://ipfs.io/ipfs/QmYQf9VKTzPwQiU5xQMNbJKKGasLDVoXs2S86Ay77MStp7'
|
|
42008
42529
|
},
|
|
42530
|
+
7849306: {
|
|
42531
|
+
name: 'Ozean Poseidon Testnet',
|
|
42532
|
+
chain: 'Ozean Poseidon',
|
|
42533
|
+
rpc: [
|
|
42534
|
+
'https://ozean-testnet.rpc.caldera.xyz/http',
|
|
42535
|
+
'wss://ozean-testnet.rpc.caldera.xyz/ws'
|
|
42536
|
+
],
|
|
42537
|
+
faucets: ['https://ozean-testnet.hub.caldera.xyz'],
|
|
42538
|
+
nativeCurrency: { name: 'USDX', symbol: 'USDX', decimals: 18 },
|
|
42539
|
+
infoURL: 'https://docs.ozean.finance',
|
|
42540
|
+
shortName: 'ozean-poseidon',
|
|
42541
|
+
chainId: 7849306,
|
|
42542
|
+
networkId: 7849306,
|
|
42543
|
+
icon: 'ozean',
|
|
42544
|
+
status: 'active',
|
|
42545
|
+
explorers: [
|
|
42546
|
+
{
|
|
42547
|
+
name: 'Ozean Testnet Explorer',
|
|
42548
|
+
url: 'https://ozean-testnet.explorer.caldera.xyz',
|
|
42549
|
+
icon: 'ozean',
|
|
42550
|
+
standard: 'EIP3091'
|
|
42551
|
+
}
|
|
42552
|
+
],
|
|
42553
|
+
parent: { type: 'L2', chain: 'eip155-11155111' },
|
|
42554
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreiapf66dn4de4dz2oyn63y3bpafm5f6pne4gxtufapd452c4ruzj5a'
|
|
42555
|
+
},
|
|
42009
42556
|
8007736: {
|
|
42010
42557
|
name: 'Plian Mainnet Subchain 1',
|
|
42011
42558
|
chain: 'Plian',
|
|
@@ -42880,6 +43427,31 @@ exports.chains = {
|
|
|
42880
43427
|
}
|
|
42881
43428
|
]
|
|
42882
43429
|
},
|
|
43430
|
+
20256789: {
|
|
43431
|
+
name: 'ETP Mainnet',
|
|
43432
|
+
chain: 'ETP',
|
|
43433
|
+
rpc: ['https://rpc.etpscan.xyz'],
|
|
43434
|
+
faucets: [],
|
|
43435
|
+
nativeCurrency: {
|
|
43436
|
+
name: 'ETP Chain Native Token',
|
|
43437
|
+
symbol: 'ETP',
|
|
43438
|
+
decimals: 18
|
|
43439
|
+
},
|
|
43440
|
+
infoURL: 'https://www.etposchain.com',
|
|
43441
|
+
shortName: 'ETP',
|
|
43442
|
+
chainId: 20256789,
|
|
43443
|
+
networkId: 20256789,
|
|
43444
|
+
icon: 'etpchain',
|
|
43445
|
+
explorers: [
|
|
43446
|
+
{
|
|
43447
|
+
name: 'ETPScan',
|
|
43448
|
+
url: 'https://etpscan.xyz',
|
|
43449
|
+
icon: 'etpchain',
|
|
43450
|
+
standard: 'EIP3091'
|
|
43451
|
+
}
|
|
43452
|
+
],
|
|
43453
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreid4pi4wvhivaydzlflqqgdbddrmmc2szqtgsuhrp4hgfplg2z7ffe'
|
|
43454
|
+
},
|
|
42883
43455
|
20482050: {
|
|
42884
43456
|
name: 'Hokum Testnet',
|
|
42885
43457
|
chain: 'HokumTestnet',
|
|
@@ -44256,7 +44828,7 @@ exports.chains = {
|
|
|
44256
44828
|
{
|
|
44257
44829
|
name: 'subscan',
|
|
44258
44830
|
icon: 'subscan',
|
|
44259
|
-
url: 'https://
|
|
44831
|
+
url: 'https://westend-asset-hub-eth-explorer.parity.io',
|
|
44260
44832
|
standard: 'EIP3091'
|
|
44261
44833
|
}
|
|
44262
44834
|
]
|
|
@@ -44901,6 +45473,35 @@ exports.chains = {
|
|
|
44901
45473
|
],
|
|
44902
45474
|
iconURL: 'https://ipfs.io/ipfs/bafkreiagrt5dhgltg2kmw7hf24kslstr5h42e745luuxwp2wbg24gm6zza'
|
|
44903
45475
|
},
|
|
45476
|
+
1523903251: {
|
|
45477
|
+
name: 'Haust Network Testnet',
|
|
45478
|
+
title: 'Haust Network Testnet',
|
|
45479
|
+
chain: 'haust-network-testnet',
|
|
45480
|
+
rpc: ['https://rpc-testnet.haust.app'],
|
|
45481
|
+
features: [{ name: 'EIP155' }],
|
|
45482
|
+
faucets: ['https://faucet.haust.app'],
|
|
45483
|
+
status: 'active',
|
|
45484
|
+
nativeCurrency: { name: 'HAUST', symbol: 'HAUST', decimals: 18 },
|
|
45485
|
+
infoURL: 'https://haust.network/',
|
|
45486
|
+
shortName: 'HaustTestnet',
|
|
45487
|
+
chainId: 1523903251,
|
|
45488
|
+
networkId: 1523903251,
|
|
45489
|
+
icon: 'haust',
|
|
45490
|
+
explorers: [
|
|
45491
|
+
{
|
|
45492
|
+
name: 'Haust Network Testnet Explorer',
|
|
45493
|
+
url: 'https://explorer-testnet.haust.app',
|
|
45494
|
+
icon: 'haust',
|
|
45495
|
+
standard: 'EIP3091'
|
|
45496
|
+
}
|
|
45497
|
+
],
|
|
45498
|
+
parent: {
|
|
45499
|
+
type: 'L2',
|
|
45500
|
+
chain: 'eip155-11155111',
|
|
45501
|
+
bridges: [{ url: 'https://bridge-testnet.haust.app' }]
|
|
45502
|
+
},
|
|
45503
|
+
iconURL: 'https://ipfs.io/ipfs/QmRAjG8kc6PJr3xFGYhq1pWiiDoERD3Wj8wR7Cu59HoFnm'
|
|
45504
|
+
},
|
|
44904
45505
|
1564830818: {
|
|
44905
45506
|
name: 'SKALE Calypso Hub',
|
|
44906
45507
|
chain: 'honorable-steel-rasalhague',
|
|
@@ -45698,13 +46299,13 @@ exports.chains = {
|
|
|
45698
46299
|
icon: 'ntity',
|
|
45699
46300
|
explorers: [
|
|
45700
46301
|
{
|
|
45701
|
-
name: 'Ntity
|
|
45702
|
-
url: 'https://
|
|
46302
|
+
name: 'Ntity Explorer',
|
|
46303
|
+
url: 'https://explorer.ntity.io',
|
|
45703
46304
|
icon: 'ntity',
|
|
45704
46305
|
standard: 'EIP3091'
|
|
45705
46306
|
}
|
|
45706
46307
|
],
|
|
45707
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
46308
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreicdp3rj3zxltqurayvc7d7z2fkdg3bq357vfbi4ck4nhuveg6sela'
|
|
45708
46309
|
},
|
|
45709
46310
|
197710212031: {
|
|
45710
46311
|
name: 'Haradev Testnet',
|
|
@@ -45713,20 +46314,20 @@ exports.chains = {
|
|
|
45713
46314
|
faucets: [],
|
|
45714
46315
|
nativeCurrency: { name: 'Ntity Haradev', symbol: 'NTTH', decimals: 18 },
|
|
45715
46316
|
infoURL: 'https://ntity.io',
|
|
45716
|
-
shortName: '
|
|
46317
|
+
shortName: 'haradev',
|
|
45717
46318
|
chainId: 197710212031,
|
|
45718
46319
|
networkId: 197710212031,
|
|
45719
46320
|
slip44: 1,
|
|
45720
|
-
icon: '
|
|
46321
|
+
icon: 'haradev',
|
|
45721
46322
|
explorers: [
|
|
45722
46323
|
{
|
|
45723
|
-
name: '
|
|
45724
|
-
url: 'https://
|
|
45725
|
-
icon: '
|
|
46324
|
+
name: 'Haradev Explorer',
|
|
46325
|
+
url: 'https://explorer.haradev.com',
|
|
46326
|
+
icon: 'haradev',
|
|
45726
46327
|
standard: 'EIP3091'
|
|
45727
46328
|
}
|
|
45728
46329
|
],
|
|
45729
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
46330
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreihcwkjjx7twil7phw75d4rcnjzb3jxxammyocvbn6rsujwk23tgrq'
|
|
45730
46331
|
},
|
|
45731
46332
|
202402181627: {
|
|
45732
46333
|
name: 'GM Network Testnet',
|