@revoke.cash/chains 66.0.0 → 67.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 +1064 -143
- package/dist/src/enums.d.ts +98 -14
- package/dist/src/enums.js +98 -14
- package/package.json +1 -1
package/dist/src/chains.js
CHANGED
|
@@ -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',
|
|
@@ -12581,6 +12668,28 @@ exports.chains = {
|
|
|
12581
12668
|
],
|
|
12582
12669
|
iconURL: 'https://ipfs.io/ipfs/bafkreia2tiurhfkc2lifytbpv356d4rfmqoivzrepg2wsrqwrqgbb4bp7a'
|
|
12583
12670
|
},
|
|
12671
|
+
1336: {
|
|
12672
|
+
name: 'Kii Testnet Oro',
|
|
12673
|
+
chain: 'KII',
|
|
12674
|
+
rpc: ['https://json-rpc.uno.sentry.testnet.v3.kiivalidator.com'],
|
|
12675
|
+
faucets: ['https://explorer.kiichain.io/testnet/faucet'],
|
|
12676
|
+
nativeCurrency: { name: 'Kii', symbol: 'KII', decimals: 18 },
|
|
12677
|
+
features: [],
|
|
12678
|
+
infoURL: 'https://kiichain.io',
|
|
12679
|
+
shortName: 'kiioro',
|
|
12680
|
+
chainId: 1336,
|
|
12681
|
+
networkId: 1336,
|
|
12682
|
+
icon: 'kii',
|
|
12683
|
+
explorers: [
|
|
12684
|
+
{
|
|
12685
|
+
name: 'KiiExplorer',
|
|
12686
|
+
url: 'https://explorer.kiichain.io/testnet',
|
|
12687
|
+
icon: 'kii',
|
|
12688
|
+
standard: 'none'
|
|
12689
|
+
}
|
|
12690
|
+
],
|
|
12691
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreib5kb73tb5fdvikhxe7nlnf4mmlfcfpsslalaplqfihypcmudlal4'
|
|
12692
|
+
},
|
|
12584
12693
|
1337: {
|
|
12585
12694
|
name: 'Geth Testnet',
|
|
12586
12695
|
title: 'Go Ethereum (Geth) Private Testnet',
|
|
@@ -12897,6 +13006,27 @@ exports.chains = {
|
|
|
12897
13006
|
},
|
|
12898
13007
|
iconURL: 'https://ipfs.io/ipfs/bafkreidkqdec42orfj4yiufiqvo3n33yxiw75jybg2lewv36raq7qpijua'
|
|
12899
13008
|
},
|
|
13009
|
+
1425: {
|
|
13010
|
+
name: 'ONINO Mainnet',
|
|
13011
|
+
chain: 'ONI',
|
|
13012
|
+
rpc: ['https://rpc.onino.io'],
|
|
13013
|
+
faucets: ['https://faucet.onino.io'],
|
|
13014
|
+
nativeCurrency: { name: 'ONI', symbol: 'ONI', decimals: 18 },
|
|
13015
|
+
infoURL: 'https://onino.io',
|
|
13016
|
+
shortName: 'onino',
|
|
13017
|
+
chainId: 1425,
|
|
13018
|
+
networkId: 1425,
|
|
13019
|
+
icon: 'onino',
|
|
13020
|
+
explorers: [
|
|
13021
|
+
{
|
|
13022
|
+
name: 'onino',
|
|
13023
|
+
url: 'https://explorer.onino.io',
|
|
13024
|
+
icon: 'onino',
|
|
13025
|
+
standard: 'EIP3091'
|
|
13026
|
+
}
|
|
13027
|
+
],
|
|
13028
|
+
iconURL: 'https://ipfs.io/ipfs/QmW46cmj2fRUbfy3Fz9kyhm33BpXnNXZ4KW3vmK1z4Mg19'
|
|
13029
|
+
},
|
|
12900
13030
|
1433: {
|
|
12901
13031
|
name: 'Rikeza Network Mainnet',
|
|
12902
13032
|
title: 'Rikeza Network Mainnet',
|
|
@@ -13756,6 +13886,48 @@ exports.chains = {
|
|
|
13756
13886
|
}
|
|
13757
13887
|
]
|
|
13758
13888
|
},
|
|
13889
|
+
1732: {
|
|
13890
|
+
name: 'Fuga Mainnet',
|
|
13891
|
+
chain: 'Fuga',
|
|
13892
|
+
rpc: ['https://rpc.fuga.blue'],
|
|
13893
|
+
faucets: [],
|
|
13894
|
+
nativeCurrency: { name: 'FUGA', symbol: 'FUGA', decimals: 18 },
|
|
13895
|
+
infoURL: 'https://fuga.one',
|
|
13896
|
+
shortName: 'FUGA',
|
|
13897
|
+
chainId: 1732,
|
|
13898
|
+
networkId: 1732,
|
|
13899
|
+
slip44: 732,
|
|
13900
|
+
explorers: [],
|
|
13901
|
+
status: 'incubating'
|
|
13902
|
+
},
|
|
13903
|
+
1733: {
|
|
13904
|
+
name: 'Fuga Testnet',
|
|
13905
|
+
chain: 'Fuga',
|
|
13906
|
+
rpc: ['https://rpc-testnet.fuga.blue'],
|
|
13907
|
+
faucets: [],
|
|
13908
|
+
nativeCurrency: { name: 'FUGA', symbol: 'FUGA', decimals: 18 },
|
|
13909
|
+
infoURL: 'https://fuga.one',
|
|
13910
|
+
shortName: 'FUGA_T',
|
|
13911
|
+
chainId: 1733,
|
|
13912
|
+
networkId: 1733,
|
|
13913
|
+
slip44: 1,
|
|
13914
|
+
explorers: [],
|
|
13915
|
+
status: 'incubating'
|
|
13916
|
+
},
|
|
13917
|
+
1734: {
|
|
13918
|
+
name: 'Fuga Develop',
|
|
13919
|
+
chain: 'Fuga',
|
|
13920
|
+
rpc: ['https://rpc-develop.fuga.blue'],
|
|
13921
|
+
faucets: [],
|
|
13922
|
+
nativeCurrency: { name: 'FUGA', symbol: 'FUGA', decimals: 18 },
|
|
13923
|
+
infoURL: 'https://fuga.one',
|
|
13924
|
+
shortName: 'FUGA_D',
|
|
13925
|
+
chainId: 1734,
|
|
13926
|
+
networkId: 1734,
|
|
13927
|
+
slip44: 1,
|
|
13928
|
+
explorers: [],
|
|
13929
|
+
status: 'incubating'
|
|
13930
|
+
},
|
|
13759
13931
|
1740: {
|
|
13760
13932
|
name: 'Metal L2 Testnet',
|
|
13761
13933
|
chain: 'Metal L2 Testnet',
|
|
@@ -14095,6 +14267,38 @@ exports.chains = {
|
|
|
14095
14267
|
bridges: [{ url: 'https://bridge.gelato.network/bridge/verify-testnet' }]
|
|
14096
14268
|
}
|
|
14097
14269
|
},
|
|
14270
|
+
1848: {
|
|
14271
|
+
name: 'Swisstronik Mainnet',
|
|
14272
|
+
chain: 'SWTR',
|
|
14273
|
+
rpc: [
|
|
14274
|
+
'https://json-rpc.mainnet.swisstronik.com/unencrypted/',
|
|
14275
|
+
'https://json-rpc.mainnet.swisstronik.com',
|
|
14276
|
+
'wss://ws-rpc.mainnet.swisstronik.com'
|
|
14277
|
+
],
|
|
14278
|
+
faucets: [],
|
|
14279
|
+
nativeCurrency: { name: 'Swisstronik', symbol: 'SWTR', decimals: 18 },
|
|
14280
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
14281
|
+
infoURL: 'https://www.swisstronik.com',
|
|
14282
|
+
shortName: 'swtr',
|
|
14283
|
+
chainId: 1848,
|
|
14284
|
+
networkId: 1848,
|
|
14285
|
+
slip44: 1,
|
|
14286
|
+
icon: 'swisstronik',
|
|
14287
|
+
explorers: [
|
|
14288
|
+
{
|
|
14289
|
+
name: 'Swisstronik EVM Explorer',
|
|
14290
|
+
url: 'https://explorer-evm.mainnet.swisstronik.com',
|
|
14291
|
+
standard: 'EIP3091',
|
|
14292
|
+
icon: 'ethernal'
|
|
14293
|
+
},
|
|
14294
|
+
{
|
|
14295
|
+
name: 'Swisstronik Cosmos Explorer',
|
|
14296
|
+
url: 'https://explorer-cosmos.mainnet.swisstronik.com/swisstronik',
|
|
14297
|
+
standard: 'none'
|
|
14298
|
+
}
|
|
14299
|
+
],
|
|
14300
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreietv32mc3rwbzymhlju6mrvmiavvgqg3sflafl2fjjxguqky56sca'
|
|
14301
|
+
},
|
|
14098
14302
|
1853: {
|
|
14099
14303
|
name: 'HighOctane Subnet',
|
|
14100
14304
|
chain: 'HighOctane Subnet',
|
|
@@ -14136,7 +14340,6 @@ exports.chains = {
|
|
|
14136
14340
|
shortName: 'soneium',
|
|
14137
14341
|
title: 'Soneium mainnet',
|
|
14138
14342
|
chain: 'ETH',
|
|
14139
|
-
icon: 'soneium',
|
|
14140
14343
|
rpc: ['https://rpc.soneium.org'],
|
|
14141
14344
|
faucets: [],
|
|
14142
14345
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
@@ -14166,8 +14369,7 @@ exports.chains = {
|
|
|
14166
14369
|
type: 'L2',
|
|
14167
14370
|
chain: 'eip155-1',
|
|
14168
14371
|
bridges: [{ url: 'https://superbridge.app/soneium' }]
|
|
14169
|
-
}
|
|
14170
|
-
iconURL: 'https://ipfs.io/ipfs/QmWXmnBMtM93iCJ1fsVv8KNFFvxGWUzF4z5xas3zMbFZGe'
|
|
14372
|
+
}
|
|
14171
14373
|
},
|
|
14172
14374
|
1875: {
|
|
14173
14375
|
name: 'Whitechain',
|
|
@@ -16112,7 +16314,12 @@ exports.chains = {
|
|
|
16112
16314
|
name: 'Game7',
|
|
16113
16315
|
title: 'Game7',
|
|
16114
16316
|
chain: 'Game7',
|
|
16115
|
-
rpc: [
|
|
16317
|
+
rpc: [
|
|
16318
|
+
'https://mainnet-rpc.game7.io',
|
|
16319
|
+
'wss://mainnet-rpc.game7.io',
|
|
16320
|
+
'https://mainnet-rpc.game7.build',
|
|
16321
|
+
'wss://mainnet-rpc.game7.build'
|
|
16322
|
+
],
|
|
16116
16323
|
faucets: [],
|
|
16117
16324
|
nativeCurrency: { name: 'G7', symbol: 'G7', decimals: 18 },
|
|
16118
16325
|
features: [{ name: 'EIP155' }],
|
|
@@ -17150,7 +17357,7 @@ exports.chains = {
|
|
|
17150
17357
|
'wss://fraxtal-holesky-rpc.publicnode.com'
|
|
17151
17358
|
],
|
|
17152
17359
|
faucets: [],
|
|
17153
|
-
nativeCurrency: { name: 'Frax
|
|
17360
|
+
nativeCurrency: { name: 'Frax', symbol: 'FRAX', decimals: 18 },
|
|
17154
17361
|
infoURL: 'https://testnet.frax.com',
|
|
17155
17362
|
shortName: 'fraxtal-testnet',
|
|
17156
17363
|
chainId: 2522,
|
|
@@ -18326,6 +18533,29 @@ exports.chains = {
|
|
|
18326
18533
|
slip44: 1,
|
|
18327
18534
|
status: 'incubating'
|
|
18328
18535
|
},
|
|
18536
|
+
3344: {
|
|
18537
|
+
name: 'Pentagon Chain',
|
|
18538
|
+
chain: 'Pentagon Chain',
|
|
18539
|
+
rpc: ['https://rpc.pentagon.games'],
|
|
18540
|
+
faucets: ['https://bridge.pentagon.games'],
|
|
18541
|
+
nativeCurrency: { name: 'Pentagon Chain', symbol: 'PC', decimals: 18 },
|
|
18542
|
+
icon: 'pentagonchain',
|
|
18543
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
18544
|
+
infoURL: 'https://pentagon.games',
|
|
18545
|
+
shortName: 'PentagonChain',
|
|
18546
|
+
chainId: 3344,
|
|
18547
|
+
networkId: 3344,
|
|
18548
|
+
explorers: [
|
|
18549
|
+
{
|
|
18550
|
+
name: 'Pentagon Chain Explorer',
|
|
18551
|
+
url: 'https://explorer.pentagon.games',
|
|
18552
|
+
icon: 'pentagonchain',
|
|
18553
|
+
standard: 'EIP3091'
|
|
18554
|
+
}
|
|
18555
|
+
],
|
|
18556
|
+
status: 'active',
|
|
18557
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreibiwnnehj2j3tbla2yvvama6p7tfxvjfeqymw6ptoecoxb66glhkm'
|
|
18558
|
+
},
|
|
18329
18559
|
3366: {
|
|
18330
18560
|
name: 'Meroneum',
|
|
18331
18561
|
chain: 'MERON',
|
|
@@ -18813,7 +19043,7 @@ exports.chains = {
|
|
|
18813
19043
|
name: 'Xone Mainnet',
|
|
18814
19044
|
chain: 'XOC',
|
|
18815
19045
|
icon: 'Xonechain',
|
|
18816
|
-
rpc: ['https://rpc.xone.org'],
|
|
19046
|
+
rpc: ['https://rpc.xone.org', 'wss://rpc-wss.xone.org'],
|
|
18817
19047
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
18818
19048
|
faucets: ['https://faucet.xone.org/'],
|
|
18819
19049
|
nativeCurrency: { name: 'Xone Coin', symbol: 'XOC', decimals: 18 },
|
|
@@ -18891,16 +19121,13 @@ exports.chains = {
|
|
|
18891
19121
|
shortName: 'alv',
|
|
18892
19122
|
chainId: 3797,
|
|
18893
19123
|
networkId: 3797,
|
|
18894
|
-
icon: 'alveychain',
|
|
18895
19124
|
explorers: [
|
|
18896
19125
|
{
|
|
18897
19126
|
name: 'AlveyScan',
|
|
18898
19127
|
url: 'https://alveyscan.com',
|
|
18899
|
-
icon: 'alveychain',
|
|
18900
19128
|
standard: 'EIP3091'
|
|
18901
19129
|
}
|
|
18902
|
-
]
|
|
18903
|
-
iconURL: 'https://ipfs.io/ipfs/QmTuY2Goyxpuy5GmA32EMYZBwxRcGsahiMFgfeBixSk7rb'
|
|
19130
|
+
]
|
|
18904
19131
|
},
|
|
18905
19132
|
3799: {
|
|
18906
19133
|
name: 'Tangle Testnet',
|
|
@@ -20126,7 +20353,7 @@ exports.chains = {
|
|
|
20126
20353
|
standard: 'none'
|
|
20127
20354
|
}
|
|
20128
20355
|
],
|
|
20129
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
20356
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreie5ozo663ddewiqfiuc5kq44giy4zdhvpq2hamsdub5gwa77hcplu'
|
|
20130
20357
|
},
|
|
20131
20358
|
4646: {
|
|
20132
20359
|
name: 'MST Chain',
|
|
@@ -21173,15 +21400,26 @@ exports.chains = {
|
|
|
21173
21400
|
5371: {
|
|
21174
21401
|
name: 'Settlus',
|
|
21175
21402
|
chain: 'ETH',
|
|
21176
|
-
rpc: [],
|
|
21403
|
+
rpc: ['https://settlus-mainnet.g.alchemy.com/public'],
|
|
21177
21404
|
faucets: [],
|
|
21178
21405
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
21179
21406
|
infoURL: 'https://settlus.org',
|
|
21180
21407
|
shortName: 'setl',
|
|
21181
21408
|
chainId: 5371,
|
|
21182
21409
|
networkId: 5371,
|
|
21183
|
-
parent: {
|
|
21184
|
-
|
|
21410
|
+
parent: {
|
|
21411
|
+
type: 'L2',
|
|
21412
|
+
chain: 'eip155-1',
|
|
21413
|
+
bridges: [{ url: 'https://settlus-mainnet.bridge.alchemy.com/' }]
|
|
21414
|
+
},
|
|
21415
|
+
explorers: [
|
|
21416
|
+
{
|
|
21417
|
+
name: 'Settlus Mainnet Explorer',
|
|
21418
|
+
url: 'https://mainnet.settlus.network',
|
|
21419
|
+
standard: 'EIP3091'
|
|
21420
|
+
}
|
|
21421
|
+
],
|
|
21422
|
+
status: 'active'
|
|
21185
21423
|
},
|
|
21186
21424
|
5372: {
|
|
21187
21425
|
name: 'Settlus Testnet',
|
|
@@ -21213,7 +21451,7 @@ exports.chains = {
|
|
|
21213
21451
|
explorers: [
|
|
21214
21452
|
{
|
|
21215
21453
|
name: 'Settlus Sepolia Testnet Explorer',
|
|
21216
|
-
url: 'https://
|
|
21454
|
+
url: 'https://sepolia.settlus.network',
|
|
21217
21455
|
standard: 'EIP3091'
|
|
21218
21456
|
}
|
|
21219
21457
|
],
|
|
@@ -21581,7 +21819,7 @@ exports.chains = {
|
|
|
21581
21819
|
explorers: [
|
|
21582
21820
|
{
|
|
21583
21821
|
name: 'Syscoin Testnet Block Explorer',
|
|
21584
|
-
url: 'https://tanenbaum.io',
|
|
21822
|
+
url: 'https://explorer.tanenbaum.io',
|
|
21585
21823
|
standard: 'EIP3091'
|
|
21586
21824
|
}
|
|
21587
21825
|
]
|
|
@@ -22906,7 +23144,6 @@ exports.chains = {
|
|
|
22906
23144
|
7208: {
|
|
22907
23145
|
name: 'Nexera Mainnet',
|
|
22908
23146
|
chain: 'Nexera',
|
|
22909
|
-
icon: 'nexera',
|
|
22910
23147
|
chainId: 7208,
|
|
22911
23148
|
networkId: 7208,
|
|
22912
23149
|
infoURL: 'https://nexera.network',
|
|
@@ -22914,8 +23151,7 @@ exports.chains = {
|
|
|
22914
23151
|
rpc: ['https://rpc.nexera.network'],
|
|
22915
23152
|
faucets: [],
|
|
22916
23153
|
nativeCurrency: { name: 'NXRA', symbol: 'NXRA', decimals: 18 },
|
|
22917
|
-
explorers: []
|
|
22918
|
-
iconURL: 'https://ipfs.io/ipfs/bafybeihgu3exoshubbgou5u6cyylpgo3wtc2n6kkmvw67q4bemucuw3goa'
|
|
23154
|
+
explorers: []
|
|
22919
23155
|
},
|
|
22920
23156
|
7210: {
|
|
22921
23157
|
name: 'Nibiru testnet-1',
|
|
@@ -23585,7 +23821,7 @@ exports.chains = {
|
|
|
23585
23821
|
explorers: [
|
|
23586
23822
|
{
|
|
23587
23823
|
name: 'maalscan',
|
|
23588
|
-
url: 'https://maalscan.io',
|
|
23824
|
+
url: 'https://v2.maalscan.io',
|
|
23589
23825
|
standard: 'EIP3091'
|
|
23590
23826
|
}
|
|
23591
23827
|
],
|
|
@@ -24092,6 +24328,26 @@ exports.chains = {
|
|
|
24092
24328
|
redFlags: ['reusedChainId'],
|
|
24093
24329
|
iconURL: 'https://ipfs.io/ipfs/Qma1bfuubpepKn7DLDy4NPSKDeT3S4VPCNhu6UmdGrb6YD'
|
|
24094
24330
|
},
|
|
24331
|
+
8083: {
|
|
24332
|
+
name: 'Shardeum Testnet',
|
|
24333
|
+
chain: 'ShardeumTestnet',
|
|
24334
|
+
icon: 'shardeum',
|
|
24335
|
+
rpc: ['https://api-testnet.shardeum.org/'],
|
|
24336
|
+
faucets: [],
|
|
24337
|
+
nativeCurrency: { name: 'Shardeum Test SHM', symbol: 'SHM', decimals: 18 },
|
|
24338
|
+
infoURL: 'https://docs.shardeum.org/',
|
|
24339
|
+
shortName: 'ShardeumTestnet',
|
|
24340
|
+
chainId: 8083,
|
|
24341
|
+
networkId: 8083,
|
|
24342
|
+
explorers: [
|
|
24343
|
+
{
|
|
24344
|
+
name: 'Shardeum Testnet Explorer',
|
|
24345
|
+
url: 'https://explorer-testnet.shardeum.org',
|
|
24346
|
+
standard: 'EIP3091'
|
|
24347
|
+
}
|
|
24348
|
+
],
|
|
24349
|
+
iconURL: 'https://ipfs.io/ipfs/Qma1bfuubpepKn7DLDy4NPSKDeT3S4VPCNhu6UmdGrb6YD'
|
|
24350
|
+
},
|
|
24095
24351
|
8086: {
|
|
24096
24352
|
name: 'Bitcoin Chain',
|
|
24097
24353
|
chain: 'BTC',
|
|
@@ -24163,6 +24419,26 @@ exports.chains = {
|
|
|
24163
24419
|
status: 'incubating',
|
|
24164
24420
|
iconURL: 'https://ipfs.io/ipfs/QmSnaHBAeCQEaibgsGqU1enFFyWsq5Eh3dDSMBA1Qztj91'
|
|
24165
24421
|
},
|
|
24422
|
+
8118: {
|
|
24423
|
+
name: 'Shardeum',
|
|
24424
|
+
chain: 'Shardeum',
|
|
24425
|
+
icon: 'shardeum',
|
|
24426
|
+
rpc: ['https://api.shardeum.org/'],
|
|
24427
|
+
faucets: [],
|
|
24428
|
+
nativeCurrency: { name: 'Shardeum', symbol: 'SHM', decimals: 18 },
|
|
24429
|
+
infoURL: 'https://docs.shardeum.org/',
|
|
24430
|
+
shortName: 'Shardeum',
|
|
24431
|
+
chainId: 8118,
|
|
24432
|
+
networkId: 8118,
|
|
24433
|
+
explorers: [
|
|
24434
|
+
{
|
|
24435
|
+
name: 'Shardeum Explorer',
|
|
24436
|
+
url: 'https://explorer.shardeum.org',
|
|
24437
|
+
standard: 'EIP3091'
|
|
24438
|
+
}
|
|
24439
|
+
],
|
|
24440
|
+
iconURL: 'https://ipfs.io/ipfs/Qma1bfuubpepKn7DLDy4NPSKDeT3S4VPCNhu6UmdGrb6YD'
|
|
24441
|
+
},
|
|
24166
24442
|
8131: {
|
|
24167
24443
|
name: 'Qitmeer Network Testnet',
|
|
24168
24444
|
chain: 'MEER',
|
|
@@ -25789,28 +26065,28 @@ exports.chains = {
|
|
|
25789
26065
|
iconURL: 'https://ipfs.io/ipfs/bafkreia5q26knsvxgkwxze7woepvsqat5n2hodokh4ozzphmhexqez5s34'
|
|
25790
26066
|
},
|
|
25791
26067
|
9496: {
|
|
25792
|
-
name: '
|
|
25793
|
-
chain: '
|
|
25794
|
-
rpc: ['https://
|
|
25795
|
-
faucets: [],
|
|
26068
|
+
name: 'Load Alphanet',
|
|
26069
|
+
chain: 'LOAD',
|
|
26070
|
+
rpc: ['https://alphanet.load.network'],
|
|
26071
|
+
faucets: ['https://load.network/faucet'],
|
|
25796
26072
|
nativeCurrency: {
|
|
25797
|
-
name: 'Testnet
|
|
25798
|
-
symbol: '
|
|
26073
|
+
name: 'Testnet Load Token',
|
|
26074
|
+
symbol: 'tLOAD',
|
|
25799
26075
|
decimals: 18
|
|
25800
26076
|
},
|
|
25801
|
-
infoURL: 'https://
|
|
25802
|
-
shortName: '
|
|
26077
|
+
infoURL: 'https://load.network',
|
|
26078
|
+
shortName: 'tload',
|
|
25803
26079
|
chainId: 9496,
|
|
25804
26080
|
networkId: 9496,
|
|
25805
|
-
icon: '
|
|
26081
|
+
icon: 'loadnetwork',
|
|
25806
26082
|
explorers: [
|
|
25807
26083
|
{
|
|
25808
|
-
name: '
|
|
25809
|
-
url: 'https://explorer.
|
|
26084
|
+
name: 'Load Network Explorer',
|
|
26085
|
+
url: 'https://explorer.load.network',
|
|
25810
26086
|
standard: 'EIP3091'
|
|
25811
26087
|
}
|
|
25812
26088
|
],
|
|
25813
|
-
iconURL:
|
|
26089
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreidgb2du22hxgj23jhyi2gipiovejn75cp6agmrklhxclu63v5pjxu'
|
|
25814
26090
|
},
|
|
25815
26091
|
9527: {
|
|
25816
26092
|
name: 'Rangers Protocol Testnet Robin',
|
|
@@ -26815,15 +27091,23 @@ exports.chains = {
|
|
|
26815
27091
|
10218: {
|
|
26816
27092
|
name: 'Tea Sepolia Testnet',
|
|
26817
27093
|
chain: 'ETH',
|
|
26818
|
-
rpc: [],
|
|
26819
|
-
faucets: [],
|
|
27094
|
+
rpc: ['https://tea-sepolia.g.alchemy.com/public'],
|
|
27095
|
+
faucets: ['https://faucet-sepolia.tea.xyz'],
|
|
27096
|
+
explorers: [
|
|
27097
|
+
{
|
|
27098
|
+
name: 'blockscout',
|
|
27099
|
+
url: 'https://sepolia.tea.xyz',
|
|
27100
|
+
icon: 'blockscout',
|
|
27101
|
+
standard: 'EIP3091'
|
|
27102
|
+
}
|
|
27103
|
+
],
|
|
26820
27104
|
nativeCurrency: { name: 'Sepolia Tea', symbol: 'TEA', decimals: 18 },
|
|
26821
27105
|
infoURL: 'https://tea.xyz',
|
|
26822
27106
|
shortName: 'teasep',
|
|
26823
27107
|
chainId: 10218,
|
|
26824
27108
|
networkId: 10218,
|
|
26825
27109
|
parent: { type: 'L2', chain: 'eip155-11155111' },
|
|
26826
|
-
status: '
|
|
27110
|
+
status: 'active'
|
|
26827
27111
|
},
|
|
26828
27112
|
10222: {
|
|
26829
27113
|
name: 'GLScan',
|
|
@@ -28298,7 +28582,12 @@ exports.chains = {
|
|
|
28298
28582
|
name: 'Game7 Testnet',
|
|
28299
28583
|
title: 'Game7 Testnet',
|
|
28300
28584
|
chain: 'Game7',
|
|
28301
|
-
rpc: [
|
|
28585
|
+
rpc: [
|
|
28586
|
+
'https://testnet-rpc.game7.io',
|
|
28587
|
+
'wss://testnet-rpc.game7.io',
|
|
28588
|
+
'https://testnet-rpc.game7.build',
|
|
28589
|
+
'wss://testnet-rpc.game7.build'
|
|
28590
|
+
],
|
|
28302
28591
|
faucets: [],
|
|
28303
28592
|
nativeCurrency: { name: 'TG7T', symbol: 'TG7T', decimals: 18 },
|
|
28304
28593
|
features: [{ name: 'EIP155' }],
|
|
@@ -30528,16 +30817,13 @@ exports.chains = {
|
|
|
30528
30817
|
shortName: 'talv',
|
|
30529
30818
|
chainId: 25839,
|
|
30530
30819
|
networkId: 25839,
|
|
30531
|
-
icon: 'alveychain',
|
|
30532
30820
|
explorers: [
|
|
30533
30821
|
{
|
|
30534
30822
|
name: 'AlveyScan Testnet',
|
|
30535
30823
|
url: 'https://alveytestnet.com',
|
|
30536
|
-
icon: 'alveychain',
|
|
30537
30824
|
standard: 'EIP3091'
|
|
30538
30825
|
}
|
|
30539
|
-
]
|
|
30540
|
-
iconURL: 'https://ipfs.io/ipfs/QmTuY2Goyxpuy5GmA32EMYZBwxRcGsahiMFgfeBixSk7rb'
|
|
30826
|
+
]
|
|
30541
30827
|
},
|
|
30542
30828
|
25888: {
|
|
30543
30829
|
name: 'Hammer Chain Mainnet',
|
|
@@ -30765,7 +31051,7 @@ exports.chains = {
|
|
|
30765
31051
|
standard: 'EIP3091'
|
|
30766
31052
|
}
|
|
30767
31053
|
],
|
|
30768
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
31054
|
+
iconURL: 'https://ipfs.io/ipfs/Qmchcfbq1dansGarbpbsgiiYa64HbGYtphe493JASKawxD'
|
|
30769
31055
|
},
|
|
30770
31056
|
27181: {
|
|
30771
31057
|
name: 'KLAOS Nova',
|
|
@@ -30852,11 +31138,11 @@ exports.chains = {
|
|
|
30852
31138
|
explorers: [
|
|
30853
31139
|
{
|
|
30854
31140
|
name: 'XferChain Mainnet Explorer',
|
|
30855
|
-
url: 'https://xferchain.org',
|
|
31141
|
+
url: 'https://network.xferchain.org',
|
|
30856
31142
|
standard: 'EIP3091'
|
|
30857
31143
|
}
|
|
30858
31144
|
],
|
|
30859
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
31145
|
+
iconURL: 'https://ipfs.io/ipfs/Qmchcfbq1dansGarbpbsgiiYa64HbGYtphe493JASKawxD'
|
|
30860
31146
|
},
|
|
30861
31147
|
28516: {
|
|
30862
31148
|
name: 'Vizing Testnet',
|
|
@@ -31332,15 +31618,14 @@ exports.chains = {
|
|
|
31332
31618
|
iconURL: 'https://ipfs.io/ipfs/QmRkaZbopr8JTgypSQ3N3VfQumnZEN9bA5Uh3u3mL26dwT'
|
|
31333
31619
|
},
|
|
31334
31620
|
31611: {
|
|
31335
|
-
name: 'Mezo
|
|
31336
|
-
chain: 'Mezo',
|
|
31337
|
-
icon: 'mezo',
|
|
31621
|
+
name: 'Mezo Testnet',
|
|
31622
|
+
chain: 'Mezo Testnet',
|
|
31338
31623
|
rpc: ['https://rpc.test.mezo.org'],
|
|
31339
|
-
faucets: [
|
|
31624
|
+
faucets: [],
|
|
31340
31625
|
nativeCurrency: { name: 'Bitcoin', symbol: 'BTC', decimals: 18 },
|
|
31341
31626
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
31342
31627
|
infoURL: 'https://mezo.org/',
|
|
31343
|
-
shortName: 'mezo',
|
|
31628
|
+
shortName: 'mezo-testnet',
|
|
31344
31629
|
chainId: 31611,
|
|
31345
31630
|
networkId: 31611,
|
|
31346
31631
|
explorers: [
|
|
@@ -31350,8 +31635,38 @@ exports.chains = {
|
|
|
31350
31635
|
icon: 'blockscout',
|
|
31351
31636
|
standard: 'EIP3091'
|
|
31352
31637
|
}
|
|
31638
|
+
]
|
|
31639
|
+
},
|
|
31640
|
+
31612: {
|
|
31641
|
+
name: 'Mezo',
|
|
31642
|
+
chain: 'Mezo',
|
|
31643
|
+
rpc: [
|
|
31644
|
+
'https://rpc_evm-mezo.imperator.co',
|
|
31645
|
+
'wss://ws_evm-mezo.imperator.co',
|
|
31646
|
+
'https://jsonrpc-mezo.boar.network',
|
|
31647
|
+
'wss://jsonrpcws-mezo.boar.network',
|
|
31648
|
+
'https://mainnet.mezo.public.validationcloud.io',
|
|
31649
|
+
'wss://mainnet.mezo.public.validationcloud.io',
|
|
31650
|
+
'https://rpc-internal.mezo.org',
|
|
31651
|
+
'wss://rpc-ws-internal.mezo.org'
|
|
31652
|
+
],
|
|
31653
|
+
faucets: [],
|
|
31654
|
+
nativeCurrency: { name: 'Bitcoin', symbol: 'BTC', decimals: 18 },
|
|
31655
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
31656
|
+
infoURL: 'https://mezo.org/',
|
|
31657
|
+
shortName: 'mezo',
|
|
31658
|
+
chainId: 31612,
|
|
31659
|
+
networkId: 31612,
|
|
31660
|
+
icon: 'mezo',
|
|
31661
|
+
explorers: [
|
|
31662
|
+
{
|
|
31663
|
+
name: 'blockscout',
|
|
31664
|
+
url: 'https://explorer.mezo.org',
|
|
31665
|
+
icon: 'blockscout',
|
|
31666
|
+
standard: 'EIP3091'
|
|
31667
|
+
}
|
|
31353
31668
|
],
|
|
31354
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
31669
|
+
iconURL: 'https://ipfs.io/ipfs/QmRwp2AtjoRDWpvQvnZpLXT6aw2S76j5y8gRNXevJY3WEo'
|
|
31355
31670
|
},
|
|
31356
31671
|
31753: {
|
|
31357
31672
|
name: 'Xchain Mainnet (Deprecated)',
|
|
@@ -31678,15 +31993,13 @@ exports.chains = {
|
|
|
31678
31993
|
shortName: 'apechain',
|
|
31679
31994
|
chainId: 33139,
|
|
31680
31995
|
networkId: 33139,
|
|
31681
|
-
icon: 'apechain',
|
|
31682
31996
|
explorers: [
|
|
31683
31997
|
{
|
|
31684
31998
|
name: 'ApeChain Explorer',
|
|
31685
31999
|
url: 'https://apescan.io',
|
|
31686
32000
|
standard: 'EIP3091'
|
|
31687
32001
|
}
|
|
31688
|
-
]
|
|
31689
|
-
iconURL: 'https://ipfs.io/ipfs/QmTqiPnYZx6ZyPPbtsuh8VvvoH6DSCJGjTUgtTN9X8NScP'
|
|
32002
|
+
]
|
|
31690
32003
|
},
|
|
31691
32004
|
33210: {
|
|
31692
32005
|
name: 'Cloudverse Subnet',
|
|
@@ -31791,6 +32104,26 @@ exports.chains = {
|
|
|
31791
32104
|
],
|
|
31792
32105
|
iconURL: 'https://ipfs.io/ipfs/QmTREXNgGtUhSoxFsrkhTe5LUnDBTKL5byaX8kpET6UuKp'
|
|
31793
32106
|
},
|
|
32107
|
+
33710: {
|
|
32108
|
+
name: 'R5 Network Testnet',
|
|
32109
|
+
chain: 'r5testnet',
|
|
32110
|
+
rpc: ['https://rpc-testnet.r5.network'],
|
|
32111
|
+
faucets: [],
|
|
32112
|
+
nativeCurrency: { name: 'Test R5', symbol: 'TR5', decimals: 18 },
|
|
32113
|
+
infoURL: 'https://r5.network',
|
|
32114
|
+
shortName: 'tr5',
|
|
32115
|
+
chainId: 33710,
|
|
32116
|
+
networkId: 33710,
|
|
32117
|
+
icon: 'r5',
|
|
32118
|
+
explorers: [
|
|
32119
|
+
{
|
|
32120
|
+
name: 'R5 Explorer',
|
|
32121
|
+
url: 'https://explorer-testnet.r5.network',
|
|
32122
|
+
standard: 'EIP3091'
|
|
32123
|
+
}
|
|
32124
|
+
],
|
|
32125
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreihrnrmjndul22scpktxzfvm6lyuxdepjtbfrn7ce4znl2blrqw6te'
|
|
32126
|
+
},
|
|
31794
32127
|
33979: {
|
|
31795
32128
|
name: 'Funki',
|
|
31796
32129
|
chain: 'ETH',
|
|
@@ -32155,6 +32488,29 @@ exports.chains = {
|
|
|
32155
32488
|
],
|
|
32156
32489
|
iconURL: 'https://ipfs.io/ipfs/QmAbz7VfGvf6NVHezuBy5HpJTCi1gEshBxxdDdfVXNQ8Bt'
|
|
32157
32490
|
},
|
|
32491
|
+
42000: {
|
|
32492
|
+
name: 'Helios Chain Testnet',
|
|
32493
|
+
chain: 'Helios Chain',
|
|
32494
|
+
rpc: ['https://testnet1.helioschainlabs.org'],
|
|
32495
|
+
faucets: ['https://testnet.helioschain.network'],
|
|
32496
|
+
nativeCurrency: { name: 'Helios', symbol: 'HLS', decimals: 18 },
|
|
32497
|
+
icon: 'helioschain',
|
|
32498
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
32499
|
+
infoURL: 'https://hub.helioschain.network',
|
|
32500
|
+
shortName: 'HLS',
|
|
32501
|
+
chainId: 42000,
|
|
32502
|
+
networkId: 42000,
|
|
32503
|
+
explorers: [
|
|
32504
|
+
{
|
|
32505
|
+
name: 'Helios Chain Explorer',
|
|
32506
|
+
url: 'https://explorer.helioschainlabs.org',
|
|
32507
|
+
icon: 'helioschain',
|
|
32508
|
+
standard: 'EIP3091'
|
|
32509
|
+
}
|
|
32510
|
+
],
|
|
32511
|
+
status: 'active',
|
|
32512
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreifrqrkoeenmx6wja2rj5o6sj3mtn5veyvx7dis6mba4bycd7yziba'
|
|
32513
|
+
},
|
|
32158
32514
|
42001: {
|
|
32159
32515
|
name: 'PMON Chain',
|
|
32160
32516
|
chain: '42001',
|
|
@@ -32677,6 +33033,29 @@ exports.chains = {
|
|
|
32677
33033
|
}
|
|
32678
33034
|
]
|
|
32679
33035
|
},
|
|
33036
|
+
43419: {
|
|
33037
|
+
name: 'GUNZ',
|
|
33038
|
+
chain: 'GUNZ',
|
|
33039
|
+
rpc: [
|
|
33040
|
+
'https://rpc.gunzchain.io/ext/bc/2M47TxWHGnhNtq6pM5zPXdATBtuqubxn5EPFgFmEawCQr9WFML/rpc'
|
|
33041
|
+
],
|
|
33042
|
+
faucets: [],
|
|
33043
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
33044
|
+
nativeCurrency: { name: 'GUN', symbol: 'GUN', decimals: 18 },
|
|
33045
|
+
icon: 'gunz',
|
|
33046
|
+
infoURL: 'https://gunbygunz.com',
|
|
33047
|
+
shortName: 'gunz-mainnet',
|
|
33048
|
+
chainId: 43419,
|
|
33049
|
+
networkId: 43419,
|
|
33050
|
+
explorers: [
|
|
33051
|
+
{
|
|
33052
|
+
name: 'blockscout',
|
|
33053
|
+
url: 'https://gunzscan.io',
|
|
33054
|
+
standard: 'EIP3091'
|
|
33055
|
+
}
|
|
33056
|
+
],
|
|
33057
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreid7wspejxmvsqkycru3lnfppgqre6zavkyw4vklnzrhoiycqsjzpa'
|
|
33058
|
+
},
|
|
32680
33059
|
43521: {
|
|
32681
33060
|
name: 'Formicarium',
|
|
32682
33061
|
title: 'MemeCore Testnet Formicarium',
|
|
@@ -32825,8 +33204,8 @@ exports.chains = {
|
|
|
32825
33204
|
iconURL: 'https://ipfs.io/ipfs/QmZP19pbqTco4vaP9siduLWP8pdYArFK3onfR55tvjr12s'
|
|
32826
33205
|
},
|
|
32827
33206
|
45003: {
|
|
32828
|
-
name: 'Juneo
|
|
32829
|
-
chain: 'JUNE-Chain',
|
|
33207
|
+
name: 'Juneo JUNE-Chain',
|
|
33208
|
+
chain: 'Juneo JUNE-Chain',
|
|
32830
33209
|
rpc: ['https://rpc.juneo-mainnet.network/ext/bc/JUNE/rpc'],
|
|
32831
33210
|
faucets: [],
|
|
32832
33211
|
nativeCurrency: { name: 'JUNE', symbol: 'JUNE', decimals: 18 },
|
|
@@ -32846,6 +33225,248 @@ exports.chains = {
|
|
|
32846
33225
|
],
|
|
32847
33226
|
iconURL: 'https://ipfs.io/ipfs/QmUXCyNVe6t9MDdWzW95YCLex6iTwG32NYPfR4ZS9r2JTJ'
|
|
32848
33227
|
},
|
|
33228
|
+
45004: {
|
|
33229
|
+
name: 'Juneo DAI1-Chain',
|
|
33230
|
+
chain: 'Juneo DAI1-Chain',
|
|
33231
|
+
rpc: ['https://rpc.juneo-mainnet.network/ext/bc/DAI1/rpc'],
|
|
33232
|
+
faucets: [],
|
|
33233
|
+
nativeCurrency: { name: 'DAI1', symbol: 'DAI1', decimals: 18 },
|
|
33234
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
33235
|
+
infoURL: 'https://juneo.com/',
|
|
33236
|
+
shortName: 'DAI1',
|
|
33237
|
+
chainId: 45004,
|
|
33238
|
+
networkId: 45004,
|
|
33239
|
+
icon: 'juneo-dai1',
|
|
33240
|
+
explorers: [
|
|
33241
|
+
{
|
|
33242
|
+
name: 'Juneo Scan',
|
|
33243
|
+
url: 'https://juneoscan.io/chain/5',
|
|
33244
|
+
icon: 'juneomainnet',
|
|
33245
|
+
standard: 'none'
|
|
33246
|
+
}
|
|
33247
|
+
],
|
|
33248
|
+
iconURL: 'https://ipfs.io/ipfs/Qmegd2hkWhyKjyUuQQ2vMauaj3N5J89kEPqN6YNT6s64zT'
|
|
33249
|
+
},
|
|
33250
|
+
45005: {
|
|
33251
|
+
name: 'Juneo USDT1-Chain',
|
|
33252
|
+
chain: 'Juneo USDT1-Chain',
|
|
33253
|
+
rpc: ['https://rpc.juneo-mainnet.network/ext/bc/USDT1/rpc'],
|
|
33254
|
+
faucets: [],
|
|
33255
|
+
nativeCurrency: { name: 'USDT1', symbol: 'USDT1', decimals: 18 },
|
|
33256
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
33257
|
+
infoURL: 'https://juneo.com/',
|
|
33258
|
+
shortName: 'USDT1',
|
|
33259
|
+
chainId: 45005,
|
|
33260
|
+
networkId: 45005,
|
|
33261
|
+
icon: 'juneo-usdt1',
|
|
33262
|
+
explorers: [
|
|
33263
|
+
{
|
|
33264
|
+
name: 'Juneo Scan',
|
|
33265
|
+
url: 'https://juneoscan.io/chain/3',
|
|
33266
|
+
icon: 'juneomainnet',
|
|
33267
|
+
standard: 'none'
|
|
33268
|
+
}
|
|
33269
|
+
],
|
|
33270
|
+
iconURL: 'https://ipfs.io/ipfs/Qmb7FZMjv6k25vDjNwfpksjsriwrLh7PVsT93eBWzC5pCY'
|
|
33271
|
+
},
|
|
33272
|
+
45006: {
|
|
33273
|
+
name: 'Juneo USD1-Chain',
|
|
33274
|
+
chain: 'Juneo USD1-Chain',
|
|
33275
|
+
rpc: ['https://rpc.juneo-mainnet.network/ext/bc/USD1/rpc'],
|
|
33276
|
+
faucets: [],
|
|
33277
|
+
nativeCurrency: { name: 'USD1', symbol: 'USD1', decimals: 18 },
|
|
33278
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
33279
|
+
infoURL: 'https://juneo.com/',
|
|
33280
|
+
shortName: 'USD1',
|
|
33281
|
+
chainId: 45006,
|
|
33282
|
+
networkId: 45006,
|
|
33283
|
+
icon: 'juneo-usd1',
|
|
33284
|
+
explorers: [
|
|
33285
|
+
{
|
|
33286
|
+
name: 'Juneo Scan',
|
|
33287
|
+
url: 'https://juneoscan.io/chain/4',
|
|
33288
|
+
icon: 'juneomainnet',
|
|
33289
|
+
standard: 'none'
|
|
33290
|
+
}
|
|
33291
|
+
],
|
|
33292
|
+
iconURL: 'https://ipfs.io/ipfs/QmTDaiJnZdwDhxLUjtx1qaNJ5VmKdK9xJoqGr7ubV1EXWW'
|
|
33293
|
+
},
|
|
33294
|
+
45007: {
|
|
33295
|
+
name: 'Juneo mBTC1-Chain',
|
|
33296
|
+
chain: 'Juneo mBTC1-Chain',
|
|
33297
|
+
rpc: ['https://rpc.juneo-mainnet.network/ext/bc/mBTC1/rpc'],
|
|
33298
|
+
faucets: [],
|
|
33299
|
+
nativeCurrency: { name: 'mBTC1', symbol: 'mBTC1', decimals: 18 },
|
|
33300
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
33301
|
+
infoURL: 'https://juneo.com/',
|
|
33302
|
+
shortName: 'mBTC1',
|
|
33303
|
+
chainId: 45007,
|
|
33304
|
+
networkId: 45007,
|
|
33305
|
+
icon: 'juneo-mbtc1',
|
|
33306
|
+
explorers: [
|
|
33307
|
+
{
|
|
33308
|
+
name: 'Juneo Scan',
|
|
33309
|
+
url: 'https://juneoscan.io/chain/9',
|
|
33310
|
+
icon: 'juneomainnet',
|
|
33311
|
+
standard: 'none'
|
|
33312
|
+
}
|
|
33313
|
+
],
|
|
33314
|
+
iconURL: 'https://ipfs.io/ipfs/QmSxps298BQUSGihkHy3sF5k8FRX7DqgfCJfJnZgjQs7bf'
|
|
33315
|
+
},
|
|
33316
|
+
45008: {
|
|
33317
|
+
name: 'Juneo GLD1-Chain',
|
|
33318
|
+
chain: 'Juneo GLD1-Chain',
|
|
33319
|
+
rpc: ['https://rpc.juneo-mainnet.network/ext/bc/GLD1/rpc'],
|
|
33320
|
+
faucets: [],
|
|
33321
|
+
nativeCurrency: { name: 'GLD1', symbol: 'GLD1', decimals: 18 },
|
|
33322
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
33323
|
+
infoURL: 'https://juneo.com/',
|
|
33324
|
+
shortName: 'GLD1',
|
|
33325
|
+
chainId: 45008,
|
|
33326
|
+
networkId: 45008,
|
|
33327
|
+
icon: 'juneo-gld1',
|
|
33328
|
+
explorers: [
|
|
33329
|
+
{
|
|
33330
|
+
name: 'Juneo Scan',
|
|
33331
|
+
url: 'https://juneoscan.io/chain/8',
|
|
33332
|
+
icon: 'juneomainnet',
|
|
33333
|
+
standard: 'none'
|
|
33334
|
+
}
|
|
33335
|
+
],
|
|
33336
|
+
iconURL: 'https://ipfs.io/ipfs/QmQFqkzi97UKJqmC8KRcFieCuC7KXk4G42j7j5PSF4ByWg'
|
|
33337
|
+
},
|
|
33338
|
+
45009: {
|
|
33339
|
+
name: 'Juneo LTC1-Chain',
|
|
33340
|
+
chain: 'Juneo LTC1-Chain',
|
|
33341
|
+
rpc: ['https://rpc.juneo-mainnet.network/ext/bc/LTC1/rpc'],
|
|
33342
|
+
faucets: [],
|
|
33343
|
+
nativeCurrency: { name: 'LTC1', symbol: 'LTC1', decimals: 18 },
|
|
33344
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
33345
|
+
infoURL: 'https://juneo.com/',
|
|
33346
|
+
shortName: 'LTC1',
|
|
33347
|
+
chainId: 45009,
|
|
33348
|
+
networkId: 45009,
|
|
33349
|
+
icon: 'juneo-ltc1',
|
|
33350
|
+
explorers: [
|
|
33351
|
+
{
|
|
33352
|
+
name: 'Juneo Scan',
|
|
33353
|
+
url: 'https://juneoscan.io/chain/11',
|
|
33354
|
+
icon: 'juneomainnet',
|
|
33355
|
+
standard: 'none'
|
|
33356
|
+
}
|
|
33357
|
+
],
|
|
33358
|
+
iconURL: 'https://ipfs.io/ipfs/QmYofWFKyp1ewqn1oZgU9csyfxv1D742kMqNkysx7yRzEm'
|
|
33359
|
+
},
|
|
33360
|
+
45010: {
|
|
33361
|
+
name: 'Juneo DOGE1-Chain',
|
|
33362
|
+
chain: 'Juneo DOGE1-Chain',
|
|
33363
|
+
rpc: ['https://rpc.juneo-mainnet.network/ext/bc/DOGE1/rpc'],
|
|
33364
|
+
faucets: [],
|
|
33365
|
+
nativeCurrency: { name: 'DOGE1', symbol: 'DOGE1', decimals: 18 },
|
|
33366
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
33367
|
+
infoURL: 'https://juneo.com/',
|
|
33368
|
+
shortName: 'DOGE1',
|
|
33369
|
+
chainId: 45010,
|
|
33370
|
+
networkId: 45010,
|
|
33371
|
+
icon: 'juneo-doge1',
|
|
33372
|
+
explorers: [
|
|
33373
|
+
{
|
|
33374
|
+
name: 'Juneo Scan',
|
|
33375
|
+
url: 'https://juneoscan.io/chain/10',
|
|
33376
|
+
icon: 'juneomainnet',
|
|
33377
|
+
standard: 'none'
|
|
33378
|
+
}
|
|
33379
|
+
],
|
|
33380
|
+
iconURL: 'https://ipfs.io/ipfs/QmXTzkZKgRHrkxJyP9FZwHTgmk2ovC9b1vrsfhHc6jvjzF'
|
|
33381
|
+
},
|
|
33382
|
+
45011: {
|
|
33383
|
+
name: 'Juneo EUR1-Chain',
|
|
33384
|
+
chain: 'Juneo EUR1-Chain',
|
|
33385
|
+
rpc: ['https://rpc.juneo-mainnet.network/ext/bc/EUR1/rpc'],
|
|
33386
|
+
faucets: [],
|
|
33387
|
+
nativeCurrency: { name: 'EUR1', symbol: 'EUR1', decimals: 18 },
|
|
33388
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
33389
|
+
infoURL: 'https://juneo.com/',
|
|
33390
|
+
shortName: 'EUR1',
|
|
33391
|
+
chainId: 45011,
|
|
33392
|
+
networkId: 45011,
|
|
33393
|
+
icon: 'juneo-eur1',
|
|
33394
|
+
explorers: [
|
|
33395
|
+
{
|
|
33396
|
+
name: 'Juneo Scan',
|
|
33397
|
+
url: 'https://juneoscan.io/chain/6',
|
|
33398
|
+
icon: 'juneomainnet',
|
|
33399
|
+
standard: 'none'
|
|
33400
|
+
}
|
|
33401
|
+
],
|
|
33402
|
+
iconURL: 'https://ipfs.io/ipfs/QmexytQkcC8yXzEjv3mbaZyxcy7v8vEEPmii2JZQAyGjqM'
|
|
33403
|
+
},
|
|
33404
|
+
45012: {
|
|
33405
|
+
name: 'Juneo SGD1-Chain',
|
|
33406
|
+
chain: 'Juneo SGD1-Chain',
|
|
33407
|
+
rpc: ['https://rpc.juneo-mainnet.network/ext/bc/SGD1/rpc'],
|
|
33408
|
+
faucets: [],
|
|
33409
|
+
nativeCurrency: { name: 'SGD1', symbol: 'SGD1', decimals: 18 },
|
|
33410
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
33411
|
+
infoURL: 'https://juneo.com/',
|
|
33412
|
+
shortName: 'SGD1',
|
|
33413
|
+
chainId: 45012,
|
|
33414
|
+
networkId: 45012,
|
|
33415
|
+
icon: 'juneo-sgd1',
|
|
33416
|
+
explorers: [
|
|
33417
|
+
{
|
|
33418
|
+
name: 'Juneo Scan',
|
|
33419
|
+
url: 'https://juneoscan.io/chain/7',
|
|
33420
|
+
icon: 'juneomainnet',
|
|
33421
|
+
standard: 'none'
|
|
33422
|
+
}
|
|
33423
|
+
],
|
|
33424
|
+
iconURL: 'https://ipfs.io/ipfs/QmatZHCTvWWvgLJRphDGuCUv49mWLB3VM5gzGY4uRkzZbe'
|
|
33425
|
+
},
|
|
33426
|
+
45013: {
|
|
33427
|
+
name: 'Juneo BCH1-Chain',
|
|
33428
|
+
chain: 'Juneo BCH1-Chain',
|
|
33429
|
+
rpc: ['https://rpc.juneo-mainnet.network/ext/bc/BCH1/rpc'],
|
|
33430
|
+
faucets: [],
|
|
33431
|
+
nativeCurrency: { name: 'BCH1', symbol: 'BCH1', decimals: 18 },
|
|
33432
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
33433
|
+
infoURL: 'https://juneo.com/',
|
|
33434
|
+
shortName: 'BCH1',
|
|
33435
|
+
chainId: 45013,
|
|
33436
|
+
networkId: 45013,
|
|
33437
|
+
icon: 'juneo-bch1',
|
|
33438
|
+
explorers: [
|
|
33439
|
+
{
|
|
33440
|
+
name: 'Juneo Scan',
|
|
33441
|
+
url: 'https://juneoscan.io/chain/12',
|
|
33442
|
+
icon: 'juneomainnet',
|
|
33443
|
+
standard: 'none'
|
|
33444
|
+
}
|
|
33445
|
+
],
|
|
33446
|
+
iconURL: 'https://ipfs.io/ipfs/QmWCg8qEUtUBWvk7UMJZ7kkqg9SMs63k5Np6hfguZ7btob'
|
|
33447
|
+
},
|
|
33448
|
+
45014: {
|
|
33449
|
+
name: 'Juneo LINK1-Chain',
|
|
33450
|
+
chain: 'Juneo LINK1-Chain',
|
|
33451
|
+
rpc: ['https://rpc.juneo-mainnet.network/ext/bc/LINK1/rpc'],
|
|
33452
|
+
faucets: [],
|
|
33453
|
+
nativeCurrency: { name: 'LINK1', symbol: 'LINK1', decimals: 18 },
|
|
33454
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
33455
|
+
infoURL: 'https://juneo.com/',
|
|
33456
|
+
shortName: 'LINK1',
|
|
33457
|
+
chainId: 45014,
|
|
33458
|
+
networkId: 45014,
|
|
33459
|
+
icon: 'juneo-link1',
|
|
33460
|
+
explorers: [
|
|
33461
|
+
{
|
|
33462
|
+
name: 'Juneo Scan',
|
|
33463
|
+
url: 'https://juneoscan.io/chain/13',
|
|
33464
|
+
icon: 'juneomainnet',
|
|
33465
|
+
standard: 'none'
|
|
33466
|
+
}
|
|
33467
|
+
],
|
|
33468
|
+
iconURL: 'https://ipfs.io/ipfs/QmQqicvzrLaPyDzLCm4mJofTbcdH7xKJrnZYF5ptCyAoTE'
|
|
33469
|
+
},
|
|
32849
33470
|
45454: {
|
|
32850
33471
|
name: 'Swamps L2',
|
|
32851
33472
|
chain: 'SWP',
|
|
@@ -33307,24 +33928,21 @@ exports.chains = {
|
|
|
33307
33928
|
shortName: 'SomniaTestnet',
|
|
33308
33929
|
chainId: 50312,
|
|
33309
33930
|
networkId: 50312,
|
|
33310
|
-
icon: 'somnia',
|
|
33311
33931
|
explorers: [
|
|
33312
33932
|
{
|
|
33313
33933
|
name: 'Somnia Testnet',
|
|
33314
33934
|
url: 'https://somnia-testnet.socialscan.io',
|
|
33315
|
-
icon: 'somnia',
|
|
33316
33935
|
standard: 'EIP3091'
|
|
33317
33936
|
}
|
|
33318
|
-
]
|
|
33319
|
-
iconURL: 'https://ipfs.io/ipfs/bafkreihcfqyihbbqunsozmiwyzk57gcwc5bs2ovo4kkypahe37brdwjlsy'
|
|
33937
|
+
]
|
|
33320
33938
|
},
|
|
33321
33939
|
50341: {
|
|
33322
|
-
name: 'Reddio
|
|
33323
|
-
title: 'Reddio Sepolia L2 Rollup
|
|
33940
|
+
name: 'Reddio Testnet',
|
|
33941
|
+
title: 'Reddio Sepolia L2 Rollup Testnet',
|
|
33324
33942
|
chain: 'ETH',
|
|
33325
33943
|
rpc: ['https://reddio-dev.reddio.com'],
|
|
33326
33944
|
faucets: [],
|
|
33327
|
-
nativeCurrency: { name: '
|
|
33945
|
+
nativeCurrency: { name: 'Reddio', symbol: 'RDO', decimals: 18 },
|
|
33328
33946
|
infoURL: 'https://www.reddio.com',
|
|
33329
33947
|
shortName: 'reddio-devnet',
|
|
33330
33948
|
chainId: 50341,
|
|
@@ -35063,6 +35681,24 @@ exports.chains = {
|
|
|
35063
35681
|
parent: { type: 'L2', chain: 'eip155-248' },
|
|
35064
35682
|
iconURL: 'https://ipfs.io/ipfs/QmPMqjf5XKZ4Cxa1u8qc8Zj9mmVLBoqK7N5h2zFr3Rsyzw'
|
|
35065
35683
|
},
|
|
35684
|
+
69000: {
|
|
35685
|
+
name: 'Animechain Mainnet',
|
|
35686
|
+
chain: 'ETH',
|
|
35687
|
+
rpc: [],
|
|
35688
|
+
faucets: [],
|
|
35689
|
+
nativeCurrency: { name: 'Animecoin', symbol: 'ANIME', decimals: 18 },
|
|
35690
|
+
infoURL: 'https://www.anime.xyz',
|
|
35691
|
+
shortName: 'anime',
|
|
35692
|
+
chainId: 69000,
|
|
35693
|
+
networkId: 69000,
|
|
35694
|
+
explorers: [
|
|
35695
|
+
{
|
|
35696
|
+
name: 'Animechain explorer',
|
|
35697
|
+
url: 'https://explorer.anime.xyz',
|
|
35698
|
+
standard: 'EIP3091'
|
|
35699
|
+
}
|
|
35700
|
+
]
|
|
35701
|
+
},
|
|
35066
35702
|
69420: {
|
|
35067
35703
|
name: 'Condrieu',
|
|
35068
35704
|
title: 'Ethereum Verkle Testnet Condrieu',
|
|
@@ -35172,12 +35808,10 @@ exports.chains = {
|
|
|
35172
35808
|
{
|
|
35173
35809
|
name: 'Proof of Play Apex Explorer',
|
|
35174
35810
|
url: 'https://explorer.apex.proofofplay.com',
|
|
35175
|
-
icon: 'pop-apex',
|
|
35176
35811
|
standard: 'EIP3091'
|
|
35177
35812
|
}
|
|
35178
35813
|
],
|
|
35179
35814
|
infoURL: 'https://proofofplay.com',
|
|
35180
|
-
icon: 'pop-apex',
|
|
35181
35815
|
parent: {
|
|
35182
35816
|
type: 'L2',
|
|
35183
35817
|
chain: 'eip155-42161',
|
|
@@ -35185,8 +35819,7 @@ exports.chains = {
|
|
|
35185
35819
|
{ url: 'https://bridge.arbitrum.io' },
|
|
35186
35820
|
{ url: 'https://relay.link/bridge/apex/' }
|
|
35187
35821
|
]
|
|
35188
|
-
}
|
|
35189
|
-
iconURL: 'https://ipfs.io/ipfs/QmW3NPDe6WRqucrWbe8pg3GqSMPi8V6Qa1fAiaQuqjxSJC'
|
|
35822
|
+
}
|
|
35190
35823
|
},
|
|
35191
35824
|
70701: {
|
|
35192
35825
|
name: 'Proof of Play - Boss',
|
|
@@ -35324,7 +35957,6 @@ exports.chains = {
|
|
|
35324
35957
|
72080: {
|
|
35325
35958
|
name: 'Nexera Testnet',
|
|
35326
35959
|
chain: 'Nexera',
|
|
35327
|
-
icon: 'nexera',
|
|
35328
35960
|
chainId: 72080,
|
|
35329
35961
|
networkId: 72080,
|
|
35330
35962
|
infoURL: 'https://testnet.nexera.network',
|
|
@@ -35332,8 +35964,7 @@ exports.chains = {
|
|
|
35332
35964
|
rpc: ['https://rpc.testnet.nexera.network'],
|
|
35333
35965
|
faucets: ['https://faucet.nexera.network'],
|
|
35334
35966
|
nativeCurrency: { name: 'tNXRA', symbol: 'tNXRA', decimals: 18 },
|
|
35335
|
-
explorers: []
|
|
35336
|
-
iconURL: 'https://ipfs.io/ipfs/bafybeihgu3exoshubbgou5u6cyylpgo3wtc2n6kkmvw67q4bemucuw3goa'
|
|
35967
|
+
explorers: []
|
|
35337
35968
|
},
|
|
35338
35969
|
72778: {
|
|
35339
35970
|
name: 'CAGA crypto Ankara testnet',
|
|
@@ -37864,6 +38495,28 @@ exports.chains = {
|
|
|
37864
38495
|
status: 'deprecated',
|
|
37865
38496
|
iconURL: 'https://ipfs.io/ipfs/bafybeidk4swpgdyqmpz6shd5onvpaujvwiwthrhypufnwr6xh3dausz2dm'
|
|
37866
38497
|
},
|
|
38498
|
+
101003: {
|
|
38499
|
+
name: 'Socotra JUNE-Chain',
|
|
38500
|
+
chain: 'Socotra JUNE-Chain',
|
|
38501
|
+
rpc: ['https://rpc.socotra-testnet.network/ext/bc/JUNE/rpc'],
|
|
38502
|
+
faucets: [],
|
|
38503
|
+
nativeCurrency: { name: 'Socotra JUNE', symbol: 'JUNE', decimals: 18 },
|
|
38504
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
38505
|
+
infoURL: 'https://juneo.com/',
|
|
38506
|
+
shortName: 'Socotra-JUNE',
|
|
38507
|
+
chainId: 101003,
|
|
38508
|
+
networkId: 101003,
|
|
38509
|
+
icon: 'juneoSocotraTestnet',
|
|
38510
|
+
explorers: [
|
|
38511
|
+
{
|
|
38512
|
+
name: 'Juneo Scan',
|
|
38513
|
+
url: 'https://socotra.juneoscan.io/chain/2',
|
|
38514
|
+
icon: 'juneomainnet',
|
|
38515
|
+
standard: 'none'
|
|
38516
|
+
}
|
|
38517
|
+
],
|
|
38518
|
+
iconURL: 'https://ipfs.io/ipfs/QmVHCbprTiCen4496EnAKedtJPxYLZXBE1gDusVa23y8kg'
|
|
38519
|
+
},
|
|
37867
38520
|
101010: {
|
|
37868
38521
|
name: 'Global Trust Network',
|
|
37869
38522
|
chain: 'GTN',
|
|
@@ -38557,12 +39210,34 @@ exports.chains = {
|
|
|
38557
39210
|
explorers: [
|
|
38558
39211
|
{
|
|
38559
39212
|
name: 'Etherlink Testnet Explorer',
|
|
38560
|
-
url: 'https://testnet
|
|
39213
|
+
url: 'https://testnet.explorer.etherlink.com',
|
|
38561
39214
|
standard: 'EIP3091'
|
|
38562
39215
|
}
|
|
38563
39216
|
],
|
|
38564
39217
|
iconURL: 'https://ipfs.io/ipfs/QmVqE4wq3fd3RKZwo7GxmW333ywHgYBZGvqwh3TUBM5DUi'
|
|
38565
39218
|
},
|
|
39219
|
+
129399: {
|
|
39220
|
+
name: 'Tatara Testnet',
|
|
39221
|
+
chain: 'Tatara',
|
|
39222
|
+
rpc: ['https://rpc.tatara.katanarpc.com/'],
|
|
39223
|
+
faucets: [],
|
|
39224
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
39225
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
39226
|
+
infoURL: '',
|
|
39227
|
+
shortName: 'Tatara',
|
|
39228
|
+
chainId: 129399,
|
|
39229
|
+
networkId: 129399,
|
|
39230
|
+
icon: 'ethereum',
|
|
39231
|
+
explorers: [
|
|
39232
|
+
{
|
|
39233
|
+
name: 'Tatara explorer',
|
|
39234
|
+
url: 'https://explorer.tatara.katana.network',
|
|
39235
|
+
icon: 'blockscout',
|
|
39236
|
+
standard: 'EIP3091'
|
|
39237
|
+
}
|
|
39238
|
+
],
|
|
39239
|
+
iconURL: 'https://ipfs.io/ipfs/QmdwQDr6vmBtXmK2TmknkEuZNoaDqTasFdZdu3DRw8b2wt'
|
|
39240
|
+
},
|
|
38566
39241
|
131313: {
|
|
38567
39242
|
name: 'Odyssey Chain (Testnet)',
|
|
38568
39243
|
chain: 'DIONE',
|
|
@@ -38786,6 +39461,31 @@ exports.chains = {
|
|
|
38786
39461
|
explorers: [],
|
|
38787
39462
|
status: 'incubating'
|
|
38788
39463
|
},
|
|
39464
|
+
161803: {
|
|
39465
|
+
name: 'Eventum Mainnet',
|
|
39466
|
+
shortName: 'Eventum',
|
|
39467
|
+
chain: 'Eventum',
|
|
39468
|
+
icon: 'eventum',
|
|
39469
|
+
networkId: 161803,
|
|
39470
|
+
chainId: 161803,
|
|
39471
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
39472
|
+
rpc: ['https://mainnet-rpc.evedex.com'],
|
|
39473
|
+
faucets: [],
|
|
39474
|
+
explorers: [
|
|
39475
|
+
{
|
|
39476
|
+
name: 'Eventum Mainnet Explorer',
|
|
39477
|
+
url: 'https://explorer.evedex.com',
|
|
39478
|
+
standard: 'EIP3091'
|
|
39479
|
+
}
|
|
39480
|
+
],
|
|
39481
|
+
infoURL: 'https://evedex.com',
|
|
39482
|
+
parent: {
|
|
39483
|
+
type: 'L2',
|
|
39484
|
+
chain: 'eip155-1',
|
|
39485
|
+
bridges: [{ url: 'https://bridge.arbitrum.io' }]
|
|
39486
|
+
},
|
|
39487
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreigor7jjj7q4pczpz5wsj2fhdmkmx7o3r7yp35tcrz2verfkgucymi'
|
|
39488
|
+
},
|
|
38789
39489
|
165279: {
|
|
38790
39490
|
name: 'Eclat Mainnet',
|
|
38791
39491
|
chain: 'Eclat',
|
|
@@ -39148,6 +39848,27 @@ exports.chains = {
|
|
|
39148
39848
|
],
|
|
39149
39849
|
iconURL: 'https://ipfs.io/ipfs/QmPRDuEJSTqp2cDUvWCp71Wns6XV8nvdeAVKWH6srpk4xM'
|
|
39150
39850
|
},
|
|
39851
|
+
191919: {
|
|
39852
|
+
name: 'Altblockscan Mainnet',
|
|
39853
|
+
chain: 'ALTB',
|
|
39854
|
+
rpc: ['https://rpc.altblockscan.com'],
|
|
39855
|
+
faucets: [],
|
|
39856
|
+
nativeCurrency: { name: 'Altblockscan', symbol: 'ALTB', decimals: 18 },
|
|
39857
|
+
infoURL: 'https://altblockscan.com',
|
|
39858
|
+
shortName: 'altb',
|
|
39859
|
+
chainId: 191919,
|
|
39860
|
+
networkId: 191919,
|
|
39861
|
+
icon: 'altb',
|
|
39862
|
+
explorers: [
|
|
39863
|
+
{
|
|
39864
|
+
name: 'altblockscan',
|
|
39865
|
+
url: 'https://scan.altblockscan.com',
|
|
39866
|
+
icon: 'altb',
|
|
39867
|
+
standard: 'none'
|
|
39868
|
+
}
|
|
39869
|
+
],
|
|
39870
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreicy275qnnvxzjocl33blzw26orv3rkygqbb4sqwtx5bc2m3hazmre'
|
|
39871
|
+
},
|
|
39151
39872
|
192940: {
|
|
39152
39873
|
name: 'Mind Network Testnet',
|
|
39153
39874
|
chain: 'FHET',
|
|
@@ -39647,15 +40368,13 @@ exports.chains = {
|
|
|
39647
40368
|
chain: 'SOR',
|
|
39648
40369
|
rpc: ['https://rpc.sorian.io'],
|
|
39649
40370
|
faucets: [],
|
|
39650
|
-
icon: 'sorian',
|
|
39651
40371
|
nativeCurrency: { name: 'Sorian', symbol: 'SOR', decimals: 18 },
|
|
39652
40372
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
39653
40373
|
infoURL: 'https://sorian.io',
|
|
39654
40374
|
shortName: 'sorian',
|
|
39655
40375
|
chainId: 210209,
|
|
39656
40376
|
networkId: 210209,
|
|
39657
|
-
explorers: []
|
|
39658
|
-
iconURL: 'https://ipfs.io/ipfs/QmZmrcLYFtPZb36MZ1DyQpR7Lw8CWPP7x3Bx2anCjVWfMR'
|
|
40377
|
+
explorers: []
|
|
39659
40378
|
},
|
|
39660
40379
|
210210: {
|
|
39661
40380
|
name: 'Sorian Testnet',
|
|
@@ -39797,7 +40516,21 @@ exports.chains = {
|
|
|
39797
40516
|
'https://rpc.helikon.io/hydradx',
|
|
39798
40517
|
'wss://rpc.helikon.io/hydradx',
|
|
39799
40518
|
'https://hydration.dotters.network',
|
|
39800
|
-
'wss://hydration.dotters.network'
|
|
40519
|
+
'wss://hydration.dotters.network',
|
|
40520
|
+
'https://hydration.ibp.network',
|
|
40521
|
+
'wss://hydration.ibp.network',
|
|
40522
|
+
'https://rpc.cay.hydration.cloud',
|
|
40523
|
+
'wss://rpc.cay.hydration.cloud',
|
|
40524
|
+
'https://rpc.parm.hydration.cloud',
|
|
40525
|
+
'wss://rpc.parm.hydration.cloud',
|
|
40526
|
+
'https://rpc.roach.hydration.cloud',
|
|
40527
|
+
'wss://rpc.roach.hydration.cloud',
|
|
40528
|
+
'https://rpc.zipp.hydration.cloud',
|
|
40529
|
+
'wss://rpc.zipp.hydration.cloud',
|
|
40530
|
+
'https://rpc.sin.hydration.cloud',
|
|
40531
|
+
'wss://rpc.sin.hydration.cloud',
|
|
40532
|
+
'https://rpc.coke.hydration.cloud',
|
|
40533
|
+
'wss://rpc.coke.hydration.cloud'
|
|
39801
40534
|
],
|
|
39802
40535
|
faucets: [],
|
|
39803
40536
|
nativeCurrency: { name: 'Wrapped ETH', symbol: 'WETH', decimals: 18 },
|
|
@@ -39859,6 +40592,27 @@ exports.chains = {
|
|
|
39859
40592
|
],
|
|
39860
40593
|
iconURL: 'https://ipfs.io/ipfs/bafybeihjwgy4qja5cee452malk5hpb25pzpipfaka7hjcyb437ldodxzaq'
|
|
39861
40594
|
},
|
|
40595
|
+
223344: {
|
|
40596
|
+
name: 'B20 Testnet',
|
|
40597
|
+
chain: 'B20',
|
|
40598
|
+
rpc: ['https://rpc.beonescan.com'],
|
|
40599
|
+
faucets: ['https://faucet.beonechain.com/'],
|
|
40600
|
+
nativeCurrency: { name: 'B20', symbol: 'TBOC', decimals: 18 },
|
|
40601
|
+
infoURL: 'https://rpc.beonescan.com',
|
|
40602
|
+
shortName: 'B20',
|
|
40603
|
+
chainId: 223344,
|
|
40604
|
+
networkId: 223344,
|
|
40605
|
+
icon: 'b20',
|
|
40606
|
+
explorers: [
|
|
40607
|
+
{
|
|
40608
|
+
name: 'beonescan',
|
|
40609
|
+
url: 'https://beonescan.com',
|
|
40610
|
+
icon: 'b20',
|
|
40611
|
+
standard: 'none'
|
|
40612
|
+
}
|
|
40613
|
+
],
|
|
40614
|
+
iconURL: 'https://ipfs.io/ipfs/QmV14XgxgayF2Chw3HUGPNQ2iLzh9jAUxNL1LAECpZohVp'
|
|
40615
|
+
},
|
|
39862
40616
|
224168: {
|
|
39863
40617
|
name: 'Taf ECO Chain Mainnet',
|
|
39864
40618
|
chain: 'Taf ECO Chain',
|
|
@@ -40261,16 +41015,13 @@ exports.chains = {
|
|
|
40261
41015
|
chainId: 272247,
|
|
40262
41016
|
networkId: 272247,
|
|
40263
41017
|
slip44: 272247,
|
|
40264
|
-
icon: 'nxy',
|
|
40265
41018
|
explorers: [
|
|
40266
41019
|
{
|
|
40267
41020
|
name: 'Nxy Explorer',
|
|
40268
41021
|
url: 'https://explorer.nxy.social',
|
|
40269
|
-
standard: 'none'
|
|
40270
|
-
icon: 'nxy'
|
|
41022
|
+
standard: 'none'
|
|
40271
41023
|
}
|
|
40272
|
-
]
|
|
40273
|
-
iconURL: 'https://ipfs.io/ipfs/bafybeicvcacuabdf77itzusl4z743ojyimnw4ztyypbls3vccq3bvygyti'
|
|
41024
|
+
]
|
|
40274
41025
|
},
|
|
40275
41026
|
272520: {
|
|
40276
41027
|
name: 'Nxy Oasis',
|
|
@@ -40283,16 +41034,13 @@ exports.chains = {
|
|
|
40283
41034
|
chainId: 272520,
|
|
40284
41035
|
networkId: 272520,
|
|
40285
41036
|
slip44: 272520,
|
|
40286
|
-
icon: 'nxy',
|
|
40287
41037
|
explorers: [
|
|
40288
41038
|
{
|
|
40289
41039
|
name: 'Nxy Explorer',
|
|
40290
41040
|
url: 'https://explorer.nxy.social',
|
|
40291
|
-
standard: 'none'
|
|
40292
|
-
icon: 'nxy'
|
|
41041
|
+
standard: 'none'
|
|
40293
41042
|
}
|
|
40294
|
-
]
|
|
40295
|
-
iconURL: 'https://ipfs.io/ipfs/bafybeicvcacuabdf77itzusl4z743ojyimnw4ztyypbls3vccq3bvygyti'
|
|
41043
|
+
]
|
|
40296
41044
|
},
|
|
40297
41045
|
281121: {
|
|
40298
41046
|
name: 'Social Smart Chain Mainnet',
|
|
@@ -41858,7 +42606,8 @@ exports.chains = {
|
|
|
41858
42606
|
]
|
|
41859
42607
|
},
|
|
41860
42608
|
560048: {
|
|
41861
|
-
name: 'Hoodi
|
|
42609
|
+
name: 'Ethereum Hoodi',
|
|
42610
|
+
title: 'Ethereum Testnet Hoodi',
|
|
41862
42611
|
chain: 'ETH',
|
|
41863
42612
|
icon: 'ethereum',
|
|
41864
42613
|
rpc: ['https://rpc.hoodi.ethpandaops.io'],
|
|
@@ -42594,7 +43343,7 @@ exports.chains = {
|
|
|
42594
43343
|
standard: 'none'
|
|
42595
43344
|
}
|
|
42596
43345
|
],
|
|
42597
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
43346
|
+
iconURL: 'https://ipfs.io/ipfs/QmPL68edFCf9taAKQQu7rt11LrmWh7f7aBQ7ZkuhBKmrUv'
|
|
42598
43347
|
},
|
|
42599
43348
|
777888: {
|
|
42600
43349
|
name: 'Oone Chain Mainnet',
|
|
@@ -43732,10 +44481,10 @@ exports.chains = {
|
|
|
43732
44481
|
icon: 'xrplevm',
|
|
43733
44482
|
rpc: ['https://rpc.xrplevm.org', 'https://ws.xrplevm.org'],
|
|
43734
44483
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
43735
|
-
faucets: ['https://
|
|
44484
|
+
faucets: ['https://faucet.xrplevm.org'],
|
|
43736
44485
|
nativeCurrency: { name: 'XRP', symbol: 'XRP', decimals: 18 },
|
|
43737
44486
|
infoURL: 'https://xrplevm.org',
|
|
43738
|
-
shortName: '
|
|
44487
|
+
shortName: 'xrplevmdevnet',
|
|
43739
44488
|
chainId: 1440002,
|
|
43740
44489
|
networkId: 1440002,
|
|
43741
44490
|
explorers: [
|
|
@@ -43748,6 +44497,28 @@ exports.chains = {
|
|
|
43748
44497
|
],
|
|
43749
44498
|
iconURL: 'https://ipfs.io/ipfs/QmXP4M9LvEfLotu5HfpMBcuxJEqpefaxhRxFPToBGfhNSo'
|
|
43750
44499
|
},
|
|
44500
|
+
1449000: {
|
|
44501
|
+
name: 'XRPL EVM Sidechain Testnet',
|
|
44502
|
+
chain: 'XRPLEVM Testnet',
|
|
44503
|
+
icon: 'xrplevm',
|
|
44504
|
+
rpc: ['https://rpc.testnet.xrplevm.org', 'https://ws.testnet.xrplevm.org'],
|
|
44505
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
44506
|
+
faucets: ['https://faucet.xrplevm.org'],
|
|
44507
|
+
nativeCurrency: { name: 'XRP', symbol: 'XRP', decimals: 18 },
|
|
44508
|
+
infoURL: 'https://xrplevm.org',
|
|
44509
|
+
shortName: 'xrplevmtestnet',
|
|
44510
|
+
chainId: 1449000,
|
|
44511
|
+
networkId: 1449000,
|
|
44512
|
+
explorers: [
|
|
44513
|
+
{
|
|
44514
|
+
name: 'blockscout',
|
|
44515
|
+
url: 'https://explorer.testnet.xrplevm.org',
|
|
44516
|
+
icon: 'xrplevm',
|
|
44517
|
+
standard: 'EIP3091'
|
|
44518
|
+
}
|
|
44519
|
+
],
|
|
44520
|
+
iconURL: 'https://ipfs.io/ipfs/QmXP4M9LvEfLotu5HfpMBcuxJEqpefaxhRxFPToBGfhNSo'
|
|
44521
|
+
},
|
|
43751
44522
|
1501869: {
|
|
43752
44523
|
name: 'Waterfall 9 Test Network',
|
|
43753
44524
|
chain: 'Waterfall TestNet9',
|
|
@@ -44010,6 +44781,28 @@ exports.chains = {
|
|
|
44010
44781
|
chainId: 2611555,
|
|
44011
44782
|
networkId: 2611555
|
|
44012
44783
|
},
|
|
44784
|
+
2632500: {
|
|
44785
|
+
name: 'COTI',
|
|
44786
|
+
chainId: 2632500,
|
|
44787
|
+
shortName: 'coti',
|
|
44788
|
+
chain: 'COTI',
|
|
44789
|
+
networkId: 2632500,
|
|
44790
|
+
nativeCurrency: { name: 'COTI', symbol: 'COTI', decimals: 18 },
|
|
44791
|
+
rpc: ['https://mainnet.coti.io/rpc'],
|
|
44792
|
+
faucets: [],
|
|
44793
|
+
explorers: [
|
|
44794
|
+
{
|
|
44795
|
+
name: 'COTI Mainnet Explorer',
|
|
44796
|
+
url: 'https://mainnet.cotiscan.io',
|
|
44797
|
+
icon: 'blockscout',
|
|
44798
|
+
standard: 'EIP3091'
|
|
44799
|
+
}
|
|
44800
|
+
],
|
|
44801
|
+
infoURL: 'https://coti.io/',
|
|
44802
|
+
icon: 'coti',
|
|
44803
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
44804
|
+
iconURL: 'https://ipfs.io/ipfs/QmR58SroHx7ovpqEB5iRkw4PufEXmcCBAJ8AZ7mChDgTfV'
|
|
44805
|
+
},
|
|
44013
44806
|
2702128: {
|
|
44014
44807
|
name: 'Xterio Chain (ETH)',
|
|
44015
44808
|
chain: 'Xterio',
|
|
@@ -44572,7 +45365,7 @@ exports.chains = {
|
|
|
44572
45365
|
6666689: {
|
|
44573
45366
|
name: 'The Ting Blockchain Testnet Explorer',
|
|
44574
45367
|
chain: 'Ting',
|
|
44575
|
-
rpc: ['https://testnet.tingchain.org'],
|
|
45368
|
+
rpc: ['https://testnet.tingchain.org', 'https://public.0xrpc.com/6666689'],
|
|
44576
45369
|
faucets: [],
|
|
44577
45370
|
nativeCurrency: { name: 'Ton', symbol: 'Ton', decimals: 18 },
|
|
44578
45371
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
@@ -45065,13 +45858,12 @@ exports.chains = {
|
|
|
45065
45858
|
iconURL: 'https://ipfs.io/ipfs/QmUP7NPPrCe6N6k8RQh4KuSBU2xMvbyo6enCtzyE5v4bmQ'
|
|
45066
45859
|
},
|
|
45067
45860
|
11155111: {
|
|
45068
|
-
name: 'Sepolia',
|
|
45861
|
+
name: 'Ethereum Sepolia',
|
|
45069
45862
|
title: 'Ethereum Testnet Sepolia',
|
|
45070
45863
|
chain: 'ETH',
|
|
45071
45864
|
rpc: [
|
|
45072
45865
|
'https://rpc.sepolia.org',
|
|
45073
45866
|
'https://rpc2.sepolia.org',
|
|
45074
|
-
'https://rpc-sepolia.rockx.com',
|
|
45075
45867
|
'https://rpc.sepolia.ethpandaops.io',
|
|
45076
45868
|
'https://sepolia.infura.io/v3/${INFURA_API_KEY}',
|
|
45077
45869
|
'wss://sepolia.infura.io/v3/${INFURA_API_KEY}',
|
|
@@ -45081,7 +45873,6 @@ exports.chains = {
|
|
|
45081
45873
|
'wss://ethereum-sepolia-rpc.publicnode.com',
|
|
45082
45874
|
'https://sepolia.drpc.org',
|
|
45083
45875
|
'wss://sepolia.drpc.org',
|
|
45084
|
-
'https://rpc-sepolia.rockx.com',
|
|
45085
45876
|
'https://eth-sepolia.g.alchemy.com/v2/WddzdzI2o9S3COdT73d5w6AIogbKq4X-'
|
|
45086
45877
|
],
|
|
45087
45878
|
faucets: ['http://fauceth.komputing.org?chain=11155111&address=${ADDRESS}'],
|
|
@@ -45138,6 +45929,33 @@ exports.chains = {
|
|
|
45138
45929
|
}
|
|
45139
45930
|
]
|
|
45140
45931
|
},
|
|
45932
|
+
11155931: {
|
|
45933
|
+
name: 'RISE Testnet',
|
|
45934
|
+
chain: 'ETH',
|
|
45935
|
+
rpc: ['https://testnet.riselabs.xyz', 'wss://testnet.riselabs.xyz/ws'],
|
|
45936
|
+
faucets: ['https://faucet.testnet.riselabs.xyz'],
|
|
45937
|
+
nativeCurrency: { name: 'RISE Testnet Ether', symbol: 'ETH', decimals: 18 },
|
|
45938
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
45939
|
+
infoURL: 'https://www.riselabs.xyz/',
|
|
45940
|
+
shortName: 'rise-testnet',
|
|
45941
|
+
chainId: 11155931,
|
|
45942
|
+
networkId: 11155931,
|
|
45943
|
+
icon: 'rise',
|
|
45944
|
+
explorers: [
|
|
45945
|
+
{
|
|
45946
|
+
name: 'blockscout',
|
|
45947
|
+
url: 'https://explorer.testnet.riselabs.xyz',
|
|
45948
|
+
icon: 'blockscout',
|
|
45949
|
+
standard: 'EIP3091'
|
|
45950
|
+
}
|
|
45951
|
+
],
|
|
45952
|
+
parent: {
|
|
45953
|
+
type: 'L2',
|
|
45954
|
+
chain: 'eip155-11155111',
|
|
45955
|
+
bridges: [{ url: 'https://bridge-ui.testnet.riselabs.xyz' }]
|
|
45956
|
+
},
|
|
45957
|
+
iconURL: 'https://ipfs.io/ipfs/bafybeigpqflfjdeovryzeqcw42chsqtoed6ommcilepi7hnarqf34rat7i'
|
|
45958
|
+
},
|
|
45141
45959
|
11166111: {
|
|
45142
45960
|
name: 'R0AR Testnet',
|
|
45143
45961
|
chain: 'R0AR Testnet',
|
|
@@ -45551,16 +46369,16 @@ exports.chains = {
|
|
|
45551
46369
|
20230825: {
|
|
45552
46370
|
name: 'Vcity Testnet',
|
|
45553
46371
|
chain: 'VCITY',
|
|
45554
|
-
rpc: ['
|
|
46372
|
+
rpc: ['http://testnet-rpc.vcity.app'],
|
|
45555
46373
|
faucets: [],
|
|
45556
46374
|
nativeCurrency: {
|
|
45557
46375
|
name: 'Testnet Vcity Token',
|
|
45558
|
-
symbol: '
|
|
46376
|
+
symbol: 'VCT',
|
|
45559
46377
|
decimals: 18
|
|
45560
46378
|
},
|
|
45561
46379
|
features: [],
|
|
45562
46380
|
infoURL: 'https://vcity.app',
|
|
45563
|
-
shortName: '
|
|
46381
|
+
shortName: 'Vcitytestnet',
|
|
45564
46382
|
chainId: 20230825,
|
|
45565
46383
|
networkId: 20230825,
|
|
45566
46384
|
icon: 'vcity',
|
|
@@ -45650,6 +46468,28 @@ exports.chains = {
|
|
|
45650
46468
|
],
|
|
45651
46469
|
iconURL: 'https://ipfs.io/ipfs/QmfUV9PqF7JxuUAYaBHh6YJ2ChCdDVobTwDibxQuPMUmPq'
|
|
45652
46470
|
},
|
|
46471
|
+
20250825: {
|
|
46472
|
+
name: 'Vcitychain Mainnet',
|
|
46473
|
+
chain: 'Vcitychain',
|
|
46474
|
+
rpc: ['https://mainnet-rpc.vcity.app'],
|
|
46475
|
+
faucets: [],
|
|
46476
|
+
nativeCurrency: { name: 'Vcity Coin', symbol: 'VCITY', decimals: 18 },
|
|
46477
|
+
features: [],
|
|
46478
|
+
infoURL: 'https://vcity.app',
|
|
46479
|
+
shortName: 'vcity',
|
|
46480
|
+
chainId: 20250825,
|
|
46481
|
+
networkId: 20250825,
|
|
46482
|
+
icon: 'vcitychain',
|
|
46483
|
+
explorers: [
|
|
46484
|
+
{
|
|
46485
|
+
name: 'Vcitychain Explorer',
|
|
46486
|
+
url: 'https://blockchain.vcity.app',
|
|
46487
|
+
icon: 'vcitychain',
|
|
46488
|
+
standard: 'none'
|
|
46489
|
+
}
|
|
46490
|
+
],
|
|
46491
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreiawfldsm6h56ug2md3hp6xeos3xoyqt6gnw4mepz2f6lzi6xcygli'
|
|
46492
|
+
},
|
|
45653
46493
|
20256789: {
|
|
45654
46494
|
name: 'ETP Mainnet',
|
|
45655
46495
|
chain: 'ETP',
|
|
@@ -45953,7 +46793,8 @@ exports.chains = {
|
|
|
45953
46793
|
rpc: [
|
|
45954
46794
|
'https://rpc-testnet.xone.plus',
|
|
45955
46795
|
'https://rpc-testnet.xone.org',
|
|
45956
|
-
'https://rpc-testnet.knight.center'
|
|
46796
|
+
'https://rpc-testnet.knight.center',
|
|
46797
|
+
'wss://wss-rpc-testnet.xone.org'
|
|
45957
46798
|
],
|
|
45958
46799
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
45959
46800
|
faucets: ['https://faucet.xone.org/'],
|
|
@@ -46404,7 +47245,7 @@ exports.chains = {
|
|
|
46404
47245
|
standard: 'none'
|
|
46405
47246
|
}
|
|
46406
47247
|
],
|
|
46407
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
47248
|
+
iconURL: 'https://ipfs.io/ipfs/QmPL68edFCf9taAKQQu7rt11LrmWh7f7aBQ7ZkuhBKmrUv'
|
|
46408
47249
|
},
|
|
46409
47250
|
68840142: {
|
|
46410
47251
|
name: 'Frame Testnet',
|
|
@@ -47242,6 +48083,28 @@ exports.chains = {
|
|
|
47242
48083
|
bridges: [{ url: 'https://portal.testnet.sophon.xyz/bridge' }]
|
|
47243
48084
|
}
|
|
47244
48085
|
},
|
|
48086
|
+
661898459: {
|
|
48087
|
+
name: 'Smart Mainnet',
|
|
48088
|
+
chain: 'SMART',
|
|
48089
|
+
rpc: [],
|
|
48090
|
+
faucets: [],
|
|
48091
|
+
nativeCurrency: { name: 'Smart', symbol: 'SMART', decimals: 6 },
|
|
48092
|
+
infoURL: 'https://smartblockchain.com',
|
|
48093
|
+
shortName: 'smart',
|
|
48094
|
+
chainId: 661898459,
|
|
48095
|
+
networkId: 661898459,
|
|
48096
|
+
slip44: 783,
|
|
48097
|
+
icon: 'smart',
|
|
48098
|
+
explorers: [
|
|
48099
|
+
{
|
|
48100
|
+
name: 'smartexplorer',
|
|
48101
|
+
url: 'https://smartexplorer.com',
|
|
48102
|
+
icon: 'smart',
|
|
48103
|
+
standard: 'none'
|
|
48104
|
+
}
|
|
48105
|
+
],
|
|
48106
|
+
iconURL: 'https://ipfs.io/ipfs/QmWXs2ZzdbSTEL4uf5vsa7gRvC7AnVk5TDjaP4W6f9KALg'
|
|
48107
|
+
},
|
|
47245
48108
|
666666666: {
|
|
47246
48109
|
name: 'Degen Chain',
|
|
47247
48110
|
title: 'Degen Chain',
|
|
@@ -47271,6 +48134,7 @@ exports.chains = {
|
|
|
47271
48134
|
chainId: 728126428,
|
|
47272
48135
|
networkId: 728126428,
|
|
47273
48136
|
icon: 'tron',
|
|
48137
|
+
slip44: 195,
|
|
47274
48138
|
explorers: [
|
|
47275
48139
|
{
|
|
47276
48140
|
name: 'tronscan',
|
|
@@ -48316,6 +49180,27 @@ exports.chains = {
|
|
|
48316
49180
|
}
|
|
48317
49181
|
]
|
|
48318
49182
|
},
|
|
49183
|
+
2494104990: {
|
|
49184
|
+
name: 'Tron Shasta',
|
|
49185
|
+
chain: 'TRON',
|
|
49186
|
+
rpc: ['https://api.shasta.trongrid.io/jsonrpc'],
|
|
49187
|
+
faucets: [],
|
|
49188
|
+
nativeCurrency: { name: 'Tron', symbol: 'TRX', decimals: 6 },
|
|
49189
|
+
infoURL: 'https://tron.network',
|
|
49190
|
+
shortName: 'tron-shasta',
|
|
49191
|
+
chainId: 2494104990,
|
|
49192
|
+
networkId: 2494104990,
|
|
49193
|
+
icon: 'tron',
|
|
49194
|
+
explorers: [
|
|
49195
|
+
{
|
|
49196
|
+
name: 'shasta tronscan',
|
|
49197
|
+
url: 'https://shasta.tronscan.org',
|
|
49198
|
+
icon: 'tron',
|
|
49199
|
+
standard: 'none'
|
|
49200
|
+
}
|
|
49201
|
+
],
|
|
49202
|
+
iconURL: 'https://ipfs.io/ipfs/QmZCR3JnesjwLKRXtW8Vm9sJ4geEnXcAfQsARcv2NVpHSU'
|
|
49203
|
+
},
|
|
48319
49204
|
2863311531: {
|
|
48320
49205
|
name: 'Ancient8 Testnet (deprecated)',
|
|
48321
49206
|
status: 'deprecated',
|
|
@@ -48350,6 +49235,28 @@ exports.chains = {
|
|
|
48350
49235
|
networkId: 3125659152,
|
|
48351
49236
|
slip44: 164
|
|
48352
49237
|
},
|
|
49238
|
+
3416255149: {
|
|
49239
|
+
name: 'Ultima Mainnet',
|
|
49240
|
+
chain: 'ULTIMA',
|
|
49241
|
+
rpc: [],
|
|
49242
|
+
faucets: [],
|
|
49243
|
+
nativeCurrency: { name: 'Ultima', symbol: 'ULTIMA', decimals: 6 },
|
|
49244
|
+
infoURL: 'https://ultima.io',
|
|
49245
|
+
shortName: 'ultima',
|
|
49246
|
+
chainId: 3416255149,
|
|
49247
|
+
networkId: 3416255149,
|
|
49248
|
+
slip44: 785,
|
|
49249
|
+
icon: 'ultima',
|
|
49250
|
+
explorers: [
|
|
49251
|
+
{
|
|
49252
|
+
name: 'ultimachain',
|
|
49253
|
+
url: 'https://ultimachain.info',
|
|
49254
|
+
icon: 'ultima',
|
|
49255
|
+
standard: 'none'
|
|
49256
|
+
}
|
|
49257
|
+
],
|
|
49258
|
+
iconURL: 'https://ipfs.io/ipfs/QmUbWVHDrD4TUj6pCwPt9eXJ1GK8nomHMDMq8DJ2KNeV7Y'
|
|
49259
|
+
},
|
|
48353
49260
|
4216137055: {
|
|
48354
49261
|
name: 'OneLedger Testnet Frankenstein',
|
|
48355
49262
|
chain: 'OLT',
|
|
@@ -48968,6 +49875,20 @@ exports.chains = {
|
|
|
48968
49875
|
],
|
|
48969
49876
|
iconURL: 'https://ipfs.io/ipfs/Qmf6P4yzrcavKhrxmQaqErLxa4TBnUVUMX4wyVRNhJMDuw'
|
|
48970
49877
|
},
|
|
49878
|
+
428962654539583: {
|
|
49879
|
+
name: 'Yominet',
|
|
49880
|
+
chain: 'YOMINET',
|
|
49881
|
+
icon: 'yominet',
|
|
49882
|
+
rpc: ['https://jsonrpc-yominet-1.anvil.asia-southeast.initia.xyz'],
|
|
49883
|
+
faucets: [],
|
|
49884
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
49885
|
+
shortName: 'yomi',
|
|
49886
|
+
infoURL: 'https://www.kamigotchi.io/',
|
|
49887
|
+
chainId: 428962654539583,
|
|
49888
|
+
networkId: 428962654539583,
|
|
49889
|
+
explorers: [],
|
|
49890
|
+
iconURL: 'https://ipfs.io/ipfs/QmceqNgqPdKXQqGBs8JGLUNUTeKEi69jmQNjXjTd6zfjHP'
|
|
49891
|
+
},
|
|
48971
49892
|
868455272153094: {
|
|
48972
49893
|
name: 'Godwoken Testnet (V1)',
|
|
48973
49894
|
chain: 'GWT',
|