@revoke.cash/chains 59.0.0 → 61.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 +954 -112
- 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
|
@@ -339,7 +339,7 @@ exports.chains = {
|
|
|
339
339
|
'https://rpc.ankr.com/flare',
|
|
340
340
|
'https://01-gravelines-003-01.rpc.tatum.io/ext/bc/C/rpc',
|
|
341
341
|
'https://01-vinthill-003-02.rpc.tatum.io/ext/bc/C/rpc',
|
|
342
|
-
'https://rpc.
|
|
342
|
+
'https://rpc.au.cc/flare',
|
|
343
343
|
'https://flare.enosys.global/ext/C/rpc',
|
|
344
344
|
'https://flare.solidifi.app/ext/C/rpc'
|
|
345
345
|
],
|
|
@@ -458,7 +458,7 @@ exports.chains = {
|
|
|
458
458
|
'https://01-gravelines-006-01.rpc.tatum.io/ext/bc/C/rpc',
|
|
459
459
|
'https://01-vinthill-006-02.rpc.tatum.io/ext/bc/C/rpc',
|
|
460
460
|
'https://02-tokyo-006-03.rpc.tatum.io/ext/bc/C/rpc',
|
|
461
|
-
'https://rpc.
|
|
461
|
+
'https://rpc.au.cc/songbird',
|
|
462
462
|
'https://songbird.enosys.global/ext/C/rpc',
|
|
463
463
|
'https://songbird.solidifi.app/ext/C/rpc'
|
|
464
464
|
],
|
|
@@ -3751,10 +3751,16 @@ exports.chains = {
|
|
|
3751
3751
|
faucets: [],
|
|
3752
3752
|
nativeCurrency: { name: 'HashKey EcoPoints', symbol: 'HSK', decimals: 18 },
|
|
3753
3753
|
infoURL: 'https://hsk.xyz',
|
|
3754
|
-
shortName: '
|
|
3754
|
+
shortName: 'hsk',
|
|
3755
3755
|
chainId: 177,
|
|
3756
3756
|
networkId: 177,
|
|
3757
3757
|
explorers: [
|
|
3758
|
+
{
|
|
3759
|
+
name: 'blockscout',
|
|
3760
|
+
url: 'https://hashkey.blockscout.com',
|
|
3761
|
+
icon: 'blockscout',
|
|
3762
|
+
standard: 'EIP3091'
|
|
3763
|
+
},
|
|
3758
3764
|
{
|
|
3759
3765
|
name: 'blockscout',
|
|
3760
3766
|
url: 'https://explorer.hsk.xyz',
|
|
@@ -4463,6 +4469,24 @@ exports.chains = {
|
|
|
4463
4469
|
],
|
|
4464
4470
|
iconURL: 'https://ipfs.io/ipfs/bafybeiadbavrwcial76vs5ovhyykyaobteltuhliqcthdairbja4klwzhu'
|
|
4465
4471
|
},
|
|
4472
|
+
216: {
|
|
4473
|
+
name: 'Happychain Testnet',
|
|
4474
|
+
chainId: 216,
|
|
4475
|
+
networkId: 216,
|
|
4476
|
+
chain: 'Happychain Testnet',
|
|
4477
|
+
rpc: ['https://happy-testnet-sepolia.rpc.caldera.xyz/http'],
|
|
4478
|
+
faucets: [],
|
|
4479
|
+
nativeCurrency: { name: 'Happy', symbol: 'HAPPY', decimals: 18 },
|
|
4480
|
+
shortName: 'happytestnet',
|
|
4481
|
+
infoURL: 'https://happy-testnet-sepolia.hub.caldera.xyz',
|
|
4482
|
+
explorers: [
|
|
4483
|
+
{
|
|
4484
|
+
name: 'Blockscout',
|
|
4485
|
+
url: 'https://happy-testnet-sepolia.explorer.caldera.xyz',
|
|
4486
|
+
standard: 'EIP3091'
|
|
4487
|
+
}
|
|
4488
|
+
]
|
|
4489
|
+
},
|
|
4466
4490
|
217: {
|
|
4467
4491
|
name: 'SiriusNet V2',
|
|
4468
4492
|
chain: 'SIN2',
|
|
@@ -4673,8 +4697,8 @@ exports.chains = {
|
|
|
4673
4697
|
name: 'Mind Network Mainnet',
|
|
4674
4698
|
chain: 'FHE',
|
|
4675
4699
|
rpc: [
|
|
4676
|
-
'https://
|
|
4677
|
-
'wss://
|
|
4700
|
+
'https://rpc-mainnet.mindnetwork.xyz',
|
|
4701
|
+
'wss://rpc-mainnet.mindnetwork.xyz'
|
|
4678
4702
|
],
|
|
4679
4703
|
faucets: [],
|
|
4680
4704
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
@@ -4702,6 +4726,22 @@ exports.chains = {
|
|
|
4702
4726
|
}
|
|
4703
4727
|
]
|
|
4704
4728
|
},
|
|
4729
|
+
232: {
|
|
4730
|
+
name: 'Lens',
|
|
4731
|
+
title: 'Lens mainnet',
|
|
4732
|
+
chain: 'Lens',
|
|
4733
|
+
rpc: [],
|
|
4734
|
+
faucets: [],
|
|
4735
|
+
chainId: 232,
|
|
4736
|
+
networkId: 232,
|
|
4737
|
+
nativeCurrency: { name: 'GHO', symbol: 'GHO', decimals: 18 },
|
|
4738
|
+
icon: 'lens',
|
|
4739
|
+
infoURL: 'https://lens.xyz',
|
|
4740
|
+
shortName: 'lens',
|
|
4741
|
+
parent: { type: 'L2', chain: 'eip155-1', bridges: [] },
|
|
4742
|
+
explorers: [],
|
|
4743
|
+
iconURL: 'https://ipfs.io/ipfs/QmP9HNKbbWQLEx5H57BSV3VhJNyVpVaC5B3NBCsyoomTMU'
|
|
4744
|
+
},
|
|
4705
4745
|
233: {
|
|
4706
4746
|
name: 'Ethernity Testnet',
|
|
4707
4747
|
chain: 'Ethernity',
|
|
@@ -4987,6 +5027,7 @@ exports.chains = {
|
|
|
4987
5027
|
'https://mainnet-rpc-04.swanchain.org'
|
|
4988
5028
|
],
|
|
4989
5029
|
faucets: [],
|
|
5030
|
+
icon: 'swan',
|
|
4990
5031
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
4991
5032
|
infoURL: 'https://swanchain.io/',
|
|
4992
5033
|
shortName: 'Swan',
|
|
@@ -4998,7 +5039,8 @@ exports.chains = {
|
|
|
4998
5039
|
url: 'https://swanscan.io',
|
|
4999
5040
|
standard: 'EIP3091'
|
|
5000
5041
|
}
|
|
5001
|
-
]
|
|
5042
|
+
],
|
|
5043
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreiduag3kgux5c5a2zdiv3cjcrhwwh3cudc2hxyxufeadpfzhrjbo4u'
|
|
5002
5044
|
},
|
|
5003
5045
|
255: {
|
|
5004
5046
|
name: 'Kroma',
|
|
@@ -5084,7 +5126,7 @@ exports.chains = {
|
|
|
5084
5126
|
name: 'Guru Network',
|
|
5085
5127
|
chain: 'GURU',
|
|
5086
5128
|
icon: 'GuruNetwork',
|
|
5087
|
-
rpc: ['https://rpc.gurunetwork.ai
|
|
5129
|
+
rpc: ['https://rpc-main.gurunetwork.ai'],
|
|
5088
5130
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
5089
5131
|
faucets: [],
|
|
5090
5132
|
nativeCurrency: { name: 'Guru', symbol: 'GURU', decimals: 18 },
|
|
@@ -5105,7 +5147,7 @@ exports.chains = {
|
|
|
5105
5147
|
name: 'Guru Network Testnet',
|
|
5106
5148
|
chain: 'tGURU',
|
|
5107
5149
|
icon: 'GuruNetwork',
|
|
5108
|
-
rpc: ['https://rpc.gurunetwork.ai
|
|
5150
|
+
rpc: ['https://rpc-test.gurunetwork.ai'],
|
|
5109
5151
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
5110
5152
|
faucets: ['https://v2.dex.guru/season-pass/faucet'],
|
|
5111
5153
|
nativeCurrency: { name: 'testGURU', symbol: 'tGURU', decimals: 18 },
|
|
@@ -5851,6 +5893,31 @@ exports.chains = {
|
|
|
5851
5893
|
],
|
|
5852
5894
|
iconURL: 'https://ipfs.io/ipfs/QmS9r9XQkMHVomWcSBNDkKkz9n87h9bH9ssabeiKZtANoU'
|
|
5853
5895
|
},
|
|
5896
|
+
315: {
|
|
5897
|
+
name: 'WEMblockchain MainNet',
|
|
5898
|
+
chain: 'WEM',
|
|
5899
|
+
rpc: ['http://rpc.wemblockchain.com'],
|
|
5900
|
+
faucets: [],
|
|
5901
|
+
nativeCurrency: { name: 'WEM Coin', symbol: 'WEM', decimals: 18 },
|
|
5902
|
+
features: [
|
|
5903
|
+
{ name: 'EIP155' },
|
|
5904
|
+
{ name: 'EIP1559' },
|
|
5905
|
+
{ name: 'Smart Contracts' },
|
|
5906
|
+
{ name: 'Custom Gas Model' },
|
|
5907
|
+
{ name: 'Low-Latency Transactions' }
|
|
5908
|
+
],
|
|
5909
|
+
infoURL: 'https://worldecomoney.com',
|
|
5910
|
+
shortName: 'wem',
|
|
5911
|
+
chainId: 315,
|
|
5912
|
+
networkId: 315,
|
|
5913
|
+
explorers: [
|
|
5914
|
+
{
|
|
5915
|
+
name: 'wemscan',
|
|
5916
|
+
url: 'https://wemscan.com',
|
|
5917
|
+
standard: 'EIP3091'
|
|
5918
|
+
}
|
|
5919
|
+
]
|
|
5920
|
+
},
|
|
5854
5921
|
321: {
|
|
5855
5922
|
name: 'KCC Mainnet',
|
|
5856
5923
|
chain: 'KCC',
|
|
@@ -6978,6 +7045,18 @@ exports.chains = {
|
|
|
6978
7045
|
}
|
|
6979
7046
|
]
|
|
6980
7047
|
},
|
|
7048
|
+
486: {
|
|
7049
|
+
name: 'Standard Mainnet',
|
|
7050
|
+
chain: 'STND',
|
|
7051
|
+
rpc: [],
|
|
7052
|
+
faucets: [],
|
|
7053
|
+
nativeCurrency: { name: 'Standard', symbol: 'STND', decimals: 18 },
|
|
7054
|
+
infoURL: 'https://standardweb3.com',
|
|
7055
|
+
shortName: 'stnd',
|
|
7056
|
+
chainId: 486,
|
|
7057
|
+
networkId: 486,
|
|
7058
|
+
status: 'incubating'
|
|
7059
|
+
},
|
|
6981
7060
|
499: {
|
|
6982
7061
|
name: 'Rupaya',
|
|
6983
7062
|
chain: 'RUPX',
|
|
@@ -7151,14 +7230,17 @@ exports.chains = {
|
|
|
7151
7230
|
529: {
|
|
7152
7231
|
name: 'Firechain Mainnet',
|
|
7153
7232
|
chain: 'FIRE',
|
|
7154
|
-
|
|
7155
|
-
|
|
7233
|
+
rpc: [
|
|
7234
|
+
'https://rpc-mainnet.thefirechain.com',
|
|
7235
|
+
'https://rpc-mainnet.firestation.io'
|
|
7236
|
+
],
|
|
7156
7237
|
faucets: [],
|
|
7157
7238
|
nativeCurrency: { name: 'Firechain', symbol: 'FIRE', decimals: 18 },
|
|
7158
7239
|
infoURL: 'https://thefirechain.com',
|
|
7159
7240
|
shortName: 'fire',
|
|
7160
7241
|
chainId: 529,
|
|
7161
7242
|
networkId: 529,
|
|
7243
|
+
icon: 'firechain',
|
|
7162
7244
|
explorers: [],
|
|
7163
7245
|
status: 'incubating',
|
|
7164
7246
|
iconURL: 'https://ipfs.io/ipfs/QmYjuztyURb3Fc6ZTLgCbwQa64CcVoigF5j9cafzuSbqgf'
|
|
@@ -7737,6 +7819,24 @@ exports.chains = {
|
|
|
7737
7819
|
}
|
|
7738
7820
|
]
|
|
7739
7821
|
},
|
|
7822
|
+
632: {
|
|
7823
|
+
name: 'NFB Chain',
|
|
7824
|
+
chain: 'NFB Chain',
|
|
7825
|
+
rpc: ['https://node.nfbchain.com'],
|
|
7826
|
+
faucets: [],
|
|
7827
|
+
nativeCurrency: { name: 'NFBCoin', symbol: 'NFBC', decimals: 18 },
|
|
7828
|
+
infoURL: 'https://nfbchain.com/',
|
|
7829
|
+
shortName: 'nfbchain',
|
|
7830
|
+
chainId: 632,
|
|
7831
|
+
networkId: 632,
|
|
7832
|
+
explorers: [
|
|
7833
|
+
{
|
|
7834
|
+
name: 'NFB Chain Explorer',
|
|
7835
|
+
url: 'https://scan.nfbchain.com',
|
|
7836
|
+
standard: 'none'
|
|
7837
|
+
}
|
|
7838
|
+
]
|
|
7839
|
+
},
|
|
7740
7840
|
634: {
|
|
7741
7841
|
name: 'Avocado',
|
|
7742
7842
|
chain: 'Avocado',
|
|
@@ -7974,6 +8074,36 @@ exports.chains = {
|
|
|
7974
8074
|
}
|
|
7975
8075
|
]
|
|
7976
8076
|
},
|
|
8077
|
+
678: {
|
|
8078
|
+
name: 'Janction',
|
|
8079
|
+
chain: 'Janction',
|
|
8080
|
+
rpc: ['https://rpc.janction.io', 'wss://rpc.janction.io'],
|
|
8081
|
+
faucets: [],
|
|
8082
|
+
nativeCurrency: { name: 'Janction', symbol: 'JCT', decimals: 18 },
|
|
8083
|
+
infoURL: 'https://janction.io',
|
|
8084
|
+
shortName: 'janction',
|
|
8085
|
+
chainId: 678,
|
|
8086
|
+
networkId: 678,
|
|
8087
|
+
icon: 'janction',
|
|
8088
|
+
explorers: [],
|
|
8089
|
+
parent: { type: 'L2', chain: 'eip155-1', bridges: [] },
|
|
8090
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreieemyhmsjo3a3aghqcwcitqwdxt7fxtsz4tmvlu2io3hcbtetyg6e'
|
|
8091
|
+
},
|
|
8092
|
+
679: {
|
|
8093
|
+
name: 'Janction Testnet',
|
|
8094
|
+
chain: 'Janction Testnet',
|
|
8095
|
+
rpc: ['https://rpc_testnet.janction.io', 'wss://rpc_testnet.janction.io'],
|
|
8096
|
+
faucets: [],
|
|
8097
|
+
nativeCurrency: { name: 'Janction', symbol: 'JCT', decimals: 18 },
|
|
8098
|
+
infoURL: 'https://janction.io',
|
|
8099
|
+
shortName: 'janction_testnet',
|
|
8100
|
+
chainId: 679,
|
|
8101
|
+
networkId: 679,
|
|
8102
|
+
icon: 'janction',
|
|
8103
|
+
explorers: [],
|
|
8104
|
+
parent: { type: 'L2', chain: 'eip155-1', bridges: [] },
|
|
8105
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreieemyhmsjo3a3aghqcwcitqwdxt7fxtsz4tmvlu2io3hcbtetyg6e'
|
|
8106
|
+
},
|
|
7977
8107
|
686: {
|
|
7978
8108
|
name: 'Karura Network',
|
|
7979
8109
|
chain: 'KAR',
|
|
@@ -8408,6 +8538,27 @@ exports.chains = {
|
|
|
8408
8538
|
}
|
|
8409
8539
|
]
|
|
8410
8540
|
},
|
|
8541
|
+
743: {
|
|
8542
|
+
name: 'Tranched Mainnet',
|
|
8543
|
+
chain: 'tranched-mainnet',
|
|
8544
|
+
rpc: ['https://tranched-mainnet.calderachain.xyz/http'],
|
|
8545
|
+
faucets: [],
|
|
8546
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
8547
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
8548
|
+
infoURL: 'https://tranched-mainnet.hub.caldera.xyz',
|
|
8549
|
+
shortName: 'tranched-mainnet',
|
|
8550
|
+
chainId: 743,
|
|
8551
|
+
networkId: 743,
|
|
8552
|
+
icon: 'tranched-mainnet',
|
|
8553
|
+
explorers: [
|
|
8554
|
+
{
|
|
8555
|
+
name: 'Tranched Mainnet Caldera Explorer',
|
|
8556
|
+
url: 'https://tranched-mainnet.calderaexplorer.xyz',
|
|
8557
|
+
standard: 'EIP3091'
|
|
8558
|
+
}
|
|
8559
|
+
],
|
|
8560
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreieb6bx5nqv43qgykfuycpfilf5xk7v3jugli74ofb7pm6t6f5wcmu'
|
|
8561
|
+
},
|
|
8411
8562
|
747: {
|
|
8412
8563
|
name: 'EVM on Flow',
|
|
8413
8564
|
chain: 'Flow',
|
|
@@ -8764,21 +8915,24 @@ exports.chains = {
|
|
|
8764
8915
|
name: 'Firechain zkEVM',
|
|
8765
8916
|
title: 'Firechain zkEVM',
|
|
8766
8917
|
chain: 'Firechain',
|
|
8767
|
-
rpc: [
|
|
8918
|
+
rpc: [
|
|
8919
|
+
'https://rpc-zkevm.thefirechain.com',
|
|
8920
|
+
'https://rpc-zkevm.firestation.io'
|
|
8921
|
+
],
|
|
8768
8922
|
faucets: [],
|
|
8769
8923
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
8770
8924
|
infoURL: 'https://docs.thefirechain.com/',
|
|
8771
8925
|
shortName: 'firechan-zkEVM',
|
|
8772
8926
|
chainId: 814,
|
|
8773
8927
|
networkId: 814,
|
|
8774
|
-
icon: '
|
|
8928
|
+
icon: 'ethereum',
|
|
8775
8929
|
explorers: [],
|
|
8776
8930
|
parent: {
|
|
8777
8931
|
type: 'L2',
|
|
8778
8932
|
chain: 'eip155-1',
|
|
8779
8933
|
bridges: [{ url: 'https://zkevm-bridge-rpc.thefirechain.com' }]
|
|
8780
8934
|
},
|
|
8781
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
8935
|
+
iconURL: 'https://ipfs.io/ipfs/QmdwQDr6vmBtXmK2TmknkEuZNoaDqTasFdZdu3DRw8b2wt'
|
|
8782
8936
|
},
|
|
8783
8937
|
818: {
|
|
8784
8938
|
name: 'BeOne Chain Mainnet',
|
|
@@ -9345,16 +9499,23 @@ exports.chains = {
|
|
|
9345
9499
|
iconURL: 'https://ipfs.io/ipfs/QmeucqvcreQk8nnSRUiHo3QTvLoYYB7shJTKXj5Tk6BtWi'
|
|
9346
9500
|
},
|
|
9347
9501
|
917: {
|
|
9348
|
-
name: 'Rinia
|
|
9502
|
+
name: 'Rinia',
|
|
9503
|
+
title: 'Firechain Testnet Rinia',
|
|
9349
9504
|
chain: 'FIRE',
|
|
9350
|
-
|
|
9351
|
-
|
|
9352
|
-
|
|
9505
|
+
rpc: [
|
|
9506
|
+
'https://rinia-rpc1.thefirechain.com',
|
|
9507
|
+
'https://rpc-rinia.firestation.io'
|
|
9508
|
+
],
|
|
9509
|
+
faucets: [
|
|
9510
|
+
'https://faucet.thefirechain.com',
|
|
9511
|
+
'https://faucet.firestation.io'
|
|
9512
|
+
],
|
|
9353
9513
|
nativeCurrency: { name: 'Firechain', symbol: 'FIRE', decimals: 18 },
|
|
9354
9514
|
infoURL: 'https://thefirechain.com',
|
|
9355
9515
|
shortName: 'tfire',
|
|
9356
9516
|
chainId: 917,
|
|
9357
9517
|
networkId: 917,
|
|
9518
|
+
icon: 'rinia',
|
|
9358
9519
|
slip44: 1,
|
|
9359
9520
|
explorers: [
|
|
9360
9521
|
{
|
|
@@ -9554,9 +9715,9 @@ exports.chains = {
|
|
|
9554
9715
|
945: {
|
|
9555
9716
|
name: 'Subtensor EVM Testnet',
|
|
9556
9717
|
chain: 'Bittensor',
|
|
9557
|
-
rpc: ['https://
|
|
9718
|
+
rpc: ['https://test.chain.opentensor.ai'],
|
|
9558
9719
|
faucets: [],
|
|
9559
|
-
nativeCurrency: { name: 'testTAO', symbol: 'TAO', decimals:
|
|
9720
|
+
nativeCurrency: { name: 'testTAO', symbol: 'TAO', decimals: 18 },
|
|
9560
9721
|
infoURL: 'https://bittensor.com/',
|
|
9561
9722
|
shortName: 'bittensor-evm-testnet',
|
|
9562
9723
|
chainId: 945,
|
|
@@ -9628,6 +9789,20 @@ exports.chains = {
|
|
|
9628
9789
|
],
|
|
9629
9790
|
iconURL: 'https://ipfs.io/ipfs/QmRUzDpn3xqPYnjLuZvFs2Attio9VxGRUprXEjcNQDcpe5'
|
|
9630
9791
|
},
|
|
9792
|
+
964: {
|
|
9793
|
+
name: 'Subtensor EVM',
|
|
9794
|
+
chain: 'Bittensor',
|
|
9795
|
+
rpc: ['https://lite.chain.opentensor.ai'],
|
|
9796
|
+
faucets: [],
|
|
9797
|
+
nativeCurrency: { name: 'TAO', symbol: 'TAO', decimals: 18 },
|
|
9798
|
+
infoURL: 'https://bittensor.com/',
|
|
9799
|
+
shortName: 'bittensor-evm-mainnet',
|
|
9800
|
+
chainId: 964,
|
|
9801
|
+
networkId: 964,
|
|
9802
|
+
slip44: 1005,
|
|
9803
|
+
icon: 'bittensor',
|
|
9804
|
+
iconURL: 'https://ipfs.io/ipfs/QmcwymedPKMBVUptXLeuco2kV7LEhyd3bQ6x3aAh4VAmNJ'
|
|
9805
|
+
},
|
|
9631
9806
|
969: {
|
|
9632
9807
|
name: 'EthXY',
|
|
9633
9808
|
chain: 'EthXY',
|
|
@@ -9930,29 +10105,18 @@ exports.chains = {
|
|
|
9930
10105
|
iconURL: 'https://ipfs.io/ipfs/QmaZDNDFLWESH4i3XqwEWfWBb1HPnQSNbDAr74nr2x8QAk'
|
|
9931
10106
|
},
|
|
9932
10107
|
998: {
|
|
9933
|
-
name: '
|
|
9934
|
-
chain: '
|
|
9935
|
-
rpc: [
|
|
9936
|
-
|
|
9937
|
-
'wss://ws.lnscan.org',
|
|
9938
|
-
'https://rpc.lnscan.org'
|
|
9939
|
-
],
|
|
10108
|
+
name: 'Hyperliquid EVM Testnet',
|
|
10109
|
+
chain: 'HYPE',
|
|
10110
|
+
rpc: ['https://api.hyperliquid-testnet.xyz/evm'],
|
|
10111
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
9940
10112
|
faucets: [],
|
|
9941
|
-
nativeCurrency: { name: '
|
|
9942
|
-
infoURL: 'https://
|
|
9943
|
-
shortName: '
|
|
10113
|
+
nativeCurrency: { name: 'HYPE', symbol: 'HYPE', decimals: 18 },
|
|
10114
|
+
infoURL: 'https://hyperfoundation.org/',
|
|
10115
|
+
shortName: 'hype-evm-testnet',
|
|
9944
10116
|
chainId: 998,
|
|
9945
10117
|
networkId: 998,
|
|
9946
|
-
|
|
9947
|
-
|
|
9948
|
-
{
|
|
9949
|
-
name: 'blockscout',
|
|
9950
|
-
url: 'https://explorer.luckynetwork.org',
|
|
9951
|
-
standard: 'none'
|
|
9952
|
-
},
|
|
9953
|
-
{ name: 'expedition', url: 'https://lnscan.org', standard: 'none' }
|
|
9954
|
-
],
|
|
9955
|
-
iconURL: 'https://ipfs.io/ipfs/bafkreidmvcd5i7touug55hj45mf2pgabxamy5fziva7mtx5n664s3yap6m'
|
|
10118
|
+
explorers: [],
|
|
10119
|
+
redFlags: ['reusedChainId']
|
|
9956
10120
|
},
|
|
9957
10121
|
999: {
|
|
9958
10122
|
name: 'Wanchain Testnet',
|
|
@@ -10857,6 +11021,27 @@ exports.chains = {
|
|
|
10857
11021
|
parent: { type: 'L2', chain: 'eip155-1113' },
|
|
10858
11022
|
iconURL: 'https://ipfs.io/ipfs/QmPV6ASrQDEkEW3g3ni7p2rJMPeciRLpEpvrAc1QfzVkx9'
|
|
10859
11023
|
},
|
|
11024
|
+
1125: {
|
|
11025
|
+
name: 'Taker Chain Mainnet',
|
|
11026
|
+
chain: 'Taker',
|
|
11027
|
+
icon: 'taker',
|
|
11028
|
+
rpc: ['https://rpc-mainnet.taker.xyz'],
|
|
11029
|
+
faucets: [],
|
|
11030
|
+
nativeCurrency: { name: 'Taker', symbol: 'TAKER', decimals: 18 },
|
|
11031
|
+
infoURL: 'https://www.taker.xyz',
|
|
11032
|
+
shortName: 'taker',
|
|
11033
|
+
chainId: 1125,
|
|
11034
|
+
networkId: 1125,
|
|
11035
|
+
explorers: [
|
|
11036
|
+
{
|
|
11037
|
+
name: 'TakerScan',
|
|
11038
|
+
url: 'https://explorer.taker.xyz',
|
|
11039
|
+
icon: 'taker',
|
|
11040
|
+
standard: 'none'
|
|
11041
|
+
}
|
|
11042
|
+
],
|
|
11043
|
+
iconURL: 'https://ipfs.io/ipfs/QmS3EEhWSZCXkKWddm1eQPifDY2kdFPaAfZuZUftPKB7x3'
|
|
11044
|
+
},
|
|
10860
11045
|
1130: {
|
|
10861
11046
|
name: 'DeFiChain EVM Network Mainnet',
|
|
10862
11047
|
chain: 'defichain-evm',
|
|
@@ -12102,41 +12287,47 @@ exports.chains = {
|
|
|
12102
12287
|
1338: {
|
|
12103
12288
|
name: 'Elysium Testnet',
|
|
12104
12289
|
title: 'An L1, carbon-neutral, tree-planting, metaverse dedicated blockchain created by VulcanForged',
|
|
12105
|
-
chain: '
|
|
12106
|
-
rpc: ['https://
|
|
12107
|
-
faucets: [],
|
|
12108
|
-
nativeCurrency: { name: '
|
|
12109
|
-
infoURL: 'https://
|
|
12110
|
-
shortName: '
|
|
12290
|
+
chain: 'Atlantis',
|
|
12291
|
+
rpc: ['https://rpc.atlantischain.network'],
|
|
12292
|
+
faucets: ['https://faucet.atlantischain.network'],
|
|
12293
|
+
nativeCurrency: { name: 'ELY', symbol: 'ELY', decimals: 18 },
|
|
12294
|
+
infoURL: 'https://elysiumchain.tech',
|
|
12295
|
+
shortName: 'ATL',
|
|
12111
12296
|
chainId: 1338,
|
|
12112
12297
|
networkId: 1338,
|
|
12113
|
-
slip44: 1,
|
|
12114
12298
|
explorers: [
|
|
12115
12299
|
{
|
|
12116
|
-
name: '
|
|
12117
|
-
url: 'https://
|
|
12118
|
-
standard: '
|
|
12300
|
+
name: 'Atlantis explorer',
|
|
12301
|
+
url: 'https://blockscout.atlantischain.network',
|
|
12302
|
+
standard: 'EIP3091'
|
|
12119
12303
|
}
|
|
12120
12304
|
]
|
|
12121
12305
|
},
|
|
12122
12306
|
1339: {
|
|
12123
12307
|
name: 'Elysium Mainnet',
|
|
12124
|
-
title: 'An L1, carbon-neutral, tree-planting, metaverse dedicated blockchain
|
|
12308
|
+
title: 'An L1, carbon-neutral, tree-planting, metaverse dedicated blockchain.',
|
|
12125
12309
|
chain: 'Elysium',
|
|
12126
|
-
rpc: ['https://rpc.elysiumchain.tech
|
|
12127
|
-
faucets: [],
|
|
12128
|
-
nativeCurrency: { name: '
|
|
12129
|
-
infoURL: 'https://
|
|
12130
|
-
shortName: '
|
|
12310
|
+
rpc: ['https://rpc.elysiumchain.tech', 'https://rpc.elysiumchain.us'],
|
|
12311
|
+
faucets: ['https://faucet.elysiumchain.tech'],
|
|
12312
|
+
nativeCurrency: { name: 'ELY', symbol: 'ELY', decimals: 18 },
|
|
12313
|
+
infoURL: 'https://elysiumchain.tech/',
|
|
12314
|
+
shortName: 'ELY',
|
|
12131
12315
|
chainId: 1339,
|
|
12132
12316
|
networkId: 1339,
|
|
12317
|
+
icon: 'elysium',
|
|
12133
12318
|
explorers: [
|
|
12134
12319
|
{
|
|
12135
12320
|
name: 'Elysium mainnet explorer',
|
|
12136
12321
|
url: 'https://explorer.elysiumchain.tech',
|
|
12137
|
-
standard: '
|
|
12322
|
+
standard: 'EIP3091'
|
|
12323
|
+
},
|
|
12324
|
+
{
|
|
12325
|
+
name: 'Elysium blockscout explorer',
|
|
12326
|
+
url: 'https://blockscout.elysiumchain.tech',
|
|
12327
|
+
standard: 'EIP3091'
|
|
12138
12328
|
}
|
|
12139
|
-
]
|
|
12329
|
+
],
|
|
12330
|
+
iconURL: 'https://ipfs.io/ipfs/QmWNCNMtnJaphMJY3dbP2pXPLQG6xayhkc2JWahoXECgsG'
|
|
12140
12331
|
},
|
|
12141
12332
|
1343: {
|
|
12142
12333
|
name: 'Blitz Subnet',
|
|
@@ -13567,15 +13758,36 @@ exports.chains = {
|
|
|
13567
13758
|
title: 'Soneium mainnet',
|
|
13568
13759
|
chain: 'ETH',
|
|
13569
13760
|
icon: 'soneium',
|
|
13570
|
-
rpc: [],
|
|
13761
|
+
rpc: ['https://rpc.soneium.org'],
|
|
13571
13762
|
faucets: [],
|
|
13572
13763
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
13573
13764
|
infoURL: 'https://soneium.org',
|
|
13574
13765
|
chainId: 1868,
|
|
13575
13766
|
networkId: 1868,
|
|
13576
|
-
status: '
|
|
13577
|
-
explorers: [
|
|
13578
|
-
|
|
13767
|
+
status: 'active',
|
|
13768
|
+
explorers: [
|
|
13769
|
+
{
|
|
13770
|
+
name: 'blockscout',
|
|
13771
|
+
url: 'https://soneium.blockscout.com',
|
|
13772
|
+
icon: 'blockscout',
|
|
13773
|
+
standard: 'EIP3091'
|
|
13774
|
+
},
|
|
13775
|
+
{
|
|
13776
|
+
name: 'OKLink',
|
|
13777
|
+
url: 'https://www.okx.com/web3/explorer/soneium',
|
|
13778
|
+
standard: 'EIP3091'
|
|
13779
|
+
},
|
|
13780
|
+
{
|
|
13781
|
+
name: 'SlamVision',
|
|
13782
|
+
url: 'https://soneium.slam.vision',
|
|
13783
|
+
standard: 'none'
|
|
13784
|
+
}
|
|
13785
|
+
],
|
|
13786
|
+
parent: {
|
|
13787
|
+
type: 'L2',
|
|
13788
|
+
chain: 'eip155-1',
|
|
13789
|
+
bridges: [{ url: 'https://superbridge.app/soneium' }]
|
|
13790
|
+
},
|
|
13579
13791
|
iconURL: 'https://ipfs.io/ipfs/QmWXmnBMtM93iCJ1fsVv8KNFFvxGWUzF4z5xas3zMbFZGe'
|
|
13580
13792
|
},
|
|
13581
13793
|
1875: {
|
|
@@ -13936,9 +14148,9 @@ exports.chains = {
|
|
|
13936
14148
|
]
|
|
13937
14149
|
},
|
|
13938
14150
|
1946: {
|
|
13939
|
-
name: 'Minato',
|
|
13940
|
-
shortName: 'minato',
|
|
13941
|
-
title: 'Soneium
|
|
14151
|
+
name: 'Soneium Testnet Minato',
|
|
14152
|
+
shortName: 'soneium-minato',
|
|
14153
|
+
title: 'Soneium Testnet Minato',
|
|
13942
14154
|
chain: 'ETH',
|
|
13943
14155
|
icon: 'minato',
|
|
13944
14156
|
rpc: ['https://rpc.minato.soneium.org'],
|
|
@@ -13950,7 +14162,7 @@ exports.chains = {
|
|
|
13950
14162
|
explorers: [
|
|
13951
14163
|
{
|
|
13952
14164
|
name: 'Blockscout Minato explorer',
|
|
13953
|
-
url: 'https://
|
|
14165
|
+
url: 'https://soneium-minato.blockscout.com',
|
|
13954
14166
|
standard: 'EIP3091'
|
|
13955
14167
|
}
|
|
13956
14168
|
],
|
|
@@ -15979,6 +16191,27 @@ exports.chains = {
|
|
|
15979
16191
|
],
|
|
15980
16192
|
iconURL: 'https://ipfs.io/ipfs/QmdNQMFxcjB9PAP1LZVqaQmyppV5QGTqXXmbBeQyaTUpMM'
|
|
15981
16193
|
},
|
|
16194
|
+
2345: {
|
|
16195
|
+
name: 'GOAT Network',
|
|
16196
|
+
title: 'GOAT Network',
|
|
16197
|
+
chain: 'GOAT',
|
|
16198
|
+
rpc: ['https://rpc.goat.network'],
|
|
16199
|
+
faucets: [],
|
|
16200
|
+
nativeCurrency: { name: 'Bitcoin', symbol: 'BTC', decimals: 18 },
|
|
16201
|
+
infoURL: 'https://www.goat.network',
|
|
16202
|
+
shortName: 'goat',
|
|
16203
|
+
chainId: 2345,
|
|
16204
|
+
networkId: 2345,
|
|
16205
|
+
icon: 'goat',
|
|
16206
|
+
explorers: [
|
|
16207
|
+
{
|
|
16208
|
+
name: 'blockscout',
|
|
16209
|
+
url: 'https://explorer.goat.network',
|
|
16210
|
+
standard: 'EIP3091'
|
|
16211
|
+
}
|
|
16212
|
+
],
|
|
16213
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreifrhbzlufbvxbhywu4rmkkij4ur2qcg3zlk6irqnbabbjfj3cud2u'
|
|
16214
|
+
},
|
|
15982
16215
|
2355: {
|
|
15983
16216
|
name: 'Silicon zkEVM',
|
|
15984
16217
|
title: 'Silicon zkEVM Mainnet',
|
|
@@ -16199,6 +16432,21 @@ exports.chains = {
|
|
|
16199
16432
|
],
|
|
16200
16433
|
iconURL: 'https://ipfs.io/ipfs/bafkreihcbx557v446mhd7z4kfogqy3f3i5zdx2fsc5udg2obdstzxt66be'
|
|
16201
16434
|
},
|
|
16435
|
+
2424: {
|
|
16436
|
+
name: 'inEVM Testnet',
|
|
16437
|
+
chain: 'inEVM testnet',
|
|
16438
|
+
icon: 'inevm',
|
|
16439
|
+
rpc: ['https://testnet.rpc.inevm.com/http'],
|
|
16440
|
+
faucets: [],
|
|
16441
|
+
nativeCurrency: { name: 'Injective', symbol: 'INJ', decimals: 18 },
|
|
16442
|
+
infoURL: 'https://inevm.com',
|
|
16443
|
+
shortName: 'inevm-testnet',
|
|
16444
|
+
chainId: 2424,
|
|
16445
|
+
networkId: 2424,
|
|
16446
|
+
explorers: [],
|
|
16447
|
+
status: 'active',
|
|
16448
|
+
iconURL: 'https://ipfs.io/ipfs/QmU9KU1qgReJR7vyVxN5zwWB3nkhSs658ViArUjT7GCh4r'
|
|
16449
|
+
},
|
|
16202
16450
|
2425: {
|
|
16203
16451
|
name: 'King Of Legends Mainnet',
|
|
16204
16452
|
title: 'King Of Legends Mainnet',
|
|
@@ -16222,6 +16470,18 @@ exports.chains = {
|
|
|
16222
16470
|
],
|
|
16223
16471
|
iconURL: 'https://ipfs.io/ipfs/QmTZFXhYJboYE9fbaeje12iTF3QPLn6xgyFgrDVe2isDBH'
|
|
16224
16472
|
},
|
|
16473
|
+
2426: {
|
|
16474
|
+
name: 'Standard Testnet',
|
|
16475
|
+
chain: 'STND Testnet',
|
|
16476
|
+
rpc: [],
|
|
16477
|
+
faucets: [],
|
|
16478
|
+
nativeCurrency: { name: 'Standard', symbol: 'STND', decimals: 18 },
|
|
16479
|
+
infoURL: 'https://standardweb3.com',
|
|
16480
|
+
shortName: 'stndtestnet',
|
|
16481
|
+
chainId: 2426,
|
|
16482
|
+
networkId: 2426,
|
|
16483
|
+
status: 'incubating'
|
|
16484
|
+
},
|
|
16225
16485
|
2442: {
|
|
16226
16486
|
name: 'Polygon zkEVM Cardona Testnet',
|
|
16227
16487
|
title: 'Polygon zkEVM Cardona Testnet',
|
|
@@ -17131,6 +17391,27 @@ exports.chains = {
|
|
|
17131
17391
|
],
|
|
17132
17392
|
iconURL: 'https://ipfs.io/ipfs/bafkreib62bv2d65d7nidojgpkgatrt7smee2l4ov6i6ozqhpfaqsonxku4'
|
|
17133
17393
|
},
|
|
17394
|
+
3030: {
|
|
17395
|
+
name: 'BC Hyper Chain Mainnet',
|
|
17396
|
+
chain: 'BC Hyper Chain',
|
|
17397
|
+
rpc: ['https://mainapi.bchscan.io'],
|
|
17398
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
17399
|
+
faucets: [],
|
|
17400
|
+
nativeCurrency: { name: 'VERSATIZE COIN', symbol: 'VTCN', decimals: 18 },
|
|
17401
|
+
infoURL: 'https://www.versatizecoin.com/',
|
|
17402
|
+
shortName: 'BCHYPER',
|
|
17403
|
+
chainId: 3030,
|
|
17404
|
+
networkId: 3030,
|
|
17405
|
+
icon: 'bchyper',
|
|
17406
|
+
explorers: [
|
|
17407
|
+
{
|
|
17408
|
+
name: 'bcexplorer mainnet',
|
|
17409
|
+
url: 'https://mainnet.bchscan.io',
|
|
17410
|
+
standard: 'EIP3091'
|
|
17411
|
+
}
|
|
17412
|
+
],
|
|
17413
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreia5iw3fygyim6ivv4lznrsak2x6e573vybexlnpxpcp775hcgmjyi'
|
|
17414
|
+
},
|
|
17134
17415
|
3031: {
|
|
17135
17416
|
name: 'Orlando Chain',
|
|
17136
17417
|
chain: 'ORL',
|
|
@@ -18070,14 +18351,28 @@ exports.chains = {
|
|
|
18070
18351
|
name: 'Firechain zkEVM Ghostrider',
|
|
18071
18352
|
title: 'Firechain zkEVM Testnet',
|
|
18072
18353
|
chain: 'Firechain',
|
|
18073
|
-
rpc: [
|
|
18074
|
-
|
|
18354
|
+
rpc: [
|
|
18355
|
+
'https://rpc-zkevm-ghostrider.thefirechain.com',
|
|
18356
|
+
'https://rpc-zkevm-ghostrider.firestation.io'
|
|
18357
|
+
],
|
|
18358
|
+
faucets: [
|
|
18359
|
+
'zkevm-faucet.thefirechain.com',
|
|
18360
|
+
'https://zkevm-faucet.firestation.io'
|
|
18361
|
+
],
|
|
18075
18362
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
18076
18363
|
infoURL: 'https://docs.thefirechain.com/',
|
|
18077
18364
|
shortName: 'firechain-zkEVM-testnet',
|
|
18078
18365
|
chainId: 3885,
|
|
18079
18366
|
networkId: 3885,
|
|
18080
|
-
|
|
18367
|
+
icon: 'ethereum',
|
|
18368
|
+
explorers: [
|
|
18369
|
+
{
|
|
18370
|
+
name: 'FireScan',
|
|
18371
|
+
url: 'https://ghostrider-zkevm.firescan.io',
|
|
18372
|
+
standard: 'EIP3091'
|
|
18373
|
+
}
|
|
18374
|
+
],
|
|
18375
|
+
iconURL: 'https://ipfs.io/ipfs/QmdwQDr6vmBtXmK2TmknkEuZNoaDqTasFdZdu3DRw8b2wt'
|
|
18081
18376
|
},
|
|
18082
18377
|
3888: {
|
|
18083
18378
|
name: 'KalyChain Mainnet',
|
|
@@ -20231,6 +20526,28 @@ exports.chains = {
|
|
|
20231
20526
|
{ name: 'egoscan', url: 'https://egoscan.io', standard: 'EIP3091' }
|
|
20232
20527
|
]
|
|
20233
20528
|
},
|
|
20529
|
+
5464: {
|
|
20530
|
+
name: 'Saga',
|
|
20531
|
+
chain: 'SAGA',
|
|
20532
|
+
rpc: ['http://sagaevm-5464-1.jsonrpc.sagarpc.io'],
|
|
20533
|
+
faucets: [],
|
|
20534
|
+
nativeCurrency: { name: 'gas', symbol: 'GAS', decimals: 18 },
|
|
20535
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
20536
|
+
infoURL: 'https://www.saga.xyz',
|
|
20537
|
+
shortName: 'saga',
|
|
20538
|
+
chainId: 5464,
|
|
20539
|
+
networkId: 5464,
|
|
20540
|
+
icon: 'saga',
|
|
20541
|
+
explorers: [
|
|
20542
|
+
{
|
|
20543
|
+
name: 'blockscout',
|
|
20544
|
+
url: 'https://sagaevm-5464-1.sagaexplorer.io',
|
|
20545
|
+
icon: 'blockscout',
|
|
20546
|
+
standard: 'EIP3091'
|
|
20547
|
+
}
|
|
20548
|
+
],
|
|
20549
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreieuaf4anwbg4s6ptuxszdn5e6q4eodbae2dmyglb4v2o7xbbxepte'
|
|
20550
|
+
},
|
|
20234
20551
|
5511: {
|
|
20235
20552
|
name: 'PointPay Mainnet',
|
|
20236
20553
|
chain: 'pointpay',
|
|
@@ -20735,7 +21052,7 @@ exports.chains = {
|
|
|
20735
21052
|
standard: 'EIP3091'
|
|
20736
21053
|
}
|
|
20737
21054
|
],
|
|
20738
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
21055
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreia5iw3fygyim6ivv4lznrsak2x6e573vybexlnpxpcp775hcgmjyi'
|
|
20739
21056
|
},
|
|
20740
21057
|
6065: {
|
|
20741
21058
|
name: 'Tres Testnet',
|
|
@@ -20899,6 +21216,24 @@ exports.chains = {
|
|
|
20899
21216
|
],
|
|
20900
21217
|
iconURL: 'https://ipfs.io/ipfs/QmR8HgbKrHys8QFtH99soGx9KreixpCXJqkFejJdhpyNGo'
|
|
20901
21218
|
},
|
|
21219
|
+
6320: {
|
|
21220
|
+
name: 'NFB Chain Testnet',
|
|
21221
|
+
chain: 'NFB Chain Testnet',
|
|
21222
|
+
rpc: ['https://testnet-node.nfbchain.com'],
|
|
21223
|
+
faucets: [],
|
|
21224
|
+
nativeCurrency: { name: 'NFBCoinTest', symbol: 'NFBCT', decimals: 18 },
|
|
21225
|
+
infoURL: 'https://nfbchain.com/',
|
|
21226
|
+
shortName: 'nfbchaintest',
|
|
21227
|
+
chainId: 6320,
|
|
21228
|
+
networkId: 6320,
|
|
21229
|
+
explorers: [
|
|
21230
|
+
{
|
|
21231
|
+
name: 'NFB Chain Testnet Explorer',
|
|
21232
|
+
url: 'https://testnet-scan.nfbchain.com',
|
|
21233
|
+
standard: 'none'
|
|
21234
|
+
}
|
|
21235
|
+
]
|
|
21236
|
+
},
|
|
20902
21237
|
6321: {
|
|
20903
21238
|
name: 'Aura Euphoria Testnet',
|
|
20904
21239
|
chain: 'Aura',
|
|
@@ -21642,6 +21977,19 @@ exports.chains = {
|
|
|
21642
21977
|
explorers: [],
|
|
21643
21978
|
iconURL: 'https://ipfs.io/ipfs/QmWEy9xK5BoqxPuVs7T48WM4exJrxzkEFt45iHcxWqUy8D'
|
|
21644
21979
|
},
|
|
21980
|
+
7099: {
|
|
21981
|
+
name: 'Bharat Blockchain Network',
|
|
21982
|
+
chain: 'BBNT',
|
|
21983
|
+
rpc: ['https://bbnrpc.testnet.bharatblockchain.io'],
|
|
21984
|
+
faucets: ['https://www.bon.bharatblockchain.io/faucet'],
|
|
21985
|
+
nativeCurrency: { name: 'BBNT', symbol: 'BBN', decimals: 18 },
|
|
21986
|
+
features: [],
|
|
21987
|
+
infoURL: 'https://bharatblockchain.io/',
|
|
21988
|
+
shortName: 'bbnt',
|
|
21989
|
+
chainId: 7099,
|
|
21990
|
+
networkId: 7099,
|
|
21991
|
+
explorers: []
|
|
21992
|
+
},
|
|
21645
21993
|
7100: {
|
|
21646
21994
|
name: 'Nume',
|
|
21647
21995
|
title: 'Nume',
|
|
@@ -21725,6 +22073,28 @@ exports.chains = {
|
|
|
21725
22073
|
],
|
|
21726
22074
|
iconURL: 'https://ipfs.io/ipfs/QmfXZCAh3HWS2bJroUStN9TieL4QA9QArMotie3X4pwBfj'
|
|
21727
22075
|
},
|
|
22076
|
+
7181: {
|
|
22077
|
+
name: 'UXLINK One Testnet',
|
|
22078
|
+
chain: 'UXLINK One',
|
|
22079
|
+
rpc: ['https://rpc-sepolia.uxlinkone.com'],
|
|
22080
|
+
faucets: [],
|
|
22081
|
+
nativeCurrency: { name: 'UXLINK', symbol: 'UXLINK', decimals: 18 },
|
|
22082
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
22083
|
+
infoURL: 'https://www.uxlinkone.io',
|
|
22084
|
+
shortName: 'uxlink1-sep',
|
|
22085
|
+
chainId: 7181,
|
|
22086
|
+
networkId: 7181,
|
|
22087
|
+
icon: 'uxlinkone',
|
|
22088
|
+
explorers: [
|
|
22089
|
+
{
|
|
22090
|
+
name: 'UXLINK One Sepolia Explorer',
|
|
22091
|
+
url: 'https://sepolia.uxlinkone.com',
|
|
22092
|
+
icon: 'uxlinkone',
|
|
22093
|
+
standard: 'EIP3091'
|
|
22094
|
+
}
|
|
22095
|
+
],
|
|
22096
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreibppp6mjqupwr5ffrcj4fcculphzoxxoqx5m4sjypsxwglljuq7sy'
|
|
22097
|
+
},
|
|
21728
22098
|
7200: {
|
|
21729
22099
|
name: 'exSat Mainnet',
|
|
21730
22100
|
chain: 'exSat',
|
|
@@ -21746,6 +22116,20 @@ exports.chains = {
|
|
|
21746
22116
|
parent: { type: 'L2', chain: 'eip155-1', bridges: [{ url: '' }] },
|
|
21747
22117
|
iconURL: 'https://ipfs.io/ipfs/QmYZ1FjYCByj89pNiZfae2a9uTm7pJMKrzdQ1V1UKwhwNs'
|
|
21748
22118
|
},
|
|
22119
|
+
7208: {
|
|
22120
|
+
name: 'Nexera Mainnet',
|
|
22121
|
+
chain: 'Nexera',
|
|
22122
|
+
icon: 'nexera',
|
|
22123
|
+
chainId: 7208,
|
|
22124
|
+
networkId: 7208,
|
|
22125
|
+
infoURL: 'https://nexera.network',
|
|
22126
|
+
shortName: 'nxra-mainnet',
|
|
22127
|
+
rpc: ['https://rpc.nexera.network'],
|
|
22128
|
+
faucets: [],
|
|
22129
|
+
nativeCurrency: { name: 'NXRA', symbol: 'NXRA', decimals: 18 },
|
|
22130
|
+
explorers: [],
|
|
22131
|
+
iconURL: 'https://ipfs.io/ipfs/bafybeihgu3exoshubbgou5u6cyylpgo3wtc2n6kkmvw67q4bemucuw3goa'
|
|
22132
|
+
},
|
|
21749
22133
|
7210: {
|
|
21750
22134
|
name: 'Nibiru Testnet-1',
|
|
21751
22135
|
chain: 'Nibiru',
|
|
@@ -21774,6 +22158,27 @@ exports.chains = {
|
|
|
21774
22158
|
explorers: [],
|
|
21775
22159
|
iconURL: 'https://ipfs.io/ipfs/QmZ4ujZagoLozYSypp7uJESgExJhGGJTmmpT6AoDV8GzZW'
|
|
21776
22160
|
},
|
|
22161
|
+
7233: {
|
|
22162
|
+
name: 'InitVerse mainnet',
|
|
22163
|
+
chain: 'InitVerse',
|
|
22164
|
+
rpc: ['https://rpc-mainnet.inichain.com'],
|
|
22165
|
+
faucets: [],
|
|
22166
|
+
nativeCurrency: { name: 'InitVerse', symbol: 'INI', decimals: 18 },
|
|
22167
|
+
infoURL: 'https://www.inichain.com',
|
|
22168
|
+
shortName: 'INI',
|
|
22169
|
+
chainId: 7233,
|
|
22170
|
+
networkId: 7233,
|
|
22171
|
+
icon: 'initverse',
|
|
22172
|
+
explorers: [
|
|
22173
|
+
{
|
|
22174
|
+
name: 'initverse',
|
|
22175
|
+
url: 'https://www.iniscan.com',
|
|
22176
|
+
icon: 'initverse',
|
|
22177
|
+
standard: 'none'
|
|
22178
|
+
}
|
|
22179
|
+
],
|
|
22180
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreieuowxl2syu2cfiebhqkdjrokbwq4sulcdrww3z4wws3vssm3phzi'
|
|
22181
|
+
},
|
|
21777
22182
|
7234: {
|
|
21778
22183
|
name: 'InitVerse genesis testnet',
|
|
21779
22184
|
chain: 'InitVerse',
|
|
@@ -22557,6 +22962,32 @@ exports.chains = {
|
|
|
22557
22962
|
infoURL: 'https://mochain.app',
|
|
22558
22963
|
iconURL: 'https://ipfs.io/ipfs/QmfJYJiR7L8xMG3KAWroVA9CQEfRGcbprC4JmVsiVk1E4e'
|
|
22559
22964
|
},
|
|
22965
|
+
7957: {
|
|
22966
|
+
name: 'Exorium Testnet',
|
|
22967
|
+
chain: 'EXOR',
|
|
22968
|
+
rpc: [
|
|
22969
|
+
'https://rpc-1-testnet.exorium.net',
|
|
22970
|
+
'https://rpc-2-testnet.exorium.net',
|
|
22971
|
+
'https://rpc-testnet.exoscan.net/'
|
|
22972
|
+
],
|
|
22973
|
+
faucets: ['https://faucet-testnet.exorium.net'],
|
|
22974
|
+
nativeCurrency: { name: 'EXOR', symbol: 'tEXOR', decimals: 18 },
|
|
22975
|
+
infoURL: 'https://exorium.net',
|
|
22976
|
+
shortName: 'texor',
|
|
22977
|
+
chainId: 7957,
|
|
22978
|
+
networkId: 7957,
|
|
22979
|
+
slip44: 1,
|
|
22980
|
+
icon: 'exorium',
|
|
22981
|
+
explorers: [
|
|
22982
|
+
{
|
|
22983
|
+
name: 'EXORIUM Testnet Explorer',
|
|
22984
|
+
icon: 'exorium',
|
|
22985
|
+
url: 'https://testnet.exoscan.net',
|
|
22986
|
+
standard: 'none'
|
|
22987
|
+
}
|
|
22988
|
+
],
|
|
22989
|
+
iconURL: 'https://ipfs.io/ipfs/QmTY2Z7AEEWxmzQyh7DFG8fyR3w6Y166GDJfi6o3xo6GgV'
|
|
22990
|
+
},
|
|
22560
22991
|
7979: {
|
|
22561
22992
|
name: 'DOS Chain',
|
|
22562
22993
|
chain: 'DOS',
|
|
@@ -22804,10 +23235,10 @@ exports.chains = {
|
|
|
22804
23235
|
8086: {
|
|
22805
23236
|
name: 'Bitcoin Chain',
|
|
22806
23237
|
chain: 'BTC',
|
|
22807
|
-
rpc: ['https://rpc.
|
|
23238
|
+
rpc: ['https://rpc.bitcoinevm.org'],
|
|
22808
23239
|
faucets: [],
|
|
22809
23240
|
nativeCurrency: { name: 'Bitcoin', symbol: 'BTC', decimals: 18 },
|
|
22810
|
-
infoURL: 'https://
|
|
23241
|
+
infoURL: 'https://bitcoinevm.org',
|
|
22811
23242
|
shortName: 'Bitcoin',
|
|
22812
23243
|
chainId: 8086,
|
|
22813
23244
|
networkId: 8086,
|
|
@@ -23137,6 +23568,19 @@ exports.chains = {
|
|
|
23137
23568
|
],
|
|
23138
23569
|
iconURL: 'https://ipfs.io/ipfs/Qme5W7SmKGv3gqciYFWuZvA4QKJAU2XKwSzC6cXLx7wGJu'
|
|
23139
23570
|
},
|
|
23571
|
+
8386: {
|
|
23572
|
+
name: 'XProtocol',
|
|
23573
|
+
chain: 'XPROTOCOL',
|
|
23574
|
+
rpc: [],
|
|
23575
|
+
faucets: [],
|
|
23576
|
+
nativeCurrency: { name: 'Kick', symbol: 'KICK', decimals: 18 },
|
|
23577
|
+
shortName: 'xprotocol',
|
|
23578
|
+
chainId: 8386,
|
|
23579
|
+
networkId: 8386,
|
|
23580
|
+
status: 'incubating',
|
|
23581
|
+
parent: { type: 'L2', chain: 'eip155-8453' },
|
|
23582
|
+
infoURL: 'https://xprotocol.org/'
|
|
23583
|
+
},
|
|
23140
23584
|
8387: {
|
|
23141
23585
|
name: 'Dracones Financial Services',
|
|
23142
23586
|
title: 'The Dracones Mainnet',
|
|
@@ -23458,8 +23902,8 @@ exports.chains = {
|
|
|
23458
23902
|
8844: {
|
|
23459
23903
|
name: 'Hydra Chain Testnet',
|
|
23460
23904
|
chain: 'HYDRA',
|
|
23461
|
-
rpc: ['https://rpc
|
|
23462
|
-
faucets: ['https://
|
|
23905
|
+
rpc: ['https://rpc-testnet.hydrachain.org'],
|
|
23906
|
+
faucets: ['https://testnetapp.hydrachain.org/faucet'],
|
|
23463
23907
|
nativeCurrency: { name: 'tHydra', symbol: 'tHYDRA', decimals: 18 },
|
|
23464
23908
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
23465
23909
|
infoURL: 'https://hydrachain.org',
|
|
@@ -24902,7 +25346,7 @@ exports.chains = {
|
|
|
24902
25346
|
name: 'Agung Network',
|
|
24903
25347
|
chain: 'Agung',
|
|
24904
25348
|
icon: 'agung',
|
|
24905
|
-
rpc: ['https://
|
|
25349
|
+
rpc: ['https://wss-async.agung.peaq.network'],
|
|
24906
25350
|
faucets: [],
|
|
24907
25351
|
nativeCurrency: { name: 'Agung', symbol: 'AGNG', decimals: 18 },
|
|
24908
25352
|
infoURL: 'https://www.peaq.network',
|
|
@@ -24912,12 +25356,12 @@ exports.chains = {
|
|
|
24912
25356
|
explorers: [
|
|
24913
25357
|
{
|
|
24914
25358
|
name: 'Polkadot.js',
|
|
24915
|
-
url: 'https://polkadot.js.org/apps/?rpc=wss
|
|
25359
|
+
url: 'https://polkadot.js.org/apps/?rpc=wss:///wss-async.agung.peaq.network#/explorer',
|
|
24916
25360
|
standard: 'none'
|
|
24917
25361
|
},
|
|
24918
25362
|
{
|
|
24919
25363
|
name: 'Subscan',
|
|
24920
|
-
url: 'https://agung.subscan.io',
|
|
25364
|
+
url: 'https://agung-testnet.subscan.io',
|
|
24921
25365
|
standard: 'none'
|
|
24922
25366
|
}
|
|
24923
25367
|
],
|
|
@@ -25731,8 +26175,8 @@ exports.chains = {
|
|
|
25731
26175
|
]
|
|
25732
26176
|
},
|
|
25733
26177
|
11124: {
|
|
25734
|
-
name: 'Abstract Testnet',
|
|
25735
|
-
chain: 'Abstract Testnet',
|
|
26178
|
+
name: 'Abstract Sepolia Testnet',
|
|
26179
|
+
chain: 'Abstract Sepolia Testnet',
|
|
25736
26180
|
rpc: ['https://api.testnet.abs.xyz'],
|
|
25737
26181
|
faucets: ['https://faucet.triangleplatform.com/abstract/testnet'],
|
|
25738
26182
|
chainId: 11124,
|
|
@@ -25747,9 +26191,9 @@ exports.chains = {
|
|
|
25747
26191
|
},
|
|
25748
26192
|
explorers: [
|
|
25749
26193
|
{
|
|
25750
|
-
name: 'Abstract
|
|
25751
|
-
url: 'https://
|
|
25752
|
-
standard: '
|
|
26194
|
+
name: 'Abstract Sepolia Testnet Explorer',
|
|
26195
|
+
url: 'https://sepolia.abscan.org',
|
|
26196
|
+
standard: 'EIP3091'
|
|
25753
26197
|
}
|
|
25754
26198
|
]
|
|
25755
26199
|
},
|
|
@@ -25949,6 +26393,26 @@ exports.chains = {
|
|
|
25949
26393
|
],
|
|
25950
26394
|
iconURL: 'https://ipfs.io/ipfs/QmdR9QJjQEh1mBnf2WbJfehverxiP5RDPWMtEECbDP2rc3'
|
|
25951
26395
|
},
|
|
26396
|
+
11820: {
|
|
26397
|
+
name: 'Artela Mainnet',
|
|
26398
|
+
chain: 'Artela',
|
|
26399
|
+
rpc: ['https://node-euro.artela.network/rpc'],
|
|
26400
|
+
faucets: [],
|
|
26401
|
+
nativeCurrency: { name: 'ART', symbol: 'ART', decimals: 18 },
|
|
26402
|
+
infoURL: 'https://artela.network/',
|
|
26403
|
+
shortName: 'artela-mainnet',
|
|
26404
|
+
chainId: 11820,
|
|
26405
|
+
networkId: 11820,
|
|
26406
|
+
icon: 'artela',
|
|
26407
|
+
explorers: [
|
|
26408
|
+
{
|
|
26409
|
+
name: 'ArtelaScan',
|
|
26410
|
+
url: 'https://artscan.artela.network',
|
|
26411
|
+
standard: 'EIP3091'
|
|
26412
|
+
}
|
|
26413
|
+
],
|
|
26414
|
+
iconURL: 'https://ipfs.io/ipfs/QmVLphQTid27kfv3R6Vd2UdiHYWYu3oUTmztmiqSBkZ3nu'
|
|
26415
|
+
},
|
|
25952
26416
|
11822: {
|
|
25953
26417
|
name: 'Artela Testnet',
|
|
25954
26418
|
chain: 'Artela',
|
|
@@ -26192,7 +26656,7 @@ exports.chains = {
|
|
|
26192
26656
|
iconURL: 'https://ipfs.io/ipfs/QmUN5j2cre8GHKv52JE8ag88aAnRmuHMGFxePPvKMogisC'
|
|
26193
26657
|
},
|
|
26194
26658
|
12323: {
|
|
26195
|
-
name: 'Huddle01',
|
|
26659
|
+
name: 'Huddle01 dRTC Chain',
|
|
26196
26660
|
chain: 'huddle01',
|
|
26197
26661
|
rpc: ['https://huddle01.calderachain.xyz/http'],
|
|
26198
26662
|
faucets: [],
|
|
@@ -27085,8 +27549,8 @@ exports.chains = {
|
|
|
27085
27549
|
networkId: 16180,
|
|
27086
27550
|
explorers: [
|
|
27087
27551
|
{
|
|
27088
|
-
name: '
|
|
27089
|
-
url: 'https://
|
|
27552
|
+
name: 'PLYR PHI Explorer',
|
|
27553
|
+
url: 'https://explorer.plyr.network',
|
|
27090
27554
|
standard: 'EIP3091'
|
|
27091
27555
|
}
|
|
27092
27556
|
],
|
|
@@ -27175,7 +27639,7 @@ exports.chains = {
|
|
|
27175
27639
|
16600: {
|
|
27176
27640
|
name: '0G-Newton-Testnet',
|
|
27177
27641
|
chain: '0G-Testnet',
|
|
27178
|
-
rpc: ['https://
|
|
27642
|
+
rpc: ['https://evmrpc-testnet.0g.ai'],
|
|
27179
27643
|
faucets: ['https://faucet.0g.ai'],
|
|
27180
27644
|
nativeCurrency: { name: 'A0GI', symbol: 'A0GI', decimals: 18 },
|
|
27181
27645
|
infoURL: 'https://0g.ai',
|
|
@@ -27185,7 +27649,7 @@ exports.chains = {
|
|
|
27185
27649
|
icon: '0gai',
|
|
27186
27650
|
explorers: [
|
|
27187
27651
|
{
|
|
27188
|
-
name: '0G
|
|
27652
|
+
name: '0G BlockChain Explorer',
|
|
27189
27653
|
url: 'https://chainscan-newton.0g.ai',
|
|
27190
27654
|
standard: 'none'
|
|
27191
27655
|
}
|
|
@@ -27694,6 +28158,27 @@ exports.chains = {
|
|
|
27694
28158
|
],
|
|
27695
28159
|
iconURL: 'https://ipfs.io/ipfs/QmUf9AtP2ZjQFvE8V4UV5RXQJkfUrCAh4tyY7ZHesBhCMB'
|
|
27696
28160
|
},
|
|
28161
|
+
18881: {
|
|
28162
|
+
name: 'Ultra EVM Network Testnet',
|
|
28163
|
+
chain: 'Ultra',
|
|
28164
|
+
icon: 'ultra',
|
|
28165
|
+
rpc: ['https://evm.test.ultra.eosusa.io'],
|
|
28166
|
+
faucets: [],
|
|
28167
|
+
nativeCurrency: { name: 'Ultra Token', symbol: 'UOS', decimals: 18 },
|
|
28168
|
+
infoURL: 'https://ultra.io/',
|
|
28169
|
+
shortName: 'ultra-testnet',
|
|
28170
|
+
chainId: 18881,
|
|
28171
|
+
networkId: 18881,
|
|
28172
|
+
slip44: 1,
|
|
28173
|
+
explorers: [
|
|
28174
|
+
{
|
|
28175
|
+
name: 'Ultra EVM Testnet Explorer',
|
|
28176
|
+
url: 'https://evmexplorer.testnet.ultra.io',
|
|
28177
|
+
standard: 'EIP3091'
|
|
28178
|
+
}
|
|
28179
|
+
],
|
|
28180
|
+
iconURL: 'https://ipfs.io/ipfs/QmeGtXdTHHMnf6rWUWFcefMGaVp7dJ6SWNgxgbVgm9YHTZ'
|
|
28181
|
+
},
|
|
27697
28182
|
18888: {
|
|
27698
28183
|
name: 'Titan (TKX)',
|
|
27699
28184
|
chain: 'Titan (TKX)',
|
|
@@ -28470,6 +28955,25 @@ exports.chains = {
|
|
|
28470
28955
|
],
|
|
28471
28956
|
iconURL: 'https://ipfs.io/ipfs/QmdTfku81ohnG9ECU1Xswmeumt678cBhwHWuFYZ7i1Qsto'
|
|
28472
28957
|
},
|
|
28958
|
+
23023: {
|
|
28959
|
+
name: 'PremiumBlock',
|
|
28960
|
+
chain: 'PBLK',
|
|
28961
|
+
rpc: ['https://rpc.premiumblock.org'],
|
|
28962
|
+
faucets: [],
|
|
28963
|
+
nativeCurrency: { name: 'Premium Block', symbol: 'PBLK', decimals: 18 },
|
|
28964
|
+
infoURL: 'https://scan.premiumblock.org',
|
|
28965
|
+
shortName: 'pblk',
|
|
28966
|
+
chainId: 23023,
|
|
28967
|
+
networkId: 23023,
|
|
28968
|
+
explorers: [
|
|
28969
|
+
{
|
|
28970
|
+
name: 'PremiumBlocks Explorer',
|
|
28971
|
+
url: 'https://scan.premiumblock.org',
|
|
28972
|
+
standard: 'EIP3091'
|
|
28973
|
+
}
|
|
28974
|
+
],
|
|
28975
|
+
features: [{ name: 'EIP1559' }]
|
|
28976
|
+
},
|
|
28473
28977
|
23118: {
|
|
28474
28978
|
name: 'Opside Testnet',
|
|
28475
28979
|
chain: 'Opside',
|
|
@@ -28899,6 +29403,24 @@ exports.chains = {
|
|
|
28899
29403
|
}
|
|
28900
29404
|
]
|
|
28901
29405
|
},
|
|
29406
|
+
26988: {
|
|
29407
|
+
name: 'Newton Finance Testnet',
|
|
29408
|
+
chain: 'ETH',
|
|
29409
|
+
rpc: ['https://jp-rpc-testnet-newfi.newpay.io'],
|
|
29410
|
+
faucets: [],
|
|
29411
|
+
nativeCurrency: { name: 'Newton', symbol: 'NEW', decimals: 18 },
|
|
29412
|
+
infoURL: 'https://newtonproject.org',
|
|
29413
|
+
shortName: 'tNewFi',
|
|
29414
|
+
chainId: 26988,
|
|
29415
|
+
networkId: 26988,
|
|
29416
|
+
explorers: [
|
|
29417
|
+
{
|
|
29418
|
+
name: 'NewFi explorer',
|
|
29419
|
+
url: 'https://explorer-testnet-newfi.newpay.io',
|
|
29420
|
+
standard: 'EIP3091'
|
|
29421
|
+
}
|
|
29422
|
+
]
|
|
29423
|
+
},
|
|
28902
29424
|
27181: {
|
|
28903
29425
|
name: 'KLAOS Nova',
|
|
28904
29426
|
title: 'KLAOS Nova Test Chain',
|
|
@@ -30270,6 +30792,26 @@ exports.chains = {
|
|
|
30270
30792
|
chainId: 42069,
|
|
30271
30793
|
networkId: 42069
|
|
30272
30794
|
},
|
|
30795
|
+
42070: {
|
|
30796
|
+
name: 'WMC Testnet',
|
|
30797
|
+
chain: 'WMC',
|
|
30798
|
+
icon: 'wmc',
|
|
30799
|
+
rpc: ['https://rpc-testnet-base.worldmobile.net'],
|
|
30800
|
+
faucets: ['https://faucet-testnet-base.worldmobile.net'],
|
|
30801
|
+
nativeCurrency: { name: 'WMTx', symbol: 'WMTx', decimals: 18 },
|
|
30802
|
+
infoURL: 'https://worldmobiletoken.com',
|
|
30803
|
+
shortName: 'wmtx',
|
|
30804
|
+
chainId: 42070,
|
|
30805
|
+
networkId: 42070,
|
|
30806
|
+
explorers: [
|
|
30807
|
+
{
|
|
30808
|
+
name: 'WMC Explorer',
|
|
30809
|
+
url: 'https://explorer-testnet-base.worldmobile.net',
|
|
30810
|
+
standard: 'EIP3091'
|
|
30811
|
+
}
|
|
30812
|
+
],
|
|
30813
|
+
iconURL: 'https://ipfs.io/ipfs/QmVWrPMhSkocodzjz54R6qdQ1UJx4Y6oUAsvKuqWTi9u2E'
|
|
30814
|
+
},
|
|
30273
30815
|
42072: {
|
|
30274
30816
|
name: 'AgentLayer Testnet',
|
|
30275
30817
|
chain: 'AgentLayer',
|
|
@@ -31283,6 +31825,24 @@ exports.chains = {
|
|
|
31283
31825
|
],
|
|
31284
31826
|
parent: { type: 'L2', chain: 'eip155-11155111' }
|
|
31285
31827
|
},
|
|
31828
|
+
50505: {
|
|
31829
|
+
name: 'STB Testnet',
|
|
31830
|
+
chain: 'STB Testnet',
|
|
31831
|
+
rpc: ['https://rpc.quorum.sps.dev.kode.ru/'],
|
|
31832
|
+
faucets: [],
|
|
31833
|
+
nativeCurrency: { name: 'STB', symbol: 'STB', decimals: 18 },
|
|
31834
|
+
infoURL: '',
|
|
31835
|
+
shortName: 'stb-testnet',
|
|
31836
|
+
chainId: 50505,
|
|
31837
|
+
networkId: 50505,
|
|
31838
|
+
explorers: [
|
|
31839
|
+
{
|
|
31840
|
+
name: 'stb-testnet',
|
|
31841
|
+
url: 'https://explorer.quorum.sps.dev.kode.ru',
|
|
31842
|
+
standard: 'none'
|
|
31843
|
+
}
|
|
31844
|
+
]
|
|
31845
|
+
},
|
|
31286
31846
|
50888: {
|
|
31287
31847
|
name: 'Erbie Mainnet',
|
|
31288
31848
|
chain: 'Erbie',
|
|
@@ -32547,8 +33107,8 @@ exports.chains = {
|
|
|
32547
33107
|
slip44: 1,
|
|
32548
33108
|
explorers: [
|
|
32549
33109
|
{
|
|
32550
|
-
name: '
|
|
32551
|
-
url: 'https://
|
|
33110
|
+
name: 'PLYR TAU Explorer',
|
|
33111
|
+
url: 'https://explorer-testnet.plyr.network',
|
|
32552
33112
|
standard: 'EIP3091'
|
|
32553
33113
|
}
|
|
32554
33114
|
],
|
|
@@ -33156,6 +33716,20 @@ exports.chains = {
|
|
|
33156
33716
|
}
|
|
33157
33717
|
]
|
|
33158
33718
|
},
|
|
33719
|
+
72080: {
|
|
33720
|
+
name: 'Nexera Testnet',
|
|
33721
|
+
chain: 'Nexera',
|
|
33722
|
+
icon: 'nexera',
|
|
33723
|
+
chainId: 72080,
|
|
33724
|
+
networkId: 72080,
|
|
33725
|
+
infoURL: 'https://testnet.nexera.network',
|
|
33726
|
+
shortName: 'nxra-testnet',
|
|
33727
|
+
rpc: ['https://rpc.testnet.nexera.network'],
|
|
33728
|
+
faucets: ['https://faucet.nexera.network'],
|
|
33729
|
+
nativeCurrency: { name: 'tNXRA', symbol: 'tNXRA', decimals: 18 },
|
|
33730
|
+
explorers: [],
|
|
33731
|
+
iconURL: 'https://ipfs.io/ipfs/bafybeihgu3exoshubbgou5u6cyylpgo3wtc2n6kkmvw67q4bemucuw3goa'
|
|
33732
|
+
},
|
|
33159
33733
|
72778: {
|
|
33160
33734
|
name: 'CAGA crypto Ankara testnet',
|
|
33161
33735
|
chain: 'Ankara',
|
|
@@ -33179,6 +33753,26 @@ exports.chains = {
|
|
|
33179
33753
|
],
|
|
33180
33754
|
iconURL: 'https://ipfs.io/ipfs/Qmeiop9gSdzU4NNJ6GCuPk6AeYwD9pbhEFVfRdk4dXs3kJ'
|
|
33181
33755
|
},
|
|
33756
|
+
72888: {
|
|
33757
|
+
name: 'CAGA mainnet',
|
|
33758
|
+
chain: 'CAGA',
|
|
33759
|
+
rpc: ['https://cagamainnet.com', 'wss://cagamainnet.com/ws'],
|
|
33760
|
+
faucets: [],
|
|
33761
|
+
nativeCurrency: { name: 'CAGA', symbol: 'CAGA', decimals: 18 },
|
|
33762
|
+
infoURL: 'https://www.cagacrypto.com/',
|
|
33763
|
+
shortName: 'caga-mainnet',
|
|
33764
|
+
chainId: 72888,
|
|
33765
|
+
networkId: 72888,
|
|
33766
|
+
icon: 'caga',
|
|
33767
|
+
explorers: [
|
|
33768
|
+
{
|
|
33769
|
+
name: 'caga',
|
|
33770
|
+
url: 'https://explorer.cagamainnet.com',
|
|
33771
|
+
standard: 'EIP3091'
|
|
33772
|
+
}
|
|
33773
|
+
],
|
|
33774
|
+
iconURL: 'https://ipfs.io/ipfs/Qmeiop9gSdzU4NNJ6GCuPk6AeYwD9pbhEFVfRdk4dXs3kJ'
|
|
33775
|
+
},
|
|
33182
33776
|
72992: {
|
|
33183
33777
|
name: 'Grok Chain Mainnet',
|
|
33184
33778
|
chain: 'Grok',
|
|
@@ -33751,6 +34345,20 @@ exports.chains = {
|
|
|
33751
34345
|
],
|
|
33752
34346
|
iconURL: 'https://ipfs.io/ipfs/QmW2xrDkSqBB7qgftp5PUecEGg4zwUBJgSN45CaR7CKJMr'
|
|
33753
34347
|
},
|
|
34348
|
+
80094: {
|
|
34349
|
+
name: 'Berachain',
|
|
34350
|
+
chain: 'Berachain',
|
|
34351
|
+
rpc: ['https://rpc.berachain.com'],
|
|
34352
|
+
faucets: ['https://faucet.berachain.com'],
|
|
34353
|
+
nativeCurrency: { name: 'BERA Token', symbol: 'BERA', decimals: 18 },
|
|
34354
|
+
infoURL: 'https://www.berachain.com',
|
|
34355
|
+
shortName: 'berachain',
|
|
34356
|
+
chainId: 80094,
|
|
34357
|
+
networkId: 80094,
|
|
34358
|
+
icon: 'berachain',
|
|
34359
|
+
explorers: [],
|
|
34360
|
+
iconURL: 'https://ipfs.io/ipfs/QmW2xrDkSqBB7qgftp5PUecEGg4zwUBJgSN45CaR7CKJMr'
|
|
34361
|
+
},
|
|
33754
34362
|
80096: {
|
|
33755
34363
|
name: 'Hizoco mainnet',
|
|
33756
34364
|
chain: 'HZC',
|
|
@@ -33785,6 +34393,27 @@ exports.chains = {
|
|
|
33785
34393
|
explorers: [],
|
|
33786
34394
|
parent: { type: 'L2', chain: 'eip155-42161' }
|
|
33787
34395
|
},
|
|
34396
|
+
80931: {
|
|
34397
|
+
name: 'Forta Chain',
|
|
34398
|
+
chain: 'Forta Chain',
|
|
34399
|
+
rpc: ['https://rpc-forta-chain-8gj1qndmfc.t.conduit.xyz'],
|
|
34400
|
+
faucets: [],
|
|
34401
|
+
nativeCurrency: { name: 'FORT', symbol: 'FORT', decimals: 18 },
|
|
34402
|
+
infoURL: 'https://www.forta.org/',
|
|
34403
|
+
shortName: 'forta',
|
|
34404
|
+
chainId: 80931,
|
|
34405
|
+
networkId: 80931,
|
|
34406
|
+
icon: 'forta-chain',
|
|
34407
|
+
explorers: [
|
|
34408
|
+
{
|
|
34409
|
+
name: 'Forta Chain Explorer',
|
|
34410
|
+
url: 'https://explorer.forta.org',
|
|
34411
|
+
icon: 'forta-chain',
|
|
34412
|
+
standard: 'EIP3091'
|
|
34413
|
+
}
|
|
34414
|
+
],
|
|
34415
|
+
iconURL: 'https://ipfs.io/ipfs/Qmd3KFA5oJbPHCe7rdKdzYBiBPoN8QWxCvU9yqteV3fDCQ'
|
|
34416
|
+
},
|
|
33788
34417
|
81041: {
|
|
33789
34418
|
name: 'Nordek Mainnet',
|
|
33790
34419
|
chain: 'Nordek',
|
|
@@ -34067,6 +34696,24 @@ exports.chains = {
|
|
|
34067
34696
|
explorers: [],
|
|
34068
34697
|
iconURL: 'https://ipfs.io/ipfs/QmRZ1LHedFNs3pXhxcjhbQtHLmMzDhioKJ6ZsRwHNpbtiF'
|
|
34069
34698
|
},
|
|
34699
|
+
83868: {
|
|
34700
|
+
name: 'Xprotocol Sepolia',
|
|
34701
|
+
chainId: 83868,
|
|
34702
|
+
shortName: 'xprotocolsepolia',
|
|
34703
|
+
chain: 'Xprotocol Sepolia',
|
|
34704
|
+
networkId: 83868,
|
|
34705
|
+
nativeCurrency: {
|
|
34706
|
+
name: 'KICK Testnet Token',
|
|
34707
|
+
symbol: 'KICK',
|
|
34708
|
+
decimals: 18
|
|
34709
|
+
},
|
|
34710
|
+
rpc: [],
|
|
34711
|
+
faucets: [],
|
|
34712
|
+
explorers: [],
|
|
34713
|
+
status: 'incubating',
|
|
34714
|
+
parent: { type: 'L2', chain: 'eip155-84532' },
|
|
34715
|
+
infoURL: 'https://xprotocol.org/'
|
|
34716
|
+
},
|
|
34070
34717
|
83872: {
|
|
34071
34718
|
name: 'ZEDXION',
|
|
34072
34719
|
chain: 'ZEDXION',
|
|
@@ -34892,6 +35539,32 @@ exports.chains = {
|
|
|
34892
35539
|
],
|
|
34893
35540
|
iconURL: 'https://ipfs.io/ipfs/QmVhM3wHXdXkFEvW4x4vYqT7bx7gb5BQLWcLebHBeAzAXF'
|
|
34894
35541
|
},
|
|
35542
|
+
97453: {
|
|
35543
|
+
name: 'Sidra Chain',
|
|
35544
|
+
chain: 'SIDRA',
|
|
35545
|
+
icon: 'sidrachain',
|
|
35546
|
+
rpc: ['https://node.sidrachain.com'],
|
|
35547
|
+
features: [{ name: 'EIP155' }],
|
|
35548
|
+
faucets: [],
|
|
35549
|
+
nativeCurrency: {
|
|
35550
|
+
name: 'Sidra Digital Asset',
|
|
35551
|
+
symbol: 'SDA',
|
|
35552
|
+
decimals: 18
|
|
35553
|
+
},
|
|
35554
|
+
infoURL: 'https://www.sidrachain.com',
|
|
35555
|
+
shortName: 'sidra',
|
|
35556
|
+
chainId: 97453,
|
|
35557
|
+
networkId: 97453,
|
|
35558
|
+
explorers: [
|
|
35559
|
+
{
|
|
35560
|
+
name: 'Sidra Chain Explorer',
|
|
35561
|
+
url: 'https://ledger.sidrachain.com',
|
|
35562
|
+
icon: 'sidrachain',
|
|
35563
|
+
standard: 'EIP3091'
|
|
35564
|
+
}
|
|
35565
|
+
],
|
|
35566
|
+
iconURL: 'https://ipfs.io/ipfs/QmfVnJSmiB1Ss3Sfhgc9JsZAbQ2RAofsgzYB1VqUNKNgLH'
|
|
35567
|
+
},
|
|
34895
35568
|
97531: {
|
|
34896
35569
|
name: 'Green Chain Testnet',
|
|
34897
35570
|
chain: 'Green Chain',
|
|
@@ -36223,6 +36896,26 @@ exports.chains = {
|
|
|
36223
36896
|
}
|
|
36224
36897
|
]
|
|
36225
36898
|
},
|
|
36899
|
+
161201: {
|
|
36900
|
+
name: 'Openledger Testnet',
|
|
36901
|
+
chain: 'Openledger Testnet',
|
|
36902
|
+
rpc: ['https://rpctn.openledger.xyz'],
|
|
36903
|
+
faucets: [],
|
|
36904
|
+
nativeCurrency: { name: 'Openledger', symbol: 'OPN', decimals: 18 },
|
|
36905
|
+
infoURL: 'https://www.openledger.xyz',
|
|
36906
|
+
shortName: 'openledgertest',
|
|
36907
|
+
chainId: 161201,
|
|
36908
|
+
networkId: 161201,
|
|
36909
|
+
icon: 'openledger',
|
|
36910
|
+
explorers: [
|
|
36911
|
+
{
|
|
36912
|
+
name: 'Openledger Testnet Explorer',
|
|
36913
|
+
url: 'https://scantn.openledger.xyz',
|
|
36914
|
+
standard: 'EIP3091'
|
|
36915
|
+
}
|
|
36916
|
+
],
|
|
36917
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreia37de5s5jtm5t74jtbx5clas3dnbojnrue7ls7ricbnr4kmgcfca'
|
|
36918
|
+
},
|
|
36226
36919
|
161212: {
|
|
36227
36920
|
name: 'PlayFi Mainnet',
|
|
36228
36921
|
chain: 'PLAY',
|
|
@@ -36512,6 +37205,27 @@ exports.chains = {
|
|
|
36512
37205
|
],
|
|
36513
37206
|
iconURL: 'https://ipfs.io/ipfs/QmXZcwET1LhUxfc2mCdiCJFm61jUHsVVXuZYwx8zhvHQxn'
|
|
36514
37207
|
},
|
|
37208
|
+
175190: {
|
|
37209
|
+
name: 'Chronicle Loa - Lit Protocol Testnet',
|
|
37210
|
+
chain: 'LPL',
|
|
37211
|
+
icon: 'lit',
|
|
37212
|
+
rpc: ['https://loa-rpc.litprotocol.com'],
|
|
37213
|
+
faucets: ['https://developer.litprotocol.com/support/intro'],
|
|
37214
|
+
nativeCurrency: { name: 'Test Lit', symbol: 'tLit', decimals: 18 },
|
|
37215
|
+
infoURL: 'https://litprotocol.com',
|
|
37216
|
+
shortName: 'lpl',
|
|
37217
|
+
chainId: 175190,
|
|
37218
|
+
networkId: 175190,
|
|
37219
|
+
explorers: [
|
|
37220
|
+
{
|
|
37221
|
+
name: 'Lit Chronicle Loa Explorer',
|
|
37222
|
+
url: 'https://loa-explorer.litprotocol.com',
|
|
37223
|
+
icon: 'lit',
|
|
37224
|
+
standard: 'EIP3091'
|
|
37225
|
+
}
|
|
37226
|
+
],
|
|
37227
|
+
iconURL: 'https://ipfs.io/ipfs/QmXZcwET1LhUxfc2mCdiCJFm61jUHsVVXuZYwx8zhvHQxn'
|
|
37228
|
+
},
|
|
36515
37229
|
188710: {
|
|
36516
37230
|
name: 'Bitica Chain Mainnet',
|
|
36517
37231
|
chain: 'BDCC',
|
|
@@ -37733,7 +38447,7 @@ exports.chains = {
|
|
|
37733
38447
|
chain: 'Sahara',
|
|
37734
38448
|
rpc: ['https://testnet.saharalabs.ai'],
|
|
37735
38449
|
faucets: [],
|
|
37736
|
-
nativeCurrency: { name: '
|
|
38450
|
+
nativeCurrency: { name: 'Sahara AI', symbol: 'SAHARA', decimals: 18 },
|
|
37737
38451
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
37738
38452
|
infoURL: 'https://saharalabs.ai',
|
|
37739
38453
|
shortName: 'saharatest',
|
|
@@ -37743,11 +38457,11 @@ exports.chains = {
|
|
|
37743
38457
|
explorers: [
|
|
37744
38458
|
{
|
|
37745
38459
|
name: 'Testnet Scan',
|
|
37746
|
-
url: 'https://explorer.
|
|
38460
|
+
url: 'https://testnet-explorer.saharalabs.ai',
|
|
37747
38461
|
standard: 'EIP3091'
|
|
37748
38462
|
}
|
|
37749
38463
|
],
|
|
37750
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
38464
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreibhofpvuswlhmfniolskoguhjr4p7strqgm5uz7tu53s5gv35qwem'
|
|
37751
38465
|
},
|
|
37752
38466
|
314159: {
|
|
37753
38467
|
name: 'Filecoin - Calibration testnet',
|
|
@@ -38308,6 +39022,45 @@ exports.chains = {
|
|
|
38308
39022
|
],
|
|
38309
39023
|
iconURL: 'https://ipfs.io/ipfs/bafkreihok46mhn5yf7b5jgmq7tiyw2fw76wklvj4frpc3gbswgfxzerhhm'
|
|
38310
39024
|
},
|
|
39025
|
+
420000: {
|
|
39026
|
+
name: 'Infinaeon',
|
|
39027
|
+
chain: 'Infinaeon',
|
|
39028
|
+
rpc: ['https://rpc.infinaeon.com'],
|
|
39029
|
+
faucets: [],
|
|
39030
|
+
nativeCurrency: { name: 'Ethereum', symbol: 'ETH', decimals: 18 },
|
|
39031
|
+
infoURL: 'hhttps://rpc.infinaeon.com',
|
|
39032
|
+
shortName: 'Infinaeon',
|
|
39033
|
+
chainId: 420000,
|
|
39034
|
+
networkId: 420000,
|
|
39035
|
+
explorers: [
|
|
39036
|
+
{
|
|
39037
|
+
name: 'tracehawk',
|
|
39038
|
+
url: 'https://explorer.infinaeon.com',
|
|
39039
|
+
standard: 'none'
|
|
39040
|
+
}
|
|
39041
|
+
]
|
|
39042
|
+
},
|
|
39043
|
+
420042: {
|
|
39044
|
+
name: 'Vector Smart Chain',
|
|
39045
|
+
chain: 'VSC',
|
|
39046
|
+
icon: 'vectorsmartgas',
|
|
39047
|
+
rpc: ['https://rpc.vscblockchain.org'],
|
|
39048
|
+
features: [{ name: 'EIP155' }],
|
|
39049
|
+
faucets: [],
|
|
39050
|
+
nativeCurrency: { name: 'Vector Smart Gas', symbol: 'VSG', decimals: 18 },
|
|
39051
|
+
infoURL: 'https://vsgofficial.com',
|
|
39052
|
+
shortName: 'vsg',
|
|
39053
|
+
chainId: 420042,
|
|
39054
|
+
networkId: 420042,
|
|
39055
|
+
explorers: [
|
|
39056
|
+
{
|
|
39057
|
+
name: 'vscexplorer',
|
|
39058
|
+
url: 'https://explorer.vscblockchain.org',
|
|
39059
|
+
standard: 'EIP3091'
|
|
39060
|
+
}
|
|
39061
|
+
],
|
|
39062
|
+
iconURL: 'https://ipfs.io/ipfs/QmRRoNvamJavpaFsxS1PPxyxDZ7q8akcdeNrrQXWmg2fux'
|
|
39063
|
+
},
|
|
38311
39064
|
420420: {
|
|
38312
39065
|
name: 'Kekchain',
|
|
38313
39066
|
chain: 'kek',
|
|
@@ -38713,24 +39466,26 @@ exports.chains = {
|
|
|
38713
39466
|
iconURL: 'https://ipfs.io/ipfs/QmQbJTFnUfWf31d16beZfqM4Fo5NRJjryNrDMyNfj9YQnS'
|
|
38714
39467
|
},
|
|
38715
39468
|
490000: {
|
|
38716
|
-
name: 'Autonomys Testnet
|
|
38717
|
-
chain: '
|
|
38718
|
-
rpc: ['https://
|
|
39469
|
+
name: 'Autonomys Taurus Testnet',
|
|
39470
|
+
chain: 'autonomys-taurus-testnet',
|
|
39471
|
+
rpc: ['https://auto-evm.taurus.autonomys.xyz/ws'],
|
|
39472
|
+
icon: 'autonomys',
|
|
38719
39473
|
faucets: [],
|
|
38720
|
-
nativeCurrency: { name: '
|
|
39474
|
+
nativeCurrency: { name: 'AI3', symbol: 'AI3', decimals: 18 },
|
|
38721
39475
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
38722
|
-
infoURL: 'https://www.autonomys.
|
|
39476
|
+
infoURL: 'https://www.autonomys.xyz',
|
|
38723
39477
|
shortName: 'ATN',
|
|
38724
39478
|
chainId: 490000,
|
|
38725
39479
|
networkId: 490000,
|
|
38726
39480
|
explorers: [
|
|
38727
39481
|
{
|
|
38728
|
-
name: '
|
|
38729
|
-
url: 'https://
|
|
39482
|
+
name: 'Autonomys Taurus Testnet Explorer',
|
|
39483
|
+
url: 'https://blockscout.taurus.autonomys.xyz',
|
|
38730
39484
|
icon: 'blockscout',
|
|
38731
39485
|
standard: 'EIP3091'
|
|
38732
39486
|
}
|
|
38733
|
-
]
|
|
39487
|
+
],
|
|
39488
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreic62smuudotw6iq724fvysujakoonb3iwtwo6t4hr6ldursz5jyo4'
|
|
38734
39489
|
},
|
|
38735
39490
|
504441: {
|
|
38736
39491
|
name: 'Playdapp Network',
|
|
@@ -39028,7 +39783,7 @@ exports.chains = {
|
|
|
39028
39783
|
rpc: ['https://rpc-testnet.pentagon.games'],
|
|
39029
39784
|
faucets: ['https://bridge-testnet.pentagon.games'],
|
|
39030
39785
|
nativeCurrency: { name: 'Pentagon', symbol: 'PEN', decimals: 18 },
|
|
39031
|
-
icon: 'pentagon',
|
|
39786
|
+
icon: 'pentagon-testnet',
|
|
39032
39787
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
39033
39788
|
infoURL: 'https://pentagon.games',
|
|
39034
39789
|
shortName: 'pentagon-testnet',
|
|
@@ -39364,6 +40119,24 @@ exports.chains = {
|
|
|
39364
40119
|
}
|
|
39365
40120
|
]
|
|
39366
40121
|
},
|
|
40122
|
+
706883: {
|
|
40123
|
+
name: 'Fidesinnova',
|
|
40124
|
+
chain: 'Fidesinnova',
|
|
40125
|
+
rpc: ['https://fidesf1-rpc.fidesinnova.io'],
|
|
40126
|
+
faucets: [],
|
|
40127
|
+
nativeCurrency: { name: 'Fidesinnova', symbol: 'FDS', decimals: 18 },
|
|
40128
|
+
infoURL: 'https://fidesinnova1.gitbook.io/fidesinnova',
|
|
40129
|
+
shortName: 'Fidesinnova',
|
|
40130
|
+
chainId: 706883,
|
|
40131
|
+
networkId: 706883,
|
|
40132
|
+
explorers: [
|
|
40133
|
+
{
|
|
40134
|
+
name: 'Fidesinnova Blockchain Explorer',
|
|
40135
|
+
url: 'https://explorer.fidesinnova.io',
|
|
40136
|
+
standard: 'none'
|
|
40137
|
+
}
|
|
40138
|
+
]
|
|
40139
|
+
},
|
|
39367
40140
|
710420: {
|
|
39368
40141
|
name: 'Tiltyard Mainnet Subnet',
|
|
39369
40142
|
chain: 'TILTYARD',
|
|
@@ -39539,6 +40312,24 @@ exports.chains = {
|
|
|
39539
40312
|
}
|
|
39540
40313
|
]
|
|
39541
40314
|
},
|
|
40315
|
+
752025: {
|
|
40316
|
+
name: 'Ternoa',
|
|
40317
|
+
chain: 'Ternoa',
|
|
40318
|
+
rpc: ['https://rpc-mainnet.zkevm.ternoa.network'],
|
|
40319
|
+
faucets: [],
|
|
40320
|
+
nativeCurrency: { name: 'Capsule Coin', symbol: 'CAPS', decimals: 18 },
|
|
40321
|
+
infoURL: '',
|
|
40322
|
+
shortName: 'ternoa-mainnet',
|
|
40323
|
+
chainId: 752025,
|
|
40324
|
+
networkId: 7502025,
|
|
40325
|
+
explorers: [
|
|
40326
|
+
{
|
|
40327
|
+
name: 'Tracehawk',
|
|
40328
|
+
url: 'https://explorer-mainnet.zkevm.ternoa.network',
|
|
40329
|
+
standard: 'none'
|
|
40330
|
+
}
|
|
40331
|
+
]
|
|
40332
|
+
},
|
|
39542
40333
|
756689: {
|
|
39543
40334
|
name: 'PAYSCAN CHAIN',
|
|
39544
40335
|
chain: 'PAYSCAN CHAIN',
|
|
@@ -40930,11 +41721,11 @@ exports.chains = {
|
|
|
40930
41721
|
]
|
|
40931
41722
|
},
|
|
40932
41723
|
3132023: {
|
|
40933
|
-
name: '
|
|
41724
|
+
name: 'Sahara AI',
|
|
40934
41725
|
chain: 'Sahara',
|
|
40935
41726
|
rpc: ['https://mainnet.saharalabs.ai'],
|
|
40936
41727
|
faucets: [],
|
|
40937
|
-
nativeCurrency: { name: '
|
|
41728
|
+
nativeCurrency: { name: 'Sahara AI', symbol: 'SAHARA', decimals: 18 },
|
|
40938
41729
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
40939
41730
|
infoURL: 'https://saharalabs.ai',
|
|
40940
41731
|
shortName: 'sahara',
|
|
@@ -40942,7 +41733,7 @@ exports.chains = {
|
|
|
40942
41733
|
networkId: 3132023,
|
|
40943
41734
|
icon: 'sahara',
|
|
40944
41735
|
explorers: [],
|
|
40945
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
41736
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreibhofpvuswlhmfniolskoguhjr4p7strqgm5uz7tu53s5gv35qwem'
|
|
40946
41737
|
},
|
|
40947
41738
|
3141592: {
|
|
40948
41739
|
name: 'Filecoin - Butterfly testnet',
|
|
@@ -41546,6 +42337,32 @@ exports.chains = {
|
|
|
41546
42337
|
],
|
|
41547
42338
|
iconURL: 'https://ipfs.io/ipfs/QmYQf9VKTzPwQiU5xQMNbJKKGasLDVoXs2S86Ay77MStp7'
|
|
41548
42339
|
},
|
|
42340
|
+
7849306: {
|
|
42341
|
+
name: 'Ozean Poseidon Testnet',
|
|
42342
|
+
chain: 'Ozean Poseidon',
|
|
42343
|
+
rpc: [
|
|
42344
|
+
'https://ozean-testnet.rpc.caldera.xyz/http',
|
|
42345
|
+
'wss://ozean-testnet.rpc.caldera.xyz/ws'
|
|
42346
|
+
],
|
|
42347
|
+
faucets: ['https://ozean-testnet.hub.caldera.xyz'],
|
|
42348
|
+
nativeCurrency: { name: 'USDX', symbol: 'USDX', decimals: 18 },
|
|
42349
|
+
infoURL: 'https://docs.ozean.finance',
|
|
42350
|
+
shortName: 'ozean-poseidon',
|
|
42351
|
+
chainId: 7849306,
|
|
42352
|
+
networkId: 7849306,
|
|
42353
|
+
icon: 'ozean',
|
|
42354
|
+
status: 'active',
|
|
42355
|
+
explorers: [
|
|
42356
|
+
{
|
|
42357
|
+
name: 'Ozean Testnet Explorer',
|
|
42358
|
+
url: 'https://ozean-testnet.explorer.caldera.xyz',
|
|
42359
|
+
icon: 'ozean',
|
|
42360
|
+
standard: 'EIP3091'
|
|
42361
|
+
}
|
|
42362
|
+
],
|
|
42363
|
+
parent: { type: 'L2', chain: 'eip155-11155111' },
|
|
42364
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreiapf66dn4de4dz2oyn63y3bpafm5f6pne4gxtufapd452c4ruzj5a'
|
|
42365
|
+
},
|
|
41549
42366
|
8007736: {
|
|
41550
42367
|
name: 'Plian Mainnet Subchain 1',
|
|
41551
42368
|
chain: 'Plian',
|
|
@@ -42420,6 +43237,31 @@ exports.chains = {
|
|
|
42420
43237
|
}
|
|
42421
43238
|
]
|
|
42422
43239
|
},
|
|
43240
|
+
20256789: {
|
|
43241
|
+
name: 'ETP Mainnet',
|
|
43242
|
+
chain: 'ETP',
|
|
43243
|
+
rpc: ['https://rpc.etpscan.xyz'],
|
|
43244
|
+
faucets: [],
|
|
43245
|
+
nativeCurrency: {
|
|
43246
|
+
name: 'ETP Chain Native Token',
|
|
43247
|
+
symbol: 'ETP',
|
|
43248
|
+
decimals: 18
|
|
43249
|
+
},
|
|
43250
|
+
infoURL: 'https://www.etposchain.com',
|
|
43251
|
+
shortName: 'ETP',
|
|
43252
|
+
chainId: 20256789,
|
|
43253
|
+
networkId: 20256789,
|
|
43254
|
+
icon: 'etpchain',
|
|
43255
|
+
explorers: [
|
|
43256
|
+
{
|
|
43257
|
+
name: 'ETPScan',
|
|
43258
|
+
url: 'https://etpscan.xyz',
|
|
43259
|
+
icon: 'etpchain',
|
|
43260
|
+
standard: 'EIP3091'
|
|
43261
|
+
}
|
|
43262
|
+
],
|
|
43263
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreid4pi4wvhivaydzlflqqgdbddrmmc2szqtgsuhrp4hgfplg2z7ffe'
|
|
43264
|
+
},
|
|
42423
43265
|
20482050: {
|
|
42424
43266
|
name: 'Hokum Testnet',
|
|
42425
43267
|
chain: 'HokumTestnet',
|
|
@@ -45238,13 +46080,13 @@ exports.chains = {
|
|
|
45238
46080
|
icon: 'ntity',
|
|
45239
46081
|
explorers: [
|
|
45240
46082
|
{
|
|
45241
|
-
name: 'Ntity
|
|
45242
|
-
url: 'https://
|
|
46083
|
+
name: 'Ntity Explorer',
|
|
46084
|
+
url: 'https://explorer.ntity.io',
|
|
45243
46085
|
icon: 'ntity',
|
|
45244
46086
|
standard: 'EIP3091'
|
|
45245
46087
|
}
|
|
45246
46088
|
],
|
|
45247
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
46089
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreicdp3rj3zxltqurayvc7d7z2fkdg3bq357vfbi4ck4nhuveg6sela'
|
|
45248
46090
|
},
|
|
45249
46091
|
197710212031: {
|
|
45250
46092
|
name: 'Haradev Testnet',
|
|
@@ -45253,20 +46095,20 @@ exports.chains = {
|
|
|
45253
46095
|
faucets: [],
|
|
45254
46096
|
nativeCurrency: { name: 'Ntity Haradev', symbol: 'NTTH', decimals: 18 },
|
|
45255
46097
|
infoURL: 'https://ntity.io',
|
|
45256
|
-
shortName: '
|
|
46098
|
+
shortName: 'haradev',
|
|
45257
46099
|
chainId: 197710212031,
|
|
45258
46100
|
networkId: 197710212031,
|
|
45259
46101
|
slip44: 1,
|
|
45260
|
-
icon: '
|
|
46102
|
+
icon: 'haradev',
|
|
45261
46103
|
explorers: [
|
|
45262
46104
|
{
|
|
45263
|
-
name: '
|
|
45264
|
-
url: 'https://
|
|
45265
|
-
icon: '
|
|
46105
|
+
name: 'Haradev Explorer',
|
|
46106
|
+
url: 'https://explorer.haradev.com',
|
|
46107
|
+
icon: 'haradev',
|
|
45266
46108
|
standard: 'EIP3091'
|
|
45267
46109
|
}
|
|
45268
46110
|
],
|
|
45269
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
46111
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreihcwkjjx7twil7phw75d4rcnjzb3jxxammyocvbn6rsujwk23tgrq'
|
|
45270
46112
|
},
|
|
45271
46113
|
202402181627: {
|
|
45272
46114
|
name: 'GM Network Testnet',
|