@revoke.cash/chains 74.0.0 → 75.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 +1229 -150
- package/dist/src/enums.d.ts +112 -14
- package/dist/src/enums.js +112 -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',
|
|
@@ -12977,7 +13156,7 @@ exports.chains = {
|
|
|
12977
13156
|
name: 'Kii Testnet Oro',
|
|
12978
13157
|
chain: 'KII',
|
|
12979
13158
|
rpc: ['https://json-rpc.uno.sentry.testnet.v3.kiivalidator.com'],
|
|
12980
|
-
faucets: ['https://explorer.kiichain.io/
|
|
13159
|
+
faucets: ['https://testnet.explorer.kiichain.io/faucet'],
|
|
12981
13160
|
nativeCurrency: { name: 'Kii', symbol: 'KII', decimals: 18 },
|
|
12982
13161
|
features: [],
|
|
12983
13162
|
infoURL: 'https://kiichain.io',
|
|
@@ -12988,7 +13167,7 @@ exports.chains = {
|
|
|
12988
13167
|
explorers: [
|
|
12989
13168
|
{
|
|
12990
13169
|
name: 'KiiExplorer',
|
|
12991
|
-
url: 'https://explorer.kiichain.io
|
|
13170
|
+
url: 'https://testnet.explorer.kiichain.io',
|
|
12992
13171
|
icon: 'kii',
|
|
12993
13172
|
standard: 'none'
|
|
12994
13173
|
}
|
|
@@ -13941,6 +14120,32 @@ exports.chains = {
|
|
|
13941
14120
|
},
|
|
13942
14121
|
iconURL: 'https://ipfs.io/ipfs/QmU5XU4S5oaGM5fj8oU1ovhWoXCzGWspwRj2zWRTuJrU4k'
|
|
13943
14122
|
},
|
|
14123
|
+
1643: {
|
|
14124
|
+
name: 'XGR Mainnet',
|
|
14125
|
+
chain: 'XGR',
|
|
14126
|
+
rpc: [
|
|
14127
|
+
'https://rpc.xgr.network',
|
|
14128
|
+
'https://rpc1.xgr.network',
|
|
14129
|
+
'https://rpc2.xgr.network'
|
|
14130
|
+
],
|
|
14131
|
+
faucets: [],
|
|
14132
|
+
nativeCurrency: { name: 'XGR', symbol: 'XGR', decimals: 18 },
|
|
14133
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
14134
|
+
infoURL: 'https://xgr.network',
|
|
14135
|
+
shortName: 'xgr',
|
|
14136
|
+
chainId: 1643,
|
|
14137
|
+
networkId: 1643,
|
|
14138
|
+
icon: 'xgr',
|
|
14139
|
+
explorers: [
|
|
14140
|
+
{
|
|
14141
|
+
name: 'XGRScan',
|
|
14142
|
+
url: 'https://explorer.xgr.network',
|
|
14143
|
+
icon: 'xgr',
|
|
14144
|
+
standard: 'EIP3091'
|
|
14145
|
+
}
|
|
14146
|
+
],
|
|
14147
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreieok4jl5evsj7xawzdxtiml4nha7cvk2kr66xdne7mfik5km3rrk4'
|
|
14148
|
+
},
|
|
13944
14149
|
1648: {
|
|
13945
14150
|
name: 'Pivotal Mainnet',
|
|
13946
14151
|
chainId: 1648,
|
|
@@ -14013,25 +14218,16 @@ exports.chains = {
|
|
|
14013
14218
|
shortName: 'Gobi',
|
|
14014
14219
|
chain: 'Gobi',
|
|
14015
14220
|
icon: 'eon',
|
|
14016
|
-
rpc: [
|
|
14017
|
-
'https://gobi-rpc.horizenlabs.io/ethv1',
|
|
14018
|
-
'https://rpc.ankr.com/horizen_gobi_testnet'
|
|
14019
|
-
],
|
|
14221
|
+
rpc: [],
|
|
14020
14222
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
14021
|
-
faucets: [
|
|
14223
|
+
faucets: [],
|
|
14022
14224
|
nativeCurrency: { name: 'Testnet Zen', symbol: 'tZEN', decimals: 18 },
|
|
14023
14225
|
infoURL: 'https://horizen.io/',
|
|
14024
14226
|
chainId: 1663,
|
|
14025
14227
|
networkId: 1663,
|
|
14026
14228
|
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
|
-
],
|
|
14229
|
+
explorers: [],
|
|
14230
|
+
status: 'deprecated',
|
|
14035
14231
|
iconURL: 'https://ipfs.io/ipfs/QmSFMBk3rMyu45Sy9KQHjgArFj4HdywANNYrSosLMUdcti'
|
|
14036
14232
|
},
|
|
14037
14233
|
1686: {
|
|
@@ -14181,6 +14377,20 @@ exports.chains = {
|
|
|
14181
14377
|
}
|
|
14182
14378
|
]
|
|
14183
14379
|
},
|
|
14380
|
+
1714: {
|
|
14381
|
+
name: 'ACiD',
|
|
14382
|
+
chain: 'ACID',
|
|
14383
|
+
rpc: [],
|
|
14384
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
14385
|
+
faucets: [],
|
|
14386
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
14387
|
+
infoURL: 'https://github.com/NoBanks/ACiD',
|
|
14388
|
+
shortName: 'acid',
|
|
14389
|
+
chainId: 1714,
|
|
14390
|
+
networkId: 1714,
|
|
14391
|
+
status: 'incubating',
|
|
14392
|
+
explorers: []
|
|
14393
|
+
},
|
|
14184
14394
|
1717: {
|
|
14185
14395
|
name: 'Doric Network',
|
|
14186
14396
|
chain: 'DRC',
|
|
@@ -14417,6 +14627,28 @@ exports.chains = {
|
|
|
14417
14627
|
],
|
|
14418
14628
|
iconURL: 'https://ipfs.io/ipfs/QmeDXUAYgQxwaSJLsqWgTqnrJVwicgEyNf9199xAMyRkqA'
|
|
14419
14629
|
},
|
|
14630
|
+
1783: {
|
|
14631
|
+
name: 'KiiChain',
|
|
14632
|
+
chain: 'KII',
|
|
14633
|
+
rpc: ['https://json-rpc.kiivalidator.com'],
|
|
14634
|
+
faucets: [],
|
|
14635
|
+
nativeCurrency: { name: 'Kii', symbol: 'KII', decimals: 18 },
|
|
14636
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
14637
|
+
infoURL: 'https://kiichain.io',
|
|
14638
|
+
shortName: 'kiichain',
|
|
14639
|
+
chainId: 1783,
|
|
14640
|
+
networkId: 1783,
|
|
14641
|
+
icon: 'kii',
|
|
14642
|
+
explorers: [
|
|
14643
|
+
{
|
|
14644
|
+
name: 'KiiExplorer',
|
|
14645
|
+
url: 'https://explorer.kiichain.io',
|
|
14646
|
+
icon: 'kii',
|
|
14647
|
+
standard: 'none'
|
|
14648
|
+
}
|
|
14649
|
+
],
|
|
14650
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreib5kb73tb5fdvikhxe7nlnf4mmlfcfpsslalaplqfihypcmudlal4'
|
|
14651
|
+
},
|
|
14420
14652
|
1789: {
|
|
14421
14653
|
name: 'ZKBase Sepolia Testnet',
|
|
14422
14654
|
chain: 'ETH',
|
|
@@ -14796,6 +15028,32 @@ exports.chains = {
|
|
|
14796
15028
|
],
|
|
14797
15029
|
iconURL: 'https://ipfs.io/ipfs/QmNeELax6vjkR9WZVmtggk8cam9xHVABZ4WvQyqkGCJ5qf'
|
|
14798
15030
|
},
|
|
15031
|
+
1879: {
|
|
15032
|
+
name: 'XGR Testnet',
|
|
15033
|
+
chain: 'XGR',
|
|
15034
|
+
rpc: [
|
|
15035
|
+
'https://rpc.testnet.xgr.network',
|
|
15036
|
+
'https://rpc1.testnet.xgr.network',
|
|
15037
|
+
'https://rpc2.testnet.xgr.network'
|
|
15038
|
+
],
|
|
15039
|
+
faucets: ['https://faucet.xgr.network'],
|
|
15040
|
+
nativeCurrency: { name: 'XGR', symbol: 'XGR', decimals: 18 },
|
|
15041
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
15042
|
+
infoURL: 'https://xgr.network',
|
|
15043
|
+
shortName: 'xgrt',
|
|
15044
|
+
chainId: 1879,
|
|
15045
|
+
networkId: 1879,
|
|
15046
|
+
icon: 'xgr',
|
|
15047
|
+
explorers: [
|
|
15048
|
+
{
|
|
15049
|
+
name: 'XGRScan',
|
|
15050
|
+
url: 'https://explorer.testnet.xgr.network',
|
|
15051
|
+
icon: 'xgr',
|
|
15052
|
+
standard: 'EIP3091'
|
|
15053
|
+
}
|
|
15054
|
+
],
|
|
15055
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreieok4jl5evsj7xawzdxtiml4nha7cvk2kr66xdne7mfik5km3rrk4'
|
|
15056
|
+
},
|
|
14799
15057
|
1881: {
|
|
14800
15058
|
name: 'Gitshock Cartenz Testnet',
|
|
14801
15059
|
chain: 'Gitshock Cartenz',
|
|
@@ -15426,6 +15684,52 @@ exports.chains = {
|
|
|
15426
15684
|
}
|
|
15427
15685
|
]
|
|
15428
15686
|
},
|
|
15687
|
+
1979: {
|
|
15688
|
+
name: 'CratD2C Testnet',
|
|
15689
|
+
chain: 'CRATD2C',
|
|
15690
|
+
rpc: [
|
|
15691
|
+
'https://rpc-testnet-1.cratd2csmartchain.io/',
|
|
15692
|
+
'https://rpc-testnet-2.cratd2csmartchain.io/',
|
|
15693
|
+
'https://rpc-testnet-3.cratd2csmartchain.io/'
|
|
15694
|
+
],
|
|
15695
|
+
faucets: [],
|
|
15696
|
+
nativeCurrency: { name: 'CRATD2C', symbol: 'CRAT', decimals: 18 },
|
|
15697
|
+
infoURL: 'https://cratd2csmartchain.io',
|
|
15698
|
+
shortName: 'cratd2c-testnet',
|
|
15699
|
+
chainId: 1979,
|
|
15700
|
+
networkId: 1979,
|
|
15701
|
+
icon: 'cratd2c-testnet',
|
|
15702
|
+
explorers: [
|
|
15703
|
+
{
|
|
15704
|
+
name: 'Blockscout',
|
|
15705
|
+
url: 'https://explorer-testnet.cratd2csmartchain.io',
|
|
15706
|
+
icon: 'blockscout',
|
|
15707
|
+
standard: 'EIP3091'
|
|
15708
|
+
}
|
|
15709
|
+
],
|
|
15710
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreiczmtj47hwgmmtsy3xylhswu4q6rphpt42hznv37shjiaxsx3uqde'
|
|
15711
|
+
},
|
|
15712
|
+
1983: {
|
|
15713
|
+
name: 'Krown Mainnet',
|
|
15714
|
+
chain: 'KROWN',
|
|
15715
|
+
icon: 'krown',
|
|
15716
|
+
rpc: ['https://mainnet.krown.network', 'https://mainnet1.krown.network'],
|
|
15717
|
+
faucets: [],
|
|
15718
|
+
nativeCurrency: { name: 'KROWN', symbol: 'KROWN', decimals: 18 },
|
|
15719
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
15720
|
+
infoURL: 'https://krown.network',
|
|
15721
|
+
shortName: 'krown',
|
|
15722
|
+
chainId: 1983,
|
|
15723
|
+
networkId: 1983,
|
|
15724
|
+
explorers: [
|
|
15725
|
+
{
|
|
15726
|
+
name: 'Krown Explorer',
|
|
15727
|
+
url: 'https://explorer.krown.network',
|
|
15728
|
+
standard: 'EIP3091'
|
|
15729
|
+
}
|
|
15730
|
+
],
|
|
15731
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreibjmhund2og7qnbgiongrlswryqg6znxnwedczyaefu62rzwbvwji'
|
|
15732
|
+
},
|
|
15429
15733
|
1984: {
|
|
15430
15734
|
name: 'Eurus Testnet',
|
|
15431
15735
|
chain: 'EUN',
|
|
@@ -16819,18 +17123,12 @@ exports.chains = {
|
|
|
16819
17123
|
icon: 'stable',
|
|
16820
17124
|
rpc: ['https://rpc.testnet.stable.xyz'],
|
|
16821
17125
|
faucets: ['https://faucet.stable.xyz'],
|
|
16822
|
-
nativeCurrency: { name: '
|
|
17126
|
+
nativeCurrency: { name: 'USDT0', symbol: 'USDT0', decimals: 18 },
|
|
16823
17127
|
infoURL: 'https://stable.xyz',
|
|
16824
17128
|
shortName: 'stable-testnet',
|
|
16825
17129
|
chainId: 2201,
|
|
16826
17130
|
networkId: 2201,
|
|
16827
17131
|
explorers: [
|
|
16828
|
-
{
|
|
16829
|
-
name: 'Blockscout Explorer',
|
|
16830
|
-
url: 'https://blockscout.testnet.stable.xyz',
|
|
16831
|
-
icon: 'blockscout',
|
|
16832
|
-
standard: 'EIP3091'
|
|
16833
|
-
},
|
|
16834
17132
|
{
|
|
16835
17133
|
name: 'Stablescan',
|
|
16836
17134
|
url: 'https://testnet.stablescan.xyz',
|
|
@@ -17360,6 +17658,27 @@ exports.chains = {
|
|
|
17360
17658
|
},
|
|
17361
17659
|
iconURL: 'https://ipfs.io/ipfs/QmVpV2WET6ZrqnvvPfE9hCwoE2y5ygbPuniuugpaRoxrho'
|
|
17362
17660
|
},
|
|
17661
|
+
2366: {
|
|
17662
|
+
name: 'KiteAI',
|
|
17663
|
+
chain: 'KiteAI',
|
|
17664
|
+
icon: 'kite',
|
|
17665
|
+
rpc: ['https://rpc.gokite.ai'],
|
|
17666
|
+
faucets: [],
|
|
17667
|
+
nativeCurrency: { name: 'Kite', symbol: 'KITE', decimals: 18 },
|
|
17668
|
+
infoURL: 'https://gokite.ai/',
|
|
17669
|
+
shortName: 'KiteAI',
|
|
17670
|
+
chainId: 2366,
|
|
17671
|
+
networkId: 2366,
|
|
17672
|
+
slip44: 1,
|
|
17673
|
+
explorers: [
|
|
17674
|
+
{
|
|
17675
|
+
name: 'Kitescan',
|
|
17676
|
+
url: 'https://kitescan.ai',
|
|
17677
|
+
standard: 'EIP3091'
|
|
17678
|
+
}
|
|
17679
|
+
],
|
|
17680
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreiaasav3psn6ac5ktfmod6m76zv4w2odl4cc2gmuo2jglrhypmczzq'
|
|
17681
|
+
},
|
|
17363
17682
|
2368: {
|
|
17364
17683
|
name: 'KiteAI Testnet',
|
|
17365
17684
|
chain: 'KiteAI',
|
|
@@ -17368,7 +17687,7 @@ exports.chains = {
|
|
|
17368
17687
|
faucets: ['https://faucet.gokite.ai/'],
|
|
17369
17688
|
nativeCurrency: { name: 'Kite', symbol: 'KITE', decimals: 18 },
|
|
17370
17689
|
infoURL: 'https://gokite.ai/',
|
|
17371
|
-
shortName: '
|
|
17690
|
+
shortName: 'KiteAITestnet',
|
|
17372
17691
|
chainId: 2368,
|
|
17373
17692
|
networkId: 1,
|
|
17374
17693
|
slip44: 1,
|
|
@@ -17379,7 +17698,7 @@ exports.chains = {
|
|
|
17379
17698
|
standard: 'EIP3091'
|
|
17380
17699
|
}
|
|
17381
17700
|
],
|
|
17382
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
17701
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreiaasav3psn6ac5ktfmod6m76zv4w2odl4cc2gmuo2jglrhypmczzq'
|
|
17383
17702
|
},
|
|
17384
17703
|
2370: {
|
|
17385
17704
|
name: 'Nexis Network Testnet',
|
|
@@ -17835,11 +18154,7 @@ exports.chains = {
|
|
|
17835
18154
|
2522: {
|
|
17836
18155
|
name: 'Fraxtal Testnet',
|
|
17837
18156
|
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
|
-
],
|
|
18157
|
+
rpc: [],
|
|
17843
18158
|
faucets: [],
|
|
17844
18159
|
nativeCurrency: { name: 'Frax', symbol: 'FRAX', decimals: 18 },
|
|
17845
18160
|
infoURL: 'https://testnet.frax.com',
|
|
@@ -17848,13 +18163,23 @@ exports.chains = {
|
|
|
17848
18163
|
networkId: 2522,
|
|
17849
18164
|
slip44: 1,
|
|
17850
18165
|
icon: 'fraxtal',
|
|
17851
|
-
explorers: [
|
|
17852
|
-
|
|
17853
|
-
|
|
17854
|
-
|
|
17855
|
-
|
|
17856
|
-
|
|
17857
|
-
|
|
18166
|
+
explorers: [],
|
|
18167
|
+
status: 'deprecated',
|
|
18168
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreiet3pmz37ymq6wlkglw5wmcee6jdyz4bbe4zg6h2voso2z2mf2s7q'
|
|
18169
|
+
},
|
|
18170
|
+
2523: {
|
|
18171
|
+
name: 'Fraxtal Hoodi Testnet',
|
|
18172
|
+
chain: 'FRAX',
|
|
18173
|
+
rpc: ['https://rpc.testnet.frax.com'],
|
|
18174
|
+
faucets: ['https://faucet.testnet.frax.com/'],
|
|
18175
|
+
nativeCurrency: { name: 'Frax', symbol: 'FRAX', decimals: 18 },
|
|
18176
|
+
infoURL: 'https://testnet.frax.com',
|
|
18177
|
+
shortName: 'fraxtal-hoodi-testnet',
|
|
18178
|
+
chainId: 2523,
|
|
18179
|
+
networkId: 2523,
|
|
18180
|
+
slip44: 1,
|
|
18181
|
+
icon: 'fraxtal',
|
|
18182
|
+
explorers: [],
|
|
17858
18183
|
status: 'active',
|
|
17859
18184
|
iconURL: 'https://ipfs.io/ipfs/bafkreiet3pmz37ymq6wlkglw5wmcee6jdyz4bbe4zg6h2voso2z2mf2s7q'
|
|
17860
18185
|
},
|
|
@@ -17927,6 +18252,26 @@ exports.chains = {
|
|
|
17927
18252
|
],
|
|
17928
18253
|
iconURL: 'https://ipfs.io/ipfs/QmQyTyJUnhD1dca35Vyj96pm3v3Xyw8xbG9m8HXHw3k2zR'
|
|
17929
18254
|
},
|
|
18255
|
+
2582: {
|
|
18256
|
+
name: 'H2 Chain Mainnet',
|
|
18257
|
+
chain: 'H2',
|
|
18258
|
+
rpc: ['https://rpc.h2chain.io'],
|
|
18259
|
+
faucets: [],
|
|
18260
|
+
nativeCurrency: {
|
|
18261
|
+
name: 'H2 Chain Native Token',
|
|
18262
|
+
symbol: 'H2',
|
|
18263
|
+
decimals: 18
|
|
18264
|
+
},
|
|
18265
|
+
infoURL: 'https://h2chain.io',
|
|
18266
|
+
shortName: 'h2',
|
|
18267
|
+
chainId: 2582,
|
|
18268
|
+
networkId: 2582,
|
|
18269
|
+
icon: 'h2',
|
|
18270
|
+
explorers: [
|
|
18271
|
+
{ name: 'h2scan', url: 'https://h2scan.io', standard: 'EIP3091' }
|
|
18272
|
+
],
|
|
18273
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreiehobxmonxuwg3wukea4ixbixap7imzk4yuiidyejzpvgdylok4ua'
|
|
18274
|
+
},
|
|
17930
18275
|
2605: {
|
|
17931
18276
|
name: 'Pho Blockchain Mainnet',
|
|
17932
18277
|
chain: 'PHO',
|
|
@@ -18671,7 +19016,7 @@ exports.chains = {
|
|
|
18671
19016
|
3030: {
|
|
18672
19017
|
name: 'BC Hyper Chain Mainnet',
|
|
18673
19018
|
chain: 'BC Hyper Chain',
|
|
18674
|
-
rpc: ['https://mainapi.bchscan.io'],
|
|
19019
|
+
rpc: ['https://mainapi.bchscan.io', 'https://datahub-asia02.bchscan.io/'],
|
|
18675
19020
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
18676
19021
|
faucets: [],
|
|
18677
19022
|
nativeCurrency: { name: 'VERSATIZE COIN', symbol: 'VTCN', decimals: 18 },
|
|
@@ -18946,6 +19291,28 @@ exports.chains = {
|
|
|
18946
19291
|
networkId: 3270,
|
|
18947
19292
|
slip44: 1
|
|
18948
19293
|
},
|
|
19294
|
+
3282: {
|
|
19295
|
+
name: 'Irys Mainnet Beta',
|
|
19296
|
+
chain: 'IRYS',
|
|
19297
|
+
rpc: ['https://mainnet-beta-rpc.irys.xyz/v1/execution-rpc'],
|
|
19298
|
+
faucets: [],
|
|
19299
|
+
nativeCurrency: { name: 'Irys', symbol: 'IRYS', decimals: 18 },
|
|
19300
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
19301
|
+
infoURL: 'https://irys.xyz',
|
|
19302
|
+
shortName: 'irys-mainnet-beta',
|
|
19303
|
+
chainId: 3282,
|
|
19304
|
+
networkId: 3282,
|
|
19305
|
+
icon: 'irys',
|
|
19306
|
+
explorers: [
|
|
19307
|
+
{
|
|
19308
|
+
name: 'Irys Mainnet Beta Explorer',
|
|
19309
|
+
url: 'https://evm-explorer.irys.xyz',
|
|
19310
|
+
icon: 'irys',
|
|
19311
|
+
standard: 'EIP3091'
|
|
19312
|
+
}
|
|
19313
|
+
],
|
|
19314
|
+
iconURL: 'https://ipfs.io/ipfs/QmdGLHxA4W4N2h7y8ixSUEKhESCT9qmJsenGuyskqr7x1e'
|
|
19315
|
+
},
|
|
18949
19316
|
3300: {
|
|
18950
19317
|
name: 'Realio Testnet',
|
|
18951
19318
|
chain: 'Realio Testnet',
|
|
@@ -19031,8 +19398,8 @@ exports.chains = {
|
|
|
19031
19398
|
},
|
|
19032
19399
|
3332: {
|
|
19033
19400
|
name: 'EthStorage L2 Mainnet',
|
|
19034
|
-
chain: 'EthStorage',
|
|
19035
|
-
rpc: ['
|
|
19401
|
+
chain: 'EthStorage L2',
|
|
19402
|
+
rpc: ['https://rpc.mainnet.l2.ethstorage.io:9540'],
|
|
19036
19403
|
faucets: [],
|
|
19037
19404
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
19038
19405
|
infoURL: 'https://ethstorage.io/',
|
|
@@ -19041,19 +19408,20 @@ exports.chains = {
|
|
|
19041
19408
|
networkId: 3332,
|
|
19042
19409
|
slip44: 1,
|
|
19043
19410
|
status: 'incubating',
|
|
19044
|
-
parent: { type: 'L2', chain: 'eip155-
|
|
19411
|
+
parent: { type: 'L2', chain: 'eip155-100011' }
|
|
19045
19412
|
},
|
|
19046
19413
|
3333: {
|
|
19047
19414
|
name: 'EthStorage Testnet',
|
|
19048
19415
|
chain: 'EthStorage',
|
|
19049
|
-
rpc: ['
|
|
19416
|
+
rpc: ['https://rpc.testnet.ethstorage.io:9546'],
|
|
19050
19417
|
faucets: [],
|
|
19051
19418
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
19052
19419
|
infoURL: 'https://ethstorage.io/',
|
|
19053
19420
|
shortName: 'es-t',
|
|
19054
19421
|
chainId: 3333,
|
|
19055
19422
|
networkId: 3333,
|
|
19056
|
-
slip44: 1
|
|
19423
|
+
slip44: 1,
|
|
19424
|
+
parent: { type: 'L2', chain: 'eip155-11155111' }
|
|
19057
19425
|
},
|
|
19058
19426
|
3334: {
|
|
19059
19427
|
name: 'Web3Q Galileo',
|
|
@@ -19095,8 +19463,8 @@ exports.chains = {
|
|
|
19095
19463
|
},
|
|
19096
19464
|
3336: {
|
|
19097
19465
|
name: 'EthStorage L2 Testnet',
|
|
19098
|
-
chain: 'EthStorage',
|
|
19099
|
-
rpc: ['
|
|
19466
|
+
chain: 'EthStorage L2',
|
|
19467
|
+
rpc: ['https://rpc.testnet.l2.ethstorage.io:9540'],
|
|
19100
19468
|
faucets: [],
|
|
19101
19469
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
19102
19470
|
infoURL: 'https://ethstorage.io/',
|
|
@@ -19105,12 +19473,12 @@ exports.chains = {
|
|
|
19105
19473
|
networkId: 3336,
|
|
19106
19474
|
slip44: 1,
|
|
19107
19475
|
status: 'incubating',
|
|
19108
|
-
parent: { type: 'L2', chain: 'eip155-
|
|
19476
|
+
parent: { type: 'L2', chain: 'eip155-110011' }
|
|
19109
19477
|
},
|
|
19110
19478
|
3337: {
|
|
19111
19479
|
name: 'EthStorage Devnet',
|
|
19112
19480
|
chain: 'EthStorage',
|
|
19113
|
-
rpc: ['
|
|
19481
|
+
rpc: ['https://rpc.devnet.ethstorage.io:9540'],
|
|
19114
19482
|
faucets: [],
|
|
19115
19483
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
19116
19484
|
infoURL: 'https://ethstorage.io/',
|
|
@@ -19145,17 +19513,18 @@ exports.chains = {
|
|
|
19145
19513
|
iconURL: 'https://ipfs.io/ipfs/QmQ7Jue8v2YXyhmDTkSbzCJxzZDa2v4GZZKViESdyswzrj'
|
|
19146
19514
|
},
|
|
19147
19515
|
3339: {
|
|
19148
|
-
name: 'EthStorage
|
|
19149
|
-
chain: 'EthStorage',
|
|
19150
|
-
rpc: ['
|
|
19516
|
+
name: 'EthStorage L2 Devnet',
|
|
19517
|
+
chain: 'EthStorage L2',
|
|
19518
|
+
rpc: ['https://rpc.devnet.l2.ethstorage.io:9540'],
|
|
19151
19519
|
faucets: [],
|
|
19152
19520
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
19153
19521
|
infoURL: 'https://ethstorage.io/',
|
|
19154
|
-
shortName: '
|
|
19522
|
+
shortName: 'esl2-d',
|
|
19155
19523
|
chainId: 3339,
|
|
19156
19524
|
networkId: 3339,
|
|
19157
19525
|
slip44: 1,
|
|
19158
|
-
status: 'incubating'
|
|
19526
|
+
status: 'incubating',
|
|
19527
|
+
redFlags: ['reusedChainId']
|
|
19159
19528
|
},
|
|
19160
19529
|
3343: {
|
|
19161
19530
|
name: 'Edge',
|
|
@@ -20416,6 +20785,28 @@ exports.chains = {
|
|
|
20416
20785
|
],
|
|
20417
20786
|
iconURL: 'https://ipfs.io/ipfs/QmRAGPFhvQiXgoJkui7WHajpKctGFrJNhHqzYdwcWt5V3Z'
|
|
20418
20787
|
},
|
|
20788
|
+
4114: {
|
|
20789
|
+
name: 'Citrea Mainnet',
|
|
20790
|
+
chain: 'Citrea',
|
|
20791
|
+
rpc: ['https://rpc.mainnet.citrea.xyz'],
|
|
20792
|
+
faucets: [],
|
|
20793
|
+
nativeCurrency: { name: 'Citrea BTC', symbol: 'cBTC', decimals: 18 },
|
|
20794
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
20795
|
+
infoURL: 'https://citrea.xyz',
|
|
20796
|
+
shortName: 'citrea',
|
|
20797
|
+
chainId: 4114,
|
|
20798
|
+
networkId: 4114,
|
|
20799
|
+
icon: 'citrea',
|
|
20800
|
+
explorers: [
|
|
20801
|
+
{
|
|
20802
|
+
name: 'Citrea Mainnet Explorer',
|
|
20803
|
+
url: 'https://explorer.mainnet.citrea.xyz',
|
|
20804
|
+
icon: 'citrea',
|
|
20805
|
+
standard: 'EIP3091'
|
|
20806
|
+
}
|
|
20807
|
+
],
|
|
20808
|
+
iconURL: 'https://ipfs.io/ipfs/QmTfgH4X7ZWkHprKgjUZ7SDcCGtS5f2CBuaTEtQYMsydmJ'
|
|
20809
|
+
},
|
|
20419
20810
|
4139: {
|
|
20420
20811
|
name: 'Humans.ai Testnet',
|
|
20421
20812
|
chain: 'Humans Testnet',
|
|
@@ -20452,6 +20843,33 @@ exports.chains = {
|
|
|
20452
20843
|
],
|
|
20453
20844
|
iconURL: 'https://ipfs.io/ipfs/QmbiaHnR3fVVofZ7Xq2GYZxwHkLEy3Fh5qDtqnqXD6ACAh'
|
|
20454
20845
|
},
|
|
20846
|
+
4153: {
|
|
20847
|
+
name: 'RISE',
|
|
20848
|
+
chain: 'ETH',
|
|
20849
|
+
rpc: ['https://rpc.risechain.com/', 'wss://rpc.risechain.com/ws'],
|
|
20850
|
+
faucets: [],
|
|
20851
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
20852
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }, { name: 'EIP7702' }],
|
|
20853
|
+
infoURL: 'https://risechain.com',
|
|
20854
|
+
shortName: 'rise',
|
|
20855
|
+
chainId: 4153,
|
|
20856
|
+
networkId: 4153,
|
|
20857
|
+
icon: 'rise',
|
|
20858
|
+
explorers: [
|
|
20859
|
+
{
|
|
20860
|
+
name: 'Blockscout',
|
|
20861
|
+
url: 'https://explorer.risechain.com',
|
|
20862
|
+
icon: 'blockscout',
|
|
20863
|
+
standard: 'EIP3091'
|
|
20864
|
+
}
|
|
20865
|
+
],
|
|
20866
|
+
parent: {
|
|
20867
|
+
type: 'L2',
|
|
20868
|
+
chain: 'eip155-1',
|
|
20869
|
+
bridges: [{ url: 'https://bridge.risechain.com' }]
|
|
20870
|
+
},
|
|
20871
|
+
iconURL: 'https://ipfs.io/ipfs/bafybeigpqflfjdeovryzeqcw42chsqtoed6ommcilepi7hnarqf34rat7i'
|
|
20872
|
+
},
|
|
20455
20873
|
4157: {
|
|
20456
20874
|
name: 'CrossFi Testnet',
|
|
20457
20875
|
title: 'CrossFi Testnet',
|
|
@@ -22398,6 +22816,21 @@ exports.chains = {
|
|
|
22398
22816
|
],
|
|
22399
22817
|
iconURL: 'https://ipfs.io/ipfs/QmQyJt28h4wN3QHPXUQJQYQqGiFUD77han3zibZPzHbitk'
|
|
22400
22818
|
},
|
|
22819
|
+
5589: {
|
|
22820
|
+
name: 'Jamton',
|
|
22821
|
+
chain: 'Jamton',
|
|
22822
|
+
rpc: ['https://rpc.jamton.network/'],
|
|
22823
|
+
faucets: [],
|
|
22824
|
+
nativeCurrency: { name: 'DOTON', symbol: 'DOTON', decimals: 18 },
|
|
22825
|
+
features: [{ name: 'EIP155' }],
|
|
22826
|
+
infoURL: 'https://app.jamton.network/',
|
|
22827
|
+
shortName: 'jamton',
|
|
22828
|
+
chainId: 5589,
|
|
22829
|
+
networkId: 5589,
|
|
22830
|
+
icon: 'jamton',
|
|
22831
|
+
explorers: [],
|
|
22832
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreidaujskyg6vjv2vx33ad7iu2wyvpriigdqatishh6ubkhzbyiyjyi'
|
|
22833
|
+
},
|
|
22401
22834
|
5611: {
|
|
22402
22835
|
name: 'opBNB Testnet',
|
|
22403
22836
|
chain: 'opBNB',
|
|
@@ -24091,10 +24524,7 @@ exports.chains = {
|
|
|
24091
24524
|
shortName: 'EON',
|
|
24092
24525
|
chain: 'EON',
|
|
24093
24526
|
icon: 'eon',
|
|
24094
|
-
rpc: [
|
|
24095
|
-
'https://eon-rpc.horizenlabs.io/ethv1',
|
|
24096
|
-
'https://rpc.ankr.com/horizen_eon'
|
|
24097
|
-
],
|
|
24527
|
+
rpc: [],
|
|
24098
24528
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
24099
24529
|
faucets: [],
|
|
24100
24530
|
nativeCurrency: { name: 'Zencash', symbol: 'ZEN', decimals: 18 },
|
|
@@ -24102,14 +24532,8 @@ exports.chains = {
|
|
|
24102
24532
|
chainId: 7332,
|
|
24103
24533
|
networkId: 7332,
|
|
24104
24534
|
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
|
-
],
|
|
24535
|
+
explorers: [],
|
|
24536
|
+
status: 'deprecated',
|
|
24113
24537
|
iconURL: 'https://ipfs.io/ipfs/QmSFMBk3rMyu45Sy9KQHjgArFj4HdywANNYrSosLMUdcti'
|
|
24114
24538
|
},
|
|
24115
24539
|
7336: {
|
|
@@ -24245,20 +24669,23 @@ exports.chains = {
|
|
|
24245
24669
|
iconURL: 'https://ipfs.io/ipfs/QmPuQ6gaCfUtNdRuaEDbdhot2m2KCy2ZHCJUvZXJAtdeyJ'
|
|
24246
24670
|
},
|
|
24247
24671
|
7531: {
|
|
24248
|
-
name: 'Rome
|
|
24672
|
+
name: 'Rome Palatine',
|
|
24249
24673
|
chain: 'ROME',
|
|
24250
|
-
rpc: [
|
|
24251
|
-
|
|
24674
|
+
rpc: [
|
|
24675
|
+
'https://palatine.romeprotocol.xyz',
|
|
24676
|
+
'https://palatine2.romeprotocol.xyz'
|
|
24677
|
+
],
|
|
24678
|
+
faucets: [],
|
|
24252
24679
|
nativeCurrency: { name: 'RSOL', symbol: 'RSOL', decimals: 18 },
|
|
24253
24680
|
infoURL: 'https://rome.builders',
|
|
24254
|
-
shortName: 'rome-
|
|
24681
|
+
shortName: 'rome-palatine',
|
|
24255
24682
|
chainId: 7531,
|
|
24256
24683
|
networkId: 7531,
|
|
24257
24684
|
icon: 'rome',
|
|
24258
24685
|
explorers: [
|
|
24259
24686
|
{
|
|
24260
|
-
name: 'Rome
|
|
24261
|
-
url: 'https://romescout-palatine
|
|
24687
|
+
name: 'Rome Palatine Explorer',
|
|
24688
|
+
url: 'https://romescout-palatine.romeprotocol.xyz',
|
|
24262
24689
|
icon: 'rome',
|
|
24263
24690
|
standard: 'EIP3091'
|
|
24264
24691
|
}
|
|
@@ -25421,6 +25848,28 @@ exports.chains = {
|
|
|
25421
25848
|
status: 'incubating',
|
|
25422
25849
|
iconURL: 'https://ipfs.io/ipfs/QmWSbMuCwQzhBB6GRLYqZ87n5cnpzpYCehCAMMQmUXj4mm'
|
|
25423
25850
|
},
|
|
25851
|
+
8150: {
|
|
25852
|
+
name: 'Alpen Testnet',
|
|
25853
|
+
chain: 'alpen-testnet',
|
|
25854
|
+
rpc: ['https://rpc.testnet.alpenlabs.io'],
|
|
25855
|
+
faucets: ['https://faucet.testnet.alpenlabs.io'],
|
|
25856
|
+
nativeCurrency: { name: 'Signet BTC', symbol: 'sBTC', decimals: 18 },
|
|
25857
|
+
features: [],
|
|
25858
|
+
infoURL: 'https://alpenlabs.io/',
|
|
25859
|
+
shortName: 'alpen-testnet',
|
|
25860
|
+
chainId: 8150,
|
|
25861
|
+
networkId: 8150,
|
|
25862
|
+
icon: 'alpen',
|
|
25863
|
+
explorers: [
|
|
25864
|
+
{
|
|
25865
|
+
name: 'Alpen Blockscout',
|
|
25866
|
+
url: 'https://explorer.testnet.alpenlabs.io',
|
|
25867
|
+
icon: 'blockscout',
|
|
25868
|
+
standard: 'EIP3091'
|
|
25869
|
+
}
|
|
25870
|
+
],
|
|
25871
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreicl3lvyl3epqlbaludrgmndzfufzip5wmq5dvz6ahhg44d54abvou'
|
|
25872
|
+
},
|
|
25424
25873
|
8181: {
|
|
25425
25874
|
name: 'Testnet BeOne Chain',
|
|
25426
25875
|
chain: 'tBOC',
|
|
@@ -28400,6 +28849,25 @@ exports.chains = {
|
|
|
28400
28849
|
]
|
|
28401
28850
|
}
|
|
28402
28851
|
},
|
|
28852
|
+
10904: {
|
|
28853
|
+
name: 'Ault Blockchain Testnet',
|
|
28854
|
+
chain: 'AULT',
|
|
28855
|
+
icon: 'ault',
|
|
28856
|
+
rpc: [],
|
|
28857
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
28858
|
+
faucets: [],
|
|
28859
|
+
nativeCurrency: {
|
|
28860
|
+
name: 'Testnet AULT Token',
|
|
28861
|
+
symbol: 'AULT',
|
|
28862
|
+
decimals: 18
|
|
28863
|
+
},
|
|
28864
|
+
infoURL: 'https://aultblockchain.com',
|
|
28865
|
+
shortName: 'ault-testnet',
|
|
28866
|
+
chainId: 10904,
|
|
28867
|
+
networkId: 10904,
|
|
28868
|
+
explorers: [],
|
|
28869
|
+
iconURL: 'https://ipfs.io/ipfs/QmR65pFw3pgcCDeZJ5SHiXPKPjKyLEZZez2cEQZNssR2zd'
|
|
28870
|
+
},
|
|
28403
28871
|
10920: {
|
|
28404
28872
|
name: 'Fuse Flash Testnet',
|
|
28405
28873
|
chain: 'Fuse Flash',
|
|
@@ -29133,6 +29601,26 @@ exports.chains = {
|
|
|
29133
29601
|
],
|
|
29134
29602
|
iconURL: 'https://ipfs.io/ipfs/QmX8qGX7xoZqYUpHxA85uZwQX2fgbTHvmddE1NfseDyBED'
|
|
29135
29603
|
},
|
|
29604
|
+
12216: {
|
|
29605
|
+
name: 'L2 Protocol Mainnet',
|
|
29606
|
+
chain: 'L2P',
|
|
29607
|
+
rpc: ['https://rpc.l2protocol.com', 'wss://rpc.l2protocol.com'],
|
|
29608
|
+
faucets: [],
|
|
29609
|
+
nativeCurrency: { name: 'L2P', symbol: 'L2P', decimals: 18 },
|
|
29610
|
+
infoURL: 'https://l2protocol.com',
|
|
29611
|
+
shortName: 'l2p',
|
|
29612
|
+
chainId: 12216,
|
|
29613
|
+
networkId: 12216,
|
|
29614
|
+
slip44: 714,
|
|
29615
|
+
explorers: [
|
|
29616
|
+
{
|
|
29617
|
+
name: 'blockscout',
|
|
29618
|
+
url: 'https://l2pscan.com',
|
|
29619
|
+
icon: 'blockscout',
|
|
29620
|
+
standard: 'EIP3091'
|
|
29621
|
+
}
|
|
29622
|
+
]
|
|
29623
|
+
},
|
|
29136
29624
|
12306: {
|
|
29137
29625
|
name: 'Fibonacci Mainnet',
|
|
29138
29626
|
chain: 'FIBO',
|
|
@@ -30071,6 +30559,42 @@ exports.chains = {
|
|
|
30071
30559
|
],
|
|
30072
30560
|
iconURL: 'https://ipfs.io/ipfs/QmXkK5D5GWizvY1FmL6pV8cYLAbhehKETubktCgh6qDJZb'
|
|
30073
30561
|
},
|
|
30562
|
+
15885: {
|
|
30563
|
+
name: 'Bitroot Testnet',
|
|
30564
|
+
shortName: 'bitroot-testnet',
|
|
30565
|
+
chain: 'Bitroot',
|
|
30566
|
+
chainId: 15885,
|
|
30567
|
+
networkId: 15885,
|
|
30568
|
+
rpc: ['https://testnet-rpc.bitroot.co'],
|
|
30569
|
+
faucets: ['https://faucet.bitroot.co'],
|
|
30570
|
+
infoURL: 'https://bitroot.co',
|
|
30571
|
+
nativeCurrency: { name: 'BRT', symbol: 'BRT', decimals: 18 },
|
|
30572
|
+
explorers: [
|
|
30573
|
+
{
|
|
30574
|
+
name: 'Bitroot Testnet Explorer',
|
|
30575
|
+
url: 'https://testnet-explorer.bitroot.co',
|
|
30576
|
+
standard: 'EIP3091'
|
|
30577
|
+
}
|
|
30578
|
+
]
|
|
30579
|
+
},
|
|
30580
|
+
15888: {
|
|
30581
|
+
name: 'Bitroot',
|
|
30582
|
+
shortName: 'bitroot',
|
|
30583
|
+
chain: 'Bitroot',
|
|
30584
|
+
chainId: 15888,
|
|
30585
|
+
networkId: 15888,
|
|
30586
|
+
rpc: ['https://rpc.bitroot.co', 'https://mainnet-rpc.bitroot.co'],
|
|
30587
|
+
faucets: [],
|
|
30588
|
+
infoURL: 'https://bitroot.co',
|
|
30589
|
+
nativeCurrency: { name: 'BRT', symbol: 'BRT', decimals: 18 },
|
|
30590
|
+
explorers: [
|
|
30591
|
+
{
|
|
30592
|
+
name: 'Bitroot Explorer',
|
|
30593
|
+
url: 'https://explorer.bitroot.co',
|
|
30594
|
+
standard: 'EIP3091'
|
|
30595
|
+
}
|
|
30596
|
+
]
|
|
30597
|
+
},
|
|
30074
30598
|
16000: {
|
|
30075
30599
|
name: 'MetaDot Mainnet',
|
|
30076
30600
|
chain: 'MTT',
|
|
@@ -31005,12 +31529,12 @@ exports.chains = {
|
|
|
31005
31529
|
explorers: [
|
|
31006
31530
|
{
|
|
31007
31531
|
name: 'BlockX EVM Explorer (Blockscout)',
|
|
31008
|
-
url: 'https://explorer.blockxnet.com',
|
|
31532
|
+
url: 'https://explorer-evm.blockxnet.com',
|
|
31009
31533
|
standard: 'EIP3091'
|
|
31010
31534
|
},
|
|
31011
31535
|
{
|
|
31012
31536
|
name: 'BlockX Cosmos Explorer (Ping)',
|
|
31013
|
-
url: 'https://ping.
|
|
31537
|
+
url: 'https://ping.pub/BlockX',
|
|
31014
31538
|
standard: 'none'
|
|
31015
31539
|
}
|
|
31016
31540
|
]
|
|
@@ -32042,6 +32566,26 @@ exports.chains = {
|
|
|
32042
32566
|
}
|
|
32043
32567
|
]
|
|
32044
32568
|
},
|
|
32569
|
+
25821: {
|
|
32570
|
+
name: 'H2 Chain Testnet Lambda',
|
|
32571
|
+
chain: 'H2',
|
|
32572
|
+
rpc: ['https://rpc.h-1.io'],
|
|
32573
|
+
faucets: [],
|
|
32574
|
+
nativeCurrency: { name: 'Lambda H2', symbol: 'H2', decimals: 18 },
|
|
32575
|
+
infoURL: 'https://h2chain.io',
|
|
32576
|
+
shortName: 'h2-lambda',
|
|
32577
|
+
chainId: 25821,
|
|
32578
|
+
networkId: 25821,
|
|
32579
|
+
icon: 'h2',
|
|
32580
|
+
explorers: [
|
|
32581
|
+
{
|
|
32582
|
+
name: 'h2scan-lambda',
|
|
32583
|
+
url: 'https://lambda.h2scan.io',
|
|
32584
|
+
standard: 'EIP3091'
|
|
32585
|
+
}
|
|
32586
|
+
],
|
|
32587
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreiehobxmonxuwg3wukea4ixbixap7imzk4yuiidyejzpvgdylok4ua'
|
|
32588
|
+
},
|
|
32045
32589
|
25839: {
|
|
32046
32590
|
name: 'AlveyChain Testnet',
|
|
32047
32591
|
chain: 'tALV',
|
|
@@ -32716,6 +33260,36 @@ exports.chains = {
|
|
|
32716
33260
|
],
|
|
32717
33261
|
iconURL: 'https://ipfs.io/ipfs/QmXHSbtVNCJVfe2CvRH7njdyf2SrX5u5bNTfvhqjLeFN2A'
|
|
32718
33262
|
},
|
|
33263
|
+
30303: {
|
|
33264
|
+
name: 'Ethiq',
|
|
33265
|
+
chain: 'ETH',
|
|
33266
|
+
rpc: ['https://rpc.ethiq.network', 'wss://rpc.ethiq.network'],
|
|
33267
|
+
faucets: [],
|
|
33268
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
33269
|
+
infoURL: 'https://www.ethiq.network',
|
|
33270
|
+
shortName: 'ethiq',
|
|
33271
|
+
chainId: 30303,
|
|
33272
|
+
networkId: 30303,
|
|
33273
|
+
features: [
|
|
33274
|
+
{ name: 'EIP155' },
|
|
33275
|
+
{ name: 'EIP1559' },
|
|
33276
|
+
{ name: 'EIP2718' },
|
|
33277
|
+
{ name: 'EIP2930' }
|
|
33278
|
+
],
|
|
33279
|
+
parent: {
|
|
33280
|
+
type: 'L2',
|
|
33281
|
+
chain: 'eip155-1',
|
|
33282
|
+
bridges: [{ url: 'https://shell.haqq.network/bridge' }]
|
|
33283
|
+
},
|
|
33284
|
+
explorers: [
|
|
33285
|
+
{
|
|
33286
|
+
name: 'Ethiq Blockscout',
|
|
33287
|
+
url: 'https://explorer.ethiq.network',
|
|
33288
|
+
icon: 'blockscout',
|
|
33289
|
+
standard: 'EIP3091'
|
|
33290
|
+
}
|
|
33291
|
+
]
|
|
33292
|
+
},
|
|
32719
33293
|
30730: {
|
|
32720
33294
|
name: 'Movement EVM Legacy',
|
|
32721
33295
|
chain: 'MOVE',
|
|
@@ -32779,6 +33353,33 @@ exports.chains = {
|
|
|
32779
33353
|
status: 'incubating',
|
|
32780
33354
|
iconURL: 'https://ipfs.io/ipfs/QmWRAor77N6VyjJiQgtsEE7h9Bd1Q7vtRveTYv2A6wZyAT'
|
|
32781
33355
|
},
|
|
33356
|
+
30939: {
|
|
33357
|
+
name: 'Dilithium3 Testnet',
|
|
33358
|
+
chain: 'DLT',
|
|
33359
|
+
icon: 'dilithium3',
|
|
33360
|
+
rpc: [
|
|
33361
|
+
'https://rpc-testnet.dilithium3.com',
|
|
33362
|
+
'wss://ws-testnet.dilithium3.com'
|
|
33363
|
+
],
|
|
33364
|
+
faucets: ['https://faucet-testnet.dilithium3.com'],
|
|
33365
|
+
nativeCurrency: { name: 'Dilithium3', symbol: 'DLT', decimals: 18 },
|
|
33366
|
+
infoURL: 'https://dilithium3.com',
|
|
33367
|
+
shortName: 'dlt-testnet',
|
|
33368
|
+
chainId: 30939,
|
|
33369
|
+
networkId: 30939,
|
|
33370
|
+
slip44: 60,
|
|
33371
|
+
explorers: [
|
|
33372
|
+
{
|
|
33373
|
+
name: 'Dilithium3 Explorer',
|
|
33374
|
+
url: 'https://explorer-testnet.dilithium3.com',
|
|
33375
|
+
standard: 'EIP3091'
|
|
33376
|
+
}
|
|
33377
|
+
],
|
|
33378
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
33379
|
+
status: 'active',
|
|
33380
|
+
redFlags: [],
|
|
33381
|
+
iconURL: 'https://ipfs.io/ipfs/QmUaxaAaK6Y1QVtd7vEpXCoVXqNgPhKkgVJiVt6caw3Edj'
|
|
33382
|
+
},
|
|
32782
33383
|
31102: {
|
|
32783
33384
|
name: 'Ethersocial Network',
|
|
32784
33385
|
chain: 'ESN',
|
|
@@ -33594,6 +34195,26 @@ exports.chains = {
|
|
|
33594
34195
|
],
|
|
33595
34196
|
status: 'active'
|
|
33596
34197
|
},
|
|
34198
|
+
36900: {
|
|
34199
|
+
name: 'ADI Chain',
|
|
34200
|
+
chain: 'ADI',
|
|
34201
|
+
icon: 'adi',
|
|
34202
|
+
rpc: ['https://rpc.adifoundation.ai'],
|
|
34203
|
+
faucets: [],
|
|
34204
|
+
nativeCurrency: { name: 'ADI', symbol: 'ADI', decimals: 18 },
|
|
34205
|
+
infoURL: 'https://adifoundation.ai',
|
|
34206
|
+
shortName: 'adi',
|
|
34207
|
+
chainId: 36900,
|
|
34208
|
+
networkId: 36900,
|
|
34209
|
+
explorers: [
|
|
34210
|
+
{
|
|
34211
|
+
name: 'ADI Explorer',
|
|
34212
|
+
url: 'https://explorer.adifoundation.ai',
|
|
34213
|
+
standard: 'EIP3091'
|
|
34214
|
+
}
|
|
34215
|
+
],
|
|
34216
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreice4fkfrfggny5m3btlquzrimfg7jiyebvslmsknnqhivznh4u2la'
|
|
34217
|
+
},
|
|
33597
34218
|
37111: {
|
|
33598
34219
|
name: 'Lens Testnet',
|
|
33599
34220
|
title: 'Lens Network Sepolia Testnet',
|
|
@@ -34136,6 +34757,49 @@ exports.chains = {
|
|
|
34136
34757
|
],
|
|
34137
34758
|
iconURL: 'https://ipfs.io/ipfs/QmXc4bxuyWvQFqjuunXmvZZs1AwGChyY7sGYK6tgCkp3nJ'
|
|
34138
34759
|
},
|
|
34760
|
+
42429: {
|
|
34761
|
+
name: 'Tempo Testnet Andantino (Deprecated)',
|
|
34762
|
+
chain: 'ETH',
|
|
34763
|
+
rpc: ['https://rpc.testnet.tempo.xyz'],
|
|
34764
|
+
faucets: [],
|
|
34765
|
+
nativeCurrency: { name: 'No native currency', symbol: 'USD', decimals: 18 },
|
|
34766
|
+
infoURL: 'https://tempo.xyz',
|
|
34767
|
+
shortName: 'tempo-andantino',
|
|
34768
|
+
chainId: 42429,
|
|
34769
|
+
networkId: 42429,
|
|
34770
|
+
icon: 'tempo',
|
|
34771
|
+
status: 'deprecated',
|
|
34772
|
+
explorers: [
|
|
34773
|
+
{
|
|
34774
|
+
name: 'tempo-explorer',
|
|
34775
|
+
url: 'https://explore.andantino.tempo.xyz',
|
|
34776
|
+
icon: 'tempo',
|
|
34777
|
+
standard: 'EIP3091'
|
|
34778
|
+
}
|
|
34779
|
+
],
|
|
34780
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreignxbz2mjbwv6sqbjndkxhi423j7yyk3qlfdfnzclcmq4uklxdgza'
|
|
34781
|
+
},
|
|
34782
|
+
42431: {
|
|
34783
|
+
name: 'Tempo Testnet Moderato',
|
|
34784
|
+
chain: 'ETH',
|
|
34785
|
+
rpc: ['https://rpc.moderato.tempo.xyz', 'wss://rpc.moderato.tempo.xyz'],
|
|
34786
|
+
faucets: [],
|
|
34787
|
+
nativeCurrency: { name: 'No native currency', symbol: 'USD', decimals: 18 },
|
|
34788
|
+
infoURL: 'https://tempo.xyz',
|
|
34789
|
+
shortName: 'tempo-moderato',
|
|
34790
|
+
chainId: 42431,
|
|
34791
|
+
networkId: 42431,
|
|
34792
|
+
icon: 'tempo',
|
|
34793
|
+
explorers: [
|
|
34794
|
+
{
|
|
34795
|
+
name: 'tempo-explorer',
|
|
34796
|
+
url: 'https://explore.tempo.xyz',
|
|
34797
|
+
icon: 'tempo',
|
|
34798
|
+
standard: 'EIP3091'
|
|
34799
|
+
}
|
|
34800
|
+
],
|
|
34801
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreignxbz2mjbwv6sqbjndkxhi423j7yyk3qlfdfnzclcmq4uklxdgza'
|
|
34802
|
+
},
|
|
34139
34803
|
42766: {
|
|
34140
34804
|
name: 'ZKFair Mainnet',
|
|
34141
34805
|
title: 'ZKFair Mainnet',
|
|
@@ -34790,6 +35454,34 @@ exports.chains = {
|
|
|
34790
35454
|
],
|
|
34791
35455
|
iconURL: 'https://ipfs.io/ipfs/QmQqicvzrLaPyDzLCm4mJofTbcdH7xKJrnZYF5ptCyAoTE'
|
|
34792
35456
|
},
|
|
35457
|
+
45056: {
|
|
35458
|
+
name: 'Billions',
|
|
35459
|
+
shortName: 'Billions',
|
|
35460
|
+
title: 'Billions',
|
|
35461
|
+
chain: 'Billions',
|
|
35462
|
+
icon: 'billions',
|
|
35463
|
+
rpc: ['https://billions-rpc.eu-north-2.gateway.fm'],
|
|
35464
|
+
faucets: [],
|
|
35465
|
+
nativeCurrency: { name: 'ETHER', symbol: 'ETH', decimals: 18 },
|
|
35466
|
+
infoURL: 'https://billions.network',
|
|
35467
|
+
chainId: 45056,
|
|
35468
|
+
networkId: 45056,
|
|
35469
|
+
explorers: [
|
|
35470
|
+
{
|
|
35471
|
+
name: 'Billions Explorer',
|
|
35472
|
+
url: 'https://billions-blockscout.eu-north-2.gateway.fm',
|
|
35473
|
+
standard: 'EIP3091'
|
|
35474
|
+
}
|
|
35475
|
+
],
|
|
35476
|
+
parent: {
|
|
35477
|
+
type: 'L2',
|
|
35478
|
+
chain: 'eip155-1',
|
|
35479
|
+
bridges: [{ url: 'https://billions-bridge.eu-north-2.gateway.fm' }]
|
|
35480
|
+
},
|
|
35481
|
+
features: [{ name: 'EIP155' }],
|
|
35482
|
+
status: 'active',
|
|
35483
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreihy2skjw4kedeokhsqlyipgy2gm63hfsxmenfyldejad5au4wdrjy'
|
|
35484
|
+
},
|
|
34793
35485
|
45454: {
|
|
34794
35486
|
name: 'Swamps L2',
|
|
34795
35487
|
chain: 'SWP',
|
|
@@ -35847,7 +36539,7 @@ exports.chains = {
|
|
|
35847
36539
|
standard: 'none'
|
|
35848
36540
|
}
|
|
35849
36541
|
],
|
|
35850
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
36542
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreifwuxfoxoas44ylvk5mtgf6l5vdl46oivpt7mvuvequmreerhekgy'
|
|
35851
36543
|
},
|
|
35852
36544
|
56026: {
|
|
35853
36545
|
name: 'Lambda Chain Mainnet',
|
|
@@ -36537,6 +37229,26 @@ exports.chains = {
|
|
|
36537
37229
|
}
|
|
36538
37230
|
]
|
|
36539
37231
|
},
|
|
37232
|
+
61564: {
|
|
37233
|
+
name: 'Gelatine Network',
|
|
37234
|
+
chain: 'JELLO',
|
|
37235
|
+
icon: 'jello',
|
|
37236
|
+
rpc: ['https://rpc.pine.ink'],
|
|
37237
|
+
faucets: ['https://gelatine.pine.ink'],
|
|
37238
|
+
nativeCurrency: { name: 'JELLO', symbol: 'JELLO', decimals: 18 },
|
|
37239
|
+
infoURL: 'https://gelatine.pine.ink',
|
|
37240
|
+
shortName: 'jello',
|
|
37241
|
+
chainId: 61564,
|
|
37242
|
+
networkId: 61564,
|
|
37243
|
+
explorers: [
|
|
37244
|
+
{
|
|
37245
|
+
name: 'Gelatine Explorer',
|
|
37246
|
+
url: 'https://explorer.pine.ink',
|
|
37247
|
+
standard: 'EIP3091'
|
|
37248
|
+
}
|
|
37249
|
+
],
|
|
37250
|
+
iconURL: 'https://ipfs.io/ipfs/bafybeidgthdedgxxuvc4qjya7jqjoexy5pnpimxkft65hot2ijr3yc7twy'
|
|
37251
|
+
},
|
|
36540
37252
|
61800: {
|
|
36541
37253
|
name: 'AxelChain Dev-Net',
|
|
36542
37254
|
chain: 'AXEL',
|
|
@@ -36922,8 +37634,9 @@ exports.chains = {
|
|
|
36922
37634
|
]
|
|
36923
37635
|
},
|
|
36924
37636
|
65349: {
|
|
36925
|
-
name: 'CratD2C Testnet',
|
|
37637
|
+
name: 'CratD2C Testnet Deprecated',
|
|
36926
37638
|
chain: 'CRATD2C',
|
|
37639
|
+
status: 'deprecated',
|
|
36927
37640
|
rpc: [
|
|
36928
37641
|
'https://cratd2c-testnet-node1.cratd2csmartchain.io/',
|
|
36929
37642
|
'https://cratd2c-testnet-node2.cratd2csmartchain.io/'
|
|
@@ -36931,7 +37644,7 @@ exports.chains = {
|
|
|
36931
37644
|
faucets: [],
|
|
36932
37645
|
nativeCurrency: { name: 'CRATD2C', symbol: 'CRAT', decimals: 18 },
|
|
36933
37646
|
infoURL: 'https://cratd2csmartchain.io',
|
|
36934
|
-
shortName: 'cratd2c-testnet',
|
|
37647
|
+
shortName: 'cratd2c-testnet-deprecated',
|
|
36935
37648
|
chainId: 65349,
|
|
36936
37649
|
networkId: 65349,
|
|
36937
37650
|
icon: 'cratd2c-testnet',
|
|
@@ -37573,6 +38286,26 @@ exports.chains = {
|
|
|
37573
38286
|
],
|
|
37574
38287
|
iconURL: 'https://ipfs.io/ipfs/bafkreifgpv7tnai42hsdegnpwzbvq5iymgub357e553cotitirwy2ir7je'
|
|
37575
38288
|
},
|
|
38289
|
+
73285: {
|
|
38290
|
+
name: 'Nebula',
|
|
38291
|
+
chain: 'NEBULA',
|
|
38292
|
+
icon: 'nebula',
|
|
38293
|
+
rpc: ['https://nebula-chain.com/rpc'],
|
|
38294
|
+
faucets: [],
|
|
38295
|
+
nativeCurrency: { name: 'Nebula Cash', symbol: 'NEBX', decimals: 18 },
|
|
38296
|
+
infoURL: 'https://nebula-chain.com',
|
|
38297
|
+
shortName: 'nebula',
|
|
38298
|
+
chainId: 73285,
|
|
38299
|
+
networkId: 73285,
|
|
38300
|
+
explorers: [
|
|
38301
|
+
{
|
|
38302
|
+
name: 'Nebula Explorer',
|
|
38303
|
+
url: 'https://nebxscan.nebula-chain.com',
|
|
38304
|
+
standard: 'EIP3091'
|
|
38305
|
+
}
|
|
38306
|
+
],
|
|
38307
|
+
iconURL: 'https://ipfs.io/ipfs/bafybeic5eexvd34wfy4kuebcyu73qpkv3x57s54ebzjyhyjsmeuni5jwcm'
|
|
38308
|
+
},
|
|
37576
38309
|
73799: {
|
|
37577
38310
|
name: 'Energy Web Volta Testnet',
|
|
37578
38311
|
chain: 'Volta',
|
|
@@ -37929,6 +38662,31 @@ exports.chains = {
|
|
|
37929
38662
|
],
|
|
37930
38663
|
iconURL: 'https://ipfs.io/ipfs/QmeERjnmdZ6v1tfCyfKfy2Rzh1vPCsU7x2sLJcLqQ6E3Fd'
|
|
37931
38664
|
},
|
|
38665
|
+
78651: {
|
|
38666
|
+
name: 'Nillion Network Sepolia Testnet',
|
|
38667
|
+
chain: 'ETH',
|
|
38668
|
+
icon: 'nillion',
|
|
38669
|
+
rpc: [
|
|
38670
|
+
'https://rpc.testnet.nillion.network',
|
|
38671
|
+
'wss://rpc.testnet.nillion.network'
|
|
38672
|
+
],
|
|
38673
|
+
faucets: ['https://faucet.testnet.nillion.network'],
|
|
38674
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
38675
|
+
infoURL: 'https://nillion.com/',
|
|
38676
|
+
shortName: 'nilsep',
|
|
38677
|
+
chainId: 78651,
|
|
38678
|
+
networkId: 78651,
|
|
38679
|
+
slip44: 1,
|
|
38680
|
+
explorers: [
|
|
38681
|
+
{
|
|
38682
|
+
name: 'blockscout',
|
|
38683
|
+
url: 'https://explorer.testnet.nillion.network',
|
|
38684
|
+
icon: 'blockscout',
|
|
38685
|
+
standard: 'EIP3091'
|
|
38686
|
+
}
|
|
38687
|
+
],
|
|
38688
|
+
iconURL: 'https://ipfs.io/ipfs/QmQ4tdjP7TFUbs3y2haY6qPdTxmZJ96E2Xo5Hp5hcRaKSz'
|
|
38689
|
+
},
|
|
37932
38690
|
79879: {
|
|
37933
38691
|
name: 'Gold Smart Chain Testnet',
|
|
37934
38692
|
chain: 'STAND',
|
|
@@ -38508,6 +39266,31 @@ exports.chains = {
|
|
|
38508
39266
|
explorers: [],
|
|
38509
39267
|
iconURL: 'https://ipfs.io/ipfs/QmRZ1LHedFNs3pXhxcjhbQtHLmMzDhioKJ6ZsRwHNpbtiF'
|
|
38510
39268
|
},
|
|
39269
|
+
83592: {
|
|
39270
|
+
name: 'Katron AI Mainnet',
|
|
39271
|
+
chain: 'KTN',
|
|
39272
|
+
rpc: [
|
|
39273
|
+
'https://blockchain-rpc1.katronai.com',
|
|
39274
|
+
'https://blockchain-rpc2.katronai.com'
|
|
39275
|
+
],
|
|
39276
|
+
faucets: [],
|
|
39277
|
+
nativeCurrency: { name: 'Katron AI', symbol: 'KTN', decimals: 18 },
|
|
39278
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
39279
|
+
infoURL: 'https://network.katronai.com',
|
|
39280
|
+
shortName: 'ktn',
|
|
39281
|
+
chainId: 83592,
|
|
39282
|
+
networkId: 83592,
|
|
39283
|
+
icon: 'ktn',
|
|
39284
|
+
explorers: [
|
|
39285
|
+
{
|
|
39286
|
+
name: 'ktnscan',
|
|
39287
|
+
url: 'https://ktnscan.katronai.com',
|
|
39288
|
+
icon: 'ktnscan',
|
|
39289
|
+
standard: 'EIP3091'
|
|
39290
|
+
}
|
|
39291
|
+
],
|
|
39292
|
+
iconURL: 'https://ipfs.io/ipfs/bafybeiezbj7itmbrkmbl6jr7crhodvfm3xmhclgb2nibdc3wqnzvkw3tvq'
|
|
39293
|
+
},
|
|
38511
39294
|
83868: {
|
|
38512
39295
|
name: 'Xprotocol Sepolia',
|
|
38513
39296
|
chainId: 83868,
|
|
@@ -38694,6 +39477,48 @@ exports.chains = {
|
|
|
38694
39477
|
chainId: 85449,
|
|
38695
39478
|
networkId: 48501
|
|
38696
39479
|
},
|
|
39480
|
+
86606: {
|
|
39481
|
+
name: 'CpChain Testnet',
|
|
39482
|
+
chain: 'CpChain',
|
|
39483
|
+
rpc: ['https://rpc-testnet.cpchain.com'],
|
|
39484
|
+
faucets: ['https://cpchain-test.pages.dev/faucet'],
|
|
39485
|
+
nativeCurrency: { name: 'CP', symbol: 'CP', decimals: 18 },
|
|
39486
|
+
infoURL: 'https://cpchain.com',
|
|
39487
|
+
shortName: 'cpchain-testnet',
|
|
39488
|
+
chainId: 86606,
|
|
39489
|
+
networkId: 86606,
|
|
39490
|
+
slip44: 1,
|
|
39491
|
+
icon: 'cpchain',
|
|
39492
|
+
explorers: [
|
|
39493
|
+
{
|
|
39494
|
+
name: 'CpChain Testnet Explorer',
|
|
39495
|
+
url: 'https://explorer-testnet.cpchain.com',
|
|
39496
|
+
standard: 'EIP3091'
|
|
39497
|
+
}
|
|
39498
|
+
],
|
|
39499
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreihxvrmyofwfupugouhtj2nplj7rn7q7oechxdfzutxqmaobmyp5r4'
|
|
39500
|
+
},
|
|
39501
|
+
86608: {
|
|
39502
|
+
name: 'CpChain Mainnet',
|
|
39503
|
+
chain: 'CpChain',
|
|
39504
|
+
rpc: ['https://rpc.cpchain.com'],
|
|
39505
|
+
faucets: [],
|
|
39506
|
+
nativeCurrency: { name: 'CP', symbol: 'CP', decimals: 18 },
|
|
39507
|
+
infoURL: 'https://cpchain.com',
|
|
39508
|
+
shortName: 'cpchain',
|
|
39509
|
+
chainId: 86608,
|
|
39510
|
+
networkId: 86608,
|
|
39511
|
+
slip44: 1,
|
|
39512
|
+
icon: 'cpchain',
|
|
39513
|
+
explorers: [
|
|
39514
|
+
{
|
|
39515
|
+
name: 'CpChain Explorer',
|
|
39516
|
+
url: 'https://explorer.cpchain.com',
|
|
39517
|
+
standard: 'EIP3091'
|
|
39518
|
+
}
|
|
39519
|
+
],
|
|
39520
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreihxvrmyofwfupugouhtj2nplj7rn7q7oechxdfzutxqmaobmyp5r4'
|
|
39521
|
+
},
|
|
38697
39522
|
88002: {
|
|
38698
39523
|
name: 'Nautilus Proteus Testnet',
|
|
38699
39524
|
chain: 'ETH',
|
|
@@ -39715,6 +40540,28 @@ exports.chains = {
|
|
|
39715
40540
|
},
|
|
39716
40541
|
iconURL: 'https://ipfs.io/ipfs/QmT7dJKK2VXMtF9mJ6EfMTJXBntJyVvZcA8beLA2RCFbsW'
|
|
39717
40542
|
},
|
|
40543
|
+
98875: {
|
|
40544
|
+
name: 'Nillion Network',
|
|
40545
|
+
chain: 'ETH',
|
|
40546
|
+
icon: 'nillion',
|
|
40547
|
+
rpc: ['https://rpc.nillion.network', 'wss://rpc.nillion.network'],
|
|
40548
|
+
faucets: [],
|
|
40549
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
40550
|
+
infoURL: 'https://nillion.com/',
|
|
40551
|
+
shortName: 'nil',
|
|
40552
|
+
chainId: 98875,
|
|
40553
|
+
networkId: 98875,
|
|
40554
|
+
slip44: 1,
|
|
40555
|
+
explorers: [
|
|
40556
|
+
{
|
|
40557
|
+
name: 'blockscout',
|
|
40558
|
+
url: 'https://explorer.nillion.network',
|
|
40559
|
+
icon: 'blockscout',
|
|
40560
|
+
standard: 'EIP3091'
|
|
40561
|
+
}
|
|
40562
|
+
],
|
|
40563
|
+
iconURL: 'https://ipfs.io/ipfs/QmQ4tdjP7TFUbs3y2haY6qPdTxmZJ96E2Xo5Hp5hcRaKSz'
|
|
40564
|
+
},
|
|
39718
40565
|
98881: {
|
|
39719
40566
|
name: 'Ebi Chain',
|
|
39720
40567
|
title: 'Ebi Chain',
|
|
@@ -40396,24 +41243,24 @@ exports.chains = {
|
|
|
40396
41243
|
iconURL: 'https://ipfs.io/ipfs/QmNMuNBwg9opKvsnrDaoYBP743LeddeooQupVYjpBXf7d7'
|
|
40397
41244
|
},
|
|
40398
41245
|
105105: {
|
|
40399
|
-
name: '
|
|
40400
|
-
chain: '
|
|
40401
|
-
rpc: ['https://rpc.
|
|
41246
|
+
name: 'Xertra Mainnet',
|
|
41247
|
+
chain: 'Xertra',
|
|
41248
|
+
rpc: ['https://rpc.xertra.com'],
|
|
40402
41249
|
faucets: [],
|
|
40403
|
-
nativeCurrency: { name: '
|
|
40404
|
-
infoURL: 'https://www.
|
|
40405
|
-
shortName: '
|
|
41250
|
+
nativeCurrency: { name: 'STRAX', symbol: 'STRAX', decimals: 18 },
|
|
41251
|
+
infoURL: 'https://www.xertra.com/',
|
|
41252
|
+
shortName: 'xertra',
|
|
40406
41253
|
chainId: 105105,
|
|
40407
41254
|
networkId: 105105,
|
|
40408
|
-
icon: '
|
|
41255
|
+
icon: 'xertra',
|
|
40409
41256
|
explorers: [
|
|
40410
41257
|
{
|
|
40411
|
-
name: '
|
|
40412
|
-
url: 'https://explorer.
|
|
41258
|
+
name: 'Xertra Explorer',
|
|
41259
|
+
url: 'https://explorer.xertra.com',
|
|
40413
41260
|
standard: 'EIP3091'
|
|
40414
41261
|
}
|
|
40415
41262
|
],
|
|
40416
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
41263
|
+
iconURL: 'https://ipfs.io/ipfs/QmV1qG5jcEFhekamTzrMqzMTDRvCGdGQAiJcsHZ9viVwgT'
|
|
40417
41264
|
},
|
|
40418
41265
|
105363: {
|
|
40419
41266
|
name: 'Lumoz Chain Testnet',
|
|
@@ -40963,6 +41810,25 @@ exports.chains = {
|
|
|
40963
41810
|
{ name: 'FumaScan', url: 'https://fumascan.com', standard: 'none' }
|
|
40964
41811
|
]
|
|
40965
41812
|
},
|
|
41813
|
+
121525: {
|
|
41814
|
+
name: 'Ethernova Mainnet',
|
|
41815
|
+
chain: 'NOVA',
|
|
41816
|
+
rpc: ['https://rpc.ethnova.net'],
|
|
41817
|
+
faucets: [],
|
|
41818
|
+
nativeCurrency: { name: 'Ethernova', symbol: 'NOVA', decimals: 18 },
|
|
41819
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
41820
|
+
infoURL: 'https://ethnova.net',
|
|
41821
|
+
shortName: 'ethnova',
|
|
41822
|
+
chainId: 121525,
|
|
41823
|
+
networkId: 121525,
|
|
41824
|
+
explorers: [
|
|
41825
|
+
{
|
|
41826
|
+
name: 'Ethernova Explorer',
|
|
41827
|
+
url: 'https://explorer.ethnova.net',
|
|
41828
|
+
standard: 'EIP3091'
|
|
41829
|
+
}
|
|
41830
|
+
]
|
|
41831
|
+
},
|
|
40966
41832
|
123321: {
|
|
40967
41833
|
name: 'Gemchain',
|
|
40968
41834
|
chain: 'Gemchain',
|
|
@@ -41683,6 +42549,27 @@ exports.chains = {
|
|
|
41683
42549
|
],
|
|
41684
42550
|
iconURL: 'https://ipfs.io/ipfs/QmXZcwET1LhUxfc2mCdiCJFm61jUHsVVXuZYwx8zhvHQxn'
|
|
41685
42551
|
},
|
|
42552
|
+
179170: {
|
|
42553
|
+
name: 'Transparency Solution',
|
|
42554
|
+
chain: 'CLT',
|
|
42555
|
+
icon: 'transparencysolution',
|
|
42556
|
+
rpc: ['https://rpc-api.transparency.solutions'],
|
|
42557
|
+
faucets: [],
|
|
42558
|
+
nativeCurrency: { name: 'ClearToken', symbol: 'CLT', decimals: 18 },
|
|
42559
|
+
infoURL: 'https://transparency.solutions',
|
|
42560
|
+
shortName: 'clts',
|
|
42561
|
+
chainId: 179170,
|
|
42562
|
+
networkId: 179170,
|
|
42563
|
+
explorers: [
|
|
42564
|
+
{
|
|
42565
|
+
name: 'Transparency Solution Explorer',
|
|
42566
|
+
url: 'https://blockchain.transparency.solutions',
|
|
42567
|
+
icon: 'transparencysolution',
|
|
42568
|
+
standard: 'EIP3091'
|
|
42569
|
+
}
|
|
42570
|
+
],
|
|
42571
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreibuodjhtykhj4jnbl6odtrghiu3kvveajryloundrnduxi5sto25a'
|
|
42572
|
+
},
|
|
41686
42573
|
181228: {
|
|
41687
42574
|
name: 'HPP Sepolia Testnet',
|
|
41688
42575
|
chain: 'ETH',
|
|
@@ -42312,12 +43199,12 @@ exports.chains = {
|
|
|
42312
43199
|
},
|
|
42313
43200
|
205205: {
|
|
42314
43201
|
name: 'Auroria Testnet',
|
|
42315
|
-
title: '
|
|
43202
|
+
title: 'Xertra Testnet Auroria',
|
|
42316
43203
|
chain: 'Auroria',
|
|
42317
|
-
rpc: ['https://auroria.rpc.
|
|
42318
|
-
faucets: ['https://auroria.faucet.
|
|
42319
|
-
nativeCurrency: { name: '
|
|
42320
|
-
infoURL: 'https://
|
|
43204
|
+
rpc: ['https://auroria.rpc.xertra.com'],
|
|
43205
|
+
faucets: ['https://auroria.faucet.xertra.com'],
|
|
43206
|
+
nativeCurrency: { name: 'tSTRAX', symbol: 'tSTRAX', decimals: 18 },
|
|
43207
|
+
infoURL: 'https://xertra.com',
|
|
42321
43208
|
shortName: 'auroria',
|
|
42322
43209
|
chainId: 205205,
|
|
42323
43210
|
networkId: 205205,
|
|
@@ -42325,11 +43212,11 @@ exports.chains = {
|
|
|
42325
43212
|
explorers: [
|
|
42326
43213
|
{
|
|
42327
43214
|
name: 'Auroria Testnet Explorer',
|
|
42328
|
-
url: 'https://auroria.explorer.
|
|
43215
|
+
url: 'https://auroria.explorer.xertra.com',
|
|
42329
43216
|
standard: 'EIP3091'
|
|
42330
43217
|
}
|
|
42331
43218
|
],
|
|
42332
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
43219
|
+
iconURL: 'https://ipfs.io/ipfs/QmNuQjnJ1JXkPRDwbFL1oZRpEaPhggPpccteAaxSPYBJJN'
|
|
42333
43220
|
},
|
|
42334
43221
|
210000: {
|
|
42335
43222
|
name: 'JuChain Mainnet',
|
|
@@ -45083,6 +45970,18 @@ exports.chains = {
|
|
|
45083
45970
|
networkId: 685685,
|
|
45084
45971
|
status: 'incubating'
|
|
45085
45972
|
},
|
|
45973
|
+
685689: {
|
|
45974
|
+
name: 'Gensyn Mainnet',
|
|
45975
|
+
chain: 'Gensyn',
|
|
45976
|
+
rpc: [],
|
|
45977
|
+
faucets: [],
|
|
45978
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
45979
|
+
infoURL: 'https://www.gensyn.ai/',
|
|
45980
|
+
shortName: 'gensyn-mainnet',
|
|
45981
|
+
chainId: 685689,
|
|
45982
|
+
networkId: 685689,
|
|
45983
|
+
status: 'incubating'
|
|
45984
|
+
},
|
|
45086
45985
|
686868: {
|
|
45087
45986
|
name: 'Won Network',
|
|
45088
45987
|
chainId: 686868,
|
|
@@ -45301,6 +46200,33 @@ exports.chains = {
|
|
|
45301
46200
|
}
|
|
45302
46201
|
]
|
|
45303
46202
|
},
|
|
46203
|
+
737373: {
|
|
46204
|
+
name: 'bokuto',
|
|
46205
|
+
chain: 'bokuto',
|
|
46206
|
+
rpc: ['https://rpc-bokuto.katanarpc.com'],
|
|
46207
|
+
faucets: ['https://faucet.katana.tools'],
|
|
46208
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
46209
|
+
infoURL: 'https://katana.network',
|
|
46210
|
+
shortName: 'bokuto',
|
|
46211
|
+
chainId: 737373,
|
|
46212
|
+
networkId: 737373,
|
|
46213
|
+
icon: 'katana',
|
|
46214
|
+
explorers: [
|
|
46215
|
+
{
|
|
46216
|
+
name: 'bokutoscan',
|
|
46217
|
+
url: 'https://bokuto.katanascan.com',
|
|
46218
|
+
icon: 'katana',
|
|
46219
|
+
standard: 'EIP3091'
|
|
46220
|
+
},
|
|
46221
|
+
{
|
|
46222
|
+
name: 'bokuto explorer',
|
|
46223
|
+
url: 'https://explorer-bokuto.katanarpc.com',
|
|
46224
|
+
icon: 'katana',
|
|
46225
|
+
standard: 'EIP3091'
|
|
46226
|
+
}
|
|
46227
|
+
],
|
|
46228
|
+
iconURL: 'https://ipfs.io/ipfs/QmVAQiumxDxuEW7HdeRW8NiRKVpXVnQumwSW44Uq6py1k7'
|
|
46229
|
+
},
|
|
45304
46230
|
743111: {
|
|
45305
46231
|
name: 'Hemi Sepolia',
|
|
45306
46232
|
chain: 'ETH',
|
|
@@ -45327,7 +46253,17 @@ exports.chains = {
|
|
|
45327
46253
|
747474: {
|
|
45328
46254
|
name: 'katana',
|
|
45329
46255
|
chain: 'katana',
|
|
45330
|
-
rpc: [
|
|
46256
|
+
rpc: [
|
|
46257
|
+
'https://rpc.katana.network',
|
|
46258
|
+
'https://katana.gateway.tenderly.co/',
|
|
46259
|
+
'https://rpc.katanarpc.com/'
|
|
46260
|
+
],
|
|
46261
|
+
features: [
|
|
46262
|
+
{ name: 'EIP155' },
|
|
46263
|
+
{ name: 'EIP1559' },
|
|
46264
|
+
{ name: 'EIP4844' },
|
|
46265
|
+
{ name: 'EIP7702' }
|
|
46266
|
+
],
|
|
45331
46267
|
faucets: [],
|
|
45332
46268
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
45333
46269
|
infoURL: 'https://katana.network',
|
|
@@ -45336,6 +46272,12 @@ exports.chains = {
|
|
|
45336
46272
|
networkId: 747474,
|
|
45337
46273
|
icon: 'katana',
|
|
45338
46274
|
explorers: [
|
|
46275
|
+
{
|
|
46276
|
+
name: 'katanascan',
|
|
46277
|
+
url: 'https://katanascan.com',
|
|
46278
|
+
icon: 'katana',
|
|
46279
|
+
standard: 'EIP3091'
|
|
46280
|
+
},
|
|
45339
46281
|
{
|
|
45340
46282
|
name: 'katana explorer',
|
|
45341
46283
|
url: 'https://explorer.katanarpc.com',
|
|
@@ -45343,6 +46285,11 @@ exports.chains = {
|
|
|
45343
46285
|
standard: 'EIP3091'
|
|
45344
46286
|
}
|
|
45345
46287
|
],
|
|
46288
|
+
parent: {
|
|
46289
|
+
type: 'L2',
|
|
46290
|
+
chain: 'eip155-1',
|
|
46291
|
+
bridges: [{ url: 'https://bridge.katana.network' }]
|
|
46292
|
+
},
|
|
45346
46293
|
iconURL: 'https://ipfs.io/ipfs/QmVAQiumxDxuEW7HdeRW8NiRKVpXVnQumwSW44Uq6py1k7'
|
|
45347
46294
|
},
|
|
45348
46295
|
751230: {
|
|
@@ -45906,6 +46853,30 @@ exports.chains = {
|
|
|
45906
46853
|
],
|
|
45907
46854
|
iconURL: 'https://ipfs.io/ipfs/QmTjV3TTR5aLb7fi7tjx8gcDvYtqBpusqhCSaznVxJ7NJg'
|
|
45908
46855
|
},
|
|
46856
|
+
838838: {
|
|
46857
|
+
name: 'HyperCluster',
|
|
46858
|
+
chain: 'HYPEC',
|
|
46859
|
+
rpc: ['https://rpc.hypercluster.org'],
|
|
46860
|
+
faucets: ['https://faucet.hypercluster.org'],
|
|
46861
|
+
nativeCurrency: {
|
|
46862
|
+
name: 'HyperCluster Token',
|
|
46863
|
+
symbol: 'HYPEC',
|
|
46864
|
+
decimals: 18
|
|
46865
|
+
},
|
|
46866
|
+
infoURL: 'https://www.hypercluster.org/',
|
|
46867
|
+
shortName: 'HYPEC',
|
|
46868
|
+
chainId: 838838,
|
|
46869
|
+
networkId: 838838,
|
|
46870
|
+
icon: 'hypercluster',
|
|
46871
|
+
explorers: [
|
|
46872
|
+
{
|
|
46873
|
+
name: 'HyperCluster Explorer',
|
|
46874
|
+
url: 'https://explorer.hypercluster.org',
|
|
46875
|
+
standard: 'EIP3091'
|
|
46876
|
+
}
|
|
46877
|
+
],
|
|
46878
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreigyg6sbkcu6aql4pbfu3fjxhkvxywnitnojyl6jabq2vqekzqcr6a'
|
|
46879
|
+
},
|
|
45909
46880
|
839320: {
|
|
45910
46881
|
name: 'PRM Testnet',
|
|
45911
46882
|
chain: 'prm',
|
|
@@ -45976,6 +46947,39 @@ exports.chains = {
|
|
|
45976
46947
|
chainId: 846000,
|
|
45977
46948
|
networkId: 846000
|
|
45978
46949
|
},
|
|
46950
|
+
853211: {
|
|
46951
|
+
name: 'Testethiq',
|
|
46952
|
+
chain: 'ETH',
|
|
46953
|
+
rpc: [
|
|
46954
|
+
'https://rpc.testnet.ethiq.network',
|
|
46955
|
+
'wss://rpc.testnet.ethiq.network'
|
|
46956
|
+
],
|
|
46957
|
+
faucets: [],
|
|
46958
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
46959
|
+
infoURL: 'https://www.ethiq.network',
|
|
46960
|
+
shortName: 'testethiq',
|
|
46961
|
+
chainId: 853211,
|
|
46962
|
+
networkId: 853211,
|
|
46963
|
+
features: [
|
|
46964
|
+
{ name: 'EIP155' },
|
|
46965
|
+
{ name: 'EIP1559' },
|
|
46966
|
+
{ name: 'EIP2718' },
|
|
46967
|
+
{ name: 'EIP2930' }
|
|
46968
|
+
],
|
|
46969
|
+
parent: {
|
|
46970
|
+
type: 'L2',
|
|
46971
|
+
chain: 'eip155-11155111',
|
|
46972
|
+
bridges: [{ url: 'https://shell.haqq.network/bridge' }]
|
|
46973
|
+
},
|
|
46974
|
+
explorers: [
|
|
46975
|
+
{
|
|
46976
|
+
name: 'Ethiq Blockscout',
|
|
46977
|
+
url: 'https://explorer.testnet.ethiq.network',
|
|
46978
|
+
icon: 'blockscout',
|
|
46979
|
+
standard: 'EIP3091'
|
|
46980
|
+
}
|
|
46981
|
+
]
|
|
46982
|
+
},
|
|
45979
46983
|
855456: {
|
|
45980
46984
|
name: 'Dodao',
|
|
45981
46985
|
chain: 'EVMCC',
|
|
@@ -46300,6 +47304,24 @@ exports.chains = {
|
|
|
46300
47304
|
}
|
|
46301
47305
|
]
|
|
46302
47306
|
},
|
|
47307
|
+
963369: {
|
|
47308
|
+
name: 'AVI Coin',
|
|
47309
|
+
chain: 'AVI',
|
|
47310
|
+
rpc: ['https://rpc.avicoin.org'],
|
|
47311
|
+
faucets: [],
|
|
47312
|
+
nativeCurrency: { name: 'AVI Coin', symbol: 'AVI', decimals: 18 },
|
|
47313
|
+
infoURL: 'https://www.avicoin.org',
|
|
47314
|
+
shortName: 'avi',
|
|
47315
|
+
chainId: 963369,
|
|
47316
|
+
networkId: 963369,
|
|
47317
|
+
explorers: [
|
|
47318
|
+
{
|
|
47319
|
+
name: 'AVI Coin Explorer',
|
|
47320
|
+
url: 'https://explorer.avicoin.org',
|
|
47321
|
+
standard: 'EIP3091'
|
|
47322
|
+
}
|
|
47323
|
+
]
|
|
47324
|
+
},
|
|
46303
47325
|
978657: {
|
|
46304
47326
|
name: 'Treasure Ruby',
|
|
46305
47327
|
chainId: 978657,
|
|
@@ -46455,6 +47477,26 @@ exports.chains = {
|
|
|
46455
47477
|
],
|
|
46456
47478
|
iconURL: 'https://ipfs.io/ipfs/Qmb6VAhhtaJmdaW1j7PAjxaLju1V24PPDFBdXtebyTSfsZ'
|
|
46457
47479
|
},
|
|
47480
|
+
1000001: {
|
|
47481
|
+
name: 'WebChain ETK',
|
|
47482
|
+
chain: 'WVM',
|
|
47483
|
+
rpc: ['https://rpc.webchain.e-talk.xyz'],
|
|
47484
|
+
faucets: [],
|
|
47485
|
+
nativeCurrency: { name: 'ETK', symbol: 'ETK', decimals: 18 },
|
|
47486
|
+
shortName: 'wvm',
|
|
47487
|
+
infoURL: 'https://e-talk.xyz/webchain',
|
|
47488
|
+
chainId: 1000001,
|
|
47489
|
+
networkId: 1000001,
|
|
47490
|
+
explorers: [
|
|
47491
|
+
{
|
|
47492
|
+
name: 'WebChain Explorer',
|
|
47493
|
+
url: 'https://e-talk.xyz/webchain',
|
|
47494
|
+
standard: 'EIP3091'
|
|
47495
|
+
}
|
|
47496
|
+
],
|
|
47497
|
+
icon: 'webchain',
|
|
47498
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreiazrv6kwtqalcrlgzjyfse5ft4qi23qcpmg3x4h6liccpmeym6lg4'
|
|
47499
|
+
},
|
|
46458
47500
|
1001996: {
|
|
46459
47501
|
name: 'Wirex Pay Testnet',
|
|
46460
47502
|
chain: 'WirexPay',
|
|
@@ -47138,6 +48180,27 @@ exports.chains = {
|
|
|
47138
48180
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
47139
48181
|
iconURL: 'https://ipfs.io/ipfs/QmR58SroHx7ovpqEB5iRkw4PufEXmcCBAJ8AZ7mChDgTfV'
|
|
47140
48182
|
},
|
|
48183
|
+
2651420: {
|
|
48184
|
+
name: 'Horizen Testnet',
|
|
48185
|
+
chain: 'horizen',
|
|
48186
|
+
rpc: ['https://horizen-testnet.rpc.caldera.xyz/http'],
|
|
48187
|
+
faucets: [],
|
|
48188
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
48189
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
48190
|
+
infoURL: 'https://horizen-testnet.hub.caldera.xyz',
|
|
48191
|
+
shortName: 'horizen-testnet',
|
|
48192
|
+
chainId: 2651420,
|
|
48193
|
+
networkId: 2651420,
|
|
48194
|
+
icon: 'horizen',
|
|
48195
|
+
explorers: [
|
|
48196
|
+
{
|
|
48197
|
+
name: 'Horizen Testnet Caldera Explorer',
|
|
48198
|
+
url: 'https://horizen-testnet.explorer.caldera.xyz',
|
|
48199
|
+
standard: 'EIP3091'
|
|
48200
|
+
}
|
|
48201
|
+
],
|
|
48202
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreiejezmamcywe5jigzopxlpxdp5uvofx3h2jfo5xp34bphf43i4ega'
|
|
48203
|
+
},
|
|
47141
48204
|
2702128: {
|
|
47142
48205
|
name: 'Xterio Chain (ETH)',
|
|
47143
48206
|
chain: 'Xterio',
|
|
@@ -47794,23 +48857,18 @@ exports.chains = {
|
|
|
47794
48857
|
]
|
|
47795
48858
|
},
|
|
47796
48859
|
6912115: {
|
|
47797
|
-
name: 'ENI Testnet',
|
|
48860
|
+
name: 'ENI Testnet (Deprecated)',
|
|
47798
48861
|
chain: 'ENI',
|
|
47799
|
-
rpc: [
|
|
48862
|
+
rpc: [],
|
|
47800
48863
|
faucets: [],
|
|
47801
48864
|
nativeCurrency: { name: 'EGAS', symbol: 'EGAS', decimals: 18 },
|
|
47802
|
-
infoURL: '
|
|
47803
|
-
shortName: 'eni-test',
|
|
48865
|
+
infoURL: '',
|
|
48866
|
+
shortName: 'eni-test-deprecated',
|
|
47804
48867
|
chainId: 6912115,
|
|
47805
48868
|
networkId: 6912115,
|
|
47806
48869
|
icon: 'eni-test',
|
|
47807
|
-
explorers: [
|
|
47808
|
-
|
|
47809
|
-
name: 'ENI Testnet Explorer',
|
|
47810
|
-
url: 'https://scan-testnet.eniac.network',
|
|
47811
|
-
standard: 'EIP3091'
|
|
47812
|
-
}
|
|
47813
|
-
],
|
|
48870
|
+
explorers: [],
|
|
48871
|
+
status: 'deprecated',
|
|
47814
48872
|
iconURL: 'https://ipfs.io/ipfs/QmdhqHQnPHhuhowh3ifncxw2SNzjMRCy2jQY8aMScpjUpd'
|
|
47815
48873
|
},
|
|
47816
48874
|
6985385: {
|
|
@@ -48446,8 +49504,8 @@ exports.chains = {
|
|
|
48446
49504
|
rpc: ['https://testnet.riselabs.xyz', 'wss://testnet.riselabs.xyz/ws'],
|
|
48447
49505
|
faucets: ['https://faucet.testnet.riselabs.xyz'],
|
|
48448
49506
|
nativeCurrency: { name: 'RISE Testnet Ether', symbol: 'ETH', decimals: 18 },
|
|
48449
|
-
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
48450
|
-
infoURL: 'https://
|
|
49507
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }, { name: 'EIP7702' }],
|
|
49508
|
+
infoURL: 'https://risechain.com/',
|
|
48451
49509
|
shortName: 'rise-testnet',
|
|
48452
49510
|
chainId: 11155931,
|
|
48453
49511
|
networkId: 11155931,
|
|
@@ -49927,6 +50985,27 @@ exports.chains = {
|
|
|
49927
50985
|
],
|
|
49928
50986
|
iconURL: 'https://ipfs.io/ipfs/QmcnA15BLE9uvznbugXKjqquizZs1eLPeEEkc92DSmvhmt'
|
|
49929
50987
|
},
|
|
50988
|
+
89127398: {
|
|
50989
|
+
name: 'Krown Testnet',
|
|
50990
|
+
chain: 'KROWN',
|
|
50991
|
+
icon: 'krown',
|
|
50992
|
+
rpc: ['https://testnet.krown.network', 'https://testnet1.krown.network'],
|
|
50993
|
+
faucets: ['https://faucet.krown.network'],
|
|
50994
|
+
nativeCurrency: { name: 'KROWN', symbol: 'KROWN', decimals: 18 },
|
|
50995
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
50996
|
+
infoURL: 'https://krown.network',
|
|
50997
|
+
shortName: 'krown-testnet',
|
|
50998
|
+
chainId: 89127398,
|
|
50999
|
+
networkId: 89127398,
|
|
51000
|
+
explorers: [
|
|
51001
|
+
{
|
|
51002
|
+
name: 'Krown Testnet Explorer',
|
|
51003
|
+
url: 'https://explorer-testnet.krown.network',
|
|
51004
|
+
standard: 'EIP3091'
|
|
51005
|
+
}
|
|
51006
|
+
],
|
|
51007
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreibjmhund2og7qnbgiongrlswryqg6znxnwedczyaefu62rzwbvwji'
|
|
51008
|
+
},
|
|
49930
51009
|
89346162: {
|
|
49931
51010
|
name: 'Reya Cronos',
|
|
49932
51011
|
title: 'Reya Cronos',
|