@revoke.cash/chains 39.0.0 → 40.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 +678 -33
- package/dist/src/enums.d.ts +72 -10
- package/dist/src/enums.js +72 -10
- package/package.json +1 -1
package/dist/src/chains.js
CHANGED
|
@@ -2791,6 +2791,20 @@ exports.chains = {
|
|
|
2791
2791
|
}
|
|
2792
2792
|
]
|
|
2793
2793
|
},
|
|
2794
|
+
133: {
|
|
2795
|
+
name: 'HashKey Chain Testnet',
|
|
2796
|
+
title: 'HashKey Chain Testnet',
|
|
2797
|
+
chain: 'HashKey Chain Testnet',
|
|
2798
|
+
rpc: [],
|
|
2799
|
+
faucets: [],
|
|
2800
|
+
nativeCurrency: { name: 'HashKey EcoPoints', symbol: 'HSK', decimals: 18 },
|
|
2801
|
+
infoURL: 'https://hashkey.cloud',
|
|
2802
|
+
shortName: 'HSKT',
|
|
2803
|
+
chainId: 133,
|
|
2804
|
+
networkId: 133,
|
|
2805
|
+
explorers: [],
|
|
2806
|
+
parent: { type: 'L2', chain: 'eip155-11155111' }
|
|
2807
|
+
},
|
|
2794
2808
|
134: {
|
|
2795
2809
|
name: 'iExec Sidechain',
|
|
2796
2810
|
chain: 'Bellecour',
|
|
@@ -3296,6 +3310,32 @@ exports.chains = {
|
|
|
3296
3310
|
chainId: 163,
|
|
3297
3311
|
networkId: 163
|
|
3298
3312
|
},
|
|
3313
|
+
164: {
|
|
3314
|
+
name: 'Omni Testnet (incubating)',
|
|
3315
|
+
chain: 'Omni',
|
|
3316
|
+
status: 'incubating',
|
|
3317
|
+
rpc: [],
|
|
3318
|
+
features: [{ name: 'EIP155' }],
|
|
3319
|
+
faucets: [],
|
|
3320
|
+
nativeCurrency: { name: 'Omni', symbol: 'OMNI', decimals: 18 },
|
|
3321
|
+
infoURL: 'https://docs.omni.network',
|
|
3322
|
+
shortName: 'omni_testnet_164',
|
|
3323
|
+
chainId: 164,
|
|
3324
|
+
networkId: 164,
|
|
3325
|
+
slip44: 1,
|
|
3326
|
+
explorers: [
|
|
3327
|
+
{
|
|
3328
|
+
name: 'Omni X-Explorer',
|
|
3329
|
+
url: 'https://explorer.testnet.omni.network',
|
|
3330
|
+
standard: 'none'
|
|
3331
|
+
},
|
|
3332
|
+
{
|
|
3333
|
+
name: 'Omni EVM Explorer on Blockscout',
|
|
3334
|
+
url: 'https://omni-testnet.blockscout.com',
|
|
3335
|
+
standard: 'EIP3091'
|
|
3336
|
+
}
|
|
3337
|
+
]
|
|
3338
|
+
},
|
|
3299
3339
|
165: {
|
|
3300
3340
|
name: 'Omni Testnet',
|
|
3301
3341
|
chain: 'Omni',
|
|
@@ -4034,6 +4074,21 @@ exports.chains = {
|
|
|
4034
4074
|
}
|
|
4035
4075
|
]
|
|
4036
4076
|
},
|
|
4077
|
+
228: {
|
|
4078
|
+
name: 'Mind Network Mainnet',
|
|
4079
|
+
chain: 'FHE',
|
|
4080
|
+
rpc: [
|
|
4081
|
+
'https://rpc_mainnet.mindnetwork.xyz',
|
|
4082
|
+
'wss://rpc_mainnet.mindnetwork.xyz'
|
|
4083
|
+
],
|
|
4084
|
+
faucets: [],
|
|
4085
|
+
nativeCurrency: { name: 'FHE', symbol: 'FHE', decimals: 18 },
|
|
4086
|
+
features: [{ name: 'EIP155' }],
|
|
4087
|
+
infoURL: 'https://mindnetwork.xyz',
|
|
4088
|
+
shortName: 'fhe',
|
|
4089
|
+
chainId: 228,
|
|
4090
|
+
networkId: 228
|
|
4091
|
+
},
|
|
4037
4092
|
230: {
|
|
4038
4093
|
name: 'SwapDEX',
|
|
4039
4094
|
chain: 'SDX',
|
|
@@ -4452,6 +4507,18 @@ exports.chains = {
|
|
|
4452
4507
|
}
|
|
4453
4508
|
]
|
|
4454
4509
|
},
|
|
4510
|
+
278: {
|
|
4511
|
+
name: 'xFair.AI Mainnet',
|
|
4512
|
+
chain: 'FAI',
|
|
4513
|
+
rpc: ['https://rpc_mainnet.xfair.ai', 'wss://rpc_mainnet.xfair.ai'],
|
|
4514
|
+
faucets: [],
|
|
4515
|
+
nativeCurrency: { name: 'FAI', symbol: 'FAI', decimals: 18 },
|
|
4516
|
+
features: [{ name: 'EIP155' }],
|
|
4517
|
+
infoURL: 'https://xfair.ai',
|
|
4518
|
+
shortName: 'fai',
|
|
4519
|
+
chainId: 278,
|
|
4520
|
+
networkId: 278
|
|
4521
|
+
},
|
|
4455
4522
|
279: {
|
|
4456
4523
|
name: 'BPX Blockchain',
|
|
4457
4524
|
chain: 'BPX',
|
|
@@ -6654,6 +6721,31 @@ exports.chains = {
|
|
|
6654
6721
|
}
|
|
6655
6722
|
]
|
|
6656
6723
|
},
|
|
6724
|
+
690: {
|
|
6725
|
+
name: 'Redstone',
|
|
6726
|
+
chain: 'ETH',
|
|
6727
|
+
rpc: ['https://rpc.redstonechain.com', 'wss://rpc.redstonechain.com'],
|
|
6728
|
+
faucets: [],
|
|
6729
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
6730
|
+
infoURL: 'https://redstone.xyz',
|
|
6731
|
+
shortName: 'redstone',
|
|
6732
|
+
chainId: 690,
|
|
6733
|
+
networkId: 690,
|
|
6734
|
+
icon: 'redstone',
|
|
6735
|
+
explorers: [
|
|
6736
|
+
{
|
|
6737
|
+
name: 'blockscout',
|
|
6738
|
+
url: 'https://explorer.redstone.xyz',
|
|
6739
|
+
icon: 'blockscout',
|
|
6740
|
+
standard: 'EIP3091'
|
|
6741
|
+
}
|
|
6742
|
+
],
|
|
6743
|
+
parent: {
|
|
6744
|
+
type: 'L2',
|
|
6745
|
+
chain: 'eip155-1',
|
|
6746
|
+
bridges: [{ url: 'https://redstone.xyz/deposit' }]
|
|
6747
|
+
}
|
|
6748
|
+
},
|
|
6657
6749
|
700: {
|
|
6658
6750
|
name: 'Star Social Testnet',
|
|
6659
6751
|
chain: 'SNS',
|
|
@@ -7865,6 +7957,29 @@ exports.chains = {
|
|
|
7865
7957
|
chainId: 977,
|
|
7866
7958
|
networkId: 977
|
|
7867
7959
|
},
|
|
7960
|
+
979: {
|
|
7961
|
+
name: 'EthXY Testnet',
|
|
7962
|
+
chain: 'EthXY',
|
|
7963
|
+
rpc: ['https://rpc.testnet.ethxy.com'],
|
|
7964
|
+
faucets: [],
|
|
7965
|
+
nativeCurrency: {
|
|
7966
|
+
name: 'Settled EthXY Token',
|
|
7967
|
+
symbol: 'SEXY',
|
|
7968
|
+
decimals: 18
|
|
7969
|
+
},
|
|
7970
|
+
icon: 'sexyTestnet',
|
|
7971
|
+
infoURL: 'https://ethxy.com',
|
|
7972
|
+
shortName: 'sexyTestnet',
|
|
7973
|
+
chainId: 979,
|
|
7974
|
+
networkId: 979,
|
|
7975
|
+
explorers: [
|
|
7976
|
+
{
|
|
7977
|
+
name: 'EthXY Testnet Network Explorer',
|
|
7978
|
+
url: 'https://explorer.testnet.ethxy.com',
|
|
7979
|
+
standard: 'EIP3091'
|
|
7980
|
+
}
|
|
7981
|
+
]
|
|
7982
|
+
},
|
|
7868
7983
|
980: {
|
|
7869
7984
|
name: 'TOP Mainnet EVM',
|
|
7870
7985
|
chain: 'TOP',
|
|
@@ -8148,6 +8263,33 @@ exports.chains = {
|
|
|
8148
8263
|
networkId: 1010,
|
|
8149
8264
|
slip44: 1020
|
|
8150
8265
|
},
|
|
8266
|
+
1011: {
|
|
8267
|
+
name: 'Rebus Mainnet',
|
|
8268
|
+
title: 'Rebuschain Mainnet',
|
|
8269
|
+
chain: 'REBUS',
|
|
8270
|
+
rpc: ['https://apievm.rebuschain.com/rpc'],
|
|
8271
|
+
faucets: [],
|
|
8272
|
+
nativeCurrency: { name: 'Rebus', symbol: 'REBUS', decimals: 18 },
|
|
8273
|
+
infoURL: 'https://www.rebuschain.com',
|
|
8274
|
+
shortName: 'rebus',
|
|
8275
|
+
chainId: 1011,
|
|
8276
|
+
networkId: 1011,
|
|
8277
|
+
icon: 'rebus',
|
|
8278
|
+
explorers: [
|
|
8279
|
+
{
|
|
8280
|
+
name: 'Rebus EVM Explorer (Blockscout)',
|
|
8281
|
+
url: 'https://evm.rebuschain.com',
|
|
8282
|
+
icon: 'rebus',
|
|
8283
|
+
standard: 'none'
|
|
8284
|
+
},
|
|
8285
|
+
{
|
|
8286
|
+
name: 'Rebus Cosmos Explorer (ping.pub)',
|
|
8287
|
+
url: 'https://cosmos.rebuschain.com',
|
|
8288
|
+
icon: 'rebus',
|
|
8289
|
+
standard: 'none'
|
|
8290
|
+
}
|
|
8291
|
+
]
|
|
8292
|
+
},
|
|
8151
8293
|
1012: {
|
|
8152
8294
|
name: 'Newton',
|
|
8153
8295
|
chain: 'NEW',
|
|
@@ -8796,6 +8938,26 @@ exports.chains = {
|
|
|
8796
8938
|
}
|
|
8797
8939
|
]
|
|
8798
8940
|
},
|
|
8941
|
+
1135: {
|
|
8942
|
+
name: 'Lisk',
|
|
8943
|
+
chain: 'ETH',
|
|
8944
|
+
rpc: ['https://rpc.api.lisk.com'],
|
|
8945
|
+
faucets: [],
|
|
8946
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
8947
|
+
infoURL: 'https://lisk.com',
|
|
8948
|
+
shortName: 'lisk',
|
|
8949
|
+
chainId: 1135,
|
|
8950
|
+
networkId: 1135,
|
|
8951
|
+
slip44: 134,
|
|
8952
|
+
explorers: [
|
|
8953
|
+
{
|
|
8954
|
+
name: 'blockscout',
|
|
8955
|
+
url: 'https://blockscout.lisk.com',
|
|
8956
|
+
icon: 'blockscout',
|
|
8957
|
+
standard: 'EIP3091'
|
|
8958
|
+
}
|
|
8959
|
+
]
|
|
8960
|
+
},
|
|
8799
8961
|
1138: {
|
|
8800
8962
|
name: 'AmStar Testnet',
|
|
8801
8963
|
chain: 'AmStar',
|
|
@@ -11057,12 +11219,12 @@ exports.chains = {
|
|
|
11057
11219
|
name: 'edeXa Testnet',
|
|
11058
11220
|
chain: 'edeXa TestNetwork',
|
|
11059
11221
|
rpc: [
|
|
11060
|
-
'https://testnet.edexa.
|
|
11222
|
+
'https://testnet.edexa.network/rpc',
|
|
11061
11223
|
'https://io-dataseed1.testnet.edexa.io-market.com/rpc'
|
|
11062
11224
|
],
|
|
11063
11225
|
faucets: ['https://faucet.edexa.com/'],
|
|
11064
11226
|
nativeCurrency: { name: 'EDEXA', symbol: 'EDX', decimals: 18 },
|
|
11065
|
-
infoURL: 'https://edexa.
|
|
11227
|
+
infoURL: 'https://edexa.network/',
|
|
11066
11228
|
shortName: 'edx',
|
|
11067
11229
|
chainId: 1995,
|
|
11068
11230
|
networkId: 1995,
|
|
@@ -11071,7 +11233,7 @@ exports.chains = {
|
|
|
11071
11233
|
explorers: [
|
|
11072
11234
|
{
|
|
11073
11235
|
name: 'edexa-testnet',
|
|
11074
|
-
url: 'https://explorer.testnet.edexa.
|
|
11236
|
+
url: 'https://explorer.testnet.edexa.network',
|
|
11075
11237
|
standard: 'EIP3091'
|
|
11076
11238
|
}
|
|
11077
11239
|
]
|
|
@@ -11227,6 +11389,35 @@ exports.chains = {
|
|
|
11227
11389
|
}
|
|
11228
11390
|
]
|
|
11229
11391
|
},
|
|
11392
|
+
2017: {
|
|
11393
|
+
name: 'Adiri',
|
|
11394
|
+
title: 'Telcoin Network Testnet',
|
|
11395
|
+
chain: 'TEL',
|
|
11396
|
+
icon: 'telcoin',
|
|
11397
|
+
rpc: [
|
|
11398
|
+
'https://rpc.telcoin.network',
|
|
11399
|
+
'https://adiri.tel',
|
|
11400
|
+
'https://node1.telcoin.network',
|
|
11401
|
+
'https://node2.telcoin.network',
|
|
11402
|
+
'https://node3.telcoin.network',
|
|
11403
|
+
'https://node4.telcoin.network'
|
|
11404
|
+
],
|
|
11405
|
+
faucets: ['https://telcoin.network/faucet'],
|
|
11406
|
+
nativeCurrency: { name: 'Telcoin', symbol: 'TEL', decimals: 18 },
|
|
11407
|
+
infoURL: 'https://telcoin.network',
|
|
11408
|
+
shortName: 'tel',
|
|
11409
|
+
chainId: 2017,
|
|
11410
|
+
networkId: 2017,
|
|
11411
|
+
slip44: 1,
|
|
11412
|
+
explorers: [
|
|
11413
|
+
{
|
|
11414
|
+
name: 'telscan',
|
|
11415
|
+
url: 'https://telscan.io',
|
|
11416
|
+
icon: 'telcoin',
|
|
11417
|
+
standard: 'EIP3091'
|
|
11418
|
+
}
|
|
11419
|
+
]
|
|
11420
|
+
},
|
|
11230
11421
|
2018: {
|
|
11231
11422
|
name: 'PublicMint Devnet',
|
|
11232
11423
|
title: 'Public Mint Devnet',
|
|
@@ -11871,6 +12062,42 @@ exports.chains = {
|
|
|
11871
12062
|
}
|
|
11872
12063
|
]
|
|
11873
12064
|
},
|
|
12065
|
+
2140: {
|
|
12066
|
+
name: 'Oneness Network',
|
|
12067
|
+
chain: 'Oneness',
|
|
12068
|
+
rpc: ['https://rpc.onenesslabs.io/'],
|
|
12069
|
+
faucets: [],
|
|
12070
|
+
nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
|
|
12071
|
+
infoURL: '',
|
|
12072
|
+
shortName: 'oneness',
|
|
12073
|
+
chainId: 2140,
|
|
12074
|
+
networkId: 2140,
|
|
12075
|
+
explorers: [
|
|
12076
|
+
{
|
|
12077
|
+
name: 'oneness-mainnet',
|
|
12078
|
+
url: 'https://scan.onenesslabs.io',
|
|
12079
|
+
standard: 'EIP3091'
|
|
12080
|
+
}
|
|
12081
|
+
]
|
|
12082
|
+
},
|
|
12083
|
+
2141: {
|
|
12084
|
+
name: 'Oneness TestNet',
|
|
12085
|
+
chain: 'Oneness-Testnet',
|
|
12086
|
+
rpc: ['https://rpc.testnet.onenesslabs.io/'],
|
|
12087
|
+
faucets: [],
|
|
12088
|
+
nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
|
|
12089
|
+
infoURL: '',
|
|
12090
|
+
shortName: 'oneness-testnet',
|
|
12091
|
+
chainId: 2141,
|
|
12092
|
+
networkId: 2141,
|
|
12093
|
+
explorers: [
|
|
12094
|
+
{
|
|
12095
|
+
name: 'oneness-testnet',
|
|
12096
|
+
url: 'https://scan.testnet.onenesslabs.io',
|
|
12097
|
+
standard: 'EIP3091'
|
|
12098
|
+
}
|
|
12099
|
+
]
|
|
12100
|
+
},
|
|
11874
12101
|
2151: {
|
|
11875
12102
|
name: 'BOSagora Mainnet',
|
|
11876
12103
|
chain: 'ETH',
|
|
@@ -12269,9 +12496,12 @@ exports.chains = {
|
|
|
12269
12496
|
]
|
|
12270
12497
|
},
|
|
12271
12498
|
2340: {
|
|
12272
|
-
name: 'Atleta
|
|
12499
|
+
name: 'Atleta Olympia',
|
|
12273
12500
|
chain: 'Atleta',
|
|
12274
|
-
rpc: [
|
|
12501
|
+
rpc: [
|
|
12502
|
+
'wss://testnet-rpc.atleta.network:9944',
|
|
12503
|
+
'https://testnet-rpc.atleta.network:9944'
|
|
12504
|
+
],
|
|
12275
12505
|
faucets: ['https://faucet.atleta.network'],
|
|
12276
12506
|
nativeCurrency: { name: 'Atla', symbol: 'ATLA', decimals: 18 },
|
|
12277
12507
|
infoURL: 'https://atleta.network',
|
|
@@ -13148,6 +13378,33 @@ exports.chains = {
|
|
|
13148
13378
|
}
|
|
13149
13379
|
]
|
|
13150
13380
|
},
|
|
13381
|
+
3033: {
|
|
13382
|
+
name: 'Rebus Testnet',
|
|
13383
|
+
title: 'Rebuschain Testnet',
|
|
13384
|
+
chain: 'REBUS',
|
|
13385
|
+
rpc: ['https://testnet.rebus.money/rpc'],
|
|
13386
|
+
faucets: [],
|
|
13387
|
+
nativeCurrency: { name: 'Rebus', symbol: 'REBUS', decimals: 18 },
|
|
13388
|
+
infoURL: 'https://www.rebuschain.com',
|
|
13389
|
+
shortName: 'rebus-testnet',
|
|
13390
|
+
chainId: 3033,
|
|
13391
|
+
networkId: 3033,
|
|
13392
|
+
icon: 'rebus',
|
|
13393
|
+
explorers: [
|
|
13394
|
+
{
|
|
13395
|
+
name: 'Rebus EVM Explorer (Blockscout)',
|
|
13396
|
+
url: 'https://evm.testnet.rebus.money',
|
|
13397
|
+
icon: 'rebus',
|
|
13398
|
+
standard: 'none'
|
|
13399
|
+
},
|
|
13400
|
+
{
|
|
13401
|
+
name: 'Rebus Cosmos Explorer (ping.pub)',
|
|
13402
|
+
url: 'https://testnet.rebus.money/rebustestnet',
|
|
13403
|
+
icon: 'rebus',
|
|
13404
|
+
standard: 'none'
|
|
13405
|
+
}
|
|
13406
|
+
]
|
|
13407
|
+
},
|
|
13151
13408
|
3068: {
|
|
13152
13409
|
name: 'Bifrost Mainnet',
|
|
13153
13410
|
title: 'Bifrost Network Mainnet',
|
|
@@ -13171,12 +13428,32 @@ exports.chains = {
|
|
|
13171
13428
|
}
|
|
13172
13429
|
]
|
|
13173
13430
|
},
|
|
13431
|
+
3073: {
|
|
13432
|
+
name: 'Movement EVM',
|
|
13433
|
+
chain: 'MOVE',
|
|
13434
|
+
rpc: [],
|
|
13435
|
+
faucets: [],
|
|
13436
|
+
nativeCurrency: { name: 'Move', symbol: 'MOVE', decimals: 18 },
|
|
13437
|
+
infoURL: 'https://movementlabs.xyz',
|
|
13438
|
+
shortName: 'move',
|
|
13439
|
+
chainId: 3073,
|
|
13440
|
+
networkId: 3073,
|
|
13441
|
+
icon: 'move',
|
|
13442
|
+
explorers: [
|
|
13443
|
+
{
|
|
13444
|
+
name: 'mevm explorer',
|
|
13445
|
+
url: 'https://explorer.movementlabs.xyz',
|
|
13446
|
+
standard: 'none'
|
|
13447
|
+
}
|
|
13448
|
+
],
|
|
13449
|
+
status: 'incubating'
|
|
13450
|
+
},
|
|
13174
13451
|
3100: {
|
|
13175
13452
|
name: 'Immu3 EVM',
|
|
13176
13453
|
chain: 'EVMCC',
|
|
13177
13454
|
rpc: [
|
|
13178
|
-
'https://fraa-
|
|
13179
|
-
'wss://fraa-
|
|
13455
|
+
'https://fraa-flashbox-2800-rpc.a.stagenet.tanssi.network',
|
|
13456
|
+
'wss://fraa-flashbox-2800-rpc.a.stagenet.tanssi.network'
|
|
13180
13457
|
],
|
|
13181
13458
|
faucets: [],
|
|
13182
13459
|
nativeCurrency: { name: 'IMMU', symbol: 'IMMU', decimals: 18 },
|
|
@@ -13297,23 +13574,16 @@ exports.chains = {
|
|
|
13297
13574
|
slip44: 1
|
|
13298
13575
|
},
|
|
13299
13576
|
3333: {
|
|
13300
|
-
name: '
|
|
13301
|
-
chain: '
|
|
13302
|
-
rpc: ['
|
|
13577
|
+
name: 'EthStorage Testnet',
|
|
13578
|
+
chain: 'EthStorage',
|
|
13579
|
+
rpc: ['http://testnet.ethstorage.io:9540'],
|
|
13303
13580
|
faucets: [],
|
|
13304
|
-
nativeCurrency: { name: '
|
|
13305
|
-
infoURL: 'https://
|
|
13306
|
-
shortName: '
|
|
13581
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
13582
|
+
infoURL: 'https://ethstorage.io/',
|
|
13583
|
+
shortName: 'es-t',
|
|
13307
13584
|
chainId: 3333,
|
|
13308
13585
|
networkId: 3333,
|
|
13309
|
-
slip44: 1
|
|
13310
|
-
explorers: [
|
|
13311
|
-
{
|
|
13312
|
-
name: 'w3q-testnet',
|
|
13313
|
-
url: 'https://explorer.testnet.web3q.io',
|
|
13314
|
-
standard: 'EIP3091'
|
|
13315
|
-
}
|
|
13316
|
-
]
|
|
13586
|
+
slip44: 1
|
|
13317
13587
|
},
|
|
13318
13588
|
3334: {
|
|
13319
13589
|
name: 'Web3Q Galileo',
|
|
@@ -14008,6 +14278,25 @@ exports.chains = {
|
|
|
14008
14278
|
}
|
|
14009
14279
|
]
|
|
14010
14280
|
},
|
|
14281
|
+
4048: {
|
|
14282
|
+
name: 'GAN Testnet',
|
|
14283
|
+
chain: 'GAN',
|
|
14284
|
+
icon: 'gpu',
|
|
14285
|
+
rpc: ['https://rpc.gpu.net'],
|
|
14286
|
+
faucets: [],
|
|
14287
|
+
nativeCurrency: { name: 'GP Token', symbol: 'GP', decimals: 18 },
|
|
14288
|
+
infoURL: 'https://docs.gpu.net/',
|
|
14289
|
+
shortName: 'GANTestnet',
|
|
14290
|
+
chainId: 4048,
|
|
14291
|
+
networkId: 4048,
|
|
14292
|
+
explorers: [
|
|
14293
|
+
{
|
|
14294
|
+
name: 'ganscan',
|
|
14295
|
+
url: 'https://ganscan.gpu.net',
|
|
14296
|
+
standard: 'none'
|
|
14297
|
+
}
|
|
14298
|
+
]
|
|
14299
|
+
},
|
|
14011
14300
|
4051: {
|
|
14012
14301
|
name: 'Bobaopera Testnet',
|
|
14013
14302
|
chain: 'Bobaopera Testnet',
|
|
@@ -15136,6 +15425,7 @@ exports.chains = {
|
|
|
15136
15425
|
name: 'edeXa Mainnet',
|
|
15137
15426
|
chain: 'edeXa Network',
|
|
15138
15427
|
rpc: [
|
|
15428
|
+
'https://mainnet.edexa.network/rpc',
|
|
15139
15429
|
'https://mainnet.edexa.com/rpc',
|
|
15140
15430
|
'https://io-dataseed1.mainnet.edexa.io-market.com/rpc'
|
|
15141
15431
|
],
|
|
@@ -16465,6 +16755,25 @@ exports.chains = {
|
|
|
16465
16755
|
}
|
|
16466
16756
|
]
|
|
16467
16757
|
},
|
|
16758
|
+
7775: {
|
|
16759
|
+
name: 'GDCC TESTNET',
|
|
16760
|
+
chain: 'GDCC',
|
|
16761
|
+
icon: 'gdcc',
|
|
16762
|
+
rpc: ['https://testnet-rpc1.gdccscan.io'],
|
|
16763
|
+
faucets: [],
|
|
16764
|
+
nativeCurrency: { name: 'GDCC', symbol: 'GDCC', decimals: 18 },
|
|
16765
|
+
infoURL: 'https://gdcchain.com',
|
|
16766
|
+
shortName: 'GDCC',
|
|
16767
|
+
chainId: 7775,
|
|
16768
|
+
networkId: 7775,
|
|
16769
|
+
explorers: [
|
|
16770
|
+
{
|
|
16771
|
+
name: 'GDCC',
|
|
16772
|
+
url: 'https://testnet.gdccscan.io',
|
|
16773
|
+
standard: 'none'
|
|
16774
|
+
}
|
|
16775
|
+
]
|
|
16776
|
+
},
|
|
16468
16777
|
7777: {
|
|
16469
16778
|
name: 'Rise of the Warbots Testnet',
|
|
16470
16779
|
chain: 'nmactest',
|
|
@@ -19653,7 +19962,7 @@ exports.chains = {
|
|
|
19653
19962
|
decimals: 18
|
|
19654
19963
|
},
|
|
19655
19964
|
infoURL: 'https://redstone.xyz/docs/network-info',
|
|
19656
|
-
shortName: 'redstone',
|
|
19965
|
+
shortName: 'redstone-holesky',
|
|
19657
19966
|
chainId: 17001,
|
|
19658
19967
|
networkId: 17001,
|
|
19659
19968
|
slip44: 1,
|
|
@@ -19665,7 +19974,33 @@ exports.chains = {
|
|
|
19665
19974
|
icon: 'ethereum',
|
|
19666
19975
|
standard: 'EIP3091'
|
|
19667
19976
|
}
|
|
19668
|
-
]
|
|
19977
|
+
],
|
|
19978
|
+
status: 'deprecated'
|
|
19979
|
+
},
|
|
19980
|
+
17069: {
|
|
19981
|
+
name: 'Garnet Holesky',
|
|
19982
|
+
chain: 'ETH',
|
|
19983
|
+
rpc: ['https://rpc.garnetchain.com', 'wss://rpc.garnetchain.com'],
|
|
19984
|
+
faucets: [],
|
|
19985
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
19986
|
+
infoURL: 'https://redstone.xyz',
|
|
19987
|
+
shortName: 'garnet',
|
|
19988
|
+
chainId: 17069,
|
|
19989
|
+
networkId: 17069,
|
|
19990
|
+
icon: 'garnet',
|
|
19991
|
+
explorers: [
|
|
19992
|
+
{
|
|
19993
|
+
name: 'blockscout',
|
|
19994
|
+
url: 'https://explorer.garnetchain.com',
|
|
19995
|
+
icon: 'blockscout',
|
|
19996
|
+
standard: 'EIP3091'
|
|
19997
|
+
}
|
|
19998
|
+
],
|
|
19999
|
+
parent: {
|
|
20000
|
+
type: 'L2',
|
|
20001
|
+
chain: 'eip155-17000',
|
|
20002
|
+
bridges: [{ url: 'https://garnetchain.com/deposit' }]
|
|
20003
|
+
}
|
|
19669
20004
|
},
|
|
19670
20005
|
17171: {
|
|
19671
20006
|
name: 'G8Chain Mainnet',
|
|
@@ -20044,6 +20379,28 @@ exports.chains = {
|
|
|
20044
20379
|
networkId: 19527,
|
|
20045
20380
|
explorers: []
|
|
20046
20381
|
},
|
|
20382
|
+
19600: {
|
|
20383
|
+
name: 'LBRY Mainnet',
|
|
20384
|
+
chain: 'LBRY',
|
|
20385
|
+
icon: 'lbry',
|
|
20386
|
+
rpc: ['https://lbry.nl/rpc'],
|
|
20387
|
+
features: [{ name: 'EIP155' }],
|
|
20388
|
+
faucets: [],
|
|
20389
|
+
nativeCurrency: { name: 'LBRY Credits', symbol: 'LBC', decimals: 8 },
|
|
20390
|
+
infoURL: 'https://lbry.com',
|
|
20391
|
+
shortName: 'LBRY',
|
|
20392
|
+
chainId: 19600,
|
|
20393
|
+
networkId: 19600,
|
|
20394
|
+
slip44: 140,
|
|
20395
|
+
explorers: [
|
|
20396
|
+
{
|
|
20397
|
+
name: 'LBRY Block Explorer',
|
|
20398
|
+
url: 'https://explorer.lbry.com',
|
|
20399
|
+
icon: 'lbry',
|
|
20400
|
+
standard: 'none'
|
|
20401
|
+
}
|
|
20402
|
+
]
|
|
20403
|
+
},
|
|
20047
20404
|
19845: {
|
|
20048
20405
|
name: 'BTCIX Network',
|
|
20049
20406
|
chain: 'BTCIX',
|
|
@@ -20696,6 +21053,25 @@ exports.chains = {
|
|
|
20696
21053
|
bridges: [{ url: 'https://sepolia-bridge.nanon.network' }]
|
|
20697
21054
|
}
|
|
20698
21055
|
},
|
|
21056
|
+
27827: {
|
|
21057
|
+
name: 'zeroone Mainnet Subnet',
|
|
21058
|
+
chain: 'ZEROONEMAI',
|
|
21059
|
+
rpc: ['https://subnets.avax.network/zeroonemai/mainnet/rpc'],
|
|
21060
|
+
features: [{ name: 'EIP1559' }],
|
|
21061
|
+
faucets: [],
|
|
21062
|
+
nativeCurrency: { name: 'ZERO', symbol: 'ZERO', decimals: 18 },
|
|
21063
|
+
infoURL: 'https://zeroone.art/',
|
|
21064
|
+
shortName: 'zeroonemai',
|
|
21065
|
+
chainId: 27827,
|
|
21066
|
+
networkId: 27827,
|
|
21067
|
+
explorers: [
|
|
21068
|
+
{
|
|
21069
|
+
name: 'ZEROONEMAI Explorer',
|
|
21070
|
+
url: 'https://subnets.avax.network/zeroonemai',
|
|
21071
|
+
standard: 'EIP3091'
|
|
21072
|
+
}
|
|
21073
|
+
]
|
|
21074
|
+
},
|
|
20699
21075
|
28516: {
|
|
20700
21076
|
name: 'Vizing Testnet',
|
|
20701
21077
|
title: 'Vizing Testnet',
|
|
@@ -20921,6 +21297,66 @@ exports.chains = {
|
|
|
20921
21297
|
}
|
|
20922
21298
|
]
|
|
20923
21299
|
},
|
|
21300
|
+
30730: {
|
|
21301
|
+
name: 'Movement EVM Legacy',
|
|
21302
|
+
chain: 'MOVE',
|
|
21303
|
+
rpc: [],
|
|
21304
|
+
faucets: [],
|
|
21305
|
+
nativeCurrency: { name: 'Move', symbol: 'MOVE', decimals: 18 },
|
|
21306
|
+
infoURL: 'https://movementlabs.xyz',
|
|
21307
|
+
shortName: 'moveleg',
|
|
21308
|
+
chainId: 30730,
|
|
21309
|
+
networkId: 30730,
|
|
21310
|
+
icon: 'move',
|
|
21311
|
+
explorers: [
|
|
21312
|
+
{
|
|
21313
|
+
name: 'mevm explorer',
|
|
21314
|
+
url: 'https://explorer.movementlabs.xyz',
|
|
21315
|
+
standard: 'none'
|
|
21316
|
+
}
|
|
21317
|
+
],
|
|
21318
|
+
status: 'incubating'
|
|
21319
|
+
},
|
|
21320
|
+
30731: {
|
|
21321
|
+
name: 'Movement EVM Devnet',
|
|
21322
|
+
chain: 'MOVE',
|
|
21323
|
+
rpc: [],
|
|
21324
|
+
faucets: [],
|
|
21325
|
+
nativeCurrency: { name: 'Move', symbol: 'MOVE', decimals: 18 },
|
|
21326
|
+
infoURL: 'https://movementlabs.xyz',
|
|
21327
|
+
shortName: 'movedev',
|
|
21328
|
+
chainId: 30731,
|
|
21329
|
+
networkId: 30731,
|
|
21330
|
+
icon: 'move',
|
|
21331
|
+
explorers: [
|
|
21332
|
+
{
|
|
21333
|
+
name: 'mevm explorer',
|
|
21334
|
+
url: 'https://explorer.movementlabs.xyz',
|
|
21335
|
+
standard: 'none'
|
|
21336
|
+
}
|
|
21337
|
+
],
|
|
21338
|
+
status: 'incubating'
|
|
21339
|
+
},
|
|
21340
|
+
30732: {
|
|
21341
|
+
name: 'Movement EVM Testnet',
|
|
21342
|
+
chain: 'MOVE',
|
|
21343
|
+
rpc: [],
|
|
21344
|
+
faucets: [],
|
|
21345
|
+
nativeCurrency: { name: 'Move', symbol: 'MOVE', decimals: 18 },
|
|
21346
|
+
infoURL: 'https://movementlabs.xyz',
|
|
21347
|
+
shortName: 'movetest',
|
|
21348
|
+
chainId: 30732,
|
|
21349
|
+
networkId: 30732,
|
|
21350
|
+
icon: 'move',
|
|
21351
|
+
explorers: [
|
|
21352
|
+
{
|
|
21353
|
+
name: 'mevm explorer',
|
|
21354
|
+
url: 'https://explorer.movementlabs.xyz',
|
|
21355
|
+
standard: 'none'
|
|
21356
|
+
}
|
|
21357
|
+
],
|
|
21358
|
+
status: 'incubating'
|
|
21359
|
+
},
|
|
20924
21360
|
31102: {
|
|
20925
21361
|
name: 'Ethersocial Network',
|
|
20926
21362
|
chain: 'ESN',
|
|
@@ -22177,6 +22613,30 @@ exports.chains = {
|
|
|
22177
22613
|
}
|
|
22178
22614
|
]
|
|
22179
22615
|
},
|
|
22616
|
+
53457: {
|
|
22617
|
+
name: 'DODOchain testnet',
|
|
22618
|
+
title: 'DODOchain testnet',
|
|
22619
|
+
chain: 'DODOchain',
|
|
22620
|
+
icon: 'dodochain_testnet',
|
|
22621
|
+
rpc: [
|
|
22622
|
+
'https://dodochain-testnet.alt.technology',
|
|
22623
|
+
'wss://dodochain-testnet.alt.technology/ws'
|
|
22624
|
+
],
|
|
22625
|
+
faucets: [],
|
|
22626
|
+
nativeCurrency: { name: 'Berd', symbol: 'BERD', decimals: 18 },
|
|
22627
|
+
infoURL: 'https://www.dodochain.com',
|
|
22628
|
+
shortName: 'dodochain',
|
|
22629
|
+
chainId: 53457,
|
|
22630
|
+
networkId: 53457,
|
|
22631
|
+
explorers: [
|
|
22632
|
+
{
|
|
22633
|
+
name: 'DODOchain Testnet (Sepolia) Explorer',
|
|
22634
|
+
url: 'https://testnet-scan.dodochain.com',
|
|
22635
|
+
icon: 'dodochain_testnet',
|
|
22636
|
+
standard: 'EIP3091'
|
|
22637
|
+
}
|
|
22638
|
+
]
|
|
22639
|
+
},
|
|
22180
22640
|
53935: {
|
|
22181
22641
|
name: 'DFK Chain',
|
|
22182
22642
|
chain: 'DFK',
|
|
@@ -22365,6 +22825,25 @@ exports.chains = {
|
|
|
22365
22825
|
bridges: [{ url: 'https://gateway.boba.network' }]
|
|
22366
22826
|
}
|
|
22367
22827
|
},
|
|
22828
|
+
56400: {
|
|
22829
|
+
name: 'Testnet Zeroone Subnet',
|
|
22830
|
+
chain: 'TESTNETZER',
|
|
22831
|
+
rpc: ['https://subnets.avax.network/testnetzer/testnet/rpc'],
|
|
22832
|
+
features: [{ name: 'EIP1559' }],
|
|
22833
|
+
faucets: [],
|
|
22834
|
+
nativeCurrency: { name: 'ZERO', symbol: 'ZERO', decimals: 18 },
|
|
22835
|
+
infoURL: 'https://zeroone.art/',
|
|
22836
|
+
shortName: 'testnetzer',
|
|
22837
|
+
chainId: 56400,
|
|
22838
|
+
networkId: 56400,
|
|
22839
|
+
explorers: [
|
|
22840
|
+
{
|
|
22841
|
+
name: 'TESTNETZER Explorer',
|
|
22842
|
+
url: 'https://subnets-test.avax.network/testnetzer',
|
|
22843
|
+
standard: 'EIP3091'
|
|
22844
|
+
}
|
|
22845
|
+
]
|
|
22846
|
+
},
|
|
22368
22847
|
56789: {
|
|
22369
22848
|
name: 'VELO Labs Mainnet',
|
|
22370
22849
|
chain: 'NOVA chain',
|
|
@@ -22681,14 +23160,28 @@ exports.chains = {
|
|
|
22681
23160
|
60808: {
|
|
22682
23161
|
name: 'BOB',
|
|
22683
23162
|
chain: 'ETH',
|
|
22684
|
-
rpc: [],
|
|
23163
|
+
rpc: ['https://rpc.gobob.xyz', 'wss://rpc.gobob.xyz'],
|
|
22685
23164
|
faucets: [],
|
|
22686
23165
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
22687
23166
|
infoURL: 'https://gobob.xyz',
|
|
22688
23167
|
shortName: 'bob',
|
|
22689
23168
|
chainId: 60808,
|
|
22690
23169
|
networkId: 60808,
|
|
22691
|
-
|
|
23170
|
+
icon: 'bob',
|
|
23171
|
+
explorers: [
|
|
23172
|
+
{
|
|
23173
|
+
name: 'bobscout',
|
|
23174
|
+
url: 'https://explorer.gobob.xyz',
|
|
23175
|
+
icon: 'blockscout',
|
|
23176
|
+
standard: 'EIP3091'
|
|
23177
|
+
}
|
|
23178
|
+
],
|
|
23179
|
+
status: 'active',
|
|
23180
|
+
parent: {
|
|
23181
|
+
type: 'L2',
|
|
23182
|
+
chain: 'eip155-1',
|
|
23183
|
+
bridges: [{ url: 'https://app.gobob.xyz' }]
|
|
23184
|
+
}
|
|
22692
23185
|
},
|
|
22693
23186
|
61406: {
|
|
22694
23187
|
name: 'KaiChain',
|
|
@@ -24105,6 +24598,33 @@ exports.chains = {
|
|
|
24105
24598
|
}
|
|
24106
24599
|
]
|
|
24107
24600
|
},
|
|
24601
|
+
90354: {
|
|
24602
|
+
name: 'Camp Testnet',
|
|
24603
|
+
chain: 'ETH',
|
|
24604
|
+
icon: 'camp',
|
|
24605
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
24606
|
+
rpc: ['https://rpc-camp-network-4xje7wy105.t.conduit.xyz'],
|
|
24607
|
+
faucets: ['https://www.campnetwork.xyz/faucet'],
|
|
24608
|
+
nativeCurrency: { name: 'Ethereum', symbol: 'ETH', decimals: 18 },
|
|
24609
|
+
infoURL: 'https://campaign-1.gitbook.io/camp-technical-docså',
|
|
24610
|
+
shortName: 'camp',
|
|
24611
|
+
chainId: 90354,
|
|
24612
|
+
networkId: 90354,
|
|
24613
|
+
slip44: 1,
|
|
24614
|
+
explorers: [
|
|
24615
|
+
{
|
|
24616
|
+
name: 'blockscout',
|
|
24617
|
+
url: 'https://explorerl2new-camp-network-4xje7wy105.t.conduit.xyz',
|
|
24618
|
+
icon: 'blockscout',
|
|
24619
|
+
standard: 'EIP3091'
|
|
24620
|
+
}
|
|
24621
|
+
],
|
|
24622
|
+
parent: {
|
|
24623
|
+
type: 'L2',
|
|
24624
|
+
chain: 'eip155-1',
|
|
24625
|
+
bridges: [{ url: 'https://camp-testnet-bridge.vercel.app/' }]
|
|
24626
|
+
}
|
|
24627
|
+
},
|
|
24108
24628
|
91002: {
|
|
24109
24629
|
name: 'Nautilus Trition Chain',
|
|
24110
24630
|
title: 'Nautilus Trition Testnet',
|
|
@@ -24632,6 +25152,25 @@ exports.chains = {
|
|
|
24632
25152
|
}
|
|
24633
25153
|
]
|
|
24634
25154
|
},
|
|
25155
|
+
104566: {
|
|
25156
|
+
name: 'KaspaClassic Mainnet',
|
|
25157
|
+
chain: 'KaspaClassic',
|
|
25158
|
+
icon: 'kaspaclassic',
|
|
25159
|
+
rpc: ['https://api.kaspaclassic.world/', 'http://80.178.101.118:8000/'],
|
|
25160
|
+
faucets: [],
|
|
25161
|
+
nativeCurrency: { name: 'KaspaClassic', symbol: 'CAS', decimals: 18 },
|
|
25162
|
+
infoURL: 'https://kaspaclassic.com/',
|
|
25163
|
+
shortName: 'cas',
|
|
25164
|
+
chainId: 104566,
|
|
25165
|
+
networkId: 104566,
|
|
25166
|
+
explorers: [
|
|
25167
|
+
{
|
|
25168
|
+
name: 'KaspaClassic Explorer',
|
|
25169
|
+
url: 'https://explorer.kaspaclassic.world',
|
|
25170
|
+
standard: 'none'
|
|
25171
|
+
}
|
|
25172
|
+
]
|
|
25173
|
+
},
|
|
24635
25174
|
105105: {
|
|
24636
25175
|
name: 'Stratis Mainnet',
|
|
24637
25176
|
chain: 'Stratis',
|
|
@@ -25294,6 +25833,33 @@ exports.chains = {
|
|
|
25294
25833
|
}
|
|
25295
25834
|
]
|
|
25296
25835
|
},
|
|
25836
|
+
192940: {
|
|
25837
|
+
name: 'Mind Network Testnet',
|
|
25838
|
+
chain: 'FHET',
|
|
25839
|
+
rpc: [
|
|
25840
|
+
'https://rpc_testnet.mindnetwork.xyz',
|
|
25841
|
+
'wss://rpc_testnet.mindnetwork.xyz'
|
|
25842
|
+
],
|
|
25843
|
+
faucets: [],
|
|
25844
|
+
nativeCurrency: { name: 'FHE', symbol: 'FHE', decimals: 18 },
|
|
25845
|
+
features: [{ name: 'EIP155' }],
|
|
25846
|
+
infoURL: 'https://mindnetwork.xyz',
|
|
25847
|
+
shortName: 'fhet',
|
|
25848
|
+
chainId: 192940,
|
|
25849
|
+
networkId: 192940
|
|
25850
|
+
},
|
|
25851
|
+
200000: {
|
|
25852
|
+
name: 'xFair.AI Testnet',
|
|
25853
|
+
chain: 'FAIT',
|
|
25854
|
+
rpc: ['https://rpc_testnet.xfair.ai', 'wss://rpc_testnet.xfair.ai'],
|
|
25855
|
+
faucets: [],
|
|
25856
|
+
nativeCurrency: { name: 'FAI', symbol: 'FAI', decimals: 18 },
|
|
25857
|
+
features: [{ name: 'EIP155' }],
|
|
25858
|
+
infoURL: 'https://xfair.ai',
|
|
25859
|
+
shortName: 'fait',
|
|
25860
|
+
chainId: 200000,
|
|
25861
|
+
networkId: 200000
|
|
25862
|
+
},
|
|
25297
25863
|
200101: {
|
|
25298
25864
|
name: 'Milkomeda C1 Testnet',
|
|
25299
25865
|
chain: 'milkTAda',
|
|
@@ -25812,7 +26378,7 @@ exports.chains = {
|
|
|
25812
26378
|
]
|
|
25813
26379
|
},
|
|
25814
26380
|
230315: {
|
|
25815
|
-
name: 'HashKey Chain Testnet',
|
|
26381
|
+
name: 'HashKey Chain Testnet(discard)',
|
|
25816
26382
|
chain: 'HashKey',
|
|
25817
26383
|
rpc: ['https://testnet.hashkeychain/rpc'],
|
|
25818
26384
|
faucets: ['https://testnet.hashkeychain/faucet'],
|
|
@@ -26999,6 +27565,24 @@ exports.chains = {
|
|
|
26999
27565
|
}
|
|
27000
27566
|
]
|
|
27001
27567
|
},
|
|
27568
|
+
660279: {
|
|
27569
|
+
name: 'Xai Mainnet',
|
|
27570
|
+
chainId: 660279,
|
|
27571
|
+
shortName: 'xai',
|
|
27572
|
+
chain: 'XAI',
|
|
27573
|
+
networkId: 660279,
|
|
27574
|
+
nativeCurrency: { name: 'Xai', symbol: 'XAI', decimals: 18 },
|
|
27575
|
+
rpc: ['https://xai-chain.net/rpc'],
|
|
27576
|
+
faucets: [],
|
|
27577
|
+
explorers: [
|
|
27578
|
+
{
|
|
27579
|
+
name: 'Blockscout',
|
|
27580
|
+
url: 'https://explorer.xai-chain.net',
|
|
27581
|
+
standard: 'EIP3091'
|
|
27582
|
+
}
|
|
27583
|
+
],
|
|
27584
|
+
infoURL: 'https://xai.games'
|
|
27585
|
+
},
|
|
27002
27586
|
666666: {
|
|
27003
27587
|
name: 'Vision - Vpioneer Test Chain',
|
|
27004
27588
|
chain: 'Vision-Vpioneer',
|
|
@@ -27630,6 +28214,27 @@ exports.chains = {
|
|
|
27630
28214
|
}
|
|
27631
28215
|
]
|
|
27632
28216
|
},
|
|
28217
|
+
999999: {
|
|
28218
|
+
name: 'AmChain',
|
|
28219
|
+
title: 'AMC',
|
|
28220
|
+
chain: 'AmChain',
|
|
28221
|
+
icon: 'amc',
|
|
28222
|
+
rpc: ['https://node1.amchain.net'],
|
|
28223
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
28224
|
+
faucets: [],
|
|
28225
|
+
nativeCurrency: { name: 'AMC', symbol: 'AMC', decimals: 18 },
|
|
28226
|
+
infoURL: 'https://hewe.io/',
|
|
28227
|
+
shortName: 'AMC',
|
|
28228
|
+
chainId: 999999,
|
|
28229
|
+
networkId: 999999,
|
|
28230
|
+
explorers: [
|
|
28231
|
+
{
|
|
28232
|
+
name: 'AMCAmChain explorer',
|
|
28233
|
+
url: 'https://explorer.amchain.net',
|
|
28234
|
+
standard: 'none'
|
|
28235
|
+
}
|
|
28236
|
+
]
|
|
28237
|
+
},
|
|
27633
28238
|
1100789: {
|
|
27634
28239
|
name: 'Netmind Chain Testnet',
|
|
27635
28240
|
title: 'NetMind Chain Testnet',
|
|
@@ -28120,14 +28725,16 @@ exports.chains = {
|
|
|
28120
28725
|
]
|
|
28121
28726
|
},
|
|
28122
28727
|
5318008: {
|
|
28123
|
-
name: 'Reactive
|
|
28728
|
+
name: 'Reactive Kopli',
|
|
28729
|
+
title: 'Reactive Network Testnet Kopli',
|
|
28124
28730
|
chain: 'REACT',
|
|
28125
|
-
rpc: ['https://kopli-rpc.reactive.network'],
|
|
28731
|
+
rpc: ['https://kopli-rpc.reactive.network', 'http://kopli-rpc.rkt.ink'],
|
|
28126
28732
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
28127
|
-
faucets: [],
|
|
28128
|
-
nativeCurrency: { name: 'React', symbol: 'REACT', decimals: 18 },
|
|
28733
|
+
faucets: ['https://dev.reactive.network/docs/kopli-testnet#faucet'],
|
|
28734
|
+
nativeCurrency: { name: 'Kopli React', symbol: 'REACT', decimals: 18 },
|
|
28129
28735
|
infoURL: 'https://reactive.network',
|
|
28130
|
-
shortName: '
|
|
28736
|
+
shortName: 'kreact',
|
|
28737
|
+
icon: 'reactive',
|
|
28131
28738
|
chainId: 5318008,
|
|
28132
28739
|
networkId: 5318008,
|
|
28133
28740
|
explorers: [
|
|
@@ -30278,6 +30885,26 @@ exports.chains = {
|
|
|
30278
30885
|
networkId: 1666900001,
|
|
30279
30886
|
explorers: []
|
|
30280
30887
|
},
|
|
30888
|
+
1802203764: {
|
|
30889
|
+
name: 'Kakarot Sepolia',
|
|
30890
|
+
chain: 'ETH',
|
|
30891
|
+
icon: 'kakarot',
|
|
30892
|
+
rpc: ['https://sepolia-rpc.kakarot.org'],
|
|
30893
|
+
faucets: [],
|
|
30894
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
30895
|
+
infoURL: 'https://kakarot.org',
|
|
30896
|
+
shortName: 'kkrt-sepolia',
|
|
30897
|
+
chainId: 1802203764,
|
|
30898
|
+
networkId: 1802203764,
|
|
30899
|
+
explorers: [
|
|
30900
|
+
{
|
|
30901
|
+
name: 'Kakarot Scan',
|
|
30902
|
+
url: 'https://sepolia.kakarotscan.org',
|
|
30903
|
+
standard: 'EIP3091'
|
|
30904
|
+
}
|
|
30905
|
+
],
|
|
30906
|
+
parent: { type: 'L2', chain: 'eip155-11155111', bridges: [] }
|
|
30907
|
+
},
|
|
30281
30908
|
1918988905: {
|
|
30282
30909
|
name: 'RARI Chain Testnet',
|
|
30283
30910
|
chain: 'RARI',
|
|
@@ -30461,6 +31088,24 @@ exports.chains = {
|
|
|
30461
31088
|
explorers: [],
|
|
30462
31089
|
status: 'incubating'
|
|
30463
31090
|
},
|
|
31091
|
+
37714555429: {
|
|
31092
|
+
name: 'Xai Testnet v2',
|
|
31093
|
+
chainId: 37714555429,
|
|
31094
|
+
shortName: 'xaitestnet',
|
|
31095
|
+
chain: 'XAI Testnet',
|
|
31096
|
+
networkId: 37714555429,
|
|
31097
|
+
nativeCurrency: { name: 'sXai', symbol: 'sXAI', decimals: 18 },
|
|
31098
|
+
rpc: ['https://testnet-v2.xai-chain.net/rpc'],
|
|
31099
|
+
faucets: [],
|
|
31100
|
+
explorers: [
|
|
31101
|
+
{
|
|
31102
|
+
name: 'Blockscout',
|
|
31103
|
+
url: 'https://testnet-explorer-v2.xai-chain.net',
|
|
31104
|
+
standard: 'EIP3091'
|
|
31105
|
+
}
|
|
31106
|
+
],
|
|
31107
|
+
infoURL: 'https://xai.games'
|
|
31108
|
+
},
|
|
30464
31109
|
88153591557: {
|
|
30465
31110
|
name: 'Arbitrum Blueberry',
|
|
30466
31111
|
title: 'Arbitrum Blueberry Testnet',
|
|
@@ -30492,14 +31137,14 @@ exports.chains = {
|
|
|
30492
31137
|
status: 'active'
|
|
30493
31138
|
},
|
|
30494
31139
|
107107114116: {
|
|
30495
|
-
name: 'Kakarot Sepolia',
|
|
31140
|
+
name: 'Kakarot Sepolia Deprecated',
|
|
30496
31141
|
chain: 'ETH',
|
|
30497
31142
|
icon: 'kakarot',
|
|
30498
31143
|
rpc: [],
|
|
30499
31144
|
faucets: [],
|
|
30500
31145
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
30501
31146
|
infoURL: 'https://kakarot.org',
|
|
30502
|
-
shortName: 'kkrt-sepolia',
|
|
31147
|
+
shortName: 'kkrt-sepolia-deprecated',
|
|
30503
31148
|
chainId: 107107114116,
|
|
30504
31149
|
networkId: 107107114116,
|
|
30505
31150
|
explorers: [],
|