@revoke.cash/chains 73.0.0 → 74.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 +1543 -122
- package/dist/src/enums.d.ts +144 -12
- package/dist/src/enums.js +144 -12
- package/package.json +1 -1
package/dist/src/chains.js
CHANGED
|
@@ -3158,19 +3158,30 @@ exports.chains = {
|
|
|
3158
3158
|
networkId: 142
|
|
3159
3159
|
},
|
|
3160
3160
|
143: {
|
|
3161
|
-
name: 'Monad
|
|
3161
|
+
name: 'Monad',
|
|
3162
3162
|
chain: 'MON',
|
|
3163
3163
|
icon: 'monad',
|
|
3164
|
-
rpc: [],
|
|
3164
|
+
rpc: ['https://rpc.monad.xyz'],
|
|
3165
3165
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
3166
3166
|
faucets: [],
|
|
3167
|
-
nativeCurrency: { name: '
|
|
3167
|
+
nativeCurrency: { name: 'Monad', symbol: 'MON', decimals: 18 },
|
|
3168
3168
|
infoURL: 'https://monad.xyz',
|
|
3169
3169
|
shortName: 'mon',
|
|
3170
3170
|
chainId: 143,
|
|
3171
3171
|
networkId: 143,
|
|
3172
|
-
slip44:
|
|
3173
|
-
explorers: [
|
|
3172
|
+
slip44: 268435779,
|
|
3173
|
+
explorers: [
|
|
3174
|
+
{
|
|
3175
|
+
name: 'Monad Vision',
|
|
3176
|
+
url: 'https://monadvision.com',
|
|
3177
|
+
standard: 'EIP3091'
|
|
3178
|
+
},
|
|
3179
|
+
{
|
|
3180
|
+
name: 'Monadscan',
|
|
3181
|
+
url: 'https://monadscan.com',
|
|
3182
|
+
standard: 'EIP3091'
|
|
3183
|
+
}
|
|
3184
|
+
],
|
|
3174
3185
|
iconURL: 'https://ipfs.io/ipfs/bafkreia4vjioitvcrm5umefahnp4wttswooykroarjo5itdvohvk6epiya'
|
|
3175
3186
|
},
|
|
3176
3187
|
144: {
|
|
@@ -3239,6 +3250,12 @@ exports.chains = {
|
|
|
3239
3250
|
networkId: 146,
|
|
3240
3251
|
icon: 'sonic',
|
|
3241
3252
|
explorers: [
|
|
3253
|
+
{
|
|
3254
|
+
name: 'etherscan',
|
|
3255
|
+
url: 'https://sonicscan.org',
|
|
3256
|
+
icon: 'sonic',
|
|
3257
|
+
standard: 'EIP3091'
|
|
3258
|
+
},
|
|
3242
3259
|
{
|
|
3243
3260
|
name: 'sonic',
|
|
3244
3261
|
url: 'https://explorer.soniclabs.com',
|
|
@@ -3622,7 +3639,7 @@ exports.chains = {
|
|
|
3622
3639
|
explorers: [
|
|
3623
3640
|
{
|
|
3624
3641
|
name: 'Nomina EVM and cross-chain Explorer',
|
|
3625
|
-
url: 'https://
|
|
3642
|
+
url: 'https://nomscan.io',
|
|
3626
3643
|
standard: 'EIP3091'
|
|
3627
3644
|
}
|
|
3628
3645
|
],
|
|
@@ -4104,6 +4121,27 @@ exports.chains = {
|
|
|
4104
4121
|
networkId: 191,
|
|
4105
4122
|
iconURL: 'https://ipfs.io/ipfs/bafkreihsas2rwakc7lllmtb4pcgwutlel2woibmqmhd4aiin342zgtpmwy'
|
|
4106
4123
|
},
|
|
4124
|
+
192: {
|
|
4125
|
+
name: 'Redmansion Chain',
|
|
4126
|
+
chain: 'RMC',
|
|
4127
|
+
icon: 'redmansion',
|
|
4128
|
+
rpc: ['https://redmansion.io/srpc/'],
|
|
4129
|
+
faucets: [],
|
|
4130
|
+
nativeCurrency: { name: 'Redmansion Coin', symbol: 'RMC', decimals: 18 },
|
|
4131
|
+
infoURL: 'https://www.redmansion.io',
|
|
4132
|
+
shortName: 'rmc',
|
|
4133
|
+
chainId: 192,
|
|
4134
|
+
networkId: 192,
|
|
4135
|
+
explorers: [
|
|
4136
|
+
{
|
|
4137
|
+
name: 'Redmansion explorer',
|
|
4138
|
+
url: 'https://redmansion.io',
|
|
4139
|
+
icon: 'redmansion',
|
|
4140
|
+
standard: 'EIP3091'
|
|
4141
|
+
}
|
|
4142
|
+
],
|
|
4143
|
+
iconURL: 'https://ipfs.io/ipfs/Qmd49EoSchLo4LbHvdmAx6cFcL4gLgo7hzDyUjB1hPrTTP'
|
|
4144
|
+
},
|
|
4107
4145
|
193: {
|
|
4108
4146
|
name: 'Crypto Emergency',
|
|
4109
4147
|
chain: 'CEM',
|
|
@@ -6228,6 +6266,28 @@ exports.chains = {
|
|
|
6228
6266
|
explorers: [],
|
|
6229
6267
|
iconURL: 'https://ipfs.io/ipfs/QmVRdhjaBYeUVCkF8SUYMqAgGtbePYaozzy4YtMVKazLut'
|
|
6230
6268
|
},
|
|
6269
|
+
329: {
|
|
6270
|
+
name: 'VirBiCoin',
|
|
6271
|
+
chain: 'VBC',
|
|
6272
|
+
rpc: ['https://rpc.digitalregion.jp'],
|
|
6273
|
+
faucets: [],
|
|
6274
|
+
nativeCurrency: { name: 'VBC', symbol: 'VBC', decimals: 18 },
|
|
6275
|
+
infoURL: 'https://vbc.digitalregion.jp',
|
|
6276
|
+
shortName: 'virbicoin',
|
|
6277
|
+
chainId: 329,
|
|
6278
|
+
networkId: 329,
|
|
6279
|
+
icon: 'vbc',
|
|
6280
|
+
explorers: [
|
|
6281
|
+
{
|
|
6282
|
+
name: 'VirBiCoin Explorer',
|
|
6283
|
+
url: 'https://explorer.digitalregion.jp',
|
|
6284
|
+
icon: 'vbc',
|
|
6285
|
+
standard: 'EIP3091'
|
|
6286
|
+
}
|
|
6287
|
+
],
|
|
6288
|
+
status: 'active',
|
|
6289
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreihwi6alsxnjlox2tu3yg2ahbn3dqaltktgwip7fg73vr6yujvdy5y'
|
|
6290
|
+
},
|
|
6231
6291
|
331: {
|
|
6232
6292
|
name: 'Telos zkEVM Testnet',
|
|
6233
6293
|
title: 'Telos zkEVM Testnet',
|
|
@@ -6539,11 +6599,9 @@ exports.chains = {
|
|
|
6539
6599
|
infoURL: 'https://pulsechain.com/',
|
|
6540
6600
|
rpc: [
|
|
6541
6601
|
'https://rpc.pulsechain.com',
|
|
6542
|
-
'wss://rpc.pulsechain.com',
|
|
6543
6602
|
'https://pulsechain-rpc.publicnode.com',
|
|
6544
6603
|
'wss://pulsechain-rpc.publicnode.com',
|
|
6545
|
-
'https://rpc-pulsechain.g4mm4.io'
|
|
6546
|
-
'wss://rpc-pulsechain.g4mm4.io'
|
|
6604
|
+
'https://rpc-pulsechain.g4mm4.io'
|
|
6547
6605
|
],
|
|
6548
6606
|
icon: 'pulsechain',
|
|
6549
6607
|
slip44: 60,
|
|
@@ -6588,6 +6646,68 @@ exports.chains = {
|
|
|
6588
6646
|
],
|
|
6589
6647
|
iconURL: 'https://ipfs.io/ipfs/QmfQ1yae6uvXgBSwnwJM4Mtp8ctH66tM6mB1Hsgu4XvsC9'
|
|
6590
6648
|
},
|
|
6649
|
+
373: {
|
|
6650
|
+
name: 'Status Network',
|
|
6651
|
+
title: 'Status Network Mainnet',
|
|
6652
|
+
chain: 'ETH',
|
|
6653
|
+
rpc: [],
|
|
6654
|
+
faucets: [],
|
|
6655
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
6656
|
+
infoURL: 'https://status.network',
|
|
6657
|
+
shortName: 'snt',
|
|
6658
|
+
chainId: 373,
|
|
6659
|
+
networkId: 373,
|
|
6660
|
+
icon: 'snt',
|
|
6661
|
+
parent: {
|
|
6662
|
+
type: 'L2',
|
|
6663
|
+
chain: 'eip155-1',
|
|
6664
|
+
bridges: [{ url: 'https://bridge.status.network' }]
|
|
6665
|
+
},
|
|
6666
|
+
explorers: [],
|
|
6667
|
+
status: 'incubating',
|
|
6668
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreifrwbkb6mb3mtxka7q3qitd4ney5wldhe54tu4vxmvqm536wrstpe'
|
|
6669
|
+
},
|
|
6670
|
+
374: {
|
|
6671
|
+
name: 'Status Network Hoodi',
|
|
6672
|
+
title: 'Status Network Hoodi',
|
|
6673
|
+
chain: 'ETH',
|
|
6674
|
+
rpc: [],
|
|
6675
|
+
faucets: [],
|
|
6676
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
6677
|
+
infoURL: 'https://status.network',
|
|
6678
|
+
shortName: 'snt-hoodi',
|
|
6679
|
+
chainId: 374,
|
|
6680
|
+
networkId: 374,
|
|
6681
|
+
icon: 'snt',
|
|
6682
|
+
parent: {
|
|
6683
|
+
type: 'L2',
|
|
6684
|
+
chain: 'eip155-560048',
|
|
6685
|
+
bridges: [{ url: 'https://bridge.status.network' }]
|
|
6686
|
+
},
|
|
6687
|
+
explorers: [],
|
|
6688
|
+
status: 'incubating',
|
|
6689
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreifrwbkb6mb3mtxka7q3qitd4ney5wldhe54tu4vxmvqm536wrstpe'
|
|
6690
|
+
},
|
|
6691
|
+
375: {
|
|
6692
|
+
name: 'zkXPLA Mainnet',
|
|
6693
|
+
chain: 'zkXPLA',
|
|
6694
|
+
rpc: ['https://rpc.zkxpla.io'],
|
|
6695
|
+
faucets: [],
|
|
6696
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
6697
|
+
infoURL: 'https://xpla.io',
|
|
6698
|
+
shortName: 'zkxpla',
|
|
6699
|
+
chainId: 375,
|
|
6700
|
+
networkId: 375,
|
|
6701
|
+
icon: 'xpla',
|
|
6702
|
+
explorers: [
|
|
6703
|
+
{
|
|
6704
|
+
name: 'zkXPLA Mainnet Explorer',
|
|
6705
|
+
url: 'https://explorer.zkxpla.io',
|
|
6706
|
+
standard: 'EIP3091'
|
|
6707
|
+
}
|
|
6708
|
+
],
|
|
6709
|
+
iconURL: 'https://ipfs.io/ipfs/Qmf4GoxfpeA5VGqu7KP5eyv1WKaCpNDbvMxq1MjQBwFWxq'
|
|
6710
|
+
},
|
|
6591
6711
|
380: {
|
|
6592
6712
|
name: 'ZKAmoeba Testnet',
|
|
6593
6713
|
chain: 'FIL',
|
|
@@ -7227,6 +7347,26 @@ exports.chains = {
|
|
|
7227
7347
|
},
|
|
7228
7348
|
iconURL: 'https://ipfs.io/ipfs/bafybeigx76uxvcvet7365sjdzuxxcgl5auzck6vbbigu2jeg6ixl5k3tya'
|
|
7229
7349
|
},
|
|
7350
|
+
475: {
|
|
7351
|
+
name: 'zkXPLA Testnet',
|
|
7352
|
+
chain: 'zkXPLA',
|
|
7353
|
+
rpc: ['https://testnet-rpc.zkxpla.io'],
|
|
7354
|
+
faucets: [],
|
|
7355
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
7356
|
+
infoURL: 'https://xpla.io',
|
|
7357
|
+
shortName: 'zkxpla-testnet',
|
|
7358
|
+
chainId: 475,
|
|
7359
|
+
networkId: 475,
|
|
7360
|
+
icon: 'xpla',
|
|
7361
|
+
explorers: [
|
|
7362
|
+
{
|
|
7363
|
+
name: 'zkXPLA Testnet Explorer',
|
|
7364
|
+
url: 'https://testnet-explorer.zkxpla.io',
|
|
7365
|
+
standard: 'EIP3091'
|
|
7366
|
+
}
|
|
7367
|
+
],
|
|
7368
|
+
iconURL: 'https://ipfs.io/ipfs/Qmf4GoxfpeA5VGqu7KP5eyv1WKaCpNDbvMxq1MjQBwFWxq'
|
|
7369
|
+
},
|
|
7230
7370
|
478: {
|
|
7231
7371
|
name: 'Form Network',
|
|
7232
7372
|
title: 'Form Network',
|
|
@@ -7298,6 +7438,29 @@ exports.chains = {
|
|
|
7298
7438
|
}
|
|
7299
7439
|
]
|
|
7300
7440
|
},
|
|
7441
|
+
484: {
|
|
7442
|
+
name: 'Camp Network Mainnet',
|
|
7443
|
+
chain: 'CAMP',
|
|
7444
|
+
icon: 'camp',
|
|
7445
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
7446
|
+
rpc: ['https://rpc.camp.raas.gelato.cloud'],
|
|
7447
|
+
faucets: [],
|
|
7448
|
+
nativeCurrency: { name: 'Camp', symbol: 'CAMP', decimals: 18 },
|
|
7449
|
+
infoURL: 'https://docs.campnetwork.xyz',
|
|
7450
|
+
shortName: 'CampMainnet',
|
|
7451
|
+
chainId: 484,
|
|
7452
|
+
networkId: 484,
|
|
7453
|
+
slip44: 1,
|
|
7454
|
+
explorers: [
|
|
7455
|
+
{
|
|
7456
|
+
name: 'blockscout',
|
|
7457
|
+
url: 'https://camp.cloud.blockscout.com',
|
|
7458
|
+
icon: 'blockscout',
|
|
7459
|
+
standard: 'EIP3091'
|
|
7460
|
+
}
|
|
7461
|
+
],
|
|
7462
|
+
iconURL: 'https://ipfs.io/ipfs/QmZN3AzgetKvuTnZvsPPYTvtcsPa73ScGdTguXGHxc2CpN'
|
|
7463
|
+
},
|
|
7301
7464
|
486: {
|
|
7302
7465
|
name: 'Standard Mainnet',
|
|
7303
7466
|
chain: 'STND',
|
|
@@ -8399,6 +8562,35 @@ exports.chains = {
|
|
|
8399
8562
|
parent: { type: 'L2', chain: 'eip155-1', bridges: [] },
|
|
8400
8563
|
iconURL: 'https://ipfs.io/ipfs/bafkreieemyhmsjo3a3aghqcwcitqwdxt7fxtsz4tmvlu2io3hcbtetyg6e'
|
|
8401
8564
|
},
|
|
8565
|
+
680: {
|
|
8566
|
+
name: 'Jasmy Chain',
|
|
8567
|
+
chain: 'Jasmy Chain',
|
|
8568
|
+
rpc: ['https://rpc.jasmychain.io', 'wss://rpc.jasmychain.io'],
|
|
8569
|
+
faucets: [],
|
|
8570
|
+
nativeCurrency: { name: 'JasmyCoin', symbol: 'JASMY', decimals: 18 },
|
|
8571
|
+
infoURL: 'https://jasmychain.io',
|
|
8572
|
+
shortName: 'jasmychain',
|
|
8573
|
+
chainId: 680,
|
|
8574
|
+
networkId: 680,
|
|
8575
|
+
explorers: [],
|
|
8576
|
+
parent: { type: 'L2', chain: 'eip155-1', bridges: [] }
|
|
8577
|
+
},
|
|
8578
|
+
681: {
|
|
8579
|
+
name: 'Jasmy Chain Testnet',
|
|
8580
|
+
chain: 'Jasmy Chain Testnet',
|
|
8581
|
+
rpc: [
|
|
8582
|
+
'https://rpc_testnet.jasmychain.io',
|
|
8583
|
+
'wss://rpc_testnet.jasmychain.io'
|
|
8584
|
+
],
|
|
8585
|
+
faucets: [],
|
|
8586
|
+
nativeCurrency: { name: 'JasmyCoin', symbol: 'JASMY', decimals: 18 },
|
|
8587
|
+
infoURL: 'https://jasmychain.io',
|
|
8588
|
+
shortName: 'jasmychain_testnet',
|
|
8589
|
+
chainId: 681,
|
|
8590
|
+
networkId: 681,
|
|
8591
|
+
explorers: [],
|
|
8592
|
+
parent: { type: 'L2', chain: 'eip155-1', bridges: [] }
|
|
8593
|
+
},
|
|
8402
8594
|
686: {
|
|
8403
8595
|
name: 'Karura Network',
|
|
8404
8596
|
chain: 'KAR',
|
|
@@ -8921,7 +9113,7 @@ exports.chains = {
|
|
|
8921
9113
|
name: 'QL1',
|
|
8922
9114
|
chain: 'QOM',
|
|
8923
9115
|
status: 'incubating',
|
|
8924
|
-
rpc: ['https://rpc.qom.one'],
|
|
9116
|
+
rpc: ['https://rpc.qom.one', 'https://evm-rpc-ql1.foxxone.one'],
|
|
8925
9117
|
faucets: [],
|
|
8926
9118
|
nativeCurrency: { name: 'Shiba Predator', symbol: 'QOM', decimals: 18 },
|
|
8927
9119
|
infoURL: 'https://qom.one',
|
|
@@ -9348,7 +9540,11 @@ exports.chains = {
|
|
|
9348
9540
|
name: 'Daily Network Mainnet',
|
|
9349
9541
|
chain: 'Daily Network',
|
|
9350
9542
|
icon: 'daily',
|
|
9351
|
-
rpc: [
|
|
9543
|
+
rpc: [
|
|
9544
|
+
'https://rpc.mainnet.dailycrypto.net',
|
|
9545
|
+
'https://rpc-2.mainnet.dailycrypto.net',
|
|
9546
|
+
'https://rpc-3.mainnet.dailycrypto.net'
|
|
9547
|
+
],
|
|
9352
9548
|
faucets: [],
|
|
9353
9549
|
nativeCurrency: { name: 'Daily', symbol: 'DLY', decimals: 18 },
|
|
9354
9550
|
infoURL: 'https://dailycrypto.net',
|
|
@@ -9368,7 +9564,11 @@ exports.chains = {
|
|
|
9368
9564
|
name: 'Daily Network Testnet',
|
|
9369
9565
|
chain: 'Daily Network',
|
|
9370
9566
|
icon: 'daily',
|
|
9371
|
-
rpc: [
|
|
9567
|
+
rpc: [
|
|
9568
|
+
'https://rpc.testnet.dailycrypto.net',
|
|
9569
|
+
'https://rpc-2.testnet.dailycrypto.net',
|
|
9570
|
+
'https://rpc-3.testnet.dailycrypto.net'
|
|
9571
|
+
],
|
|
9372
9572
|
faucets: [],
|
|
9373
9573
|
nativeCurrency: { name: 'Daily', symbol: 'DLY', decimals: 18 },
|
|
9374
9574
|
infoURL: 'https://dailycrypto.net',
|
|
@@ -10177,6 +10377,28 @@ exports.chains = {
|
|
|
10177
10377
|
icon: 'bittensor',
|
|
10178
10378
|
iconURL: 'https://ipfs.io/ipfs/QmcwymedPKMBVUptXLeuco2kV7LEhyd3bQ6x3aAh4VAmNJ'
|
|
10179
10379
|
},
|
|
10380
|
+
968: {
|
|
10381
|
+
name: 'Datagram',
|
|
10382
|
+
chain: 'DGRAM',
|
|
10383
|
+
icon: 'dgram',
|
|
10384
|
+
rpc: ['https://mainnet.datagram.network/rpc'],
|
|
10385
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
10386
|
+
faucets: [],
|
|
10387
|
+
nativeCurrency: { name: 'DGRAM', symbol: 'DGRAM', decimals: 18 },
|
|
10388
|
+
infoURL: 'https://doc.datagram.network/introduction/what-is-datagram',
|
|
10389
|
+
shortName: 'dgram',
|
|
10390
|
+
chainId: 968,
|
|
10391
|
+
networkId: 968,
|
|
10392
|
+
explorers: [
|
|
10393
|
+
{
|
|
10394
|
+
name: 'blockscout',
|
|
10395
|
+
url: 'https://explorer.datagram.network',
|
|
10396
|
+
icon: 'dgram',
|
|
10397
|
+
standard: 'EIP3091'
|
|
10398
|
+
}
|
|
10399
|
+
],
|
|
10400
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreic6jo3sppdb653avcqbptpkqsnvhwyblc4kebkn45l5vbhgpxgtl4'
|
|
10401
|
+
},
|
|
10180
10402
|
969: {
|
|
10181
10403
|
name: 'EthXY',
|
|
10182
10404
|
chain: 'EthXY',
|
|
@@ -12135,41 +12357,31 @@ exports.chains = {
|
|
|
12135
12357
|
name: 'ARC Mainnet',
|
|
12136
12358
|
chain: 'ARC',
|
|
12137
12359
|
icon: 'arc',
|
|
12138
|
-
rpc: [
|
|
12360
|
+
rpc: [],
|
|
12139
12361
|
faucets: [],
|
|
12140
12362
|
nativeCurrency: { name: 'ARC', symbol: 'ARC', decimals: 18 },
|
|
12141
12363
|
infoURL: 'https://archiechain.io/',
|
|
12142
12364
|
shortName: 'ARC',
|
|
12143
12365
|
chainId: 1243,
|
|
12144
12366
|
networkId: 1243,
|
|
12145
|
-
explorers: [
|
|
12146
|
-
|
|
12147
|
-
name: 'archiescan',
|
|
12148
|
-
url: 'https://app.archiescan.io',
|
|
12149
|
-
standard: 'none'
|
|
12150
|
-
}
|
|
12151
|
-
],
|
|
12367
|
+
explorers: [],
|
|
12368
|
+
status: 'deprecated',
|
|
12152
12369
|
iconURL: 'https://ipfs.io/ipfs/bafybeiady63oqduls2pm4aaykzjhahblagokhnpsc5qeq5dmkxqelh7i2i'
|
|
12153
12370
|
},
|
|
12154
12371
|
1244: {
|
|
12155
12372
|
name: 'ARC Testnet',
|
|
12156
12373
|
chain: 'ARC',
|
|
12157
12374
|
icon: 'arc',
|
|
12158
|
-
rpc: [
|
|
12159
|
-
faucets: [
|
|
12375
|
+
rpc: [],
|
|
12376
|
+
faucets: [],
|
|
12160
12377
|
nativeCurrency: { name: 'ARC', symbol: 'ARC', decimals: 18 },
|
|
12161
12378
|
infoURL: 'https://archiechain.io/',
|
|
12162
12379
|
shortName: 'TARC',
|
|
12163
12380
|
chainId: 1244,
|
|
12164
12381
|
networkId: 1244,
|
|
12165
12382
|
slip44: 1,
|
|
12166
|
-
explorers: [
|
|
12167
|
-
|
|
12168
|
-
name: 'archiescan',
|
|
12169
|
-
url: 'https://testnet.archiescan.io',
|
|
12170
|
-
standard: 'none'
|
|
12171
|
-
}
|
|
12172
|
-
],
|
|
12383
|
+
explorers: [],
|
|
12384
|
+
status: 'deprecated',
|
|
12173
12385
|
iconURL: 'https://ipfs.io/ipfs/bafybeiady63oqduls2pm4aaykzjhahblagokhnpsc5qeq5dmkxqelh7i2i'
|
|
12174
12386
|
},
|
|
12175
12387
|
1246: {
|
|
@@ -13603,7 +13815,7 @@ exports.chains = {
|
|
|
13603
13815
|
standard: 'none'
|
|
13604
13816
|
}
|
|
13605
13817
|
],
|
|
13606
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
13818
|
+
iconURL: 'https://ipfs.io/ipfs/QmaBqYemL6VG5kDEMZqtJZhh6kLn3XqMyxkDpChkPttJ6B'
|
|
13607
13819
|
},
|
|
13608
13820
|
1605: {
|
|
13609
13821
|
name: 'Betherance',
|
|
@@ -13747,6 +13959,25 @@ exports.chains = {
|
|
|
13747
13959
|
}
|
|
13748
13960
|
]
|
|
13749
13961
|
},
|
|
13962
|
+
1650: {
|
|
13963
|
+
name: 'IIC Blockchain Testnet',
|
|
13964
|
+
chainId: 1650,
|
|
13965
|
+
shortName: 'iic-testnet',
|
|
13966
|
+
chain: 'IIC',
|
|
13967
|
+
networkId: 1650,
|
|
13968
|
+
nativeCurrency: { name: 'Saya Coin', symbol: 'SAYA', decimals: 18 },
|
|
13969
|
+
rpc: ['https://rpc.iic-blockchain.com'],
|
|
13970
|
+
faucets: [],
|
|
13971
|
+
infoURL: 'https://metavtz.com/',
|
|
13972
|
+
status: 'active',
|
|
13973
|
+
explorers: [
|
|
13974
|
+
{
|
|
13975
|
+
name: 'IIC Explorer',
|
|
13976
|
+
url: 'https://scan.iic-blockchain.com',
|
|
13977
|
+
standard: 'EIP3091'
|
|
13978
|
+
}
|
|
13979
|
+
]
|
|
13980
|
+
},
|
|
13750
13981
|
1657: {
|
|
13751
13982
|
name: 'Btachain',
|
|
13752
13983
|
chain: 'btachain',
|
|
@@ -15343,8 +15574,8 @@ exports.chains = {
|
|
|
15343
15574
|
1995: {
|
|
15344
15575
|
name: 'edeXa Testnet',
|
|
15345
15576
|
chain: 'edeXa',
|
|
15346
|
-
rpc: [
|
|
15347
|
-
faucets: [
|
|
15577
|
+
rpc: [],
|
|
15578
|
+
faucets: [],
|
|
15348
15579
|
nativeCurrency: { name: 'edeXa', symbol: 'tEDX', decimals: 18 },
|
|
15349
15580
|
infoURL: 'https://edexa.network/',
|
|
15350
15581
|
shortName: 'edxt',
|
|
@@ -15352,13 +15583,7 @@ exports.chains = {
|
|
|
15352
15583
|
networkId: 1995,
|
|
15353
15584
|
slip44: 1,
|
|
15354
15585
|
icon: 'edexa',
|
|
15355
|
-
explorers: [
|
|
15356
|
-
{
|
|
15357
|
-
name: 'edexa-testnet-explorer',
|
|
15358
|
-
url: 'https://explorer.testnet.edexa.network',
|
|
15359
|
-
standard: 'EIP3091'
|
|
15360
|
-
}
|
|
15361
|
-
],
|
|
15586
|
+
explorers: [],
|
|
15362
15587
|
iconURL: 'https://ipfs.io/ipfs/QmSgvmLpRsCiu2ySqyceA5xN4nwi7URJRNEZLffwEKXdoR'
|
|
15363
15588
|
},
|
|
15364
15589
|
1996: {
|
|
@@ -15891,7 +16116,7 @@ exports.chains = {
|
|
|
15891
16116
|
2035: {
|
|
15892
16117
|
name: 'Phala Network',
|
|
15893
16118
|
chain: 'ETH',
|
|
15894
|
-
rpc: [],
|
|
16119
|
+
rpc: ['https://rpc.phala.network'],
|
|
15895
16120
|
faucets: [],
|
|
15896
16121
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
15897
16122
|
infoURL: 'https://phala.network',
|
|
@@ -16314,6 +16539,19 @@ exports.chains = {
|
|
|
16314
16539
|
}
|
|
16315
16540
|
]
|
|
16316
16541
|
},
|
|
16542
|
+
2129: {
|
|
16543
|
+
name: 'Memento Testnet',
|
|
16544
|
+
chain: 'Memento',
|
|
16545
|
+
rpc: ['https://rpc.memento.zeeve.online'],
|
|
16546
|
+
faucets: ['https://faucet.memento.zeeve.online'],
|
|
16547
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
16548
|
+
features: [{ name: 'EIP155' }],
|
|
16549
|
+
infoURL: '',
|
|
16550
|
+
shortName: 'memento-testnet',
|
|
16551
|
+
chainId: 2129,
|
|
16552
|
+
networkId: 2129,
|
|
16553
|
+
explorers: []
|
|
16554
|
+
},
|
|
16317
16555
|
2136: {
|
|
16318
16556
|
name: 'BigShortBets Testnet',
|
|
16319
16557
|
chain: 'BIGSB Testnet',
|
|
@@ -16575,6 +16813,32 @@ exports.chains = {
|
|
|
16575
16813
|
],
|
|
16576
16814
|
iconURL: 'https://ipfs.io/ipfs/QmaQxfwpXYTomUd24PMx5tKjosupXcm99z1jL1XLq9LWBS'
|
|
16577
16815
|
},
|
|
16816
|
+
2201: {
|
|
16817
|
+
name: 'Stable Testnet',
|
|
16818
|
+
chain: 'Stable',
|
|
16819
|
+
icon: 'stable',
|
|
16820
|
+
rpc: ['https://rpc.testnet.stable.xyz'],
|
|
16821
|
+
faucets: ['https://faucet.stable.xyz'],
|
|
16822
|
+
nativeCurrency: { name: 'gUSDT', symbol: 'gUSDT', decimals: 18 },
|
|
16823
|
+
infoURL: 'https://stable.xyz',
|
|
16824
|
+
shortName: 'stable-testnet',
|
|
16825
|
+
chainId: 2201,
|
|
16826
|
+
networkId: 2201,
|
|
16827
|
+
explorers: [
|
|
16828
|
+
{
|
|
16829
|
+
name: 'Blockscout Explorer',
|
|
16830
|
+
url: 'https://blockscout.testnet.stable.xyz',
|
|
16831
|
+
icon: 'blockscout',
|
|
16832
|
+
standard: 'EIP3091'
|
|
16833
|
+
},
|
|
16834
|
+
{
|
|
16835
|
+
name: 'Stablescan',
|
|
16836
|
+
url: 'https://testnet.stablescan.xyz',
|
|
16837
|
+
standard: 'EIP3091'
|
|
16838
|
+
}
|
|
16839
|
+
],
|
|
16840
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreiegvgr6qwavexa5koda4wfqdqomn7h44niwufhgw4nkof5yugizvi'
|
|
16841
|
+
},
|
|
16578
16842
|
2202: {
|
|
16579
16843
|
name: 'Antofy Mainnet',
|
|
16580
16844
|
chain: 'ABN',
|
|
@@ -17853,6 +18117,54 @@ exports.chains = {
|
|
|
17853
18117
|
parent: { type: 'L2', chain: 'eip155-1' },
|
|
17854
18118
|
iconURL: 'https://ipfs.io/ipfs/QmTYgeN1E3GGXnMF2oa43v2ehX2bYqrHPrGQ9xbBMXy1we'
|
|
17855
18119
|
},
|
|
18120
|
+
2691: {
|
|
18121
|
+
name: 'Splendor Mainnet',
|
|
18122
|
+
chain: 'SPLENDOR',
|
|
18123
|
+
rpc: ['https://mainnet-rpc.splendor.org', 'https://splendor-rpc.org/'],
|
|
18124
|
+
faucets: [],
|
|
18125
|
+
nativeCurrency: { name: 'Splendor Token', symbol: 'SPLD', decimals: 18 },
|
|
18126
|
+
features: [{ name: 'EIP155' }],
|
|
18127
|
+
infoURL: 'https://splendor.org',
|
|
18128
|
+
shortName: 'spld',
|
|
18129
|
+
chainId: 2691,
|
|
18130
|
+
networkId: 2691,
|
|
18131
|
+
icon: 'splendor',
|
|
18132
|
+
explorers: [
|
|
18133
|
+
{
|
|
18134
|
+
name: 'Splendor Explorer',
|
|
18135
|
+
url: 'https://explorer.splendor.org',
|
|
18136
|
+
icon: 'splendor',
|
|
18137
|
+
standard: 'EIP3091'
|
|
18138
|
+
}
|
|
18139
|
+
],
|
|
18140
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreigdhkoqdntev2f4ixapfrcku74x4mjsgvebvlzdrjv5oadafrlpzm'
|
|
18141
|
+
},
|
|
18142
|
+
2692: {
|
|
18143
|
+
name: 'Splendor Testnet',
|
|
18144
|
+
chain: 'SPLD-TESTNET',
|
|
18145
|
+
rpc: ['https://testnet-rpc.splendor.org'],
|
|
18146
|
+
faucets: [],
|
|
18147
|
+
nativeCurrency: {
|
|
18148
|
+
name: 'Splendor Test Token',
|
|
18149
|
+
symbol: 'SPLDT',
|
|
18150
|
+
decimals: 18
|
|
18151
|
+
},
|
|
18152
|
+
features: [{ name: 'EIP155' }],
|
|
18153
|
+
infoURL: 'https://splendor.org',
|
|
18154
|
+
shortName: 'spldt',
|
|
18155
|
+
chainId: 2692,
|
|
18156
|
+
networkId: 2692,
|
|
18157
|
+
icon: 'spld-testnet',
|
|
18158
|
+
explorers: [
|
|
18159
|
+
{
|
|
18160
|
+
name: 'Splendor Testnet Explorer',
|
|
18161
|
+
url: 'https://testnet-explorer.splendor.org',
|
|
18162
|
+
icon: 'splendor',
|
|
18163
|
+
standard: 'EIP3091'
|
|
18164
|
+
}
|
|
18165
|
+
],
|
|
18166
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreigdhkoqdntev2f4ixapfrcku74x4mjsgvebvlzdrjv5oadafrlpzm'
|
|
18167
|
+
},
|
|
17856
18168
|
2710: {
|
|
17857
18169
|
name: 'Morph Testnet',
|
|
17858
18170
|
chain: 'ETH',
|
|
@@ -18551,6 +18863,27 @@ exports.chains = {
|
|
|
18551
18863
|
icon: 'satoshivm',
|
|
18552
18864
|
iconURL: 'https://ipfs.io/ipfs/QmdXnQw9YwzEBZnciSe42MMwnH1SqhfY3FcVbseyM4k7Th'
|
|
18553
18865
|
},
|
|
18866
|
+
3111: {
|
|
18867
|
+
name: 'Alpha Chain Mainnet',
|
|
18868
|
+
chain: 'Alpha Chain',
|
|
18869
|
+
rpc: ['https://rpc.goalpha.org'],
|
|
18870
|
+
faucets: [],
|
|
18871
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
18872
|
+
infoURL: 'https://docs.alphatoken.com/AlphaChain/about-alpha-chain',
|
|
18873
|
+
shortName: 'alpha',
|
|
18874
|
+
chainId: 3111,
|
|
18875
|
+
networkId: 3111,
|
|
18876
|
+
slip44: 1,
|
|
18877
|
+
icon: 'alphachain',
|
|
18878
|
+
explorers: [
|
|
18879
|
+
{
|
|
18880
|
+
name: 'Alpha Chain Scan',
|
|
18881
|
+
url: 'https://scan.goalpha.org',
|
|
18882
|
+
standard: 'EIP3091'
|
|
18883
|
+
}
|
|
18884
|
+
],
|
|
18885
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreihesy252ozceffnjmgv5pw72yddwnn2zmnmh627xwxnvxb6wfyekm'
|
|
18886
|
+
},
|
|
18554
18887
|
3141: {
|
|
18555
18888
|
name: 'Filecoin - Hyperspace testnet',
|
|
18556
18889
|
status: 'deprecated',
|
|
@@ -18567,6 +18900,29 @@ exports.chains = {
|
|
|
18567
18900
|
explorers: [],
|
|
18568
18901
|
iconURL: 'https://ipfs.io/ipfs/QmS9r9XQkMHVomWcSBNDkKkz9n87h9bH9ssabeiKZtANoU'
|
|
18569
18902
|
},
|
|
18903
|
+
3230: {
|
|
18904
|
+
name: 'C9XChain',
|
|
18905
|
+
chain: 'C9XChain',
|
|
18906
|
+
icon: 'c9xchain',
|
|
18907
|
+
rpc: [
|
|
18908
|
+
'https://services.tanssi-mainnet.network/tanssi-2002',
|
|
18909
|
+
'wss://services.tanssi-mainnet.network/tanssi-2002'
|
|
18910
|
+
],
|
|
18911
|
+
faucets: [],
|
|
18912
|
+
nativeCurrency: { name: 'CXC', symbol: 'CXC', decimals: 18 },
|
|
18913
|
+
infoURL: 'https://c9tech.com.br/',
|
|
18914
|
+
shortName: 'c9xchain',
|
|
18915
|
+
chainId: 3230,
|
|
18916
|
+
networkId: 3230,
|
|
18917
|
+
explorers: [
|
|
18918
|
+
{
|
|
18919
|
+
name: 'blockscout',
|
|
18920
|
+
url: 'https://blockscan-tanssi.c9tech.com.br',
|
|
18921
|
+
standard: 'none'
|
|
18922
|
+
}
|
|
18923
|
+
],
|
|
18924
|
+
iconURL: 'https://ipfs.io/ipfs/bafybeiemkxy4mvhfzsxccoqx5ebbe5sdudae4vclnppbc26qann4z6fkiu'
|
|
18925
|
+
},
|
|
18570
18926
|
3269: {
|
|
18571
18927
|
name: 'Dubxcoin network',
|
|
18572
18928
|
chain: 'DUBX',
|
|
@@ -18801,6 +19157,24 @@ exports.chains = {
|
|
|
18801
19157
|
slip44: 1,
|
|
18802
19158
|
status: 'incubating'
|
|
18803
19159
|
},
|
|
19160
|
+
3343: {
|
|
19161
|
+
name: 'Edge',
|
|
19162
|
+
chain: 'ETH',
|
|
19163
|
+
rpc: ['https://edge-mainnet.g.alchemy.com/public'],
|
|
19164
|
+
faucets: [],
|
|
19165
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
19166
|
+
infoURL: 'https://www.edgex.exchange',
|
|
19167
|
+
shortName: 'edge',
|
|
19168
|
+
chainId: 3343,
|
|
19169
|
+
networkId: 3343,
|
|
19170
|
+
explorers: [
|
|
19171
|
+
{
|
|
19172
|
+
name: 'Alchemy Explorer',
|
|
19173
|
+
url: 'https://edge-mainnet.explorer.alchemy.com',
|
|
19174
|
+
standard: 'EIP3091'
|
|
19175
|
+
}
|
|
19176
|
+
]
|
|
19177
|
+
},
|
|
18804
19178
|
3344: {
|
|
18805
19179
|
name: 'Pentagon Chain',
|
|
18806
19180
|
chain: 'Pentagon Chain',
|
|
@@ -19310,8 +19684,15 @@ exports.chains = {
|
|
|
19310
19684
|
3721: {
|
|
19311
19685
|
name: 'Xone Mainnet',
|
|
19312
19686
|
chain: 'XOC',
|
|
19313
|
-
icon: '
|
|
19314
|
-
rpc: [
|
|
19687
|
+
icon: 'xone_main',
|
|
19688
|
+
rpc: [
|
|
19689
|
+
'https://rpc.xone.org',
|
|
19690
|
+
'https://rpc-node-1.xone.org',
|
|
19691
|
+
'https://rpc-node-2.xone.org',
|
|
19692
|
+
'https://rpc-node-3.xone.org',
|
|
19693
|
+
'https://rpc-node-4.xone.org',
|
|
19694
|
+
'wss://rpc.xone.org'
|
|
19695
|
+
],
|
|
19315
19696
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
19316
19697
|
faucets: ['https://faucet.xone.org/'],
|
|
19317
19698
|
nativeCurrency: { name: 'Xone Coin', symbol: 'XOC', decimals: 18 },
|
|
@@ -19321,9 +19702,9 @@ exports.chains = {
|
|
|
19321
19702
|
networkId: 3721,
|
|
19322
19703
|
explorers: [
|
|
19323
19704
|
{
|
|
19324
|
-
name: '
|
|
19325
|
-
url: 'https://
|
|
19326
|
-
icon: '
|
|
19705
|
+
name: 'xone_main',
|
|
19706
|
+
url: 'https://xonescan.com',
|
|
19707
|
+
icon: 'xone_main',
|
|
19327
19708
|
standard: 'EIP3091'
|
|
19328
19709
|
}
|
|
19329
19710
|
],
|
|
@@ -20504,6 +20885,27 @@ exports.chains = {
|
|
|
20504
20885
|
explorers: [],
|
|
20505
20886
|
iconURL: 'https://ipfs.io/ipfs/QmXmBxoHWyPfpYP3gLfVB2d5DfVKT4FXKb4Bt6m7nf19wL'
|
|
20506
20887
|
},
|
|
20888
|
+
4442: {
|
|
20889
|
+
name: 'Denergy Testnet',
|
|
20890
|
+
chain: 'DEN',
|
|
20891
|
+
rpc: ['https://rpc.denergytestnet.com/'],
|
|
20892
|
+
faucets: [],
|
|
20893
|
+
nativeCurrency: { name: 'WATT', symbol: 'WATT', decimals: 18 },
|
|
20894
|
+
infoURL: 'https://d.energy/',
|
|
20895
|
+
shortName: 'den-testnet',
|
|
20896
|
+
chainId: 4442,
|
|
20897
|
+
networkId: 4442,
|
|
20898
|
+
icon: 'denergy',
|
|
20899
|
+
explorers: [
|
|
20900
|
+
{
|
|
20901
|
+
name: 'Denergy Explorer',
|
|
20902
|
+
url: 'https://explorer.denergytestnet.com',
|
|
20903
|
+
icon: 'denergy',
|
|
20904
|
+
standard: 'EIP3091'
|
|
20905
|
+
}
|
|
20906
|
+
],
|
|
20907
|
+
iconURL: 'https://ipfs.io/ipfs/QmdZMYDb12zN4ErNoSob7yotqqQBMobCDbhumMY3DV1kG1'
|
|
20908
|
+
},
|
|
20507
20909
|
4444: {
|
|
20508
20910
|
name: 'Htmlcoin Mainnet',
|
|
20509
20911
|
chain: 'mainnet',
|
|
@@ -20663,15 +21065,16 @@ exports.chains = {
|
|
|
20663
21065
|
iconURL: 'https://ipfs.io/ipfs/bafkreie5ozo663ddewiqfiuc5kq44giy4zdhvpq2hamsdub5gwa77hcplu'
|
|
20664
21066
|
},
|
|
20665
21067
|
4646: {
|
|
20666
|
-
name: 'MST
|
|
20667
|
-
title: 'MST Chain',
|
|
21068
|
+
name: 'MST Mainnet',
|
|
20668
21069
|
chain: 'MST',
|
|
20669
21070
|
rpc: [
|
|
20670
21071
|
'https://mariorpc.mstblockchain.com',
|
|
20671
|
-
'https://craftrpc.mstblockchain.com'
|
|
21072
|
+
'https://craftrpc.mstblockchain.com',
|
|
21073
|
+
'wss://mariorpc.mstblockchain.com',
|
|
21074
|
+
'wss://craftrpc.mstblockchain.com'
|
|
20672
21075
|
],
|
|
20673
21076
|
faucets: [],
|
|
20674
|
-
nativeCurrency: { name: 'MST', symbol: '
|
|
21077
|
+
nativeCurrency: { name: 'MST Native Coin', symbol: 'MSTC', decimals: 18 },
|
|
20675
21078
|
infoURL: 'https://mstblockchain.com',
|
|
20676
21079
|
shortName: 'mst',
|
|
20677
21080
|
chainId: 4646,
|
|
@@ -20680,7 +21083,7 @@ exports.chains = {
|
|
|
20680
21083
|
icon: 'mst',
|
|
20681
21084
|
explorers: [
|
|
20682
21085
|
{
|
|
20683
|
-
name: '
|
|
21086
|
+
name: 'mstscan',
|
|
20684
21087
|
url: 'https://mstscan.com',
|
|
20685
21088
|
standard: 'EIP3091'
|
|
20686
21089
|
}
|
|
@@ -21147,6 +21550,25 @@ exports.chains = {
|
|
|
21147
21550
|
],
|
|
21148
21551
|
iconURL: 'https://ipfs.io/ipfs/QmTcNX8ukHkXiVfVah1W8Sed3vtGN95Sq2QSimfLuHva6B'
|
|
21149
21552
|
},
|
|
21553
|
+
5031: {
|
|
21554
|
+
name: 'Somnia Mainnet',
|
|
21555
|
+
chain: 'Somnia',
|
|
21556
|
+
rpc: ['https://api.infra.mainnet.somnia.network'],
|
|
21557
|
+
faucets: [],
|
|
21558
|
+
nativeCurrency: { name: 'Somnia Mainnet', symbol: 'SOMI', decimals: 18 },
|
|
21559
|
+
features: [{ name: 'EIP155' }],
|
|
21560
|
+
infoURL: 'https://somnia.network',
|
|
21561
|
+
shortName: 'SomniaMainnet',
|
|
21562
|
+
chainId: 5031,
|
|
21563
|
+
networkId: 5031,
|
|
21564
|
+
explorers: [
|
|
21565
|
+
{
|
|
21566
|
+
name: 'Somnia Mainnet',
|
|
21567
|
+
url: 'https://mainnet.somnia.w3us.site',
|
|
21568
|
+
standard: 'EIP3091'
|
|
21569
|
+
}
|
|
21570
|
+
]
|
|
21571
|
+
},
|
|
21150
21572
|
5039: {
|
|
21151
21573
|
name: 'ONIGIRI Test Subnet',
|
|
21152
21574
|
chain: 'ONIGIRI',
|
|
@@ -21824,21 +22246,21 @@ exports.chains = {
|
|
|
21824
22246
|
]
|
|
21825
22247
|
},
|
|
21826
22248
|
5464: {
|
|
21827
|
-
name: '
|
|
21828
|
-
chain: '
|
|
21829
|
-
rpc: ['
|
|
22249
|
+
name: 'SagaEVM',
|
|
22250
|
+
chain: 'SagaEVM',
|
|
22251
|
+
rpc: ['https://sagaevm.jsonrpc.sagarpc.io'],
|
|
21830
22252
|
faucets: [],
|
|
21831
22253
|
nativeCurrency: { name: 'gas', symbol: 'GAS', decimals: 18 },
|
|
21832
22254
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
21833
22255
|
infoURL: 'https://www.saga.xyz',
|
|
21834
|
-
shortName: '
|
|
22256
|
+
shortName: 'sagaevm',
|
|
21835
22257
|
chainId: 5464,
|
|
21836
22258
|
networkId: 5464,
|
|
21837
|
-
icon: '
|
|
22259
|
+
icon: 'sagaevm',
|
|
21838
22260
|
explorers: [
|
|
21839
22261
|
{
|
|
21840
22262
|
name: 'blockscout',
|
|
21841
|
-
url: 'https://sagaevm
|
|
22263
|
+
url: 'https://sagaevm.sagaexplorer.io',
|
|
21842
22264
|
icon: 'blockscout',
|
|
21843
22265
|
standard: 'EIP3091'
|
|
21844
22266
|
}
|
|
@@ -22093,12 +22515,12 @@ exports.chains = {
|
|
|
22093
22515
|
name: 'Tanssi Demo',
|
|
22094
22516
|
chain: 'TANGO',
|
|
22095
22517
|
rpc: [
|
|
22096
|
-
'https://
|
|
22097
|
-
'wss://
|
|
22518
|
+
'https://services.tanssi-testnet.network/dancelight-2001',
|
|
22519
|
+
'wss://services.tanssi-testnet.network/dancelight-2001'
|
|
22098
22520
|
],
|
|
22099
22521
|
faucets: ['https://apps.tanssi.network/demo'],
|
|
22100
22522
|
nativeCurrency: { name: 'TANGO', symbol: 'TANGO', decimals: 18 },
|
|
22101
|
-
infoURL: 'https://docs.tanssi.network/builders/tanssi-network/
|
|
22523
|
+
infoURL: 'https://docs.tanssi.network/builders/tanssi-network/testnet/demo-evm-network/',
|
|
22102
22524
|
shortName: 'tango',
|
|
22103
22525
|
chainId: 5678,
|
|
22104
22526
|
networkId: 5678,
|
|
@@ -22294,19 +22716,19 @@ exports.chains = {
|
|
|
22294
22716
|
'wss://evm.dukong.mantrachain.io/ws'
|
|
22295
22717
|
],
|
|
22296
22718
|
faucets: ['https://faucet.dukong.mantrachain.io'],
|
|
22297
|
-
nativeCurrency: { name: '
|
|
22719
|
+
nativeCurrency: { name: 'MANTRA', symbol: 'MANTRA', decimals: 18 },
|
|
22298
22720
|
infoURL: 'https://mantrachain.io',
|
|
22299
22721
|
shortName: 'dukong',
|
|
22300
22722
|
chainId: 5887,
|
|
22301
22723
|
networkId: 5887,
|
|
22302
22724
|
slip44: 1,
|
|
22303
|
-
icon: '
|
|
22725
|
+
icon: 'mantra',
|
|
22304
22726
|
explorers: [
|
|
22305
22727
|
{
|
|
22306
22728
|
name: 'Dukong Explorer',
|
|
22307
|
-
url: 'http://mantrascan.io',
|
|
22729
|
+
url: 'http://mantrascan.io/dukong',
|
|
22308
22730
|
standard: 'none',
|
|
22309
|
-
icon: '
|
|
22731
|
+
icon: 'mantra'
|
|
22310
22732
|
}
|
|
22311
22733
|
],
|
|
22312
22734
|
iconURL: 'https://ipfs.io/ipfs/bafkreiftgt747chqsw67a3jyklr52op5rozqmi3qnp4edwjcf2gxabwdnu'
|
|
@@ -23137,6 +23559,37 @@ exports.chains = {
|
|
|
23137
23559
|
explorers: [],
|
|
23138
23560
|
iconURL: 'https://ipfs.io/ipfs/QmZ4ujZagoLozYSypp7uJESgExJhGGJTmmpT6AoDV8GzZW'
|
|
23139
23561
|
},
|
|
23562
|
+
6913: {
|
|
23563
|
+
name: 'billions-testnet',
|
|
23564
|
+
title: 'billions-testnet',
|
|
23565
|
+
chain: 'billions-testnet',
|
|
23566
|
+
rpc: ['https://billions-testnet-rpc.eu-north-2.gateway.fm'],
|
|
23567
|
+
features: [{ name: 'EIP155' }],
|
|
23568
|
+
faucets: ['https://billions-testnet-faucet.eu-north-2.gateway.fm'],
|
|
23569
|
+
status: 'active',
|
|
23570
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
23571
|
+
infoURL: 'https://billions.network',
|
|
23572
|
+
shortName: 'billionstest',
|
|
23573
|
+
chainId: 6913,
|
|
23574
|
+
networkId: 6913,
|
|
23575
|
+
icon: 'billions',
|
|
23576
|
+
explorers: [
|
|
23577
|
+
{
|
|
23578
|
+
name: 'Billions Testnet Explorer',
|
|
23579
|
+
url: 'https://billions-testnet-blockscout.eu-north-2.gateway.fm',
|
|
23580
|
+
icon: 'billions',
|
|
23581
|
+
standard: 'EIP3091'
|
|
23582
|
+
}
|
|
23583
|
+
],
|
|
23584
|
+
parent: {
|
|
23585
|
+
type: 'L2',
|
|
23586
|
+
chain: 'eip155-11155111',
|
|
23587
|
+
bridges: [
|
|
23588
|
+
{ url: 'https://billions-testnet-bridge.eu-north-2.gateway.fm' }
|
|
23589
|
+
]
|
|
23590
|
+
},
|
|
23591
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreihy2skjw4kedeokhsqlyipgy2gm63hfsxmenfyldejad5au4wdrjy'
|
|
23592
|
+
},
|
|
23140
23593
|
6934: {
|
|
23141
23594
|
name: 'Xylume TestNet',
|
|
23142
23595
|
chain: 'XYL',
|
|
@@ -23236,17 +23689,13 @@ exports.chains = {
|
|
|
23236
23689
|
],
|
|
23237
23690
|
faucets: [],
|
|
23238
23691
|
nativeCurrency: { name: 'Zeta', symbol: 'ZETA', decimals: 18 },
|
|
23239
|
-
infoURL: 'https://zetachain.com/docs
|
|
23692
|
+
infoURL: 'https://zetachain.com/docs',
|
|
23240
23693
|
shortName: 'zetachain-mainnet',
|
|
23241
23694
|
chainId: 7000,
|
|
23242
23695
|
networkId: 7000,
|
|
23243
23696
|
status: 'active',
|
|
23244
23697
|
explorers: [
|
|
23245
|
-
{
|
|
23246
|
-
name: 'ZetaChain Mainnet Explorer',
|
|
23247
|
-
url: 'https://explorer.zetachain.com',
|
|
23248
|
-
standard: 'none'
|
|
23249
|
-
}
|
|
23698
|
+
{ name: 'ZetaScan', url: 'https://zetascan.com', standard: 'none' }
|
|
23250
23699
|
],
|
|
23251
23700
|
iconURL: 'https://ipfs.io/ipfs/QmP4Gnf4Lkp8q5LQVePNjAWxSqrw8vU2JAf7amcFz4vEUy'
|
|
23252
23701
|
},
|
|
@@ -23261,9 +23710,7 @@ exports.chains = {
|
|
|
23261
23710
|
'https://7001.rpc.thirdweb.com',
|
|
23262
23711
|
'https://zeta-chain-testnet.drpc.org'
|
|
23263
23712
|
],
|
|
23264
|
-
faucets: [
|
|
23265
|
-
'https://www.zetachain.com/docs/reference/apps/get-testnet-zeta/'
|
|
23266
|
-
],
|
|
23713
|
+
faucets: ['https://zetachain.com/docs/reference/faucet'],
|
|
23267
23714
|
nativeCurrency: { name: 'Zeta', symbol: 'ZETA', decimals: 18 },
|
|
23268
23715
|
infoURL: 'https://zetachain.com/docs',
|
|
23269
23716
|
shortName: 'zetachain-testnet',
|
|
@@ -23274,14 +23721,8 @@ exports.chains = {
|
|
|
23274
23721
|
explorers: [
|
|
23275
23722
|
{
|
|
23276
23723
|
name: 'ZetaScan',
|
|
23277
|
-
url: 'https://
|
|
23724
|
+
url: 'https://testnet.zetascan.com',
|
|
23278
23725
|
standard: 'none'
|
|
23279
|
-
},
|
|
23280
|
-
{
|
|
23281
|
-
name: 'Blockscout',
|
|
23282
|
-
url: 'https://zetachain-athens-3.blockscout.com',
|
|
23283
|
-
icon: 'blockscout',
|
|
23284
|
-
standard: 'EIP3091'
|
|
23285
23726
|
}
|
|
23286
23727
|
],
|
|
23287
23728
|
iconURL: 'https://ipfs.io/ipfs/QmP4Gnf4Lkp8q5LQVePNjAWxSqrw8vU2JAf7amcFz4vEUy'
|
|
@@ -23671,6 +24112,48 @@ exports.chains = {
|
|
|
23671
24112
|
],
|
|
23672
24113
|
iconURL: 'https://ipfs.io/ipfs/QmSFMBk3rMyu45Sy9KQHjgArFj4HdywANNYrSosLMUdcti'
|
|
23673
24114
|
},
|
|
24115
|
+
7336: {
|
|
24116
|
+
name: 'Pruv Testnet',
|
|
24117
|
+
chain: 'PRUV Testnet',
|
|
24118
|
+
icon: 'pruv',
|
|
24119
|
+
rpc: ['https://rpc.testnet.pruv.network', 'wss://rpc.testnet.pruv.network'],
|
|
24120
|
+
faucets: ['https://faucet.testnet.pruv.network'],
|
|
24121
|
+
nativeCurrency: { name: 'Pruv', symbol: 'PRUV', decimals: 18 },
|
|
24122
|
+
infoURL: 'https://pruv.gitbook.io/pruv-network/',
|
|
24123
|
+
shortName: 'pruvtestnet',
|
|
24124
|
+
chainId: 7336,
|
|
24125
|
+
networkId: 7336,
|
|
24126
|
+
explorers: [
|
|
24127
|
+
{
|
|
24128
|
+
name: 'Pruv Testnet Explorer',
|
|
24129
|
+
url: 'https://explorer.testnet.pruv.network',
|
|
24130
|
+
icon: 'pruv',
|
|
24131
|
+
standard: 'EIP3091'
|
|
24132
|
+
}
|
|
24133
|
+
],
|
|
24134
|
+
iconURL: 'https://ipfs.io/ipfs/QmSFDZ7UvHHr6BFfggAUNfibzKRHW7vaTHgoE326uUDgXj'
|
|
24135
|
+
},
|
|
24136
|
+
7337: {
|
|
24137
|
+
name: 'Pruv Mainnet',
|
|
24138
|
+
chain: 'PRUV Mainnet',
|
|
24139
|
+
icon: 'pruv',
|
|
24140
|
+
rpc: ['https://rpc.pruv.network', 'wss://rpc.pruv.network'],
|
|
24141
|
+
faucets: [],
|
|
24142
|
+
nativeCurrency: { name: 'Pruv', symbol: 'PRUV', decimals: 18 },
|
|
24143
|
+
infoURL: 'https://pruv.gitbook.io/pruv-network/',
|
|
24144
|
+
shortName: 'pruvmainnet',
|
|
24145
|
+
chainId: 7337,
|
|
24146
|
+
networkId: 7337,
|
|
24147
|
+
explorers: [
|
|
24148
|
+
{
|
|
24149
|
+
name: 'Pruv Explorer',
|
|
24150
|
+
url: 'https://explorer.pruv.network',
|
|
24151
|
+
icon: 'pruv',
|
|
24152
|
+
standard: 'EIP3091'
|
|
24153
|
+
}
|
|
24154
|
+
],
|
|
24155
|
+
iconURL: 'https://ipfs.io/ipfs/QmSFDZ7UvHHr6BFfggAUNfibzKRHW7vaTHgoE326uUDgXj'
|
|
24156
|
+
},
|
|
23674
24157
|
7341: {
|
|
23675
24158
|
name: 'Shyft Mainnet',
|
|
23676
24159
|
chain: 'SHYFT',
|
|
@@ -26206,6 +26689,32 @@ exports.chains = {
|
|
|
26206
26689
|
],
|
|
26207
26690
|
iconURL: 'https://ipfs.io/ipfs/bafkreigsioq2bd4c6slficwtzjq6gbti2c4vhzjlsjtihz2b762j4zjqhy'
|
|
26208
26691
|
},
|
|
26692
|
+
9030: {
|
|
26693
|
+
name: 'Qubetics Mainnet',
|
|
26694
|
+
chain: 'Qubetics Mainnet',
|
|
26695
|
+
rpc: [
|
|
26696
|
+
'https://rpc.qubetics.com',
|
|
26697
|
+
'wss://socket-testnet.qubetics.work',
|
|
26698
|
+
'https://evm-rpc-arch.qubetics.com',
|
|
26699
|
+
'https://evm-ws-arch.qubetics.com'
|
|
26700
|
+
],
|
|
26701
|
+
faucets: [],
|
|
26702
|
+
nativeCurrency: { name: 'Qubetics', symbol: 'TICS', decimals: 18 },
|
|
26703
|
+
infoURL: 'https://www.qubetics.com',
|
|
26704
|
+
shortName: 'QubeticsMainnet',
|
|
26705
|
+
chainId: 9030,
|
|
26706
|
+
networkId: 9030,
|
|
26707
|
+
icon: 'qubetics',
|
|
26708
|
+
explorers: [
|
|
26709
|
+
{
|
|
26710
|
+
name: 'Qubetics Mainnet Explorer',
|
|
26711
|
+
url: 'https://ticsscan.com',
|
|
26712
|
+
standard: 'none',
|
|
26713
|
+
icon: 'qubetics'
|
|
26714
|
+
}
|
|
26715
|
+
],
|
|
26716
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreigsioq2bd4c6slficwtzjq6gbti2c4vhzjlsjtihz2b762j4zjqhy'
|
|
26717
|
+
},
|
|
26209
26718
|
9069: {
|
|
26210
26719
|
name: 'Apex Fusion - Nexus Mainnet',
|
|
26211
26720
|
chain: 'Nexus Mainnet',
|
|
@@ -28371,6 +28880,50 @@ exports.chains = {
|
|
|
28371
28880
|
],
|
|
28372
28881
|
iconURL: 'https://ipfs.io/ipfs/QmdR9QJjQEh1mBnf2WbJfehverxiP5RDPWMtEECbDP2rc3'
|
|
28373
28882
|
},
|
|
28883
|
+
11811: {
|
|
28884
|
+
name: 'ARK Mainnet',
|
|
28885
|
+
chain: 'ARK',
|
|
28886
|
+
icon: 'ark',
|
|
28887
|
+
rpc: ['https://rpc.ark.io'],
|
|
28888
|
+
faucets: [],
|
|
28889
|
+
nativeCurrency: { name: 'ARK Token', symbol: 'ARK', decimals: 18 },
|
|
28890
|
+
infoURL: 'https://ark.io',
|
|
28891
|
+
shortName: 'ark',
|
|
28892
|
+
chainId: 11811,
|
|
28893
|
+
networkId: 11811,
|
|
28894
|
+
slip44: 60,
|
|
28895
|
+
explorers: [
|
|
28896
|
+
{
|
|
28897
|
+
name: 'ARK Mainnet Explorer',
|
|
28898
|
+
url: 'https://arkscan.io',
|
|
28899
|
+
standard: 'none'
|
|
28900
|
+
}
|
|
28901
|
+
],
|
|
28902
|
+
status: 'incubating',
|
|
28903
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreia6szwv32h5g5nmdk6dusypjvgo5cjochtulrg3zfwqd2bwyctevi'
|
|
28904
|
+
},
|
|
28905
|
+
11812: {
|
|
28906
|
+
name: 'ARK Testnet',
|
|
28907
|
+
chain: 'ARK',
|
|
28908
|
+
icon: 'ark',
|
|
28909
|
+
rpc: ['https://testnet.mainsailhq.com/rpc'],
|
|
28910
|
+
faucets: ['https://faucet.mainsailhq.com'],
|
|
28911
|
+
nativeCurrency: { name: 'DARK Token', symbol: 'DARK', decimals: 18 },
|
|
28912
|
+
infoURL: 'https://ark.io',
|
|
28913
|
+
shortName: 'ark-testnet',
|
|
28914
|
+
chainId: 11812,
|
|
28915
|
+
networkId: 11812,
|
|
28916
|
+
slip44: 60,
|
|
28917
|
+
explorers: [
|
|
28918
|
+
{
|
|
28919
|
+
name: 'ARK Testnet Explorer',
|
|
28920
|
+
url: 'https://explorer-demo.mainsailhq.com',
|
|
28921
|
+
standard: 'none'
|
|
28922
|
+
}
|
|
28923
|
+
],
|
|
28924
|
+
status: 'incubating',
|
|
28925
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreia6szwv32h5g5nmdk6dusypjvgo5cjochtulrg3zfwqd2bwyctevi'
|
|
28926
|
+
},
|
|
28374
28927
|
11820: {
|
|
28375
28928
|
name: 'Artela Mainnet',
|
|
28376
28929
|
chain: 'Artela',
|
|
@@ -29107,6 +29660,29 @@ exports.chains = {
|
|
|
29107
29660
|
],
|
|
29108
29661
|
iconURL: 'https://ipfs.io/ipfs/Qmbk23C5vZpGBfq8SuPXR1PrfWER2m8w6LGqBkhXAvxia1'
|
|
29109
29662
|
},
|
|
29663
|
+
13766: {
|
|
29664
|
+
name: 'Trexx',
|
|
29665
|
+
chain: 'Trexx',
|
|
29666
|
+
icon: 'trexx',
|
|
29667
|
+
rpc: [
|
|
29668
|
+
'https://services.tanssi-mainnet.network/tanssi-2003',
|
|
29669
|
+
'wss://services.tanssi-mainnet.network/tanssi-2003'
|
|
29670
|
+
],
|
|
29671
|
+
faucets: [],
|
|
29672
|
+
nativeCurrency: { name: 'TRX', symbol: 'TRX', decimals: 18 },
|
|
29673
|
+
infoURL: 'https://trexx.com.br',
|
|
29674
|
+
shortName: 'trexx',
|
|
29675
|
+
chainId: 13766,
|
|
29676
|
+
networkId: 13766,
|
|
29677
|
+
explorers: [
|
|
29678
|
+
{
|
|
29679
|
+
name: 'Tanssi EVM Basic Explorer',
|
|
29680
|
+
url: 'https://evmexplorer.tanssi-chains.network/?rpcUrl=https://services.tanssi-mainnet.network/tanssi-2003',
|
|
29681
|
+
standard: 'none'
|
|
29682
|
+
}
|
|
29683
|
+
],
|
|
29684
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreib23xfvla3cgtykjuqtg7hngnvz6rhpigraomzvepcnhttdkaqmyy'
|
|
29685
|
+
},
|
|
29110
29686
|
13812: {
|
|
29111
29687
|
name: 'Susono',
|
|
29112
29688
|
chain: 'SUS',
|
|
@@ -29260,6 +29836,28 @@ exports.chains = {
|
|
|
29260
29836
|
],
|
|
29261
29837
|
iconURL: 'https://ipfs.io/ipfs/bafkreidjhjv7uu7if745ys7ari3ka75spm2hqyr5po66sbe7kqsfk7ahua'
|
|
29262
29838
|
},
|
|
29839
|
+
14601: {
|
|
29840
|
+
name: 'Sonic Testnet',
|
|
29841
|
+
chain: 'sonic-testnet',
|
|
29842
|
+
rpc: ['https://rpc.testnet.soniclabs.com'],
|
|
29843
|
+
faucets: ['https://testnet.soniclabs.com/account'],
|
|
29844
|
+
nativeCurrency: { name: 'Sonic', symbol: 'S', decimals: 18 },
|
|
29845
|
+
features: [{ name: 'EIP155' }],
|
|
29846
|
+
infoURL: 'https://testnet.soniclabs.com',
|
|
29847
|
+
shortName: 'sonic-testnet',
|
|
29848
|
+
chainId: 14601,
|
|
29849
|
+
networkId: 14601,
|
|
29850
|
+
icon: 'sonic',
|
|
29851
|
+
explorers: [
|
|
29852
|
+
{
|
|
29853
|
+
name: 'Sonic Testnet Explorer',
|
|
29854
|
+
url: 'https://explorer.testnet.soniclabs.com',
|
|
29855
|
+
icon: 'sonic',
|
|
29856
|
+
standard: 'none'
|
|
29857
|
+
}
|
|
29858
|
+
],
|
|
29859
|
+
iconURL: 'https://ipfs.io/ipfs/QmbFqQ87T3HwjF6KejNYYYMcUtc7t64FDbfkpgWchFgMpC'
|
|
29860
|
+
},
|
|
29263
29861
|
14800: {
|
|
29264
29862
|
name: 'Vana Moksha Testnet',
|
|
29265
29863
|
chain: 'Vana Moksha Testnet',
|
|
@@ -30022,6 +30620,27 @@ exports.chains = {
|
|
|
30022
30620
|
],
|
|
30023
30621
|
iconURL: 'https://ipfs.io/ipfs/QmaNywdCUrHoe3grk3hhHXrsTgc3tHVpt2ZaoRYoNkgEvc'
|
|
30024
30622
|
},
|
|
30623
|
+
17771: {
|
|
30624
|
+
name: 'DMD Diamond',
|
|
30625
|
+
chain: 'DMD',
|
|
30626
|
+
rpc: ['https://rpc.bit.diamonds'],
|
|
30627
|
+
faucets: ['https://faucet.bit.diamonds'],
|
|
30628
|
+
nativeCurrency: { name: 'DMD', symbol: 'DMD', decimals: 18 },
|
|
30629
|
+
infoURL: 'https://bit.diamonds',
|
|
30630
|
+
shortName: 'dmd',
|
|
30631
|
+
chainId: 17771,
|
|
30632
|
+
networkId: 17771,
|
|
30633
|
+
icon: 'dmd',
|
|
30634
|
+
explorers: [
|
|
30635
|
+
{
|
|
30636
|
+
name: 'blockscout',
|
|
30637
|
+
url: 'https://explorer.bit.diamonds',
|
|
30638
|
+
icon: 'dmd',
|
|
30639
|
+
standard: 'EIP3091'
|
|
30640
|
+
}
|
|
30641
|
+
],
|
|
30642
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreieaev7npoq4zzd3kn352nkbqw3jsh22rf6wqypovpljyx6pb2meom'
|
|
30643
|
+
},
|
|
30025
30644
|
17777: {
|
|
30026
30645
|
name: 'EOS EVM Network',
|
|
30027
30646
|
chain: 'EOS',
|
|
@@ -30420,6 +31039,27 @@ exports.chains = {
|
|
|
30420
31039
|
],
|
|
30421
31040
|
iconURL: 'https://ipfs.io/ipfs/QmatvJXLgMthjXwydGBVFRtga9fZXJ3qFEVJ6cMRxniFUc'
|
|
30422
31041
|
},
|
|
31042
|
+
19478: {
|
|
31043
|
+
name: 'Trustivon Testnet',
|
|
31044
|
+
chain: 'Trustivon',
|
|
31045
|
+
shortName: 'trustivon',
|
|
31046
|
+
infoURL: 'https://trustivon.com',
|
|
31047
|
+
icon: 'trustivon',
|
|
31048
|
+
chainId: 19478,
|
|
31049
|
+
networkId: 19478,
|
|
31050
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
31051
|
+
nativeCurrency: { name: 'Trustivon', symbol: 'TC', decimals: 18 },
|
|
31052
|
+
rpc: ['https://rpc.trustivon.com'],
|
|
31053
|
+
faucets: ['https://faucet.trustivon.com'],
|
|
31054
|
+
explorers: [
|
|
31055
|
+
{
|
|
31056
|
+
name: 'Trustivon Explorer',
|
|
31057
|
+
url: 'https://scan.trustivon.com',
|
|
31058
|
+
standard: 'EIP3091'
|
|
31059
|
+
}
|
|
31060
|
+
],
|
|
31061
|
+
iconURL: 'https://ipfs.io/ipfs/QmdwQDr6vmBtXmK2TmknkEuZNoaDqTasFdZdu3DRw8b2wt'
|
|
31062
|
+
},
|
|
30423
31063
|
19515: {
|
|
30424
31064
|
name: 'SEC Testnet',
|
|
30425
31065
|
chain: 'SEC',
|
|
@@ -30833,7 +31473,7 @@ exports.chains = {
|
|
|
30833
31473
|
chain: '1Money Network',
|
|
30834
31474
|
rpc: ['https://mainnet.1money.network'],
|
|
30835
31475
|
faucets: [],
|
|
30836
|
-
nativeCurrency: { name: '
|
|
31476
|
+
nativeCurrency: { name: 'FREE', symbol: 'FREE', decimals: 18 },
|
|
30837
31477
|
features: [{ name: 'EIP155' }],
|
|
30838
31478
|
infoURL: 'https://1money.com',
|
|
30839
31479
|
shortName: '1money',
|
|
@@ -31132,6 +31772,29 @@ exports.chains = {
|
|
|
31132
31772
|
],
|
|
31133
31773
|
iconURL: 'https://ipfs.io/ipfs/QmeCyZeibUoHNoYGzy1GkzH2uhxyRHKvH51PdaUMer4VTo'
|
|
31134
31774
|
},
|
|
31775
|
+
23232: {
|
|
31776
|
+
name: 'Gotas Social',
|
|
31777
|
+
chain: 'Gotas',
|
|
31778
|
+
icon: 'gotas',
|
|
31779
|
+
rpc: [
|
|
31780
|
+
'https://services.tanssi-mainnet.network/tanssi-2006',
|
|
31781
|
+
'wss://services.tanssi-mainnet.network/tanssi-2006'
|
|
31782
|
+
],
|
|
31783
|
+
faucets: [],
|
|
31784
|
+
nativeCurrency: { name: 'GOTAS', symbol: 'GOTAS', decimals: 18 },
|
|
31785
|
+
infoURL: 'https://gotas.com/',
|
|
31786
|
+
shortName: 'gotas',
|
|
31787
|
+
chainId: 23232,
|
|
31788
|
+
networkId: 23232,
|
|
31789
|
+
explorers: [
|
|
31790
|
+
{
|
|
31791
|
+
name: 'Tanssi EVM Basic Explorer',
|
|
31792
|
+
url: 'https://evmexplorer.tanssi-chains.network/?rpcUrl=https://services.tanssi-mainnet.network/tanssi-2006',
|
|
31793
|
+
standard: 'none'
|
|
31794
|
+
}
|
|
31795
|
+
],
|
|
31796
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreih2fivik6aij5gvnasutu7zo5y6la4az7qqcpwto5v56qrfywcvbq'
|
|
31797
|
+
},
|
|
31135
31798
|
23294: {
|
|
31136
31799
|
name: 'Oasis Sapphire',
|
|
31137
31800
|
chain: 'Sapphire',
|
|
@@ -31525,6 +32188,27 @@ exports.chains = {
|
|
|
31525
32188
|
}
|
|
31526
32189
|
]
|
|
31527
32190
|
},
|
|
32191
|
+
26514: {
|
|
32192
|
+
name: 'Horizen Mainnet',
|
|
32193
|
+
chain: 'horizen',
|
|
32194
|
+
rpc: ['https://horizen.calderachain.xyz/http'],
|
|
32195
|
+
faucets: [],
|
|
32196
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
32197
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
32198
|
+
infoURL: 'https://horizen.hub.caldera.xyz',
|
|
32199
|
+
shortName: 'horizen',
|
|
32200
|
+
chainId: 26514,
|
|
32201
|
+
networkId: 26514,
|
|
32202
|
+
icon: 'horizen',
|
|
32203
|
+
explorers: [
|
|
32204
|
+
{
|
|
32205
|
+
name: 'Horizen Mainnet Caldera Explorer',
|
|
32206
|
+
url: 'https://horizen.calderaexplorer.xyz',
|
|
32207
|
+
standard: 'EIP3091'
|
|
32208
|
+
}
|
|
32209
|
+
],
|
|
32210
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreiejezmamcywe5jigzopxlpxdp5uvofx3h2jfo5xp34bphf43i4ega'
|
|
32211
|
+
},
|
|
31528
32212
|
26600: {
|
|
31529
32213
|
name: 'Hertz Network Mainnet',
|
|
31530
32214
|
chain: 'HTZ',
|
|
@@ -31789,6 +32473,29 @@ exports.chains = {
|
|
|
31789
32473
|
}
|
|
31790
32474
|
]
|
|
31791
32475
|
},
|
|
32476
|
+
28540: {
|
|
32477
|
+
name: 'Rivool',
|
|
32478
|
+
chain: 'Rivool',
|
|
32479
|
+
icon: 'rivool',
|
|
32480
|
+
rpc: [
|
|
32481
|
+
'https://services.tanssi-mainnet.network/tanssi-2005',
|
|
32482
|
+
'wss://services.tanssi-mainnet.network/tanssi-2005'
|
|
32483
|
+
],
|
|
32484
|
+
faucets: [],
|
|
32485
|
+
nativeCurrency: { name: 'RVO', symbol: 'RVO', decimals: 18 },
|
|
32486
|
+
infoURL: 'https://rivool.finance/',
|
|
32487
|
+
shortName: 'rivool',
|
|
32488
|
+
chainId: 28540,
|
|
32489
|
+
networkId: 28540,
|
|
32490
|
+
explorers: [
|
|
32491
|
+
{
|
|
32492
|
+
name: 'Tanssi EVM Basic Explorer',
|
|
32493
|
+
url: 'https://evmexplorer.tanssi-chains.network/?rpcUrl=https://services.tanssi-mainnet.network/tanssi-2005',
|
|
32494
|
+
standard: 'none'
|
|
32495
|
+
}
|
|
32496
|
+
],
|
|
32497
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreiby5lsr4ogkcqftubqmju3cphoret5sqt4xrcuothgmbsh2awdgdm'
|
|
32498
|
+
},
|
|
31792
32499
|
28882: {
|
|
31793
32500
|
name: 'Boba Sepolia',
|
|
31794
32501
|
chain: 'ETH',
|
|
@@ -32215,8 +32922,8 @@ exports.chains = {
|
|
|
32215
32922
|
rpc: [
|
|
32216
32923
|
'https://rpc_evm-mezo.imperator.co',
|
|
32217
32924
|
'wss://ws_evm-mezo.imperator.co',
|
|
32218
|
-
'https://
|
|
32219
|
-
'wss://
|
|
32925
|
+
'https://rpc-http.mezo.boar.network',
|
|
32926
|
+
'wss://rpc-ws.mezo.boar.network',
|
|
32220
32927
|
'https://mainnet.mezo.public.validationcloud.io',
|
|
32221
32928
|
'wss://mainnet.mezo.public.validationcloud.io',
|
|
32222
32929
|
'https://rpc-internal.mezo.org',
|
|
@@ -32656,6 +33363,24 @@ exports.chains = {
|
|
|
32656
33363
|
],
|
|
32657
33364
|
iconURL: 'https://ipfs.io/ipfs/QmVhM3wHXdXkFEvW4x4vYqT7bx7gb5BQLWcLebHBeAzAXF'
|
|
32658
33365
|
},
|
|
33366
|
+
33431: {
|
|
33367
|
+
name: 'Edge Testnet',
|
|
33368
|
+
chain: 'ETH',
|
|
33369
|
+
rpc: ['https://edge-testnet.g.alchemy.com/public'],
|
|
33370
|
+
faucets: [],
|
|
33371
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
33372
|
+
infoURL: 'https://www.edgex.exchange',
|
|
33373
|
+
shortName: 'edge-testnet',
|
|
33374
|
+
chainId: 33431,
|
|
33375
|
+
networkId: 33431,
|
|
33376
|
+
explorers: [
|
|
33377
|
+
{
|
|
33378
|
+
name: 'Alchemy Explorer',
|
|
33379
|
+
url: 'https://edge-testnet.explorer.alchemy.com',
|
|
33380
|
+
standard: 'EIP3091'
|
|
33381
|
+
}
|
|
33382
|
+
]
|
|
33383
|
+
},
|
|
32659
33384
|
33469: {
|
|
32660
33385
|
name: 'Zilliqa 2 EVM devnet',
|
|
32661
33386
|
chain: 'ZIL',
|
|
@@ -32849,6 +33574,26 @@ exports.chains = {
|
|
|
32849
33574
|
],
|
|
32850
33575
|
iconURL: 'https://ipfs.io/ipfs/QmQUQKe8VEtSthhgXnJ3EmEz94YhpVCpUDZAiU9KYyNLya'
|
|
32851
33576
|
},
|
|
33577
|
+
36888: {
|
|
33578
|
+
name: 'AB Core Mainnet',
|
|
33579
|
+
chain: 'AB',
|
|
33580
|
+
rpc: ['https://rpc.core.ab.org', 'https://rpc1.core.ab.org'],
|
|
33581
|
+
faucets: [],
|
|
33582
|
+
nativeCurrency: { name: 'AB', symbol: 'AB', decimals: 18 },
|
|
33583
|
+
features: [{ name: 'EIP155' }],
|
|
33584
|
+
infoURL: 'https://ab.org',
|
|
33585
|
+
shortName: 'abcore',
|
|
33586
|
+
chainId: 36888,
|
|
33587
|
+
networkId: 36888,
|
|
33588
|
+
explorers: [
|
|
33589
|
+
{
|
|
33590
|
+
name: 'AB Core Explorer',
|
|
33591
|
+
url: 'https://explorer.core.ab.org',
|
|
33592
|
+
standard: 'EIP3091'
|
|
33593
|
+
}
|
|
33594
|
+
],
|
|
33595
|
+
status: 'active'
|
|
33596
|
+
},
|
|
32852
33597
|
37111: {
|
|
32853
33598
|
name: 'Lens Testnet',
|
|
32854
33599
|
title: 'Lens Network Sepolia Testnet',
|
|
@@ -33424,7 +34169,7 @@ exports.chains = {
|
|
|
33424
34169
|
icon: 'etherlink',
|
|
33425
34170
|
chainId: 42793,
|
|
33426
34171
|
networkId: 42793,
|
|
33427
|
-
features: [{ name: 'EIP1559' }],
|
|
34172
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
33428
34173
|
infoURL: 'https://etherlink.com',
|
|
33429
34174
|
shortName: 'etlk',
|
|
33430
34175
|
nativeCurrency: { name: 'tez', symbol: 'XTZ', decimals: 18 },
|
|
@@ -34642,6 +35387,19 @@ exports.chains = {
|
|
|
34642
35387
|
],
|
|
34643
35388
|
iconURL: 'https://ipfs.io/ipfs/QmdR9QJjQEh1mBnf2WbJfehverxiP5RDPWMtEECbDP2rc3'
|
|
34644
35389
|
},
|
|
35390
|
+
51888: {
|
|
35391
|
+
name: 'Memento Mainnet',
|
|
35392
|
+
chain: 'Memento',
|
|
35393
|
+
rpc: ['https://rpc.mementoblockchain.com'],
|
|
35394
|
+
faucets: [],
|
|
35395
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
35396
|
+
features: [{ name: 'EIP155' }],
|
|
35397
|
+
infoURL: '',
|
|
35398
|
+
shortName: 'memento-mainnet',
|
|
35399
|
+
chainId: 51888,
|
|
35400
|
+
networkId: 51888,
|
|
35401
|
+
explorers: []
|
|
35402
|
+
},
|
|
34645
35403
|
52014: {
|
|
34646
35404
|
name: 'Electroneum Mainnet',
|
|
34647
35405
|
chain: 'Electroneum',
|
|
@@ -35049,6 +35807,48 @@ exports.chains = {
|
|
|
35049
35807
|
}
|
|
35050
35808
|
]
|
|
35051
35809
|
},
|
|
35810
|
+
55930: {
|
|
35811
|
+
name: 'DataHaven Mainnet',
|
|
35812
|
+
chain: 'datahaven',
|
|
35813
|
+
icon: 'datahaven',
|
|
35814
|
+
rpc: [
|
|
35815
|
+
'https://services.datahaven-mainnet.network/mainnet',
|
|
35816
|
+
'wss://services.datahaven-mainnet.network/mainnet'
|
|
35817
|
+
],
|
|
35818
|
+
faucets: [],
|
|
35819
|
+
nativeCurrency: { name: 'HAVE', symbol: 'HAVE', decimals: 18 },
|
|
35820
|
+
infoURL: 'https://datahaven.xyz',
|
|
35821
|
+
shortName: 'datahaven',
|
|
35822
|
+
chainId: 55930,
|
|
35823
|
+
networkId: 55930,
|
|
35824
|
+
explorers: [
|
|
35825
|
+
{ name: 'Blockscout', url: 'https://dhscan.io', standard: 'none' }
|
|
35826
|
+
],
|
|
35827
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreidfkhqgkkmkhoalf5quh7hzfgtthp6rzn25rbnilghhzhdiotpqne'
|
|
35828
|
+
},
|
|
35829
|
+
55931: {
|
|
35830
|
+
name: 'DataHaven Testnet',
|
|
35831
|
+
chain: 'datahaven-testnet',
|
|
35832
|
+
icon: 'datahaven-testnet',
|
|
35833
|
+
rpc: [
|
|
35834
|
+
'https://services.datahaven-testnet.network/testnet',
|
|
35835
|
+
'wss://services.datahaven-testnet.network/testnet'
|
|
35836
|
+
],
|
|
35837
|
+
faucets: ['https://apps.datahaven.xyz/faucet'],
|
|
35838
|
+
nativeCurrency: { name: 'MOCK', symbol: 'MOCK', decimals: 18 },
|
|
35839
|
+
infoURL: 'https://datahaven.xyz',
|
|
35840
|
+
shortName: 'datahaven-testnet',
|
|
35841
|
+
chainId: 55931,
|
|
35842
|
+
networkId: 55931,
|
|
35843
|
+
explorers: [
|
|
35844
|
+
{
|
|
35845
|
+
name: 'Blockscout',
|
|
35846
|
+
url: 'https://testnet.dhscan.io',
|
|
35847
|
+
standard: 'none'
|
|
35848
|
+
}
|
|
35849
|
+
],
|
|
35850
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreidfkhqgkkmkhoalf5quh7hzfgtthp6rzn25rbnilghhzhdiotpqne'
|
|
35851
|
+
},
|
|
35052
35852
|
56026: {
|
|
35053
35853
|
name: 'Lambda Chain Mainnet',
|
|
35054
35854
|
chain: 'Lambda Chain',
|
|
@@ -35561,6 +36361,50 @@ exports.chains = {
|
|
|
35561
36361
|
}
|
|
35562
36362
|
]
|
|
35563
36363
|
},
|
|
36364
|
+
60600: {
|
|
36365
|
+
name: 'POTOS Testnet',
|
|
36366
|
+
chain: 'POTOS',
|
|
36367
|
+
icon: 'potos',
|
|
36368
|
+
rpc: ['https://rpc-testnet.potos.hk'],
|
|
36369
|
+
faucets: ['https://faucet-testnet.potos.hk'],
|
|
36370
|
+
nativeCurrency: { name: 'POTOS Token', symbol: 'POT', decimals: 18 },
|
|
36371
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
36372
|
+
infoURL: 'https://potos.hk',
|
|
36373
|
+
shortName: 'potos-testnet',
|
|
36374
|
+
chainId: 60600,
|
|
36375
|
+
networkId: 60600,
|
|
36376
|
+
explorers: [
|
|
36377
|
+
{
|
|
36378
|
+
name: 'POTOS Testnet explorer',
|
|
36379
|
+
url: 'https://scan-testnet.potos.hk',
|
|
36380
|
+
icon: 'blockscout',
|
|
36381
|
+
standard: 'EIP3091'
|
|
36382
|
+
}
|
|
36383
|
+
],
|
|
36384
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreididbxq2gx64fctdjfdyu727hmjauoqpqqtdbwqg5ge4yu2mcrw7a'
|
|
36385
|
+
},
|
|
36386
|
+
60603: {
|
|
36387
|
+
name: 'POTOS Mainnet',
|
|
36388
|
+
chain: 'POTOS',
|
|
36389
|
+
icon: 'potos',
|
|
36390
|
+
rpc: ['https://rpc.potos.hk'],
|
|
36391
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
36392
|
+
nativeCurrency: { name: 'POTOS Token', symbol: 'POT', decimals: 18 },
|
|
36393
|
+
faucets: [],
|
|
36394
|
+
infoURL: 'https://potos.hk',
|
|
36395
|
+
shortName: 'potos',
|
|
36396
|
+
chainId: 60603,
|
|
36397
|
+
networkId: 60603,
|
|
36398
|
+
explorers: [
|
|
36399
|
+
{
|
|
36400
|
+
name: 'POTOS Mainnet explorer',
|
|
36401
|
+
url: 'https://scan.potos.hk',
|
|
36402
|
+
icon: 'blockscout',
|
|
36403
|
+
standard: 'EIP3091'
|
|
36404
|
+
}
|
|
36405
|
+
],
|
|
36406
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreididbxq2gx64fctdjfdyu727hmjauoqpqqtdbwqg5ge4yu2mcrw7a'
|
|
36407
|
+
},
|
|
35564
36408
|
60808: {
|
|
35565
36409
|
name: 'BOB',
|
|
35566
36410
|
chain: 'ETH',
|
|
@@ -35879,6 +36723,28 @@ exports.chains = {
|
|
|
35879
36723
|
],
|
|
35880
36724
|
infoURL: 'https://docs.celo.org/'
|
|
35881
36725
|
},
|
|
36726
|
+
62606: {
|
|
36727
|
+
name: 'Apollo Mainnet',
|
|
36728
|
+
chain: 'APOLLO',
|
|
36729
|
+
icon: 'apollo',
|
|
36730
|
+
rpc: ['https://mainnet-rpc.apolloscan.io'],
|
|
36731
|
+
faucets: [],
|
|
36732
|
+
nativeCurrency: { name: 'Apollo', symbol: 'APOLLO', decimals: 18 },
|
|
36733
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
36734
|
+
infoURL: 'https://docs.apolloscan.io',
|
|
36735
|
+
shortName: 'APOLLO',
|
|
36736
|
+
chainId: 62606,
|
|
36737
|
+
networkId: 62606,
|
|
36738
|
+
explorers: [
|
|
36739
|
+
{
|
|
36740
|
+
name: 'Apollo Mainnet',
|
|
36741
|
+
url: 'https://apolloscan.io',
|
|
36742
|
+
icon: 'apollo',
|
|
36743
|
+
standard: 'EIP3091'
|
|
36744
|
+
}
|
|
36745
|
+
],
|
|
36746
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreiblhmgzou3p7n6cp2jb3huqzctb5ax4tnkuf4azyf7djzrsqn4fua'
|
|
36747
|
+
},
|
|
35882
36748
|
62621: {
|
|
35883
36749
|
name: 'MultiVAC Mainnet',
|
|
35884
36750
|
chain: 'MultiVAC',
|
|
@@ -36245,6 +37111,32 @@ exports.chains = {
|
|
|
36245
37111
|
chainId: 67588,
|
|
36246
37112
|
networkId: 3344
|
|
36247
37113
|
},
|
|
37114
|
+
68414: {
|
|
37115
|
+
name: 'Henesys',
|
|
37116
|
+
chain: 'Henesys',
|
|
37117
|
+
rpc: ['https://henesys-rpc.msu.io'],
|
|
37118
|
+
faucets: [],
|
|
37119
|
+
nativeCurrency: { name: 'NEXPACE', symbol: 'NXPC', decimals: 18 },
|
|
37120
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
37121
|
+
infoURL: 'https://nexpace.io',
|
|
37122
|
+
shortName: 'nxpc',
|
|
37123
|
+
chainId: 68414,
|
|
37124
|
+
networkId: 68414,
|
|
37125
|
+
icon: 'nexpace',
|
|
37126
|
+
explorers: [
|
|
37127
|
+
{
|
|
37128
|
+
name: 'Xangle MSU Explorer',
|
|
37129
|
+
url: 'https://msu-explorer.xangle.io',
|
|
37130
|
+
standard: 'EIP3091'
|
|
37131
|
+
},
|
|
37132
|
+
{
|
|
37133
|
+
name: 'Avalanche Explorer',
|
|
37134
|
+
url: 'https://subnets.avax.network/henesys',
|
|
37135
|
+
standard: 'EIP3091'
|
|
37136
|
+
}
|
|
37137
|
+
],
|
|
37138
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreiacfidhalwauvrdvlgtn2zs3ijdvqh56audxwoljxuaoqn3vmq5vq'
|
|
37139
|
+
},
|
|
36248
37140
|
68770: {
|
|
36249
37141
|
name: 'DM2 Verse Mainnet',
|
|
36250
37142
|
chain: 'DM2 Verse',
|
|
@@ -37272,6 +38164,26 @@ exports.chains = {
|
|
|
37272
38164
|
explorers: [],
|
|
37273
38165
|
parent: { type: 'L2', chain: 'eip155-42161' }
|
|
37274
38166
|
},
|
|
38167
|
+
80808: {
|
|
38168
|
+
name: 'HyperX',
|
|
38169
|
+
chain: 'HyperX',
|
|
38170
|
+
rpc: ['https://rpc.hyperx.technology'],
|
|
38171
|
+
faucets: ['https://faucet.hyperx.technology'],
|
|
38172
|
+
nativeCurrency: { name: 'HPX', symbol: 'HPX', decimals: 18 },
|
|
38173
|
+
infoURL: 'https://hyperx.technology/',
|
|
38174
|
+
shortName: 'hpx',
|
|
38175
|
+
chainId: 80808,
|
|
38176
|
+
networkId: 80808,
|
|
38177
|
+
icon: 'hpx',
|
|
38178
|
+
explorers: [
|
|
38179
|
+
{
|
|
38180
|
+
name: 'HyperX Explorer',
|
|
38181
|
+
url: 'https://scan.hyperx.technology',
|
|
38182
|
+
standard: 'EIP3091'
|
|
38183
|
+
}
|
|
38184
|
+
],
|
|
38185
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreihip3cdp4p2ggts3djq3wzyb2danm6oi6vdavdat2na4t46qmwsia'
|
|
38186
|
+
},
|
|
37275
38187
|
80931: {
|
|
37276
38188
|
name: 'Forta Chain',
|
|
37277
38189
|
chain: 'Forta Chain',
|
|
@@ -37313,6 +38225,27 @@ exports.chains = {
|
|
|
37313
38225
|
],
|
|
37314
38226
|
iconURL: 'https://ipfs.io/ipfs/bafkreie45fcr2hllmej2elwqpdxmiaycxmz25tl5ymraduhtefqndhlm4q'
|
|
37315
38227
|
},
|
|
38228
|
+
81224: {
|
|
38229
|
+
name: 'Codex',
|
|
38230
|
+
chain: 'ETH',
|
|
38231
|
+
rpc: ['https://rpc.codex.xyz', 'wss://rpc.codex.xyz'],
|
|
38232
|
+
faucets: [],
|
|
38233
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
38234
|
+
infoURL: 'https://www.codex.xyz/',
|
|
38235
|
+
shortName: 'codex',
|
|
38236
|
+
chainId: 81224,
|
|
38237
|
+
networkId: 81224,
|
|
38238
|
+
icon: 'codex',
|
|
38239
|
+
explorers: [
|
|
38240
|
+
{
|
|
38241
|
+
name: 'Codex Explorer',
|
|
38242
|
+
url: 'https://explorer.codex.xyz',
|
|
38243
|
+
standard: 'EIP3091'
|
|
38244
|
+
}
|
|
38245
|
+
],
|
|
38246
|
+
parent: { type: 'L2', chain: 'eip155-1' },
|
|
38247
|
+
iconURL: 'https://ipfs.io/ipfs/QmcGpSkBgL2jwyAVHTY4Ai3ij8QvyEaoL6uVF5d2XiXkXW'
|
|
38248
|
+
},
|
|
37316
38249
|
81341: {
|
|
37317
38250
|
name: 'Amana Testnet',
|
|
37318
38251
|
chain: 'MEER',
|
|
@@ -37803,6 +38736,19 @@ exports.chains = {
|
|
|
37803
38736
|
],
|
|
37804
38737
|
iconURL: 'https://ipfs.io/ipfs/QmdiEBREiSP9TBHqxV8Ap3kehvBktBWFCpXs3mkC4e18zM'
|
|
37805
38738
|
},
|
|
38739
|
+
88688: {
|
|
38740
|
+
name: 'Cycle Network Mainnet Frigate',
|
|
38741
|
+
chain: 'ETH',
|
|
38742
|
+
rpc: ['https://frigate-rpc-mainnet.cyclenetwork.io'],
|
|
38743
|
+
faucets: [],
|
|
38744
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
38745
|
+
infoURL: 'https://www.cyclenetwork.io/',
|
|
38746
|
+
shortName: 'cyclef',
|
|
38747
|
+
chainId: 88688,
|
|
38748
|
+
networkId: 88688,
|
|
38749
|
+
icon: 'cycle',
|
|
38750
|
+
iconURL: 'https://ipfs.io/ipfs/QmeC4mKGbBpwmLfFxUSsareWkSWJomevUmex8ajjxo1zHx'
|
|
38751
|
+
},
|
|
37806
38752
|
88800: {
|
|
37807
38753
|
name: 'ZKasino Mainnet',
|
|
37808
38754
|
chain: 'ZKasino',
|
|
@@ -39242,6 +40188,28 @@ exports.chains = {
|
|
|
39242
40188
|
],
|
|
39243
40189
|
iconURL: 'https://ipfs.io/ipfs/QmYmx1KEFtAuCpA8VDq5B7WvbDVYGvXkZjBkmZTSQMsYCX'
|
|
39244
40190
|
},
|
|
40191
|
+
100611: {
|
|
40192
|
+
name: 'Monsoon Alpha',
|
|
40193
|
+
chain: 'MONSOON ALPHA',
|
|
40194
|
+
rpc: ['https://alpha.monsoon.rainfall.one'],
|
|
40195
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
40196
|
+
faucets: [],
|
|
40197
|
+
nativeCurrency: { name: 'RDL', symbol: 'RDL', decimals: 18 },
|
|
40198
|
+
infoURL: '',
|
|
40199
|
+
shortName: 'monsoon-alpha',
|
|
40200
|
+
chainId: 100611,
|
|
40201
|
+
networkId: 100611,
|
|
40202
|
+
icon: 'monsoon',
|
|
40203
|
+
explorers: [
|
|
40204
|
+
{
|
|
40205
|
+
name: 'Monsoon Scan',
|
|
40206
|
+
url: 'https://scout.alpha.monsoon.rainfall.one',
|
|
40207
|
+
icon: 'monsoon',
|
|
40208
|
+
standard: 'EIP3091'
|
|
40209
|
+
}
|
|
40210
|
+
],
|
|
40211
|
+
iconURL: 'https://ipfs.io/ipfs/QmYmx1KEFtAuCpA8VDq5B7WvbDVYGvXkZjBkmZTSQMsYCX'
|
|
40212
|
+
},
|
|
39245
40213
|
101003: {
|
|
39246
40214
|
name: 'Socotra JUNE-Chain',
|
|
39247
40215
|
chain: 'Socotra JUNE-Chain',
|
|
@@ -40052,13 +41020,34 @@ exports.chains = {
|
|
|
40052
41020
|
}
|
|
40053
41021
|
]
|
|
40054
41022
|
},
|
|
41023
|
+
127823: {
|
|
41024
|
+
name: 'Etherlink Shadownet Testnet',
|
|
41025
|
+
chain: 'Etherlink',
|
|
41026
|
+
icon: 'etherlink',
|
|
41027
|
+
chainId: 127823,
|
|
41028
|
+
networkId: 127823,
|
|
41029
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
41030
|
+
infoURL: 'https://etherlink.com',
|
|
41031
|
+
shortName: 'etlst',
|
|
41032
|
+
nativeCurrency: { name: 'tez', symbol: 'XTZ', decimals: 18 },
|
|
41033
|
+
rpc: ['https://node.shadownet.etherlink.com'],
|
|
41034
|
+
faucets: ['https://faucet.etherlink.com'],
|
|
41035
|
+
explorers: [
|
|
41036
|
+
{
|
|
41037
|
+
name: 'Etherlink Shadownet Testnet Explorer',
|
|
41038
|
+
url: 'https://shadownet.explorer.etherlink.com',
|
|
41039
|
+
standard: 'EIP3091'
|
|
41040
|
+
}
|
|
41041
|
+
],
|
|
41042
|
+
iconURL: 'https://ipfs.io/ipfs/QmVqE4wq3fd3RKZwo7GxmW333ywHgYBZGvqwh3TUBM5DUi'
|
|
41043
|
+
},
|
|
40055
41044
|
128123: {
|
|
40056
|
-
name: 'Etherlink Testnet',
|
|
41045
|
+
name: 'Etherlink Ghostnet Testnet',
|
|
40057
41046
|
chain: 'Etherlink',
|
|
40058
41047
|
icon: 'etherlink',
|
|
40059
41048
|
chainId: 128123,
|
|
40060
41049
|
networkId: 128123,
|
|
40061
|
-
features: [{ name: 'EIP1559' }],
|
|
41050
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
40062
41051
|
infoURL: 'https://etherlink.com',
|
|
40063
41052
|
shortName: 'etlt',
|
|
40064
41053
|
nativeCurrency: { name: 'tez', symbol: 'XTZ', decimals: 18 },
|
|
@@ -40066,11 +41055,12 @@ exports.chains = {
|
|
|
40066
41055
|
faucets: ['https://faucet.etherlink.com'],
|
|
40067
41056
|
explorers: [
|
|
40068
41057
|
{
|
|
40069
|
-
name: 'Etherlink Testnet Explorer',
|
|
41058
|
+
name: 'Etherlink Ghostnet Testnet Explorer',
|
|
40070
41059
|
url: 'https://testnet.explorer.etherlink.com',
|
|
40071
41060
|
standard: 'EIP3091'
|
|
40072
41061
|
}
|
|
40073
41062
|
],
|
|
41063
|
+
status: 'deprecated',
|
|
40074
41064
|
iconURL: 'https://ipfs.io/ipfs/QmVqE4wq3fd3RKZwo7GxmW333ywHgYBZGvqwh3TUBM5DUi'
|
|
40075
41065
|
},
|
|
40076
41066
|
129399: {
|
|
@@ -40494,31 +41484,41 @@ exports.chains = {
|
|
|
40494
41484
|
iconURL: 'https://ipfs.io/ipfs/QmcHdmVr5VRUJq13jnM6tgah5Ge7hn3Dm14eY6vwivJ5ui'
|
|
40495
41485
|
},
|
|
40496
41486
|
167009: {
|
|
40497
|
-
name: 'Taiko Hekla',
|
|
41487
|
+
name: 'Taiko Hekla (deprecated)',
|
|
40498
41488
|
chain: 'ETH',
|
|
40499
|
-
status: '
|
|
41489
|
+
status: 'deprecated',
|
|
40500
41490
|
icon: 'taiko',
|
|
40501
|
-
rpc: [
|
|
40502
|
-
'https://rpc.hekla.taiko.xyz',
|
|
40503
|
-
'wss://ws.hekla.taiko.xyz',
|
|
40504
|
-
'https://taiko-hekla-rpc.publicnode.com',
|
|
40505
|
-
'wss://taiko-hekla-rpc.publicnode.com'
|
|
40506
|
-
],
|
|
41491
|
+
rpc: [],
|
|
40507
41492
|
faucets: [],
|
|
40508
41493
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
40509
41494
|
infoURL: 'https://taiko.xyz',
|
|
40510
41495
|
shortName: 'tko-hekla',
|
|
40511
41496
|
chainId: 167009,
|
|
40512
41497
|
networkId: 167009,
|
|
41498
|
+
explorers: [],
|
|
41499
|
+
iconURL: 'https://ipfs.io/ipfs/QmcHdmVr5VRUJq13jnM6tgah5Ge7hn3Dm14eY6vwivJ5ui'
|
|
41500
|
+
},
|
|
41501
|
+
167013: {
|
|
41502
|
+
name: 'Taiko Hoodi',
|
|
41503
|
+
chain: 'ETH',
|
|
41504
|
+
status: 'active',
|
|
41505
|
+
icon: 'taiko',
|
|
41506
|
+
rpc: ['https://rpc.hoodi.taiko.xyz'],
|
|
41507
|
+
faucets: [],
|
|
41508
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
41509
|
+
infoURL: 'https://taiko.xyz',
|
|
41510
|
+
shortName: 'tko-hoodi',
|
|
41511
|
+
chainId: 167013,
|
|
41512
|
+
networkId: 167013,
|
|
40513
41513
|
explorers: [
|
|
40514
41514
|
{
|
|
40515
|
-
name: '
|
|
40516
|
-
url: 'https://
|
|
41515
|
+
name: 'Blockscout',
|
|
41516
|
+
url: 'https://blockscout.hoodi.taiko.xyz',
|
|
40517
41517
|
standard: 'EIP3091'
|
|
40518
41518
|
},
|
|
40519
41519
|
{
|
|
40520
|
-
name: '
|
|
40521
|
-
url: 'https://
|
|
41520
|
+
name: 'Etherscan',
|
|
41521
|
+
url: 'https://hoodi.taikoscan.io',
|
|
40522
41522
|
standard: 'EIP3091'
|
|
40523
41523
|
}
|
|
40524
41524
|
],
|
|
@@ -40662,6 +41662,53 @@ exports.chains = {
|
|
|
40662
41662
|
],
|
|
40663
41663
|
iconURL: 'https://ipfs.io/ipfs/QmXZcwET1LhUxfc2mCdiCJFm61jUHsVVXuZYwx8zhvHQxn'
|
|
40664
41664
|
},
|
|
41665
|
+
175200: {
|
|
41666
|
+
name: 'Lit Chain Mainnet',
|
|
41667
|
+
chain: 'LITKEY',
|
|
41668
|
+
icon: 'lit',
|
|
41669
|
+
rpc: ['https://lit-chain-rpc.litprotocol.com'],
|
|
41670
|
+
faucets: [],
|
|
41671
|
+
nativeCurrency: { name: 'Lit Protocol', symbol: 'LITKEY', decimals: 18 },
|
|
41672
|
+
infoURL: 'https://litprotocol.com',
|
|
41673
|
+
shortName: 'lit',
|
|
41674
|
+
chainId: 175200,
|
|
41675
|
+
networkId: 175200,
|
|
41676
|
+
explorers: [
|
|
41677
|
+
{
|
|
41678
|
+
name: 'Lit Chain Explorer',
|
|
41679
|
+
url: 'https://lit-chain-explorer.litprotocol.com',
|
|
41680
|
+
icon: 'lit',
|
|
41681
|
+
standard: 'EIP3091'
|
|
41682
|
+
}
|
|
41683
|
+
],
|
|
41684
|
+
iconURL: 'https://ipfs.io/ipfs/QmXZcwET1LhUxfc2mCdiCJFm61jUHsVVXuZYwx8zhvHQxn'
|
|
41685
|
+
},
|
|
41686
|
+
181228: {
|
|
41687
|
+
name: 'HPP Sepolia Testnet',
|
|
41688
|
+
chain: 'ETH',
|
|
41689
|
+
rpc: ['https://sepolia.hpp.io'],
|
|
41690
|
+
faucets: ['https://faucet.conduit.xyz'],
|
|
41691
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
41692
|
+
infoURL: 'https://www.hpp.io',
|
|
41693
|
+
shortName: 'hpp-sepolia',
|
|
41694
|
+
chainId: 181228,
|
|
41695
|
+
networkId: 181228,
|
|
41696
|
+
icon: 'hpp',
|
|
41697
|
+
explorers: [
|
|
41698
|
+
{
|
|
41699
|
+
name: 'HPP Sepolia Explorer',
|
|
41700
|
+
url: 'https://sepolia-explorer.hpp.io',
|
|
41701
|
+
icon: 'blockscout',
|
|
41702
|
+
standard: 'EIP3091'
|
|
41703
|
+
}
|
|
41704
|
+
],
|
|
41705
|
+
parent: {
|
|
41706
|
+
type: 'L2',
|
|
41707
|
+
chain: 'eip155-11155111',
|
|
41708
|
+
bridges: [{ url: 'https://portal.arbitrum.io/bridge' }]
|
|
41709
|
+
},
|
|
41710
|
+
iconURL: 'https://ipfs.io/ipfs/QmX5MTCNX4wKb7B9pK6UH7oHGcWj5m8XywhzXqLA7gtVAJ'
|
|
41711
|
+
},
|
|
40665
41712
|
188710: {
|
|
40666
41713
|
name: 'Bitica Chain Mainnet',
|
|
40667
41714
|
chain: 'BDCC',
|
|
@@ -40705,6 +41752,32 @@ exports.chains = {
|
|
|
40705
41752
|
],
|
|
40706
41753
|
iconURL: 'https://ipfs.io/ipfs/QmPRDuEJSTqp2cDUvWCp71Wns6XV8nvdeAVKWH6srpk4xM'
|
|
40707
41754
|
},
|
|
41755
|
+
190415: {
|
|
41756
|
+
name: 'HPP Mainnet',
|
|
41757
|
+
chain: 'ETH',
|
|
41758
|
+
rpc: ['https://mainnet.hpp.io'],
|
|
41759
|
+
faucets: [],
|
|
41760
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
41761
|
+
infoURL: 'https://www.hpp.io',
|
|
41762
|
+
shortName: 'hpp-mainnet',
|
|
41763
|
+
chainId: 190415,
|
|
41764
|
+
networkId: 190415,
|
|
41765
|
+
icon: 'hpp',
|
|
41766
|
+
explorers: [
|
|
41767
|
+
{
|
|
41768
|
+
name: 'HPP Mainnet Explorer',
|
|
41769
|
+
url: 'https://explorer.hpp.io',
|
|
41770
|
+
icon: 'blockscout',
|
|
41771
|
+
standard: 'EIP3091'
|
|
41772
|
+
}
|
|
41773
|
+
],
|
|
41774
|
+
parent: {
|
|
41775
|
+
type: 'L2',
|
|
41776
|
+
chain: 'eip155-1',
|
|
41777
|
+
bridges: [{ url: 'https://portal.arbitrum.io/bridge' }]
|
|
41778
|
+
},
|
|
41779
|
+
iconURL: 'https://ipfs.io/ipfs/QmX5MTCNX4wKb7B9pK6UH7oHGcWj5m8XywhzXqLA7gtVAJ'
|
|
41780
|
+
},
|
|
40708
41781
|
191919: {
|
|
40709
41782
|
name: 'Altblockscan Mainnet',
|
|
40710
41783
|
chain: 'ALTB',
|
|
@@ -40744,6 +41817,7 @@ exports.chains = {
|
|
|
40744
41817
|
193939: {
|
|
40745
41818
|
name: 'R0AR Chain',
|
|
40746
41819
|
chain: 'R0AR Chain',
|
|
41820
|
+
icon: 'r0ar',
|
|
40747
41821
|
rpc: ['https://rpc-r0ar.io'],
|
|
40748
41822
|
faucets: [],
|
|
40749
41823
|
nativeCurrency: { name: 'Ethereum', symbol: 'ETH', decimals: 18 },
|
|
@@ -40752,8 +41826,14 @@ exports.chains = {
|
|
|
40752
41826
|
chainId: 193939,
|
|
40753
41827
|
networkId: 193939,
|
|
40754
41828
|
explorers: [
|
|
40755
|
-
{
|
|
40756
|
-
|
|
41829
|
+
{
|
|
41830
|
+
name: 'tracehawk',
|
|
41831
|
+
url: 'https://r0arscan.io',
|
|
41832
|
+
icon: 'r0ar',
|
|
41833
|
+
standard: 'none'
|
|
41834
|
+
}
|
|
41835
|
+
],
|
|
41836
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreicz6422v574rrwrbmvllvrts6nyv4cwcpxxrrokrsr6ekjuky3c6i'
|
|
40757
41837
|
},
|
|
40758
41838
|
198989: {
|
|
40759
41839
|
name: 'Lydia Coin Testnet',
|
|
@@ -41167,6 +42247,27 @@ exports.chains = {
|
|
|
41167
42247
|
}
|
|
41168
42248
|
]
|
|
41169
42249
|
},
|
|
42250
|
+
202599: {
|
|
42251
|
+
name: 'JuChain Testnet',
|
|
42252
|
+
chain: 'JuChain',
|
|
42253
|
+
rpc: ['https://testnet-rpc.juchain.org', 'wss://testnet-ws.juchain.org'],
|
|
42254
|
+
faucets: [],
|
|
42255
|
+
nativeCurrency: { name: 'JU Testnet Token', symbol: 'JU', decimals: 18 },
|
|
42256
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
42257
|
+
infoURL: 'https://www.juchain.org',
|
|
42258
|
+
shortName: 'ju-test',
|
|
42259
|
+
chainId: 202599,
|
|
42260
|
+
networkId: 202599,
|
|
42261
|
+
icon: 'ju-test',
|
|
42262
|
+
explorers: [
|
|
42263
|
+
{
|
|
42264
|
+
name: 'JUChain Test Explorer',
|
|
42265
|
+
url: 'https://testnet.juscan.io',
|
|
42266
|
+
standard: 'EIP3091'
|
|
42267
|
+
}
|
|
42268
|
+
],
|
|
42269
|
+
iconURL: 'https://ipfs.io/ipfs/QmTYAGtxSChGszStYeGM3knudcXB1JH4rPwMjhz3yvSXkW'
|
|
42270
|
+
},
|
|
41170
42271
|
202624: {
|
|
41171
42272
|
name: 'Jellie',
|
|
41172
42273
|
title: 'Twala Testnet Jellie',
|
|
@@ -41230,6 +42331,27 @@ exports.chains = {
|
|
|
41230
42331
|
],
|
|
41231
42332
|
iconURL: 'https://ipfs.io/ipfs/QmbkTh6qNYUnae5yNjied3qZqVyZcb4x3hfUpJ33bGg9QY'
|
|
41232
42333
|
},
|
|
42334
|
+
210000: {
|
|
42335
|
+
name: 'JuChain Mainnet',
|
|
42336
|
+
chain: 'JuChain',
|
|
42337
|
+
rpc: ['https://rpc.juchain.org', 'wss://ws.juchain.org'],
|
|
42338
|
+
faucets: [],
|
|
42339
|
+
nativeCurrency: { name: 'JU', symbol: 'JU', decimals: 18 },
|
|
42340
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
42341
|
+
infoURL: 'https://www.juchain.org',
|
|
42342
|
+
shortName: 'ju',
|
|
42343
|
+
chainId: 210000,
|
|
42344
|
+
networkId: 210000,
|
|
42345
|
+
icon: 'ju',
|
|
42346
|
+
explorers: [
|
|
42347
|
+
{
|
|
42348
|
+
name: 'JUChain Mainnet Explorer',
|
|
42349
|
+
url: 'https://juscan.io',
|
|
42350
|
+
standard: 'EIP3091'
|
|
42351
|
+
}
|
|
42352
|
+
],
|
|
42353
|
+
iconURL: 'https://ipfs.io/ipfs/QmTYAGtxSChGszStYeGM3knudcXB1JH4rPwMjhz3yvSXkW'
|
|
42354
|
+
},
|
|
41233
42355
|
210049: {
|
|
41234
42356
|
name: 'GitAGI Atlas Testnet',
|
|
41235
42357
|
chain: 'GitAGI',
|
|
@@ -42185,7 +43307,7 @@ exports.chains = {
|
|
|
42185
43307
|
323432: {
|
|
42186
43308
|
name: 'World Mobile Chain Testnet',
|
|
42187
43309
|
chain: 'WOMOX',
|
|
42188
|
-
rpc: ['https://worldmobile-
|
|
43310
|
+
rpc: ['https://worldmobile-testnet.g.alchemy.com/public'],
|
|
42189
43311
|
faucets: ['https://testnet-faucet.worldmobile.net'],
|
|
42190
43312
|
nativeCurrency: { name: 'ATestingToken', symbol: 'WOMOX', decimals: 18 },
|
|
42191
43313
|
infoURL: 'https://worldmobile.io/the-chain',
|
|
@@ -42426,6 +43548,29 @@ exports.chains = {
|
|
|
42426
43548
|
networkId: 333999,
|
|
42427
43549
|
iconURL: 'https://ipfs.io/ipfs/QmagWrtyApex28H2QeXcs3jJ2F7p2K7eESz3cDbHdQ3pjG'
|
|
42428
43550
|
},
|
|
43551
|
+
335700: {
|
|
43552
|
+
name: 'Scenium',
|
|
43553
|
+
chain: 'Scenium',
|
|
43554
|
+
icon: 'scenium',
|
|
43555
|
+
rpc: [
|
|
43556
|
+
'https://services.tanssi-mainnet.network/tanssi-2004',
|
|
43557
|
+
'wss://services.tanssi-mainnet.network/tanssi-2004'
|
|
43558
|
+
],
|
|
43559
|
+
faucets: [],
|
|
43560
|
+
nativeCurrency: { name: 'SCEN', symbol: 'SCEN', decimals: 18 },
|
|
43561
|
+
infoURL: 'hhttps://www.scenium.io/',
|
|
43562
|
+
shortName: 'scenium',
|
|
43563
|
+
chainId: 335700,
|
|
43564
|
+
networkId: 335700,
|
|
43565
|
+
explorers: [
|
|
43566
|
+
{
|
|
43567
|
+
name: 'Tanssi EVM Basic Explorer',
|
|
43568
|
+
url: 'https://evmexplorer.tanssi-chains.network/?rpcUrl=https://services.tanssi-mainnet.network/tanssi-2004',
|
|
43569
|
+
standard: 'none'
|
|
43570
|
+
}
|
|
43571
|
+
],
|
|
43572
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreicngi3vnsauqgncupwitkkq2733nuwmqvczkiodynbsaxjmu2brna'
|
|
43573
|
+
},
|
|
42429
43574
|
336655: {
|
|
42430
43575
|
name: 'UPchain Testnet',
|
|
42431
43576
|
chain: 'UPchain',
|
|
@@ -42557,6 +43702,27 @@ exports.chains = {
|
|
|
42557
43702
|
],
|
|
42558
43703
|
iconURL: 'https://ipfs.io/ipfs/QmRiAUu3xV5uiX6Nk1iXD5w6qjki5ugGFETRVavzJ2h5QF'
|
|
42559
43704
|
},
|
|
43705
|
+
369369: {
|
|
43706
|
+
name: 'Denergy Network',
|
|
43707
|
+
chain: 'DEN',
|
|
43708
|
+
rpc: ['https://rpc.d.energy/'],
|
|
43709
|
+
faucets: [],
|
|
43710
|
+
nativeCurrency: { name: 'WATT', symbol: 'WATT', decimals: 18 },
|
|
43711
|
+
infoURL: 'https://d.energy/',
|
|
43712
|
+
shortName: 'den-mainnet',
|
|
43713
|
+
chainId: 369369,
|
|
43714
|
+
networkId: 369369,
|
|
43715
|
+
icon: 'denergy',
|
|
43716
|
+
explorers: [
|
|
43717
|
+
{
|
|
43718
|
+
name: 'Denergy Explorer',
|
|
43719
|
+
url: 'https://explorer.denergychain.com',
|
|
43720
|
+
icon: 'denergy',
|
|
43721
|
+
standard: 'EIP3091'
|
|
43722
|
+
}
|
|
43723
|
+
],
|
|
43724
|
+
iconURL: 'https://ipfs.io/ipfs/QmdZMYDb12zN4ErNoSob7yotqqQBMobCDbhumMY3DV1kG1'
|
|
43725
|
+
},
|
|
42560
43726
|
373737: {
|
|
42561
43727
|
name: 'HAPchain Testnet',
|
|
42562
43728
|
chain: 'HAPchain',
|
|
@@ -43222,6 +44388,27 @@ exports.chains = {
|
|
|
43222
44388
|
],
|
|
43223
44389
|
iconURL: 'https://ipfs.io/ipfs/QmY6AkNb5TYrDbM5M7YpSM8X3aYn2LcPXeLXz6F7WoB27r'
|
|
43224
44390
|
},
|
|
44391
|
+
511111: {
|
|
44392
|
+
name: 'Alpha Chain Testnet',
|
|
44393
|
+
chain: 'Alpha Chain',
|
|
44394
|
+
rpc: ['https://testnet-rpc.goalpha.org'],
|
|
44395
|
+
faucets: [],
|
|
44396
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
44397
|
+
infoURL: 'https://docs.alphatoken.com/AlphaChain/about-alpha-chain',
|
|
44398
|
+
shortName: 'alpha-testnet',
|
|
44399
|
+
chainId: 511111,
|
|
44400
|
+
networkId: 511111,
|
|
44401
|
+
slip44: 1,
|
|
44402
|
+
icon: 'alphachain',
|
|
44403
|
+
explorers: [
|
|
44404
|
+
{
|
|
44405
|
+
name: 'Alpha Chain Testnet Scan',
|
|
44406
|
+
url: 'https://testnet-scan.goalpha.org',
|
|
44407
|
+
standard: 'EIP3091'
|
|
44408
|
+
}
|
|
44409
|
+
],
|
|
44410
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreihesy252ozceffnjmgv5pw72yddwnn2zmnmh627xwxnvxb6wfyekm'
|
|
44411
|
+
},
|
|
43225
44412
|
512512: {
|
|
43226
44413
|
name: 'CMP-Testnet',
|
|
43227
44414
|
chain: 'CMP',
|
|
@@ -43580,19 +44767,19 @@ exports.chains = {
|
|
|
43580
44767
|
iconURL: 'https://ipfs.io/ipfs/QmV8Ks2Bikdy3VejY1YRAoucB5nifVocBhG7GJqfGmZuF3'
|
|
43581
44768
|
},
|
|
43582
44769
|
560000: {
|
|
43583
|
-
name: 'Hetu
|
|
44770
|
+
name: 'Hetu Mainnet',
|
|
43584
44771
|
chain: 'HETU',
|
|
43585
|
-
rpc: ['https://rpc.
|
|
43586
|
-
faucets: [
|
|
43587
|
-
nativeCurrency: { name: '
|
|
44772
|
+
rpc: ['https://rpc.va.hetu.org'],
|
|
44773
|
+
faucets: [],
|
|
44774
|
+
nativeCurrency: { name: 'HETU', symbol: 'HETU', decimals: 18 },
|
|
43588
44775
|
infoURL: 'https://hetu.org',
|
|
43589
44776
|
shortName: 'HETU',
|
|
43590
44777
|
chainId: 560000,
|
|
43591
44778
|
networkId: 560000,
|
|
43592
44779
|
explorers: [
|
|
43593
44780
|
{
|
|
43594
|
-
name: 'Hetu
|
|
43595
|
-
url: 'https://
|
|
44781
|
+
name: 'Hetu Mainnet Scan',
|
|
44782
|
+
url: 'https://scan.v1.hetu.org',
|
|
43596
44783
|
icon: 'hetu',
|
|
43597
44784
|
standard: 'EIP3091'
|
|
43598
44785
|
}
|
|
@@ -44636,6 +45823,27 @@ exports.chains = {
|
|
|
44636
45823
|
},
|
|
44637
45824
|
iconURL: 'https://ipfs.io/ipfs/bafkreiaj7b6pdekv3rjuta5wsdvmfdcsat2jftjgozape7wvmyj6d3vjcm'
|
|
44638
45825
|
},
|
|
45826
|
+
812242: {
|
|
45827
|
+
name: 'Codex Testnet',
|
|
45828
|
+
chain: 'ETH',
|
|
45829
|
+
rpc: ['https://rpc.codex-stg.xyz', 'wss://rpc.codex-stg.xyz'],
|
|
45830
|
+
faucets: [],
|
|
45831
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
45832
|
+
infoURL: 'https://www.codex.xyz/',
|
|
45833
|
+
shortName: 'codex-testnet',
|
|
45834
|
+
chainId: 812242,
|
|
45835
|
+
networkId: 812242,
|
|
45836
|
+
icon: 'codex-testnet',
|
|
45837
|
+
explorers: [
|
|
45838
|
+
{
|
|
45839
|
+
name: 'Codex Testnet Explorer',
|
|
45840
|
+
url: 'https://explorer.codex-stg.xyz',
|
|
45841
|
+
standard: 'EIP3091'
|
|
45842
|
+
}
|
|
45843
|
+
],
|
|
45844
|
+
parent: { type: 'L2', chain: 'eip155-11155111' },
|
|
45845
|
+
iconURL: 'https://ipfs.io/ipfs/QmP9ehCr7SYf2e2kGhX7DX3WePUFyu8ACGZycPnKFBQeGs'
|
|
45846
|
+
},
|
|
44639
45847
|
812397: {
|
|
44640
45848
|
name: 'SG Verse Mainnet',
|
|
44641
45849
|
chain: 'SG Verse',
|
|
@@ -45247,6 +46455,27 @@ exports.chains = {
|
|
|
45247
46455
|
],
|
|
45248
46456
|
iconURL: 'https://ipfs.io/ipfs/Qmb6VAhhtaJmdaW1j7PAjxaLju1V24PPDFBdXtebyTSfsZ'
|
|
45249
46457
|
},
|
|
46458
|
+
1001996: {
|
|
46459
|
+
name: 'Wirex Pay Testnet',
|
|
46460
|
+
chain: 'WirexPay',
|
|
46461
|
+
icon: 'wpay',
|
|
46462
|
+
rpc: ['https://rpc-dev.wirexpaychain.com'],
|
|
46463
|
+
faucets: ['https://faucet-dev.wirexpaychain.com'],
|
|
46464
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
46465
|
+
features: [{ name: 'EIP155' }],
|
|
46466
|
+
infoURL: 'https://docs.wirexpaychain.com/tech/wirex-pay-chain',
|
|
46467
|
+
shortName: 'wirex-testnet',
|
|
46468
|
+
chainId: 1001996,
|
|
46469
|
+
networkId: 1001996,
|
|
46470
|
+
explorers: [
|
|
46471
|
+
{
|
|
46472
|
+
name: 'Wirex Pay Testnet Explorer',
|
|
46473
|
+
url: 'https://explorer-dev.wirexpaychain.com',
|
|
46474
|
+
standard: 'none'
|
|
46475
|
+
}
|
|
46476
|
+
],
|
|
46477
|
+
iconURL: 'https://ipfs.io/ipfs/QmRkaZbopr8JTgypSQ3N3VfQumnZEN9bA5Uh3u3mL26dwT'
|
|
46478
|
+
},
|
|
45250
46479
|
1008686: {
|
|
45251
46480
|
name: 'Naga Testnet',
|
|
45252
46481
|
chain: 'Naga',
|
|
@@ -45314,7 +46543,7 @@ exports.chains = {
|
|
|
45314
46543
|
chain: '1Money Testnet',
|
|
45315
46544
|
rpc: ['https://testnet.1money.network'],
|
|
45316
46545
|
faucets: [],
|
|
45317
|
-
nativeCurrency: { name: '
|
|
46546
|
+
nativeCurrency: { name: 'FREE', symbol: 'FREE', decimals: 18 },
|
|
45318
46547
|
features: [{ name: 'EIP155' }],
|
|
45319
46548
|
infoURL: 'https://1money.com',
|
|
45320
46549
|
shortName: '1money-testnet',
|
|
@@ -45528,11 +46757,33 @@ exports.chains = {
|
|
|
45528
46757
|
],
|
|
45529
46758
|
iconURL: 'https://ipfs.io/ipfs/QmW7ugm31MRdhjGtimzWMK5N4g5L84tSyKMpZQYk6N9KvJ'
|
|
45530
46759
|
},
|
|
46760
|
+
1440000: {
|
|
46761
|
+
name: 'XRPL EVM Sidechain',
|
|
46762
|
+
chain: 'XRPL EVM',
|
|
46763
|
+
icon: 'xrplevm',
|
|
46764
|
+
rpc: ['https://rpc.xrplevm.org', 'wss://ws.xrplevm.org'],
|
|
46765
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
46766
|
+
faucets: ['https://faucet.xrplevm.org'],
|
|
46767
|
+
nativeCurrency: { name: 'XRP', symbol: 'XRP', decimals: 18 },
|
|
46768
|
+
infoURL: 'https://xrplevm.org',
|
|
46769
|
+
shortName: 'xrplevm',
|
|
46770
|
+
chainId: 1440000,
|
|
46771
|
+
networkId: 1440000,
|
|
46772
|
+
explorers: [
|
|
46773
|
+
{
|
|
46774
|
+
name: 'blockscout',
|
|
46775
|
+
url: 'https://explorer.xrplevm.org',
|
|
46776
|
+
icon: 'xrplevm',
|
|
46777
|
+
standard: 'EIP3091'
|
|
46778
|
+
}
|
|
46779
|
+
],
|
|
46780
|
+
iconURL: 'https://ipfs.io/ipfs/QmS1qEsbRpi9UrjCM5JkmCDdgWf8CWEAyKvNKbkjms919P'
|
|
46781
|
+
},
|
|
45531
46782
|
1440002: {
|
|
45532
46783
|
name: 'XRPL EVM Sidechain Devnet',
|
|
45533
46784
|
chain: 'XRPLEVM Devnet',
|
|
45534
46785
|
icon: 'xrplevm',
|
|
45535
|
-
rpc: ['https://rpc.xrplevm.org', '
|
|
46786
|
+
rpc: ['https://rpc.devnet.xrplevm.org', 'wss://ws.devnet.xrplevm.org'],
|
|
45536
46787
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
45537
46788
|
faucets: ['https://faucet.xrplevm.org'],
|
|
45538
46789
|
nativeCurrency: { name: 'XRP', symbol: 'XRP', decimals: 18 },
|
|
@@ -45548,13 +46799,13 @@ exports.chains = {
|
|
|
45548
46799
|
standard: 'EIP3091'
|
|
45549
46800
|
}
|
|
45550
46801
|
],
|
|
45551
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
46802
|
+
iconURL: 'https://ipfs.io/ipfs/QmS1qEsbRpi9UrjCM5JkmCDdgWf8CWEAyKvNKbkjms919P'
|
|
45552
46803
|
},
|
|
45553
46804
|
1449000: {
|
|
45554
46805
|
name: 'XRPL EVM Sidechain Testnet',
|
|
45555
46806
|
chain: 'XRPLEVM Testnet',
|
|
45556
46807
|
icon: 'xrplevm',
|
|
45557
|
-
rpc: ['https://rpc.testnet.xrplevm.org', '
|
|
46808
|
+
rpc: ['https://rpc.testnet.xrplevm.org', 'wss://ws.testnet.xrplevm.org'],
|
|
45558
46809
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
45559
46810
|
faucets: ['https://faucet.xrplevm.org'],
|
|
45560
46811
|
nativeCurrency: { name: 'XRP', symbol: 'XRP', decimals: 18 },
|
|
@@ -45570,7 +46821,7 @@ exports.chains = {
|
|
|
45570
46821
|
standard: 'EIP3091'
|
|
45571
46822
|
}
|
|
45572
46823
|
],
|
|
45573
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
46824
|
+
iconURL: 'https://ipfs.io/ipfs/QmS1qEsbRpi9UrjCM5JkmCDdgWf8CWEAyKvNKbkjms919P'
|
|
45574
46825
|
},
|
|
45575
46826
|
1501869: {
|
|
45576
46827
|
name: 'Waterfall 9 Test Network',
|
|
@@ -46152,6 +47403,33 @@ exports.chains = {
|
|
|
46152
47403
|
],
|
|
46153
47404
|
iconURL: 'https://ipfs.io/ipfs/QmWpvBtmDhZSAnRww5ZU6BvEbDbxKEzoyjWcanjc1UBD9X'
|
|
46154
47405
|
},
|
|
47406
|
+
5042002: {
|
|
47407
|
+
name: 'Arc Network Testnet',
|
|
47408
|
+
chain: 'Arc Network',
|
|
47409
|
+
icon: 'arcnetwork',
|
|
47410
|
+
rpc: [
|
|
47411
|
+
'https://rpc.testnet.arc.network',
|
|
47412
|
+
'wss://rpc.testnet.arc.network',
|
|
47413
|
+
'https://rpc.quicknode.testnet.arc.network',
|
|
47414
|
+
'wss://rpc.quicknode.testnet.arc.network',
|
|
47415
|
+
'https://rpc.blockdaemon.testnet.arc.network'
|
|
47416
|
+
],
|
|
47417
|
+
faucets: ['https://faucet.circle.com/'],
|
|
47418
|
+
nativeCurrency: { name: 'USDC', symbol: 'USDC', decimals: 18 },
|
|
47419
|
+
infoURL: 'https://arc.network',
|
|
47420
|
+
shortName: 'arc-testnet',
|
|
47421
|
+
chainId: 5042002,
|
|
47422
|
+
networkId: 5042002,
|
|
47423
|
+
slip44: 1,
|
|
47424
|
+
explorers: [
|
|
47425
|
+
{
|
|
47426
|
+
name: 'Arcscan',
|
|
47427
|
+
url: 'https://testnet.arcscan.app',
|
|
47428
|
+
standard: 'EIP3091'
|
|
47429
|
+
}
|
|
47430
|
+
],
|
|
47431
|
+
iconURL: 'https://ipfs.io/ipfs/bafybeiddgoql2bcngs3bcuxobz5hkjjbhvwxvqrdagqytdnfmmawnmfhta'
|
|
47432
|
+
},
|
|
46155
47433
|
5112023: {
|
|
46156
47434
|
name: 'NumBlock Chain',
|
|
46157
47435
|
chain: 'NumBlock',
|
|
@@ -46246,6 +47524,30 @@ exports.chains = {
|
|
|
46246
47524
|
],
|
|
46247
47525
|
iconURL: 'https://ipfs.io/ipfs/bafkreiefr7p63cufa53rylql4megu6mbe2fksl45fkbo4jkpt2pyy3q5xm'
|
|
46248
47526
|
},
|
|
47527
|
+
5318007: {
|
|
47528
|
+
name: 'Reactive Lasna',
|
|
47529
|
+
title: 'Reactive Network Testnet Lasna',
|
|
47530
|
+
chain: 'REACT',
|
|
47531
|
+
rpc: ['https://lasna-rpc.rnk.dev'],
|
|
47532
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
47533
|
+
faucets: [
|
|
47534
|
+
'https://dev.reactive.network/reactive-mainnet#get-testnet-react'
|
|
47535
|
+
],
|
|
47536
|
+
nativeCurrency: { name: 'Lasna React', symbol: 'lREACT', decimals: 18 },
|
|
47537
|
+
infoURL: 'https://reactive.network',
|
|
47538
|
+
shortName: 'lreact',
|
|
47539
|
+
icon: 'reactive',
|
|
47540
|
+
chainId: 5318007,
|
|
47541
|
+
networkId: 5318007,
|
|
47542
|
+
explorers: [
|
|
47543
|
+
{
|
|
47544
|
+
name: 'Reactscan',
|
|
47545
|
+
url: 'https://lasna.reactscan.net',
|
|
47546
|
+
standard: 'none'
|
|
47547
|
+
}
|
|
47548
|
+
],
|
|
47549
|
+
iconURL: 'https://ipfs.io/ipfs/QmaBqYemL6VG5kDEMZqtJZhh6kLn3XqMyxkDpChkPttJ6B'
|
|
47550
|
+
},
|
|
46249
47551
|
5318008: {
|
|
46250
47552
|
name: 'Reactive Kopli',
|
|
46251
47553
|
title: 'Reactive Network Testnet Kopli',
|
|
@@ -46266,7 +47568,7 @@ exports.chains = {
|
|
|
46266
47568
|
standard: 'none'
|
|
46267
47569
|
}
|
|
46268
47570
|
],
|
|
46269
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
47571
|
+
iconURL: 'https://ipfs.io/ipfs/QmaBqYemL6VG5kDEMZqtJZhh6kLn3XqMyxkDpChkPttJ6B'
|
|
46270
47572
|
},
|
|
46271
47573
|
5511555: {
|
|
46272
47574
|
name: 'PointPay Testnet',
|
|
@@ -47168,6 +48470,7 @@ exports.chains = {
|
|
|
47168
48470
|
11166111: {
|
|
47169
48471
|
name: 'R0AR Testnet',
|
|
47170
48472
|
chain: 'R0AR Testnet',
|
|
48473
|
+
icon: 'r0ar',
|
|
47171
48474
|
rpc: ['https://testnet.rpc-r0ar.io'],
|
|
47172
48475
|
faucets: ['https://testnet.r0arfaucet.io'],
|
|
47173
48476
|
nativeCurrency: { name: 'Ethereum', symbol: 'ETH', decimals: 18 },
|
|
@@ -47179,9 +48482,11 @@ exports.chains = {
|
|
|
47179
48482
|
{
|
|
47180
48483
|
name: 'tracehawk',
|
|
47181
48484
|
url: 'https://testnet.r0arscan.io',
|
|
48485
|
+
icon: 'r0ar',
|
|
47182
48486
|
standard: 'none'
|
|
47183
48487
|
}
|
|
47184
|
-
]
|
|
48488
|
+
],
|
|
48489
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreicz6422v574rrwrbmvllvrts6nyv4cwcpxxrrokrsr6ekjuky3c6i'
|
|
47185
48490
|
},
|
|
47186
48491
|
12020498: {
|
|
47187
48492
|
name: 'Lummio Network',
|
|
@@ -47298,6 +48603,25 @@ exports.chains = {
|
|
|
47298
48603
|
chainId: 13371337,
|
|
47299
48604
|
networkId: 13371337
|
|
47300
48605
|
},
|
|
48606
|
+
13863860: {
|
|
48607
|
+
name: 'Symbiosis',
|
|
48608
|
+
chain: 'symbiosis',
|
|
48609
|
+
rpc: ['https://symbiosis.calderachain.xyz/http'],
|
|
48610
|
+
faucets: [],
|
|
48611
|
+
nativeCurrency: { name: 'Symbiosis', symbol: 'SIS', decimals: 18 },
|
|
48612
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
48613
|
+
infoURL: 'https://symbiosis.hub.caldera.xyz',
|
|
48614
|
+
shortName: 'symbiosis',
|
|
48615
|
+
chainId: 13863860,
|
|
48616
|
+
networkId: 13863860,
|
|
48617
|
+
explorers: [
|
|
48618
|
+
{
|
|
48619
|
+
name: 'Symbiosis Caldera Explorer',
|
|
48620
|
+
url: 'https://symbiosis.calderaexplorer.xyz',
|
|
48621
|
+
standard: 'EIP3091'
|
|
48622
|
+
}
|
|
48623
|
+
]
|
|
48624
|
+
},
|
|
47301
48625
|
14288640: {
|
|
47302
48626
|
name: 'Anduschain Mainnet',
|
|
47303
48627
|
chain: 'anduschain',
|
|
@@ -47504,8 +48828,9 @@ exports.chains = {
|
|
|
47504
48828
|
name: 'quarkblockchain',
|
|
47505
48829
|
chain: 'QKI',
|
|
47506
48830
|
rpc: [
|
|
47507
|
-
'https://
|
|
47508
|
-
'https://
|
|
48831
|
+
'https://rpc1.qkirpc.org',
|
|
48832
|
+
'https://rpc2.qkirpc.org',
|
|
48833
|
+
'https://rpc3.qkirpc.org',
|
|
47509
48834
|
'https://rpc1.qkiscan.io',
|
|
47510
48835
|
'https://rpc2.qkiscan.io',
|
|
47511
48836
|
'https://rpc3.qkiscan.io'
|
|
@@ -47672,6 +48997,30 @@ exports.chains = {
|
|
|
47672
48997
|
],
|
|
47673
48998
|
iconURL: 'https://ipfs.io/ipfs/QmfUV9PqF7JxuUAYaBHh6YJ2ChCdDVobTwDibxQuPMUmPq'
|
|
47674
48999
|
},
|
|
49000
|
+
20250407: {
|
|
49001
|
+
name: 'PlatON Dev Testnet',
|
|
49002
|
+
chain: 'PlatON',
|
|
49003
|
+
rpc: [
|
|
49004
|
+
'https://devnet3openapi.platon.network/rpc',
|
|
49005
|
+
'wss://devnet3openapi.platon.network/ws'
|
|
49006
|
+
],
|
|
49007
|
+
faucets: ['https://devnet3faucet.platon.network/faucet'],
|
|
49008
|
+
nativeCurrency: { name: 'LAT', symbol: 'lat', decimals: 18 },
|
|
49009
|
+
infoURL: 'https://www.platon.network',
|
|
49010
|
+
shortName: 'platondev3',
|
|
49011
|
+
chainId: 20250407,
|
|
49012
|
+
networkId: 1,
|
|
49013
|
+
slip44: 1,
|
|
49014
|
+
icon: 'platon',
|
|
49015
|
+
explorers: [
|
|
49016
|
+
{
|
|
49017
|
+
name: 'PlatON devnet explorer',
|
|
49018
|
+
url: 'https://devnet3scan.platon.network',
|
|
49019
|
+
standard: 'none'
|
|
49020
|
+
}
|
|
49021
|
+
],
|
|
49022
|
+
iconURL: 'https://ipfs.io/ipfs/QmT7PSXBiVBma6E15hNkivmstqLu3JSnG1jXN5pTmcCGRC'
|
|
49023
|
+
},
|
|
47675
49024
|
20250825: {
|
|
47676
49025
|
name: 'Vcitychain Mainnet',
|
|
47677
49026
|
chain: 'Vcitychain',
|
|
@@ -47993,25 +49342,25 @@ exports.chains = {
|
|
|
47993
49342
|
33772211: {
|
|
47994
49343
|
name: 'Xone Testnet',
|
|
47995
49344
|
chain: 'XOC',
|
|
47996
|
-
icon: '
|
|
49345
|
+
icon: 'xone_test',
|
|
47997
49346
|
rpc: [
|
|
47998
49347
|
'https://rpc-testnet.xone.plus',
|
|
47999
49348
|
'https://rpc-testnet.xone.org',
|
|
48000
49349
|
'https://rpc-testnet.knight.center',
|
|
48001
|
-
'wss://
|
|
49350
|
+
'wss://rpc-testnet.xone.org'
|
|
48002
49351
|
],
|
|
48003
49352
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
48004
49353
|
faucets: ['https://faucet.xone.org/'],
|
|
48005
49354
|
nativeCurrency: { name: 'Xone Coin', symbol: 'XOC', decimals: 18 },
|
|
48006
49355
|
infoURL: 'https://xone.org',
|
|
48007
|
-
shortName: '
|
|
49356
|
+
shortName: 'tXOC',
|
|
48008
49357
|
chainId: 33772211,
|
|
48009
49358
|
networkId: 33772211,
|
|
48010
49359
|
explorers: [
|
|
48011
49360
|
{
|
|
48012
|
-
name: '
|
|
48013
|
-
url: 'https://testnet.
|
|
48014
|
-
icon: '
|
|
49361
|
+
name: 'xone_test',
|
|
49362
|
+
url: 'https://testnet.xonescan.com',
|
|
49363
|
+
icon: 'xone_test',
|
|
48015
49364
|
standard: 'EIP3091'
|
|
48016
49365
|
}
|
|
48017
49366
|
],
|
|
@@ -48226,6 +49575,34 @@ exports.chains = {
|
|
|
48226
49575
|
networkId: 61717561,
|
|
48227
49576
|
slip44: 61717561
|
|
48228
49577
|
},
|
|
49578
|
+
65000000: {
|
|
49579
|
+
name: 'Autonity Mainnet',
|
|
49580
|
+
chain: 'AUT',
|
|
49581
|
+
rpc: [
|
|
49582
|
+
'https://rpc.autonity-apis.com',
|
|
49583
|
+
'wss://rpc.autonity-apis.com',
|
|
49584
|
+
'https://autonity.rpc.web3cdn.network',
|
|
49585
|
+
'wss://autonity.rpc.web3cdn.network',
|
|
49586
|
+
'https://autonity.rpc.subquery.network/public',
|
|
49587
|
+
'wss://autonity.rpc.subquery.network/public'
|
|
49588
|
+
],
|
|
49589
|
+
faucets: [],
|
|
49590
|
+
nativeCurrency: { name: 'Auton', symbol: 'ATN', decimals: 18 },
|
|
49591
|
+
infoURL: 'https://autonity.org/',
|
|
49592
|
+
shortName: 'aut',
|
|
49593
|
+
chainId: 65000000,
|
|
49594
|
+
networkId: 65000000,
|
|
49595
|
+
slip44: 1,
|
|
49596
|
+
icon: 'autonity',
|
|
49597
|
+
explorers: [
|
|
49598
|
+
{
|
|
49599
|
+
name: 'autonityscan',
|
|
49600
|
+
url: 'https://autonityscan.org',
|
|
49601
|
+
standard: 'EIP3091'
|
|
49602
|
+
}
|
|
49603
|
+
],
|
|
49604
|
+
iconURL: 'https://ipfs.io/ipfs/Qme5nxFZZoNNpiT8u9WwcBot4HyLTg2jxMxRnsbc5voQwB'
|
|
49605
|
+
},
|
|
48229
49606
|
65010000: {
|
|
48230
49607
|
name: 'Autonity Bakerloo (Thames) Testnet',
|
|
48231
49608
|
status: 'deprecated',
|
|
@@ -49033,6 +50410,29 @@ exports.chains = {
|
|
|
49033
50410
|
],
|
|
49034
50411
|
iconURL: 'https://ipfs.io/ipfs/QmRhqq4Gp8G9w27ND3LeFW49o5PxcxrbJsqHbpBFtzEMfC'
|
|
49035
50412
|
},
|
|
50413
|
+
324705682: {
|
|
50414
|
+
name: 'SKALE Base Sepolia',
|
|
50415
|
+
chain: 'skale-base-sepolia',
|
|
50416
|
+
icon: 'skale',
|
|
50417
|
+
rpc: [
|
|
50418
|
+
'https://base-sepolia-testnet.skalenodes.com/v1/jubilant-horrible-ancha',
|
|
50419
|
+
'wss://base-sepolia-testnet.skalenodes.com/v1/ws/jubilant-horrible-ancha'
|
|
50420
|
+
],
|
|
50421
|
+
faucets: ['http://base-sepolia-faucet.skale.space'],
|
|
50422
|
+
nativeCurrency: { name: 'Credits', symbol: 'CREDIT', decimals: 18 },
|
|
50423
|
+
infoURL: 'https://docs.skale.space/welcome/skale-on-base',
|
|
50424
|
+
shortName: 'skale-base-sepolia',
|
|
50425
|
+
chainId: 324705682,
|
|
50426
|
+
networkId: 324705682,
|
|
50427
|
+
explorers: [
|
|
50428
|
+
{
|
|
50429
|
+
name: 'Blockscout',
|
|
50430
|
+
url: 'https://base-sepolia-testnet-explorer.skalenodes.com',
|
|
50431
|
+
standard: 'EIP3091'
|
|
50432
|
+
}
|
|
50433
|
+
],
|
|
50434
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreic24eqab5wwryzfolpfaalnuzhf4aol5ikbc5g2snvvryl4mqlzvq'
|
|
50435
|
+
},
|
|
49036
50436
|
328527624: {
|
|
49037
50437
|
name: 'Nal Sepolia Testnet',
|
|
49038
50438
|
chain: 'ETH',
|
|
@@ -49559,6 +50959,27 @@ exports.chains = {
|
|
|
49559
50959
|
],
|
|
49560
50960
|
iconURL: 'https://ipfs.io/ipfs/QmTvYMJXeZeWxYPuoQ15mHCS8K5EQzkMMCHQVs3GshooyR'
|
|
49561
50961
|
},
|
|
50962
|
+
1187947933: {
|
|
50963
|
+
name: 'SKALE Base',
|
|
50964
|
+
chain: 'skale-base',
|
|
50965
|
+
rpc: [
|
|
50966
|
+
'https://skale-base.skalenodes.com/v1/base',
|
|
50967
|
+
'wss://skale-base.skalenodes.com/v1/ws/base'
|
|
50968
|
+
],
|
|
50969
|
+
faucets: ['http://base-sepolia-faucet.skale.space'],
|
|
50970
|
+
nativeCurrency: { name: 'Credits', symbol: 'CREDIT', decimals: 18 },
|
|
50971
|
+
infoURL: 'https://docs.skale.space/welcome/skale-on-base',
|
|
50972
|
+
shortName: 'skale-base',
|
|
50973
|
+
chainId: 1187947933,
|
|
50974
|
+
networkId: 1187947933,
|
|
50975
|
+
explorers: [
|
|
50976
|
+
{
|
|
50977
|
+
name: 'Blockscout',
|
|
50978
|
+
url: 'https://skale-base-explorer.skalenodes.com',
|
|
50979
|
+
standard: 'EIP3091'
|
|
50980
|
+
}
|
|
50981
|
+
]
|
|
50982
|
+
},
|
|
49562
50983
|
1273227453: {
|
|
49563
50984
|
name: 'HUMAN Protocol',
|
|
49564
50985
|
title: 'HUMAN Protocol',
|