@revoke.cash/chains 74.0.0 → 75.1.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 +1343 -151
- package/dist/src/enums.d.ts +120 -14
- package/dist/src/enums.js +120 -14
- package/package.json +5 -1
package/dist/src/chains.js
CHANGED
|
@@ -3764,7 +3764,15 @@ exports.chains = {
|
|
|
3764
3764
|
173: {
|
|
3765
3765
|
name: 'ENI Mainnet',
|
|
3766
3766
|
chain: 'ENI',
|
|
3767
|
-
rpc: [
|
|
3767
|
+
rpc: [
|
|
3768
|
+
'https://rpc.eniac.network',
|
|
3769
|
+
'https://rpc1.eniac.network',
|
|
3770
|
+
'https://rpc2.eniac.network',
|
|
3771
|
+
'https://enirpc.com',
|
|
3772
|
+
'https://jp.enirpc.com',
|
|
3773
|
+
'https://jp.eniacrpc.net',
|
|
3774
|
+
'wss://rpc.eniac.network/ws/'
|
|
3775
|
+
],
|
|
3768
3776
|
faucets: [],
|
|
3769
3777
|
nativeCurrency: { name: 'EGAS', symbol: 'EGAS', decimals: 18 },
|
|
3770
3778
|
infoURL: 'https://eniac.network/',
|
|
@@ -3781,6 +3789,26 @@ exports.chains = {
|
|
|
3781
3789
|
],
|
|
3782
3790
|
iconURL: 'https://ipfs.io/ipfs/QmdhqHQnPHhuhowh3ifncxw2SNzjMRCy2jQY8aMScpjUpd'
|
|
3783
3791
|
},
|
|
3792
|
+
174: {
|
|
3793
|
+
name: 'ENI Testnet',
|
|
3794
|
+
chain: 'ENI',
|
|
3795
|
+
rpc: ['https://rpc-testnet.eniac.network'],
|
|
3796
|
+
faucets: [],
|
|
3797
|
+
nativeCurrency: { name: 'EGAS', symbol: 'EGAS', decimals: 18 },
|
|
3798
|
+
infoURL: 'https://eniac.network/',
|
|
3799
|
+
shortName: 'eni-test',
|
|
3800
|
+
chainId: 174,
|
|
3801
|
+
networkId: 174,
|
|
3802
|
+
icon: 'eni-test',
|
|
3803
|
+
explorers: [
|
|
3804
|
+
{
|
|
3805
|
+
name: 'ENI Testnet Explorer',
|
|
3806
|
+
url: 'https://scan-testnet.eniac.network',
|
|
3807
|
+
standard: 'EIP3091'
|
|
3808
|
+
}
|
|
3809
|
+
],
|
|
3810
|
+
iconURL: 'https://ipfs.io/ipfs/QmdhqHQnPHhuhowh3ifncxw2SNzjMRCy2jQY8aMScpjUpd'
|
|
3811
|
+
},
|
|
3784
3812
|
175: {
|
|
3785
3813
|
name: 'OTC',
|
|
3786
3814
|
chain: 'OTC',
|
|
@@ -6338,22 +6366,19 @@ exports.chains = {
|
|
|
6338
6366
|
iconURL: 'https://ipfs.io/ipfs/Qmd7omPxrehSuxHHPMYd5Nr7nfrtjKdRJQEhDLfTb87w8G'
|
|
6339
6367
|
},
|
|
6340
6368
|
333: {
|
|
6341
|
-
name: '
|
|
6342
|
-
chain: '
|
|
6343
|
-
rpc: ['https://mainnet.
|
|
6369
|
+
name: 'EthStorage Mainnet',
|
|
6370
|
+
chain: 'EthStorage',
|
|
6371
|
+
rpc: ['https://rpc.mainnet.ethstorage.io:9540'],
|
|
6344
6372
|
faucets: [],
|
|
6345
|
-
nativeCurrency: { name: '
|
|
6346
|
-
infoURL: 'https://
|
|
6347
|
-
shortName: '
|
|
6373
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
6374
|
+
infoURL: 'https://ethstorage.io/',
|
|
6375
|
+
shortName: 'es-m',
|
|
6348
6376
|
chainId: 333,
|
|
6349
6377
|
networkId: 333,
|
|
6350
|
-
|
|
6351
|
-
|
|
6352
|
-
|
|
6353
|
-
|
|
6354
|
-
standard: 'EIP3091'
|
|
6355
|
-
}
|
|
6356
|
-
]
|
|
6378
|
+
slip44: 1,
|
|
6379
|
+
status: 'incubating',
|
|
6380
|
+
redFlags: ['reusedChainId'],
|
|
6381
|
+
parent: { type: 'L2', chain: 'eip155-1' }
|
|
6357
6382
|
},
|
|
6358
6383
|
335: {
|
|
6359
6384
|
name: 'DFK Chain Test',
|
|
@@ -7169,6 +7194,28 @@ exports.chains = {
|
|
|
7169
7194
|
],
|
|
7170
7195
|
iconURL: 'https://ipfs.io/ipfs/Qmb7oJY9zd9sTzxNNQNTVZQz2hkd1aA94mWm4cvXfJ9QxV'
|
|
7171
7196
|
},
|
|
7197
|
+
432: {
|
|
7198
|
+
name: 'NutriEmp Chain',
|
|
7199
|
+
chain: 'nutriemp-chain',
|
|
7200
|
+
rpc: ['https://rpc.nutriemp-chain.link', 'https://rpc.nutriemp.com'],
|
|
7201
|
+
faucets: [],
|
|
7202
|
+
nativeCurrency: { name: 'GRAMZ', symbol: 'GRAMZ', decimals: 18 },
|
|
7203
|
+
infoURL: 'https://nutriemp.com',
|
|
7204
|
+
shortName: 'nutriemp',
|
|
7205
|
+
chainId: 432,
|
|
7206
|
+
networkId: 432,
|
|
7207
|
+
icon: 'GRAMZ',
|
|
7208
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
7209
|
+
explorers: [
|
|
7210
|
+
{
|
|
7211
|
+
name: 'NutriEmp Explorer',
|
|
7212
|
+
url: 'https://explorer.nutriemp-chain.link',
|
|
7213
|
+
standard: 'EIP3091',
|
|
7214
|
+
icon: 'GRAMZ'
|
|
7215
|
+
}
|
|
7216
|
+
],
|
|
7217
|
+
iconURL: 'https://ipfs.io/ipfs/bafybeih7p2zkgxc6i6ygihz556y22aruacwybtfaif7554hqnd2a745uce'
|
|
7218
|
+
},
|
|
7172
7219
|
434: {
|
|
7173
7220
|
name: 'Boyaa Mainnet',
|
|
7174
7221
|
chain: 'BYC',
|
|
@@ -7889,6 +7936,30 @@ exports.chains = {
|
|
|
7889
7936
|
}
|
|
7890
7937
|
]
|
|
7891
7938
|
},
|
|
7939
|
+
567: {
|
|
7940
|
+
name: 'Validium Network',
|
|
7941
|
+
chain: 'Validium Network Testnet',
|
|
7942
|
+
rpc: ['https://testnet.l2.rpc.validium.network'],
|
|
7943
|
+
nativeCurrency: { name: 'Validium', symbol: 'VLDM', decimals: 18 },
|
|
7944
|
+
faucets: ['https://testnet.faucet.validium.network'],
|
|
7945
|
+
infoURL: 'https://www.validium.network',
|
|
7946
|
+
shortName: 'validium-testnet',
|
|
7947
|
+
parent: {
|
|
7948
|
+
type: 'L2',
|
|
7949
|
+
chain: 'eip155-11155111',
|
|
7950
|
+
bridges: [{ url: 'https://testnet.bridge.validium.network/bridge' }]
|
|
7951
|
+
},
|
|
7952
|
+
status: 'active',
|
|
7953
|
+
chainId: 567,
|
|
7954
|
+
networkId: 567,
|
|
7955
|
+
explorers: [
|
|
7956
|
+
{
|
|
7957
|
+
name: 'Validium Network Testnet Block Explorer',
|
|
7958
|
+
url: 'https://testnet.explorer.validium.network',
|
|
7959
|
+
standard: 'none'
|
|
7960
|
+
}
|
|
7961
|
+
]
|
|
7962
|
+
},
|
|
7892
7963
|
568: {
|
|
7893
7964
|
name: 'Dogechain Testnet',
|
|
7894
7965
|
chain: 'DC',
|
|
@@ -8382,7 +8453,7 @@ exports.chains = {
|
|
|
8382
8453
|
653: {
|
|
8383
8454
|
name: 'Kalichain Testnet',
|
|
8384
8455
|
chain: 'Kalichain',
|
|
8385
|
-
rpc: [
|
|
8456
|
+
rpc: [],
|
|
8386
8457
|
faucets: [],
|
|
8387
8458
|
nativeCurrency: { name: 'kalis', symbol: 'KALIS', decimals: 18 },
|
|
8388
8459
|
infoURL: 'https://kalichain.com',
|
|
@@ -8390,19 +8461,14 @@ exports.chains = {
|
|
|
8390
8461
|
chainId: 653,
|
|
8391
8462
|
networkId: 653,
|
|
8392
8463
|
icon: 'kalichain',
|
|
8393
|
-
explorers: [
|
|
8394
|
-
|
|
8395
|
-
name: 'kalichain explorer',
|
|
8396
|
-
url: 'https://explorer.kalichain.com',
|
|
8397
|
-
standard: 'EIP3091'
|
|
8398
|
-
}
|
|
8399
|
-
],
|
|
8464
|
+
explorers: [],
|
|
8465
|
+
status: 'deprecated',
|
|
8400
8466
|
iconURL: 'https://ipfs.io/ipfs/bafkreieox7v337p3jfhd37dz74mq6mn3uk5i5475rmzpirmyp6ydcfzzqi'
|
|
8401
8467
|
},
|
|
8402
8468
|
654: {
|
|
8403
8469
|
name: 'Kalichain',
|
|
8404
8470
|
chain: 'Kalichain',
|
|
8405
|
-
rpc: [
|
|
8471
|
+
rpc: [],
|
|
8406
8472
|
faucets: [],
|
|
8407
8473
|
nativeCurrency: { name: 'kalis', symbol: 'KALIS', decimals: 18 },
|
|
8408
8474
|
infoURL: 'https://kalichain.com',
|
|
@@ -8410,13 +8476,8 @@ exports.chains = {
|
|
|
8410
8476
|
chainId: 654,
|
|
8411
8477
|
networkId: 654,
|
|
8412
8478
|
icon: 'kalichain',
|
|
8413
|
-
explorers: [
|
|
8414
|
-
|
|
8415
|
-
name: 'kalichain explorer',
|
|
8416
|
-
url: 'https://explorer.kalichain.com',
|
|
8417
|
-
standard: 'EIP3091'
|
|
8418
|
-
}
|
|
8419
|
-
],
|
|
8479
|
+
explorers: [],
|
|
8480
|
+
status: 'deprecated',
|
|
8420
8481
|
iconURL: 'https://ipfs.io/ipfs/bafkreieox7v337p3jfhd37dz74mq6mn3uk5i5475rmzpirmyp6ydcfzzqi'
|
|
8421
8482
|
},
|
|
8422
8483
|
662: {
|
|
@@ -8563,33 +8624,69 @@ exports.chains = {
|
|
|
8563
8624
|
iconURL: 'https://ipfs.io/ipfs/bafkreieemyhmsjo3a3aghqcwcitqwdxt7fxtsz4tmvlu2io3hcbtetyg6e'
|
|
8564
8625
|
},
|
|
8565
8626
|
680: {
|
|
8566
|
-
name: '
|
|
8567
|
-
chain: '
|
|
8568
|
-
rpc: ['https://rpc.
|
|
8627
|
+
name: 'JasmyChain',
|
|
8628
|
+
chain: 'jasmychain',
|
|
8629
|
+
rpc: ['https://rpc.jasmyscan.net', 'wss://rpc.jasmyscan.net/ws'],
|
|
8569
8630
|
faucets: [],
|
|
8570
8631
|
nativeCurrency: { name: 'JasmyCoin', symbol: 'JASMY', decimals: 18 },
|
|
8571
|
-
|
|
8632
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
8633
|
+
infoURL: 'https://jasmy.global',
|
|
8572
8634
|
shortName: 'jasmychain',
|
|
8573
8635
|
chainId: 680,
|
|
8574
8636
|
networkId: 680,
|
|
8575
|
-
|
|
8576
|
-
|
|
8637
|
+
icon: 'jasmychain',
|
|
8638
|
+
explorers: [
|
|
8639
|
+
{
|
|
8640
|
+
name: 'jasmyscan',
|
|
8641
|
+
url: 'https://explorer.jasmyscan.net',
|
|
8642
|
+
icon: 'jasmychain',
|
|
8643
|
+
standard: 'EIP3091'
|
|
8644
|
+
}
|
|
8645
|
+
],
|
|
8646
|
+
parent: {
|
|
8647
|
+
type: 'L2',
|
|
8648
|
+
chain: 'eip155-1',
|
|
8649
|
+
bridges: [
|
|
8650
|
+
{
|
|
8651
|
+
url: 'https://portal.arbitrum.io/bridge?sourceChain=ethereum&destinationChain=jasmychain'
|
|
8652
|
+
}
|
|
8653
|
+
]
|
|
8654
|
+
},
|
|
8655
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreiglzuiafx3ci2thfff4fnmadb6ajzxsqs3wrwrdxtjrwjmpo7zesy'
|
|
8577
8656
|
},
|
|
8578
8657
|
681: {
|
|
8579
|
-
name: '
|
|
8580
|
-
chain: '
|
|
8658
|
+
name: 'JasmyChain Testnet',
|
|
8659
|
+
chain: 'jasmychain-testnet',
|
|
8581
8660
|
rpc: [
|
|
8582
|
-
'https://
|
|
8583
|
-
'wss://
|
|
8661
|
+
'https://jasmy-chain-testnet.alt.technology',
|
|
8662
|
+
'wss://jasmy-chain-testnet.alt.technology/ws'
|
|
8584
8663
|
],
|
|
8585
|
-
faucets: [],
|
|
8664
|
+
faucets: ['https://faucet.janction.ai'],
|
|
8586
8665
|
nativeCurrency: { name: 'JasmyCoin', symbol: 'JASMY', decimals: 18 },
|
|
8587
|
-
|
|
8588
|
-
|
|
8666
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
8667
|
+
infoURL: 'https://jasmy.global',
|
|
8668
|
+
shortName: 'jasmychain-test',
|
|
8589
8669
|
chainId: 681,
|
|
8590
8670
|
networkId: 681,
|
|
8591
|
-
|
|
8592
|
-
|
|
8671
|
+
icon: 'jasmychain',
|
|
8672
|
+
explorers: [
|
|
8673
|
+
{
|
|
8674
|
+
name: 'jasmyscan',
|
|
8675
|
+
url: 'https://jasmy-chain-testnet-explorer.alt.technology',
|
|
8676
|
+
icon: 'jasmychain',
|
|
8677
|
+
standard: 'EIP3091'
|
|
8678
|
+
}
|
|
8679
|
+
],
|
|
8680
|
+
parent: {
|
|
8681
|
+
type: 'L2',
|
|
8682
|
+
chain: 'eip155-11155111',
|
|
8683
|
+
bridges: [
|
|
8684
|
+
{
|
|
8685
|
+
url: 'https://portal.arbitrum.io/bridge?sourceChain=sepolia&destinationChain=jasmy-chain-testnet'
|
|
8686
|
+
}
|
|
8687
|
+
]
|
|
8688
|
+
},
|
|
8689
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreiglzuiafx3ci2thfff4fnmadb6ajzxsqs3wrwrdxtjrwjmpo7zesy'
|
|
8593
8690
|
},
|
|
8594
8691
|
686: {
|
|
8595
8692
|
name: 'Karura Network',
|
|
@@ -10019,6 +10116,21 @@ exports.chains = {
|
|
|
10019
10116
|
parent: { chain: 'eip155-900', type: 'shard' },
|
|
10020
10117
|
iconURL: 'https://ipfs.io/ipfs/QmW3WRyuLZ95K8hvV2QN6rP5yWY98sSzWyVUxD2eUjXGrc'
|
|
10021
10118
|
},
|
|
10119
|
+
904: {
|
|
10120
|
+
name: 'Ault Blockchain Mainnet',
|
|
10121
|
+
chain: 'AULT',
|
|
10122
|
+
icon: 'ault',
|
|
10123
|
+
rpc: [],
|
|
10124
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
10125
|
+
faucets: [],
|
|
10126
|
+
nativeCurrency: { name: 'AULT Token', symbol: 'AULT', decimals: 18 },
|
|
10127
|
+
infoURL: 'https://aultblockchain.com',
|
|
10128
|
+
shortName: 'ault',
|
|
10129
|
+
chainId: 904,
|
|
10130
|
+
networkId: 904,
|
|
10131
|
+
explorers: [],
|
|
10132
|
+
iconURL: 'https://ipfs.io/ipfs/QmR65pFw3pgcCDeZJ5SHiXPKPjKyLEZZez2cEQZNssR2zd'
|
|
10133
|
+
},
|
|
10022
10134
|
909: {
|
|
10023
10135
|
name: 'Portal Fantasy Chain',
|
|
10024
10136
|
chain: 'PF',
|
|
@@ -10637,6 +10749,27 @@ exports.chains = {
|
|
|
10637
10749
|
],
|
|
10638
10750
|
iconURL: 'https://ipfs.io/ipfs/bafybeifb4vnpn3jv7cfdlne2dwhe6agdnpgmu46a7nbc5divjuyaznkyay'
|
|
10639
10751
|
},
|
|
10752
|
+
988: {
|
|
10753
|
+
name: 'Stable Mainnet',
|
|
10754
|
+
chain: 'Stable',
|
|
10755
|
+
rpc: ['https://rpc.stable.xyz'],
|
|
10756
|
+
faucets: [],
|
|
10757
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
10758
|
+
nativeCurrency: { name: 'USDT0', symbol: 'USDT0', decimals: 18 },
|
|
10759
|
+
infoURL: 'https://stable.xyz',
|
|
10760
|
+
shortName: 'stable',
|
|
10761
|
+
chainId: 988,
|
|
10762
|
+
networkId: 988,
|
|
10763
|
+
icon: 'stable',
|
|
10764
|
+
explorers: [
|
|
10765
|
+
{
|
|
10766
|
+
name: 'Stablescan',
|
|
10767
|
+
url: 'https://stablescan.xyz',
|
|
10768
|
+
standard: 'EIP3091'
|
|
10769
|
+
}
|
|
10770
|
+
],
|
|
10771
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreiegvgr6qwavexa5koda4wfqdqomn7h44niwufhgw4nkof5yugizvi'
|
|
10772
|
+
},
|
|
10640
10773
|
989: {
|
|
10641
10774
|
name: 'TOP Mainnet',
|
|
10642
10775
|
chain: 'TOP',
|
|
@@ -11623,6 +11756,32 @@ exports.chains = {
|
|
|
11623
11756
|
],
|
|
11624
11757
|
iconURL: 'https://ipfs.io/ipfs/QmZCadkExKThak3msvszZjo6UnAbUJKE61dAcg4TixuMC3'
|
|
11625
11758
|
},
|
|
11759
|
+
1122: {
|
|
11760
|
+
name: 'LuxePorts',
|
|
11761
|
+
chain: 'LXP',
|
|
11762
|
+
rpc: [
|
|
11763
|
+
'https://rpc.luxeports.com',
|
|
11764
|
+
'https://erpc.luxeports.com',
|
|
11765
|
+
'wss://rpc.luxeports.com/ws',
|
|
11766
|
+
'wss://erpc.luxeports.com/ws'
|
|
11767
|
+
],
|
|
11768
|
+
faucets: [],
|
|
11769
|
+
nativeCurrency: { name: 'LuxePorts', symbol: 'LXP', decimals: 18 },
|
|
11770
|
+
infoURL: 'luxeports.com',
|
|
11771
|
+
shortName: 'lxp',
|
|
11772
|
+
chainId: 1122,
|
|
11773
|
+
networkId: 1122,
|
|
11774
|
+
icon: 'lxp',
|
|
11775
|
+
explorers: [
|
|
11776
|
+
{
|
|
11777
|
+
name: 'lxpscan',
|
|
11778
|
+
url: 'https://lxpscan.com',
|
|
11779
|
+
icon: 'lxpscan',
|
|
11780
|
+
standard: 'EIP3091'
|
|
11781
|
+
}
|
|
11782
|
+
],
|
|
11783
|
+
iconURL: 'https://ipfs.io/ipfs/QmZRg6LmyU4jJie3VPd7xacBf6qwkbsnHDgCgRkr7iwgKP'
|
|
11784
|
+
},
|
|
11626
11785
|
1123: {
|
|
11627
11786
|
name: 'B2 Testnet',
|
|
11628
11787
|
title: 'B2 Testnet',
|
|
@@ -11837,6 +11996,26 @@ exports.chains = {
|
|
|
11837
11996
|
],
|
|
11838
11997
|
iconURL: 'https://ipfs.io/ipfs/bafybeibcrxeavdxpwwmj4mc6hhp232nkrfbpvfpngcqux2v5rmoshycj3u'
|
|
11839
11998
|
},
|
|
11999
|
+
1148: {
|
|
12000
|
+
name: 'POC Testnet',
|
|
12001
|
+
chain: 'POC',
|
|
12002
|
+
rpc: ['https://testnet-rpc.pochain.io'],
|
|
12003
|
+
faucets: ['https://www.pochain.io/poc-faucet'],
|
|
12004
|
+
nativeCurrency: { name: 'POC Native Token', symbol: 'POC', decimals: 18 },
|
|
12005
|
+
infoURL: 'https://www.pochain.io',
|
|
12006
|
+
shortName: 'poc',
|
|
12007
|
+
chainId: 1148,
|
|
12008
|
+
networkId: 1148,
|
|
12009
|
+
icon: 'pochain',
|
|
12010
|
+
explorers: [
|
|
12011
|
+
{
|
|
12012
|
+
name: 'pocscan',
|
|
12013
|
+
url: 'https://testnet.pocscan.com',
|
|
12014
|
+
standard: 'EIP3091'
|
|
12015
|
+
}
|
|
12016
|
+
],
|
|
12017
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreigxoer3jdv5hysomlo4lbpk4gibcmbhuwj4hkmbqcwiuxa26qy4je'
|
|
12018
|
+
},
|
|
11840
12019
|
1149: {
|
|
11841
12020
|
name: 'Symplexia Smart Chain',
|
|
11842
12021
|
chain: 'Plexchain',
|
|
@@ -12467,6 +12646,31 @@ exports.chains = {
|
|
|
12467
12646
|
],
|
|
12468
12647
|
iconURL: 'https://ipfs.io/ipfs/QmbpYHpqR68uuJZCwm1CXtN51zi744qWzZ32ob9BKfgFTV'
|
|
12469
12648
|
},
|
|
12649
|
+
1270: {
|
|
12650
|
+
name: 'Irys Testnet V1',
|
|
12651
|
+
chain: 'IRYS',
|
|
12652
|
+
rpc: [
|
|
12653
|
+
'https://testnet-rpc.irys.xyz/v1/execution-rpc',
|
|
12654
|
+
'https://testnet-rpc-2.irys.xyz/v1/execution-rpc'
|
|
12655
|
+
],
|
|
12656
|
+
faucets: [],
|
|
12657
|
+
nativeCurrency: { name: 'Irys', symbol: 'IRYS', decimals: 18 },
|
|
12658
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
12659
|
+
infoURL: 'https://irys.xyz',
|
|
12660
|
+
shortName: 'irys-testnet-v1',
|
|
12661
|
+
chainId: 1270,
|
|
12662
|
+
networkId: 1270,
|
|
12663
|
+
icon: 'irys',
|
|
12664
|
+
explorers: [
|
|
12665
|
+
{
|
|
12666
|
+
name: 'Irys Testnet Explorer',
|
|
12667
|
+
url: 'https://testnet-explorer.irys.xyz',
|
|
12668
|
+
icon: 'irys',
|
|
12669
|
+
standard: 'none'
|
|
12670
|
+
}
|
|
12671
|
+
],
|
|
12672
|
+
iconURL: 'https://ipfs.io/ipfs/QmdGLHxA4W4N2h7y8ixSUEKhESCT9qmJsenGuyskqr7x1e'
|
|
12673
|
+
},
|
|
12470
12674
|
1280: {
|
|
12471
12675
|
name: 'HALO Mainnet',
|
|
12472
12676
|
chain: 'HALO',
|
|
@@ -12977,7 +13181,7 @@ exports.chains = {
|
|
|
12977
13181
|
name: 'Kii Testnet Oro',
|
|
12978
13182
|
chain: 'KII',
|
|
12979
13183
|
rpc: ['https://json-rpc.uno.sentry.testnet.v3.kiivalidator.com'],
|
|
12980
|
-
faucets: ['https://explorer.kiichain.io/
|
|
13184
|
+
faucets: ['https://testnet.explorer.kiichain.io/faucet'],
|
|
12981
13185
|
nativeCurrency: { name: 'Kii', symbol: 'KII', decimals: 18 },
|
|
12982
13186
|
features: [],
|
|
12983
13187
|
infoURL: 'https://kiichain.io',
|
|
@@ -12988,7 +13192,7 @@ exports.chains = {
|
|
|
12988
13192
|
explorers: [
|
|
12989
13193
|
{
|
|
12990
13194
|
name: 'KiiExplorer',
|
|
12991
|
-
url: 'https://explorer.kiichain.io
|
|
13195
|
+
url: 'https://testnet.explorer.kiichain.io',
|
|
12992
13196
|
icon: 'kii',
|
|
12993
13197
|
standard: 'none'
|
|
12994
13198
|
}
|
|
@@ -13941,6 +14145,32 @@ exports.chains = {
|
|
|
13941
14145
|
},
|
|
13942
14146
|
iconURL: 'https://ipfs.io/ipfs/QmU5XU4S5oaGM5fj8oU1ovhWoXCzGWspwRj2zWRTuJrU4k'
|
|
13943
14147
|
},
|
|
14148
|
+
1643: {
|
|
14149
|
+
name: 'XGR Mainnet',
|
|
14150
|
+
chain: 'XGR',
|
|
14151
|
+
rpc: [
|
|
14152
|
+
'https://rpc.xgr.network',
|
|
14153
|
+
'https://rpc1.xgr.network',
|
|
14154
|
+
'https://rpc2.xgr.network'
|
|
14155
|
+
],
|
|
14156
|
+
faucets: [],
|
|
14157
|
+
nativeCurrency: { name: 'XGR', symbol: 'XGR', decimals: 18 },
|
|
14158
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
14159
|
+
infoURL: 'https://xgr.network',
|
|
14160
|
+
shortName: 'xgr',
|
|
14161
|
+
chainId: 1643,
|
|
14162
|
+
networkId: 1643,
|
|
14163
|
+
icon: 'xgr',
|
|
14164
|
+
explorers: [
|
|
14165
|
+
{
|
|
14166
|
+
name: 'XGRScan',
|
|
14167
|
+
url: 'https://explorer.xgr.network',
|
|
14168
|
+
icon: 'xgr',
|
|
14169
|
+
standard: 'EIP3091'
|
|
14170
|
+
}
|
|
14171
|
+
],
|
|
14172
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreieok4jl5evsj7xawzdxtiml4nha7cvk2kr66xdne7mfik5km3rrk4'
|
|
14173
|
+
},
|
|
13944
14174
|
1648: {
|
|
13945
14175
|
name: 'Pivotal Mainnet',
|
|
13946
14176
|
chainId: 1648,
|
|
@@ -14013,25 +14243,16 @@ exports.chains = {
|
|
|
14013
14243
|
shortName: 'Gobi',
|
|
14014
14244
|
chain: 'Gobi',
|
|
14015
14245
|
icon: 'eon',
|
|
14016
|
-
rpc: [
|
|
14017
|
-
'https://gobi-rpc.horizenlabs.io/ethv1',
|
|
14018
|
-
'https://rpc.ankr.com/horizen_gobi_testnet'
|
|
14019
|
-
],
|
|
14246
|
+
rpc: [],
|
|
14020
14247
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
14021
|
-
faucets: [
|
|
14248
|
+
faucets: [],
|
|
14022
14249
|
nativeCurrency: { name: 'Testnet Zen', symbol: 'tZEN', decimals: 18 },
|
|
14023
14250
|
infoURL: 'https://horizen.io/',
|
|
14024
14251
|
chainId: 1663,
|
|
14025
14252
|
networkId: 1663,
|
|
14026
14253
|
slip44: 1,
|
|
14027
|
-
explorers: [
|
|
14028
|
-
|
|
14029
|
-
name: 'Gobi Testnet Block Explorer',
|
|
14030
|
-
url: 'https://gobi-explorer.horizen.io',
|
|
14031
|
-
icon: 'eon',
|
|
14032
|
-
standard: 'EIP3091'
|
|
14033
|
-
}
|
|
14034
|
-
],
|
|
14254
|
+
explorers: [],
|
|
14255
|
+
status: 'deprecated',
|
|
14035
14256
|
iconURL: 'https://ipfs.io/ipfs/QmSFMBk3rMyu45Sy9KQHjgArFj4HdywANNYrSosLMUdcti'
|
|
14036
14257
|
},
|
|
14037
14258
|
1686: {
|
|
@@ -14181,6 +14402,20 @@ exports.chains = {
|
|
|
14181
14402
|
}
|
|
14182
14403
|
]
|
|
14183
14404
|
},
|
|
14405
|
+
1714: {
|
|
14406
|
+
name: 'ACiD',
|
|
14407
|
+
chain: 'ACID',
|
|
14408
|
+
rpc: [],
|
|
14409
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
14410
|
+
faucets: [],
|
|
14411
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
14412
|
+
infoURL: 'https://github.com/NoBanks/ACiD',
|
|
14413
|
+
shortName: 'acid',
|
|
14414
|
+
chainId: 1714,
|
|
14415
|
+
networkId: 1714,
|
|
14416
|
+
status: 'incubating',
|
|
14417
|
+
explorers: []
|
|
14418
|
+
},
|
|
14184
14419
|
1717: {
|
|
14185
14420
|
name: 'Doric Network',
|
|
14186
14421
|
chain: 'DRC',
|
|
@@ -14417,6 +14652,28 @@ exports.chains = {
|
|
|
14417
14652
|
],
|
|
14418
14653
|
iconURL: 'https://ipfs.io/ipfs/QmeDXUAYgQxwaSJLsqWgTqnrJVwicgEyNf9199xAMyRkqA'
|
|
14419
14654
|
},
|
|
14655
|
+
1783: {
|
|
14656
|
+
name: 'KiiChain',
|
|
14657
|
+
chain: 'KII',
|
|
14658
|
+
rpc: ['https://json-rpc.kiivalidator.com'],
|
|
14659
|
+
faucets: [],
|
|
14660
|
+
nativeCurrency: { name: 'Kii', symbol: 'KII', decimals: 18 },
|
|
14661
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
14662
|
+
infoURL: 'https://kiichain.io',
|
|
14663
|
+
shortName: 'kiichain',
|
|
14664
|
+
chainId: 1783,
|
|
14665
|
+
networkId: 1783,
|
|
14666
|
+
icon: 'kii',
|
|
14667
|
+
explorers: [
|
|
14668
|
+
{
|
|
14669
|
+
name: 'KiiExplorer',
|
|
14670
|
+
url: 'https://explorer.kiichain.io',
|
|
14671
|
+
icon: 'kii',
|
|
14672
|
+
standard: 'none'
|
|
14673
|
+
}
|
|
14674
|
+
],
|
|
14675
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreib5kb73tb5fdvikhxe7nlnf4mmlfcfpsslalaplqfihypcmudlal4'
|
|
14676
|
+
},
|
|
14420
14677
|
1789: {
|
|
14421
14678
|
name: 'ZKBase Sepolia Testnet',
|
|
14422
14679
|
chain: 'ETH',
|
|
@@ -14796,6 +15053,32 @@ exports.chains = {
|
|
|
14796
15053
|
],
|
|
14797
15054
|
iconURL: 'https://ipfs.io/ipfs/QmNeELax6vjkR9WZVmtggk8cam9xHVABZ4WvQyqkGCJ5qf'
|
|
14798
15055
|
},
|
|
15056
|
+
1879: {
|
|
15057
|
+
name: 'XGR Testnet',
|
|
15058
|
+
chain: 'XGR',
|
|
15059
|
+
rpc: [
|
|
15060
|
+
'https://rpc.testnet.xgr.network',
|
|
15061
|
+
'https://rpc1.testnet.xgr.network',
|
|
15062
|
+
'https://rpc2.testnet.xgr.network'
|
|
15063
|
+
],
|
|
15064
|
+
faucets: ['https://faucet.xgr.network'],
|
|
15065
|
+
nativeCurrency: { name: 'XGR', symbol: 'XGR', decimals: 18 },
|
|
15066
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
15067
|
+
infoURL: 'https://xgr.network',
|
|
15068
|
+
shortName: 'xgrt',
|
|
15069
|
+
chainId: 1879,
|
|
15070
|
+
networkId: 1879,
|
|
15071
|
+
icon: 'xgr',
|
|
15072
|
+
explorers: [
|
|
15073
|
+
{
|
|
15074
|
+
name: 'XGRScan',
|
|
15075
|
+
url: 'https://explorer.testnet.xgr.network',
|
|
15076
|
+
icon: 'xgr',
|
|
15077
|
+
standard: 'EIP3091'
|
|
15078
|
+
}
|
|
15079
|
+
],
|
|
15080
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreieok4jl5evsj7xawzdxtiml4nha7cvk2kr66xdne7mfik5km3rrk4'
|
|
15081
|
+
},
|
|
14799
15082
|
1881: {
|
|
14800
15083
|
name: 'Gitshock Cartenz Testnet',
|
|
14801
15084
|
chain: 'Gitshock Cartenz',
|
|
@@ -15426,6 +15709,52 @@ exports.chains = {
|
|
|
15426
15709
|
}
|
|
15427
15710
|
]
|
|
15428
15711
|
},
|
|
15712
|
+
1979: {
|
|
15713
|
+
name: 'CratD2C Testnet',
|
|
15714
|
+
chain: 'CRATD2C',
|
|
15715
|
+
rpc: [
|
|
15716
|
+
'https://rpc-testnet-1.cratd2csmartchain.io/',
|
|
15717
|
+
'https://rpc-testnet-2.cratd2csmartchain.io/',
|
|
15718
|
+
'https://rpc-testnet-3.cratd2csmartchain.io/'
|
|
15719
|
+
],
|
|
15720
|
+
faucets: [],
|
|
15721
|
+
nativeCurrency: { name: 'CRATD2C', symbol: 'CRAT', decimals: 18 },
|
|
15722
|
+
infoURL: 'https://cratd2csmartchain.io',
|
|
15723
|
+
shortName: 'cratd2c-testnet',
|
|
15724
|
+
chainId: 1979,
|
|
15725
|
+
networkId: 1979,
|
|
15726
|
+
icon: 'cratd2c-testnet',
|
|
15727
|
+
explorers: [
|
|
15728
|
+
{
|
|
15729
|
+
name: 'Blockscout',
|
|
15730
|
+
url: 'https://explorer-testnet.cratd2csmartchain.io',
|
|
15731
|
+
icon: 'blockscout',
|
|
15732
|
+
standard: 'EIP3091'
|
|
15733
|
+
}
|
|
15734
|
+
],
|
|
15735
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreiczmtj47hwgmmtsy3xylhswu4q6rphpt42hznv37shjiaxsx3uqde'
|
|
15736
|
+
},
|
|
15737
|
+
1983: {
|
|
15738
|
+
name: 'Krown Mainnet',
|
|
15739
|
+
chain: 'KROWN',
|
|
15740
|
+
icon: 'krown',
|
|
15741
|
+
rpc: ['https://mainnet.krown.network', 'https://mainnet1.krown.network'],
|
|
15742
|
+
faucets: [],
|
|
15743
|
+
nativeCurrency: { name: 'KROWN', symbol: 'KROWN', decimals: 18 },
|
|
15744
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
15745
|
+
infoURL: 'https://krown.network',
|
|
15746
|
+
shortName: 'krown',
|
|
15747
|
+
chainId: 1983,
|
|
15748
|
+
networkId: 1983,
|
|
15749
|
+
explorers: [
|
|
15750
|
+
{
|
|
15751
|
+
name: 'Krown Explorer',
|
|
15752
|
+
url: 'https://explorer.krown.network',
|
|
15753
|
+
standard: 'EIP3091'
|
|
15754
|
+
}
|
|
15755
|
+
],
|
|
15756
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreibjmhund2og7qnbgiongrlswryqg6znxnwedczyaefu62rzwbvwji'
|
|
15757
|
+
},
|
|
15429
15758
|
1984: {
|
|
15430
15759
|
name: 'Eurus Testnet',
|
|
15431
15760
|
chain: 'EUN',
|
|
@@ -15913,6 +16242,7 @@ exports.chains = {
|
|
|
15913
16242
|
shortName: 'ron',
|
|
15914
16243
|
chainId: 2020,
|
|
15915
16244
|
networkId: 2020,
|
|
16245
|
+
icon: 'ronin',
|
|
15916
16246
|
redFlags: ['reusedChainId'],
|
|
15917
16247
|
explorers: [
|
|
15918
16248
|
{
|
|
@@ -15920,7 +16250,8 @@ exports.chains = {
|
|
|
15920
16250
|
url: 'https://app.roninchain.com',
|
|
15921
16251
|
standard: 'EIP3091'
|
|
15922
16252
|
}
|
|
15923
|
-
]
|
|
16253
|
+
],
|
|
16254
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreicwyre2qm2g2g27rffua7sb3dsqx7kka4rcjnb5wzcwhdlemyjn5m'
|
|
15924
16255
|
},
|
|
15925
16256
|
2021: {
|
|
15926
16257
|
name: 'Edgeware EdgeEVM Mainnet',
|
|
@@ -16819,18 +17150,12 @@ exports.chains = {
|
|
|
16819
17150
|
icon: 'stable',
|
|
16820
17151
|
rpc: ['https://rpc.testnet.stable.xyz'],
|
|
16821
17152
|
faucets: ['https://faucet.stable.xyz'],
|
|
16822
|
-
nativeCurrency: { name: '
|
|
17153
|
+
nativeCurrency: { name: 'USDT0', symbol: 'USDT0', decimals: 18 },
|
|
16823
17154
|
infoURL: 'https://stable.xyz',
|
|
16824
17155
|
shortName: 'stable-testnet',
|
|
16825
17156
|
chainId: 2201,
|
|
16826
17157
|
networkId: 2201,
|
|
16827
17158
|
explorers: [
|
|
16828
|
-
{
|
|
16829
|
-
name: 'Blockscout Explorer',
|
|
16830
|
-
url: 'https://blockscout.testnet.stable.xyz',
|
|
16831
|
-
icon: 'blockscout',
|
|
16832
|
-
standard: 'EIP3091'
|
|
16833
|
-
},
|
|
16834
17159
|
{
|
|
16835
17160
|
name: 'Stablescan',
|
|
16836
17161
|
url: 'https://testnet.stablescan.xyz',
|
|
@@ -17360,6 +17685,27 @@ exports.chains = {
|
|
|
17360
17685
|
},
|
|
17361
17686
|
iconURL: 'https://ipfs.io/ipfs/QmVpV2WET6ZrqnvvPfE9hCwoE2y5ygbPuniuugpaRoxrho'
|
|
17362
17687
|
},
|
|
17688
|
+
2366: {
|
|
17689
|
+
name: 'KiteAI',
|
|
17690
|
+
chain: 'KiteAI',
|
|
17691
|
+
icon: 'kite',
|
|
17692
|
+
rpc: ['https://rpc.gokite.ai'],
|
|
17693
|
+
faucets: [],
|
|
17694
|
+
nativeCurrency: { name: 'Kite', symbol: 'KITE', decimals: 18 },
|
|
17695
|
+
infoURL: 'https://gokite.ai/',
|
|
17696
|
+
shortName: 'KiteAI',
|
|
17697
|
+
chainId: 2366,
|
|
17698
|
+
networkId: 2366,
|
|
17699
|
+
slip44: 1,
|
|
17700
|
+
explorers: [
|
|
17701
|
+
{
|
|
17702
|
+
name: 'Kitescan',
|
|
17703
|
+
url: 'https://kitescan.ai',
|
|
17704
|
+
standard: 'EIP3091'
|
|
17705
|
+
}
|
|
17706
|
+
],
|
|
17707
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreiaasav3psn6ac5ktfmod6m76zv4w2odl4cc2gmuo2jglrhypmczzq'
|
|
17708
|
+
},
|
|
17363
17709
|
2368: {
|
|
17364
17710
|
name: 'KiteAI Testnet',
|
|
17365
17711
|
chain: 'KiteAI',
|
|
@@ -17368,7 +17714,7 @@ exports.chains = {
|
|
|
17368
17714
|
faucets: ['https://faucet.gokite.ai/'],
|
|
17369
17715
|
nativeCurrency: { name: 'Kite', symbol: 'KITE', decimals: 18 },
|
|
17370
17716
|
infoURL: 'https://gokite.ai/',
|
|
17371
|
-
shortName: '
|
|
17717
|
+
shortName: 'KiteAITestnet',
|
|
17372
17718
|
chainId: 2368,
|
|
17373
17719
|
networkId: 1,
|
|
17374
17720
|
slip44: 1,
|
|
@@ -17379,7 +17725,7 @@ exports.chains = {
|
|
|
17379
17725
|
standard: 'EIP3091'
|
|
17380
17726
|
}
|
|
17381
17727
|
],
|
|
17382
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
17728
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreiaasav3psn6ac5ktfmod6m76zv4w2odl4cc2gmuo2jglrhypmczzq'
|
|
17383
17729
|
},
|
|
17384
17730
|
2370: {
|
|
17385
17731
|
name: 'Nexis Network Testnet',
|
|
@@ -17835,11 +18181,7 @@ exports.chains = {
|
|
|
17835
18181
|
2522: {
|
|
17836
18182
|
name: 'Fraxtal Testnet',
|
|
17837
18183
|
chain: 'FRAX',
|
|
17838
|
-
rpc: [
|
|
17839
|
-
'https://rpc.testnet.frax.com',
|
|
17840
|
-
'https://fraxtal-holesky-rpc.publicnode.com',
|
|
17841
|
-
'wss://fraxtal-holesky-rpc.publicnode.com'
|
|
17842
|
-
],
|
|
18184
|
+
rpc: [],
|
|
17843
18185
|
faucets: [],
|
|
17844
18186
|
nativeCurrency: { name: 'Frax', symbol: 'FRAX', decimals: 18 },
|
|
17845
18187
|
infoURL: 'https://testnet.frax.com',
|
|
@@ -17848,13 +18190,23 @@ exports.chains = {
|
|
|
17848
18190
|
networkId: 2522,
|
|
17849
18191
|
slip44: 1,
|
|
17850
18192
|
icon: 'fraxtal',
|
|
17851
|
-
explorers: [
|
|
17852
|
-
|
|
17853
|
-
|
|
17854
|
-
|
|
17855
|
-
|
|
17856
|
-
|
|
17857
|
-
|
|
18193
|
+
explorers: [],
|
|
18194
|
+
status: 'deprecated',
|
|
18195
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreiet3pmz37ymq6wlkglw5wmcee6jdyz4bbe4zg6h2voso2z2mf2s7q'
|
|
18196
|
+
},
|
|
18197
|
+
2523: {
|
|
18198
|
+
name: 'Fraxtal Hoodi Testnet',
|
|
18199
|
+
chain: 'FRAX',
|
|
18200
|
+
rpc: ['https://rpc.testnet.frax.com'],
|
|
18201
|
+
faucets: ['https://faucet.testnet.frax.com/'],
|
|
18202
|
+
nativeCurrency: { name: 'Frax', symbol: 'FRAX', decimals: 18 },
|
|
18203
|
+
infoURL: 'https://testnet.frax.com',
|
|
18204
|
+
shortName: 'fraxtal-hoodi-testnet',
|
|
18205
|
+
chainId: 2523,
|
|
18206
|
+
networkId: 2523,
|
|
18207
|
+
slip44: 1,
|
|
18208
|
+
icon: 'fraxtal',
|
|
18209
|
+
explorers: [],
|
|
17858
18210
|
status: 'active',
|
|
17859
18211
|
iconURL: 'https://ipfs.io/ipfs/bafkreiet3pmz37ymq6wlkglw5wmcee6jdyz4bbe4zg6h2voso2z2mf2s7q'
|
|
17860
18212
|
},
|
|
@@ -17927,6 +18279,26 @@ exports.chains = {
|
|
|
17927
18279
|
],
|
|
17928
18280
|
iconURL: 'https://ipfs.io/ipfs/QmQyTyJUnhD1dca35Vyj96pm3v3Xyw8xbG9m8HXHw3k2zR'
|
|
17929
18281
|
},
|
|
18282
|
+
2582: {
|
|
18283
|
+
name: 'H2 Chain Mainnet',
|
|
18284
|
+
chain: 'H2',
|
|
18285
|
+
rpc: ['https://rpc.h2chain.io'],
|
|
18286
|
+
faucets: [],
|
|
18287
|
+
nativeCurrency: {
|
|
18288
|
+
name: 'H2 Chain Native Token',
|
|
18289
|
+
symbol: 'H2',
|
|
18290
|
+
decimals: 18
|
|
18291
|
+
},
|
|
18292
|
+
infoURL: 'https://h2chain.io',
|
|
18293
|
+
shortName: 'h2',
|
|
18294
|
+
chainId: 2582,
|
|
18295
|
+
networkId: 2582,
|
|
18296
|
+
icon: 'h2',
|
|
18297
|
+
explorers: [
|
|
18298
|
+
{ name: 'h2scan', url: 'https://h2scan.io', standard: 'EIP3091' }
|
|
18299
|
+
],
|
|
18300
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreiehobxmonxuwg3wukea4ixbixap7imzk4yuiidyejzpvgdylok4ua'
|
|
18301
|
+
},
|
|
17930
18302
|
2605: {
|
|
17931
18303
|
name: 'Pho Blockchain Mainnet',
|
|
17932
18304
|
chain: 'PHO',
|
|
@@ -18671,7 +19043,7 @@ exports.chains = {
|
|
|
18671
19043
|
3030: {
|
|
18672
19044
|
name: 'BC Hyper Chain Mainnet',
|
|
18673
19045
|
chain: 'BC Hyper Chain',
|
|
18674
|
-
rpc: ['https://mainapi.bchscan.io'],
|
|
19046
|
+
rpc: ['https://mainapi.bchscan.io', 'https://datahub-asia02.bchscan.io/'],
|
|
18675
19047
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
18676
19048
|
faucets: [],
|
|
18677
19049
|
nativeCurrency: { name: 'VERSATIZE COIN', symbol: 'VTCN', decimals: 18 },
|
|
@@ -18946,6 +19318,31 @@ exports.chains = {
|
|
|
18946
19318
|
networkId: 3270,
|
|
18947
19319
|
slip44: 1
|
|
18948
19320
|
},
|
|
19321
|
+
3282: {
|
|
19322
|
+
name: 'Irys Mainnet Beta',
|
|
19323
|
+
chain: 'IRYS',
|
|
19324
|
+
rpc: [
|
|
19325
|
+
'https://mainnet-beta-rpc.irys.xyz/v1/execution-rpc',
|
|
19326
|
+
'https://mainnet-beta-rpc-2.irys.xyz/v1/execution-rpc'
|
|
19327
|
+
],
|
|
19328
|
+
faucets: [],
|
|
19329
|
+
nativeCurrency: { name: 'Irys', symbol: 'IRYS', decimals: 18 },
|
|
19330
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
19331
|
+
infoURL: 'https://irys.xyz',
|
|
19332
|
+
shortName: 'irys-mainnet-beta',
|
|
19333
|
+
chainId: 3282,
|
|
19334
|
+
networkId: 3282,
|
|
19335
|
+
icon: 'irys',
|
|
19336
|
+
explorers: [
|
|
19337
|
+
{
|
|
19338
|
+
name: 'Irys Mainnet Beta Explorer',
|
|
19339
|
+
url: 'https://evm-explorer.irys.xyz',
|
|
19340
|
+
icon: 'irys',
|
|
19341
|
+
standard: 'EIP3091'
|
|
19342
|
+
}
|
|
19343
|
+
],
|
|
19344
|
+
iconURL: 'https://ipfs.io/ipfs/QmdGLHxA4W4N2h7y8ixSUEKhESCT9qmJsenGuyskqr7x1e'
|
|
19345
|
+
},
|
|
18949
19346
|
3300: {
|
|
18950
19347
|
name: 'Realio Testnet',
|
|
18951
19348
|
chain: 'Realio Testnet',
|
|
@@ -19031,8 +19428,8 @@ exports.chains = {
|
|
|
19031
19428
|
},
|
|
19032
19429
|
3332: {
|
|
19033
19430
|
name: 'EthStorage L2 Mainnet',
|
|
19034
|
-
chain: 'EthStorage',
|
|
19035
|
-
rpc: ['
|
|
19431
|
+
chain: 'EthStorage L2',
|
|
19432
|
+
rpc: ['https://rpc.mainnet.l2.ethstorage.io:9540'],
|
|
19036
19433
|
faucets: [],
|
|
19037
19434
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
19038
19435
|
infoURL: 'https://ethstorage.io/',
|
|
@@ -19041,19 +19438,20 @@ exports.chains = {
|
|
|
19041
19438
|
networkId: 3332,
|
|
19042
19439
|
slip44: 1,
|
|
19043
19440
|
status: 'incubating',
|
|
19044
|
-
parent: { type: 'L2', chain: 'eip155-
|
|
19441
|
+
parent: { type: 'L2', chain: 'eip155-100011' }
|
|
19045
19442
|
},
|
|
19046
19443
|
3333: {
|
|
19047
19444
|
name: 'EthStorage Testnet',
|
|
19048
19445
|
chain: 'EthStorage',
|
|
19049
|
-
rpc: ['
|
|
19446
|
+
rpc: ['https://rpc.testnet.ethstorage.io:9546'],
|
|
19050
19447
|
faucets: [],
|
|
19051
19448
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
19052
19449
|
infoURL: 'https://ethstorage.io/',
|
|
19053
19450
|
shortName: 'es-t',
|
|
19054
19451
|
chainId: 3333,
|
|
19055
19452
|
networkId: 3333,
|
|
19056
|
-
slip44: 1
|
|
19453
|
+
slip44: 1,
|
|
19454
|
+
parent: { type: 'L2', chain: 'eip155-11155111' }
|
|
19057
19455
|
},
|
|
19058
19456
|
3334: {
|
|
19059
19457
|
name: 'Web3Q Galileo',
|
|
@@ -19095,8 +19493,8 @@ exports.chains = {
|
|
|
19095
19493
|
},
|
|
19096
19494
|
3336: {
|
|
19097
19495
|
name: 'EthStorage L2 Testnet',
|
|
19098
|
-
chain: 'EthStorage',
|
|
19099
|
-
rpc: ['
|
|
19496
|
+
chain: 'EthStorage L2',
|
|
19497
|
+
rpc: ['https://rpc.testnet.l2.ethstorage.io:9540'],
|
|
19100
19498
|
faucets: [],
|
|
19101
19499
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
19102
19500
|
infoURL: 'https://ethstorage.io/',
|
|
@@ -19105,12 +19503,12 @@ exports.chains = {
|
|
|
19105
19503
|
networkId: 3336,
|
|
19106
19504
|
slip44: 1,
|
|
19107
19505
|
status: 'incubating',
|
|
19108
|
-
parent: { type: 'L2', chain: 'eip155-
|
|
19506
|
+
parent: { type: 'L2', chain: 'eip155-110011' }
|
|
19109
19507
|
},
|
|
19110
19508
|
3337: {
|
|
19111
19509
|
name: 'EthStorage Devnet',
|
|
19112
19510
|
chain: 'EthStorage',
|
|
19113
|
-
rpc: ['
|
|
19511
|
+
rpc: ['https://rpc.devnet.ethstorage.io:9540'],
|
|
19114
19512
|
faucets: [],
|
|
19115
19513
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
19116
19514
|
infoURL: 'https://ethstorage.io/',
|
|
@@ -19145,17 +19543,18 @@ exports.chains = {
|
|
|
19145
19543
|
iconURL: 'https://ipfs.io/ipfs/QmQ7Jue8v2YXyhmDTkSbzCJxzZDa2v4GZZKViESdyswzrj'
|
|
19146
19544
|
},
|
|
19147
19545
|
3339: {
|
|
19148
|
-
name: 'EthStorage
|
|
19149
|
-
chain: 'EthStorage',
|
|
19150
|
-
rpc: ['
|
|
19546
|
+
name: 'EthStorage L2 Devnet',
|
|
19547
|
+
chain: 'EthStorage L2',
|
|
19548
|
+
rpc: ['https://rpc.devnet.l2.ethstorage.io:9540'],
|
|
19151
19549
|
faucets: [],
|
|
19152
19550
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
19153
19551
|
infoURL: 'https://ethstorage.io/',
|
|
19154
|
-
shortName: '
|
|
19552
|
+
shortName: 'esl2-d',
|
|
19155
19553
|
chainId: 3339,
|
|
19156
19554
|
networkId: 3339,
|
|
19157
19555
|
slip44: 1,
|
|
19158
|
-
status: 'incubating'
|
|
19556
|
+
status: 'incubating',
|
|
19557
|
+
redFlags: ['reusedChainId']
|
|
19159
19558
|
},
|
|
19160
19559
|
3343: {
|
|
19161
19560
|
name: 'Edge',
|
|
@@ -20416,6 +20815,28 @@ exports.chains = {
|
|
|
20416
20815
|
],
|
|
20417
20816
|
iconURL: 'https://ipfs.io/ipfs/QmRAGPFhvQiXgoJkui7WHajpKctGFrJNhHqzYdwcWt5V3Z'
|
|
20418
20817
|
},
|
|
20818
|
+
4114: {
|
|
20819
|
+
name: 'Citrea Mainnet',
|
|
20820
|
+
chain: 'Citrea',
|
|
20821
|
+
rpc: ['https://rpc.mainnet.citrea.xyz'],
|
|
20822
|
+
faucets: [],
|
|
20823
|
+
nativeCurrency: { name: 'Citrea BTC', symbol: 'cBTC', decimals: 18 },
|
|
20824
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
20825
|
+
infoURL: 'https://citrea.xyz',
|
|
20826
|
+
shortName: 'citrea',
|
|
20827
|
+
chainId: 4114,
|
|
20828
|
+
networkId: 4114,
|
|
20829
|
+
icon: 'citrea',
|
|
20830
|
+
explorers: [
|
|
20831
|
+
{
|
|
20832
|
+
name: 'Citrea Mainnet Explorer',
|
|
20833
|
+
url: 'https://explorer.mainnet.citrea.xyz',
|
|
20834
|
+
icon: 'citrea',
|
|
20835
|
+
standard: 'EIP3091'
|
|
20836
|
+
}
|
|
20837
|
+
],
|
|
20838
|
+
iconURL: 'https://ipfs.io/ipfs/QmTfgH4X7ZWkHprKgjUZ7SDcCGtS5f2CBuaTEtQYMsydmJ'
|
|
20839
|
+
},
|
|
20419
20840
|
4139: {
|
|
20420
20841
|
name: 'Humans.ai Testnet',
|
|
20421
20842
|
chain: 'Humans Testnet',
|
|
@@ -20452,6 +20873,33 @@ exports.chains = {
|
|
|
20452
20873
|
],
|
|
20453
20874
|
iconURL: 'https://ipfs.io/ipfs/QmbiaHnR3fVVofZ7Xq2GYZxwHkLEy3Fh5qDtqnqXD6ACAh'
|
|
20454
20875
|
},
|
|
20876
|
+
4153: {
|
|
20877
|
+
name: 'RISE',
|
|
20878
|
+
chain: 'ETH',
|
|
20879
|
+
rpc: ['https://rpc.risechain.com/', 'wss://rpc.risechain.com/ws'],
|
|
20880
|
+
faucets: [],
|
|
20881
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
20882
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }, { name: 'EIP7702' }],
|
|
20883
|
+
infoURL: 'https://risechain.com',
|
|
20884
|
+
shortName: 'rise',
|
|
20885
|
+
chainId: 4153,
|
|
20886
|
+
networkId: 4153,
|
|
20887
|
+
icon: 'rise',
|
|
20888
|
+
explorers: [
|
|
20889
|
+
{
|
|
20890
|
+
name: 'Blockscout',
|
|
20891
|
+
url: 'https://explorer.risechain.com',
|
|
20892
|
+
icon: 'blockscout',
|
|
20893
|
+
standard: 'EIP3091'
|
|
20894
|
+
}
|
|
20895
|
+
],
|
|
20896
|
+
parent: {
|
|
20897
|
+
type: 'L2',
|
|
20898
|
+
chain: 'eip155-1',
|
|
20899
|
+
bridges: [{ url: 'https://bridge.risechain.com' }]
|
|
20900
|
+
},
|
|
20901
|
+
iconURL: 'https://ipfs.io/ipfs/bafybeigpqflfjdeovryzeqcw42chsqtoed6ommcilepi7hnarqf34rat7i'
|
|
20902
|
+
},
|
|
20455
20903
|
4157: {
|
|
20456
20904
|
name: 'CrossFi Testnet',
|
|
20457
20905
|
title: 'CrossFi Testnet',
|
|
@@ -22398,6 +22846,21 @@ exports.chains = {
|
|
|
22398
22846
|
],
|
|
22399
22847
|
iconURL: 'https://ipfs.io/ipfs/QmQyJt28h4wN3QHPXUQJQYQqGiFUD77han3zibZPzHbitk'
|
|
22400
22848
|
},
|
|
22849
|
+
5589: {
|
|
22850
|
+
name: 'Jamton',
|
|
22851
|
+
chain: 'Jamton',
|
|
22852
|
+
rpc: ['https://rpc.jamton.network/'],
|
|
22853
|
+
faucets: [],
|
|
22854
|
+
nativeCurrency: { name: 'DOTON', symbol: 'DOTON', decimals: 18 },
|
|
22855
|
+
features: [{ name: 'EIP155' }],
|
|
22856
|
+
infoURL: 'https://app.jamton.network/',
|
|
22857
|
+
shortName: 'jamton',
|
|
22858
|
+
chainId: 5589,
|
|
22859
|
+
networkId: 5589,
|
|
22860
|
+
icon: 'jamton',
|
|
22861
|
+
explorers: [],
|
|
22862
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreidaujskyg6vjv2vx33ad7iu2wyvpriigdqatishh6ubkhzbyiyjyi'
|
|
22863
|
+
},
|
|
22401
22864
|
5611: {
|
|
22402
22865
|
name: 'opBNB Testnet',
|
|
22403
22866
|
chain: 'opBNB',
|
|
@@ -24091,10 +24554,7 @@ exports.chains = {
|
|
|
24091
24554
|
shortName: 'EON',
|
|
24092
24555
|
chain: 'EON',
|
|
24093
24556
|
icon: 'eon',
|
|
24094
|
-
rpc: [
|
|
24095
|
-
'https://eon-rpc.horizenlabs.io/ethv1',
|
|
24096
|
-
'https://rpc.ankr.com/horizen_eon'
|
|
24097
|
-
],
|
|
24557
|
+
rpc: [],
|
|
24098
24558
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
24099
24559
|
faucets: [],
|
|
24100
24560
|
nativeCurrency: { name: 'Zencash', symbol: 'ZEN', decimals: 18 },
|
|
@@ -24102,14 +24562,8 @@ exports.chains = {
|
|
|
24102
24562
|
chainId: 7332,
|
|
24103
24563
|
networkId: 7332,
|
|
24104
24564
|
slip44: 121,
|
|
24105
|
-
explorers: [
|
|
24106
|
-
|
|
24107
|
-
name: 'Horizen EON Block Explorer',
|
|
24108
|
-
url: 'https://eon-explorer.horizenlabs.io',
|
|
24109
|
-
icon: 'eon',
|
|
24110
|
-
standard: 'EIP3091'
|
|
24111
|
-
}
|
|
24112
|
-
],
|
|
24565
|
+
explorers: [],
|
|
24566
|
+
status: 'deprecated',
|
|
24113
24567
|
iconURL: 'https://ipfs.io/ipfs/QmSFMBk3rMyu45Sy9KQHjgArFj4HdywANNYrSosLMUdcti'
|
|
24114
24568
|
},
|
|
24115
24569
|
7336: {
|
|
@@ -24245,20 +24699,23 @@ exports.chains = {
|
|
|
24245
24699
|
iconURL: 'https://ipfs.io/ipfs/QmPuQ6gaCfUtNdRuaEDbdhot2m2KCy2ZHCJUvZXJAtdeyJ'
|
|
24246
24700
|
},
|
|
24247
24701
|
7531: {
|
|
24248
|
-
name: 'Rome
|
|
24702
|
+
name: 'Rome Palatine',
|
|
24249
24703
|
chain: 'ROME',
|
|
24250
|
-
rpc: [
|
|
24251
|
-
|
|
24704
|
+
rpc: [
|
|
24705
|
+
'https://palatine.romeprotocol.xyz',
|
|
24706
|
+
'https://palatine2.romeprotocol.xyz'
|
|
24707
|
+
],
|
|
24708
|
+
faucets: [],
|
|
24252
24709
|
nativeCurrency: { name: 'RSOL', symbol: 'RSOL', decimals: 18 },
|
|
24253
24710
|
infoURL: 'https://rome.builders',
|
|
24254
|
-
shortName: 'rome-
|
|
24711
|
+
shortName: 'rome-palatine',
|
|
24255
24712
|
chainId: 7531,
|
|
24256
24713
|
networkId: 7531,
|
|
24257
24714
|
icon: 'rome',
|
|
24258
24715
|
explorers: [
|
|
24259
24716
|
{
|
|
24260
|
-
name: 'Rome
|
|
24261
|
-
url: 'https://romescout-palatine
|
|
24717
|
+
name: 'Rome Palatine Explorer',
|
|
24718
|
+
url: 'https://romescout-palatine.romeprotocol.xyz',
|
|
24262
24719
|
icon: 'rome',
|
|
24263
24720
|
standard: 'EIP3091'
|
|
24264
24721
|
}
|
|
@@ -25421,6 +25878,28 @@ exports.chains = {
|
|
|
25421
25878
|
status: 'incubating',
|
|
25422
25879
|
iconURL: 'https://ipfs.io/ipfs/QmWSbMuCwQzhBB6GRLYqZ87n5cnpzpYCehCAMMQmUXj4mm'
|
|
25423
25880
|
},
|
|
25881
|
+
8150: {
|
|
25882
|
+
name: 'Alpen Testnet',
|
|
25883
|
+
chain: 'alpen-testnet',
|
|
25884
|
+
rpc: ['https://rpc.testnet.alpenlabs.io'],
|
|
25885
|
+
faucets: ['https://faucet.testnet.alpenlabs.io'],
|
|
25886
|
+
nativeCurrency: { name: 'Signet BTC', symbol: 'sBTC', decimals: 18 },
|
|
25887
|
+
features: [],
|
|
25888
|
+
infoURL: 'https://alpenlabs.io/',
|
|
25889
|
+
shortName: 'alpen-testnet',
|
|
25890
|
+
chainId: 8150,
|
|
25891
|
+
networkId: 8150,
|
|
25892
|
+
icon: 'alpen',
|
|
25893
|
+
explorers: [
|
|
25894
|
+
{
|
|
25895
|
+
name: 'Alpen Blockscout',
|
|
25896
|
+
url: 'https://explorer.testnet.alpenlabs.io',
|
|
25897
|
+
icon: 'blockscout',
|
|
25898
|
+
standard: 'EIP3091'
|
|
25899
|
+
}
|
|
25900
|
+
],
|
|
25901
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreicl3lvyl3epqlbaludrgmndzfufzip5wmq5dvz6ahhg44d54abvou'
|
|
25902
|
+
},
|
|
25424
25903
|
8181: {
|
|
25425
25904
|
name: 'Testnet BeOne Chain',
|
|
25426
25905
|
chain: 'tBOC',
|
|
@@ -28400,6 +28879,25 @@ exports.chains = {
|
|
|
28400
28879
|
]
|
|
28401
28880
|
}
|
|
28402
28881
|
},
|
|
28882
|
+
10904: {
|
|
28883
|
+
name: 'Ault Blockchain Testnet',
|
|
28884
|
+
chain: 'AULT',
|
|
28885
|
+
icon: 'ault',
|
|
28886
|
+
rpc: [],
|
|
28887
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
28888
|
+
faucets: [],
|
|
28889
|
+
nativeCurrency: {
|
|
28890
|
+
name: 'Testnet AULT Token',
|
|
28891
|
+
symbol: 'AULT',
|
|
28892
|
+
decimals: 18
|
|
28893
|
+
},
|
|
28894
|
+
infoURL: 'https://aultblockchain.com',
|
|
28895
|
+
shortName: 'ault-testnet',
|
|
28896
|
+
chainId: 10904,
|
|
28897
|
+
networkId: 10904,
|
|
28898
|
+
explorers: [],
|
|
28899
|
+
iconURL: 'https://ipfs.io/ipfs/QmR65pFw3pgcCDeZJ5SHiXPKPjKyLEZZez2cEQZNssR2zd'
|
|
28900
|
+
},
|
|
28403
28901
|
10920: {
|
|
28404
28902
|
name: 'Fuse Flash Testnet',
|
|
28405
28903
|
chain: 'Fuse Flash',
|
|
@@ -29133,6 +29631,26 @@ exports.chains = {
|
|
|
29133
29631
|
],
|
|
29134
29632
|
iconURL: 'https://ipfs.io/ipfs/QmX8qGX7xoZqYUpHxA85uZwQX2fgbTHvmddE1NfseDyBED'
|
|
29135
29633
|
},
|
|
29634
|
+
12216: {
|
|
29635
|
+
name: 'L2 Protocol Mainnet',
|
|
29636
|
+
chain: 'L2P',
|
|
29637
|
+
rpc: ['https://rpc.l2protocol.com', 'wss://rpc.l2protocol.com'],
|
|
29638
|
+
faucets: [],
|
|
29639
|
+
nativeCurrency: { name: 'L2P', symbol: 'L2P', decimals: 18 },
|
|
29640
|
+
infoURL: 'https://l2protocol.com',
|
|
29641
|
+
shortName: 'l2p',
|
|
29642
|
+
chainId: 12216,
|
|
29643
|
+
networkId: 12216,
|
|
29644
|
+
slip44: 714,
|
|
29645
|
+
explorers: [
|
|
29646
|
+
{
|
|
29647
|
+
name: 'blockscout',
|
|
29648
|
+
url: 'https://l2pscan.com',
|
|
29649
|
+
icon: 'blockscout',
|
|
29650
|
+
standard: 'EIP3091'
|
|
29651
|
+
}
|
|
29652
|
+
]
|
|
29653
|
+
},
|
|
29136
29654
|
12306: {
|
|
29137
29655
|
name: 'Fibonacci Mainnet',
|
|
29138
29656
|
chain: 'FIBO',
|
|
@@ -30071,6 +30589,42 @@ exports.chains = {
|
|
|
30071
30589
|
],
|
|
30072
30590
|
iconURL: 'https://ipfs.io/ipfs/QmXkK5D5GWizvY1FmL6pV8cYLAbhehKETubktCgh6qDJZb'
|
|
30073
30591
|
},
|
|
30592
|
+
15885: {
|
|
30593
|
+
name: 'Bitroot Testnet',
|
|
30594
|
+
shortName: 'bitroot-testnet',
|
|
30595
|
+
chain: 'Bitroot',
|
|
30596
|
+
chainId: 15885,
|
|
30597
|
+
networkId: 15885,
|
|
30598
|
+
rpc: ['https://testnet-rpc.bitroot.co'],
|
|
30599
|
+
faucets: ['https://faucet.bitroot.co'],
|
|
30600
|
+
infoURL: 'https://bitroot.co',
|
|
30601
|
+
nativeCurrency: { name: 'BRT', symbol: 'BRT', decimals: 18 },
|
|
30602
|
+
explorers: [
|
|
30603
|
+
{
|
|
30604
|
+
name: 'Bitroot Testnet Explorer',
|
|
30605
|
+
url: 'https://testnet-explorer.bitroot.co',
|
|
30606
|
+
standard: 'EIP3091'
|
|
30607
|
+
}
|
|
30608
|
+
]
|
|
30609
|
+
},
|
|
30610
|
+
15888: {
|
|
30611
|
+
name: 'Bitroot',
|
|
30612
|
+
shortName: 'bitroot',
|
|
30613
|
+
chain: 'Bitroot',
|
|
30614
|
+
chainId: 15888,
|
|
30615
|
+
networkId: 15888,
|
|
30616
|
+
rpc: ['https://rpc.bitroot.co', 'https://mainnet-rpc.bitroot.co'],
|
|
30617
|
+
faucets: [],
|
|
30618
|
+
infoURL: 'https://bitroot.co',
|
|
30619
|
+
nativeCurrency: { name: 'BRT', symbol: 'BRT', decimals: 18 },
|
|
30620
|
+
explorers: [
|
|
30621
|
+
{
|
|
30622
|
+
name: 'Bitroot Explorer',
|
|
30623
|
+
url: 'https://explorer.bitroot.co',
|
|
30624
|
+
standard: 'EIP3091'
|
|
30625
|
+
}
|
|
30626
|
+
]
|
|
30627
|
+
},
|
|
30074
30628
|
16000: {
|
|
30075
30629
|
name: 'MetaDot Mainnet',
|
|
30076
30630
|
chain: 'MTT',
|
|
@@ -31005,12 +31559,12 @@ exports.chains = {
|
|
|
31005
31559
|
explorers: [
|
|
31006
31560
|
{
|
|
31007
31561
|
name: 'BlockX EVM Explorer (Blockscout)',
|
|
31008
|
-
url: 'https://explorer.blockxnet.com',
|
|
31562
|
+
url: 'https://explorer-evm.blockxnet.com',
|
|
31009
31563
|
standard: 'EIP3091'
|
|
31010
31564
|
},
|
|
31011
31565
|
{
|
|
31012
31566
|
name: 'BlockX Cosmos Explorer (Ping)',
|
|
31013
|
-
url: 'https://ping.
|
|
31567
|
+
url: 'https://ping.pub/BlockX',
|
|
31014
31568
|
standard: 'none'
|
|
31015
31569
|
}
|
|
31016
31570
|
]
|
|
@@ -32042,6 +32596,26 @@ exports.chains = {
|
|
|
32042
32596
|
}
|
|
32043
32597
|
]
|
|
32044
32598
|
},
|
|
32599
|
+
25821: {
|
|
32600
|
+
name: 'H2 Chain Testnet Lambda',
|
|
32601
|
+
chain: 'H2',
|
|
32602
|
+
rpc: ['https://rpc.h-1.io'],
|
|
32603
|
+
faucets: [],
|
|
32604
|
+
nativeCurrency: { name: 'Lambda H2', symbol: 'H2', decimals: 18 },
|
|
32605
|
+
infoURL: 'https://h2chain.io',
|
|
32606
|
+
shortName: 'h2-lambda',
|
|
32607
|
+
chainId: 25821,
|
|
32608
|
+
networkId: 25821,
|
|
32609
|
+
icon: 'h2',
|
|
32610
|
+
explorers: [
|
|
32611
|
+
{
|
|
32612
|
+
name: 'h2scan-lambda',
|
|
32613
|
+
url: 'https://lambda.h2scan.io',
|
|
32614
|
+
standard: 'EIP3091'
|
|
32615
|
+
}
|
|
32616
|
+
],
|
|
32617
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreiehobxmonxuwg3wukea4ixbixap7imzk4yuiidyejzpvgdylok4ua'
|
|
32618
|
+
},
|
|
32045
32619
|
25839: {
|
|
32046
32620
|
name: 'AlveyChain Testnet',
|
|
32047
32621
|
chain: 'tALV',
|
|
@@ -32716,6 +33290,36 @@ exports.chains = {
|
|
|
32716
33290
|
],
|
|
32717
33291
|
iconURL: 'https://ipfs.io/ipfs/QmXHSbtVNCJVfe2CvRH7njdyf2SrX5u5bNTfvhqjLeFN2A'
|
|
32718
33292
|
},
|
|
33293
|
+
30303: {
|
|
33294
|
+
name: 'Ethiq',
|
|
33295
|
+
chain: 'ETH',
|
|
33296
|
+
rpc: ['https://rpc.ethiq.network', 'wss://rpc.ethiq.network'],
|
|
33297
|
+
faucets: [],
|
|
33298
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
33299
|
+
infoURL: 'https://www.ethiq.network',
|
|
33300
|
+
shortName: 'ethiq',
|
|
33301
|
+
chainId: 30303,
|
|
33302
|
+
networkId: 30303,
|
|
33303
|
+
features: [
|
|
33304
|
+
{ name: 'EIP155' },
|
|
33305
|
+
{ name: 'EIP1559' },
|
|
33306
|
+
{ name: 'EIP2718' },
|
|
33307
|
+
{ name: 'EIP2930' }
|
|
33308
|
+
],
|
|
33309
|
+
parent: {
|
|
33310
|
+
type: 'L2',
|
|
33311
|
+
chain: 'eip155-1',
|
|
33312
|
+
bridges: [{ url: 'https://shell.haqq.network/bridge' }]
|
|
33313
|
+
},
|
|
33314
|
+
explorers: [
|
|
33315
|
+
{
|
|
33316
|
+
name: 'Ethiq Blockscout',
|
|
33317
|
+
url: 'https://explorer.ethiq.network',
|
|
33318
|
+
icon: 'blockscout',
|
|
33319
|
+
standard: 'EIP3091'
|
|
33320
|
+
}
|
|
33321
|
+
]
|
|
33322
|
+
},
|
|
32719
33323
|
30730: {
|
|
32720
33324
|
name: 'Movement EVM Legacy',
|
|
32721
33325
|
chain: 'MOVE',
|
|
@@ -32779,6 +33383,33 @@ exports.chains = {
|
|
|
32779
33383
|
status: 'incubating',
|
|
32780
33384
|
iconURL: 'https://ipfs.io/ipfs/QmWRAor77N6VyjJiQgtsEE7h9Bd1Q7vtRveTYv2A6wZyAT'
|
|
32781
33385
|
},
|
|
33386
|
+
30939: {
|
|
33387
|
+
name: 'Dilithium3 Testnet',
|
|
33388
|
+
chain: 'DLT',
|
|
33389
|
+
icon: 'dilithium3',
|
|
33390
|
+
rpc: [
|
|
33391
|
+
'https://rpc-testnet.dilithium3.com',
|
|
33392
|
+
'wss://ws-testnet.dilithium3.com'
|
|
33393
|
+
],
|
|
33394
|
+
faucets: ['https://faucet-testnet.dilithium3.com'],
|
|
33395
|
+
nativeCurrency: { name: 'Dilithium3', symbol: 'DLT', decimals: 18 },
|
|
33396
|
+
infoURL: 'https://dilithium3.com',
|
|
33397
|
+
shortName: 'dlt-testnet',
|
|
33398
|
+
chainId: 30939,
|
|
33399
|
+
networkId: 30939,
|
|
33400
|
+
slip44: 60,
|
|
33401
|
+
explorers: [
|
|
33402
|
+
{
|
|
33403
|
+
name: 'Dilithium3 Explorer',
|
|
33404
|
+
url: 'https://explorer-testnet.dilithium3.com',
|
|
33405
|
+
standard: 'EIP3091'
|
|
33406
|
+
}
|
|
33407
|
+
],
|
|
33408
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
33409
|
+
status: 'active',
|
|
33410
|
+
redFlags: [],
|
|
33411
|
+
iconURL: 'https://ipfs.io/ipfs/QmUaxaAaK6Y1QVtd7vEpXCoVXqNgPhKkgVJiVt6caw3Edj'
|
|
33412
|
+
},
|
|
32782
33413
|
31102: {
|
|
32783
33414
|
name: 'Ethersocial Network',
|
|
32784
33415
|
chain: 'ESN',
|
|
@@ -33594,6 +34225,76 @@ exports.chains = {
|
|
|
33594
34225
|
],
|
|
33595
34226
|
status: 'active'
|
|
33596
34227
|
},
|
|
34228
|
+
36900: {
|
|
34229
|
+
name: 'ADI Chain',
|
|
34230
|
+
chain: 'ADI',
|
|
34231
|
+
icon: 'adi',
|
|
34232
|
+
rpc: ['https://rpc.adifoundation.ai'],
|
|
34233
|
+
faucets: [],
|
|
34234
|
+
nativeCurrency: { name: 'ADI', symbol: 'ADI', decimals: 18 },
|
|
34235
|
+
infoURL: 'https://adifoundation.ai',
|
|
34236
|
+
shortName: 'adi',
|
|
34237
|
+
chainId: 36900,
|
|
34238
|
+
networkId: 36900,
|
|
34239
|
+
explorers: [
|
|
34240
|
+
{
|
|
34241
|
+
name: 'ADI Explorer',
|
|
34242
|
+
url: 'https://explorer.adifoundation.ai',
|
|
34243
|
+
standard: 'EIP3091'
|
|
34244
|
+
}
|
|
34245
|
+
],
|
|
34246
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreice4fkfrfggny5m3btlquzrimfg7jiyebvslmsknnqhivznh4u2la'
|
|
34247
|
+
},
|
|
34248
|
+
36968: {
|
|
34249
|
+
name: 'AMA Testnet',
|
|
34250
|
+
chain: 'AMA',
|
|
34251
|
+
rpc: ['https://testnet-rpc.ama.one'],
|
|
34252
|
+
faucets: ['https://mcp.ama.one/testnet-faucet'],
|
|
34253
|
+
nativeCurrency: { name: 'AMA', symbol: 'AMA', decimals: 9 },
|
|
34254
|
+
infoURL: 'https://ama.one',
|
|
34255
|
+
shortName: 'AMA-TESTNET',
|
|
34256
|
+
chainId: 36968,
|
|
34257
|
+
networkId: 36968,
|
|
34258
|
+
slip44: 1,
|
|
34259
|
+
status: 'incubating',
|
|
34260
|
+
explorers: [
|
|
34261
|
+
{
|
|
34262
|
+
name: 'AMA Explorer Testnet',
|
|
34263
|
+
url: 'https://testnet-ama.ddns.net',
|
|
34264
|
+
standard: 'none'
|
|
34265
|
+
},
|
|
34266
|
+
{
|
|
34267
|
+
name: 'AMA Explorer Testnet Alt',
|
|
34268
|
+
url: 'https://testnet.explorer.ama.one',
|
|
34269
|
+
standard: 'none'
|
|
34270
|
+
}
|
|
34271
|
+
]
|
|
34272
|
+
},
|
|
34273
|
+
36969: {
|
|
34274
|
+
name: 'AMA Mainnet',
|
|
34275
|
+
chain: 'AMA',
|
|
34276
|
+
rpc: ['https://mainnet-rpc.ama.one'],
|
|
34277
|
+
faucets: [],
|
|
34278
|
+
nativeCurrency: { name: 'AMA', symbol: 'AMA', decimals: 9 },
|
|
34279
|
+
infoURL: 'https://ama.one',
|
|
34280
|
+
shortName: 'AMA',
|
|
34281
|
+
chainId: 36969,
|
|
34282
|
+
networkId: 36969,
|
|
34283
|
+
slip44: 36969,
|
|
34284
|
+
status: 'active',
|
|
34285
|
+
explorers: [
|
|
34286
|
+
{
|
|
34287
|
+
name: 'AMA Explorer Mainnet',
|
|
34288
|
+
url: 'https://ama-explorer.ddns.net',
|
|
34289
|
+
standard: 'none'
|
|
34290
|
+
},
|
|
34291
|
+
{
|
|
34292
|
+
name: 'AMA Explorer Mainnet Alt',
|
|
34293
|
+
url: 'https://explorer.ama.one',
|
|
34294
|
+
standard: 'none'
|
|
34295
|
+
}
|
|
34296
|
+
]
|
|
34297
|
+
},
|
|
33597
34298
|
37111: {
|
|
33598
34299
|
name: 'Lens Testnet',
|
|
33599
34300
|
title: 'Lens Network Sepolia Testnet',
|
|
@@ -34136,6 +34837,49 @@ exports.chains = {
|
|
|
34136
34837
|
],
|
|
34137
34838
|
iconURL: 'https://ipfs.io/ipfs/QmXc4bxuyWvQFqjuunXmvZZs1AwGChyY7sGYK6tgCkp3nJ'
|
|
34138
34839
|
},
|
|
34840
|
+
42429: {
|
|
34841
|
+
name: 'Tempo Testnet Andantino (Deprecated)',
|
|
34842
|
+
chain: 'ETH',
|
|
34843
|
+
rpc: ['https://rpc.testnet.tempo.xyz'],
|
|
34844
|
+
faucets: [],
|
|
34845
|
+
nativeCurrency: { name: 'No native currency', symbol: 'USD', decimals: 18 },
|
|
34846
|
+
infoURL: 'https://tempo.xyz',
|
|
34847
|
+
shortName: 'tempo-andantino',
|
|
34848
|
+
chainId: 42429,
|
|
34849
|
+
networkId: 42429,
|
|
34850
|
+
icon: 'tempo',
|
|
34851
|
+
status: 'deprecated',
|
|
34852
|
+
explorers: [
|
|
34853
|
+
{
|
|
34854
|
+
name: 'tempo-explorer',
|
|
34855
|
+
url: 'https://explore.andantino.tempo.xyz',
|
|
34856
|
+
icon: 'tempo',
|
|
34857
|
+
standard: 'EIP3091'
|
|
34858
|
+
}
|
|
34859
|
+
],
|
|
34860
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreignxbz2mjbwv6sqbjndkxhi423j7yyk3qlfdfnzclcmq4uklxdgza'
|
|
34861
|
+
},
|
|
34862
|
+
42431: {
|
|
34863
|
+
name: 'Tempo Testnet Moderato',
|
|
34864
|
+
chain: 'ETH',
|
|
34865
|
+
rpc: ['https://rpc.moderato.tempo.xyz', 'wss://rpc.moderato.tempo.xyz'],
|
|
34866
|
+
faucets: [],
|
|
34867
|
+
nativeCurrency: { name: 'No native currency', symbol: 'USD', decimals: 18 },
|
|
34868
|
+
infoURL: 'https://tempo.xyz',
|
|
34869
|
+
shortName: 'tempo-moderato',
|
|
34870
|
+
chainId: 42431,
|
|
34871
|
+
networkId: 42431,
|
|
34872
|
+
icon: 'tempo',
|
|
34873
|
+
explorers: [
|
|
34874
|
+
{
|
|
34875
|
+
name: 'tempo-explorer',
|
|
34876
|
+
url: 'https://explore.tempo.xyz',
|
|
34877
|
+
icon: 'tempo',
|
|
34878
|
+
standard: 'EIP3091'
|
|
34879
|
+
}
|
|
34880
|
+
],
|
|
34881
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreignxbz2mjbwv6sqbjndkxhi423j7yyk3qlfdfnzclcmq4uklxdgza'
|
|
34882
|
+
},
|
|
34139
34883
|
42766: {
|
|
34140
34884
|
name: 'ZKFair Mainnet',
|
|
34141
34885
|
title: 'ZKFair Mainnet',
|
|
@@ -34790,6 +35534,34 @@ exports.chains = {
|
|
|
34790
35534
|
],
|
|
34791
35535
|
iconURL: 'https://ipfs.io/ipfs/QmQqicvzrLaPyDzLCm4mJofTbcdH7xKJrnZYF5ptCyAoTE'
|
|
34792
35536
|
},
|
|
35537
|
+
45056: {
|
|
35538
|
+
name: 'Billions',
|
|
35539
|
+
shortName: 'Billions',
|
|
35540
|
+
title: 'Billions',
|
|
35541
|
+
chain: 'Billions',
|
|
35542
|
+
icon: 'billions',
|
|
35543
|
+
rpc: ['https://billions-rpc.eu-north-2.gateway.fm'],
|
|
35544
|
+
faucets: [],
|
|
35545
|
+
nativeCurrency: { name: 'ETHER', symbol: 'ETH', decimals: 18 },
|
|
35546
|
+
infoURL: 'https://billions.network',
|
|
35547
|
+
chainId: 45056,
|
|
35548
|
+
networkId: 45056,
|
|
35549
|
+
explorers: [
|
|
35550
|
+
{
|
|
35551
|
+
name: 'Billions Explorer',
|
|
35552
|
+
url: 'https://billions-blockscout.eu-north-2.gateway.fm',
|
|
35553
|
+
standard: 'EIP3091'
|
|
35554
|
+
}
|
|
35555
|
+
],
|
|
35556
|
+
parent: {
|
|
35557
|
+
type: 'L2',
|
|
35558
|
+
chain: 'eip155-1',
|
|
35559
|
+
bridges: [{ url: 'https://billions-bridge.eu-north-2.gateway.fm' }]
|
|
35560
|
+
},
|
|
35561
|
+
features: [{ name: 'EIP155' }],
|
|
35562
|
+
status: 'active',
|
|
35563
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreihy2skjw4kedeokhsqlyipgy2gm63hfsxmenfyldejad5au4wdrjy'
|
|
35564
|
+
},
|
|
34793
35565
|
45454: {
|
|
34794
35566
|
name: 'Swamps L2',
|
|
34795
35567
|
chain: 'SWP',
|
|
@@ -35847,7 +36619,7 @@ exports.chains = {
|
|
|
35847
36619
|
standard: 'none'
|
|
35848
36620
|
}
|
|
35849
36621
|
],
|
|
35850
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
36622
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreifwuxfoxoas44ylvk5mtgf6l5vdl46oivpt7mvuvequmreerhekgy'
|
|
35851
36623
|
},
|
|
35852
36624
|
56026: {
|
|
35853
36625
|
name: 'Lambda Chain Mainnet',
|
|
@@ -36537,6 +37309,26 @@ exports.chains = {
|
|
|
36537
37309
|
}
|
|
36538
37310
|
]
|
|
36539
37311
|
},
|
|
37312
|
+
61564: {
|
|
37313
|
+
name: 'Gelatine Network',
|
|
37314
|
+
chain: 'JELLO',
|
|
37315
|
+
icon: 'jello',
|
|
37316
|
+
rpc: ['https://rpc.pine.ink'],
|
|
37317
|
+
faucets: ['https://gelatine.pine.ink'],
|
|
37318
|
+
nativeCurrency: { name: 'JELLO', symbol: 'JELLO', decimals: 18 },
|
|
37319
|
+
infoURL: 'https://gelatine.pine.ink',
|
|
37320
|
+
shortName: 'jello',
|
|
37321
|
+
chainId: 61564,
|
|
37322
|
+
networkId: 61564,
|
|
37323
|
+
explorers: [
|
|
37324
|
+
{
|
|
37325
|
+
name: 'Gelatine Explorer',
|
|
37326
|
+
url: 'https://explorer.pine.ink',
|
|
37327
|
+
standard: 'EIP3091'
|
|
37328
|
+
}
|
|
37329
|
+
],
|
|
37330
|
+
iconURL: 'https://ipfs.io/ipfs/bafybeidgthdedgxxuvc4qjya7jqjoexy5pnpimxkft65hot2ijr3yc7twy'
|
|
37331
|
+
},
|
|
36540
37332
|
61800: {
|
|
36541
37333
|
name: 'AxelChain Dev-Net',
|
|
36542
37334
|
chain: 'AXEL',
|
|
@@ -36922,8 +37714,9 @@ exports.chains = {
|
|
|
36922
37714
|
]
|
|
36923
37715
|
},
|
|
36924
37716
|
65349: {
|
|
36925
|
-
name: 'CratD2C Testnet',
|
|
37717
|
+
name: 'CratD2C Testnet Deprecated',
|
|
36926
37718
|
chain: 'CRATD2C',
|
|
37719
|
+
status: 'deprecated',
|
|
36927
37720
|
rpc: [
|
|
36928
37721
|
'https://cratd2c-testnet-node1.cratd2csmartchain.io/',
|
|
36929
37722
|
'https://cratd2c-testnet-node2.cratd2csmartchain.io/'
|
|
@@ -36931,7 +37724,7 @@ exports.chains = {
|
|
|
36931
37724
|
faucets: [],
|
|
36932
37725
|
nativeCurrency: { name: 'CRATD2C', symbol: 'CRAT', decimals: 18 },
|
|
36933
37726
|
infoURL: 'https://cratd2csmartchain.io',
|
|
36934
|
-
shortName: 'cratd2c-testnet',
|
|
37727
|
+
shortName: 'cratd2c-testnet-deprecated',
|
|
36935
37728
|
chainId: 65349,
|
|
36936
37729
|
networkId: 65349,
|
|
36937
37730
|
icon: 'cratd2c-testnet',
|
|
@@ -37573,6 +38366,26 @@ exports.chains = {
|
|
|
37573
38366
|
],
|
|
37574
38367
|
iconURL: 'https://ipfs.io/ipfs/bafkreifgpv7tnai42hsdegnpwzbvq5iymgub357e553cotitirwy2ir7je'
|
|
37575
38368
|
},
|
|
38369
|
+
73285: {
|
|
38370
|
+
name: 'Nebula',
|
|
38371
|
+
chain: 'NEBULA',
|
|
38372
|
+
icon: 'nebula',
|
|
38373
|
+
rpc: ['https://nebula-chain.com/rpc'],
|
|
38374
|
+
faucets: [],
|
|
38375
|
+
nativeCurrency: { name: 'Nebula Cash', symbol: 'NEBX', decimals: 18 },
|
|
38376
|
+
infoURL: 'https://nebula-chain.com',
|
|
38377
|
+
shortName: 'nebula',
|
|
38378
|
+
chainId: 73285,
|
|
38379
|
+
networkId: 73285,
|
|
38380
|
+
explorers: [
|
|
38381
|
+
{
|
|
38382
|
+
name: 'Nebula Explorer',
|
|
38383
|
+
url: 'https://nebxscan.nebula-chain.com',
|
|
38384
|
+
standard: 'EIP3091'
|
|
38385
|
+
}
|
|
38386
|
+
],
|
|
38387
|
+
iconURL: 'https://ipfs.io/ipfs/bafybeic5eexvd34wfy4kuebcyu73qpkv3x57s54ebzjyhyjsmeuni5jwcm'
|
|
38388
|
+
},
|
|
37576
38389
|
73799: {
|
|
37577
38390
|
name: 'Energy Web Volta Testnet',
|
|
37578
38391
|
chain: 'Volta',
|
|
@@ -37929,6 +38742,31 @@ exports.chains = {
|
|
|
37929
38742
|
],
|
|
37930
38743
|
iconURL: 'https://ipfs.io/ipfs/QmeERjnmdZ6v1tfCyfKfy2Rzh1vPCsU7x2sLJcLqQ6E3Fd'
|
|
37931
38744
|
},
|
|
38745
|
+
78651: {
|
|
38746
|
+
name: 'Nillion Network Sepolia Testnet',
|
|
38747
|
+
chain: 'ETH',
|
|
38748
|
+
icon: 'nillion',
|
|
38749
|
+
rpc: [
|
|
38750
|
+
'https://rpc.testnet.nillion.network',
|
|
38751
|
+
'wss://rpc.testnet.nillion.network'
|
|
38752
|
+
],
|
|
38753
|
+
faucets: ['https://faucet.testnet.nillion.network'],
|
|
38754
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
38755
|
+
infoURL: 'https://nillion.com/',
|
|
38756
|
+
shortName: 'nilsep',
|
|
38757
|
+
chainId: 78651,
|
|
38758
|
+
networkId: 78651,
|
|
38759
|
+
slip44: 1,
|
|
38760
|
+
explorers: [
|
|
38761
|
+
{
|
|
38762
|
+
name: 'blockscout',
|
|
38763
|
+
url: 'https://explorer.testnet.nillion.network',
|
|
38764
|
+
icon: 'blockscout',
|
|
38765
|
+
standard: 'EIP3091'
|
|
38766
|
+
}
|
|
38767
|
+
],
|
|
38768
|
+
iconURL: 'https://ipfs.io/ipfs/QmQ4tdjP7TFUbs3y2haY6qPdTxmZJ96E2Xo5Hp5hcRaKSz'
|
|
38769
|
+
},
|
|
37932
38770
|
79879: {
|
|
37933
38771
|
name: 'Gold Smart Chain Testnet',
|
|
37934
38772
|
chain: 'STAND',
|
|
@@ -38508,6 +39346,31 @@ exports.chains = {
|
|
|
38508
39346
|
explorers: [],
|
|
38509
39347
|
iconURL: 'https://ipfs.io/ipfs/QmRZ1LHedFNs3pXhxcjhbQtHLmMzDhioKJ6ZsRwHNpbtiF'
|
|
38510
39348
|
},
|
|
39349
|
+
83592: {
|
|
39350
|
+
name: 'Katron AI Mainnet',
|
|
39351
|
+
chain: 'KTN',
|
|
39352
|
+
rpc: [
|
|
39353
|
+
'https://blockchain-rpc1.katronai.com',
|
|
39354
|
+
'https://blockchain-rpc2.katronai.com'
|
|
39355
|
+
],
|
|
39356
|
+
faucets: [],
|
|
39357
|
+
nativeCurrency: { name: 'Katron AI', symbol: 'KTN', decimals: 18 },
|
|
39358
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
39359
|
+
infoURL: 'https://network.katronai.com',
|
|
39360
|
+
shortName: 'ktn',
|
|
39361
|
+
chainId: 83592,
|
|
39362
|
+
networkId: 83592,
|
|
39363
|
+
icon: 'ktn',
|
|
39364
|
+
explorers: [
|
|
39365
|
+
{
|
|
39366
|
+
name: 'ktnscan',
|
|
39367
|
+
url: 'https://ktnscan.katronai.com',
|
|
39368
|
+
icon: 'ktnscan',
|
|
39369
|
+
standard: 'EIP3091'
|
|
39370
|
+
}
|
|
39371
|
+
],
|
|
39372
|
+
iconURL: 'https://ipfs.io/ipfs/bafybeiezbj7itmbrkmbl6jr7crhodvfm3xmhclgb2nibdc3wqnzvkw3tvq'
|
|
39373
|
+
},
|
|
38511
39374
|
83868: {
|
|
38512
39375
|
name: 'Xprotocol Sepolia',
|
|
38513
39376
|
chainId: 83868,
|
|
@@ -38694,6 +39557,48 @@ exports.chains = {
|
|
|
38694
39557
|
chainId: 85449,
|
|
38695
39558
|
networkId: 48501
|
|
38696
39559
|
},
|
|
39560
|
+
86606: {
|
|
39561
|
+
name: 'CpChain Testnet',
|
|
39562
|
+
chain: 'CpChain',
|
|
39563
|
+
rpc: ['https://rpc-testnet.cpchain.com'],
|
|
39564
|
+
faucets: ['https://cpchain-test.pages.dev/faucet'],
|
|
39565
|
+
nativeCurrency: { name: 'CP', symbol: 'CP', decimals: 18 },
|
|
39566
|
+
infoURL: 'https://cpchain.com',
|
|
39567
|
+
shortName: 'cpchain-testnet',
|
|
39568
|
+
chainId: 86606,
|
|
39569
|
+
networkId: 86606,
|
|
39570
|
+
slip44: 1,
|
|
39571
|
+
icon: 'cpchain',
|
|
39572
|
+
explorers: [
|
|
39573
|
+
{
|
|
39574
|
+
name: 'CpChain Testnet Explorer',
|
|
39575
|
+
url: 'https://explorer-testnet.cpchain.com',
|
|
39576
|
+
standard: 'EIP3091'
|
|
39577
|
+
}
|
|
39578
|
+
],
|
|
39579
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreihxvrmyofwfupugouhtj2nplj7rn7q7oechxdfzutxqmaobmyp5r4'
|
|
39580
|
+
},
|
|
39581
|
+
86608: {
|
|
39582
|
+
name: 'CpChain Mainnet',
|
|
39583
|
+
chain: 'CpChain',
|
|
39584
|
+
rpc: ['https://rpc.cpchain.com'],
|
|
39585
|
+
faucets: [],
|
|
39586
|
+
nativeCurrency: { name: 'CP', symbol: 'CP', decimals: 18 },
|
|
39587
|
+
infoURL: 'https://cpchain.com',
|
|
39588
|
+
shortName: 'cpchain',
|
|
39589
|
+
chainId: 86608,
|
|
39590
|
+
networkId: 86608,
|
|
39591
|
+
slip44: 1,
|
|
39592
|
+
icon: 'cpchain',
|
|
39593
|
+
explorers: [
|
|
39594
|
+
{
|
|
39595
|
+
name: 'CpChain Explorer',
|
|
39596
|
+
url: 'https://explorer.cpchain.com',
|
|
39597
|
+
standard: 'EIP3091'
|
|
39598
|
+
}
|
|
39599
|
+
],
|
|
39600
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreihxvrmyofwfupugouhtj2nplj7rn7q7oechxdfzutxqmaobmyp5r4'
|
|
39601
|
+
},
|
|
38697
39602
|
88002: {
|
|
38698
39603
|
name: 'Nautilus Proteus Testnet',
|
|
38699
39604
|
chain: 'ETH',
|
|
@@ -39715,6 +40620,28 @@ exports.chains = {
|
|
|
39715
40620
|
},
|
|
39716
40621
|
iconURL: 'https://ipfs.io/ipfs/QmT7dJKK2VXMtF9mJ6EfMTJXBntJyVvZcA8beLA2RCFbsW'
|
|
39717
40622
|
},
|
|
40623
|
+
98875: {
|
|
40624
|
+
name: 'Nillion Network',
|
|
40625
|
+
chain: 'ETH',
|
|
40626
|
+
icon: 'nillion',
|
|
40627
|
+
rpc: ['https://rpc.nillion.network', 'wss://rpc.nillion.network'],
|
|
40628
|
+
faucets: [],
|
|
40629
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
40630
|
+
infoURL: 'https://nillion.com/',
|
|
40631
|
+
shortName: 'nil',
|
|
40632
|
+
chainId: 98875,
|
|
40633
|
+
networkId: 98875,
|
|
40634
|
+
slip44: 1,
|
|
40635
|
+
explorers: [
|
|
40636
|
+
{
|
|
40637
|
+
name: 'blockscout',
|
|
40638
|
+
url: 'https://explorer.nillion.network',
|
|
40639
|
+
icon: 'blockscout',
|
|
40640
|
+
standard: 'EIP3091'
|
|
40641
|
+
}
|
|
40642
|
+
],
|
|
40643
|
+
iconURL: 'https://ipfs.io/ipfs/QmQ4tdjP7TFUbs3y2haY6qPdTxmZJ96E2Xo5Hp5hcRaKSz'
|
|
40644
|
+
},
|
|
39718
40645
|
98881: {
|
|
39719
40646
|
name: 'Ebi Chain',
|
|
39720
40647
|
title: 'Ebi Chain',
|
|
@@ -40396,24 +41323,24 @@ exports.chains = {
|
|
|
40396
41323
|
iconURL: 'https://ipfs.io/ipfs/QmNMuNBwg9opKvsnrDaoYBP743LeddeooQupVYjpBXf7d7'
|
|
40397
41324
|
},
|
|
40398
41325
|
105105: {
|
|
40399
|
-
name: '
|
|
40400
|
-
chain: '
|
|
40401
|
-
rpc: ['https://rpc.
|
|
41326
|
+
name: 'Xertra Mainnet',
|
|
41327
|
+
chain: 'Xertra',
|
|
41328
|
+
rpc: ['https://rpc.xertra.com'],
|
|
40402
41329
|
faucets: [],
|
|
40403
|
-
nativeCurrency: { name: '
|
|
40404
|
-
infoURL: 'https://www.
|
|
40405
|
-
shortName: '
|
|
41330
|
+
nativeCurrency: { name: 'STRAX', symbol: 'STRAX', decimals: 18 },
|
|
41331
|
+
infoURL: 'https://www.xertra.com/',
|
|
41332
|
+
shortName: 'xertra',
|
|
40406
41333
|
chainId: 105105,
|
|
40407
41334
|
networkId: 105105,
|
|
40408
|
-
icon: '
|
|
41335
|
+
icon: 'xertra',
|
|
40409
41336
|
explorers: [
|
|
40410
41337
|
{
|
|
40411
|
-
name: '
|
|
40412
|
-
url: 'https://explorer.
|
|
41338
|
+
name: 'Xertra Explorer',
|
|
41339
|
+
url: 'https://explorer.xertra.com',
|
|
40413
41340
|
standard: 'EIP3091'
|
|
40414
41341
|
}
|
|
40415
41342
|
],
|
|
40416
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
41343
|
+
iconURL: 'https://ipfs.io/ipfs/QmV1qG5jcEFhekamTzrMqzMTDRvCGdGQAiJcsHZ9viVwgT'
|
|
40417
41344
|
},
|
|
40418
41345
|
105363: {
|
|
40419
41346
|
name: 'Lumoz Chain Testnet',
|
|
@@ -40963,6 +41890,25 @@ exports.chains = {
|
|
|
40963
41890
|
{ name: 'FumaScan', url: 'https://fumascan.com', standard: 'none' }
|
|
40964
41891
|
]
|
|
40965
41892
|
},
|
|
41893
|
+
121525: {
|
|
41894
|
+
name: 'Ethernova Mainnet',
|
|
41895
|
+
chain: 'NOVA',
|
|
41896
|
+
rpc: ['https://rpc.ethnova.net'],
|
|
41897
|
+
faucets: [],
|
|
41898
|
+
nativeCurrency: { name: 'Ethernova', symbol: 'NOVA', decimals: 18 },
|
|
41899
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
41900
|
+
infoURL: 'https://ethnova.net',
|
|
41901
|
+
shortName: 'ethnova',
|
|
41902
|
+
chainId: 121525,
|
|
41903
|
+
networkId: 121525,
|
|
41904
|
+
explorers: [
|
|
41905
|
+
{
|
|
41906
|
+
name: 'Ethernova Explorer',
|
|
41907
|
+
url: 'https://explorer.ethnova.net',
|
|
41908
|
+
standard: 'EIP3091'
|
|
41909
|
+
}
|
|
41910
|
+
]
|
|
41911
|
+
},
|
|
40966
41912
|
123321: {
|
|
40967
41913
|
name: 'Gemchain',
|
|
40968
41914
|
chain: 'Gemchain',
|
|
@@ -41683,6 +42629,27 @@ exports.chains = {
|
|
|
41683
42629
|
],
|
|
41684
42630
|
iconURL: 'https://ipfs.io/ipfs/QmXZcwET1LhUxfc2mCdiCJFm61jUHsVVXuZYwx8zhvHQxn'
|
|
41685
42631
|
},
|
|
42632
|
+
179170: {
|
|
42633
|
+
name: 'Transparency Solution',
|
|
42634
|
+
chain: 'CLT',
|
|
42635
|
+
icon: 'transparencysolution',
|
|
42636
|
+
rpc: ['https://rpc-api.transparency.solutions'],
|
|
42637
|
+
faucets: [],
|
|
42638
|
+
nativeCurrency: { name: 'ClearToken', symbol: 'CLT', decimals: 18 },
|
|
42639
|
+
infoURL: 'https://transparency.solutions',
|
|
42640
|
+
shortName: 'clts',
|
|
42641
|
+
chainId: 179170,
|
|
42642
|
+
networkId: 179170,
|
|
42643
|
+
explorers: [
|
|
42644
|
+
{
|
|
42645
|
+
name: 'Transparency Solution Explorer',
|
|
42646
|
+
url: 'https://blockchain.transparency.solutions',
|
|
42647
|
+
icon: 'transparencysolution',
|
|
42648
|
+
standard: 'EIP3091'
|
|
42649
|
+
}
|
|
42650
|
+
],
|
|
42651
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreibuodjhtykhj4jnbl6odtrghiu3kvveajryloundrnduxi5sto25a'
|
|
42652
|
+
},
|
|
41686
42653
|
181228: {
|
|
41687
42654
|
name: 'HPP Sepolia Testnet',
|
|
41688
42655
|
chain: 'ETH',
|
|
@@ -42268,6 +43235,39 @@ exports.chains = {
|
|
|
42268
43235
|
],
|
|
42269
43236
|
iconURL: 'https://ipfs.io/ipfs/QmTYAGtxSChGszStYeGM3knudcXB1JH4rPwMjhz3yvSXkW'
|
|
42270
43237
|
},
|
|
43238
|
+
202601: {
|
|
43239
|
+
name: 'Ronin Saigon Testnet',
|
|
43240
|
+
chain: 'ronin',
|
|
43241
|
+
rpc: [
|
|
43242
|
+
'https://saigon-testnet.roninchain.com/rpc',
|
|
43243
|
+
'https://ronin-saigon.drpc.org'
|
|
43244
|
+
],
|
|
43245
|
+
faucets: ['https://faucet.roninchain.com/'],
|
|
43246
|
+
nativeCurrency: { name: 'Ronin', symbol: 'RON', decimals: 18 },
|
|
43247
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
43248
|
+
infoURL: 'https://roninchain.com',
|
|
43249
|
+
shortName: 'ronin-saigon',
|
|
43250
|
+
chainId: 202601,
|
|
43251
|
+
networkId: 202601,
|
|
43252
|
+
icon: 'ronin',
|
|
43253
|
+
explorers: [
|
|
43254
|
+
{
|
|
43255
|
+
name: 'Ronin Saigon Explorer',
|
|
43256
|
+
url: 'https://saigon-explorer.roninchain.com',
|
|
43257
|
+
standard: 'EIP3091'
|
|
43258
|
+
}
|
|
43259
|
+
],
|
|
43260
|
+
parent: {
|
|
43261
|
+
type: 'L2',
|
|
43262
|
+
chain: 'eip155-11155111',
|
|
43263
|
+
bridges: [
|
|
43264
|
+
{
|
|
43265
|
+
url: 'https://saigon-testnet-cc58e966ql-f24a704b3d708471.testnets.rollbridge.app/'
|
|
43266
|
+
}
|
|
43267
|
+
]
|
|
43268
|
+
},
|
|
43269
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreicwyre2qm2g2g27rffua7sb3dsqx7kka4rcjnb5wzcwhdlemyjn5m'
|
|
43270
|
+
},
|
|
42271
43271
|
202624: {
|
|
42272
43272
|
name: 'Jellie',
|
|
42273
43273
|
title: 'Twala Testnet Jellie',
|
|
@@ -42312,12 +43312,12 @@ exports.chains = {
|
|
|
42312
43312
|
},
|
|
42313
43313
|
205205: {
|
|
42314
43314
|
name: 'Auroria Testnet',
|
|
42315
|
-
title: '
|
|
43315
|
+
title: 'Xertra Testnet Auroria',
|
|
42316
43316
|
chain: 'Auroria',
|
|
42317
|
-
rpc: ['https://auroria.rpc.
|
|
42318
|
-
faucets: ['https://auroria.faucet.
|
|
42319
|
-
nativeCurrency: { name: '
|
|
42320
|
-
infoURL: 'https://
|
|
43317
|
+
rpc: ['https://auroria.rpc.xertra.com'],
|
|
43318
|
+
faucets: ['https://auroria.faucet.xertra.com'],
|
|
43319
|
+
nativeCurrency: { name: 'tSTRAX', symbol: 'tSTRAX', decimals: 18 },
|
|
43320
|
+
infoURL: 'https://xertra.com',
|
|
42321
43321
|
shortName: 'auroria',
|
|
42322
43322
|
chainId: 205205,
|
|
42323
43323
|
networkId: 205205,
|
|
@@ -42325,11 +43325,11 @@ exports.chains = {
|
|
|
42325
43325
|
explorers: [
|
|
42326
43326
|
{
|
|
42327
43327
|
name: 'Auroria Testnet Explorer',
|
|
42328
|
-
url: 'https://auroria.explorer.
|
|
43328
|
+
url: 'https://auroria.explorer.xertra.com',
|
|
42329
43329
|
standard: 'EIP3091'
|
|
42330
43330
|
}
|
|
42331
43331
|
],
|
|
42332
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
43332
|
+
iconURL: 'https://ipfs.io/ipfs/QmNuQjnJ1JXkPRDwbFL1oZRpEaPhggPpccteAaxSPYBJJN'
|
|
42333
43333
|
},
|
|
42334
43334
|
210000: {
|
|
42335
43335
|
name: 'JuChain Mainnet',
|
|
@@ -45083,6 +46083,18 @@ exports.chains = {
|
|
|
45083
46083
|
networkId: 685685,
|
|
45084
46084
|
status: 'incubating'
|
|
45085
46085
|
},
|
|
46086
|
+
685689: {
|
|
46087
|
+
name: 'Gensyn Mainnet',
|
|
46088
|
+
chain: 'Gensyn',
|
|
46089
|
+
rpc: [],
|
|
46090
|
+
faucets: [],
|
|
46091
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
46092
|
+
infoURL: 'https://www.gensyn.ai/',
|
|
46093
|
+
shortName: 'gensyn-mainnet',
|
|
46094
|
+
chainId: 685689,
|
|
46095
|
+
networkId: 685689,
|
|
46096
|
+
status: 'incubating'
|
|
46097
|
+
},
|
|
45086
46098
|
686868: {
|
|
45087
46099
|
name: 'Won Network',
|
|
45088
46100
|
chainId: 686868,
|
|
@@ -45301,6 +46313,33 @@ exports.chains = {
|
|
|
45301
46313
|
}
|
|
45302
46314
|
]
|
|
45303
46315
|
},
|
|
46316
|
+
737373: {
|
|
46317
|
+
name: 'bokuto',
|
|
46318
|
+
chain: 'bokuto',
|
|
46319
|
+
rpc: ['https://rpc-bokuto.katanarpc.com'],
|
|
46320
|
+
faucets: ['https://faucet.katana.tools'],
|
|
46321
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
46322
|
+
infoURL: 'https://katana.network',
|
|
46323
|
+
shortName: 'bokuto',
|
|
46324
|
+
chainId: 737373,
|
|
46325
|
+
networkId: 737373,
|
|
46326
|
+
icon: 'katana',
|
|
46327
|
+
explorers: [
|
|
46328
|
+
{
|
|
46329
|
+
name: 'bokutoscan',
|
|
46330
|
+
url: 'https://bokuto.katanascan.com',
|
|
46331
|
+
icon: 'katana',
|
|
46332
|
+
standard: 'EIP3091'
|
|
46333
|
+
},
|
|
46334
|
+
{
|
|
46335
|
+
name: 'bokuto explorer',
|
|
46336
|
+
url: 'https://explorer-bokuto.katanarpc.com',
|
|
46337
|
+
icon: 'katana',
|
|
46338
|
+
standard: 'EIP3091'
|
|
46339
|
+
}
|
|
46340
|
+
],
|
|
46341
|
+
iconURL: 'https://ipfs.io/ipfs/QmVAQiumxDxuEW7HdeRW8NiRKVpXVnQumwSW44Uq6py1k7'
|
|
46342
|
+
},
|
|
45304
46343
|
743111: {
|
|
45305
46344
|
name: 'Hemi Sepolia',
|
|
45306
46345
|
chain: 'ETH',
|
|
@@ -45327,7 +46366,17 @@ exports.chains = {
|
|
|
45327
46366
|
747474: {
|
|
45328
46367
|
name: 'katana',
|
|
45329
46368
|
chain: 'katana',
|
|
45330
|
-
rpc: [
|
|
46369
|
+
rpc: [
|
|
46370
|
+
'https://rpc.katana.network',
|
|
46371
|
+
'https://katana.gateway.tenderly.co/',
|
|
46372
|
+
'https://rpc.katanarpc.com/'
|
|
46373
|
+
],
|
|
46374
|
+
features: [
|
|
46375
|
+
{ name: 'EIP155' },
|
|
46376
|
+
{ name: 'EIP1559' },
|
|
46377
|
+
{ name: 'EIP4844' },
|
|
46378
|
+
{ name: 'EIP7702' }
|
|
46379
|
+
],
|
|
45331
46380
|
faucets: [],
|
|
45332
46381
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
45333
46382
|
infoURL: 'https://katana.network',
|
|
@@ -45336,6 +46385,12 @@ exports.chains = {
|
|
|
45336
46385
|
networkId: 747474,
|
|
45337
46386
|
icon: 'katana',
|
|
45338
46387
|
explorers: [
|
|
46388
|
+
{
|
|
46389
|
+
name: 'katanascan',
|
|
46390
|
+
url: 'https://katanascan.com',
|
|
46391
|
+
icon: 'katana',
|
|
46392
|
+
standard: 'EIP3091'
|
|
46393
|
+
},
|
|
45339
46394
|
{
|
|
45340
46395
|
name: 'katana explorer',
|
|
45341
46396
|
url: 'https://explorer.katanarpc.com',
|
|
@@ -45343,6 +46398,11 @@ exports.chains = {
|
|
|
45343
46398
|
standard: 'EIP3091'
|
|
45344
46399
|
}
|
|
45345
46400
|
],
|
|
46401
|
+
parent: {
|
|
46402
|
+
type: 'L2',
|
|
46403
|
+
chain: 'eip155-1',
|
|
46404
|
+
bridges: [{ url: 'https://bridge.katana.network' }]
|
|
46405
|
+
},
|
|
45346
46406
|
iconURL: 'https://ipfs.io/ipfs/QmVAQiumxDxuEW7HdeRW8NiRKVpXVnQumwSW44Uq6py1k7'
|
|
45347
46407
|
},
|
|
45348
46408
|
751230: {
|
|
@@ -45906,6 +46966,30 @@ exports.chains = {
|
|
|
45906
46966
|
],
|
|
45907
46967
|
iconURL: 'https://ipfs.io/ipfs/QmTjV3TTR5aLb7fi7tjx8gcDvYtqBpusqhCSaznVxJ7NJg'
|
|
45908
46968
|
},
|
|
46969
|
+
838838: {
|
|
46970
|
+
name: 'HyperCluster',
|
|
46971
|
+
chain: 'HYPEC',
|
|
46972
|
+
rpc: ['https://rpc.hypercluster.org'],
|
|
46973
|
+
faucets: ['https://faucet.hypercluster.org'],
|
|
46974
|
+
nativeCurrency: {
|
|
46975
|
+
name: 'HyperCluster Token',
|
|
46976
|
+
symbol: 'HYPEC',
|
|
46977
|
+
decimals: 18
|
|
46978
|
+
},
|
|
46979
|
+
infoURL: 'https://www.hypercluster.org/',
|
|
46980
|
+
shortName: 'HYPEC',
|
|
46981
|
+
chainId: 838838,
|
|
46982
|
+
networkId: 838838,
|
|
46983
|
+
icon: 'hypercluster',
|
|
46984
|
+
explorers: [
|
|
46985
|
+
{
|
|
46986
|
+
name: 'HyperCluster Explorer',
|
|
46987
|
+
url: 'https://explorer.hypercluster.org',
|
|
46988
|
+
standard: 'EIP3091'
|
|
46989
|
+
}
|
|
46990
|
+
],
|
|
46991
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreigyg6sbkcu6aql4pbfu3fjxhkvxywnitnojyl6jabq2vqekzqcr6a'
|
|
46992
|
+
},
|
|
45909
46993
|
839320: {
|
|
45910
46994
|
name: 'PRM Testnet',
|
|
45911
46995
|
chain: 'prm',
|
|
@@ -45976,6 +47060,39 @@ exports.chains = {
|
|
|
45976
47060
|
chainId: 846000,
|
|
45977
47061
|
networkId: 846000
|
|
45978
47062
|
},
|
|
47063
|
+
853211: {
|
|
47064
|
+
name: 'Testethiq',
|
|
47065
|
+
chain: 'ETH',
|
|
47066
|
+
rpc: [
|
|
47067
|
+
'https://rpc.testnet.ethiq.network',
|
|
47068
|
+
'wss://rpc.testnet.ethiq.network'
|
|
47069
|
+
],
|
|
47070
|
+
faucets: [],
|
|
47071
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
47072
|
+
infoURL: 'https://www.ethiq.network',
|
|
47073
|
+
shortName: 'testethiq',
|
|
47074
|
+
chainId: 853211,
|
|
47075
|
+
networkId: 853211,
|
|
47076
|
+
features: [
|
|
47077
|
+
{ name: 'EIP155' },
|
|
47078
|
+
{ name: 'EIP1559' },
|
|
47079
|
+
{ name: 'EIP2718' },
|
|
47080
|
+
{ name: 'EIP2930' }
|
|
47081
|
+
],
|
|
47082
|
+
parent: {
|
|
47083
|
+
type: 'L2',
|
|
47084
|
+
chain: 'eip155-11155111',
|
|
47085
|
+
bridges: [{ url: 'https://shell.haqq.network/bridge' }]
|
|
47086
|
+
},
|
|
47087
|
+
explorers: [
|
|
47088
|
+
{
|
|
47089
|
+
name: 'Ethiq Blockscout',
|
|
47090
|
+
url: 'https://explorer.testnet.ethiq.network',
|
|
47091
|
+
icon: 'blockscout',
|
|
47092
|
+
standard: 'EIP3091'
|
|
47093
|
+
}
|
|
47094
|
+
]
|
|
47095
|
+
},
|
|
45979
47096
|
855456: {
|
|
45980
47097
|
name: 'Dodao',
|
|
45981
47098
|
chain: 'EVMCC',
|
|
@@ -46300,6 +47417,24 @@ exports.chains = {
|
|
|
46300
47417
|
}
|
|
46301
47418
|
]
|
|
46302
47419
|
},
|
|
47420
|
+
963369: {
|
|
47421
|
+
name: 'AVI Coin',
|
|
47422
|
+
chain: 'AVI',
|
|
47423
|
+
rpc: ['https://rpc.avicoin.org'],
|
|
47424
|
+
faucets: [],
|
|
47425
|
+
nativeCurrency: { name: 'AVI Coin', symbol: 'AVI', decimals: 18 },
|
|
47426
|
+
infoURL: 'https://www.avicoin.org',
|
|
47427
|
+
shortName: 'avi',
|
|
47428
|
+
chainId: 963369,
|
|
47429
|
+
networkId: 963369,
|
|
47430
|
+
explorers: [
|
|
47431
|
+
{
|
|
47432
|
+
name: 'AVI Coin Explorer',
|
|
47433
|
+
url: 'https://explorer.avicoin.org',
|
|
47434
|
+
standard: 'EIP3091'
|
|
47435
|
+
}
|
|
47436
|
+
]
|
|
47437
|
+
},
|
|
46303
47438
|
978657: {
|
|
46304
47439
|
name: 'Treasure Ruby',
|
|
46305
47440
|
chainId: 978657,
|
|
@@ -46455,6 +47590,26 @@ exports.chains = {
|
|
|
46455
47590
|
],
|
|
46456
47591
|
iconURL: 'https://ipfs.io/ipfs/Qmb6VAhhtaJmdaW1j7PAjxaLju1V24PPDFBdXtebyTSfsZ'
|
|
46457
47592
|
},
|
|
47593
|
+
1000001: {
|
|
47594
|
+
name: 'WebChain ETK',
|
|
47595
|
+
chain: 'WVM',
|
|
47596
|
+
rpc: ['https://rpc.webchain.e-talk.xyz'],
|
|
47597
|
+
faucets: [],
|
|
47598
|
+
nativeCurrency: { name: 'ETK', symbol: 'ETK', decimals: 18 },
|
|
47599
|
+
shortName: 'wvm',
|
|
47600
|
+
infoURL: 'https://e-talk.xyz/webchain',
|
|
47601
|
+
chainId: 1000001,
|
|
47602
|
+
networkId: 1000001,
|
|
47603
|
+
explorers: [
|
|
47604
|
+
{
|
|
47605
|
+
name: 'WebChain Explorer',
|
|
47606
|
+
url: 'https://e-talk.xyz/webchain',
|
|
47607
|
+
standard: 'EIP3091'
|
|
47608
|
+
}
|
|
47609
|
+
],
|
|
47610
|
+
icon: 'webchain',
|
|
47611
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreiazrv6kwtqalcrlgzjyfse5ft4qi23qcpmg3x4h6liccpmeym6lg4'
|
|
47612
|
+
},
|
|
46458
47613
|
1001996: {
|
|
46459
47614
|
name: 'Wirex Pay Testnet',
|
|
46460
47615
|
chain: 'WirexPay',
|
|
@@ -47138,6 +48293,27 @@ exports.chains = {
|
|
|
47138
48293
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
47139
48294
|
iconURL: 'https://ipfs.io/ipfs/QmR58SroHx7ovpqEB5iRkw4PufEXmcCBAJ8AZ7mChDgTfV'
|
|
47140
48295
|
},
|
|
48296
|
+
2651420: {
|
|
48297
|
+
name: 'Horizen Testnet',
|
|
48298
|
+
chain: 'horizen',
|
|
48299
|
+
rpc: ['https://horizen-testnet.rpc.caldera.xyz/http'],
|
|
48300
|
+
faucets: [],
|
|
48301
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
48302
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
48303
|
+
infoURL: 'https://horizen-testnet.hub.caldera.xyz',
|
|
48304
|
+
shortName: 'horizen-testnet',
|
|
48305
|
+
chainId: 2651420,
|
|
48306
|
+
networkId: 2651420,
|
|
48307
|
+
icon: 'horizen',
|
|
48308
|
+
explorers: [
|
|
48309
|
+
{
|
|
48310
|
+
name: 'Horizen Testnet Caldera Explorer',
|
|
48311
|
+
url: 'https://horizen-testnet.explorer.caldera.xyz',
|
|
48312
|
+
standard: 'EIP3091'
|
|
48313
|
+
}
|
|
48314
|
+
],
|
|
48315
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreiejezmamcywe5jigzopxlpxdp5uvofx3h2jfo5xp34bphf43i4ega'
|
|
48316
|
+
},
|
|
47141
48317
|
2702128: {
|
|
47142
48318
|
name: 'Xterio Chain (ETH)',
|
|
47143
48319
|
chain: 'Xterio',
|
|
@@ -47794,23 +48970,18 @@ exports.chains = {
|
|
|
47794
48970
|
]
|
|
47795
48971
|
},
|
|
47796
48972
|
6912115: {
|
|
47797
|
-
name: 'ENI Testnet',
|
|
48973
|
+
name: 'ENI Testnet (Deprecated)',
|
|
47798
48974
|
chain: 'ENI',
|
|
47799
|
-
rpc: [
|
|
48975
|
+
rpc: [],
|
|
47800
48976
|
faucets: [],
|
|
47801
48977
|
nativeCurrency: { name: 'EGAS', symbol: 'EGAS', decimals: 18 },
|
|
47802
|
-
infoURL: '
|
|
47803
|
-
shortName: 'eni-test',
|
|
48978
|
+
infoURL: '',
|
|
48979
|
+
shortName: 'eni-test-deprecated',
|
|
47804
48980
|
chainId: 6912115,
|
|
47805
48981
|
networkId: 6912115,
|
|
47806
48982
|
icon: 'eni-test',
|
|
47807
|
-
explorers: [
|
|
47808
|
-
|
|
47809
|
-
name: 'ENI Testnet Explorer',
|
|
47810
|
-
url: 'https://scan-testnet.eniac.network',
|
|
47811
|
-
standard: 'EIP3091'
|
|
47812
|
-
}
|
|
47813
|
-
],
|
|
48983
|
+
explorers: [],
|
|
48984
|
+
status: 'deprecated',
|
|
47814
48985
|
iconURL: 'https://ipfs.io/ipfs/QmdhqHQnPHhuhowh3ifncxw2SNzjMRCy2jQY8aMScpjUpd'
|
|
47815
48986
|
},
|
|
47816
48987
|
6985385: {
|
|
@@ -48446,8 +49617,8 @@ exports.chains = {
|
|
|
48446
49617
|
rpc: ['https://testnet.riselabs.xyz', 'wss://testnet.riselabs.xyz/ws'],
|
|
48447
49618
|
faucets: ['https://faucet.testnet.riselabs.xyz'],
|
|
48448
49619
|
nativeCurrency: { name: 'RISE Testnet Ether', symbol: 'ETH', decimals: 18 },
|
|
48449
|
-
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
48450
|
-
infoURL: 'https://
|
|
49620
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }, { name: 'EIP7702' }],
|
|
49621
|
+
infoURL: 'https://risechain.com/',
|
|
48451
49622
|
shortName: 'rise-testnet',
|
|
48452
49623
|
chainId: 11155931,
|
|
48453
49624
|
networkId: 11155931,
|
|
@@ -49927,6 +51098,27 @@ exports.chains = {
|
|
|
49927
51098
|
],
|
|
49928
51099
|
iconURL: 'https://ipfs.io/ipfs/QmcnA15BLE9uvznbugXKjqquizZs1eLPeEEkc92DSmvhmt'
|
|
49929
51100
|
},
|
|
51101
|
+
89127398: {
|
|
51102
|
+
name: 'Krown Testnet',
|
|
51103
|
+
chain: 'KROWN',
|
|
51104
|
+
icon: 'krown',
|
|
51105
|
+
rpc: ['https://testnet.krown.network', 'https://testnet1.krown.network'],
|
|
51106
|
+
faucets: ['https://faucet.krown.network'],
|
|
51107
|
+
nativeCurrency: { name: 'KROWN', symbol: 'KROWN', decimals: 18 },
|
|
51108
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
51109
|
+
infoURL: 'https://krown.network',
|
|
51110
|
+
shortName: 'krown-testnet',
|
|
51111
|
+
chainId: 89127398,
|
|
51112
|
+
networkId: 89127398,
|
|
51113
|
+
explorers: [
|
|
51114
|
+
{
|
|
51115
|
+
name: 'Krown Testnet Explorer',
|
|
51116
|
+
url: 'https://explorer-testnet.krown.network',
|
|
51117
|
+
standard: 'EIP3091'
|
|
51118
|
+
}
|
|
51119
|
+
],
|
|
51120
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreibjmhund2og7qnbgiongrlswryqg6znxnwedczyaefu62rzwbvwji'
|
|
51121
|
+
},
|
|
49930
51122
|
89346162: {
|
|
49931
51123
|
name: 'Reya Cronos',
|
|
49932
51124
|
title: 'Reya Cronos',
|