@revoke.cash/chains 36.0.0 → 38.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 +1294 -58
- package/dist/src/enums.d.ts +121 -9
- package/dist/src/enums.js +121 -9
- package/package.json +1 -1
package/dist/src/chains.js
CHANGED
|
@@ -323,6 +323,8 @@ exports.chains = {
|
|
|
323
323
|
'https://flare.rpc.thirdweb.com',
|
|
324
324
|
'https://flare-bundler.etherspot.io',
|
|
325
325
|
'https://rpc.ankr.com/flare',
|
|
326
|
+
'https://01-gravelines-003-01.rpc.tatum.io/ext/bc/C/rpc',
|
|
327
|
+
'https://01-vinthill-003-02.rpc.tatum.io/ext/bc/C/rpc',
|
|
326
328
|
'https://rpc.ftso.au/flare',
|
|
327
329
|
'https://flare.enosys.global/ext/C/rpc',
|
|
328
330
|
'https://flare.solidifi.app/ext/C/rpc'
|
|
@@ -364,7 +366,10 @@ exports.chains = {
|
|
|
364
366
|
icon: 'coston',
|
|
365
367
|
rpc: [
|
|
366
368
|
'https://coston-api.flare.network/ext/C/rpc',
|
|
367
|
-
'https://
|
|
369
|
+
'https://songbird-testnet-coston.rpc.thirdweb.com',
|
|
370
|
+
'https://01-gravelines-004-01.rpc.tatum.io/ext/bc/C/rpc',
|
|
371
|
+
'https://02-chicago-004-02.rpc.tatum.io/ext/bc/C/rpc',
|
|
372
|
+
'https://02-tokyo-004-03.rpc.tatum.io/ext/bc/C/rpc',
|
|
368
373
|
'https://coston.enosys.global/ext/C/rpc'
|
|
369
374
|
],
|
|
370
375
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
@@ -432,6 +437,9 @@ exports.chains = {
|
|
|
432
437
|
icon: 'songbird',
|
|
433
438
|
rpc: [
|
|
434
439
|
'https://songbird-api.flare.network/ext/C/rpc',
|
|
440
|
+
'https://01-gravelines-006-01.rpc.tatum.io/ext/bc/C/rpc',
|
|
441
|
+
'https://01-vinthill-006-02.rpc.tatum.io/ext/bc/C/rpc',
|
|
442
|
+
'https://02-tokyo-006-03.rpc.tatum.io/ext/bc/C/rpc',
|
|
435
443
|
'https://rpc.ftso.au/songbird',
|
|
436
444
|
'https://songbird.enosys.global/ext/C/rpc',
|
|
437
445
|
'https://songbird.solidifi.app/ext/C/rpc'
|
|
@@ -2439,6 +2447,9 @@ exports.chains = {
|
|
|
2439
2447
|
'https://coston2-api.flare.network/ext/C/rpc',
|
|
2440
2448
|
'https://flare-testnet-coston2.rpc.thirdweb.com',
|
|
2441
2449
|
'https://flaretestnet-bundler.etherspot.io',
|
|
2450
|
+
'https://01-gravelines-005-01.rpc.tatum.io/ext/bc/C/rpc',
|
|
2451
|
+
'https://02-chicago-005-02.rpc.tatum.io/ext/bc/C/rpc',
|
|
2452
|
+
'https://02-tokyo-005-03.rpc.tatum.io/ext/bc/C/rpc',
|
|
2442
2453
|
'https://coston2.enosys.global/ext/C/rpc'
|
|
2443
2454
|
],
|
|
2444
2455
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
@@ -2887,23 +2898,25 @@ exports.chains = {
|
|
|
2887
2898
|
name: 'Defi Oracle Meta Mainnet',
|
|
2888
2899
|
chain: 'dfiometa',
|
|
2889
2900
|
icon: 'defioraclemeta',
|
|
2890
|
-
rpc: [
|
|
2891
|
-
'https://rpc.public-0138.defi-oracle.io',
|
|
2892
|
-
'wss://rpc.public-0138.defi-oracle.io'
|
|
2893
|
-
],
|
|
2901
|
+
rpc: ['https://rpc.defi-oracle.io', 'wss://wss.defi-oracle.io'],
|
|
2894
2902
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
2895
2903
|
faucets: [],
|
|
2896
2904
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
2897
|
-
infoURL: 'https://defi-oracle.io/',
|
|
2905
|
+
infoURL: 'https://info.defi-oracle.io/',
|
|
2898
2906
|
shortName: 'dfio-meta-main',
|
|
2899
2907
|
chainId: 138,
|
|
2900
2908
|
networkId: 1,
|
|
2901
2909
|
slip44: 60,
|
|
2902
2910
|
ens: { registry: '0x57f1887a8BF19b14fC0dF6Fd9B2acc9Af147eA85' },
|
|
2903
2911
|
explorers: [
|
|
2912
|
+
{
|
|
2913
|
+
name: 'Blockscout Explorer',
|
|
2914
|
+
url: 'https://blockscout.defi-oracle.io',
|
|
2915
|
+
standard: 'none'
|
|
2916
|
+
},
|
|
2904
2917
|
{
|
|
2905
2918
|
name: 'Quorum Explorer',
|
|
2906
|
-
url: 'https://
|
|
2919
|
+
url: 'https://explorer.defi-oracle.io',
|
|
2907
2920
|
standard: 'none'
|
|
2908
2921
|
}
|
|
2909
2922
|
]
|
|
@@ -3177,6 +3190,46 @@ exports.chains = {
|
|
|
3177
3190
|
}
|
|
3178
3191
|
]
|
|
3179
3192
|
},
|
|
3193
|
+
158: {
|
|
3194
|
+
name: 'Roburna Mainnet',
|
|
3195
|
+
chain: 'RBA',
|
|
3196
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
3197
|
+
rpc: ['https://dataseed.roburna.com'],
|
|
3198
|
+
faucets: [],
|
|
3199
|
+
nativeCurrency: { name: 'Roburna', symbol: 'RBA', decimals: 18 },
|
|
3200
|
+
infoURL: 'https://www.roburna.com/',
|
|
3201
|
+
shortName: 'rba',
|
|
3202
|
+
chainId: 158,
|
|
3203
|
+
networkId: 158,
|
|
3204
|
+
icon: 'roburna',
|
|
3205
|
+
explorers: [
|
|
3206
|
+
{
|
|
3207
|
+
name: 'Rbascan Explorer',
|
|
3208
|
+
url: 'https://rbascan.com',
|
|
3209
|
+
standard: 'EIP3091'
|
|
3210
|
+
}
|
|
3211
|
+
]
|
|
3212
|
+
},
|
|
3213
|
+
159: {
|
|
3214
|
+
name: 'Roburna Testnet',
|
|
3215
|
+
chain: 'RBAT',
|
|
3216
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
3217
|
+
rpc: ['https://preseed-testnet-1.roburna.com'],
|
|
3218
|
+
faucets: [],
|
|
3219
|
+
nativeCurrency: { name: 'Roburna', symbol: 'RBAT', decimals: 18 },
|
|
3220
|
+
infoURL: 'https://www.roburna.com/',
|
|
3221
|
+
shortName: 'rbat',
|
|
3222
|
+
chainId: 159,
|
|
3223
|
+
networkId: 159,
|
|
3224
|
+
icon: 'roburna',
|
|
3225
|
+
explorers: [
|
|
3226
|
+
{
|
|
3227
|
+
name: 'Rbascan Testnet Explorer',
|
|
3228
|
+
url: 'https://testnet.rbascan.com',
|
|
3229
|
+
standard: 'EIP3091'
|
|
3230
|
+
}
|
|
3231
|
+
]
|
|
3232
|
+
},
|
|
3180
3233
|
160: {
|
|
3181
3234
|
name: 'Armonia Eva Chain Mainnet',
|
|
3182
3235
|
chain: 'Eva',
|
|
@@ -3259,6 +3312,20 @@ exports.chains = {
|
|
|
3259
3312
|
}
|
|
3260
3313
|
]
|
|
3261
3314
|
},
|
|
3315
|
+
166: {
|
|
3316
|
+
name: 'Omni',
|
|
3317
|
+
chain: 'Omni',
|
|
3318
|
+
status: 'incubating',
|
|
3319
|
+
rpc: [],
|
|
3320
|
+
features: [{ name: 'EIP155' }],
|
|
3321
|
+
faucets: [],
|
|
3322
|
+
nativeCurrency: { name: 'Omni', symbol: 'OMNI', decimals: 18 },
|
|
3323
|
+
infoURL: 'https://docs.omni.network/',
|
|
3324
|
+
shortName: 'omni',
|
|
3325
|
+
chainId: 166,
|
|
3326
|
+
networkId: 166,
|
|
3327
|
+
slip44: 1
|
|
3328
|
+
},
|
|
3262
3329
|
167: {
|
|
3263
3330
|
name: 'Atoshi Testnet',
|
|
3264
3331
|
chain: 'ATOSHI',
|
|
@@ -3634,7 +3701,7 @@ exports.chains = {
|
|
|
3634
3701
|
chain: 'VinuChain Testnet',
|
|
3635
3702
|
rpc: ['https://vinufoundation-rpc.com'],
|
|
3636
3703
|
faucets: [],
|
|
3637
|
-
nativeCurrency: { name: 'VinuChain', symbol: '
|
|
3704
|
+
nativeCurrency: { name: 'VinuChain', symbol: 'VC', decimals: 18 },
|
|
3638
3705
|
infoURL: 'https://vitainu.org',
|
|
3639
3706
|
shortName: 'VCTEST',
|
|
3640
3707
|
chainId: 206,
|
|
@@ -3655,7 +3722,7 @@ exports.chains = {
|
|
|
3655
3722
|
chain: 'VinuChain',
|
|
3656
3723
|
rpc: ['https://vinuchain-rpc.com'],
|
|
3657
3724
|
faucets: [],
|
|
3658
|
-
nativeCurrency: { name: 'VinuChain', symbol: '
|
|
3725
|
+
nativeCurrency: { name: 'VinuChain', symbol: 'VC', decimals: 18 },
|
|
3659
3726
|
infoURL: 'https://vitainu.org',
|
|
3660
3727
|
shortName: 'VC',
|
|
3661
3728
|
chainId: 207,
|
|
@@ -4174,6 +4241,56 @@ exports.chains = {
|
|
|
4174
4241
|
}
|
|
4175
4242
|
]
|
|
4176
4243
|
},
|
|
4244
|
+
266: {
|
|
4245
|
+
name: 'Neura',
|
|
4246
|
+
title: 'Neura Mainnet',
|
|
4247
|
+
chain: 'NEURA',
|
|
4248
|
+
icon: 'neura',
|
|
4249
|
+
rpc: [],
|
|
4250
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
4251
|
+
faucets: [],
|
|
4252
|
+
nativeCurrency: { name: 'Ankr', symbol: 'ANKR', decimals: 18 },
|
|
4253
|
+
infoURL: 'https://www.neuraprotocol.io/',
|
|
4254
|
+
shortName: 'neura',
|
|
4255
|
+
chainId: 266,
|
|
4256
|
+
networkId: 266,
|
|
4257
|
+
status: 'incubating',
|
|
4258
|
+
explorers: []
|
|
4259
|
+
},
|
|
4260
|
+
267: {
|
|
4261
|
+
name: 'Neura Testnet',
|
|
4262
|
+
title: 'Neura Testnet',
|
|
4263
|
+
chain: 'NEURA',
|
|
4264
|
+
icon: 'neura',
|
|
4265
|
+
rpc: [],
|
|
4266
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
4267
|
+
faucets: [],
|
|
4268
|
+
nativeCurrency: { name: 'Testnet Ankr', symbol: 'ANKR', decimals: 18 },
|
|
4269
|
+
infoURL: 'https://www.neuraprotocol.io/',
|
|
4270
|
+
shortName: 'tneura',
|
|
4271
|
+
chainId: 267,
|
|
4272
|
+
networkId: 267,
|
|
4273
|
+
explorers: [],
|
|
4274
|
+
status: 'incubating',
|
|
4275
|
+
slip44: 1
|
|
4276
|
+
},
|
|
4277
|
+
268: {
|
|
4278
|
+
name: 'Neura Devnet',
|
|
4279
|
+
title: 'Neura Devnet',
|
|
4280
|
+
chain: 'NEURA',
|
|
4281
|
+
icon: 'neura',
|
|
4282
|
+
rpc: [],
|
|
4283
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
4284
|
+
faucets: [],
|
|
4285
|
+
nativeCurrency: { name: 'Devnet Ankr', symbol: 'ANKR', decimals: 18 },
|
|
4286
|
+
infoURL: 'https://www.neuraprotocol.io/',
|
|
4287
|
+
shortName: 'dneura',
|
|
4288
|
+
chainId: 268,
|
|
4289
|
+
networkId: 268,
|
|
4290
|
+
explorers: [],
|
|
4291
|
+
status: 'incubating',
|
|
4292
|
+
slip44: 1
|
|
4293
|
+
},
|
|
4177
4294
|
269: {
|
|
4178
4295
|
name: 'High Performance Blockchain',
|
|
4179
4296
|
chain: 'HPB',
|
|
@@ -4275,6 +4392,29 @@ exports.chains = {
|
|
|
4275
4392
|
bridges: [{ url: 'https://bridge.zksync.io/' }]
|
|
4276
4393
|
}
|
|
4277
4394
|
},
|
|
4395
|
+
282: {
|
|
4396
|
+
name: 'Cronos zkEVM Testnet',
|
|
4397
|
+
chain: 'CronosZkEVMTestnet',
|
|
4398
|
+
rpc: ['https://rpc-zkevm-t0.cronos.org'],
|
|
4399
|
+
faucets: ['https://zkevm-t0.cronos.org/faucet'],
|
|
4400
|
+
nativeCurrency: {
|
|
4401
|
+
name: 'Cronos zkEVM Test Coin',
|
|
4402
|
+
symbol: 'TCRO',
|
|
4403
|
+
decimals: 18
|
|
4404
|
+
},
|
|
4405
|
+
infoURL: 'https://docs.cronos.org/cronos-zkevm-chain/introduction-to-cronos-zkevm-chain-testnet',
|
|
4406
|
+
shortName: 'zktcro',
|
|
4407
|
+
chainId: 282,
|
|
4408
|
+
networkId: 282,
|
|
4409
|
+
slip44: 1,
|
|
4410
|
+
explorers: [
|
|
4411
|
+
{
|
|
4412
|
+
name: 'Cronos zkEVM Testnet Explorer',
|
|
4413
|
+
url: 'https://zkevm-t0.cronos.org/explorer',
|
|
4414
|
+
standard: 'none'
|
|
4415
|
+
}
|
|
4416
|
+
]
|
|
4417
|
+
},
|
|
4278
4418
|
288: {
|
|
4279
4419
|
name: 'Boba Network',
|
|
4280
4420
|
chain: 'ETH',
|
|
@@ -4563,6 +4703,24 @@ exports.chains = {
|
|
|
4563
4703
|
}
|
|
4564
4704
|
]
|
|
4565
4705
|
},
|
|
4706
|
+
308: {
|
|
4707
|
+
name: 'Furtheon',
|
|
4708
|
+
chain: 'Furtheon Network',
|
|
4709
|
+
rpc: ['https://rpc.furtheon.org'],
|
|
4710
|
+
faucets: [],
|
|
4711
|
+
nativeCurrency: { name: 'Furtheon', symbol: 'FTH', decimals: 18 },
|
|
4712
|
+
infoURL: 'https://furtheon.org/',
|
|
4713
|
+
shortName: 'furtheon',
|
|
4714
|
+
chainId: 308,
|
|
4715
|
+
networkId: 308,
|
|
4716
|
+
explorers: [
|
|
4717
|
+
{
|
|
4718
|
+
name: 'furthscan',
|
|
4719
|
+
url: 'http://furthscan.com',
|
|
4720
|
+
standard: 'EIP3091'
|
|
4721
|
+
}
|
|
4722
|
+
]
|
|
4723
|
+
},
|
|
4566
4724
|
309: {
|
|
4567
4725
|
name: 'Wyzth Testnet',
|
|
4568
4726
|
chain: 'WYZ',
|
|
@@ -5050,6 +5208,65 @@ exports.chains = {
|
|
|
5050
5208
|
chainId: 385,
|
|
5051
5209
|
networkId: 385
|
|
5052
5210
|
},
|
|
5211
|
+
395: {
|
|
5212
|
+
name: 'CamDL Testnet',
|
|
5213
|
+
chain: 'CADL',
|
|
5214
|
+
rpc: ['https://rpc1.testnet.camdl.gov.kh/'],
|
|
5215
|
+
faucets: ['https://faucet.testnet.camdl.gov.kh/'],
|
|
5216
|
+
nativeCurrency: { name: 'CADL', symbol: 'CADL', decimals: 18 },
|
|
5217
|
+
features: [{ name: 'EIP155' }],
|
|
5218
|
+
infoURL: 'https://camdl.gov.kh/',
|
|
5219
|
+
shortName: 'camdl-testnet',
|
|
5220
|
+
chainId: 395,
|
|
5221
|
+
networkId: 395,
|
|
5222
|
+
icon: 'camdl',
|
|
5223
|
+
explorers: [
|
|
5224
|
+
{
|
|
5225
|
+
name: 'CamDL Testnet Explorer',
|
|
5226
|
+
url: 'https://explorer.testnet.camdl.gov.kh',
|
|
5227
|
+
standard: 'EIP3091'
|
|
5228
|
+
}
|
|
5229
|
+
],
|
|
5230
|
+
status: 'active'
|
|
5231
|
+
},
|
|
5232
|
+
397: {
|
|
5233
|
+
name: 'Near Mainnet',
|
|
5234
|
+
chain: 'NEAR',
|
|
5235
|
+
rpc: [],
|
|
5236
|
+
icon: 'near',
|
|
5237
|
+
faucets: [],
|
|
5238
|
+
nativeCurrency: { name: 'NEAR', symbol: 'NEAR', decimals: 18 },
|
|
5239
|
+
infoURL: 'https://near.org/',
|
|
5240
|
+
shortName: 'near',
|
|
5241
|
+
chainId: 397,
|
|
5242
|
+
networkId: 397,
|
|
5243
|
+
explorers: [
|
|
5244
|
+
{
|
|
5245
|
+
name: 'Near Blocks',
|
|
5246
|
+
url: 'https://nearblocks.io',
|
|
5247
|
+
standard: 'none'
|
|
5248
|
+
}
|
|
5249
|
+
]
|
|
5250
|
+
},
|
|
5251
|
+
398: {
|
|
5252
|
+
name: 'Near Testnet',
|
|
5253
|
+
chain: 'NEAR',
|
|
5254
|
+
rpc: [],
|
|
5255
|
+
icon: 'near',
|
|
5256
|
+
faucets: [],
|
|
5257
|
+
nativeCurrency: { name: 'Testnet NEAR', symbol: 'NEAR', decimals: 18 },
|
|
5258
|
+
infoURL: 'https://aurora.dev',
|
|
5259
|
+
shortName: 'near-testnet',
|
|
5260
|
+
chainId: 398,
|
|
5261
|
+
networkId: 398,
|
|
5262
|
+
explorers: [
|
|
5263
|
+
{
|
|
5264
|
+
name: 'Near blocks',
|
|
5265
|
+
url: 'https://testnet.nearblocks.io',
|
|
5266
|
+
standard: 'none'
|
|
5267
|
+
}
|
|
5268
|
+
]
|
|
5269
|
+
},
|
|
5053
5270
|
399: {
|
|
5054
5271
|
name: 'Nativ3 Mainnet',
|
|
5055
5272
|
chainId: 399,
|
|
@@ -5621,6 +5838,26 @@ exports.chains = {
|
|
|
5621
5838
|
}
|
|
5622
5839
|
]
|
|
5623
5840
|
},
|
|
5841
|
+
537: {
|
|
5842
|
+
name: 'OpTrust Mainnet',
|
|
5843
|
+
chain: 'OpTrust',
|
|
5844
|
+
rpc: ['https://rpc.optrust.io'],
|
|
5845
|
+
faucets: [],
|
|
5846
|
+
nativeCurrency: { name: 'BSC', symbol: 'BNB', decimals: 18 },
|
|
5847
|
+
infoURL: 'https://optrust.io',
|
|
5848
|
+
shortName: 'optrust',
|
|
5849
|
+
chainId: 537,
|
|
5850
|
+
networkId: 537,
|
|
5851
|
+
icon: 'optrust',
|
|
5852
|
+
explorers: [
|
|
5853
|
+
{
|
|
5854
|
+
name: 'OpTrust explorer',
|
|
5855
|
+
url: 'https://scan.optrust.io',
|
|
5856
|
+
icon: 'optrust',
|
|
5857
|
+
standard: 'none'
|
|
5858
|
+
}
|
|
5859
|
+
]
|
|
5860
|
+
},
|
|
5624
5861
|
542: {
|
|
5625
5862
|
name: 'PAWCHAIN Testnet',
|
|
5626
5863
|
chain: 'PAW',
|
|
@@ -7108,6 +7345,27 @@ exports.chains = {
|
|
|
7108
7345
|
networkId: 910,
|
|
7109
7346
|
slip44: 1
|
|
7110
7347
|
},
|
|
7348
|
+
911: {
|
|
7349
|
+
name: 'TAPROOT Mainnet',
|
|
7350
|
+
title: 'TAPROOT Mainnet',
|
|
7351
|
+
chain: 'TAPROOT CHAIN',
|
|
7352
|
+
rpc: ['https://rpc.taprootchain.io'],
|
|
7353
|
+
faucets: [],
|
|
7354
|
+
nativeCurrency: { name: 'TBTC', symbol: 'TBTC', decimals: 18 },
|
|
7355
|
+
infoURL: 'https://taprootchain.io',
|
|
7356
|
+
shortName: 'TAPROOT-Mainnet',
|
|
7357
|
+
chainId: 911,
|
|
7358
|
+
networkId: 911,
|
|
7359
|
+
icon: 'taproot',
|
|
7360
|
+
explorers: [
|
|
7361
|
+
{
|
|
7362
|
+
name: 'TAPROOT Scan',
|
|
7363
|
+
url: 'https://scan.taprootchain.io',
|
|
7364
|
+
icon: 'taproot',
|
|
7365
|
+
standard: 'EIP3091'
|
|
7366
|
+
}
|
|
7367
|
+
]
|
|
7368
|
+
},
|
|
7111
7369
|
917: {
|
|
7112
7370
|
name: 'Rinia Testnet',
|
|
7113
7371
|
chain: 'FIRE',
|
|
@@ -7536,21 +7794,25 @@ exports.chains = {
|
|
|
7536
7794
|
name: 'Klaytn Testnet Baobab',
|
|
7537
7795
|
chain: 'KLAY',
|
|
7538
7796
|
rpc: [
|
|
7539
|
-
'https://
|
|
7540
|
-
'https://
|
|
7541
|
-
'wss://klaytn-baobab.drpc.org'
|
|
7797
|
+
'https://public-en-baobab.klaytn.net',
|
|
7798
|
+
'https://api.baobab.klaytn.net:8651'
|
|
7542
7799
|
],
|
|
7543
7800
|
faucets: ['https://baobab.wallet.klaytn.com/access?next=faucet'],
|
|
7544
7801
|
nativeCurrency: { name: 'KLAY', symbol: 'KLAY', decimals: 18 },
|
|
7545
|
-
infoURL: 'https://
|
|
7802
|
+
infoURL: 'https://klaytn.foundation',
|
|
7546
7803
|
shortName: 'Baobab',
|
|
7547
7804
|
chainId: 1001,
|
|
7548
7805
|
networkId: 1001,
|
|
7549
7806
|
slip44: 1,
|
|
7550
7807
|
explorers: [
|
|
7551
7808
|
{
|
|
7552
|
-
name: '
|
|
7553
|
-
url: 'https://
|
|
7809
|
+
name: 'Klaytnscope',
|
|
7810
|
+
url: 'https://baobab.klaytnscope.com',
|
|
7811
|
+
standard: 'EIP3091'
|
|
7812
|
+
},
|
|
7813
|
+
{
|
|
7814
|
+
name: 'Klaytnfinder',
|
|
7815
|
+
url: 'https://baobab.klaytnfinder.io',
|
|
7554
7816
|
standard: 'EIP3091'
|
|
7555
7817
|
}
|
|
7556
7818
|
]
|
|
@@ -7627,6 +7889,26 @@ exports.chains = {
|
|
|
7627
7889
|
}
|
|
7628
7890
|
]
|
|
7629
7891
|
},
|
|
7892
|
+
1009: {
|
|
7893
|
+
name: 'Jumbochain Mainnet',
|
|
7894
|
+
chain: 'Jumbo',
|
|
7895
|
+
rpc: ['https://rpcpriv.jumbochain.org'],
|
|
7896
|
+
faucets: [],
|
|
7897
|
+
nativeCurrency: { name: 'JNFTC', symbol: 'JNFTC', decimals: 18 },
|
|
7898
|
+
features: [{ name: 'EIP155' }],
|
|
7899
|
+
infoURL: 'https://jumbochain.org',
|
|
7900
|
+
shortName: 'Jumboscan',
|
|
7901
|
+
chainId: 1009,
|
|
7902
|
+
networkId: 1009,
|
|
7903
|
+
slip44: 1,
|
|
7904
|
+
explorers: [
|
|
7905
|
+
{
|
|
7906
|
+
name: 'Jumboscan',
|
|
7907
|
+
url: 'https://jumboscan.jumbochain.org',
|
|
7908
|
+
standard: 'EIP3091'
|
|
7909
|
+
}
|
|
7910
|
+
]
|
|
7911
|
+
},
|
|
7630
7912
|
1010: {
|
|
7631
7913
|
name: 'Evrice Network',
|
|
7632
7914
|
chain: 'EVC',
|
|
@@ -7934,7 +8216,8 @@ exports.chains = {
|
|
|
7934
8216
|
'https://evm.humans.stakepool.dev.br',
|
|
7935
8217
|
'https://mainnet-humans-evm.konsortech.xyz',
|
|
7936
8218
|
'https://evm-rpc.mainnet.humans.zone',
|
|
7937
|
-
'https://json-rpc.humans.bh.rocks'
|
|
8219
|
+
'https://json-rpc.humans.bh.rocks',
|
|
8220
|
+
'https://evm-rpc.humans.huginn.tech'
|
|
7938
8221
|
],
|
|
7939
8222
|
faucets: [],
|
|
7940
8223
|
nativeCurrency: { name: 'HEART', symbol: 'HEART', decimals: 18 },
|
|
@@ -9485,6 +9768,31 @@ exports.chains = {
|
|
|
9485
9768
|
bridges: [{ url: 'https://testnet-bridge.mintchain.io' }]
|
|
9486
9769
|
}
|
|
9487
9770
|
},
|
|
9771
|
+
1687: {
|
|
9772
|
+
name: 'Mint Sepolia Testnet',
|
|
9773
|
+
chain: 'ETH',
|
|
9774
|
+
rpc: ['https://sepolia-testnet-rpc.mintchain.io'],
|
|
9775
|
+
faucets: [],
|
|
9776
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
9777
|
+
infoURL: 'https://www.mintchain.io',
|
|
9778
|
+
shortName: 'mintsepoliatest',
|
|
9779
|
+
chainId: 1687,
|
|
9780
|
+
networkId: 1687,
|
|
9781
|
+
icon: 'mintTestnet',
|
|
9782
|
+
explorers: [
|
|
9783
|
+
{
|
|
9784
|
+
name: 'blockscout',
|
|
9785
|
+
url: 'https://sepolia-testnet-explorer.mintchain.io',
|
|
9786
|
+
icon: 'mintTestnet',
|
|
9787
|
+
standard: 'EIP3091'
|
|
9788
|
+
}
|
|
9789
|
+
],
|
|
9790
|
+
parent: {
|
|
9791
|
+
type: 'L2',
|
|
9792
|
+
chain: 'eip155-1',
|
|
9793
|
+
bridges: [{ url: 'https://sepolia-testnet-bridge.mintchain.io' }]
|
|
9794
|
+
}
|
|
9795
|
+
},
|
|
9488
9796
|
1688: {
|
|
9489
9797
|
name: 'LUDAN Mainnet',
|
|
9490
9798
|
chain: 'LUDAN',
|
|
@@ -10728,9 +11036,13 @@ exports.chains = {
|
|
|
10728
11036
|
chain: 'CFG',
|
|
10729
11037
|
icon: 'centrifuge',
|
|
10730
11038
|
rpc: [
|
|
10731
|
-
'
|
|
11039
|
+
'https://fullnode.centrifuge.io',
|
|
11040
|
+
'wss://fullnode.centrifuge.io',
|
|
11041
|
+
'https://centrifuge-parachain.api.onfinality.io/public',
|
|
10732
11042
|
'wss://centrifuge-parachain.api.onfinality.io/public-ws',
|
|
11043
|
+
'https://centrifuge-rpc.dwellir.com',
|
|
10733
11044
|
'wss://centrifuge-rpc.dwellir.com',
|
|
11045
|
+
'https://rpc-centrifuge.luckyfriday.io',
|
|
10734
11046
|
'wss://rpc-centrifuge.luckyfriday.io'
|
|
10735
11047
|
],
|
|
10736
11048
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
@@ -11445,6 +11757,30 @@ exports.chains = {
|
|
|
11445
11757
|
}
|
|
11446
11758
|
]
|
|
11447
11759
|
},
|
|
11760
|
+
2331: {
|
|
11761
|
+
name: 'RSS3 VSL Sepolia Testnet',
|
|
11762
|
+
chain: 'RSS3',
|
|
11763
|
+
rpc: ['https://rpc.testnet.rss3.io'],
|
|
11764
|
+
faucets: [],
|
|
11765
|
+
nativeCurrency: { name: 'RSS3', symbol: 'RSS3', decimals: 18 },
|
|
11766
|
+
infoURL: 'https://rss3.io',
|
|
11767
|
+
shortName: 'rss3-testnet',
|
|
11768
|
+
chainId: 2331,
|
|
11769
|
+
networkId: 2331,
|
|
11770
|
+
icon: 'rss3-testnet',
|
|
11771
|
+
explorers: [
|
|
11772
|
+
{
|
|
11773
|
+
name: 'RSS3 VSL Sepolia Testnet Scan',
|
|
11774
|
+
url: 'https://scan.testnet.rss3.io',
|
|
11775
|
+
standard: 'EIP3091'
|
|
11776
|
+
}
|
|
11777
|
+
],
|
|
11778
|
+
parent: {
|
|
11779
|
+
type: 'L2',
|
|
11780
|
+
chain: 'eip155-11155111',
|
|
11781
|
+
bridges: [{ url: 'https://explorer.testnet.rss3.io/bridge' }]
|
|
11782
|
+
}
|
|
11783
|
+
},
|
|
11448
11784
|
2332: {
|
|
11449
11785
|
name: 'SOMA Network Mainnet',
|
|
11450
11786
|
chain: 'SOMA',
|
|
@@ -11735,19 +12071,20 @@ exports.chains = {
|
|
|
11735
12071
|
]
|
|
11736
12072
|
},
|
|
11737
12073
|
2511: {
|
|
11738
|
-
name: 'Karak
|
|
12074
|
+
name: 'Karak Goerli',
|
|
11739
12075
|
chain: 'Karak',
|
|
11740
12076
|
icon: 'karak',
|
|
12077
|
+
status: 'deprecated',
|
|
11741
12078
|
rpc: ['https://goerli.node1.karak.network'],
|
|
11742
12079
|
faucets: [],
|
|
11743
12080
|
nativeCurrency: { name: 'Karak', symbol: 'KRK', decimals: 18 },
|
|
11744
12081
|
infoURL: 'https://karak.network',
|
|
11745
|
-
shortName: 'karak-
|
|
12082
|
+
shortName: 'karak-goerli',
|
|
11746
12083
|
chainId: 2511,
|
|
11747
12084
|
networkId: 2511,
|
|
11748
12085
|
explorers: [
|
|
11749
12086
|
{
|
|
11750
|
-
name: 'Karak
|
|
12087
|
+
name: 'Karak Goerli Explorer',
|
|
11751
12088
|
url: 'https://goerli.scan.karak.network',
|
|
11752
12089
|
standard: 'EIP3091'
|
|
11753
12090
|
}
|
|
@@ -12033,6 +12370,25 @@ exports.chains = {
|
|
|
12033
12370
|
bridges: [{ url: 'https://gateway.boba.network' }]
|
|
12034
12371
|
}
|
|
12035
12372
|
},
|
|
12373
|
+
2907: {
|
|
12374
|
+
name: 'Elux Chain',
|
|
12375
|
+
chain: 'ELUX',
|
|
12376
|
+
icon: 'eluxchain',
|
|
12377
|
+
rpc: ['https://rpc.eluxscan.com'],
|
|
12378
|
+
faucets: [],
|
|
12379
|
+
nativeCurrency: { name: 'Elux Chain', symbol: 'ELUX', decimals: 18 },
|
|
12380
|
+
infoURL: 'https://eluxscan.com',
|
|
12381
|
+
shortName: 'ELUX',
|
|
12382
|
+
chainId: 2907,
|
|
12383
|
+
networkId: 2907,
|
|
12384
|
+
explorers: [
|
|
12385
|
+
{
|
|
12386
|
+
name: 'blockscout',
|
|
12387
|
+
url: 'https://eluxscan.com',
|
|
12388
|
+
standard: 'none'
|
|
12389
|
+
}
|
|
12390
|
+
]
|
|
12391
|
+
},
|
|
12036
12392
|
2911: {
|
|
12037
12393
|
name: 'HYCHAIN',
|
|
12038
12394
|
chainId: 2911,
|
|
@@ -13796,6 +14152,46 @@ exports.chains = {
|
|
|
13796
14152
|
}
|
|
13797
14153
|
]
|
|
13798
14154
|
},
|
|
14155
|
+
5039: {
|
|
14156
|
+
name: 'ONIGIRI Test Subnet',
|
|
14157
|
+
chain: 'ONIGIRI',
|
|
14158
|
+
rpc: ['https://subnets.avax.network/onigiri/testnet/rpc'],
|
|
14159
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
14160
|
+
faucets: [],
|
|
14161
|
+
nativeCurrency: { name: 'ONIGIRI', symbol: 'ONGR', decimals: 18 },
|
|
14162
|
+
infoURL: 'https://www.ongr.org/',
|
|
14163
|
+
shortName: 'onigiri',
|
|
14164
|
+
chainId: 5039,
|
|
14165
|
+
networkId: 5039,
|
|
14166
|
+
explorers: [
|
|
14167
|
+
{
|
|
14168
|
+
name: 'ONIGIRI Explorer',
|
|
14169
|
+
url: 'https://subnets-test.avax.network/onigiri',
|
|
14170
|
+
standard: 'EIP3091'
|
|
14171
|
+
}
|
|
14172
|
+
]
|
|
14173
|
+
},
|
|
14174
|
+
5051: {
|
|
14175
|
+
name: 'Nollie Skatechain Testnet',
|
|
14176
|
+
chain: 'Skatechain',
|
|
14177
|
+
rpc: ['https://nollie-rpc.skatechain.org/'],
|
|
14178
|
+
faucets: [],
|
|
14179
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
14180
|
+
features: [{ name: 'EIP155' }],
|
|
14181
|
+
infoURL: '',
|
|
14182
|
+
shortName: 'nollie-testnet',
|
|
14183
|
+
chainId: 5051,
|
|
14184
|
+
networkId: 5051,
|
|
14185
|
+
icon: 'nollie',
|
|
14186
|
+
explorers: [
|
|
14187
|
+
{
|
|
14188
|
+
name: 'Nollie Skate Chain Testnet Explorer',
|
|
14189
|
+
url: 'https://nolliescan.skatechain.org',
|
|
14190
|
+
standard: 'EIP3091'
|
|
14191
|
+
}
|
|
14192
|
+
],
|
|
14193
|
+
status: 'active'
|
|
14194
|
+
},
|
|
13799
14195
|
5100: {
|
|
13800
14196
|
name: 'Syndicate Testnet',
|
|
13801
14197
|
title: 'Syndicate Testnet',
|
|
@@ -13875,6 +14271,24 @@ exports.chains = {
|
|
|
13875
14271
|
chainId: 5105,
|
|
13876
14272
|
networkId: 5105
|
|
13877
14273
|
},
|
|
14274
|
+
5106: {
|
|
14275
|
+
name: 'Azra Testnet',
|
|
14276
|
+
chain: 'Azra Testnet',
|
|
14277
|
+
rpc: ['https://rpc-azra-testnet-6hz86owb1n.t.conduit.xyz'],
|
|
14278
|
+
faucets: [],
|
|
14279
|
+
nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
|
|
14280
|
+
infoURL: 'https://azragames.com',
|
|
14281
|
+
shortName: 'azra-testnet',
|
|
14282
|
+
chainId: 5106,
|
|
14283
|
+
networkId: 5106,
|
|
14284
|
+
explorers: [
|
|
14285
|
+
{
|
|
14286
|
+
name: 'blockscout',
|
|
14287
|
+
url: 'https://explorerl2new-azra-testnet-6hz86owb1n.t.conduit.xyz',
|
|
14288
|
+
standard: 'EIP3091'
|
|
14289
|
+
}
|
|
14290
|
+
]
|
|
14291
|
+
},
|
|
13878
14292
|
5165: {
|
|
13879
14293
|
name: 'Bahamut',
|
|
13880
14294
|
title: 'Bahamut mainnet',
|
|
@@ -14000,6 +14414,26 @@ exports.chains = {
|
|
|
14000
14414
|
chainId: 5315,
|
|
14001
14415
|
networkId: 5315
|
|
14002
14416
|
},
|
|
14417
|
+
5317: {
|
|
14418
|
+
name: 'OpTrust Testnet',
|
|
14419
|
+
chain: 'OpTrust',
|
|
14420
|
+
rpc: ['https://rpctest.optrust.io'],
|
|
14421
|
+
faucets: [],
|
|
14422
|
+
nativeCurrency: { name: 'TestBSC', symbol: 'tBNB', decimals: 18 },
|
|
14423
|
+
infoURL: 'https://optrust.io',
|
|
14424
|
+
shortName: 'toptrust',
|
|
14425
|
+
chainId: 5317,
|
|
14426
|
+
networkId: 5317,
|
|
14427
|
+
icon: 'optrust',
|
|
14428
|
+
explorers: [
|
|
14429
|
+
{
|
|
14430
|
+
name: 'OpTrust Testnet explorer',
|
|
14431
|
+
url: 'https://scantest.optrust.io',
|
|
14432
|
+
icon: 'optrust',
|
|
14433
|
+
standard: 'none'
|
|
14434
|
+
}
|
|
14435
|
+
]
|
|
14436
|
+
},
|
|
14003
14437
|
5353: {
|
|
14004
14438
|
name: 'Tritanium Testnet',
|
|
14005
14439
|
chain: 'TRITANIUM',
|
|
@@ -14028,6 +14462,20 @@ exports.chains = {
|
|
|
14028
14462
|
}
|
|
14029
14463
|
]
|
|
14030
14464
|
},
|
|
14465
|
+
5439: {
|
|
14466
|
+
name: 'Egochain',
|
|
14467
|
+
chainId: 5439,
|
|
14468
|
+
shortName: 'egax',
|
|
14469
|
+
chain: 'EGAX',
|
|
14470
|
+
networkId: 5439,
|
|
14471
|
+
nativeCurrency: { name: 'EGAX', symbol: 'EGAX', decimals: 18 },
|
|
14472
|
+
rpc: ['https://mainnet.egochain.org'],
|
|
14473
|
+
faucets: [],
|
|
14474
|
+
infoURL: 'https://docs.egochain.org/',
|
|
14475
|
+
explorers: [
|
|
14476
|
+
{ name: 'egoscan', url: 'https://egoscan.io', standard: 'EIP3091' }
|
|
14477
|
+
]
|
|
14478
|
+
},
|
|
14031
14479
|
5522: {
|
|
14032
14480
|
name: 'VEX EVM TESTNET',
|
|
14033
14481
|
chain: 'vex',
|
|
@@ -14155,6 +14603,25 @@ exports.chains = {
|
|
|
14155
14603
|
}
|
|
14156
14604
|
]
|
|
14157
14605
|
},
|
|
14606
|
+
5615: {
|
|
14607
|
+
name: 'Arcturus Testneet',
|
|
14608
|
+
chain: 'Arcturus',
|
|
14609
|
+
rpc: ['https://rpc-testnet.arcturuschain.io/'],
|
|
14610
|
+
faucets: ['https://faucet.arcturuschain.io'],
|
|
14611
|
+
nativeCurrency: { name: 'tARC', symbol: 'tARC', decimals: 18 },
|
|
14612
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
14613
|
+
infoURL: 'https://arcturuschain.io',
|
|
14614
|
+
shortName: 'arcturus-testnet',
|
|
14615
|
+
chainId: 5615,
|
|
14616
|
+
networkId: 5615,
|
|
14617
|
+
explorers: [
|
|
14618
|
+
{
|
|
14619
|
+
name: 'explorer-arcturus-testnet',
|
|
14620
|
+
url: 'https://testnet.arcscan.net',
|
|
14621
|
+
standard: 'EIP3091'
|
|
14622
|
+
}
|
|
14623
|
+
]
|
|
14624
|
+
},
|
|
14158
14625
|
5616: {
|
|
14159
14626
|
name: 'Arcturus Chain Testnet',
|
|
14160
14627
|
chain: 'ARCTURUS',
|
|
@@ -14308,6 +14775,24 @@ exports.chains = {
|
|
|
14308
14775
|
}
|
|
14309
14776
|
]
|
|
14310
14777
|
},
|
|
14778
|
+
6000: {
|
|
14779
|
+
name: 'BounceBit Testnet',
|
|
14780
|
+
chain: 'BounceBit',
|
|
14781
|
+
rpc: ['https://fullnode-testnet.bouncebitapi.com/'],
|
|
14782
|
+
faucets: [],
|
|
14783
|
+
nativeCurrency: { name: 'BounceBit', symbol: 'BB', decimals: 18 },
|
|
14784
|
+
infoURL: 'https://bouncebit.io',
|
|
14785
|
+
shortName: 'bouncebit-testnet',
|
|
14786
|
+
chainId: 6000,
|
|
14787
|
+
networkId: 6000,
|
|
14788
|
+
explorers: [
|
|
14789
|
+
{
|
|
14790
|
+
name: 'BBScan Testnet Explorer',
|
|
14791
|
+
url: 'https://bbscan.io',
|
|
14792
|
+
standard: 'none'
|
|
14793
|
+
}
|
|
14794
|
+
]
|
|
14795
|
+
},
|
|
14311
14796
|
6065: {
|
|
14312
14797
|
name: 'Tres Testnet',
|
|
14313
14798
|
chain: 'TresLeches',
|
|
@@ -14730,7 +15215,11 @@ exports.chains = {
|
|
|
14730
15215
|
name: 'ZetaChain Athens 3 Testnet',
|
|
14731
15216
|
chain: 'ZetaChain',
|
|
14732
15217
|
icon: 'zetachain',
|
|
14733
|
-
rpc: [
|
|
15218
|
+
rpc: [
|
|
15219
|
+
'https://zetachain-athens-evm.blockpi.network/v1/rpc/public',
|
|
15220
|
+
'wss://zetachain-athens.blockpi.network/rpc/v1/public/websocket',
|
|
15221
|
+
'https://zetachain-testnet-archive.allthatnode.com:8545'
|
|
15222
|
+
],
|
|
14734
15223
|
faucets: ['https://labs.zetachain.com/get-zeta'],
|
|
14735
15224
|
nativeCurrency: { name: 'Zeta', symbol: 'ZETA', decimals: 18 },
|
|
14736
15225
|
infoURL: 'https://zetachain.com/docs',
|
|
@@ -15182,6 +15671,28 @@ exports.chains = {
|
|
|
15182
15671
|
}
|
|
15183
15672
|
]
|
|
15184
15673
|
},
|
|
15674
|
+
7798: {
|
|
15675
|
+
name: 'OpenEX LONG Testnet',
|
|
15676
|
+
title: 'OpenEX LONG Testnet',
|
|
15677
|
+
chain: 'OEX',
|
|
15678
|
+
icon: 'oex',
|
|
15679
|
+
rpc: ['https://long.rpc.openex.network/'],
|
|
15680
|
+
faucets: ['https://long.hub.openex.network/faucet'],
|
|
15681
|
+
nativeCurrency: { name: 'USDT Testnet', symbol: 'USDT', decimals: 18 },
|
|
15682
|
+
infoURL: 'https://openex.network',
|
|
15683
|
+
shortName: 'oex',
|
|
15684
|
+
chainId: 7798,
|
|
15685
|
+
networkId: 7798,
|
|
15686
|
+
slip44: 1,
|
|
15687
|
+
explorers: [
|
|
15688
|
+
{
|
|
15689
|
+
name: 'OpenEX Long Testnet Explorer',
|
|
15690
|
+
url: 'https://scan.long.openex.network',
|
|
15691
|
+
icon: 'oex',
|
|
15692
|
+
standard: 'EIP3091'
|
|
15693
|
+
}
|
|
15694
|
+
]
|
|
15695
|
+
},
|
|
15185
15696
|
7860: {
|
|
15186
15697
|
name: 'MaalChain Testnet',
|
|
15187
15698
|
chain: 'MaalChain Testnet',
|
|
@@ -15352,6 +15863,26 @@ exports.chains = {
|
|
|
15352
15863
|
networkId: 8029,
|
|
15353
15864
|
slip44: 1
|
|
15354
15865
|
},
|
|
15866
|
+
8054: {
|
|
15867
|
+
name: 'Karak Sepolia',
|
|
15868
|
+
chain: 'Karak',
|
|
15869
|
+
icon: 'karak',
|
|
15870
|
+
rpc: ['https://rpc.sepolia.karak.network'],
|
|
15871
|
+
faucets: [],
|
|
15872
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
15873
|
+
infoURL: 'https://karak.network',
|
|
15874
|
+
shortName: 'karak-sepolia',
|
|
15875
|
+
chainId: 8054,
|
|
15876
|
+
networkId: 8054,
|
|
15877
|
+
explorers: [
|
|
15878
|
+
{
|
|
15879
|
+
name: 'Karak Sepolia Explorer',
|
|
15880
|
+
url: 'https://explorer.sepolia.karak.network',
|
|
15881
|
+
standard: 'EIP3091'
|
|
15882
|
+
}
|
|
15883
|
+
],
|
|
15884
|
+
parent: { type: 'L2', chain: 'eip155-11155111' }
|
|
15885
|
+
},
|
|
15355
15886
|
8080: {
|
|
15356
15887
|
name: 'Shardeum Liberty 1.X',
|
|
15357
15888
|
chain: 'Shardeum',
|
|
@@ -15608,10 +16139,10 @@ exports.chains = {
|
|
|
15608
16139
|
8217: {
|
|
15609
16140
|
name: 'Klaytn Mainnet Cypress',
|
|
15610
16141
|
chain: 'KLAY',
|
|
15611
|
-
rpc: ['https://public-
|
|
16142
|
+
rpc: ['https://public-en-cypress.klaytn.net'],
|
|
15612
16143
|
faucets: [],
|
|
15613
16144
|
nativeCurrency: { name: 'KLAY', symbol: 'KLAY', decimals: 18 },
|
|
15614
|
-
infoURL: 'https://
|
|
16145
|
+
infoURL: 'https://klaytn.foundation',
|
|
15615
16146
|
shortName: 'Cypress',
|
|
15616
16147
|
chainId: 8217,
|
|
15617
16148
|
networkId: 8217,
|
|
@@ -15620,7 +16151,12 @@ exports.chains = {
|
|
|
15620
16151
|
{
|
|
15621
16152
|
name: 'Klaytnscope',
|
|
15622
16153
|
url: 'https://scope.klaytn.com',
|
|
15623
|
-
standard: '
|
|
16154
|
+
standard: 'EIP3091'
|
|
16155
|
+
},
|
|
16156
|
+
{
|
|
16157
|
+
name: 'Klaytnfinder',
|
|
16158
|
+
url: 'https://klaytnfinder.io',
|
|
16159
|
+
standard: 'EIP3091'
|
|
15624
16160
|
}
|
|
15625
16161
|
]
|
|
15626
16162
|
},
|
|
@@ -16195,14 +16731,70 @@ exports.chains = {
|
|
|
16195
16731
|
}
|
|
16196
16732
|
]
|
|
16197
16733
|
},
|
|
16198
|
-
|
|
16199
|
-
name: '
|
|
16200
|
-
chain: '
|
|
16201
|
-
rpc: [
|
|
16202
|
-
|
|
16734
|
+
9007: {
|
|
16735
|
+
name: 'Shido Testnet Block',
|
|
16736
|
+
chain: 'Shido Testnet',
|
|
16737
|
+
rpc: [
|
|
16738
|
+
'https://rpc-testnet-nodes.shidoscan.com',
|
|
16739
|
+
'wss://wss-testnet-nodes.shidoscan.com'
|
|
16740
|
+
],
|
|
16741
|
+
faucets: ['https://testnet.shidoscan.com/faucet'],
|
|
16203
16742
|
nativeCurrency: {
|
|
16204
|
-
name: '
|
|
16205
|
-
symbol: '
|
|
16743
|
+
name: 'Shido Testnet Token',
|
|
16744
|
+
symbol: 'SHIDO',
|
|
16745
|
+
decimals: 18
|
|
16746
|
+
},
|
|
16747
|
+
infoURL: 'https://www.nexablock.io',
|
|
16748
|
+
shortName: 'ShidoTestnet',
|
|
16749
|
+
chainId: 9007,
|
|
16750
|
+
networkId: 9007,
|
|
16751
|
+
icon: 'shidoChain',
|
|
16752
|
+
explorers: [
|
|
16753
|
+
{
|
|
16754
|
+
name: 'Shidoblock Testnet Explorer',
|
|
16755
|
+
url: 'https://testnet.shidoscan.com',
|
|
16756
|
+
standard: 'none',
|
|
16757
|
+
icon: 'shidoChain'
|
|
16758
|
+
}
|
|
16759
|
+
]
|
|
16760
|
+
},
|
|
16761
|
+
9008: {
|
|
16762
|
+
name: 'Shido Mainnet Block',
|
|
16763
|
+
chain: 'Shido Mainnet',
|
|
16764
|
+
rpc: [
|
|
16765
|
+
'https://rpc-nodes.shidoscan.com',
|
|
16766
|
+
'wss://wss-nodes.shidoscan.com',
|
|
16767
|
+
'https://rpc-delta-nodes.shidoscan.com',
|
|
16768
|
+
'wss://wss-delta-nodes.shidoscan.com'
|
|
16769
|
+
],
|
|
16770
|
+
faucets: [],
|
|
16771
|
+
nativeCurrency: {
|
|
16772
|
+
name: 'Shido Mainnet Token',
|
|
16773
|
+
symbol: 'SHIDO',
|
|
16774
|
+
decimals: 18
|
|
16775
|
+
},
|
|
16776
|
+
infoURL: 'https://shido.io',
|
|
16777
|
+
shortName: 'Shido',
|
|
16778
|
+
chainId: 9008,
|
|
16779
|
+
networkId: 9008,
|
|
16780
|
+
icon: 'shidoChain',
|
|
16781
|
+
explorers: [
|
|
16782
|
+
{
|
|
16783
|
+
name: 'Shidoblock Mainnet Explorer',
|
|
16784
|
+
url: 'https://shidoscan.com',
|
|
16785
|
+
standard: 'none',
|
|
16786
|
+
icon: 'shidoChain'
|
|
16787
|
+
}
|
|
16788
|
+
]
|
|
16789
|
+
},
|
|
16790
|
+
9012: {
|
|
16791
|
+
name: 'BerylBit Mainnet',
|
|
16792
|
+
chain: 'BRB',
|
|
16793
|
+
rpc: ['https://mainnet.berylbit.io'],
|
|
16794
|
+
faucets: ['https://t.me/BerylBit'],
|
|
16795
|
+
nativeCurrency: {
|
|
16796
|
+
name: 'BerylBit Chain Native Token',
|
|
16797
|
+
symbol: 'BRB',
|
|
16206
16798
|
decimals: 18
|
|
16207
16799
|
},
|
|
16208
16800
|
infoURL: 'https://www.beryl-bit.com',
|
|
@@ -16649,6 +17241,26 @@ exports.chains = {
|
|
|
16649
17241
|
}
|
|
16650
17242
|
]
|
|
16651
17243
|
},
|
|
17244
|
+
9911: {
|
|
17245
|
+
name: 'Espento Mainnet',
|
|
17246
|
+
chain: 'SPENT',
|
|
17247
|
+
rpc: ['https://rpc.escscan.com/'],
|
|
17248
|
+
faucets: [],
|
|
17249
|
+
nativeCurrency: { name: 'ESPENTO', symbol: 'SPENT', decimals: 18 },
|
|
17250
|
+
infoURL: 'https://espento.network',
|
|
17251
|
+
shortName: 'spent',
|
|
17252
|
+
chainId: 9911,
|
|
17253
|
+
networkId: 9911,
|
|
17254
|
+
icon: 'espento',
|
|
17255
|
+
explorers: [
|
|
17256
|
+
{
|
|
17257
|
+
name: 'escscan',
|
|
17258
|
+
url: 'https://escscan.com',
|
|
17259
|
+
icon: 'espento',
|
|
17260
|
+
standard: 'EIP3091'
|
|
17261
|
+
}
|
|
17262
|
+
]
|
|
17263
|
+
},
|
|
16652
17264
|
9977: {
|
|
16653
17265
|
name: 'Mind Smart Chain Testnet',
|
|
16654
17266
|
chain: 'tMIND',
|
|
@@ -17236,6 +17848,26 @@ exports.chains = {
|
|
|
17236
17848
|
}
|
|
17237
17849
|
]
|
|
17238
17850
|
},
|
|
17851
|
+
11221: {
|
|
17852
|
+
name: 'Shine Chain',
|
|
17853
|
+
chain: 'SC20',
|
|
17854
|
+
rpc: ['https://rpc.shinescan.io'],
|
|
17855
|
+
faucets: [],
|
|
17856
|
+
nativeCurrency: { name: 'Shine', symbol: 'SC20', decimals: 18 },
|
|
17857
|
+
infoURL: 'https://shinechain.tech',
|
|
17858
|
+
shortName: 'SC20',
|
|
17859
|
+
chainId: 11221,
|
|
17860
|
+
networkId: 11221,
|
|
17861
|
+
icon: 'shine',
|
|
17862
|
+
explorers: [
|
|
17863
|
+
{
|
|
17864
|
+
name: 'shinescan',
|
|
17865
|
+
url: 'https://shinescan.io',
|
|
17866
|
+
icon: 'shine',
|
|
17867
|
+
standard: 'none'
|
|
17868
|
+
}
|
|
17869
|
+
]
|
|
17870
|
+
},
|
|
17239
17871
|
11235: {
|
|
17240
17872
|
name: 'Haqq Network',
|
|
17241
17873
|
chain: 'Haqq',
|
|
@@ -17343,11 +17975,11 @@ exports.chains = {
|
|
|
17343
17975
|
]
|
|
17344
17976
|
},
|
|
17345
17977
|
11888: {
|
|
17346
|
-
name: '
|
|
17347
|
-
chain: '
|
|
17978
|
+
name: 'Santiment Intelligence Network',
|
|
17979
|
+
chain: 'Santiment Intelligence Network',
|
|
17348
17980
|
rpc: ['https://sanrchain-node.santiment.net'],
|
|
17349
17981
|
faucets: [],
|
|
17350
|
-
nativeCurrency: { name: '
|
|
17982
|
+
nativeCurrency: { name: 'SANR', symbol: 'SANR', decimals: 18 },
|
|
17351
17983
|
infoURL: 'https://sanr.app',
|
|
17352
17984
|
shortName: 'SAN',
|
|
17353
17985
|
chainId: 11888,
|
|
@@ -17360,8 +17992,8 @@ exports.chains = {
|
|
|
17360
17992
|
},
|
|
17361
17993
|
explorers: [
|
|
17362
17994
|
{
|
|
17363
|
-
name: '
|
|
17364
|
-
url: 'https://
|
|
17995
|
+
name: 'Santiment Intelligence Explorer',
|
|
17996
|
+
url: 'https://app-explorer-pos.sanr.app',
|
|
17365
17997
|
standard: 'none'
|
|
17366
17998
|
}
|
|
17367
17999
|
]
|
|
@@ -17559,6 +18191,30 @@ exports.chains = {
|
|
|
17559
18191
|
],
|
|
17560
18192
|
parent: { type: 'L2', chain: 'eip155-43113' }
|
|
17561
18193
|
},
|
|
18194
|
+
12553: {
|
|
18195
|
+
name: 'RSS3 VSL Mainnet',
|
|
18196
|
+
chain: 'RSS3',
|
|
18197
|
+
rpc: ['https://rpc.rss3.io'],
|
|
18198
|
+
faucets: [],
|
|
18199
|
+
nativeCurrency: { name: 'RSS3', symbol: 'RSS3', decimals: 18 },
|
|
18200
|
+
infoURL: 'https://rss3.io',
|
|
18201
|
+
shortName: 'rss3',
|
|
18202
|
+
chainId: 12553,
|
|
18203
|
+
networkId: 12553,
|
|
18204
|
+
icon: 'rss3',
|
|
18205
|
+
explorers: [
|
|
18206
|
+
{
|
|
18207
|
+
name: 'RSS3 VSL Scan',
|
|
18208
|
+
url: 'https://scan.rss3.io',
|
|
18209
|
+
standard: 'EIP3091'
|
|
18210
|
+
}
|
|
18211
|
+
],
|
|
18212
|
+
parent: {
|
|
18213
|
+
type: 'L2',
|
|
18214
|
+
chain: 'eip155-1',
|
|
18215
|
+
bridges: [{ url: 'https://explorer.rss3.io/bridge' }]
|
|
18216
|
+
}
|
|
18217
|
+
},
|
|
17562
18218
|
12715: {
|
|
17563
18219
|
name: 'Rikeza Network Testnet',
|
|
17564
18220
|
title: 'Rikeza Network Testnet',
|
|
@@ -17711,6 +18367,26 @@ exports.chains = {
|
|
|
17711
18367
|
}
|
|
17712
18368
|
]
|
|
17713
18369
|
},
|
|
18370
|
+
13396: {
|
|
18371
|
+
name: 'Masa',
|
|
18372
|
+
chain: 'MASA',
|
|
18373
|
+
icon: 'masa',
|
|
18374
|
+
rpc: ['https://subnets.avax.network/masanetwork/mainnet/rpc'],
|
|
18375
|
+
features: [{ name: 'EIP1559' }],
|
|
18376
|
+
faucets: [],
|
|
18377
|
+
nativeCurrency: { name: 'Masa Token', symbol: 'MASA', decimals: 18 },
|
|
18378
|
+
infoURL: 'https://masa.finance',
|
|
18379
|
+
shortName: 'masa',
|
|
18380
|
+
chainId: 13396,
|
|
18381
|
+
networkId: 13396,
|
|
18382
|
+
explorers: [
|
|
18383
|
+
{
|
|
18384
|
+
name: 'Masa Explorer',
|
|
18385
|
+
url: 'https://subnets.avax.network/masa',
|
|
18386
|
+
standard: 'EIP3091'
|
|
18387
|
+
}
|
|
18388
|
+
]
|
|
18389
|
+
},
|
|
17714
18390
|
13473: {
|
|
17715
18391
|
name: 'Immutable zkEVM Testnet',
|
|
17716
18392
|
chain: 'Immutable zkEVM',
|
|
@@ -17775,6 +18451,25 @@ exports.chains = {
|
|
|
17775
18451
|
}
|
|
17776
18452
|
]
|
|
17777
18453
|
},
|
|
18454
|
+
14324: {
|
|
18455
|
+
name: 'EVOLVE Testnet',
|
|
18456
|
+
chain: 'EVO',
|
|
18457
|
+
icon: 'evolveIcon',
|
|
18458
|
+
rpc: ['https://testnet-rpc.evolveblockchain.io'],
|
|
18459
|
+
faucets: ['https://faucet.evolveblockchain.io'],
|
|
18460
|
+
nativeCurrency: { name: 'Evolve', symbol: 'EVO', decimals: 18 },
|
|
18461
|
+
infoURL: 'https://evolveblockchain.io',
|
|
18462
|
+
shortName: 'evo',
|
|
18463
|
+
chainId: 14324,
|
|
18464
|
+
networkId: 14324,
|
|
18465
|
+
explorers: [
|
|
18466
|
+
{
|
|
18467
|
+
name: 'Evolve Testnet Explorer',
|
|
18468
|
+
url: 'https://testnet.evolveblockchain.io',
|
|
18469
|
+
standard: 'EIP3091'
|
|
18470
|
+
}
|
|
18471
|
+
]
|
|
18472
|
+
},
|
|
17778
18473
|
14333: {
|
|
17779
18474
|
name: 'Vitruveo Testnet',
|
|
17780
18475
|
title: 'Vitruveo is a blockchain for Creators',
|
|
@@ -18265,7 +18960,7 @@ exports.chains = {
|
|
|
18265
18960
|
]
|
|
18266
18961
|
},
|
|
18267
18962
|
18231: {
|
|
18268
|
-
name: 'unreal',
|
|
18963
|
+
name: 'unreal-old',
|
|
18269
18964
|
title: 'unreal testnet for re.al',
|
|
18270
18965
|
chain: 'unreal',
|
|
18271
18966
|
rpc: [
|
|
@@ -18275,7 +18970,7 @@ exports.chains = {
|
|
|
18275
18970
|
nativeCurrency: { name: 'unreal Ether', symbol: 'ETH', decimals: 18 },
|
|
18276
18971
|
infoURL: 'https://raas.gelato.network/rollups/details/public/unreal',
|
|
18277
18972
|
faucets: [],
|
|
18278
|
-
shortName: 'unreal',
|
|
18973
|
+
shortName: 'unreal-old',
|
|
18279
18974
|
chainId: 18231,
|
|
18280
18975
|
networkId: 18231,
|
|
18281
18976
|
slip44: 60,
|
|
@@ -18288,27 +18983,58 @@ exports.chains = {
|
|
|
18288
18983
|
standard: 'EIP3091'
|
|
18289
18984
|
}
|
|
18290
18985
|
],
|
|
18986
|
+
parent: { type: 'L2', chain: 'eip155-11155111', bridges: [] },
|
|
18987
|
+
status: 'deprecated'
|
|
18988
|
+
},
|
|
18989
|
+
18233: {
|
|
18990
|
+
name: 'unreal',
|
|
18991
|
+
title: 'unreal testnet for re.al',
|
|
18992
|
+
chain: 'unreal',
|
|
18993
|
+
rpc: [
|
|
18994
|
+
'https://rpc.unreal-orbit.gelato.digital',
|
|
18995
|
+
'wss://ws.unreal-orbit.gelato.digital'
|
|
18996
|
+
],
|
|
18997
|
+
nativeCurrency: { name: 'unreal Ether', symbol: 'reETH', decimals: 18 },
|
|
18998
|
+
infoURL: 'https://raas.gelato.network/rollups/details/public/unreal',
|
|
18999
|
+
faucets: [],
|
|
19000
|
+
shortName: 'unreal',
|
|
19001
|
+
chainId: 18233,
|
|
19002
|
+
networkId: 18233,
|
|
19003
|
+
slip44: 60,
|
|
19004
|
+
icon: 'unreal',
|
|
19005
|
+
explorers: [
|
|
19006
|
+
{
|
|
19007
|
+
name: 'blockscout',
|
|
19008
|
+
url: 'https://unreal.blockscout.com',
|
|
19009
|
+
icon: 'unreal',
|
|
19010
|
+
standard: 'EIP3091'
|
|
19011
|
+
}
|
|
19012
|
+
],
|
|
18291
19013
|
parent: {
|
|
18292
19014
|
type: 'L2',
|
|
18293
|
-
chain: 'eip155-
|
|
18294
|
-
bridges: [{ url: 'https://bridge.
|
|
19015
|
+
chain: 'eip155-17000',
|
|
19016
|
+
bridges: [{ url: 'https://bridge.gelato.network/bridge/unreal' }]
|
|
18295
19017
|
}
|
|
18296
19018
|
},
|
|
18297
19019
|
18686: {
|
|
18298
|
-
name: 'MXC zkEVM
|
|
19020
|
+
name: 'MXC zkEVM Moonchain',
|
|
18299
19021
|
chain: 'MXC zkEVM',
|
|
18300
19022
|
icon: 'mxczkevm',
|
|
18301
19023
|
rpc: ['https://rpc.mxc.com'],
|
|
18302
19024
|
faucets: [],
|
|
18303
|
-
nativeCurrency: {
|
|
19025
|
+
nativeCurrency: {
|
|
19026
|
+
name: 'MXC zkEVM Moonchain',
|
|
19027
|
+
symbol: 'MXC',
|
|
19028
|
+
decimals: 18
|
|
19029
|
+
},
|
|
18304
19030
|
infoURL: 'https://doc.mxc.com/docs/intro',
|
|
18305
19031
|
shortName: 'MXCzkEVM',
|
|
18306
19032
|
chainId: 18686,
|
|
18307
19033
|
networkId: 18686,
|
|
18308
19034
|
explorers: [
|
|
18309
19035
|
{
|
|
18310
|
-
name: 'MXC zkEVM
|
|
18311
|
-
url: 'https://explorer.
|
|
19036
|
+
name: 'MXC zkEVM Moonchain',
|
|
19037
|
+
url: 'https://explorer.moonchain.com',
|
|
18312
19038
|
standard: 'EIP3091'
|
|
18313
19039
|
}
|
|
18314
19040
|
]
|
|
@@ -18317,12 +19043,13 @@ exports.chains = {
|
|
|
18317
19043
|
name: 'Titan (TKX) Testnet',
|
|
18318
19044
|
chain: 'Titan (TKX)',
|
|
18319
19045
|
rpc: [
|
|
18320
|
-
'https://titan-testnet-json-rpc
|
|
18321
|
-
'https://titan-testnet-json-rpc-
|
|
19046
|
+
'https://titan-testnet-json-rpc.titanlab.io',
|
|
19047
|
+
'https://titan-testnet-json-rpc-1.titanlab.io',
|
|
19048
|
+
'https://titan-testnet-json-rpc-2.titanlab.io'
|
|
18322
19049
|
],
|
|
18323
19050
|
faucets: [],
|
|
18324
19051
|
nativeCurrency: { name: 'Titan tkx', symbol: 'TKX', decimals: 18 },
|
|
18325
|
-
infoURL: 'https://
|
|
19052
|
+
infoURL: 'https://titanlab.io',
|
|
18326
19053
|
shortName: 'titan_tkx-testnet',
|
|
18327
19054
|
chainId: 18889,
|
|
18328
19055
|
networkId: 18889,
|
|
@@ -18331,7 +19058,7 @@ exports.chains = {
|
|
|
18331
19058
|
explorers: [
|
|
18332
19059
|
{
|
|
18333
19060
|
name: 'Titan Explorer',
|
|
18334
|
-
url: 'https://titan-testnet-explorer-light.
|
|
19061
|
+
url: 'https://titan-testnet-explorer-light.titanlab.io/Titan%20Testnet',
|
|
18335
19062
|
standard: 'none',
|
|
18336
19063
|
icon: 'titan_tkx'
|
|
18337
19064
|
}
|
|
@@ -19800,6 +20527,20 @@ exports.chains = {
|
|
|
19800
20527
|
chainId: 43110,
|
|
19801
20528
|
networkId: 43110
|
|
19802
20529
|
},
|
|
20530
|
+
43111: {
|
|
20531
|
+
name: 'Hemi Network',
|
|
20532
|
+
chain: 'ETH',
|
|
20533
|
+
rpc: [],
|
|
20534
|
+
faucets: [],
|
|
20535
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
20536
|
+
infoURL: 'https://hemi.xyz',
|
|
20537
|
+
shortName: 'hemi',
|
|
20538
|
+
chainId: 43111,
|
|
20539
|
+
networkId: 43111,
|
|
20540
|
+
explorers: [],
|
|
20541
|
+
parent: { type: 'L2', chain: 'eip155-1' },
|
|
20542
|
+
status: 'incubating'
|
|
20543
|
+
},
|
|
19803
20544
|
43113: {
|
|
19804
20545
|
name: 'Avalanche Fuji Testnet',
|
|
19805
20546
|
chain: 'AVAX',
|
|
@@ -19914,6 +20655,26 @@ exports.chains = {
|
|
|
19914
20655
|
}
|
|
19915
20656
|
]
|
|
19916
20657
|
},
|
|
20658
|
+
44445: {
|
|
20659
|
+
name: 'Quantum Network',
|
|
20660
|
+
chain: 'Quantum',
|
|
20661
|
+
rpc: ['https://rpcqtm.avescoin.io'],
|
|
20662
|
+
faucets: [],
|
|
20663
|
+
nativeCurrency: { name: 'Quantum', symbol: 'QTM', decimals: 18 },
|
|
20664
|
+
infoURL: 'https://avescoin.io/',
|
|
20665
|
+
shortName: 'QTM',
|
|
20666
|
+
chainId: 44445,
|
|
20667
|
+
networkId: 44445,
|
|
20668
|
+
icon: 'quantum',
|
|
20669
|
+
explorers: [
|
|
20670
|
+
{
|
|
20671
|
+
name: 'Quantum Explorer',
|
|
20672
|
+
url: 'https://qtm.avescoin.io',
|
|
20673
|
+
icon: 'quantum',
|
|
20674
|
+
standard: 'EIP3091'
|
|
20675
|
+
}
|
|
20676
|
+
]
|
|
20677
|
+
},
|
|
19917
20678
|
44787: {
|
|
19918
20679
|
name: 'Celo Alfajores Testnet',
|
|
19919
20680
|
chainId: 44787,
|
|
@@ -20774,6 +21535,32 @@ exports.chains = {
|
|
|
20774
21535
|
}
|
|
20775
21536
|
]
|
|
20776
21537
|
},
|
|
21538
|
+
62049: {
|
|
21539
|
+
name: 'OPTOPIA Testnet',
|
|
21540
|
+
chain: 'ETH',
|
|
21541
|
+
rpc: ['https://rpc-testnet.optopia.ai'],
|
|
21542
|
+
faucets: [],
|
|
21543
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
21544
|
+
features: [{ name: 'EIP1559' }],
|
|
21545
|
+
infoURL: 'https://optopia.ai',
|
|
21546
|
+
shortName: 'OPTOPIA-Testnet',
|
|
21547
|
+
chainId: 62049,
|
|
21548
|
+
networkId: 62049,
|
|
21549
|
+
icon: 'optopia',
|
|
21550
|
+
explorers: [
|
|
21551
|
+
{
|
|
21552
|
+
name: 'optopia-testnet-scan',
|
|
21553
|
+
url: 'https://scan-testnet.optopia.ai',
|
|
21554
|
+
icon: 'optopia',
|
|
21555
|
+
standard: 'EIP3091'
|
|
21556
|
+
}
|
|
21557
|
+
],
|
|
21558
|
+
parent: {
|
|
21559
|
+
type: 'L2',
|
|
21560
|
+
chain: 'eip155-11155111',
|
|
21561
|
+
bridges: [{ url: 'https://bridge-testnet.optopia.ai' }]
|
|
21562
|
+
}
|
|
21563
|
+
},
|
|
20777
21564
|
62320: {
|
|
20778
21565
|
name: 'Celo Baklava Testnet',
|
|
20779
21566
|
chainId: 62320,
|
|
@@ -21037,6 +21824,34 @@ exports.chains = {
|
|
|
21037
21824
|
}
|
|
21038
21825
|
]
|
|
21039
21826
|
},
|
|
21827
|
+
70700: {
|
|
21828
|
+
name: 'Proof of Play - Apex',
|
|
21829
|
+
chainId: 70700,
|
|
21830
|
+
shortName: 'pop-apex',
|
|
21831
|
+
chain: 'ETH',
|
|
21832
|
+
networkId: 70700,
|
|
21833
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
21834
|
+
rpc: ['https://rpc.apex.proofofplay.com'],
|
|
21835
|
+
faucets: [],
|
|
21836
|
+
explorers: [
|
|
21837
|
+
{
|
|
21838
|
+
name: 'Proof of Play Apex Explorer',
|
|
21839
|
+
url: 'https://explorer.apex.proofofplay.com',
|
|
21840
|
+
icon: 'pop-apex',
|
|
21841
|
+
standard: 'EIP3091'
|
|
21842
|
+
}
|
|
21843
|
+
],
|
|
21844
|
+
infoURL: 'https://proofofplay.com',
|
|
21845
|
+
icon: 'pop-apex',
|
|
21846
|
+
parent: {
|
|
21847
|
+
type: 'L2',
|
|
21848
|
+
chain: 'eip155-42161',
|
|
21849
|
+
bridges: [
|
|
21850
|
+
{ url: 'https://bridge.arbitrum.io' },
|
|
21851
|
+
{ url: 'https://relay.link/bridge/apex/' }
|
|
21852
|
+
]
|
|
21853
|
+
}
|
|
21854
|
+
},
|
|
21040
21855
|
71111: {
|
|
21041
21856
|
name: 'GuapcoinX',
|
|
21042
21857
|
chain: 'GuapcoinX',
|
|
@@ -21117,6 +21932,28 @@ exports.chains = {
|
|
|
21117
21932
|
}
|
|
21118
21933
|
]
|
|
21119
21934
|
},
|
|
21935
|
+
72778: {
|
|
21936
|
+
name: 'CAGA crypto Ankara testnet',
|
|
21937
|
+
chain: 'Ankara',
|
|
21938
|
+
rpc: [
|
|
21939
|
+
'https://www.ankara-cagacrypto.com',
|
|
21940
|
+
'wss://wss.ankara-cagacrypto.com'
|
|
21941
|
+
],
|
|
21942
|
+
faucets: [],
|
|
21943
|
+
nativeCurrency: { name: 'Caga', symbol: 'CAGA', decimals: 18 },
|
|
21944
|
+
infoURL: 'https://www.cagacrypto.com/',
|
|
21945
|
+
shortName: 'caga',
|
|
21946
|
+
chainId: 72778,
|
|
21947
|
+
networkId: 72778,
|
|
21948
|
+
icon: 'ankaracaga',
|
|
21949
|
+
explorers: [
|
|
21950
|
+
{
|
|
21951
|
+
name: 'ankara',
|
|
21952
|
+
url: 'https://explorer.ankara-cagacrypto.com',
|
|
21953
|
+
standard: 'EIP3091'
|
|
21954
|
+
}
|
|
21955
|
+
]
|
|
21956
|
+
},
|
|
21120
21957
|
72992: {
|
|
21121
21958
|
name: 'Grok Chain Mainnet',
|
|
21122
21959
|
chain: 'Grok',
|
|
@@ -21136,6 +21973,50 @@ exports.chains = {
|
|
|
21136
21973
|
}
|
|
21137
21974
|
]
|
|
21138
21975
|
},
|
|
21976
|
+
73114: {
|
|
21977
|
+
name: 'ICB Testnet',
|
|
21978
|
+
chain: 'ICBT',
|
|
21979
|
+
icon: 'icbnetwork',
|
|
21980
|
+
rpc: [
|
|
21981
|
+
'https://rpc1-testnet.icbnetwork.info/',
|
|
21982
|
+
'https://rpc2-testnet.icbnetwork.info/'
|
|
21983
|
+
],
|
|
21984
|
+
faucets: [],
|
|
21985
|
+
nativeCurrency: { name: 'ICB Testnet Token', symbol: 'ICBT', decimals: 18 },
|
|
21986
|
+
infoURL: 'https://icb.network',
|
|
21987
|
+
shortName: 'ICBT',
|
|
21988
|
+
chainId: 73114,
|
|
21989
|
+
networkId: 73114,
|
|
21990
|
+
explorers: [
|
|
21991
|
+
{
|
|
21992
|
+
name: 'ICB Tesnet Explorer',
|
|
21993
|
+
url: 'https://testnet.icbscan.io',
|
|
21994
|
+
standard: 'EIP3091'
|
|
21995
|
+
}
|
|
21996
|
+
]
|
|
21997
|
+
},
|
|
21998
|
+
73115: {
|
|
21999
|
+
name: 'ICB Network',
|
|
22000
|
+
chain: 'ICB',
|
|
22001
|
+
icon: 'icbnetwork',
|
|
22002
|
+
rpc: [
|
|
22003
|
+
'https://rpc1-mainnet.icbnetwork.info/',
|
|
22004
|
+
'https://rpc2-mainnet.icbnetwork.info/'
|
|
22005
|
+
],
|
|
22006
|
+
faucets: [],
|
|
22007
|
+
nativeCurrency: { name: 'ICB Native Token', symbol: 'ICBX', decimals: 18 },
|
|
22008
|
+
infoURL: 'https://icb.network',
|
|
22009
|
+
shortName: 'ICBX',
|
|
22010
|
+
chainId: 73115,
|
|
22011
|
+
networkId: 73115,
|
|
22012
|
+
explorers: [
|
|
22013
|
+
{
|
|
22014
|
+
name: 'ICB Explorer',
|
|
22015
|
+
url: 'https://icbscan.io',
|
|
22016
|
+
standard: 'EIP3091'
|
|
22017
|
+
}
|
|
22018
|
+
]
|
|
22019
|
+
},
|
|
21139
22020
|
73799: {
|
|
21140
22021
|
name: 'Energy Web Volta Testnet',
|
|
21141
22022
|
chain: 'Volta',
|
|
@@ -21190,6 +22071,25 @@ exports.chains = {
|
|
|
21190
22071
|
}
|
|
21191
22072
|
]
|
|
21192
22073
|
},
|
|
22074
|
+
77001: {
|
|
22075
|
+
name: 'BORAchain mainnet',
|
|
22076
|
+
chain: 'BORA',
|
|
22077
|
+
icon: 'bora',
|
|
22078
|
+
rpc: ['https://public-node.api.boraportal.io/bora/mainnet'],
|
|
22079
|
+
faucets: [],
|
|
22080
|
+
nativeCurrency: { name: 'BGAS', symbol: 'BGAS', decimals: 18 },
|
|
22081
|
+
infoURL: 'https://www.boraportal.com',
|
|
22082
|
+
shortName: 'BORAchain',
|
|
22083
|
+
chainId: 77001,
|
|
22084
|
+
networkId: 77001,
|
|
22085
|
+
explorers: [
|
|
22086
|
+
{
|
|
22087
|
+
name: 'BORAchainscope',
|
|
22088
|
+
url: 'https://scope.boraportal.com',
|
|
22089
|
+
standard: 'EIP3091'
|
|
22090
|
+
}
|
|
22091
|
+
]
|
|
22092
|
+
},
|
|
21193
22093
|
77238: {
|
|
21194
22094
|
name: 'Foundry Chain Testnet',
|
|
21195
22095
|
chain: 'tFNC',
|
|
@@ -21695,6 +22595,20 @@ exports.chains = {
|
|
|
21695
22595
|
}
|
|
21696
22596
|
]
|
|
21697
22597
|
},
|
|
22598
|
+
83872: {
|
|
22599
|
+
name: 'ZEDXION',
|
|
22600
|
+
chain: 'ZEDXION',
|
|
22601
|
+
rpc: ['https://mainnet-rpc.zedscan.net'],
|
|
22602
|
+
faucets: [],
|
|
22603
|
+
nativeCurrency: { name: 'Zedxion', symbol: 'zedx', decimals: 9 },
|
|
22604
|
+
infoURL: 'https://docs.zedscan.net',
|
|
22605
|
+
shortName: 'ZEDX',
|
|
22606
|
+
chainId: 83872,
|
|
22607
|
+
networkId: 83872,
|
|
22608
|
+
explorers: [
|
|
22609
|
+
{ name: 'Zedscan', url: 'http://zedscan.net', standard: 'EIP3091' }
|
|
22610
|
+
]
|
|
22611
|
+
},
|
|
21698
22612
|
84531: {
|
|
21699
22613
|
name: 'Base Goerli Testnet',
|
|
21700
22614
|
chain: 'ETH',
|
|
@@ -21810,6 +22724,44 @@ exports.chains = {
|
|
|
21810
22724
|
}
|
|
21811
22725
|
]
|
|
21812
22726
|
},
|
|
22727
|
+
88817: {
|
|
22728
|
+
name: 'Unit Zero Testnet',
|
|
22729
|
+
chain: 'Unit Zero',
|
|
22730
|
+
rpc: ['https://rpc-testnet.unit0.dev'],
|
|
22731
|
+
faucets: [],
|
|
22732
|
+
nativeCurrency: { name: 'UNIT0', symbol: 'UNIT0', decimals: 18 },
|
|
22733
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
22734
|
+
infoURL: 'https://units.network',
|
|
22735
|
+
shortName: 'unit0-testnet',
|
|
22736
|
+
chainId: 88817,
|
|
22737
|
+
networkId: 88817,
|
|
22738
|
+
explorers: [
|
|
22739
|
+
{
|
|
22740
|
+
name: 'explorer-testnet',
|
|
22741
|
+
url: 'https://explorer-testnet.unit0.dev',
|
|
22742
|
+
standard: 'EIP3091'
|
|
22743
|
+
}
|
|
22744
|
+
]
|
|
22745
|
+
},
|
|
22746
|
+
88819: {
|
|
22747
|
+
name: 'Unit Zero Stagenet',
|
|
22748
|
+
chain: 'Unit Zero',
|
|
22749
|
+
rpc: ['https://rpc-stagenet.unit0.dev'],
|
|
22750
|
+
faucets: [],
|
|
22751
|
+
nativeCurrency: { name: 'UNIT0', symbol: 'UNIT0', decimals: 18 },
|
|
22752
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
22753
|
+
infoURL: 'https://units.network',
|
|
22754
|
+
shortName: 'unit0-stagenet',
|
|
22755
|
+
chainId: 88819,
|
|
22756
|
+
networkId: 88819,
|
|
22757
|
+
explorers: [
|
|
22758
|
+
{
|
|
22759
|
+
name: 'explorer-stagenet',
|
|
22760
|
+
url: 'https://explorer-stagenet.unit0.dev',
|
|
22761
|
+
standard: 'EIP3091'
|
|
22762
|
+
}
|
|
22763
|
+
]
|
|
22764
|
+
},
|
|
21813
22765
|
88880: {
|
|
21814
22766
|
name: 'Chiliz Scoville Testnet',
|
|
21815
22767
|
chain: 'CHZ',
|
|
@@ -22383,12 +23335,13 @@ exports.chains = {
|
|
|
22383
23335
|
103454: {
|
|
22384
23336
|
name: 'Masa Testnet',
|
|
22385
23337
|
chain: 'MASA',
|
|
23338
|
+
icon: 'masa',
|
|
22386
23339
|
rpc: ['https://subnets.avax.network/masatestne/testnet/rpc'],
|
|
22387
23340
|
features: [{ name: 'EIP1559' }],
|
|
22388
23341
|
faucets: [],
|
|
22389
23342
|
nativeCurrency: { name: 'Masa Token', symbol: 'MASA', decimals: 18 },
|
|
22390
23343
|
infoURL: 'https://masa.finance',
|
|
22391
|
-
shortName: '
|
|
23344
|
+
shortName: 'masatest',
|
|
22392
23345
|
chainId: 103454,
|
|
22393
23346
|
networkId: 103454,
|
|
22394
23347
|
explorers: [
|
|
@@ -22675,6 +23628,36 @@ exports.chains = {
|
|
|
22675
23628
|
}
|
|
22676
23629
|
]
|
|
22677
23630
|
},
|
|
23631
|
+
111188: {
|
|
23632
|
+
name: 're.al',
|
|
23633
|
+
title: 're.al Real-World Assets network',
|
|
23634
|
+
chain: 're.al',
|
|
23635
|
+
rpc: ['https://real.drpc.org', 'wss://real.drpc.org'],
|
|
23636
|
+
nativeCurrency: { name: 're.al Ether', symbol: 'reETH', decimals: 18 },
|
|
23637
|
+
infoURL: 'https://re.al',
|
|
23638
|
+
faucets: [],
|
|
23639
|
+
shortName: 're-al',
|
|
23640
|
+
chainId: 111188,
|
|
23641
|
+
networkId: 111188,
|
|
23642
|
+
slip44: 60,
|
|
23643
|
+
icon: 'real',
|
|
23644
|
+
explorers: [
|
|
23645
|
+
{
|
|
23646
|
+
name: 'blockscout',
|
|
23647
|
+
url: 'https://explorer.re.al',
|
|
23648
|
+
icon: 'real',
|
|
23649
|
+
standard: 'EIP3091'
|
|
23650
|
+
}
|
|
23651
|
+
],
|
|
23652
|
+
parent: {
|
|
23653
|
+
type: 'L2',
|
|
23654
|
+
chain: 'eip155-1',
|
|
23655
|
+
bridges: [
|
|
23656
|
+
{ url: 'https://re.al/bridge' },
|
|
23657
|
+
{ url: 'https://bridge.gelato.network/bridge/real' }
|
|
23658
|
+
]
|
|
23659
|
+
}
|
|
23660
|
+
},
|
|
22678
23661
|
112358: {
|
|
22679
23662
|
name: 'Metachain One Mainnet',
|
|
22680
23663
|
chain: 'METAO',
|
|
@@ -23002,7 +23985,13 @@ exports.chains = {
|
|
|
23002
23985
|
200810: {
|
|
23003
23986
|
name: 'Bitlayer Testnet',
|
|
23004
23987
|
chain: 'Bitlayer',
|
|
23005
|
-
rpc: [
|
|
23988
|
+
rpc: [
|
|
23989
|
+
'https://testnet-rpc.bitlayer.org',
|
|
23990
|
+
'wss://testnet-ws.bitlayer.org',
|
|
23991
|
+
'https://testnet-rpc.bitlayer-rpc.com',
|
|
23992
|
+
'wss://testnet-ws.bitlayer-rpc.com',
|
|
23993
|
+
'https://rpc.ankr.com/bitlayer_testnet'
|
|
23994
|
+
],
|
|
23006
23995
|
faucets: ['https://www.bitlayer.org/faucet'],
|
|
23007
23996
|
nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
|
|
23008
23997
|
infoURL: 'https://docs.bitlayer.org/',
|
|
@@ -23128,6 +24117,24 @@ exports.chains = {
|
|
|
23128
24117
|
}
|
|
23129
24118
|
]
|
|
23130
24119
|
},
|
|
24120
|
+
202401: {
|
|
24121
|
+
name: 'YMTECH-BESU Testnet',
|
|
24122
|
+
chain: 'YMTECH-BESU',
|
|
24123
|
+
rpc: ['http://39.119.118.216:8545'],
|
|
24124
|
+
faucets: [],
|
|
24125
|
+
nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
|
|
24126
|
+
infoURL: 'https://www.ymtech.co.kr',
|
|
24127
|
+
shortName: 'YMTECH-BESU',
|
|
24128
|
+
chainId: 202401,
|
|
24129
|
+
networkId: 202401,
|
|
24130
|
+
explorers: [
|
|
24131
|
+
{
|
|
24132
|
+
name: 'YMTECH-BESU Chainlens',
|
|
24133
|
+
url: 'http://39.119.118.198',
|
|
24134
|
+
standard: 'none'
|
|
24135
|
+
}
|
|
24136
|
+
]
|
|
24137
|
+
},
|
|
23131
24138
|
202624: {
|
|
23132
24139
|
name: 'Jellie',
|
|
23133
24140
|
title: 'Twala Testnet Jellie',
|
|
@@ -23527,6 +24534,29 @@ exports.chains = {
|
|
|
23527
24534
|
networkId: 281121,
|
|
23528
24535
|
explorers: []
|
|
23529
24536
|
},
|
|
24537
|
+
282828: {
|
|
24538
|
+
name: 'Zillion Sepolia Testnet',
|
|
24539
|
+
status: 'active',
|
|
24540
|
+
chain: 'ETH',
|
|
24541
|
+
rpc: ['https://sepolia.zillnet.io/rpc'],
|
|
24542
|
+
faucets: [],
|
|
24543
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
24544
|
+
infoURL: 'https://zillnet.io',
|
|
24545
|
+
shortName: 'zillsep',
|
|
24546
|
+
chainId: 282828,
|
|
24547
|
+
networkId: 282828,
|
|
24548
|
+
slip44: 1,
|
|
24549
|
+
icon: 'zillion',
|
|
24550
|
+
explorers: [
|
|
24551
|
+
{
|
|
24552
|
+
name: 'zillscout',
|
|
24553
|
+
url: 'https://sepolia.zillnet.io',
|
|
24554
|
+
icon: 'zillion',
|
|
24555
|
+
standard: 'EIP3091'
|
|
24556
|
+
}
|
|
24557
|
+
],
|
|
24558
|
+
parent: { type: 'L2', chain: 'eip155-11155111' }
|
|
24559
|
+
},
|
|
23530
24560
|
314159: {
|
|
23531
24561
|
name: 'Filecoin - Calibration testnet',
|
|
23532
24562
|
chain: 'FIL',
|
|
@@ -24476,17 +25506,17 @@ exports.chains = {
|
|
|
24476
25506
|
]
|
|
24477
25507
|
},
|
|
24478
25508
|
696969: {
|
|
24479
|
-
name: 'Galadriel
|
|
25509
|
+
name: 'Galadriel Devnet',
|
|
24480
25510
|
chain: 'Galadriel',
|
|
24481
|
-
rpc: ['https://
|
|
25511
|
+
rpc: ['https://devnet.galadriel.com'],
|
|
24482
25512
|
faucets: ['https://docs.galadriel.com/faucet'],
|
|
24483
25513
|
nativeCurrency: {
|
|
24484
|
-
name: 'Galadriel
|
|
25514
|
+
name: 'Galadriel Devnet token',
|
|
24485
25515
|
symbol: 'GAL',
|
|
24486
25516
|
decimals: 18
|
|
24487
25517
|
},
|
|
24488
25518
|
infoURL: 'https://galadriel.com',
|
|
24489
|
-
shortName: 'galadriel-
|
|
25519
|
+
shortName: 'galadriel-devnet',
|
|
24490
25520
|
chainId: 696969,
|
|
24491
25521
|
networkId: 696969,
|
|
24492
25522
|
explorers: [
|
|
@@ -24546,6 +25576,27 @@ exports.chains = {
|
|
|
24546
25576
|
}
|
|
24547
25577
|
]
|
|
24548
25578
|
},
|
|
25579
|
+
743111: {
|
|
25580
|
+
name: 'Hemi Sepolia',
|
|
25581
|
+
chain: 'ETH',
|
|
25582
|
+
rpc: ['https://testnet.rpc.hemi.network/rpc'],
|
|
25583
|
+
faucets: [],
|
|
25584
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
25585
|
+
infoURL: 'https://hemi.xyz',
|
|
25586
|
+
shortName: 'hemi-sep',
|
|
25587
|
+
chainId: 743111,
|
|
25588
|
+
networkId: 743111,
|
|
25589
|
+
explorers: [
|
|
25590
|
+
{
|
|
25591
|
+
name: 'blockscout',
|
|
25592
|
+
url: 'https://testnet.explorer.hemi.network',
|
|
25593
|
+
icon: 'blockscout',
|
|
25594
|
+
standard: 'EIP3091'
|
|
25595
|
+
}
|
|
25596
|
+
],
|
|
25597
|
+
parent: { type: 'L2', chain: 'eip155-11155111' },
|
|
25598
|
+
status: 'active'
|
|
25599
|
+
},
|
|
24549
25600
|
751230: {
|
|
24550
25601
|
name: 'Bear Network Chain Testnet',
|
|
24551
25602
|
chain: 'BRNKCTEST',
|
|
@@ -24968,6 +26019,27 @@ exports.chains = {
|
|
|
24968
26019
|
}
|
|
24969
26020
|
]
|
|
24970
26021
|
},
|
|
26022
|
+
1100789: {
|
|
26023
|
+
name: 'Netmind Chain Testnet',
|
|
26024
|
+
title: 'NetMind Chain Testnet',
|
|
26025
|
+
chain: 'NetMind',
|
|
26026
|
+
rpc: ['https://testblock.protago-dev.com'],
|
|
26027
|
+
faucets: [],
|
|
26028
|
+
nativeCurrency: { name: 'NMT', symbol: 'NMT', decimals: 18 },
|
|
26029
|
+
infoURL: 'https://netmind.ai',
|
|
26030
|
+
shortName: 'nmtTest',
|
|
26031
|
+
chainId: 1100789,
|
|
26032
|
+
networkId: 1100789,
|
|
26033
|
+
icon: 'netmind',
|
|
26034
|
+
explorers: [
|
|
26035
|
+
{
|
|
26036
|
+
name: 'NetMind Testnet Explorer',
|
|
26037
|
+
url: 'https://testbrower.protago-dev.com',
|
|
26038
|
+
icon: 'netmind',
|
|
26039
|
+
standard: 'EIP3091'
|
|
26040
|
+
}
|
|
26041
|
+
]
|
|
26042
|
+
},
|
|
24971
26043
|
1127469: {
|
|
24972
26044
|
name: 'Tiltyard Subnet',
|
|
24973
26045
|
chain: 'TILTYARD',
|
|
@@ -25340,7 +26412,7 @@ exports.chains = {
|
|
|
25340
26412
|
decimals: 18
|
|
25341
26413
|
},
|
|
25342
26414
|
infoURL: 'https://wannsee.mxc.com/docs/intro',
|
|
25343
|
-
shortName: '
|
|
26415
|
+
shortName: 'MXCdiscontinued',
|
|
25344
26416
|
chainId: 5167003,
|
|
25345
26417
|
networkId: 5167003,
|
|
25346
26418
|
slip44: 1,
|
|
@@ -25352,6 +26424,30 @@ exports.chains = {
|
|
|
25352
26424
|
}
|
|
25353
26425
|
]
|
|
25354
26426
|
},
|
|
26427
|
+
5167004: {
|
|
26428
|
+
name: 'Moonchain Geneva Testnet',
|
|
26429
|
+
chain: 'MXC zkEVM',
|
|
26430
|
+
icon: 'mxc',
|
|
26431
|
+
rpc: ['https://geneva-rpc.moonchain.com'],
|
|
26432
|
+
faucets: [],
|
|
26433
|
+
nativeCurrency: {
|
|
26434
|
+
name: 'Moonchain Geneva Testnet',
|
|
26435
|
+
symbol: 'MXC',
|
|
26436
|
+
decimals: 18
|
|
26437
|
+
},
|
|
26438
|
+
infoURL: 'https://doc.mxc.com/docs/intro',
|
|
26439
|
+
shortName: 'MXC',
|
|
26440
|
+
chainId: 5167004,
|
|
26441
|
+
networkId: 5167004,
|
|
26442
|
+
slip44: 1,
|
|
26443
|
+
explorers: [
|
|
26444
|
+
{
|
|
26445
|
+
name: 'Moonchain Geneva Testnet',
|
|
26446
|
+
url: 'https://geneva-explorer.moonchain.com',
|
|
26447
|
+
standard: 'EIP3091'
|
|
26448
|
+
}
|
|
26449
|
+
]
|
|
26450
|
+
},
|
|
25355
26451
|
5201420: {
|
|
25356
26452
|
name: 'Electroneum Testnet',
|
|
25357
26453
|
chain: 'Electroneum',
|
|
@@ -25943,6 +27039,26 @@ exports.chains = {
|
|
|
25943
27039
|
}
|
|
25944
27040
|
]
|
|
25945
27041
|
},
|
|
27042
|
+
20240324: {
|
|
27043
|
+
name: 'DeBank Sepolia Testnet',
|
|
27044
|
+
chain: 'DeBank',
|
|
27045
|
+
rpc: ['https://sepolia-rpc.testnet.debank.com'],
|
|
27046
|
+
faucets: [],
|
|
27047
|
+
icon: 'debank',
|
|
27048
|
+
nativeCurrency: { name: 'DeBank USD', symbol: 'USD', decimals: 18 },
|
|
27049
|
+
infoURL: 'https://debank.com',
|
|
27050
|
+
shortName: 'dbkse',
|
|
27051
|
+
chainId: 20240324,
|
|
27052
|
+
networkId: 20240324,
|
|
27053
|
+
slip44: 1,
|
|
27054
|
+
explorers: [
|
|
27055
|
+
{
|
|
27056
|
+
name: 'DeBank Chain Explorer',
|
|
27057
|
+
url: 'https://sepolia-explorer.testnet.debank.com',
|
|
27058
|
+
standard: 'EIP3091'
|
|
27059
|
+
}
|
|
27060
|
+
]
|
|
27061
|
+
},
|
|
25946
27062
|
20482050: {
|
|
25947
27063
|
name: 'Hokum Testnet',
|
|
25948
27064
|
chain: 'HokumTestnet',
|
|
@@ -26354,6 +27470,40 @@ exports.chains = {
|
|
|
26354
27470
|
}
|
|
26355
27471
|
]
|
|
26356
27472
|
},
|
|
27473
|
+
94204209: {
|
|
27474
|
+
name: 'Polygon Blackberry',
|
|
27475
|
+
title: 'Polygon Blackberry Testnet',
|
|
27476
|
+
chain: 'ETH',
|
|
27477
|
+
rpc: [
|
|
27478
|
+
'https://rpc.polygon-blackberry.gelato.digital',
|
|
27479
|
+
'wss://ws.polygon-blackberry.gelato.digital'
|
|
27480
|
+
],
|
|
27481
|
+
faucets: [],
|
|
27482
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
27483
|
+
infoURL: 'https://raas.gelato.network/rollups/details/public/polygon-blackberry',
|
|
27484
|
+
shortName: 'polygon-blackberry',
|
|
27485
|
+
chainId: 94204209,
|
|
27486
|
+
networkId: 94204209,
|
|
27487
|
+
slip44: 60,
|
|
27488
|
+
explorers: [
|
|
27489
|
+
{
|
|
27490
|
+
name: 'blockscout',
|
|
27491
|
+
url: 'https://polygon-blackberry.gelatoscout.com',
|
|
27492
|
+
icon: 'blockscout',
|
|
27493
|
+
standard: 'EIP3091'
|
|
27494
|
+
}
|
|
27495
|
+
],
|
|
27496
|
+
parent: {
|
|
27497
|
+
type: 'L2',
|
|
27498
|
+
chain: 'eip155-11155111',
|
|
27499
|
+
bridges: [
|
|
27500
|
+
{
|
|
27501
|
+
url: 'https://bridge.gelato.network/bridge/polygon-blackberry'
|
|
27502
|
+
}
|
|
27503
|
+
]
|
|
27504
|
+
},
|
|
27505
|
+
status: 'active'
|
|
27506
|
+
},
|
|
26357
27507
|
99415706: {
|
|
26358
27508
|
name: 'Joys Digital TestNet',
|
|
26359
27509
|
chain: 'TOYS',
|
|
@@ -26366,11 +27516,48 @@ exports.chains = {
|
|
|
26366
27516
|
networkId: 99415706,
|
|
26367
27517
|
slip44: 1
|
|
26368
27518
|
},
|
|
27519
|
+
123420111: {
|
|
27520
|
+
name: 'OP Celestia Raspberry',
|
|
27521
|
+
title: 'OP Celestia Raspberry Testnet',
|
|
27522
|
+
chain: 'ETH',
|
|
27523
|
+
rpc: [
|
|
27524
|
+
'https://rpc.opcelestia-raspberry.gelato.digital',
|
|
27525
|
+
'wss://ws.opcelestia-raspberry.gelato.digital'
|
|
27526
|
+
],
|
|
27527
|
+
faucets: [],
|
|
27528
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
27529
|
+
infoURL: 'https://raas.gelato.network/rollups/details/public/opcelestia-raspberry',
|
|
27530
|
+
shortName: 'opcelestia-raspberry',
|
|
27531
|
+
chainId: 123420111,
|
|
27532
|
+
networkId: 123420111,
|
|
27533
|
+
slip44: 60,
|
|
27534
|
+
explorers: [
|
|
27535
|
+
{
|
|
27536
|
+
name: 'blockscout',
|
|
27537
|
+
url: 'https://opcelestia-raspberry.gelatoscout.com',
|
|
27538
|
+
icon: 'blockscout',
|
|
27539
|
+
standard: 'EIP3091'
|
|
27540
|
+
}
|
|
27541
|
+
],
|
|
27542
|
+
parent: {
|
|
27543
|
+
type: 'L2',
|
|
27544
|
+
chain: 'eip155-11155111',
|
|
27545
|
+
bridges: [
|
|
27546
|
+
{
|
|
27547
|
+
url: 'https://bridge.gelato.network/bridge/opcelestia-raspberry'
|
|
27548
|
+
}
|
|
27549
|
+
]
|
|
27550
|
+
},
|
|
27551
|
+
status: 'active'
|
|
27552
|
+
},
|
|
26369
27553
|
161221135: {
|
|
26370
27554
|
name: 'Plume Testnet',
|
|
26371
27555
|
title: 'Plume Sepolia Rollup Testnet',
|
|
26372
27556
|
chain: 'ETH',
|
|
26373
|
-
rpc: [
|
|
27557
|
+
rpc: [
|
|
27558
|
+
'https://testnet-rpc.plumenetwork.xyz/http',
|
|
27559
|
+
'wss://testnet-rpc.plumenetwork.xyz/ws'
|
|
27560
|
+
],
|
|
26374
27561
|
faucets: [],
|
|
26375
27562
|
nativeCurrency: {
|
|
26376
27563
|
name: 'Plume Sepolia Ether',
|
|
@@ -26386,7 +27573,7 @@ exports.chains = {
|
|
|
26386
27573
|
explorers: [
|
|
26387
27574
|
{
|
|
26388
27575
|
name: 'Blockscout',
|
|
26389
|
-
url: 'https://
|
|
27576
|
+
url: 'https://testnet-explorer.plumenetwork.xyz',
|
|
26390
27577
|
icon: 'blockscout',
|
|
26391
27578
|
standard: 'EIP3091'
|
|
26392
27579
|
}
|
|
@@ -26394,7 +27581,7 @@ exports.chains = {
|
|
|
26394
27581
|
parent: {
|
|
26395
27582
|
type: 'L2',
|
|
26396
27583
|
chain: 'eip155-11155111',
|
|
26397
|
-
bridges: [{ url: 'https://
|
|
27584
|
+
bridges: [{ url: 'https://testnet-bridge.plumenetwork.xyz' }]
|
|
26398
27585
|
}
|
|
26399
27586
|
},
|
|
26400
27587
|
168587773: {
|
|
@@ -26760,6 +27947,25 @@ exports.chains = {
|
|
|
26760
27947
|
}
|
|
26761
27948
|
]
|
|
26762
27949
|
},
|
|
27950
|
+
889910245: {
|
|
27951
|
+
name: 'PTCESCAN Testnet',
|
|
27952
|
+
title: 'PTCESCAN Testnet',
|
|
27953
|
+
chain: 'PTCE',
|
|
27954
|
+
rpc: ['https://rpc-testnet.ptcscan.io'],
|
|
27955
|
+
faucets: ['https://faucet.ptcscan.io/'],
|
|
27956
|
+
nativeCurrency: { name: 'PTCE', symbol: 'PTCE', decimals: 18 },
|
|
27957
|
+
infoURL: 'https://ptcscan.io',
|
|
27958
|
+
shortName: 'PTCE',
|
|
27959
|
+
chainId: 889910245,
|
|
27960
|
+
networkId: 889910245,
|
|
27961
|
+
explorers: [
|
|
27962
|
+
{
|
|
27963
|
+
name: 'PTCESCAN Testnet Explorer',
|
|
27964
|
+
url: 'https://explorer-testnet.ptcscan.io',
|
|
27965
|
+
standard: 'EIP3091'
|
|
27966
|
+
}
|
|
27967
|
+
]
|
|
27968
|
+
},
|
|
26763
27969
|
974399131: {
|
|
26764
27970
|
name: 'SKALE Calypso Hub Testnet',
|
|
26765
27971
|
title: 'SKALE Calypso Hub Testnet',
|
|
@@ -27423,6 +28629,36 @@ exports.chains = {
|
|
|
27423
28629
|
explorers: [],
|
|
27424
28630
|
status: 'incubating'
|
|
27425
28631
|
},
|
|
28632
|
+
88153591557: {
|
|
28633
|
+
name: 'Arbitrum Blueberry',
|
|
28634
|
+
title: 'Arbitrum Blueberry Testnet',
|
|
28635
|
+
chain: 'ETH',
|
|
28636
|
+
rpc: [
|
|
28637
|
+
'https://rpc.arb-blueberry.gelato.digital',
|
|
28638
|
+
'wss://ws.arb-blueberry.gelato.digital'
|
|
28639
|
+
],
|
|
28640
|
+
faucets: [],
|
|
28641
|
+
nativeCurrency: { name: 'GelatoCGT', symbol: 'CGT', decimals: 18 },
|
|
28642
|
+
infoURL: 'https://raas.gelato.network/rollups/details/public/arb-blueberry',
|
|
28643
|
+
shortName: 'arb-blueberry',
|
|
28644
|
+
chainId: 88153591557,
|
|
28645
|
+
networkId: 88153591557,
|
|
28646
|
+
slip44: 60,
|
|
28647
|
+
explorers: [
|
|
28648
|
+
{
|
|
28649
|
+
name: 'blockscout',
|
|
28650
|
+
url: 'https://arb-blueberry.gelatoscout.com',
|
|
28651
|
+
icon: 'blockscout',
|
|
28652
|
+
standard: 'EIP3091'
|
|
28653
|
+
}
|
|
28654
|
+
],
|
|
28655
|
+
parent: {
|
|
28656
|
+
type: 'L2',
|
|
28657
|
+
chain: 'eip155-421614',
|
|
28658
|
+
bridges: [{ url: 'https://bridge.gelato.network/bridge/arb-blueberry' }]
|
|
28659
|
+
},
|
|
28660
|
+
status: 'active'
|
|
28661
|
+
},
|
|
27426
28662
|
107107114116: {
|
|
27427
28663
|
name: 'Kakarot Sepolia',
|
|
27428
28664
|
chain: 'ETH',
|