@revoke.cash/chains 66.0.0 → 68.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 +1146 -195
- package/dist/src/enums.d.ts +104 -16
- package/dist/src/enums.js +104 -16
- package/package.json +1 -1
package/dist/src/chains.js
CHANGED
|
@@ -3096,18 +3096,18 @@ exports.chains = {
|
|
|
3096
3096
|
iconURL: 'https://ipfs.io/ipfs/Qma7LpnkGjAN1dwL6VTXUYqzySNxjLg4br7J8UE4yZWYec'
|
|
3097
3097
|
},
|
|
3098
3098
|
140: {
|
|
3099
|
-
name: '
|
|
3100
|
-
chain: '
|
|
3101
|
-
icon: '
|
|
3099
|
+
name: 'Eteria Mainnet',
|
|
3100
|
+
chain: 'ERA',
|
|
3101
|
+
icon: 'eteria',
|
|
3102
3102
|
rpc: [
|
|
3103
3103
|
'https://mainnet.eternalcoin.io/v1',
|
|
3104
3104
|
'ws://mainnet.eternalcoin.io/v1/ws'
|
|
3105
3105
|
],
|
|
3106
3106
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
3107
3107
|
faucets: [],
|
|
3108
|
-
nativeCurrency: { name: '
|
|
3109
|
-
infoURL: 'https://
|
|
3110
|
-
shortName: '
|
|
3108
|
+
nativeCurrency: { name: 'Eteria', symbol: 'ERA', decimals: 18 },
|
|
3109
|
+
infoURL: 'https://eteria.io',
|
|
3110
|
+
shortName: 'ERA',
|
|
3111
3111
|
chainId: 140,
|
|
3112
3112
|
networkId: 140,
|
|
3113
3113
|
iconURL: 'https://ipfs.io/ipfs/bafybeibexfskndvhn5xtrcmpjoifp2ufnzgwiwbfrjcxat55alergskkve'
|
|
@@ -3309,6 +3309,7 @@ exports.chains = {
|
|
|
3309
3309
|
chainId: 151,
|
|
3310
3310
|
networkId: 151,
|
|
3311
3311
|
slip44: 824,
|
|
3312
|
+
icon: 'redbelly',
|
|
3312
3313
|
rpc: ['https://governors.mainnet.redbelly.network'],
|
|
3313
3314
|
faucets: [],
|
|
3314
3315
|
infoURL: 'https://redbelly.network',
|
|
@@ -3324,7 +3325,8 @@ exports.chains = {
|
|
|
3324
3325
|
url: 'https://redbelly.routescan.io',
|
|
3325
3326
|
standard: 'EIP3091'
|
|
3326
3327
|
}
|
|
3327
|
-
]
|
|
3328
|
+
],
|
|
3329
|
+
iconURL: 'https://ipfs.io/ipfs/QmbU86AmMYhDTwDzJWLtrLAURqepXinJbVhXUJq5BaWqCp'
|
|
3328
3330
|
},
|
|
3329
3331
|
152: {
|
|
3330
3332
|
name: 'Redbelly Network Devnet',
|
|
@@ -3348,6 +3350,7 @@ exports.chains = {
|
|
|
3348
3350
|
chain: 'RBN',
|
|
3349
3351
|
chainId: 153,
|
|
3350
3352
|
networkId: 153,
|
|
3353
|
+
icon: 'redbelly',
|
|
3351
3354
|
slip44: 1,
|
|
3352
3355
|
rpc: ['https://governors.testnet.redbelly.network'],
|
|
3353
3356
|
faucets: [],
|
|
@@ -3364,7 +3367,8 @@ exports.chains = {
|
|
|
3364
3367
|
standard: 'EIP3091'
|
|
3365
3368
|
}
|
|
3366
3369
|
],
|
|
3367
|
-
status: 'active'
|
|
3370
|
+
status: 'active',
|
|
3371
|
+
iconURL: 'https://ipfs.io/ipfs/QmbU86AmMYhDTwDzJWLtrLAURqepXinJbVhXUJq5BaWqCp'
|
|
3368
3372
|
},
|
|
3369
3373
|
154: {
|
|
3370
3374
|
name: 'Redbelly Network TGE',
|
|
@@ -4079,6 +4083,27 @@ exports.chains = {
|
|
|
4079
4083
|
}
|
|
4080
4084
|
]
|
|
4081
4085
|
},
|
|
4086
|
+
194: {
|
|
4087
|
+
name: 'firachain',
|
|
4088
|
+
chain: 'FIR',
|
|
4089
|
+
icon: 'firachainIcon',
|
|
4090
|
+
rpc: ['https://rpc.firachain.com'],
|
|
4091
|
+
faucets: [],
|
|
4092
|
+
nativeCurrency: { name: 'firachain', symbol: 'FIR', decimals: 18 },
|
|
4093
|
+
infoURL: 'https://firachain.com',
|
|
4094
|
+
shortName: 'FIR',
|
|
4095
|
+
chainId: 194,
|
|
4096
|
+
networkId: 194,
|
|
4097
|
+
status: 'active',
|
|
4098
|
+
explorers: [
|
|
4099
|
+
{
|
|
4100
|
+
name: 'FiraChain Explorer',
|
|
4101
|
+
url: 'https://block.firachain.com',
|
|
4102
|
+
standard: 'EIP3091'
|
|
4103
|
+
}
|
|
4104
|
+
],
|
|
4105
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreifpbnvzcnl3badp6uig64fxxnf5tquw2ujyxqa5r2r36wuwd3yo5m'
|
|
4106
|
+
},
|
|
4082
4107
|
195: {
|
|
4083
4108
|
name: 'X Layer Testnet',
|
|
4084
4109
|
chain: 'X Layer',
|
|
@@ -4771,7 +4796,7 @@ exports.chains = {
|
|
|
4771
4796
|
name: 'Lens',
|
|
4772
4797
|
title: 'Lens mainnet',
|
|
4773
4798
|
chain: 'Lens',
|
|
4774
|
-
rpc: [],
|
|
4799
|
+
rpc: ['https://rpc.lens.xyz'],
|
|
4775
4800
|
faucets: [],
|
|
4776
4801
|
chainId: 232,
|
|
4777
4802
|
networkId: 232,
|
|
@@ -4779,8 +4804,19 @@ exports.chains = {
|
|
|
4779
4804
|
icon: 'lens',
|
|
4780
4805
|
infoURL: 'https://lens.xyz',
|
|
4781
4806
|
shortName: 'lens',
|
|
4782
|
-
parent: {
|
|
4783
|
-
|
|
4807
|
+
parent: {
|
|
4808
|
+
type: 'L2',
|
|
4809
|
+
chain: 'eip155-1',
|
|
4810
|
+
bridges: [{ url: 'https://app.across.to/bridge?destinationChainId=232' }]
|
|
4811
|
+
},
|
|
4812
|
+
explorers: [
|
|
4813
|
+
{
|
|
4814
|
+
name: 'Lens Block Explorer',
|
|
4815
|
+
url: 'https://explorer.lens.xyz',
|
|
4816
|
+
icon: 'lens',
|
|
4817
|
+
standard: 'EIP3091'
|
|
4818
|
+
}
|
|
4819
|
+
],
|
|
4784
4820
|
iconURL: 'https://ipfs.io/ipfs/QmP9HNKbbWQLEx5H57BSV3VhJNyVpVaC5B3NBCsyoomTMU'
|
|
4785
4821
|
},
|
|
4786
4822
|
233: {
|
|
@@ -4851,17 +4887,17 @@ exports.chains = {
|
|
|
4851
4887
|
name: 'Blast Mainnet',
|
|
4852
4888
|
chain: 'ETH',
|
|
4853
4889
|
icon: 'blastIcon',
|
|
4854
|
-
rpc: ['https://
|
|
4890
|
+
rpc: ['https://zkevmrpc.blastchain.org'],
|
|
4855
4891
|
faucets: [],
|
|
4856
|
-
nativeCurrency: { name: '
|
|
4857
|
-
infoURL: 'https://docs.
|
|
4892
|
+
nativeCurrency: { name: 'One World Chain', symbol: 'OWCT', decimals: 18 },
|
|
4893
|
+
infoURL: 'https://docs.blastchain.org',
|
|
4858
4894
|
shortName: 'blast',
|
|
4859
4895
|
chainId: 238,
|
|
4860
4896
|
networkId: 238,
|
|
4861
4897
|
explorers: [
|
|
4862
4898
|
{
|
|
4863
4899
|
name: 'Blast Mainnet',
|
|
4864
|
-
url: 'https://
|
|
4900
|
+
url: 'https://blastchain.org',
|
|
4865
4901
|
standard: 'EIP3091'
|
|
4866
4902
|
}
|
|
4867
4903
|
],
|
|
@@ -4948,6 +4984,26 @@ exports.chains = {
|
|
|
4948
4984
|
}
|
|
4949
4985
|
]
|
|
4950
4986
|
},
|
|
4987
|
+
247: {
|
|
4988
|
+
name: 'ChooChain',
|
|
4989
|
+
title: 'ChooChain Mainnet',
|
|
4990
|
+
chain: 'CHOO',
|
|
4991
|
+
rpc: ['https://rpc.choochain.io'],
|
|
4992
|
+
faucets: [],
|
|
4993
|
+
nativeCurrency: { name: 'ChooChain Token', symbol: 'CHOO', decimals: 18 },
|
|
4994
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
4995
|
+
infoURL: 'https://github.com/Trinketz/ChooChain',
|
|
4996
|
+
shortName: 'choo',
|
|
4997
|
+
chainId: 247,
|
|
4998
|
+
networkId: 247,
|
|
4999
|
+
explorers: [
|
|
5000
|
+
{
|
|
5001
|
+
name: 'ChooChain Explorer',
|
|
5002
|
+
url: 'https://blocks.choochain.io',
|
|
5003
|
+
standard: 'EIP3091'
|
|
5004
|
+
}
|
|
5005
|
+
]
|
|
5006
|
+
},
|
|
4951
5007
|
248: {
|
|
4952
5008
|
name: 'Oasys Mainnet',
|
|
4953
5009
|
chain: 'Oasys',
|
|
@@ -5555,7 +5611,7 @@ exports.chains = {
|
|
|
5555
5611
|
}
|
|
5556
5612
|
],
|
|
5557
5613
|
status: 'active',
|
|
5558
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
5614
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreierr6bqbopiokhqcisqdfxjkslnjgk2j77dmq2ec4oitpgxtm4wha'
|
|
5559
5615
|
},
|
|
5560
5616
|
295: {
|
|
5561
5617
|
name: 'Hedera Mainnet',
|
|
@@ -5965,7 +6021,7 @@ exports.chains = {
|
|
|
5965
6021
|
standard: 'EIP3091'
|
|
5966
6022
|
}
|
|
5967
6023
|
],
|
|
5968
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
6024
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreianwjcj56pf2cwlzl4jyuarqmxs6ewmfaz2aemxl74tdbg2fumps4'
|
|
5969
6025
|
},
|
|
5970
6026
|
320: {
|
|
5971
6027
|
name: 'ZKcandy Mainnet',
|
|
@@ -6239,6 +6295,26 @@ exports.chains = {
|
|
|
6239
6295
|
],
|
|
6240
6296
|
iconURL: 'https://ipfs.io/ipfs/QmQySjAoWHgk3ou1yvBi2TrTcgH6KhfGiU7GcrLzrAeRkE'
|
|
6241
6297
|
},
|
|
6298
|
+
337: {
|
|
6299
|
+
name: 'R5 Network',
|
|
6300
|
+
chain: 'r5',
|
|
6301
|
+
rpc: ['https://rpc.r5.network'],
|
|
6302
|
+
faucets: [],
|
|
6303
|
+
nativeCurrency: { name: 'R5', symbol: 'R5', decimals: 18 },
|
|
6304
|
+
infoURL: 'https://r5.network',
|
|
6305
|
+
shortName: 'r5',
|
|
6306
|
+
chainId: 337,
|
|
6307
|
+
networkId: 337,
|
|
6308
|
+
icon: 'r5',
|
|
6309
|
+
explorers: [
|
|
6310
|
+
{
|
|
6311
|
+
name: 'R5 Explorer',
|
|
6312
|
+
url: 'https://explorer.r5.network',
|
|
6313
|
+
standard: 'EIP3091'
|
|
6314
|
+
}
|
|
6315
|
+
],
|
|
6316
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreihrnrmjndul22scpktxzfvm6lyuxdepjtbfrn7ce4znl2blrqw6te'
|
|
6317
|
+
},
|
|
6242
6318
|
338: {
|
|
6243
6319
|
name: 'Cronos Testnet',
|
|
6244
6320
|
chain: 'CRO',
|
|
@@ -6413,6 +6489,7 @@ exports.chains = {
|
|
|
6413
6489
|
'https://rpc-pulsechain.g4mm4.io',
|
|
6414
6490
|
'wss://rpc-pulsechain.g4mm4.io'
|
|
6415
6491
|
],
|
|
6492
|
+
icon: 'pulsechain',
|
|
6416
6493
|
slip44: 60,
|
|
6417
6494
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
6418
6495
|
faucets: [],
|
|
@@ -6421,9 +6498,9 @@ exports.chains = {
|
|
|
6421
6498
|
nativeCurrency: { name: 'Pulse', symbol: 'PLS', decimals: 18 },
|
|
6422
6499
|
explorers: [
|
|
6423
6500
|
{
|
|
6424
|
-
name: '
|
|
6425
|
-
url: 'https://scan.pulsechain.com',
|
|
6426
|
-
icon: '
|
|
6501
|
+
name: 'pulsechain',
|
|
6502
|
+
url: 'https://ipfs.scan.pulsechain.com',
|
|
6503
|
+
icon: 'pulsechain',
|
|
6427
6504
|
standard: 'EIP3091'
|
|
6428
6505
|
},
|
|
6429
6506
|
{
|
|
@@ -6431,7 +6508,8 @@ exports.chains = {
|
|
|
6431
6508
|
url: 'https://otter.pulsechain.com',
|
|
6432
6509
|
standard: 'EIP3091'
|
|
6433
6510
|
}
|
|
6434
|
-
]
|
|
6511
|
+
],
|
|
6512
|
+
iconURL: 'https://ipfs.io/ipfs/Qmckj9B9F3jWDk9bv9HwoPmfjrx2Ju8J2BQSNoPFdYGduj'
|
|
6435
6513
|
},
|
|
6436
6514
|
371: {
|
|
6437
6515
|
name: 'Consta Testnet',
|
|
@@ -10758,30 +10836,27 @@ exports.chains = {
|
|
|
10758
10836
|
iconURL: 'https://ipfs.io/ipfs/bafybeifkgtmhnq4sxu6jn22i7ass7aih6ubodr77k6ygtu4tjbvpmkw2ga'
|
|
10759
10837
|
},
|
|
10760
10838
|
1071: {
|
|
10761
|
-
name: '
|
|
10762
|
-
|
|
10763
|
-
|
|
10764
|
-
|
|
10765
|
-
|
|
10766
|
-
|
|
10767
|
-
|
|
10768
|
-
|
|
10769
|
-
|
|
10770
|
-
nativeCurrency: { name: 'SMR', symbol: 'SMR', decimals: 18 },
|
|
10771
|
-
infoURL: 'https://shimmer.network',
|
|
10772
|
-
shortName: 'shimmerevm-testnet-deprecated',
|
|
10839
|
+
name: 'OpenGPU Mainnet',
|
|
10840
|
+
chain: 'OGPU',
|
|
10841
|
+
icon: 'ogpu',
|
|
10842
|
+
rpc: ['https://mainnet-rpc.ogpuscan.io', 'wss://mainnet-rpc.ogpuscan.io'],
|
|
10843
|
+
faucets: [],
|
|
10844
|
+
nativeCurrency: { name: 'OGPU', symbol: 'OGPU', decimals: 18 },
|
|
10845
|
+
features: [{ name: 'EIP155' }],
|
|
10846
|
+
infoURL: 'https://opengpu.network',
|
|
10847
|
+
shortName: 'ogpu',
|
|
10773
10848
|
chainId: 1071,
|
|
10774
10849
|
networkId: 1071,
|
|
10775
|
-
|
|
10850
|
+
redFlags: ['reusedChainId'],
|
|
10776
10851
|
explorers: [
|
|
10777
10852
|
{
|
|
10778
|
-
name: '
|
|
10779
|
-
url: 'https://
|
|
10853
|
+
name: 'OpenGPU Explorer',
|
|
10854
|
+
url: 'https://ogpuscan.io',
|
|
10855
|
+
icon: 'ogpu',
|
|
10780
10856
|
standard: 'EIP3091'
|
|
10781
10857
|
}
|
|
10782
10858
|
],
|
|
10783
|
-
|
|
10784
|
-
iconURL: 'https://ipfs.io/ipfs/bafkreibky2sy6qhi6arktayvologkrgu5kudpgdxfkx4uosbvmstz7v4di'
|
|
10859
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreiehdja4bvfvcagywn32zj6rvc5eicnwsdtvrsgwil52y4palgtnrq'
|
|
10785
10860
|
},
|
|
10786
10861
|
1072: {
|
|
10787
10862
|
name: 'ShimmerEVM Testnet Deprecated 1072',
|
|
@@ -11337,6 +11412,28 @@ exports.chains = {
|
|
|
11337
11412
|
],
|
|
11338
11413
|
iconURL: 'https://ipfs.io/ipfs/QmdR3YL9F95ajwVwfxAGoEzYwm9w7JNsPSfUPjSaQogVjK'
|
|
11339
11414
|
},
|
|
11415
|
+
1134: {
|
|
11416
|
+
name: 'StateMesh',
|
|
11417
|
+
icon: 'statemesh',
|
|
11418
|
+
chain: 'MESH',
|
|
11419
|
+
rpc: ['https://rpc.statemesh.net'],
|
|
11420
|
+
faucets: [],
|
|
11421
|
+
nativeCurrency: { name: 'StateMesh', symbol: 'MESH', decimals: 18 },
|
|
11422
|
+
infoURL: 'https://statemesh.net',
|
|
11423
|
+
shortName: 'mesh',
|
|
11424
|
+
chainId: 1134,
|
|
11425
|
+
networkId: 1134,
|
|
11426
|
+
slip44: 1134,
|
|
11427
|
+
explorers: [
|
|
11428
|
+
{
|
|
11429
|
+
name: 'blockscout',
|
|
11430
|
+
url: 'https://scan.statemesh.net',
|
|
11431
|
+
icon: 'blockscout',
|
|
11432
|
+
standard: 'EIP3091'
|
|
11433
|
+
}
|
|
11434
|
+
],
|
|
11435
|
+
iconURL: 'https://ipfs.io/ipfs/Qmc7KBcdrXMKvaq1xN6mubEqpvHdheFxs1YGZwZgLEPDrK'
|
|
11436
|
+
},
|
|
11340
11437
|
1135: {
|
|
11341
11438
|
name: 'Lisk',
|
|
11342
11439
|
chain: 'ETH',
|
|
@@ -11559,7 +11656,6 @@ exports.chains = {
|
|
|
11559
11656
|
name: 'Cuckoo Chain',
|
|
11560
11657
|
title: 'Cuckoo Chain',
|
|
11561
11658
|
chain: 'CuckooAI',
|
|
11562
|
-
icon: 'cuckoo-ai',
|
|
11563
11659
|
rpc: [
|
|
11564
11660
|
'https://mainnet-rpc.cuckoo.network',
|
|
11565
11661
|
'wss://mainnet-rpc.cuckoo.network'
|
|
@@ -11576,8 +11672,7 @@ exports.chains = {
|
|
|
11576
11672
|
url: 'https://scan.cuckoo.network',
|
|
11577
11673
|
standard: 'EIP3091'
|
|
11578
11674
|
}
|
|
11579
|
-
]
|
|
11580
|
-
iconURL: 'https://ipfs.io/ipfs/QmZjVDfk56DjqkCPymaweJJaj9ASGjjgcwJ95XsFDzj9us'
|
|
11675
|
+
]
|
|
11581
11676
|
},
|
|
11582
11677
|
1201: {
|
|
11583
11678
|
name: 'Evanesco Testnet',
|
|
@@ -11638,7 +11733,6 @@ exports.chains = {
|
|
|
11638
11733
|
name: 'Cuckoo Sepolia',
|
|
11639
11734
|
title: 'Cuckoo AI Testnet Sepolia',
|
|
11640
11735
|
chain: 'CuckooAI',
|
|
11641
|
-
icon: 'cuckoo-ai',
|
|
11642
11736
|
rpc: [
|
|
11643
11737
|
'https://testnet-rpc.cuckoo.network',
|
|
11644
11738
|
'wss://testnet-rpc.cuckoo.network'
|
|
@@ -11649,14 +11743,7 @@ exports.chains = {
|
|
|
11649
11743
|
shortName: 'caisepolia',
|
|
11650
11744
|
chainId: 1210,
|
|
11651
11745
|
networkId: 1210,
|
|
11652
|
-
explorers: [
|
|
11653
|
-
{
|
|
11654
|
-
name: 'Cuckoo Sepolia Explorer',
|
|
11655
|
-
url: 'https://testnet-scan.cuckoo.network',
|
|
11656
|
-
standard: 'EIP3091'
|
|
11657
|
-
}
|
|
11658
|
-
],
|
|
11659
|
-
iconURL: 'https://ipfs.io/ipfs/QmZjVDfk56DjqkCPymaweJJaj9ASGjjgcwJ95XsFDzj9us'
|
|
11746
|
+
explorers: []
|
|
11660
11747
|
},
|
|
11661
11748
|
1212: {
|
|
11662
11749
|
name: 'ADF Chain Testnet',
|
|
@@ -12226,13 +12313,13 @@ exports.chains = {
|
|
|
12226
12313
|
},
|
|
12227
12314
|
1291: {
|
|
12228
12315
|
name: 'Swisstronik Testnet',
|
|
12229
|
-
chain: 'SWTR',
|
|
12316
|
+
chain: 'SWTR Testnet',
|
|
12230
12317
|
rpc: ['https://json-rpc.testnet.swisstronik.com'],
|
|
12231
12318
|
faucets: ['https://faucet.testnet.swisstronik.com'],
|
|
12232
12319
|
nativeCurrency: { name: 'Swisstronik', symbol: 'SWTR', decimals: 18 },
|
|
12233
12320
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
12234
12321
|
infoURL: 'https://www.swisstronik.com',
|
|
12235
|
-
shortName: 'swtr',
|
|
12322
|
+
shortName: 'swtr-testnet',
|
|
12236
12323
|
chainId: 1291,
|
|
12237
12324
|
networkId: 1291,
|
|
12238
12325
|
slip44: 1,
|
|
@@ -12244,7 +12331,7 @@ exports.chains = {
|
|
|
12244
12331
|
standard: 'none'
|
|
12245
12332
|
}
|
|
12246
12333
|
],
|
|
12247
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
12334
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreietv32mc3rwbzymhlju6mrvmiavvgqg3sflafl2fjjxguqky56sca'
|
|
12248
12335
|
},
|
|
12249
12336
|
1294: {
|
|
12250
12337
|
name: 'Bobabeam',
|
|
@@ -12571,6 +12658,7 @@ exports.chains = {
|
|
|
12571
12658
|
shortName: 'sei',
|
|
12572
12659
|
chainId: 1329,
|
|
12573
12660
|
networkId: 1329,
|
|
12661
|
+
slip44: 19000118,
|
|
12574
12662
|
icon: 'seiv2',
|
|
12575
12663
|
explorers: [
|
|
12576
12664
|
{
|
|
@@ -12581,6 +12669,28 @@ exports.chains = {
|
|
|
12581
12669
|
],
|
|
12582
12670
|
iconURL: 'https://ipfs.io/ipfs/bafkreia2tiurhfkc2lifytbpv356d4rfmqoivzrepg2wsrqwrqgbb4bp7a'
|
|
12583
12671
|
},
|
|
12672
|
+
1336: {
|
|
12673
|
+
name: 'Kii Testnet Oro',
|
|
12674
|
+
chain: 'KII',
|
|
12675
|
+
rpc: ['https://json-rpc.uno.sentry.testnet.v3.kiivalidator.com'],
|
|
12676
|
+
faucets: ['https://explorer.kiichain.io/testnet/faucet'],
|
|
12677
|
+
nativeCurrency: { name: 'Kii', symbol: 'KII', decimals: 18 },
|
|
12678
|
+
features: [],
|
|
12679
|
+
infoURL: 'https://kiichain.io',
|
|
12680
|
+
shortName: 'kiioro',
|
|
12681
|
+
chainId: 1336,
|
|
12682
|
+
networkId: 1336,
|
|
12683
|
+
icon: 'kii',
|
|
12684
|
+
explorers: [
|
|
12685
|
+
{
|
|
12686
|
+
name: 'KiiExplorer',
|
|
12687
|
+
url: 'https://explorer.kiichain.io/testnet',
|
|
12688
|
+
icon: 'kii',
|
|
12689
|
+
standard: 'none'
|
|
12690
|
+
}
|
|
12691
|
+
],
|
|
12692
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreib5kb73tb5fdvikhxe7nlnf4mmlfcfpsslalaplqfihypcmudlal4'
|
|
12693
|
+
},
|
|
12584
12694
|
1337: {
|
|
12585
12695
|
name: 'Geth Testnet',
|
|
12586
12696
|
title: 'Go Ethereum (Geth) Private Testnet',
|
|
@@ -12897,6 +13007,27 @@ exports.chains = {
|
|
|
12897
13007
|
},
|
|
12898
13008
|
iconURL: 'https://ipfs.io/ipfs/bafkreidkqdec42orfj4yiufiqvo3n33yxiw75jybg2lewv36raq7qpijua'
|
|
12899
13009
|
},
|
|
13010
|
+
1425: {
|
|
13011
|
+
name: 'ONINO Mainnet',
|
|
13012
|
+
chain: 'ONI',
|
|
13013
|
+
rpc: ['https://rpc.onino.io'],
|
|
13014
|
+
faucets: ['https://faucet.onino.io'],
|
|
13015
|
+
nativeCurrency: { name: 'ONI', symbol: 'ONI', decimals: 18 },
|
|
13016
|
+
infoURL: 'https://onino.io',
|
|
13017
|
+
shortName: 'onino',
|
|
13018
|
+
chainId: 1425,
|
|
13019
|
+
networkId: 1425,
|
|
13020
|
+
icon: 'onino',
|
|
13021
|
+
explorers: [
|
|
13022
|
+
{
|
|
13023
|
+
name: 'onino',
|
|
13024
|
+
url: 'https://explorer.onino.io',
|
|
13025
|
+
icon: 'onino',
|
|
13026
|
+
standard: 'EIP3091'
|
|
13027
|
+
}
|
|
13028
|
+
],
|
|
13029
|
+
iconURL: 'https://ipfs.io/ipfs/QmW46cmj2fRUbfy3Fz9kyhm33BpXnNXZ4KW3vmK1z4Mg19'
|
|
13030
|
+
},
|
|
12900
13031
|
1433: {
|
|
12901
13032
|
name: 'Rikeza Network Mainnet',
|
|
12902
13033
|
title: 'Rikeza Network Mainnet',
|
|
@@ -13756,6 +13887,48 @@ exports.chains = {
|
|
|
13756
13887
|
}
|
|
13757
13888
|
]
|
|
13758
13889
|
},
|
|
13890
|
+
1732: {
|
|
13891
|
+
name: 'Fuga Mainnet',
|
|
13892
|
+
chain: 'Fuga',
|
|
13893
|
+
rpc: ['https://rpc.fuga.blue'],
|
|
13894
|
+
faucets: [],
|
|
13895
|
+
nativeCurrency: { name: 'FUGA', symbol: 'FUGA', decimals: 18 },
|
|
13896
|
+
infoURL: 'https://fuga.one',
|
|
13897
|
+
shortName: 'FUGA',
|
|
13898
|
+
chainId: 1732,
|
|
13899
|
+
networkId: 1732,
|
|
13900
|
+
slip44: 732,
|
|
13901
|
+
explorers: [],
|
|
13902
|
+
status: 'incubating'
|
|
13903
|
+
},
|
|
13904
|
+
1733: {
|
|
13905
|
+
name: 'Fuga Testnet',
|
|
13906
|
+
chain: 'Fuga',
|
|
13907
|
+
rpc: ['https://rpc-testnet.fuga.blue'],
|
|
13908
|
+
faucets: [],
|
|
13909
|
+
nativeCurrency: { name: 'FUGA', symbol: 'FUGA', decimals: 18 },
|
|
13910
|
+
infoURL: 'https://fuga.one',
|
|
13911
|
+
shortName: 'FUGA_T',
|
|
13912
|
+
chainId: 1733,
|
|
13913
|
+
networkId: 1733,
|
|
13914
|
+
slip44: 1,
|
|
13915
|
+
explorers: [],
|
|
13916
|
+
status: 'incubating'
|
|
13917
|
+
},
|
|
13918
|
+
1734: {
|
|
13919
|
+
name: 'Fuga Develop',
|
|
13920
|
+
chain: 'Fuga',
|
|
13921
|
+
rpc: ['https://rpc-develop.fuga.blue'],
|
|
13922
|
+
faucets: [],
|
|
13923
|
+
nativeCurrency: { name: 'FUGA', symbol: 'FUGA', decimals: 18 },
|
|
13924
|
+
infoURL: 'https://fuga.one',
|
|
13925
|
+
shortName: 'FUGA_D',
|
|
13926
|
+
chainId: 1734,
|
|
13927
|
+
networkId: 1734,
|
|
13928
|
+
slip44: 1,
|
|
13929
|
+
explorers: [],
|
|
13930
|
+
status: 'incubating'
|
|
13931
|
+
},
|
|
13759
13932
|
1740: {
|
|
13760
13933
|
name: 'Metal L2 Testnet',
|
|
13761
13934
|
chain: 'Metal L2 Testnet',
|
|
@@ -14095,6 +14268,38 @@ exports.chains = {
|
|
|
14095
14268
|
bridges: [{ url: 'https://bridge.gelato.network/bridge/verify-testnet' }]
|
|
14096
14269
|
}
|
|
14097
14270
|
},
|
|
14271
|
+
1848: {
|
|
14272
|
+
name: 'Swisstronik Mainnet',
|
|
14273
|
+
chain: 'SWTR',
|
|
14274
|
+
rpc: [
|
|
14275
|
+
'https://json-rpc.mainnet.swisstronik.com/unencrypted/',
|
|
14276
|
+
'https://json-rpc.mainnet.swisstronik.com',
|
|
14277
|
+
'wss://ws-rpc.mainnet.swisstronik.com'
|
|
14278
|
+
],
|
|
14279
|
+
faucets: [],
|
|
14280
|
+
nativeCurrency: { name: 'Swisstronik', symbol: 'SWTR', decimals: 18 },
|
|
14281
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
14282
|
+
infoURL: 'https://www.swisstronik.com',
|
|
14283
|
+
shortName: 'swtr',
|
|
14284
|
+
chainId: 1848,
|
|
14285
|
+
networkId: 1848,
|
|
14286
|
+
slip44: 1,
|
|
14287
|
+
icon: 'swisstronik',
|
|
14288
|
+
explorers: [
|
|
14289
|
+
{
|
|
14290
|
+
name: 'Swisstronik EVM Explorer',
|
|
14291
|
+
url: 'https://explorer-evm.mainnet.swisstronik.com',
|
|
14292
|
+
standard: 'EIP3091',
|
|
14293
|
+
icon: 'ethernal'
|
|
14294
|
+
},
|
|
14295
|
+
{
|
|
14296
|
+
name: 'Swisstronik Cosmos Explorer',
|
|
14297
|
+
url: 'https://explorer-cosmos.mainnet.swisstronik.com/swisstronik',
|
|
14298
|
+
standard: 'none'
|
|
14299
|
+
}
|
|
14300
|
+
],
|
|
14301
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreietv32mc3rwbzymhlju6mrvmiavvgqg3sflafl2fjjxguqky56sca'
|
|
14302
|
+
},
|
|
14098
14303
|
1853: {
|
|
14099
14304
|
name: 'HighOctane Subnet',
|
|
14100
14305
|
chain: 'HighOctane Subnet',
|
|
@@ -14136,7 +14341,6 @@ exports.chains = {
|
|
|
14136
14341
|
shortName: 'soneium',
|
|
14137
14342
|
title: 'Soneium mainnet',
|
|
14138
14343
|
chain: 'ETH',
|
|
14139
|
-
icon: 'soneium',
|
|
14140
14344
|
rpc: ['https://rpc.soneium.org'],
|
|
14141
14345
|
faucets: [],
|
|
14142
14346
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
@@ -14166,8 +14370,7 @@ exports.chains = {
|
|
|
14166
14370
|
type: 'L2',
|
|
14167
14371
|
chain: 'eip155-1',
|
|
14168
14372
|
bridges: [{ url: 'https://superbridge.app/soneium' }]
|
|
14169
|
-
}
|
|
14170
|
-
iconURL: 'https://ipfs.io/ipfs/QmWXmnBMtM93iCJ1fsVv8KNFFvxGWUzF4z5xas3zMbFZGe'
|
|
14373
|
+
}
|
|
14171
14374
|
},
|
|
14172
14375
|
1875: {
|
|
14173
14376
|
name: 'Whitechain',
|
|
@@ -16112,7 +16315,12 @@ exports.chains = {
|
|
|
16112
16315
|
name: 'Game7',
|
|
16113
16316
|
title: 'Game7',
|
|
16114
16317
|
chain: 'Game7',
|
|
16115
|
-
rpc: [
|
|
16318
|
+
rpc: [
|
|
16319
|
+
'https://mainnet-rpc.game7.io',
|
|
16320
|
+
'wss://mainnet-rpc.game7.io',
|
|
16321
|
+
'https://mainnet-rpc.game7.build',
|
|
16322
|
+
'wss://mainnet-rpc.game7.build'
|
|
16323
|
+
],
|
|
16116
16324
|
faucets: [],
|
|
16117
16325
|
nativeCurrency: { name: 'G7', symbol: 'G7', decimals: 18 },
|
|
16118
16326
|
features: [{ name: 'EIP155' }],
|
|
@@ -17150,7 +17358,7 @@ exports.chains = {
|
|
|
17150
17358
|
'wss://fraxtal-holesky-rpc.publicnode.com'
|
|
17151
17359
|
],
|
|
17152
17360
|
faucets: [],
|
|
17153
|
-
nativeCurrency: { name: 'Frax
|
|
17361
|
+
nativeCurrency: { name: 'Frax', symbol: 'FRAX', decimals: 18 },
|
|
17154
17362
|
infoURL: 'https://testnet.frax.com',
|
|
17155
17363
|
shortName: 'fraxtal-testnet',
|
|
17156
17364
|
chainId: 2522,
|
|
@@ -18326,6 +18534,29 @@ exports.chains = {
|
|
|
18326
18534
|
slip44: 1,
|
|
18327
18535
|
status: 'incubating'
|
|
18328
18536
|
},
|
|
18537
|
+
3344: {
|
|
18538
|
+
name: 'Pentagon Chain',
|
|
18539
|
+
chain: 'Pentagon Chain',
|
|
18540
|
+
rpc: ['https://rpc.pentagon.games'],
|
|
18541
|
+
faucets: ['https://bridge.pentagon.games'],
|
|
18542
|
+
nativeCurrency: { name: 'Pentagon Chain', symbol: 'PC', decimals: 18 },
|
|
18543
|
+
icon: 'pentagonchain',
|
|
18544
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
18545
|
+
infoURL: 'https://pentagon.games',
|
|
18546
|
+
shortName: 'PentagonChain',
|
|
18547
|
+
chainId: 3344,
|
|
18548
|
+
networkId: 3344,
|
|
18549
|
+
explorers: [
|
|
18550
|
+
{
|
|
18551
|
+
name: 'Pentagon Chain Explorer',
|
|
18552
|
+
url: 'https://explorer.pentagon.games',
|
|
18553
|
+
icon: 'pentagonchain',
|
|
18554
|
+
standard: 'EIP3091'
|
|
18555
|
+
}
|
|
18556
|
+
],
|
|
18557
|
+
status: 'active',
|
|
18558
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreibiwnnehj2j3tbla2yvvama6p7tfxvjfeqymw6ptoecoxb66glhkm'
|
|
18559
|
+
},
|
|
18329
18560
|
3366: {
|
|
18330
18561
|
name: 'Meroneum',
|
|
18331
18562
|
chain: 'MERON',
|
|
@@ -18813,7 +19044,7 @@ exports.chains = {
|
|
|
18813
19044
|
name: 'Xone Mainnet',
|
|
18814
19045
|
chain: 'XOC',
|
|
18815
19046
|
icon: 'Xonechain',
|
|
18816
|
-
rpc: ['https://rpc.xone.org'],
|
|
19047
|
+
rpc: ['https://rpc.xone.org', 'wss://rpc-wss.xone.org'],
|
|
18817
19048
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
18818
19049
|
faucets: ['https://faucet.xone.org/'],
|
|
18819
19050
|
nativeCurrency: { name: 'Xone Coin', symbol: 'XOC', decimals: 18 },
|
|
@@ -18891,16 +19122,13 @@ exports.chains = {
|
|
|
18891
19122
|
shortName: 'alv',
|
|
18892
19123
|
chainId: 3797,
|
|
18893
19124
|
networkId: 3797,
|
|
18894
|
-
icon: 'alveychain',
|
|
18895
19125
|
explorers: [
|
|
18896
19126
|
{
|
|
18897
19127
|
name: 'AlveyScan',
|
|
18898
19128
|
url: 'https://alveyscan.com',
|
|
18899
|
-
icon: 'alveychain',
|
|
18900
19129
|
standard: 'EIP3091'
|
|
18901
19130
|
}
|
|
18902
|
-
]
|
|
18903
|
-
iconURL: 'https://ipfs.io/ipfs/QmTuY2Goyxpuy5GmA32EMYZBwxRcGsahiMFgfeBixSk7rb'
|
|
19131
|
+
]
|
|
18904
19132
|
},
|
|
18905
19133
|
3799: {
|
|
18906
19134
|
name: 'Tangle Testnet',
|
|
@@ -19758,6 +19986,35 @@ exports.chains = {
|
|
|
19758
19986
|
],
|
|
19759
19987
|
iconURL: 'https://ipfs.io/ipfs/QmULpMFUvKSmJT8sWXS3WDnTm4EacgRbsEynDenpxcfrAj'
|
|
19760
19988
|
},
|
|
19989
|
+
4207: {
|
|
19990
|
+
name: 'Layer Edge Mainnet',
|
|
19991
|
+
title: 'EDGEN',
|
|
19992
|
+
chain: 'EDGEN',
|
|
19993
|
+
rpc: [
|
|
19994
|
+
'https://layeredge-mainnet-evm.itrocket.net',
|
|
19995
|
+
'https://layeredge.rpc.subquery.network/public',
|
|
19996
|
+
'https://rpc.layeredge.io',
|
|
19997
|
+
'https://rpc2.layeredge.io',
|
|
19998
|
+
'https://rpc.layeredge.foundation',
|
|
19999
|
+
'https://rpc2.layeredge.foundation'
|
|
20000
|
+
],
|
|
20001
|
+
faucets: [],
|
|
20002
|
+
nativeCurrency: { name: 'Layer Edge', symbol: 'EDGEN', decimals: 18 },
|
|
20003
|
+
infoURL: 'https://layeredge.io',
|
|
20004
|
+
shortName: 'LayerEdge',
|
|
20005
|
+
chainId: 4207,
|
|
20006
|
+
networkId: 4207,
|
|
20007
|
+
icon: 'edgen',
|
|
20008
|
+
explorers: [
|
|
20009
|
+
{
|
|
20010
|
+
name: 'Layer Edge Explorer',
|
|
20011
|
+
url: 'https://edgenscan.io',
|
|
20012
|
+
icon: 'edgen',
|
|
20013
|
+
standard: 'EIP3091'
|
|
20014
|
+
}
|
|
20015
|
+
],
|
|
20016
|
+
iconURL: 'https://ipfs.io/ipfs/QmVwYkRWgXgoYDPgBFntxWYFquKusuMMVc8TG5hrEVnXLV'
|
|
20017
|
+
},
|
|
19761
20018
|
4242: {
|
|
19762
20019
|
name: 'Nexi Mainnet',
|
|
19763
20020
|
chain: 'Nexi',
|
|
@@ -20126,7 +20383,7 @@ exports.chains = {
|
|
|
20126
20383
|
standard: 'none'
|
|
20127
20384
|
}
|
|
20128
20385
|
],
|
|
20129
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
20386
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreie5ozo663ddewiqfiuc5kq44giy4zdhvpq2hamsdub5gwa77hcplu'
|
|
20130
20387
|
},
|
|
20131
20388
|
4646: {
|
|
20132
20389
|
name: 'MST Chain',
|
|
@@ -21173,15 +21430,26 @@ exports.chains = {
|
|
|
21173
21430
|
5371: {
|
|
21174
21431
|
name: 'Settlus',
|
|
21175
21432
|
chain: 'ETH',
|
|
21176
|
-
rpc: [],
|
|
21433
|
+
rpc: ['https://settlus-mainnet.g.alchemy.com/public'],
|
|
21177
21434
|
faucets: [],
|
|
21178
21435
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
21179
21436
|
infoURL: 'https://settlus.org',
|
|
21180
21437
|
shortName: 'setl',
|
|
21181
21438
|
chainId: 5371,
|
|
21182
21439
|
networkId: 5371,
|
|
21183
|
-
parent: {
|
|
21184
|
-
|
|
21440
|
+
parent: {
|
|
21441
|
+
type: 'L2',
|
|
21442
|
+
chain: 'eip155-1',
|
|
21443
|
+
bridges: [{ url: 'https://settlus-mainnet.bridge.alchemy.com/' }]
|
|
21444
|
+
},
|
|
21445
|
+
explorers: [
|
|
21446
|
+
{
|
|
21447
|
+
name: 'Settlus Mainnet Explorer',
|
|
21448
|
+
url: 'https://mainnet.settlus.network',
|
|
21449
|
+
standard: 'EIP3091'
|
|
21450
|
+
}
|
|
21451
|
+
],
|
|
21452
|
+
status: 'active'
|
|
21185
21453
|
},
|
|
21186
21454
|
5372: {
|
|
21187
21455
|
name: 'Settlus Testnet',
|
|
@@ -21213,7 +21481,7 @@ exports.chains = {
|
|
|
21213
21481
|
explorers: [
|
|
21214
21482
|
{
|
|
21215
21483
|
name: 'Settlus Sepolia Testnet Explorer',
|
|
21216
|
-
url: 'https://
|
|
21484
|
+
url: 'https://sepolia.settlus.network',
|
|
21217
21485
|
standard: 'EIP3091'
|
|
21218
21486
|
}
|
|
21219
21487
|
],
|
|
@@ -21581,7 +21849,7 @@ exports.chains = {
|
|
|
21581
21849
|
explorers: [
|
|
21582
21850
|
{
|
|
21583
21851
|
name: 'Syscoin Testnet Block Explorer',
|
|
21584
|
-
url: 'https://tanenbaum.io',
|
|
21852
|
+
url: 'https://explorer.tanenbaum.io',
|
|
21585
21853
|
standard: 'EIP3091'
|
|
21586
21854
|
}
|
|
21587
21855
|
]
|
|
@@ -22906,7 +23174,6 @@ exports.chains = {
|
|
|
22906
23174
|
7208: {
|
|
22907
23175
|
name: 'Nexera Mainnet',
|
|
22908
23176
|
chain: 'Nexera',
|
|
22909
|
-
icon: 'nexera',
|
|
22910
23177
|
chainId: 7208,
|
|
22911
23178
|
networkId: 7208,
|
|
22912
23179
|
infoURL: 'https://nexera.network',
|
|
@@ -22914,8 +23181,7 @@ exports.chains = {
|
|
|
22914
23181
|
rpc: ['https://rpc.nexera.network'],
|
|
22915
23182
|
faucets: [],
|
|
22916
23183
|
nativeCurrency: { name: 'NXRA', symbol: 'NXRA', decimals: 18 },
|
|
22917
|
-
explorers: []
|
|
22918
|
-
iconURL: 'https://ipfs.io/ipfs/bafybeihgu3exoshubbgou5u6cyylpgo3wtc2n6kkmvw67q4bemucuw3goa'
|
|
23184
|
+
explorers: []
|
|
22919
23185
|
},
|
|
22920
23186
|
7210: {
|
|
22921
23187
|
name: 'Nibiru testnet-1',
|
|
@@ -23585,7 +23851,7 @@ exports.chains = {
|
|
|
23585
23851
|
explorers: [
|
|
23586
23852
|
{
|
|
23587
23853
|
name: 'maalscan',
|
|
23588
|
-
url: 'https://maalscan.io',
|
|
23854
|
+
url: 'https://v2.maalscan.io',
|
|
23589
23855
|
standard: 'EIP3091'
|
|
23590
23856
|
}
|
|
23591
23857
|
],
|
|
@@ -24092,6 +24358,26 @@ exports.chains = {
|
|
|
24092
24358
|
redFlags: ['reusedChainId'],
|
|
24093
24359
|
iconURL: 'https://ipfs.io/ipfs/Qma1bfuubpepKn7DLDy4NPSKDeT3S4VPCNhu6UmdGrb6YD'
|
|
24094
24360
|
},
|
|
24361
|
+
8083: {
|
|
24362
|
+
name: 'Shardeum Testnet',
|
|
24363
|
+
chain: 'ShardeumTestnet',
|
|
24364
|
+
icon: 'shardeum',
|
|
24365
|
+
rpc: ['https://api-testnet.shardeum.org/'],
|
|
24366
|
+
faucets: [],
|
|
24367
|
+
nativeCurrency: { name: 'Shardeum Test SHM', symbol: 'SHM', decimals: 18 },
|
|
24368
|
+
infoURL: 'https://docs.shardeum.org/',
|
|
24369
|
+
shortName: 'ShardeumTestnet',
|
|
24370
|
+
chainId: 8083,
|
|
24371
|
+
networkId: 8083,
|
|
24372
|
+
explorers: [
|
|
24373
|
+
{
|
|
24374
|
+
name: 'Shardeum Testnet Explorer',
|
|
24375
|
+
url: 'https://explorer-testnet.shardeum.org',
|
|
24376
|
+
standard: 'EIP3091'
|
|
24377
|
+
}
|
|
24378
|
+
],
|
|
24379
|
+
iconURL: 'https://ipfs.io/ipfs/Qma1bfuubpepKn7DLDy4NPSKDeT3S4VPCNhu6UmdGrb6YD'
|
|
24380
|
+
},
|
|
24095
24381
|
8086: {
|
|
24096
24382
|
name: 'Bitcoin Chain',
|
|
24097
24383
|
chain: 'BTC',
|
|
@@ -24163,6 +24449,26 @@ exports.chains = {
|
|
|
24163
24449
|
status: 'incubating',
|
|
24164
24450
|
iconURL: 'https://ipfs.io/ipfs/QmSnaHBAeCQEaibgsGqU1enFFyWsq5Eh3dDSMBA1Qztj91'
|
|
24165
24451
|
},
|
|
24452
|
+
8118: {
|
|
24453
|
+
name: 'Shardeum',
|
|
24454
|
+
chain: 'Shardeum',
|
|
24455
|
+
icon: 'shardeum',
|
|
24456
|
+
rpc: ['https://api.shardeum.org/'],
|
|
24457
|
+
faucets: [],
|
|
24458
|
+
nativeCurrency: { name: 'Shardeum', symbol: 'SHM', decimals: 18 },
|
|
24459
|
+
infoURL: 'https://docs.shardeum.org/',
|
|
24460
|
+
shortName: 'Shardeum',
|
|
24461
|
+
chainId: 8118,
|
|
24462
|
+
networkId: 8118,
|
|
24463
|
+
explorers: [
|
|
24464
|
+
{
|
|
24465
|
+
name: 'Shardeum Explorer',
|
|
24466
|
+
url: 'https://explorer.shardeum.org',
|
|
24467
|
+
standard: 'EIP3091'
|
|
24468
|
+
}
|
|
24469
|
+
],
|
|
24470
|
+
iconURL: 'https://ipfs.io/ipfs/Qma1bfuubpepKn7DLDy4NPSKDeT3S4VPCNhu6UmdGrb6YD'
|
|
24471
|
+
},
|
|
24166
24472
|
8131: {
|
|
24167
24473
|
name: 'Qitmeer Network Testnet',
|
|
24168
24474
|
chain: 'MEER',
|
|
@@ -25789,28 +26095,28 @@ exports.chains = {
|
|
|
25789
26095
|
iconURL: 'https://ipfs.io/ipfs/bafkreia5q26knsvxgkwxze7woepvsqat5n2hodokh4ozzphmhexqez5s34'
|
|
25790
26096
|
},
|
|
25791
26097
|
9496: {
|
|
25792
|
-
name: '
|
|
25793
|
-
chain: '
|
|
25794
|
-
rpc: ['https://
|
|
25795
|
-
faucets: [],
|
|
26098
|
+
name: 'Load Alphanet',
|
|
26099
|
+
chain: 'LOAD',
|
|
26100
|
+
rpc: ['https://alphanet.load.network'],
|
|
26101
|
+
faucets: ['https://load.network/faucet'],
|
|
25796
26102
|
nativeCurrency: {
|
|
25797
|
-
name: 'Testnet
|
|
25798
|
-
symbol: '
|
|
26103
|
+
name: 'Testnet Load Token',
|
|
26104
|
+
symbol: 'tLOAD',
|
|
25799
26105
|
decimals: 18
|
|
25800
26106
|
},
|
|
25801
|
-
infoURL: 'https://
|
|
25802
|
-
shortName: '
|
|
26107
|
+
infoURL: 'https://load.network',
|
|
26108
|
+
shortName: 'tload',
|
|
25803
26109
|
chainId: 9496,
|
|
25804
26110
|
networkId: 9496,
|
|
25805
|
-
icon: '
|
|
26111
|
+
icon: 'loadnetwork',
|
|
25806
26112
|
explorers: [
|
|
25807
26113
|
{
|
|
25808
|
-
name: '
|
|
25809
|
-
url: 'https://explorer.
|
|
26114
|
+
name: 'Load Network Explorer',
|
|
26115
|
+
url: 'https://explorer.load.network',
|
|
25810
26116
|
standard: 'EIP3091'
|
|
25811
26117
|
}
|
|
25812
26118
|
],
|
|
25813
|
-
iconURL:
|
|
26119
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreidgb2du22hxgj23jhyi2gipiovejn75cp6agmrklhxclu63v5pjxu'
|
|
25814
26120
|
},
|
|
25815
26121
|
9527: {
|
|
25816
26122
|
name: 'Rangers Protocol Testnet Robin',
|
|
@@ -26815,15 +27121,23 @@ exports.chains = {
|
|
|
26815
27121
|
10218: {
|
|
26816
27122
|
name: 'Tea Sepolia Testnet',
|
|
26817
27123
|
chain: 'ETH',
|
|
26818
|
-
rpc: [],
|
|
26819
|
-
faucets: [],
|
|
27124
|
+
rpc: ['https://tea-sepolia.g.alchemy.com/public'],
|
|
27125
|
+
faucets: ['https://faucet-sepolia.tea.xyz'],
|
|
27126
|
+
explorers: [
|
|
27127
|
+
{
|
|
27128
|
+
name: 'blockscout',
|
|
27129
|
+
url: 'https://sepolia.tea.xyz',
|
|
27130
|
+
icon: 'blockscout',
|
|
27131
|
+
standard: 'EIP3091'
|
|
27132
|
+
}
|
|
27133
|
+
],
|
|
26820
27134
|
nativeCurrency: { name: 'Sepolia Tea', symbol: 'TEA', decimals: 18 },
|
|
26821
27135
|
infoURL: 'https://tea.xyz',
|
|
26822
27136
|
shortName: 'teasep',
|
|
26823
27137
|
chainId: 10218,
|
|
26824
27138
|
networkId: 10218,
|
|
26825
27139
|
parent: { type: 'L2', chain: 'eip155-11155111' },
|
|
26826
|
-
status: '
|
|
27140
|
+
status: 'active'
|
|
26827
27141
|
},
|
|
26828
27142
|
10222: {
|
|
26829
27143
|
name: 'GLScan',
|
|
@@ -28298,7 +28612,12 @@ exports.chains = {
|
|
|
28298
28612
|
name: 'Game7 Testnet',
|
|
28299
28613
|
title: 'Game7 Testnet',
|
|
28300
28614
|
chain: 'Game7',
|
|
28301
|
-
rpc: [
|
|
28615
|
+
rpc: [
|
|
28616
|
+
'https://testnet-rpc.game7.io',
|
|
28617
|
+
'wss://testnet-rpc.game7.io',
|
|
28618
|
+
'https://testnet-rpc.game7.build',
|
|
28619
|
+
'wss://testnet-rpc.game7.build'
|
|
28620
|
+
],
|
|
28302
28621
|
faucets: [],
|
|
28303
28622
|
nativeCurrency: { name: 'TG7T', symbol: 'TG7T', decimals: 18 },
|
|
28304
28623
|
features: [{ name: 'EIP155' }],
|
|
@@ -30528,16 +30847,13 @@ exports.chains = {
|
|
|
30528
30847
|
shortName: 'talv',
|
|
30529
30848
|
chainId: 25839,
|
|
30530
30849
|
networkId: 25839,
|
|
30531
|
-
icon: 'alveychain',
|
|
30532
30850
|
explorers: [
|
|
30533
30851
|
{
|
|
30534
30852
|
name: 'AlveyScan Testnet',
|
|
30535
30853
|
url: 'https://alveytestnet.com',
|
|
30536
|
-
icon: 'alveychain',
|
|
30537
30854
|
standard: 'EIP3091'
|
|
30538
30855
|
}
|
|
30539
|
-
]
|
|
30540
|
-
iconURL: 'https://ipfs.io/ipfs/QmTuY2Goyxpuy5GmA32EMYZBwxRcGsahiMFgfeBixSk7rb'
|
|
30856
|
+
]
|
|
30541
30857
|
},
|
|
30542
30858
|
25888: {
|
|
30543
30859
|
name: 'Hammer Chain Mainnet',
|
|
@@ -30765,7 +31081,7 @@ exports.chains = {
|
|
|
30765
31081
|
standard: 'EIP3091'
|
|
30766
31082
|
}
|
|
30767
31083
|
],
|
|
30768
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
31084
|
+
iconURL: 'https://ipfs.io/ipfs/Qmchcfbq1dansGarbpbsgiiYa64HbGYtphe493JASKawxD'
|
|
30769
31085
|
},
|
|
30770
31086
|
27181: {
|
|
30771
31087
|
name: 'KLAOS Nova',
|
|
@@ -30852,11 +31168,11 @@ exports.chains = {
|
|
|
30852
31168
|
explorers: [
|
|
30853
31169
|
{
|
|
30854
31170
|
name: 'XferChain Mainnet Explorer',
|
|
30855
|
-
url: 'https://xferchain.org',
|
|
31171
|
+
url: 'https://network.xferchain.org',
|
|
30856
31172
|
standard: 'EIP3091'
|
|
30857
31173
|
}
|
|
30858
31174
|
],
|
|
30859
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
31175
|
+
iconURL: 'https://ipfs.io/ipfs/Qmchcfbq1dansGarbpbsgiiYa64HbGYtphe493JASKawxD'
|
|
30860
31176
|
},
|
|
30861
31177
|
28516: {
|
|
30862
31178
|
name: 'Vizing Testnet',
|
|
@@ -31332,15 +31648,14 @@ exports.chains = {
|
|
|
31332
31648
|
iconURL: 'https://ipfs.io/ipfs/QmRkaZbopr8JTgypSQ3N3VfQumnZEN9bA5Uh3u3mL26dwT'
|
|
31333
31649
|
},
|
|
31334
31650
|
31611: {
|
|
31335
|
-
name: 'Mezo
|
|
31336
|
-
chain: 'Mezo',
|
|
31337
|
-
icon: 'mezo',
|
|
31651
|
+
name: 'Mezo Testnet',
|
|
31652
|
+
chain: 'Mezo Testnet',
|
|
31338
31653
|
rpc: ['https://rpc.test.mezo.org'],
|
|
31339
|
-
faucets: [
|
|
31654
|
+
faucets: [],
|
|
31340
31655
|
nativeCurrency: { name: 'Bitcoin', symbol: 'BTC', decimals: 18 },
|
|
31341
31656
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
31342
31657
|
infoURL: 'https://mezo.org/',
|
|
31343
|
-
shortName: 'mezo',
|
|
31658
|
+
shortName: 'mezo-testnet',
|
|
31344
31659
|
chainId: 31611,
|
|
31345
31660
|
networkId: 31611,
|
|
31346
31661
|
explorers: [
|
|
@@ -31350,8 +31665,38 @@ exports.chains = {
|
|
|
31350
31665
|
icon: 'blockscout',
|
|
31351
31666
|
standard: 'EIP3091'
|
|
31352
31667
|
}
|
|
31668
|
+
]
|
|
31669
|
+
},
|
|
31670
|
+
31612: {
|
|
31671
|
+
name: 'Mezo',
|
|
31672
|
+
chain: 'Mezo',
|
|
31673
|
+
rpc: [
|
|
31674
|
+
'https://rpc_evm-mezo.imperator.co',
|
|
31675
|
+
'wss://ws_evm-mezo.imperator.co',
|
|
31676
|
+
'https://jsonrpc-mezo.boar.network',
|
|
31677
|
+
'wss://jsonrpcws-mezo.boar.network',
|
|
31678
|
+
'https://mainnet.mezo.public.validationcloud.io',
|
|
31679
|
+
'wss://mainnet.mezo.public.validationcloud.io',
|
|
31680
|
+
'https://rpc-internal.mezo.org',
|
|
31681
|
+
'wss://rpc-ws-internal.mezo.org'
|
|
31682
|
+
],
|
|
31683
|
+
faucets: [],
|
|
31684
|
+
nativeCurrency: { name: 'Bitcoin', symbol: 'BTC', decimals: 18 },
|
|
31685
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
31686
|
+
infoURL: 'https://mezo.org/',
|
|
31687
|
+
shortName: 'mezo',
|
|
31688
|
+
chainId: 31612,
|
|
31689
|
+
networkId: 31612,
|
|
31690
|
+
icon: 'mezo',
|
|
31691
|
+
explorers: [
|
|
31692
|
+
{
|
|
31693
|
+
name: 'blockscout',
|
|
31694
|
+
url: 'https://explorer.mezo.org',
|
|
31695
|
+
icon: 'blockscout',
|
|
31696
|
+
standard: 'EIP3091'
|
|
31697
|
+
}
|
|
31353
31698
|
],
|
|
31354
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
31699
|
+
iconURL: 'https://ipfs.io/ipfs/QmRwp2AtjoRDWpvQvnZpLXT6aw2S76j5y8gRNXevJY3WEo'
|
|
31355
31700
|
},
|
|
31356
31701
|
31753: {
|
|
31357
31702
|
name: 'Xchain Mainnet (Deprecated)',
|
|
@@ -31678,15 +32023,13 @@ exports.chains = {
|
|
|
31678
32023
|
shortName: 'apechain',
|
|
31679
32024
|
chainId: 33139,
|
|
31680
32025
|
networkId: 33139,
|
|
31681
|
-
icon: 'apechain',
|
|
31682
32026
|
explorers: [
|
|
31683
32027
|
{
|
|
31684
32028
|
name: 'ApeChain Explorer',
|
|
31685
32029
|
url: 'https://apescan.io',
|
|
31686
32030
|
standard: 'EIP3091'
|
|
31687
32031
|
}
|
|
31688
|
-
]
|
|
31689
|
-
iconURL: 'https://ipfs.io/ipfs/QmTqiPnYZx6ZyPPbtsuh8VvvoH6DSCJGjTUgtTN9X8NScP'
|
|
32032
|
+
]
|
|
31690
32033
|
},
|
|
31691
32034
|
33210: {
|
|
31692
32035
|
name: 'Cloudverse Subnet',
|
|
@@ -31791,6 +32134,26 @@ exports.chains = {
|
|
|
31791
32134
|
],
|
|
31792
32135
|
iconURL: 'https://ipfs.io/ipfs/QmTREXNgGtUhSoxFsrkhTe5LUnDBTKL5byaX8kpET6UuKp'
|
|
31793
32136
|
},
|
|
32137
|
+
33710: {
|
|
32138
|
+
name: 'R5 Network Testnet',
|
|
32139
|
+
chain: 'r5testnet',
|
|
32140
|
+
rpc: ['https://rpc-testnet.r5.network'],
|
|
32141
|
+
faucets: [],
|
|
32142
|
+
nativeCurrency: { name: 'Test R5', symbol: 'TR5', decimals: 18 },
|
|
32143
|
+
infoURL: 'https://r5.network',
|
|
32144
|
+
shortName: 'tr5',
|
|
32145
|
+
chainId: 33710,
|
|
32146
|
+
networkId: 33710,
|
|
32147
|
+
icon: 'r5',
|
|
32148
|
+
explorers: [
|
|
32149
|
+
{
|
|
32150
|
+
name: 'R5 Explorer',
|
|
32151
|
+
url: 'https://explorer-testnet.r5.network',
|
|
32152
|
+
standard: 'EIP3091'
|
|
32153
|
+
}
|
|
32154
|
+
],
|
|
32155
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreihrnrmjndul22scpktxzfvm6lyuxdepjtbfrn7ce4znl2blrqw6te'
|
|
32156
|
+
},
|
|
31794
32157
|
33979: {
|
|
31795
32158
|
name: 'Funki',
|
|
31796
32159
|
chain: 'ETH',
|
|
@@ -32155,6 +32518,29 @@ exports.chains = {
|
|
|
32155
32518
|
],
|
|
32156
32519
|
iconURL: 'https://ipfs.io/ipfs/QmAbz7VfGvf6NVHezuBy5HpJTCi1gEshBxxdDdfVXNQ8Bt'
|
|
32157
32520
|
},
|
|
32521
|
+
42000: {
|
|
32522
|
+
name: 'Helios Chain Testnet',
|
|
32523
|
+
chain: 'Helios Chain',
|
|
32524
|
+
rpc: ['https://testnet1.helioschainlabs.org'],
|
|
32525
|
+
faucets: ['https://testnet.helioschain.network'],
|
|
32526
|
+
nativeCurrency: { name: 'Helios', symbol: 'HLS', decimals: 18 },
|
|
32527
|
+
icon: 'helioschain',
|
|
32528
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
32529
|
+
infoURL: 'https://hub.helioschain.network',
|
|
32530
|
+
shortName: 'HLS',
|
|
32531
|
+
chainId: 42000,
|
|
32532
|
+
networkId: 42000,
|
|
32533
|
+
explorers: [
|
|
32534
|
+
{
|
|
32535
|
+
name: 'Helios Chain Explorer',
|
|
32536
|
+
url: 'https://explorer.helioschainlabs.org',
|
|
32537
|
+
icon: 'helioschain',
|
|
32538
|
+
standard: 'EIP3091'
|
|
32539
|
+
}
|
|
32540
|
+
],
|
|
32541
|
+
status: 'active',
|
|
32542
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreifrqrkoeenmx6wja2rj5o6sj3mtn5veyvx7dis6mba4bycd7yziba'
|
|
32543
|
+
},
|
|
32158
32544
|
42001: {
|
|
32159
32545
|
name: 'PMON Chain',
|
|
32160
32546
|
chain: '42001',
|
|
@@ -32677,6 +33063,29 @@ exports.chains = {
|
|
|
32677
33063
|
}
|
|
32678
33064
|
]
|
|
32679
33065
|
},
|
|
33066
|
+
43419: {
|
|
33067
|
+
name: 'GUNZ',
|
|
33068
|
+
chain: 'GUNZ',
|
|
33069
|
+
rpc: [
|
|
33070
|
+
'https://rpc.gunzchain.io/ext/bc/2M47TxWHGnhNtq6pM5zPXdATBtuqubxn5EPFgFmEawCQr9WFML/rpc'
|
|
33071
|
+
],
|
|
33072
|
+
faucets: [],
|
|
33073
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
33074
|
+
nativeCurrency: { name: 'GUN', symbol: 'GUN', decimals: 18 },
|
|
33075
|
+
icon: 'gunz',
|
|
33076
|
+
infoURL: 'https://gunbygunz.com',
|
|
33077
|
+
shortName: 'gunz-mainnet',
|
|
33078
|
+
chainId: 43419,
|
|
33079
|
+
networkId: 43419,
|
|
33080
|
+
explorers: [
|
|
33081
|
+
{
|
|
33082
|
+
name: 'blockscout',
|
|
33083
|
+
url: 'https://gunzscan.io',
|
|
33084
|
+
standard: 'EIP3091'
|
|
33085
|
+
}
|
|
33086
|
+
],
|
|
33087
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreid7wspejxmvsqkycru3lnfppgqre6zavkyw4vklnzrhoiycqsjzpa'
|
|
33088
|
+
},
|
|
32680
33089
|
43521: {
|
|
32681
33090
|
name: 'Formicarium',
|
|
32682
33091
|
title: 'MemeCore Testnet Formicarium',
|
|
@@ -32825,8 +33234,8 @@ exports.chains = {
|
|
|
32825
33234
|
iconURL: 'https://ipfs.io/ipfs/QmZP19pbqTco4vaP9siduLWP8pdYArFK3onfR55tvjr12s'
|
|
32826
33235
|
},
|
|
32827
33236
|
45003: {
|
|
32828
|
-
name: 'Juneo
|
|
32829
|
-
chain: 'JUNE-Chain',
|
|
33237
|
+
name: 'Juneo JUNE-Chain',
|
|
33238
|
+
chain: 'Juneo JUNE-Chain',
|
|
32830
33239
|
rpc: ['https://rpc.juneo-mainnet.network/ext/bc/JUNE/rpc'],
|
|
32831
33240
|
faucets: [],
|
|
32832
33241
|
nativeCurrency: { name: 'JUNE', symbol: 'JUNE', decimals: 18 },
|
|
@@ -32846,6 +33255,248 @@ exports.chains = {
|
|
|
32846
33255
|
],
|
|
32847
33256
|
iconURL: 'https://ipfs.io/ipfs/QmUXCyNVe6t9MDdWzW95YCLex6iTwG32NYPfR4ZS9r2JTJ'
|
|
32848
33257
|
},
|
|
33258
|
+
45004: {
|
|
33259
|
+
name: 'Juneo DAI1-Chain',
|
|
33260
|
+
chain: 'Juneo DAI1-Chain',
|
|
33261
|
+
rpc: ['https://rpc.juneo-mainnet.network/ext/bc/DAI1/rpc'],
|
|
33262
|
+
faucets: [],
|
|
33263
|
+
nativeCurrency: { name: 'DAI1', symbol: 'DAI1', decimals: 18 },
|
|
33264
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
33265
|
+
infoURL: 'https://juneo.com/',
|
|
33266
|
+
shortName: 'DAI1',
|
|
33267
|
+
chainId: 45004,
|
|
33268
|
+
networkId: 45004,
|
|
33269
|
+
icon: 'juneo-dai1',
|
|
33270
|
+
explorers: [
|
|
33271
|
+
{
|
|
33272
|
+
name: 'Juneo Scan',
|
|
33273
|
+
url: 'https://juneoscan.io/chain/5',
|
|
33274
|
+
icon: 'juneomainnet',
|
|
33275
|
+
standard: 'none'
|
|
33276
|
+
}
|
|
33277
|
+
],
|
|
33278
|
+
iconURL: 'https://ipfs.io/ipfs/Qmegd2hkWhyKjyUuQQ2vMauaj3N5J89kEPqN6YNT6s64zT'
|
|
33279
|
+
},
|
|
33280
|
+
45005: {
|
|
33281
|
+
name: 'Juneo USDT1-Chain',
|
|
33282
|
+
chain: 'Juneo USDT1-Chain',
|
|
33283
|
+
rpc: ['https://rpc.juneo-mainnet.network/ext/bc/USDT1/rpc'],
|
|
33284
|
+
faucets: [],
|
|
33285
|
+
nativeCurrency: { name: 'USDT1', symbol: 'USDT1', decimals: 18 },
|
|
33286
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
33287
|
+
infoURL: 'https://juneo.com/',
|
|
33288
|
+
shortName: 'USDT1',
|
|
33289
|
+
chainId: 45005,
|
|
33290
|
+
networkId: 45005,
|
|
33291
|
+
icon: 'juneo-usdt1',
|
|
33292
|
+
explorers: [
|
|
33293
|
+
{
|
|
33294
|
+
name: 'Juneo Scan',
|
|
33295
|
+
url: 'https://juneoscan.io/chain/3',
|
|
33296
|
+
icon: 'juneomainnet',
|
|
33297
|
+
standard: 'none'
|
|
33298
|
+
}
|
|
33299
|
+
],
|
|
33300
|
+
iconURL: 'https://ipfs.io/ipfs/Qmb7FZMjv6k25vDjNwfpksjsriwrLh7PVsT93eBWzC5pCY'
|
|
33301
|
+
},
|
|
33302
|
+
45006: {
|
|
33303
|
+
name: 'Juneo USD1-Chain',
|
|
33304
|
+
chain: 'Juneo USD1-Chain',
|
|
33305
|
+
rpc: ['https://rpc.juneo-mainnet.network/ext/bc/USD1/rpc'],
|
|
33306
|
+
faucets: [],
|
|
33307
|
+
nativeCurrency: { name: 'USD1', symbol: 'USD1', decimals: 18 },
|
|
33308
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
33309
|
+
infoURL: 'https://juneo.com/',
|
|
33310
|
+
shortName: 'USD1',
|
|
33311
|
+
chainId: 45006,
|
|
33312
|
+
networkId: 45006,
|
|
33313
|
+
icon: 'juneo-usd1',
|
|
33314
|
+
explorers: [
|
|
33315
|
+
{
|
|
33316
|
+
name: 'Juneo Scan',
|
|
33317
|
+
url: 'https://juneoscan.io/chain/4',
|
|
33318
|
+
icon: 'juneomainnet',
|
|
33319
|
+
standard: 'none'
|
|
33320
|
+
}
|
|
33321
|
+
],
|
|
33322
|
+
iconURL: 'https://ipfs.io/ipfs/QmTDaiJnZdwDhxLUjtx1qaNJ5VmKdK9xJoqGr7ubV1EXWW'
|
|
33323
|
+
},
|
|
33324
|
+
45007: {
|
|
33325
|
+
name: 'Juneo mBTC1-Chain',
|
|
33326
|
+
chain: 'Juneo mBTC1-Chain',
|
|
33327
|
+
rpc: ['https://rpc.juneo-mainnet.network/ext/bc/mBTC1/rpc'],
|
|
33328
|
+
faucets: [],
|
|
33329
|
+
nativeCurrency: { name: 'mBTC1', symbol: 'mBTC1', decimals: 18 },
|
|
33330
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
33331
|
+
infoURL: 'https://juneo.com/',
|
|
33332
|
+
shortName: 'mBTC1',
|
|
33333
|
+
chainId: 45007,
|
|
33334
|
+
networkId: 45007,
|
|
33335
|
+
icon: 'juneo-mbtc1',
|
|
33336
|
+
explorers: [
|
|
33337
|
+
{
|
|
33338
|
+
name: 'Juneo Scan',
|
|
33339
|
+
url: 'https://juneoscan.io/chain/9',
|
|
33340
|
+
icon: 'juneomainnet',
|
|
33341
|
+
standard: 'none'
|
|
33342
|
+
}
|
|
33343
|
+
],
|
|
33344
|
+
iconURL: 'https://ipfs.io/ipfs/QmSxps298BQUSGihkHy3sF5k8FRX7DqgfCJfJnZgjQs7bf'
|
|
33345
|
+
},
|
|
33346
|
+
45008: {
|
|
33347
|
+
name: 'Juneo GLD1-Chain',
|
|
33348
|
+
chain: 'Juneo GLD1-Chain',
|
|
33349
|
+
rpc: ['https://rpc.juneo-mainnet.network/ext/bc/GLD1/rpc'],
|
|
33350
|
+
faucets: [],
|
|
33351
|
+
nativeCurrency: { name: 'GLD1', symbol: 'GLD1', decimals: 18 },
|
|
33352
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
33353
|
+
infoURL: 'https://juneo.com/',
|
|
33354
|
+
shortName: 'GLD1',
|
|
33355
|
+
chainId: 45008,
|
|
33356
|
+
networkId: 45008,
|
|
33357
|
+
icon: 'juneo-gld1',
|
|
33358
|
+
explorers: [
|
|
33359
|
+
{
|
|
33360
|
+
name: 'Juneo Scan',
|
|
33361
|
+
url: 'https://juneoscan.io/chain/8',
|
|
33362
|
+
icon: 'juneomainnet',
|
|
33363
|
+
standard: 'none'
|
|
33364
|
+
}
|
|
33365
|
+
],
|
|
33366
|
+
iconURL: 'https://ipfs.io/ipfs/QmQFqkzi97UKJqmC8KRcFieCuC7KXk4G42j7j5PSF4ByWg'
|
|
33367
|
+
},
|
|
33368
|
+
45009: {
|
|
33369
|
+
name: 'Juneo LTC1-Chain',
|
|
33370
|
+
chain: 'Juneo LTC1-Chain',
|
|
33371
|
+
rpc: ['https://rpc.juneo-mainnet.network/ext/bc/LTC1/rpc'],
|
|
33372
|
+
faucets: [],
|
|
33373
|
+
nativeCurrency: { name: 'LTC1', symbol: 'LTC1', decimals: 18 },
|
|
33374
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
33375
|
+
infoURL: 'https://juneo.com/',
|
|
33376
|
+
shortName: 'LTC1',
|
|
33377
|
+
chainId: 45009,
|
|
33378
|
+
networkId: 45009,
|
|
33379
|
+
icon: 'juneo-ltc1',
|
|
33380
|
+
explorers: [
|
|
33381
|
+
{
|
|
33382
|
+
name: 'Juneo Scan',
|
|
33383
|
+
url: 'https://juneoscan.io/chain/11',
|
|
33384
|
+
icon: 'juneomainnet',
|
|
33385
|
+
standard: 'none'
|
|
33386
|
+
}
|
|
33387
|
+
],
|
|
33388
|
+
iconURL: 'https://ipfs.io/ipfs/QmYofWFKyp1ewqn1oZgU9csyfxv1D742kMqNkysx7yRzEm'
|
|
33389
|
+
},
|
|
33390
|
+
45010: {
|
|
33391
|
+
name: 'Juneo DOGE1-Chain',
|
|
33392
|
+
chain: 'Juneo DOGE1-Chain',
|
|
33393
|
+
rpc: ['https://rpc.juneo-mainnet.network/ext/bc/DOGE1/rpc'],
|
|
33394
|
+
faucets: [],
|
|
33395
|
+
nativeCurrency: { name: 'DOGE1', symbol: 'DOGE1', decimals: 18 },
|
|
33396
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
33397
|
+
infoURL: 'https://juneo.com/',
|
|
33398
|
+
shortName: 'DOGE1',
|
|
33399
|
+
chainId: 45010,
|
|
33400
|
+
networkId: 45010,
|
|
33401
|
+
icon: 'juneo-doge1',
|
|
33402
|
+
explorers: [
|
|
33403
|
+
{
|
|
33404
|
+
name: 'Juneo Scan',
|
|
33405
|
+
url: 'https://juneoscan.io/chain/10',
|
|
33406
|
+
icon: 'juneomainnet',
|
|
33407
|
+
standard: 'none'
|
|
33408
|
+
}
|
|
33409
|
+
],
|
|
33410
|
+
iconURL: 'https://ipfs.io/ipfs/QmXTzkZKgRHrkxJyP9FZwHTgmk2ovC9b1vrsfhHc6jvjzF'
|
|
33411
|
+
},
|
|
33412
|
+
45011: {
|
|
33413
|
+
name: 'Juneo EUR1-Chain',
|
|
33414
|
+
chain: 'Juneo EUR1-Chain',
|
|
33415
|
+
rpc: ['https://rpc.juneo-mainnet.network/ext/bc/EUR1/rpc'],
|
|
33416
|
+
faucets: [],
|
|
33417
|
+
nativeCurrency: { name: 'EUR1', symbol: 'EUR1', decimals: 18 },
|
|
33418
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
33419
|
+
infoURL: 'https://juneo.com/',
|
|
33420
|
+
shortName: 'EUR1',
|
|
33421
|
+
chainId: 45011,
|
|
33422
|
+
networkId: 45011,
|
|
33423
|
+
icon: 'juneo-eur1',
|
|
33424
|
+
explorers: [
|
|
33425
|
+
{
|
|
33426
|
+
name: 'Juneo Scan',
|
|
33427
|
+
url: 'https://juneoscan.io/chain/6',
|
|
33428
|
+
icon: 'juneomainnet',
|
|
33429
|
+
standard: 'none'
|
|
33430
|
+
}
|
|
33431
|
+
],
|
|
33432
|
+
iconURL: 'https://ipfs.io/ipfs/QmexytQkcC8yXzEjv3mbaZyxcy7v8vEEPmii2JZQAyGjqM'
|
|
33433
|
+
},
|
|
33434
|
+
45012: {
|
|
33435
|
+
name: 'Juneo SGD1-Chain',
|
|
33436
|
+
chain: 'Juneo SGD1-Chain',
|
|
33437
|
+
rpc: ['https://rpc.juneo-mainnet.network/ext/bc/SGD1/rpc'],
|
|
33438
|
+
faucets: [],
|
|
33439
|
+
nativeCurrency: { name: 'SGD1', symbol: 'SGD1', decimals: 18 },
|
|
33440
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
33441
|
+
infoURL: 'https://juneo.com/',
|
|
33442
|
+
shortName: 'SGD1',
|
|
33443
|
+
chainId: 45012,
|
|
33444
|
+
networkId: 45012,
|
|
33445
|
+
icon: 'juneo-sgd1',
|
|
33446
|
+
explorers: [
|
|
33447
|
+
{
|
|
33448
|
+
name: 'Juneo Scan',
|
|
33449
|
+
url: 'https://juneoscan.io/chain/7',
|
|
33450
|
+
icon: 'juneomainnet',
|
|
33451
|
+
standard: 'none'
|
|
33452
|
+
}
|
|
33453
|
+
],
|
|
33454
|
+
iconURL: 'https://ipfs.io/ipfs/QmatZHCTvWWvgLJRphDGuCUv49mWLB3VM5gzGY4uRkzZbe'
|
|
33455
|
+
},
|
|
33456
|
+
45013: {
|
|
33457
|
+
name: 'Juneo BCH1-Chain',
|
|
33458
|
+
chain: 'Juneo BCH1-Chain',
|
|
33459
|
+
rpc: ['https://rpc.juneo-mainnet.network/ext/bc/BCH1/rpc'],
|
|
33460
|
+
faucets: [],
|
|
33461
|
+
nativeCurrency: { name: 'BCH1', symbol: 'BCH1', decimals: 18 },
|
|
33462
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
33463
|
+
infoURL: 'https://juneo.com/',
|
|
33464
|
+
shortName: 'BCH1',
|
|
33465
|
+
chainId: 45013,
|
|
33466
|
+
networkId: 45013,
|
|
33467
|
+
icon: 'juneo-bch1',
|
|
33468
|
+
explorers: [
|
|
33469
|
+
{
|
|
33470
|
+
name: 'Juneo Scan',
|
|
33471
|
+
url: 'https://juneoscan.io/chain/12',
|
|
33472
|
+
icon: 'juneomainnet',
|
|
33473
|
+
standard: 'none'
|
|
33474
|
+
}
|
|
33475
|
+
],
|
|
33476
|
+
iconURL: 'https://ipfs.io/ipfs/QmWCg8qEUtUBWvk7UMJZ7kkqg9SMs63k5Np6hfguZ7btob'
|
|
33477
|
+
},
|
|
33478
|
+
45014: {
|
|
33479
|
+
name: 'Juneo LINK1-Chain',
|
|
33480
|
+
chain: 'Juneo LINK1-Chain',
|
|
33481
|
+
rpc: ['https://rpc.juneo-mainnet.network/ext/bc/LINK1/rpc'],
|
|
33482
|
+
faucets: [],
|
|
33483
|
+
nativeCurrency: { name: 'LINK1', symbol: 'LINK1', decimals: 18 },
|
|
33484
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
33485
|
+
infoURL: 'https://juneo.com/',
|
|
33486
|
+
shortName: 'LINK1',
|
|
33487
|
+
chainId: 45014,
|
|
33488
|
+
networkId: 45014,
|
|
33489
|
+
icon: 'juneo-link1',
|
|
33490
|
+
explorers: [
|
|
33491
|
+
{
|
|
33492
|
+
name: 'Juneo Scan',
|
|
33493
|
+
url: 'https://juneoscan.io/chain/13',
|
|
33494
|
+
icon: 'juneomainnet',
|
|
33495
|
+
standard: 'none'
|
|
33496
|
+
}
|
|
33497
|
+
],
|
|
33498
|
+
iconURL: 'https://ipfs.io/ipfs/QmQqicvzrLaPyDzLCm4mJofTbcdH7xKJrnZYF5ptCyAoTE'
|
|
33499
|
+
},
|
|
32849
33500
|
45454: {
|
|
32850
33501
|
name: 'Swamps L2',
|
|
32851
33502
|
chain: 'SWP',
|
|
@@ -33307,24 +33958,21 @@ exports.chains = {
|
|
|
33307
33958
|
shortName: 'SomniaTestnet',
|
|
33308
33959
|
chainId: 50312,
|
|
33309
33960
|
networkId: 50312,
|
|
33310
|
-
icon: 'somnia',
|
|
33311
33961
|
explorers: [
|
|
33312
33962
|
{
|
|
33313
33963
|
name: 'Somnia Testnet',
|
|
33314
33964
|
url: 'https://somnia-testnet.socialscan.io',
|
|
33315
|
-
icon: 'somnia',
|
|
33316
33965
|
standard: 'EIP3091'
|
|
33317
33966
|
}
|
|
33318
|
-
]
|
|
33319
|
-
iconURL: 'https://ipfs.io/ipfs/bafkreihcfqyihbbqunsozmiwyzk57gcwc5bs2ovo4kkypahe37brdwjlsy'
|
|
33967
|
+
]
|
|
33320
33968
|
},
|
|
33321
33969
|
50341: {
|
|
33322
|
-
name: 'Reddio
|
|
33323
|
-
title: 'Reddio Sepolia L2 Rollup
|
|
33970
|
+
name: 'Reddio Testnet',
|
|
33971
|
+
title: 'Reddio Sepolia L2 Rollup Testnet',
|
|
33324
33972
|
chain: 'ETH',
|
|
33325
33973
|
rpc: ['https://reddio-dev.reddio.com'],
|
|
33326
33974
|
faucets: [],
|
|
33327
|
-
nativeCurrency: { name: '
|
|
33975
|
+
nativeCurrency: { name: 'Reddio', symbol: 'RDO', decimals: 18 },
|
|
33328
33976
|
infoURL: 'https://www.reddio.com',
|
|
33329
33977
|
shortName: 'reddio-devnet',
|
|
33330
33978
|
chainId: 50341,
|
|
@@ -35063,6 +35711,24 @@ exports.chains = {
|
|
|
35063
35711
|
parent: { type: 'L2', chain: 'eip155-248' },
|
|
35064
35712
|
iconURL: 'https://ipfs.io/ipfs/QmPMqjf5XKZ4Cxa1u8qc8Zj9mmVLBoqK7N5h2zFr3Rsyzw'
|
|
35065
35713
|
},
|
|
35714
|
+
69000: {
|
|
35715
|
+
name: 'Animechain Mainnet',
|
|
35716
|
+
chain: 'ETH',
|
|
35717
|
+
rpc: [],
|
|
35718
|
+
faucets: [],
|
|
35719
|
+
nativeCurrency: { name: 'Animecoin', symbol: 'ANIME', decimals: 18 },
|
|
35720
|
+
infoURL: 'https://www.anime.xyz',
|
|
35721
|
+
shortName: 'anime',
|
|
35722
|
+
chainId: 69000,
|
|
35723
|
+
networkId: 69000,
|
|
35724
|
+
explorers: [
|
|
35725
|
+
{
|
|
35726
|
+
name: 'Animechain explorer',
|
|
35727
|
+
url: 'https://explorer.anime.xyz',
|
|
35728
|
+
standard: 'EIP3091'
|
|
35729
|
+
}
|
|
35730
|
+
]
|
|
35731
|
+
},
|
|
35066
35732
|
69420: {
|
|
35067
35733
|
name: 'Condrieu',
|
|
35068
35734
|
title: 'Ethereum Verkle Testnet Condrieu',
|
|
@@ -35172,12 +35838,10 @@ exports.chains = {
|
|
|
35172
35838
|
{
|
|
35173
35839
|
name: 'Proof of Play Apex Explorer',
|
|
35174
35840
|
url: 'https://explorer.apex.proofofplay.com',
|
|
35175
|
-
icon: 'pop-apex',
|
|
35176
35841
|
standard: 'EIP3091'
|
|
35177
35842
|
}
|
|
35178
35843
|
],
|
|
35179
35844
|
infoURL: 'https://proofofplay.com',
|
|
35180
|
-
icon: 'pop-apex',
|
|
35181
35845
|
parent: {
|
|
35182
35846
|
type: 'L2',
|
|
35183
35847
|
chain: 'eip155-42161',
|
|
@@ -35185,8 +35849,7 @@ exports.chains = {
|
|
|
35185
35849
|
{ url: 'https://bridge.arbitrum.io' },
|
|
35186
35850
|
{ url: 'https://relay.link/bridge/apex/' }
|
|
35187
35851
|
]
|
|
35188
|
-
}
|
|
35189
|
-
iconURL: 'https://ipfs.io/ipfs/QmW3NPDe6WRqucrWbe8pg3GqSMPi8V6Qa1fAiaQuqjxSJC'
|
|
35852
|
+
}
|
|
35190
35853
|
},
|
|
35191
35854
|
70701: {
|
|
35192
35855
|
name: 'Proof of Play - Boss',
|
|
@@ -35324,7 +35987,6 @@ exports.chains = {
|
|
|
35324
35987
|
72080: {
|
|
35325
35988
|
name: 'Nexera Testnet',
|
|
35326
35989
|
chain: 'Nexera',
|
|
35327
|
-
icon: 'nexera',
|
|
35328
35990
|
chainId: 72080,
|
|
35329
35991
|
networkId: 72080,
|
|
35330
35992
|
infoURL: 'https://testnet.nexera.network',
|
|
@@ -35332,8 +35994,7 @@ exports.chains = {
|
|
|
35332
35994
|
rpc: ['https://rpc.testnet.nexera.network'],
|
|
35333
35995
|
faucets: ['https://faucet.nexera.network'],
|
|
35334
35996
|
nativeCurrency: { name: 'tNXRA', symbol: 'tNXRA', decimals: 18 },
|
|
35335
|
-
explorers: []
|
|
35336
|
-
iconURL: 'https://ipfs.io/ipfs/bafybeihgu3exoshubbgou5u6cyylpgo3wtc2n6kkmvw67q4bemucuw3goa'
|
|
35997
|
+
explorers: []
|
|
35337
35998
|
},
|
|
35338
35999
|
72778: {
|
|
35339
36000
|
name: 'CAGA crypto Ankara testnet',
|
|
@@ -37364,31 +38025,21 @@ exports.chains = {
|
|
|
37364
38025
|
name: 'Plume Devnet (Legacy)',
|
|
37365
38026
|
title: 'Plume Sepolia L2 Rollup Devnet (Legacy)',
|
|
37366
38027
|
chain: 'PLUME Devnet Legacy',
|
|
37367
|
-
rpc: [
|
|
37368
|
-
'https://test-rpc.plumenetwork.xyz',
|
|
37369
|
-
'wss://test-rpc.plumenetwork.xyz'
|
|
37370
|
-
],
|
|
38028
|
+
rpc: [],
|
|
37371
38029
|
faucets: [],
|
|
37372
38030
|
nativeCurrency: {
|
|
37373
38031
|
name: 'Plume Sepolia Ether',
|
|
37374
38032
|
symbol: 'ETH',
|
|
37375
38033
|
decimals: 18
|
|
37376
38034
|
},
|
|
37377
|
-
infoURL: 'https://
|
|
38035
|
+
infoURL: 'https://plume.org',
|
|
37378
38036
|
shortName: 'plume-devnet',
|
|
37379
38037
|
chainId: 98864,
|
|
37380
38038
|
networkId: 98864,
|
|
37381
38039
|
slip44: 1,
|
|
37382
38040
|
icon: 'plume',
|
|
37383
38041
|
status: 'deprecated',
|
|
37384
|
-
explorers: [
|
|
37385
|
-
{
|
|
37386
|
-
name: 'Blockscout',
|
|
37387
|
-
url: 'https://test-explorer.plumenetwork.xyz',
|
|
37388
|
-
icon: 'blockscout',
|
|
37389
|
-
standard: 'EIP3091'
|
|
37390
|
-
}
|
|
37391
|
-
],
|
|
38042
|
+
explorers: [],
|
|
37392
38043
|
parent: { type: 'L2', chain: 'eip155-11155111' },
|
|
37393
38044
|
iconURL: 'https://ipfs.io/ipfs/QmT7dJKK2VXMtF9mJ6EfMTJXBntJyVvZcA8beLA2RCFbsW'
|
|
37394
38045
|
},
|
|
@@ -37396,51 +38047,38 @@ exports.chains = {
|
|
|
37396
38047
|
name: 'Plume (Legacy)',
|
|
37397
38048
|
title: 'Plume Ethereum L2 Rollup Mainnet (Legacy)',
|
|
37398
38049
|
chain: 'PLUME Legacy',
|
|
37399
|
-
rpc: [
|
|
38050
|
+
rpc: [],
|
|
37400
38051
|
faucets: [],
|
|
37401
38052
|
nativeCurrency: { name: 'Plume Ether', symbol: 'ETH', decimals: 18 },
|
|
37402
|
-
infoURL: 'https://
|
|
38053
|
+
infoURL: 'https://plume.org',
|
|
37403
38054
|
shortName: 'plume',
|
|
37404
38055
|
chainId: 98865,
|
|
37405
38056
|
networkId: 98865,
|
|
37406
38057
|
slip44: 1,
|
|
37407
38058
|
icon: 'plume',
|
|
37408
|
-
|
|
37409
|
-
|
|
37410
|
-
|
|
37411
|
-
url: 'https://explorer.plumenetwork.xyz',
|
|
37412
|
-
icon: 'blockscout',
|
|
37413
|
-
standard: 'EIP3091'
|
|
37414
|
-
}
|
|
37415
|
-
],
|
|
37416
|
-
parent: {
|
|
37417
|
-
type: 'L2',
|
|
37418
|
-
chain: 'eip155-1',
|
|
37419
|
-
bridges: [{ url: 'https://bridge.plumenetwork.xyz' }]
|
|
37420
|
-
},
|
|
38059
|
+
status: 'deprecated',
|
|
38060
|
+
explorers: [],
|
|
38061
|
+
parent: { type: 'L2', chain: 'eip155-1' },
|
|
37421
38062
|
iconURL: 'https://ipfs.io/ipfs/QmT7dJKK2VXMtF9mJ6EfMTJXBntJyVvZcA8beLA2RCFbsW'
|
|
37422
38063
|
},
|
|
37423
38064
|
98866: {
|
|
37424
38065
|
name: 'Plume Mainnet',
|
|
37425
38066
|
title: 'Plume Ethereum L2 Rollup Mainnet',
|
|
37426
38067
|
chain: 'PLUME',
|
|
37427
|
-
rpc: [
|
|
37428
|
-
'https://phoenix-rpc.plumenetwork.xyz',
|
|
37429
|
-
'wss://phoenix-rpc.plumenetwork.xyz'
|
|
37430
|
-
],
|
|
38068
|
+
rpc: ['https://rpc.plume.org', 'wss://rpc.plume.org'],
|
|
37431
38069
|
faucets: [],
|
|
37432
38070
|
nativeCurrency: { name: 'Plume', symbol: 'PLUME', decimals: 18 },
|
|
37433
|
-
infoURL: 'https://
|
|
38071
|
+
infoURL: 'https://plume.org',
|
|
37434
38072
|
shortName: 'plume-mainnet',
|
|
37435
38073
|
chainId: 98866,
|
|
37436
38074
|
networkId: 98866,
|
|
37437
38075
|
slip44: 1,
|
|
37438
38076
|
icon: 'plume',
|
|
37439
|
-
status: '
|
|
38077
|
+
status: 'active',
|
|
37440
38078
|
explorers: [
|
|
37441
38079
|
{
|
|
37442
38080
|
name: 'Blockscout',
|
|
37443
|
-
url: 'https://
|
|
38081
|
+
url: 'https://explorer.plume.org',
|
|
37444
38082
|
icon: 'blockscout',
|
|
37445
38083
|
standard: 'EIP3091'
|
|
37446
38084
|
}
|
|
@@ -37448,7 +38086,7 @@ exports.chains = {
|
|
|
37448
38086
|
parent: {
|
|
37449
38087
|
type: 'L2',
|
|
37450
38088
|
chain: 'eip155-1',
|
|
37451
|
-
bridges: [{ url: 'https://bridge.
|
|
38089
|
+
bridges: [{ url: 'https://bridge.plume.org' }]
|
|
37452
38090
|
},
|
|
37453
38091
|
iconURL: 'https://ipfs.io/ipfs/QmT7dJKK2VXMtF9mJ6EfMTJXBntJyVvZcA8beLA2RCFbsW'
|
|
37454
38092
|
},
|
|
@@ -37456,23 +38094,20 @@ exports.chains = {
|
|
|
37456
38094
|
name: 'Plume Testnet',
|
|
37457
38095
|
title: 'Plume Sepolia L2 Rollup Testnet',
|
|
37458
38096
|
chain: 'PLUME Testnet',
|
|
37459
|
-
rpc: [
|
|
37460
|
-
|
|
37461
|
-
'wss://testnet-rpc.plumenetwork.xyz'
|
|
37462
|
-
],
|
|
37463
|
-
faucets: ['https://faucet.plumenetwork.xyz'],
|
|
38097
|
+
rpc: ['https://testnet-rpc.plume.org', 'wss://testnet-rpc.plume.org'],
|
|
38098
|
+
faucets: ['https://faucet.plume.org'],
|
|
37464
38099
|
nativeCurrency: { name: 'Plume', symbol: 'PLUME', decimals: 18 },
|
|
37465
|
-
infoURL: 'https://
|
|
38100
|
+
infoURL: 'https://plume.org',
|
|
37466
38101
|
shortName: 'plume-testnet',
|
|
37467
38102
|
chainId: 98867,
|
|
37468
38103
|
networkId: 98867,
|
|
37469
38104
|
slip44: 1,
|
|
37470
38105
|
icon: 'plume',
|
|
37471
|
-
status: '
|
|
38106
|
+
status: 'active',
|
|
37472
38107
|
explorers: [
|
|
37473
38108
|
{
|
|
37474
38109
|
name: 'Blockscout',
|
|
37475
|
-
url: 'https://testnet-explorer.
|
|
38110
|
+
url: 'https://testnet-explorer.plume.org',
|
|
37476
38111
|
icon: 'blockscout',
|
|
37477
38112
|
standard: 'EIP3091'
|
|
37478
38113
|
}
|
|
@@ -37480,7 +38115,7 @@ exports.chains = {
|
|
|
37480
38115
|
parent: {
|
|
37481
38116
|
type: 'L2',
|
|
37482
38117
|
chain: 'eip155-11155111',
|
|
37483
|
-
bridges: [{ url: 'https://testnet-bridge.
|
|
38118
|
+
bridges: [{ url: 'https://testnet-bridge.plume.org' }]
|
|
37484
38119
|
},
|
|
37485
38120
|
iconURL: 'https://ipfs.io/ipfs/QmT7dJKK2VXMtF9mJ6EfMTJXBntJyVvZcA8beLA2RCFbsW'
|
|
37486
38121
|
},
|
|
@@ -37864,6 +38499,28 @@ exports.chains = {
|
|
|
37864
38499
|
status: 'deprecated',
|
|
37865
38500
|
iconURL: 'https://ipfs.io/ipfs/bafybeidk4swpgdyqmpz6shd5onvpaujvwiwthrhypufnwr6xh3dausz2dm'
|
|
37866
38501
|
},
|
|
38502
|
+
101003: {
|
|
38503
|
+
name: 'Socotra JUNE-Chain',
|
|
38504
|
+
chain: 'Socotra JUNE-Chain',
|
|
38505
|
+
rpc: ['https://rpc.socotra-testnet.network/ext/bc/JUNE/rpc'],
|
|
38506
|
+
faucets: [],
|
|
38507
|
+
nativeCurrency: { name: 'Socotra JUNE', symbol: 'JUNE', decimals: 18 },
|
|
38508
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
38509
|
+
infoURL: 'https://juneo.com/',
|
|
38510
|
+
shortName: 'Socotra-JUNE',
|
|
38511
|
+
chainId: 101003,
|
|
38512
|
+
networkId: 101003,
|
|
38513
|
+
icon: 'juneoSocotraTestnet',
|
|
38514
|
+
explorers: [
|
|
38515
|
+
{
|
|
38516
|
+
name: 'Juneo Scan',
|
|
38517
|
+
url: 'https://socotra.juneoscan.io/chain/2',
|
|
38518
|
+
icon: 'juneomainnet',
|
|
38519
|
+
standard: 'none'
|
|
38520
|
+
}
|
|
38521
|
+
],
|
|
38522
|
+
iconURL: 'https://ipfs.io/ipfs/QmVHCbprTiCen4496EnAKedtJPxYLZXBE1gDusVa23y8kg'
|
|
38523
|
+
},
|
|
37867
38524
|
101010: {
|
|
37868
38525
|
name: 'Global Trust Network',
|
|
37869
38526
|
chain: 'GTN',
|
|
@@ -38557,12 +39214,34 @@ exports.chains = {
|
|
|
38557
39214
|
explorers: [
|
|
38558
39215
|
{
|
|
38559
39216
|
name: 'Etherlink Testnet Explorer',
|
|
38560
|
-
url: 'https://testnet
|
|
39217
|
+
url: 'https://testnet.explorer.etherlink.com',
|
|
38561
39218
|
standard: 'EIP3091'
|
|
38562
39219
|
}
|
|
38563
39220
|
],
|
|
38564
39221
|
iconURL: 'https://ipfs.io/ipfs/QmVqE4wq3fd3RKZwo7GxmW333ywHgYBZGvqwh3TUBM5DUi'
|
|
38565
39222
|
},
|
|
39223
|
+
129399: {
|
|
39224
|
+
name: 'Tatara Testnet',
|
|
39225
|
+
chain: 'Tatara',
|
|
39226
|
+
rpc: ['https://rpc.tatara.katanarpc.com/'],
|
|
39227
|
+
faucets: [],
|
|
39228
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
39229
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
39230
|
+
infoURL: '',
|
|
39231
|
+
shortName: 'Tatara',
|
|
39232
|
+
chainId: 129399,
|
|
39233
|
+
networkId: 129399,
|
|
39234
|
+
icon: 'ethereum',
|
|
39235
|
+
explorers: [
|
|
39236
|
+
{
|
|
39237
|
+
name: 'Tatara explorer',
|
|
39238
|
+
url: 'https://explorer.tatara.katana.network',
|
|
39239
|
+
icon: 'blockscout',
|
|
39240
|
+
standard: 'EIP3091'
|
|
39241
|
+
}
|
|
39242
|
+
],
|
|
39243
|
+
iconURL: 'https://ipfs.io/ipfs/QmdwQDr6vmBtXmK2TmknkEuZNoaDqTasFdZdu3DRw8b2wt'
|
|
39244
|
+
},
|
|
38566
39245
|
131313: {
|
|
38567
39246
|
name: 'Odyssey Chain (Testnet)',
|
|
38568
39247
|
chain: 'DIONE',
|
|
@@ -38786,6 +39465,31 @@ exports.chains = {
|
|
|
38786
39465
|
explorers: [],
|
|
38787
39466
|
status: 'incubating'
|
|
38788
39467
|
},
|
|
39468
|
+
161803: {
|
|
39469
|
+
name: 'Eventum Mainnet',
|
|
39470
|
+
shortName: 'Eventum',
|
|
39471
|
+
chain: 'Eventum',
|
|
39472
|
+
icon: 'eventum',
|
|
39473
|
+
networkId: 161803,
|
|
39474
|
+
chainId: 161803,
|
|
39475
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
39476
|
+
rpc: ['https://mainnet-rpc.evedex.com'],
|
|
39477
|
+
faucets: [],
|
|
39478
|
+
explorers: [
|
|
39479
|
+
{
|
|
39480
|
+
name: 'Eventum Mainnet Explorer',
|
|
39481
|
+
url: 'https://explorer.evedex.com',
|
|
39482
|
+
standard: 'EIP3091'
|
|
39483
|
+
}
|
|
39484
|
+
],
|
|
39485
|
+
infoURL: 'https://evedex.com',
|
|
39486
|
+
parent: {
|
|
39487
|
+
type: 'L2',
|
|
39488
|
+
chain: 'eip155-1',
|
|
39489
|
+
bridges: [{ url: 'https://bridge.arbitrum.io' }]
|
|
39490
|
+
},
|
|
39491
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreigor7jjj7q4pczpz5wsj2fhdmkmx7o3r7yp35tcrz2verfkgucymi'
|
|
39492
|
+
},
|
|
38789
39493
|
165279: {
|
|
38790
39494
|
name: 'Eclat Mainnet',
|
|
38791
39495
|
chain: 'Eclat',
|
|
@@ -39148,6 +39852,27 @@ exports.chains = {
|
|
|
39148
39852
|
],
|
|
39149
39853
|
iconURL: 'https://ipfs.io/ipfs/QmPRDuEJSTqp2cDUvWCp71Wns6XV8nvdeAVKWH6srpk4xM'
|
|
39150
39854
|
},
|
|
39855
|
+
191919: {
|
|
39856
|
+
name: 'Altblockscan Mainnet',
|
|
39857
|
+
chain: 'ALTB',
|
|
39858
|
+
rpc: ['https://rpc.altblockscan.com'],
|
|
39859
|
+
faucets: [],
|
|
39860
|
+
nativeCurrency: { name: 'Altblockscan', symbol: 'ALTB', decimals: 18 },
|
|
39861
|
+
infoURL: 'https://altblockscan.com',
|
|
39862
|
+
shortName: 'altb',
|
|
39863
|
+
chainId: 191919,
|
|
39864
|
+
networkId: 191919,
|
|
39865
|
+
icon: 'altb',
|
|
39866
|
+
explorers: [
|
|
39867
|
+
{
|
|
39868
|
+
name: 'altblockscan',
|
|
39869
|
+
url: 'https://scan.altblockscan.com',
|
|
39870
|
+
icon: 'altb',
|
|
39871
|
+
standard: 'none'
|
|
39872
|
+
}
|
|
39873
|
+
],
|
|
39874
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreicy275qnnvxzjocl33blzw26orv3rkygqbb4sqwtx5bc2m3hazmre'
|
|
39875
|
+
},
|
|
39151
39876
|
192940: {
|
|
39152
39877
|
name: 'Mind Network Testnet',
|
|
39153
39878
|
chain: 'FHET',
|
|
@@ -39647,15 +40372,13 @@ exports.chains = {
|
|
|
39647
40372
|
chain: 'SOR',
|
|
39648
40373
|
rpc: ['https://rpc.sorian.io'],
|
|
39649
40374
|
faucets: [],
|
|
39650
|
-
icon: 'sorian',
|
|
39651
40375
|
nativeCurrency: { name: 'Sorian', symbol: 'SOR', decimals: 18 },
|
|
39652
40376
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
39653
40377
|
infoURL: 'https://sorian.io',
|
|
39654
40378
|
shortName: 'sorian',
|
|
39655
40379
|
chainId: 210209,
|
|
39656
40380
|
networkId: 210209,
|
|
39657
|
-
explorers: []
|
|
39658
|
-
iconURL: 'https://ipfs.io/ipfs/QmZmrcLYFtPZb36MZ1DyQpR7Lw8CWPP7x3Bx2anCjVWfMR'
|
|
40381
|
+
explorers: []
|
|
39659
40382
|
},
|
|
39660
40383
|
210210: {
|
|
39661
40384
|
name: 'Sorian Testnet',
|
|
@@ -39797,7 +40520,21 @@ exports.chains = {
|
|
|
39797
40520
|
'https://rpc.helikon.io/hydradx',
|
|
39798
40521
|
'wss://rpc.helikon.io/hydradx',
|
|
39799
40522
|
'https://hydration.dotters.network',
|
|
39800
|
-
'wss://hydration.dotters.network'
|
|
40523
|
+
'wss://hydration.dotters.network',
|
|
40524
|
+
'https://hydration.ibp.network',
|
|
40525
|
+
'wss://hydration.ibp.network',
|
|
40526
|
+
'https://rpc.cay.hydration.cloud',
|
|
40527
|
+
'wss://rpc.cay.hydration.cloud',
|
|
40528
|
+
'https://rpc.parm.hydration.cloud',
|
|
40529
|
+
'wss://rpc.parm.hydration.cloud',
|
|
40530
|
+
'https://rpc.roach.hydration.cloud',
|
|
40531
|
+
'wss://rpc.roach.hydration.cloud',
|
|
40532
|
+
'https://rpc.zipp.hydration.cloud',
|
|
40533
|
+
'wss://rpc.zipp.hydration.cloud',
|
|
40534
|
+
'https://rpc.sin.hydration.cloud',
|
|
40535
|
+
'wss://rpc.sin.hydration.cloud',
|
|
40536
|
+
'https://rpc.coke.hydration.cloud',
|
|
40537
|
+
'wss://rpc.coke.hydration.cloud'
|
|
39801
40538
|
],
|
|
39802
40539
|
faucets: [],
|
|
39803
40540
|
nativeCurrency: { name: 'Wrapped ETH', symbol: 'WETH', decimals: 18 },
|
|
@@ -39859,6 +40596,27 @@ exports.chains = {
|
|
|
39859
40596
|
],
|
|
39860
40597
|
iconURL: 'https://ipfs.io/ipfs/bafybeihjwgy4qja5cee452malk5hpb25pzpipfaka7hjcyb437ldodxzaq'
|
|
39861
40598
|
},
|
|
40599
|
+
223344: {
|
|
40600
|
+
name: 'B20 Testnet',
|
|
40601
|
+
chain: 'B20',
|
|
40602
|
+
rpc: ['https://rpc.beonescan.com'],
|
|
40603
|
+
faucets: ['https://faucet.beonechain.com/'],
|
|
40604
|
+
nativeCurrency: { name: 'B20', symbol: 'TBOC', decimals: 18 },
|
|
40605
|
+
infoURL: 'https://rpc.beonescan.com',
|
|
40606
|
+
shortName: 'B20',
|
|
40607
|
+
chainId: 223344,
|
|
40608
|
+
networkId: 223344,
|
|
40609
|
+
icon: 'b20',
|
|
40610
|
+
explorers: [
|
|
40611
|
+
{
|
|
40612
|
+
name: 'beonescan',
|
|
40613
|
+
url: 'https://beonescan.com',
|
|
40614
|
+
icon: 'b20',
|
|
40615
|
+
standard: 'none'
|
|
40616
|
+
}
|
|
40617
|
+
],
|
|
40618
|
+
iconURL: 'https://ipfs.io/ipfs/QmV14XgxgayF2Chw3HUGPNQ2iLzh9jAUxNL1LAECpZohVp'
|
|
40619
|
+
},
|
|
39862
40620
|
224168: {
|
|
39863
40621
|
name: 'Taf ECO Chain Mainnet',
|
|
39864
40622
|
chain: 'Taf ECO Chain',
|
|
@@ -40261,16 +41019,13 @@ exports.chains = {
|
|
|
40261
41019
|
chainId: 272247,
|
|
40262
41020
|
networkId: 272247,
|
|
40263
41021
|
slip44: 272247,
|
|
40264
|
-
icon: 'nxy',
|
|
40265
41022
|
explorers: [
|
|
40266
41023
|
{
|
|
40267
41024
|
name: 'Nxy Explorer',
|
|
40268
41025
|
url: 'https://explorer.nxy.social',
|
|
40269
|
-
standard: 'none'
|
|
40270
|
-
icon: 'nxy'
|
|
41026
|
+
standard: 'none'
|
|
40271
41027
|
}
|
|
40272
|
-
]
|
|
40273
|
-
iconURL: 'https://ipfs.io/ipfs/bafybeicvcacuabdf77itzusl4z743ojyimnw4ztyypbls3vccq3bvygyti'
|
|
41028
|
+
]
|
|
40274
41029
|
},
|
|
40275
41030
|
272520: {
|
|
40276
41031
|
name: 'Nxy Oasis',
|
|
@@ -40283,16 +41038,13 @@ exports.chains = {
|
|
|
40283
41038
|
chainId: 272520,
|
|
40284
41039
|
networkId: 272520,
|
|
40285
41040
|
slip44: 272520,
|
|
40286
|
-
icon: 'nxy',
|
|
40287
41041
|
explorers: [
|
|
40288
41042
|
{
|
|
40289
41043
|
name: 'Nxy Explorer',
|
|
40290
41044
|
url: 'https://explorer.nxy.social',
|
|
40291
|
-
standard: 'none'
|
|
40292
|
-
icon: 'nxy'
|
|
41045
|
+
standard: 'none'
|
|
40293
41046
|
}
|
|
40294
|
-
]
|
|
40295
|
-
iconURL: 'https://ipfs.io/ipfs/bafybeicvcacuabdf77itzusl4z743ojyimnw4ztyypbls3vccq3bvygyti'
|
|
41047
|
+
]
|
|
40296
41048
|
},
|
|
40297
41049
|
281121: {
|
|
40298
41050
|
name: 'Social Smart Chain Mainnet',
|
|
@@ -41857,8 +42609,35 @@ exports.chains = {
|
|
|
41857
42609
|
}
|
|
41858
42610
|
]
|
|
41859
42611
|
},
|
|
42612
|
+
560013: {
|
|
42613
|
+
name: 'Rogue Chain',
|
|
42614
|
+
chainId: 560013,
|
|
42615
|
+
shortName: 'rogue',
|
|
42616
|
+
chain: 'ROGUE',
|
|
42617
|
+
networkId: 560013,
|
|
42618
|
+
icon: 'rogue',
|
|
42619
|
+
nativeCurrency: { name: 'Rogue', symbol: 'ROGUE', decimals: 18 },
|
|
42620
|
+
rpc: ['https://rpc.roguechain.io/rpc', 'wss://rpc.roguechain.io/ws'],
|
|
42621
|
+
faucets: [],
|
|
42622
|
+
explorers: [
|
|
42623
|
+
{
|
|
42624
|
+
name: 'Roguescan',
|
|
42625
|
+
url: 'https://roguescan.io',
|
|
42626
|
+
icon: 'rogue',
|
|
42627
|
+
standard: 'EIP3091'
|
|
42628
|
+
}
|
|
42629
|
+
],
|
|
42630
|
+
infoURL: 'https://roguechain.io',
|
|
42631
|
+
parent: {
|
|
42632
|
+
type: 'L2',
|
|
42633
|
+
chain: 'eip155-42161',
|
|
42634
|
+
bridges: [{ url: 'https://bridge.arbitrum.io' }]
|
|
42635
|
+
},
|
|
42636
|
+
iconURL: 'https://ipfs.io/ipfs/Qmay8Z3yhJR4st6iAVmqTdM6nFc9zYSPq4tucDaiPheAjE'
|
|
42637
|
+
},
|
|
41860
42638
|
560048: {
|
|
41861
|
-
name: 'Hoodi
|
|
42639
|
+
name: 'Ethereum Hoodi',
|
|
42640
|
+
title: 'Ethereum Testnet Hoodi',
|
|
41862
42641
|
chain: 'ETH',
|
|
41863
42642
|
icon: 'ethereum',
|
|
41864
42643
|
rpc: ['https://rpc.hoodi.ethpandaops.io'],
|
|
@@ -42594,7 +43373,7 @@ exports.chains = {
|
|
|
42594
43373
|
standard: 'none'
|
|
42595
43374
|
}
|
|
42596
43375
|
],
|
|
42597
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
43376
|
+
iconURL: 'https://ipfs.io/ipfs/QmPL68edFCf9taAKQQu7rt11LrmWh7f7aBQ7ZkuhBKmrUv'
|
|
42598
43377
|
},
|
|
42599
43378
|
777888: {
|
|
42600
43379
|
name: 'Oone Chain Mainnet',
|
|
@@ -43732,10 +44511,10 @@ exports.chains = {
|
|
|
43732
44511
|
icon: 'xrplevm',
|
|
43733
44512
|
rpc: ['https://rpc.xrplevm.org', 'https://ws.xrplevm.org'],
|
|
43734
44513
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
43735
|
-
faucets: ['https://
|
|
44514
|
+
faucets: ['https://faucet.xrplevm.org'],
|
|
43736
44515
|
nativeCurrency: { name: 'XRP', symbol: 'XRP', decimals: 18 },
|
|
43737
44516
|
infoURL: 'https://xrplevm.org',
|
|
43738
|
-
shortName: '
|
|
44517
|
+
shortName: 'xrplevmdevnet',
|
|
43739
44518
|
chainId: 1440002,
|
|
43740
44519
|
networkId: 1440002,
|
|
43741
44520
|
explorers: [
|
|
@@ -43748,6 +44527,28 @@ exports.chains = {
|
|
|
43748
44527
|
],
|
|
43749
44528
|
iconURL: 'https://ipfs.io/ipfs/QmXP4M9LvEfLotu5HfpMBcuxJEqpefaxhRxFPToBGfhNSo'
|
|
43750
44529
|
},
|
|
44530
|
+
1449000: {
|
|
44531
|
+
name: 'XRPL EVM Sidechain Testnet',
|
|
44532
|
+
chain: 'XRPLEVM Testnet',
|
|
44533
|
+
icon: 'xrplevm',
|
|
44534
|
+
rpc: ['https://rpc.testnet.xrplevm.org', 'https://ws.testnet.xrplevm.org'],
|
|
44535
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
44536
|
+
faucets: ['https://faucet.xrplevm.org'],
|
|
44537
|
+
nativeCurrency: { name: 'XRP', symbol: 'XRP', decimals: 18 },
|
|
44538
|
+
infoURL: 'https://xrplevm.org',
|
|
44539
|
+
shortName: 'xrplevmtestnet',
|
|
44540
|
+
chainId: 1449000,
|
|
44541
|
+
networkId: 1449000,
|
|
44542
|
+
explorers: [
|
|
44543
|
+
{
|
|
44544
|
+
name: 'blockscout',
|
|
44545
|
+
url: 'https://explorer.testnet.xrplevm.org',
|
|
44546
|
+
icon: 'xrplevm',
|
|
44547
|
+
standard: 'EIP3091'
|
|
44548
|
+
}
|
|
44549
|
+
],
|
|
44550
|
+
iconURL: 'https://ipfs.io/ipfs/QmXP4M9LvEfLotu5HfpMBcuxJEqpefaxhRxFPToBGfhNSo'
|
|
44551
|
+
},
|
|
43751
44552
|
1501869: {
|
|
43752
44553
|
name: 'Waterfall 9 Test Network',
|
|
43753
44554
|
chain: 'Waterfall TestNet9',
|
|
@@ -44010,6 +44811,28 @@ exports.chains = {
|
|
|
44010
44811
|
chainId: 2611555,
|
|
44011
44812
|
networkId: 2611555
|
|
44012
44813
|
},
|
|
44814
|
+
2632500: {
|
|
44815
|
+
name: 'COTI',
|
|
44816
|
+
chainId: 2632500,
|
|
44817
|
+
shortName: 'coti',
|
|
44818
|
+
chain: 'COTI',
|
|
44819
|
+
networkId: 2632500,
|
|
44820
|
+
nativeCurrency: { name: 'COTI', symbol: 'COTI', decimals: 18 },
|
|
44821
|
+
rpc: ['https://mainnet.coti.io/rpc'],
|
|
44822
|
+
faucets: [],
|
|
44823
|
+
explorers: [
|
|
44824
|
+
{
|
|
44825
|
+
name: 'COTI Mainnet Explorer',
|
|
44826
|
+
url: 'https://mainnet.cotiscan.io',
|
|
44827
|
+
icon: 'blockscout',
|
|
44828
|
+
standard: 'EIP3091'
|
|
44829
|
+
}
|
|
44830
|
+
],
|
|
44831
|
+
infoURL: 'https://coti.io/',
|
|
44832
|
+
icon: 'coti',
|
|
44833
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
44834
|
+
iconURL: 'https://ipfs.io/ipfs/QmR58SroHx7ovpqEB5iRkw4PufEXmcCBAJ8AZ7mChDgTfV'
|
|
44835
|
+
},
|
|
44013
44836
|
2702128: {
|
|
44014
44837
|
name: 'Xterio Chain (ETH)',
|
|
44015
44838
|
chain: 'Xterio',
|
|
@@ -44572,7 +45395,7 @@ exports.chains = {
|
|
|
44572
45395
|
6666689: {
|
|
44573
45396
|
name: 'The Ting Blockchain Testnet Explorer',
|
|
44574
45397
|
chain: 'Ting',
|
|
44575
|
-
rpc: ['https://testnet.tingchain.org'],
|
|
45398
|
+
rpc: ['https://testnet.tingchain.org', 'https://public.0xrpc.com/6666689'],
|
|
44576
45399
|
faucets: [],
|
|
44577
45400
|
nativeCurrency: { name: 'Ton', symbol: 'Ton', decimals: 18 },
|
|
44578
45401
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
@@ -45065,13 +45888,12 @@ exports.chains = {
|
|
|
45065
45888
|
iconURL: 'https://ipfs.io/ipfs/QmUP7NPPrCe6N6k8RQh4KuSBU2xMvbyo6enCtzyE5v4bmQ'
|
|
45066
45889
|
},
|
|
45067
45890
|
11155111: {
|
|
45068
|
-
name: 'Sepolia',
|
|
45891
|
+
name: 'Ethereum Sepolia',
|
|
45069
45892
|
title: 'Ethereum Testnet Sepolia',
|
|
45070
45893
|
chain: 'ETH',
|
|
45071
45894
|
rpc: [
|
|
45072
45895
|
'https://rpc.sepolia.org',
|
|
45073
45896
|
'https://rpc2.sepolia.org',
|
|
45074
|
-
'https://rpc-sepolia.rockx.com',
|
|
45075
45897
|
'https://rpc.sepolia.ethpandaops.io',
|
|
45076
45898
|
'https://sepolia.infura.io/v3/${INFURA_API_KEY}',
|
|
45077
45899
|
'wss://sepolia.infura.io/v3/${INFURA_API_KEY}',
|
|
@@ -45081,7 +45903,6 @@ exports.chains = {
|
|
|
45081
45903
|
'wss://ethereum-sepolia-rpc.publicnode.com',
|
|
45082
45904
|
'https://sepolia.drpc.org',
|
|
45083
45905
|
'wss://sepolia.drpc.org',
|
|
45084
|
-
'https://rpc-sepolia.rockx.com',
|
|
45085
45906
|
'https://eth-sepolia.g.alchemy.com/v2/WddzdzI2o9S3COdT73d5w6AIogbKq4X-'
|
|
45086
45907
|
],
|
|
45087
45908
|
faucets: ['http://fauceth.komputing.org?chain=11155111&address=${ADDRESS}'],
|
|
@@ -45138,6 +45959,33 @@ exports.chains = {
|
|
|
45138
45959
|
}
|
|
45139
45960
|
]
|
|
45140
45961
|
},
|
|
45962
|
+
11155931: {
|
|
45963
|
+
name: 'RISE Testnet',
|
|
45964
|
+
chain: 'ETH',
|
|
45965
|
+
rpc: ['https://testnet.riselabs.xyz', 'wss://testnet.riselabs.xyz/ws'],
|
|
45966
|
+
faucets: ['https://faucet.testnet.riselabs.xyz'],
|
|
45967
|
+
nativeCurrency: { name: 'RISE Testnet Ether', symbol: 'ETH', decimals: 18 },
|
|
45968
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
45969
|
+
infoURL: 'https://www.riselabs.xyz/',
|
|
45970
|
+
shortName: 'rise-testnet',
|
|
45971
|
+
chainId: 11155931,
|
|
45972
|
+
networkId: 11155931,
|
|
45973
|
+
icon: 'rise',
|
|
45974
|
+
explorers: [
|
|
45975
|
+
{
|
|
45976
|
+
name: 'blockscout',
|
|
45977
|
+
url: 'https://explorer.testnet.riselabs.xyz',
|
|
45978
|
+
icon: 'blockscout',
|
|
45979
|
+
standard: 'EIP3091'
|
|
45980
|
+
}
|
|
45981
|
+
],
|
|
45982
|
+
parent: {
|
|
45983
|
+
type: 'L2',
|
|
45984
|
+
chain: 'eip155-11155111',
|
|
45985
|
+
bridges: [{ url: 'https://bridge-ui.testnet.riselabs.xyz' }]
|
|
45986
|
+
},
|
|
45987
|
+
iconURL: 'https://ipfs.io/ipfs/bafybeigpqflfjdeovryzeqcw42chsqtoed6ommcilepi7hnarqf34rat7i'
|
|
45988
|
+
},
|
|
45141
45989
|
11166111: {
|
|
45142
45990
|
name: 'R0AR Testnet',
|
|
45143
45991
|
chain: 'R0AR Testnet',
|
|
@@ -45551,16 +46399,16 @@ exports.chains = {
|
|
|
45551
46399
|
20230825: {
|
|
45552
46400
|
name: 'Vcity Testnet',
|
|
45553
46401
|
chain: 'VCITY',
|
|
45554
|
-
rpc: ['
|
|
46402
|
+
rpc: ['http://testnet-rpc.vcity.app'],
|
|
45555
46403
|
faucets: [],
|
|
45556
46404
|
nativeCurrency: {
|
|
45557
46405
|
name: 'Testnet Vcity Token',
|
|
45558
|
-
symbol: '
|
|
46406
|
+
symbol: 'VCT',
|
|
45559
46407
|
decimals: 18
|
|
45560
46408
|
},
|
|
45561
46409
|
features: [],
|
|
45562
46410
|
infoURL: 'https://vcity.app',
|
|
45563
|
-
shortName: '
|
|
46411
|
+
shortName: 'Vcitytestnet',
|
|
45564
46412
|
chainId: 20230825,
|
|
45565
46413
|
networkId: 20230825,
|
|
45566
46414
|
icon: 'vcity',
|
|
@@ -45650,6 +46498,28 @@ exports.chains = {
|
|
|
45650
46498
|
],
|
|
45651
46499
|
iconURL: 'https://ipfs.io/ipfs/QmfUV9PqF7JxuUAYaBHh6YJ2ChCdDVobTwDibxQuPMUmPq'
|
|
45652
46500
|
},
|
|
46501
|
+
20250825: {
|
|
46502
|
+
name: 'Vcitychain Mainnet',
|
|
46503
|
+
chain: 'Vcitychain',
|
|
46504
|
+
rpc: ['https://mainnet-rpc.vcity.app'],
|
|
46505
|
+
faucets: [],
|
|
46506
|
+
nativeCurrency: { name: 'Vcity Coin', symbol: 'VCITY', decimals: 18 },
|
|
46507
|
+
features: [],
|
|
46508
|
+
infoURL: 'https://vcity.app',
|
|
46509
|
+
shortName: 'vcity',
|
|
46510
|
+
chainId: 20250825,
|
|
46511
|
+
networkId: 20250825,
|
|
46512
|
+
icon: 'vcitychain',
|
|
46513
|
+
explorers: [
|
|
46514
|
+
{
|
|
46515
|
+
name: 'Vcitychain Explorer',
|
|
46516
|
+
url: 'https://blockchain.vcity.app',
|
|
46517
|
+
icon: 'vcitychain',
|
|
46518
|
+
standard: 'none'
|
|
46519
|
+
}
|
|
46520
|
+
],
|
|
46521
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreiawfldsm6h56ug2md3hp6xeos3xoyqt6gnw4mepz2f6lzi6xcygli'
|
|
46522
|
+
},
|
|
45653
46523
|
20256789: {
|
|
45654
46524
|
name: 'ETP Mainnet',
|
|
45655
46525
|
chain: 'ETP',
|
|
@@ -45953,7 +46823,8 @@ exports.chains = {
|
|
|
45953
46823
|
rpc: [
|
|
45954
46824
|
'https://rpc-testnet.xone.plus',
|
|
45955
46825
|
'https://rpc-testnet.xone.org',
|
|
45956
|
-
'https://rpc-testnet.knight.center'
|
|
46826
|
+
'https://rpc-testnet.knight.center',
|
|
46827
|
+
'wss://wss-rpc-testnet.xone.org'
|
|
45957
46828
|
],
|
|
45958
46829
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
45959
46830
|
faucets: ['https://faucet.xone.org/'],
|
|
@@ -46404,7 +47275,7 @@ exports.chains = {
|
|
|
46404
47275
|
standard: 'none'
|
|
46405
47276
|
}
|
|
46406
47277
|
],
|
|
46407
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
47278
|
+
iconURL: 'https://ipfs.io/ipfs/QmPL68edFCf9taAKQQu7rt11LrmWh7f7aBQ7ZkuhBKmrUv'
|
|
46408
47279
|
},
|
|
46409
47280
|
68840142: {
|
|
46410
47281
|
name: 'Frame Testnet',
|
|
@@ -46737,7 +47608,7 @@ exports.chains = {
|
|
|
46737
47608
|
symbol: 'ETH',
|
|
46738
47609
|
decimals: 18
|
|
46739
47610
|
},
|
|
46740
|
-
infoURL: 'https://
|
|
47611
|
+
infoURL: 'https://plume.org',
|
|
46741
47612
|
shortName: 'plume-testnet-legacy',
|
|
46742
47613
|
chainId: 161221135,
|
|
46743
47614
|
networkId: 161221135,
|
|
@@ -47242,6 +48113,28 @@ exports.chains = {
|
|
|
47242
48113
|
bridges: [{ url: 'https://portal.testnet.sophon.xyz/bridge' }]
|
|
47243
48114
|
}
|
|
47244
48115
|
},
|
|
48116
|
+
661898459: {
|
|
48117
|
+
name: 'Smart Mainnet',
|
|
48118
|
+
chain: 'SMART',
|
|
48119
|
+
rpc: [],
|
|
48120
|
+
faucets: [],
|
|
48121
|
+
nativeCurrency: { name: 'Smart', symbol: 'SMART', decimals: 6 },
|
|
48122
|
+
infoURL: 'https://smartblockchain.com',
|
|
48123
|
+
shortName: 'smart',
|
|
48124
|
+
chainId: 661898459,
|
|
48125
|
+
networkId: 661898459,
|
|
48126
|
+
slip44: 783,
|
|
48127
|
+
icon: 'smart',
|
|
48128
|
+
explorers: [
|
|
48129
|
+
{
|
|
48130
|
+
name: 'smartexplorer',
|
|
48131
|
+
url: 'https://smartexplorer.com',
|
|
48132
|
+
icon: 'smart',
|
|
48133
|
+
standard: 'none'
|
|
48134
|
+
}
|
|
48135
|
+
],
|
|
48136
|
+
iconURL: 'https://ipfs.io/ipfs/QmWXs2ZzdbSTEL4uf5vsa7gRvC7AnVk5TDjaP4W6f9KALg'
|
|
48137
|
+
},
|
|
47245
48138
|
666666666: {
|
|
47246
48139
|
name: 'Degen Chain',
|
|
47247
48140
|
title: 'Degen Chain',
|
|
@@ -47271,6 +48164,7 @@ exports.chains = {
|
|
|
47271
48164
|
chainId: 728126428,
|
|
47272
48165
|
networkId: 728126428,
|
|
47273
48166
|
icon: 'tron',
|
|
48167
|
+
slip44: 195,
|
|
47274
48168
|
explorers: [
|
|
47275
48169
|
{
|
|
47276
48170
|
name: 'tronscan',
|
|
@@ -48316,6 +49210,27 @@ exports.chains = {
|
|
|
48316
49210
|
}
|
|
48317
49211
|
]
|
|
48318
49212
|
},
|
|
49213
|
+
2494104990: {
|
|
49214
|
+
name: 'Tron Shasta',
|
|
49215
|
+
chain: 'TRON',
|
|
49216
|
+
rpc: ['https://api.shasta.trongrid.io/jsonrpc'],
|
|
49217
|
+
faucets: [],
|
|
49218
|
+
nativeCurrency: { name: 'Tron', symbol: 'TRX', decimals: 6 },
|
|
49219
|
+
infoURL: 'https://tron.network',
|
|
49220
|
+
shortName: 'tron-shasta',
|
|
49221
|
+
chainId: 2494104990,
|
|
49222
|
+
networkId: 2494104990,
|
|
49223
|
+
icon: 'tron',
|
|
49224
|
+
explorers: [
|
|
49225
|
+
{
|
|
49226
|
+
name: 'shasta tronscan',
|
|
49227
|
+
url: 'https://shasta.tronscan.org',
|
|
49228
|
+
icon: 'tron',
|
|
49229
|
+
standard: 'none'
|
|
49230
|
+
}
|
|
49231
|
+
],
|
|
49232
|
+
iconURL: 'https://ipfs.io/ipfs/QmZCR3JnesjwLKRXtW8Vm9sJ4geEnXcAfQsARcv2NVpHSU'
|
|
49233
|
+
},
|
|
48319
49234
|
2863311531: {
|
|
48320
49235
|
name: 'Ancient8 Testnet (deprecated)',
|
|
48321
49236
|
status: 'deprecated',
|
|
@@ -48350,6 +49265,28 @@ exports.chains = {
|
|
|
48350
49265
|
networkId: 3125659152,
|
|
48351
49266
|
slip44: 164
|
|
48352
49267
|
},
|
|
49268
|
+
3416255149: {
|
|
49269
|
+
name: 'Ultima Mainnet',
|
|
49270
|
+
chain: 'ULTIMA',
|
|
49271
|
+
rpc: [],
|
|
49272
|
+
faucets: [],
|
|
49273
|
+
nativeCurrency: { name: 'Ultima', symbol: 'ULTIMA', decimals: 6 },
|
|
49274
|
+
infoURL: 'https://ultima.io',
|
|
49275
|
+
shortName: 'ultima',
|
|
49276
|
+
chainId: 3416255149,
|
|
49277
|
+
networkId: 3416255149,
|
|
49278
|
+
slip44: 785,
|
|
49279
|
+
icon: 'ultima',
|
|
49280
|
+
explorers: [
|
|
49281
|
+
{
|
|
49282
|
+
name: 'ultimachain',
|
|
49283
|
+
url: 'https://ultimachain.info',
|
|
49284
|
+
icon: 'ultima',
|
|
49285
|
+
standard: 'none'
|
|
49286
|
+
}
|
|
49287
|
+
],
|
|
49288
|
+
iconURL: 'https://ipfs.io/ipfs/QmUbWVHDrD4TUj6pCwPt9eXJ1GK8nomHMDMq8DJ2KNeV7Y'
|
|
49289
|
+
},
|
|
48353
49290
|
4216137055: {
|
|
48354
49291
|
name: 'OneLedger Testnet Frankenstein',
|
|
48355
49292
|
chain: 'OLT',
|
|
@@ -48968,6 +49905,20 @@ exports.chains = {
|
|
|
48968
49905
|
],
|
|
48969
49906
|
iconURL: 'https://ipfs.io/ipfs/Qmf6P4yzrcavKhrxmQaqErLxa4TBnUVUMX4wyVRNhJMDuw'
|
|
48970
49907
|
},
|
|
49908
|
+
428962654539583: {
|
|
49909
|
+
name: 'Yominet',
|
|
49910
|
+
chain: 'YOMINET',
|
|
49911
|
+
icon: 'yominet',
|
|
49912
|
+
rpc: ['https://jsonrpc-yominet-1.anvil.asia-southeast.initia.xyz'],
|
|
49913
|
+
faucets: [],
|
|
49914
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
49915
|
+
shortName: 'yomi',
|
|
49916
|
+
infoURL: 'https://www.kamigotchi.io/',
|
|
49917
|
+
chainId: 428962654539583,
|
|
49918
|
+
networkId: 428962654539583,
|
|
49919
|
+
explorers: [],
|
|
49920
|
+
iconURL: 'https://ipfs.io/ipfs/QmceqNgqPdKXQqGBs8JGLUNUTeKEi69jmQNjXjTd6zfjHP'
|
|
49921
|
+
},
|
|
48971
49922
|
868455272153094: {
|
|
48972
49923
|
name: 'Godwoken Testnet (V1)',
|
|
48973
49924
|
chain: 'GWT',
|