@revoke.cash/chains 51.0.0 → 53.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 +1010 -80
- package/dist/src/enums.d.ts +94 -10
- package/dist/src/enums.js +94 -10
- package/package.json +1 -1
package/dist/src/chains.js
CHANGED
|
@@ -2816,6 +2816,18 @@ exports.chains = {
|
|
|
2816
2816
|
],
|
|
2817
2817
|
iconURL: 'https://ipfs.io/ipfs/QmVJBGeFYZXMQqicNdzctMfvPN5CrtRrfZBTw3CEpkCBsS'
|
|
2818
2818
|
},
|
|
2819
|
+
130: {
|
|
2820
|
+
name: 'Unichain',
|
|
2821
|
+
chain: 'ETH',
|
|
2822
|
+
rpc: [],
|
|
2823
|
+
faucets: [],
|
|
2824
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
2825
|
+
infoURL: 'https://unichain.org',
|
|
2826
|
+
shortName: 'unichain',
|
|
2827
|
+
chainId: 130,
|
|
2828
|
+
networkId: 130,
|
|
2829
|
+
status: 'incubating'
|
|
2830
|
+
},
|
|
2819
2831
|
131: {
|
|
2820
2832
|
name: 'Engram Testnet',
|
|
2821
2833
|
chain: 'tGRAM',
|
|
@@ -3700,7 +3712,7 @@ exports.chains = {
|
|
|
3700
3712
|
iconURL: 'https://ipfs.io/ipfs/QmSDJPBKh9cLVL8UZ5KYwdwPyhD8bRWNb33jjt48wtu5Uc'
|
|
3701
3713
|
},
|
|
3702
3714
|
183: {
|
|
3703
|
-
name: 'Ethernity
|
|
3715
|
+
name: 'Ethernity',
|
|
3704
3716
|
chain: 'Ethernity',
|
|
3705
3717
|
rpc: ['https://mainnet.ethernitychain.io'],
|
|
3706
3718
|
faucets: [],
|
|
@@ -3711,7 +3723,7 @@ exports.chains = {
|
|
|
3711
3723
|
networkId: 183,
|
|
3712
3724
|
explorers: [
|
|
3713
3725
|
{
|
|
3714
|
-
name: 'Ethernity
|
|
3726
|
+
name: 'Ethernity Explorer',
|
|
3715
3727
|
url: 'https://ernscan.io',
|
|
3716
3728
|
standard: 'EIP3091'
|
|
3717
3729
|
}
|
|
@@ -4453,7 +4465,7 @@ exports.chains = {
|
|
|
4453
4465
|
'wss://rpc_mainnet.mindnetwork.xyz'
|
|
4454
4466
|
],
|
|
4455
4467
|
faucets: [],
|
|
4456
|
-
nativeCurrency: { name: '
|
|
4468
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
4457
4469
|
features: [{ name: 'EIP155' }],
|
|
4458
4470
|
infoURL: 'https://mindnetwork.xyz',
|
|
4459
4471
|
shortName: 'fhe',
|
|
@@ -4658,6 +4670,25 @@ exports.chains = {
|
|
|
4658
4670
|
],
|
|
4659
4671
|
iconURL: 'https://ipfs.io/ipfs/QmcM8kHNsNYoitt5S3kLThyrKVFTZo3k2rgnume6tnNroQ'
|
|
4660
4672
|
},
|
|
4673
|
+
251: {
|
|
4674
|
+
name: 'Glide L1 Protocol XP',
|
|
4675
|
+
chain: 'GLXP',
|
|
4676
|
+
icon: 'glide',
|
|
4677
|
+
rpc: [
|
|
4678
|
+
'https://rpc-api.glideprotocol.xyz/l1-rpc/',
|
|
4679
|
+
'wss://rpc-api.glideprotocol.xyz/l1-rpc/'
|
|
4680
|
+
],
|
|
4681
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
4682
|
+
faucets: [],
|
|
4683
|
+
nativeCurrency: { name: 'Glide XP', symbol: 'GLXP', decimals: 18 },
|
|
4684
|
+
infoURL: 'https://glideprotocol.xyz',
|
|
4685
|
+
shortName: 'glide',
|
|
4686
|
+
chainId: 251,
|
|
4687
|
+
networkId: 251,
|
|
4688
|
+
slip44: 60,
|
|
4689
|
+
status: 'active',
|
|
4690
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreihxec2ckjvyoh5rhk4j2fvyqquiw5mievvs7up7fl2dfef5d767aa'
|
|
4691
|
+
},
|
|
4661
4692
|
252: {
|
|
4662
4693
|
name: 'Fraxtal',
|
|
4663
4694
|
chain: 'FRAX',
|
|
@@ -4679,6 +4710,33 @@ exports.chains = {
|
|
|
4679
4710
|
status: 'active',
|
|
4680
4711
|
iconURL: 'https://ipfs.io/ipfs/bafkreiet3pmz37ymq6wlkglw5wmcee6jdyz4bbe4zg6h2voso2z2mf2s7q'
|
|
4681
4712
|
},
|
|
4713
|
+
253: {
|
|
4714
|
+
name: 'Glide L2 Protocol XP',
|
|
4715
|
+
chain: 'GLXP',
|
|
4716
|
+
icon: 'glide',
|
|
4717
|
+
rpc: [
|
|
4718
|
+
'https://rpc-api.glideprotocol.xyz/l2-rpc/',
|
|
4719
|
+
'wss://rpc-api.glideprotocol.xyz/l2-rpc/'
|
|
4720
|
+
],
|
|
4721
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
4722
|
+
faucets: [],
|
|
4723
|
+
nativeCurrency: { name: 'Glide XP', symbol: 'GLXP', decimals: 18 },
|
|
4724
|
+
infoURL: 'https://glideprotocol.xyz',
|
|
4725
|
+
shortName: 'glidexp',
|
|
4726
|
+
chainId: 253,
|
|
4727
|
+
networkId: 253,
|
|
4728
|
+
explorers: [
|
|
4729
|
+
{
|
|
4730
|
+
name: 'glidescan',
|
|
4731
|
+
url: 'https://blockchain-explorer.glideprotocol.xyz',
|
|
4732
|
+
icon: 'blockscout',
|
|
4733
|
+
standard: 'EIP3091'
|
|
4734
|
+
}
|
|
4735
|
+
],
|
|
4736
|
+
parent: { type: 'L2', chain: 'eip155-251' },
|
|
4737
|
+
status: 'active',
|
|
4738
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreihxec2ckjvyoh5rhk4j2fvyqquiw5mievvs7up7fl2dfef5d767aa'
|
|
4739
|
+
},
|
|
4682
4740
|
254: {
|
|
4683
4741
|
name: 'Swan Chain Mainnet',
|
|
4684
4742
|
chain: 'SWAN',
|
|
@@ -5717,14 +5775,26 @@ exports.chains = {
|
|
|
5717
5775
|
360: {
|
|
5718
5776
|
name: 'Shape',
|
|
5719
5777
|
chain: 'ETH',
|
|
5720
|
-
rpc: [
|
|
5778
|
+
rpc: [
|
|
5779
|
+
'https://mainnet.shape.network',
|
|
5780
|
+
'https://shape-mainnet.g.alchemy.com/public'
|
|
5781
|
+
],
|
|
5721
5782
|
faucets: [],
|
|
5722
5783
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
5723
5784
|
infoURL: 'https://shape.network',
|
|
5724
5785
|
shortName: 'shape',
|
|
5725
5786
|
chainId: 360,
|
|
5726
5787
|
networkId: 360,
|
|
5727
|
-
|
|
5788
|
+
icon: 'shape',
|
|
5789
|
+
explorers: [
|
|
5790
|
+
{
|
|
5791
|
+
name: 'shapescan',
|
|
5792
|
+
url: 'https://shapescan.xyz',
|
|
5793
|
+
standard: 'EIP3091'
|
|
5794
|
+
}
|
|
5795
|
+
],
|
|
5796
|
+
status: 'active',
|
|
5797
|
+
iconURL: 'https://ipfs.io/ipfs/QmUfr1ufnNJ4PcA3Jgf6jdi4ZiRFr6mPzKafwK1pSqvY9j'
|
|
5728
5798
|
},
|
|
5729
5799
|
361: {
|
|
5730
5800
|
name: 'Theta Mainnet',
|
|
@@ -5964,41 +6034,41 @@ exports.chains = {
|
|
|
5964
6034
|
iconURL: 'https://ipfs.io/ipfs/QmW5Fpb2Ywnfqcj4ibvpbKvPv5Mo5eseWdYZnnUvLkj2Hp'
|
|
5965
6035
|
},
|
|
5966
6036
|
397: {
|
|
5967
|
-
name: '
|
|
6037
|
+
name: 'NEAR Protocol',
|
|
5968
6038
|
chain: 'NEAR',
|
|
5969
|
-
rpc: [],
|
|
6039
|
+
rpc: ['https://eth-rpc.mainnet.near.org'],
|
|
5970
6040
|
icon: 'near',
|
|
5971
6041
|
faucets: [],
|
|
5972
6042
|
nativeCurrency: { name: 'NEAR', symbol: 'NEAR', decimals: 18 },
|
|
5973
|
-
infoURL: 'https://near.org
|
|
6043
|
+
infoURL: 'https://near.org',
|
|
5974
6044
|
shortName: 'near',
|
|
5975
6045
|
chainId: 397,
|
|
5976
6046
|
networkId: 397,
|
|
5977
6047
|
explorers: [
|
|
5978
6048
|
{
|
|
5979
|
-
name: '
|
|
5980
|
-
url: 'https://
|
|
5981
|
-
standard: '
|
|
6049
|
+
name: 'NEAR Explorer',
|
|
6050
|
+
url: 'https://eth-explorer.near.org',
|
|
6051
|
+
standard: 'EIP3091'
|
|
5982
6052
|
}
|
|
5983
6053
|
],
|
|
5984
6054
|
iconURL: 'https://ipfs.io/ipfs/bafkreiayxzdbu3e5ahri3ooieg6k6pjxrwkrkc2x5cnyadqeu5zbmaummq'
|
|
5985
6055
|
},
|
|
5986
6056
|
398: {
|
|
5987
|
-
name: '
|
|
6057
|
+
name: 'NEAR Protocol Testnet',
|
|
5988
6058
|
chain: 'NEAR',
|
|
5989
|
-
rpc: [],
|
|
6059
|
+
rpc: ['https://eth-rpc.testnet.near.org'],
|
|
5990
6060
|
icon: 'near',
|
|
5991
6061
|
faucets: [],
|
|
5992
|
-
nativeCurrency: { name: '
|
|
5993
|
-
infoURL: 'https://
|
|
6062
|
+
nativeCurrency: { name: 'NEAR', symbol: 'NEAR', decimals: 18 },
|
|
6063
|
+
infoURL: 'https://near.org',
|
|
5994
6064
|
shortName: 'near-testnet',
|
|
5995
6065
|
chainId: 398,
|
|
5996
6066
|
networkId: 398,
|
|
5997
6067
|
explorers: [
|
|
5998
6068
|
{
|
|
5999
|
-
name: '
|
|
6000
|
-
url: 'https://testnet.
|
|
6001
|
-
standard: '
|
|
6069
|
+
name: 'NEAR Explorer',
|
|
6070
|
+
url: 'https://eth-explorer-testnet.near.org',
|
|
6071
|
+
standard: 'EIP3091'
|
|
6002
6072
|
}
|
|
6003
6073
|
],
|
|
6004
6074
|
iconURL: 'https://ipfs.io/ipfs/bafkreiayxzdbu3e5ahri3ooieg6k6pjxrwkrkc2x5cnyadqeu5zbmaummq'
|
|
@@ -6757,6 +6827,25 @@ exports.chains = {
|
|
|
6757
6827
|
chainId: 558,
|
|
6758
6828
|
networkId: 558
|
|
6759
6829
|
},
|
|
6830
|
+
565: {
|
|
6831
|
+
name: 'Prometheuz Testnet',
|
|
6832
|
+
chain: 'Prometheuz',
|
|
6833
|
+
rpc: ['https://explorer.testnet.prometheuz.io'],
|
|
6834
|
+
faucets: ['https://faucet.testnet.prometheuz.io'],
|
|
6835
|
+
nativeCurrency: { name: 'Pyre', symbol: 'PYRE', decimals: 18 },
|
|
6836
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
6837
|
+
infoURL: '',
|
|
6838
|
+
shortName: 'prometheuz-testnet',
|
|
6839
|
+
chainId: 565,
|
|
6840
|
+
networkId: 565,
|
|
6841
|
+
explorers: [
|
|
6842
|
+
{
|
|
6843
|
+
name: 'Prometheuz Explorer',
|
|
6844
|
+
url: 'https://explorer.testnet.prometheuz.io',
|
|
6845
|
+
standard: 'none'
|
|
6846
|
+
}
|
|
6847
|
+
]
|
|
6848
|
+
},
|
|
6760
6849
|
568: {
|
|
6761
6850
|
name: 'Dogechain Testnet',
|
|
6762
6851
|
chain: 'DC',
|
|
@@ -6784,11 +6873,9 @@ exports.chains = {
|
|
|
6784
6873
|
rpc: [
|
|
6785
6874
|
'https://rpc.rollux.com',
|
|
6786
6875
|
'wss://rpc.rollux.com/wss',
|
|
6787
|
-
'https://rpc.ankr.com/rollux'
|
|
6788
|
-
'https://rollux.rpc.syscoin.org',
|
|
6789
|
-
'wss://rollux.rpc.syscoin.org/wss'
|
|
6876
|
+
'https://rpc.ankr.com/rollux'
|
|
6790
6877
|
],
|
|
6791
|
-
faucets: ['https://rollux.id/
|
|
6878
|
+
faucets: ['https://rollux.id/faucet'],
|
|
6792
6879
|
nativeCurrency: { name: 'Syscoin', symbol: 'SYS', decimals: 18 },
|
|
6793
6880
|
infoURL: 'https://rollux.com',
|
|
6794
6881
|
shortName: 'sys-rollux',
|
|
@@ -6796,7 +6883,7 @@ exports.chains = {
|
|
|
6796
6883
|
networkId: 570,
|
|
6797
6884
|
explorers: [
|
|
6798
6885
|
{
|
|
6799
|
-
name: 'Rollux Explorer',
|
|
6886
|
+
name: 'Rollux Mainnet Explorer',
|
|
6800
6887
|
url: 'https://explorer.rollux.com',
|
|
6801
6888
|
standard: 'EIP3091'
|
|
6802
6889
|
}
|
|
@@ -7415,6 +7502,54 @@ exports.chains = {
|
|
|
7415
7502
|
},
|
|
7416
7503
|
iconURL: 'https://ipfs.io/ipfs/bafkreieyaqgkgntvxuo5tnhgseladga5q6gutc37dab7kqqfdguhq7vkxq'
|
|
7417
7504
|
},
|
|
7505
|
+
698: {
|
|
7506
|
+
name: 'Matchain',
|
|
7507
|
+
chain: 'Matchain',
|
|
7508
|
+
icon: 'matchain',
|
|
7509
|
+
rpc: ['https://rpc.matchain.io'],
|
|
7510
|
+
faucets: [],
|
|
7511
|
+
nativeCurrency: { name: 'BNB', symbol: 'BNB', decimals: 18 },
|
|
7512
|
+
infoURL: 'https://www.matchain.io',
|
|
7513
|
+
shortName: 'Matchain',
|
|
7514
|
+
chainId: 698,
|
|
7515
|
+
networkId: 698,
|
|
7516
|
+
slip44: 714,
|
|
7517
|
+
explorers: [
|
|
7518
|
+
{
|
|
7519
|
+
name: 'Matchscan',
|
|
7520
|
+
url: 'https://matchscan.io',
|
|
7521
|
+
icon: 'matchain',
|
|
7522
|
+
standard: 'EIP3091'
|
|
7523
|
+
}
|
|
7524
|
+
],
|
|
7525
|
+
parent: {
|
|
7526
|
+
type: 'L2',
|
|
7527
|
+
chain: 'eip155-56',
|
|
7528
|
+
bridges: [{ url: 'https://bnb-bridge.matchain.io' }]
|
|
7529
|
+
},
|
|
7530
|
+
iconURL: 'https://ipfs.io/ipfs/QmdGWNf6Tmq7Wn4TbJEDBHMZCGfYgsvmmYnFqYdE4CJTRn'
|
|
7531
|
+
},
|
|
7532
|
+
699: {
|
|
7533
|
+
name: 'Matchain Testnet',
|
|
7534
|
+
chain: 'Matchain',
|
|
7535
|
+
icon: 'matchain',
|
|
7536
|
+
rpc: ['https://testnet-rpc.matchain.io'],
|
|
7537
|
+
faucets: [],
|
|
7538
|
+
nativeCurrency: { name: 'BNB', symbol: 'BNB', decimals: 18 },
|
|
7539
|
+
infoURL: 'https://www.matchain.io',
|
|
7540
|
+
shortName: 'tMatchain',
|
|
7541
|
+
chainId: 699,
|
|
7542
|
+
networkId: 699,
|
|
7543
|
+
explorers: [
|
|
7544
|
+
{
|
|
7545
|
+
name: 'Matchscan Testnet',
|
|
7546
|
+
url: 'https://testnet.matchscan.io',
|
|
7547
|
+
standard: 'EIP3091',
|
|
7548
|
+
icon: 'matchain'
|
|
7549
|
+
}
|
|
7550
|
+
],
|
|
7551
|
+
iconURL: 'https://ipfs.io/ipfs/QmdGWNf6Tmq7Wn4TbJEDBHMZCGfYgsvmmYnFqYdE4CJTRn'
|
|
7552
|
+
},
|
|
7418
7553
|
700: {
|
|
7419
7554
|
name: 'Star Social Testnet',
|
|
7420
7555
|
chain: 'SNS',
|
|
@@ -7766,7 +7901,7 @@ exports.chains = {
|
|
|
7766
7901
|
explorers: [
|
|
7767
7902
|
{
|
|
7768
7903
|
name: 'QL1 Mainnet Explorer',
|
|
7769
|
-
url: 'https://
|
|
7904
|
+
url: 'https://scan.qom.one',
|
|
7770
7905
|
icon: 'qom',
|
|
7771
7906
|
standard: 'EIP3091'
|
|
7772
7907
|
}
|
|
@@ -8148,7 +8283,7 @@ exports.chains = {
|
|
|
8148
8283
|
name: 'Taraxa Mainnet',
|
|
8149
8284
|
chain: 'Tara',
|
|
8150
8285
|
icon: 'taraxa',
|
|
8151
|
-
rpc: ['https://rpc.mainnet.taraxa.io/'],
|
|
8286
|
+
rpc: ['https://rpc.mainnet.taraxa.io/', 'https://ws.mainnet.taraxa.io'],
|
|
8152
8287
|
faucets: [],
|
|
8153
8288
|
nativeCurrency: { name: 'Tara', symbol: 'TARA', decimals: 18 },
|
|
8154
8289
|
infoURL: 'https://taraxa.io',
|
|
@@ -8162,13 +8297,13 @@ exports.chains = {
|
|
|
8162
8297
|
standard: 'none'
|
|
8163
8298
|
}
|
|
8164
8299
|
],
|
|
8165
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
8300
|
+
iconURL: 'https://ipfs.io/ipfs/QmVeZJ3DfDuksxw58cHCRDKWDdhbmQsvrJdTxhZ74pv3tE'
|
|
8166
8301
|
},
|
|
8167
8302
|
842: {
|
|
8168
8303
|
name: 'Taraxa Testnet',
|
|
8169
8304
|
chain: 'Tara',
|
|
8170
8305
|
icon: 'taraxa',
|
|
8171
|
-
rpc: ['https://rpc.testnet.taraxa.io/'],
|
|
8306
|
+
rpc: ['https://rpc.testnet.taraxa.io/', 'https://ws.testnet.taraxa.io'],
|
|
8172
8307
|
faucets: [],
|
|
8173
8308
|
nativeCurrency: { name: 'Tara', symbol: 'TARA', decimals: 18 },
|
|
8174
8309
|
infoURL: 'https://taraxa.io',
|
|
@@ -8183,7 +8318,7 @@ exports.chains = {
|
|
|
8183
8318
|
standard: 'none'
|
|
8184
8319
|
}
|
|
8185
8320
|
],
|
|
8186
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
8321
|
+
iconURL: 'https://ipfs.io/ipfs/QmVeZJ3DfDuksxw58cHCRDKWDdhbmQsvrJdTxhZ74pv3tE'
|
|
8187
8322
|
},
|
|
8188
8323
|
852: {
|
|
8189
8324
|
name: 'HongKong Mainnet',
|
|
@@ -8528,6 +8663,28 @@ exports.chains = {
|
|
|
8528
8663
|
],
|
|
8529
8664
|
iconURL: 'https://ipfs.io/ipfs/QmRnnw2gtbU9TWJMLJ6tks7SN6HQV5rRugeoyN6csTYHt1'
|
|
8530
8665
|
},
|
|
8666
|
+
918: {
|
|
8667
|
+
name: 'SlerfChain Mainnet',
|
|
8668
|
+
title: 'SlerfChain Mainnet',
|
|
8669
|
+
chain: 'SLERF CHAIN',
|
|
8670
|
+
rpc: ['https://rpc.slerfchain.xyz'],
|
|
8671
|
+
faucets: [],
|
|
8672
|
+
nativeCurrency: { name: 'WSLERF', symbol: 'WSLERF', decimals: 18 },
|
|
8673
|
+
infoURL: 'https://slerfchain.xyz',
|
|
8674
|
+
shortName: 'SlerfChain-Mainnet',
|
|
8675
|
+
chainId: 918,
|
|
8676
|
+
networkId: 918,
|
|
8677
|
+
icon: 'slerf',
|
|
8678
|
+
explorers: [
|
|
8679
|
+
{
|
|
8680
|
+
name: 'SlerfChain Scan',
|
|
8681
|
+
url: 'https://scan.slerfchain.xyz',
|
|
8682
|
+
icon: 'slerf',
|
|
8683
|
+
standard: 'EIP3091'
|
|
8684
|
+
}
|
|
8685
|
+
],
|
|
8686
|
+
iconURL: 'https://ipfs.io/ipfs/QmdDeCjjYSG5FEAxzAuERXnS3AbeZvqSFVTn9x7UbrQeuT'
|
|
8687
|
+
},
|
|
8531
8688
|
919: {
|
|
8532
8689
|
name: 'Mode Testnet',
|
|
8533
8690
|
chain: 'ETH',
|
|
@@ -10265,6 +10422,27 @@ exports.chains = {
|
|
|
10265
10422
|
],
|
|
10266
10423
|
iconURL: 'https://ipfs.io/ipfs/QmZjVDfk56DjqkCPymaweJJaj9ASGjjgcwJ95XsFDzj9us'
|
|
10267
10424
|
},
|
|
10425
|
+
1212: {
|
|
10426
|
+
name: 'ADF Chain Testnet',
|
|
10427
|
+
chain: 'ADF Chain Testnet',
|
|
10428
|
+
icon: 'addfilltest',
|
|
10429
|
+
rpc: ['https://testnet.adftechnology.com/'],
|
|
10430
|
+
faucets: [],
|
|
10431
|
+
nativeCurrency: { name: 'ADDFILL Testnet', symbol: 'tADF', decimals: 18 },
|
|
10432
|
+
infoURL: 'https://www.adfstarworld.com/',
|
|
10433
|
+
shortName: 'tADF',
|
|
10434
|
+
chainId: 1212,
|
|
10435
|
+
networkId: 1212,
|
|
10436
|
+
explorers: [
|
|
10437
|
+
{
|
|
10438
|
+
name: 'ADF Testnet explorer',
|
|
10439
|
+
url: 'https://testnet-explorer.adftechnology.com',
|
|
10440
|
+
standard: 'EIP3091'
|
|
10441
|
+
}
|
|
10442
|
+
],
|
|
10443
|
+
status: 'active',
|
|
10444
|
+
iconURL: 'https://ipfs.io/ipfs/QmWoKvjVs92PNzqd6hz7714wHSx3TuWEMBVcdG7ujhW9Qx'
|
|
10445
|
+
},
|
|
10268
10446
|
1213: {
|
|
10269
10447
|
name: 'Popcateum Mainnet',
|
|
10270
10448
|
chain: 'POPCATEUM',
|
|
@@ -10304,6 +10482,27 @@ exports.chains = {
|
|
|
10304
10482
|
],
|
|
10305
10483
|
iconURL: 'https://ipfs.io/ipfs/Qmb2UYVc1MjLPi8vhszWRxqBJYoYkWQVxDJRSmtrgk6j2E'
|
|
10306
10484
|
},
|
|
10485
|
+
1215: {
|
|
10486
|
+
name: 'ADF Chain',
|
|
10487
|
+
chain: 'ADF Chain',
|
|
10488
|
+
icon: 'addfillmain',
|
|
10489
|
+
rpc: ['https://mainnet.adftechnology.com/'],
|
|
10490
|
+
faucets: [],
|
|
10491
|
+
nativeCurrency: { name: 'ADDFILL', symbol: 'ADF', decimals: 18 },
|
|
10492
|
+
infoURL: 'https://www.adfstarworld.com/',
|
|
10493
|
+
shortName: 'ADF',
|
|
10494
|
+
chainId: 1215,
|
|
10495
|
+
networkId: 1215,
|
|
10496
|
+
explorers: [
|
|
10497
|
+
{
|
|
10498
|
+
name: 'ADF explorer',
|
|
10499
|
+
url: 'https://explorer.adftechnology.com',
|
|
10500
|
+
standard: 'EIP3091'
|
|
10501
|
+
}
|
|
10502
|
+
],
|
|
10503
|
+
status: 'active',
|
|
10504
|
+
iconURL: 'https://ipfs.io/ipfs/QmWoKvjVs92PNzqd6hz7714wHSx3TuWEMBVcdG7ujhW9Qx'
|
|
10505
|
+
},
|
|
10307
10506
|
1221: {
|
|
10308
10507
|
name: 'Cycle Network Testnet',
|
|
10309
10508
|
chain: 'ETH',
|
|
@@ -10854,6 +11053,29 @@ exports.chains = {
|
|
|
10854
11053
|
}
|
|
10855
11054
|
]
|
|
10856
11055
|
},
|
|
11056
|
+
1301: {
|
|
11057
|
+
name: 'Unichain Sepolia Testnet',
|
|
11058
|
+
chain: 'ETH',
|
|
11059
|
+
rpc: ['https://sepolia.unichain.org'],
|
|
11060
|
+
faucets: [],
|
|
11061
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
11062
|
+
infoURL: 'https://unichain.org',
|
|
11063
|
+
shortName: 'unichain-sep',
|
|
11064
|
+
chainId: 1301,
|
|
11065
|
+
networkId: 1301,
|
|
11066
|
+
explorers: [
|
|
11067
|
+
{
|
|
11068
|
+
name: 'Unichain Sepolia Testnet Explorer',
|
|
11069
|
+
url: 'https://unichain-sepolia.blockscout.com',
|
|
11070
|
+
standard: 'EIP3091'
|
|
11071
|
+
},
|
|
11072
|
+
{
|
|
11073
|
+
name: 'Unichain Sepolia Testnet Explorer',
|
|
11074
|
+
url: 'https://sepolia.uniscan.xyz',
|
|
11075
|
+
standard: 'EIP3091'
|
|
11076
|
+
}
|
|
11077
|
+
]
|
|
11078
|
+
},
|
|
10857
11079
|
1311: {
|
|
10858
11080
|
name: 'Dos Fuji Subnet',
|
|
10859
11081
|
chain: 'DOS',
|
|
@@ -11707,7 +11929,12 @@ exports.chains = {
|
|
|
11707
11929
|
url: 'https://explorer.gravity.xyz',
|
|
11708
11930
|
standard: 'EIP3091'
|
|
11709
11931
|
},
|
|
11710
|
-
{ name: 'gscan', url: 'https://gscan.xyz', standard: 'EIP3091' }
|
|
11932
|
+
{ name: 'gscan', url: 'https://gscan.xyz', standard: 'EIP3091' },
|
|
11933
|
+
{
|
|
11934
|
+
name: 'OKLink',
|
|
11935
|
+
url: 'https://www.oklink.com/gravity-alpha',
|
|
11936
|
+
standard: 'EIP3091'
|
|
11937
|
+
}
|
|
11711
11938
|
],
|
|
11712
11939
|
parent: {
|
|
11713
11940
|
type: 'L2',
|
|
@@ -12627,10 +12854,7 @@ exports.chains = {
|
|
|
12627
12854
|
1953: {
|
|
12628
12855
|
name: 'Selendra Network Testnet',
|
|
12629
12856
|
chain: 'tSEL',
|
|
12630
|
-
rpc: [
|
|
12631
|
-
'https://rpc0-testnet.selendra.org',
|
|
12632
|
-
'https://rpc1-testnet.selendra.org'
|
|
12633
|
-
],
|
|
12857
|
+
rpc: ['https://rpc-testnet.selendra.org'],
|
|
12634
12858
|
faucets: [],
|
|
12635
12859
|
nativeCurrency: { name: 'Selendra', symbol: 'tSEL', decimals: 18 },
|
|
12636
12860
|
infoURL: 'https://selendra.org',
|
|
@@ -12638,6 +12862,13 @@ exports.chains = {
|
|
|
12638
12862
|
chainId: 1953,
|
|
12639
12863
|
networkId: 1953,
|
|
12640
12864
|
icon: 'selendra',
|
|
12865
|
+
explorers: [
|
|
12866
|
+
{
|
|
12867
|
+
name: 'Selendra Portal',
|
|
12868
|
+
url: 'https://portal.selendra.org',
|
|
12869
|
+
standard: 'none'
|
|
12870
|
+
}
|
|
12871
|
+
],
|
|
12641
12872
|
iconURL: 'https://ipfs.io/ipfs/QmbnLDuVc4JReFysyKvmpuqUtj9HCus6qoKD5nQ9QkokzK'
|
|
12642
12873
|
},
|
|
12643
12874
|
1954: {
|
|
@@ -12693,7 +12924,7 @@ exports.chains = {
|
|
|
12693
12924
|
1961: {
|
|
12694
12925
|
name: 'Selendra Network Mainnet',
|
|
12695
12926
|
chain: 'SEL',
|
|
12696
|
-
rpc: ['https://
|
|
12927
|
+
rpc: ['https://rpc.selendra.org', 'https://rpc2.selendra.org'],
|
|
12697
12928
|
faucets: [],
|
|
12698
12929
|
nativeCurrency: { name: 'Selendra', symbol: 'SEL', decimals: 18 },
|
|
12699
12930
|
infoURL: 'https://selendra.org',
|
|
@@ -12703,8 +12934,8 @@ exports.chains = {
|
|
|
12703
12934
|
icon: 'selendra',
|
|
12704
12935
|
explorers: [
|
|
12705
12936
|
{
|
|
12706
|
-
name: 'Selendra
|
|
12707
|
-
url: 'https://
|
|
12937
|
+
name: 'Selendra Portal',
|
|
12938
|
+
url: 'https://portal.selendra.org',
|
|
12708
12939
|
standard: 'none'
|
|
12709
12940
|
}
|
|
12710
12941
|
],
|
|
@@ -14719,25 +14950,25 @@ exports.chains = {
|
|
|
14719
14950
|
iconURL: 'https://ipfs.io/ipfs/bafkreidg4wpewve5mdxrofneqblydkrjl3oevtgpdf3fk3z3vjqam6ocoe'
|
|
14720
14951
|
},
|
|
14721
14952
|
2410: {
|
|
14722
|
-
name: '
|
|
14723
|
-
chain: '
|
|
14953
|
+
name: 'K2 Mainnet',
|
|
14954
|
+
chain: 'K2',
|
|
14724
14955
|
icon: 'karak',
|
|
14725
14956
|
rpc: ['https://rpc.karak.network'],
|
|
14726
14957
|
faucets: [],
|
|
14727
14958
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
14728
14959
|
infoURL: 'https://karak.network',
|
|
14729
|
-
shortName: '
|
|
14960
|
+
shortName: 'K2-mainnet',
|
|
14730
14961
|
chainId: 2410,
|
|
14731
14962
|
networkId: 2410,
|
|
14732
14963
|
explorers: [
|
|
14733
14964
|
{
|
|
14734
|
-
name: '
|
|
14965
|
+
name: 'K2 Mainnet Explorer',
|
|
14735
14966
|
url: 'https://explorer.karak.network',
|
|
14736
14967
|
standard: 'EIP3091'
|
|
14737
14968
|
}
|
|
14738
14969
|
],
|
|
14739
14970
|
parent: { type: 'L2', chain: 'eip155-1' },
|
|
14740
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
14971
|
+
iconURL: 'https://ipfs.io/ipfs/QmbCwbV2eNWxb8qCop5PzP9PB15YZzcHbj8D7BixLso4xJ'
|
|
14741
14972
|
},
|
|
14742
14973
|
2415: {
|
|
14743
14974
|
name: 'XODEX',
|
|
@@ -14934,7 +15165,7 @@ exports.chains = {
|
|
|
14934
15165
|
}
|
|
14935
15166
|
],
|
|
14936
15167
|
parent: { type: 'L2', chain: 'eip155-5' },
|
|
14937
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
15168
|
+
iconURL: 'https://ipfs.io/ipfs/QmbCwbV2eNWxb8qCop5PzP9PB15YZzcHbj8D7BixLso4xJ'
|
|
14938
15169
|
},
|
|
14939
15170
|
2522: {
|
|
14940
15171
|
name: 'Fraxtal Testnet',
|
|
@@ -17907,6 +18138,28 @@ exports.chains = {
|
|
|
17907
18138
|
status: 'active',
|
|
17908
18139
|
iconURL: 'https://ipfs.io/ipfs/QmcbYVenTET9HBS7vs7SGv1MNqnRscAKVF5kaRVHaVCfvs'
|
|
17909
18140
|
},
|
|
18141
|
+
5115: {
|
|
18142
|
+
name: 'Citrea Testnet',
|
|
18143
|
+
chain: 'Citrea',
|
|
18144
|
+
rpc: ['https://rpc.testnet.citrea.xyz'],
|
|
18145
|
+
faucets: ['https://citrea.xyz/faucet'],
|
|
18146
|
+
nativeCurrency: { name: 'Citrea BTC', symbol: 'cBTC', decimals: 18 },
|
|
18147
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
18148
|
+
infoURL: 'https://citrea.xyz',
|
|
18149
|
+
shortName: 'citrea-testnet',
|
|
18150
|
+
chainId: 5115,
|
|
18151
|
+
networkId: 5115,
|
|
18152
|
+
icon: 'citrea',
|
|
18153
|
+
explorers: [
|
|
18154
|
+
{
|
|
18155
|
+
name: 'Citrea Testnet Explorer',
|
|
18156
|
+
url: 'https://explorer.testnet.citrea.xyz',
|
|
18157
|
+
icon: 'citrea',
|
|
18158
|
+
standard: 'EIP3091'
|
|
18159
|
+
}
|
|
18160
|
+
],
|
|
18161
|
+
iconURL: 'https://ipfs.io/ipfs/QmTfgH4X7ZWkHprKgjUZ7SDcCGtS5f2CBuaTEtQYMsydmJ'
|
|
18162
|
+
},
|
|
17910
18163
|
5151: {
|
|
17911
18164
|
name: 'MeChain Testnet',
|
|
17912
18165
|
chain: 'MeChain',
|
|
@@ -18666,6 +18919,31 @@ exports.chains = {
|
|
|
18666
18919
|
],
|
|
18667
18920
|
iconURL: 'https://ipfs.io/ipfs/QmXry4fg4n371PCokLGKUMwmws1SoJb5giZM3EedeEQaZz'
|
|
18668
18921
|
},
|
|
18922
|
+
6060: {
|
|
18923
|
+
name: 'BC Hyper Chain Testnet',
|
|
18924
|
+
chain: 'BC Hyper Chain',
|
|
18925
|
+
rpc: ['https://rpc.bchscan.io'],
|
|
18926
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
18927
|
+
faucets: [],
|
|
18928
|
+
nativeCurrency: {
|
|
18929
|
+
name: 'TEST VERSATIZE COIN',
|
|
18930
|
+
symbol: 'TVTCN',
|
|
18931
|
+
decimals: 18
|
|
18932
|
+
},
|
|
18933
|
+
infoURL: 'https://www.versatizecoin.com/',
|
|
18934
|
+
shortName: 'BCH',
|
|
18935
|
+
chainId: 6060,
|
|
18936
|
+
networkId: 6060,
|
|
18937
|
+
icon: 'bchyper',
|
|
18938
|
+
explorers: [
|
|
18939
|
+
{
|
|
18940
|
+
name: 'bcexplorer testnet',
|
|
18941
|
+
url: 'https://testnet.bchscan.io',
|
|
18942
|
+
standard: 'EIP3091'
|
|
18943
|
+
}
|
|
18944
|
+
],
|
|
18945
|
+
iconURL: 'https://ipfs.io/ipfs/QmdofS7kgnRTnk8xeksYy7qBPLQiVSuC6C2XJea89Gh1pE'
|
|
18946
|
+
},
|
|
18669
18947
|
6065: {
|
|
18670
18948
|
name: 'Tres Testnet',
|
|
18671
18949
|
chain: 'TresLeches',
|
|
@@ -18779,6 +19057,30 @@ exports.chains = {
|
|
|
18779
19057
|
],
|
|
18780
19058
|
iconURL: 'https://ipfs.io/ipfs/Qma6cGPCDcJPFxy5KQaMBrLtuVQiqeLncXVybcBoQuhai5'
|
|
18781
19059
|
},
|
|
19060
|
+
6278: {
|
|
19061
|
+
name: 'Rails',
|
|
19062
|
+
title: 'Rails Network Mainnet',
|
|
19063
|
+
chain: 'RAILS',
|
|
19064
|
+
icon: 'rails',
|
|
19065
|
+
rpc: ['https://mainnet.steamexchange.io'],
|
|
19066
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }, { name: 'EIP6551' }],
|
|
19067
|
+
faucets: [],
|
|
19068
|
+
nativeCurrency: { name: 'SteamX', symbol: 'STEAMX', decimals: 18 },
|
|
19069
|
+
infoURL: 'https://steamexchange.io',
|
|
19070
|
+
shortName: 'rails',
|
|
19071
|
+
chainId: 6278,
|
|
19072
|
+
networkId: 6278,
|
|
19073
|
+
slip44: 6278,
|
|
19074
|
+
explorers: [
|
|
19075
|
+
{
|
|
19076
|
+
name: 'blockscout',
|
|
19077
|
+
url: 'https://explore.steamexchange.io',
|
|
19078
|
+
icon: 'blockscout',
|
|
19079
|
+
standard: 'EIP3091'
|
|
19080
|
+
}
|
|
19081
|
+
],
|
|
19082
|
+
iconURL: 'https://ipfs.io/ipfs/QmfDnMYCXc1By1bQ1yiBWVLaYrzdGAXuA8SLTs6yDkLBfM'
|
|
19083
|
+
},
|
|
18782
19084
|
6283: {
|
|
18783
19085
|
name: 'LAOS',
|
|
18784
19086
|
title: 'LAOS Mainnet',
|
|
@@ -20151,6 +20453,35 @@ exports.chains = {
|
|
|
20151
20453
|
}
|
|
20152
20454
|
]
|
|
20153
20455
|
},
|
|
20456
|
+
7879: {
|
|
20457
|
+
name: 'Vexon Testnet',
|
|
20458
|
+
chain: 'Vexon',
|
|
20459
|
+
rpc: [
|
|
20460
|
+
'https://rpc-testnet-asia1.vexonhub.org',
|
|
20461
|
+
'https://rpc-testnet-europe1.vexonhub.org',
|
|
20462
|
+
'https://rpc-testnet-01.vexonhub.org'
|
|
20463
|
+
],
|
|
20464
|
+
faucets: ['https://faucet-drip.vexonhub.org'],
|
|
20465
|
+
nativeCurrency: {
|
|
20466
|
+
name: 'Vexon Testnet Native Token',
|
|
20467
|
+
symbol: 'tVEX',
|
|
20468
|
+
decimals: 18
|
|
20469
|
+
},
|
|
20470
|
+
infoURL: 'https://vexonhub.org',
|
|
20471
|
+
shortName: 'vexon',
|
|
20472
|
+
chainId: 7879,
|
|
20473
|
+
networkId: 7879,
|
|
20474
|
+
icon: 'vexon',
|
|
20475
|
+
explorers: [
|
|
20476
|
+
{
|
|
20477
|
+
name: 'Vexon Testnet Explorer',
|
|
20478
|
+
url: 'https://testnet.vexonhub.org',
|
|
20479
|
+
standard: 'EIP3091',
|
|
20480
|
+
icon: 'vexon'
|
|
20481
|
+
}
|
|
20482
|
+
],
|
|
20483
|
+
iconURL: 'https://ipfs.io/ipfs/QmVCPcYVXB9ZEAN87LV5RrSBqxoD8zwwgVF6dcVetffSv2'
|
|
20484
|
+
},
|
|
20154
20485
|
7887: {
|
|
20155
20486
|
name: 'Kinto Mainnet',
|
|
20156
20487
|
chain: 'Kinto Mainnet',
|
|
@@ -20415,7 +20746,7 @@ exports.chains = {
|
|
|
20415
20746
|
}
|
|
20416
20747
|
],
|
|
20417
20748
|
parent: { type: 'L2', chain: 'eip155-11155111' },
|
|
20418
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
20749
|
+
iconURL: 'https://ipfs.io/ipfs/QmbCwbV2eNWxb8qCop5PzP9PB15YZzcHbj8D7BixLso4xJ'
|
|
20419
20750
|
},
|
|
20420
20751
|
8080: {
|
|
20421
20752
|
name: 'Shardeum Liberty 1.X',
|
|
@@ -20517,6 +20848,23 @@ exports.chains = {
|
|
|
20517
20848
|
chainId: 8098,
|
|
20518
20849
|
networkId: 8098
|
|
20519
20850
|
},
|
|
20851
|
+
8108: {
|
|
20852
|
+
name: 'Zenchain',
|
|
20853
|
+
chain: 'ZCX',
|
|
20854
|
+
icon: 'zenchain',
|
|
20855
|
+
rpc: [],
|
|
20856
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
20857
|
+
faucets: [],
|
|
20858
|
+
nativeCurrency: { name: 'ZCX', symbol: 'ZCX', decimals: 18 },
|
|
20859
|
+
infoURL: 'https://zenchain.io',
|
|
20860
|
+
shortName: 'zen',
|
|
20861
|
+
chainId: 8108,
|
|
20862
|
+
networkId: 8108,
|
|
20863
|
+
slip44: 60,
|
|
20864
|
+
explorers: [],
|
|
20865
|
+
status: 'incubating',
|
|
20866
|
+
iconURL: 'https://ipfs.io/ipfs/QmSnaHBAeCQEaibgsGqU1enFFyWsq5Eh3dDSMBA1Qztj91'
|
|
20867
|
+
},
|
|
20520
20868
|
8131: {
|
|
20521
20869
|
name: 'Qitmeer Network Testnet',
|
|
20522
20870
|
chain: 'MEER',
|
|
@@ -20818,6 +21166,32 @@ exports.chains = {
|
|
|
20818
21166
|
explorers: [],
|
|
20819
21167
|
iconURL: 'https://ipfs.io/ipfs/bafybeibpyckp65pqjvrvqhdt26wqoqk55m6anshbfgyqnaemn6l34nlwya'
|
|
20820
21168
|
},
|
|
21169
|
+
8408: {
|
|
21170
|
+
name: 'Zenchain Testnet',
|
|
21171
|
+
chain: 'ZCX',
|
|
21172
|
+
icon: 'zenchain',
|
|
21173
|
+
rpc: [
|
|
21174
|
+
'https://zenchain-testnet.api.onfinality.io/public',
|
|
21175
|
+
'wss://zenchain-testnet.api.onfinality.io/public-ws'
|
|
21176
|
+
],
|
|
21177
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
21178
|
+
faucets: ['https://facuet.zenchain.io'],
|
|
21179
|
+
nativeCurrency: { name: 'ZCX', symbol: 'ZCX', decimals: 18 },
|
|
21180
|
+
infoURL: 'https://zenchain.io',
|
|
21181
|
+
shortName: 'zentest',
|
|
21182
|
+
chainId: 8408,
|
|
21183
|
+
networkId: 8408,
|
|
21184
|
+
slip44: 60,
|
|
21185
|
+
explorers: [
|
|
21186
|
+
{
|
|
21187
|
+
name: 'zentrace',
|
|
21188
|
+
url: 'https://zentrace.io',
|
|
21189
|
+
icon: 'blockscout',
|
|
21190
|
+
standard: 'EIP3091'
|
|
21191
|
+
}
|
|
21192
|
+
],
|
|
21193
|
+
iconURL: 'https://ipfs.io/ipfs/QmSnaHBAeCQEaibgsGqU1enFFyWsq5Eh3dDSMBA1Qztj91'
|
|
21194
|
+
},
|
|
20821
21195
|
8428: {
|
|
20822
21196
|
name: 'THAT Mainnet',
|
|
20823
21197
|
chain: 'THAT',
|
|
@@ -21742,7 +22116,14 @@ exports.chains = {
|
|
|
21742
22116
|
chainId: 9070,
|
|
21743
22117
|
networkId: 9070,
|
|
21744
22118
|
icon: 'apexfusion',
|
|
21745
|
-
explorers: [
|
|
22119
|
+
explorers: [
|
|
22120
|
+
{
|
|
22121
|
+
name: 'apexfusion',
|
|
22122
|
+
url: 'https://explorer.nexus.testnet.apexfusion.org',
|
|
22123
|
+
icon: 'apexfusion',
|
|
22124
|
+
standard: 'EIP3091'
|
|
22125
|
+
}
|
|
22126
|
+
],
|
|
21746
22127
|
iconURL: 'https://ipfs.io/ipfs/QmSnqLVwFyeX9AZDvBKVS7diDf2Xb7m9nDcamGgpCMhL3d'
|
|
21747
22128
|
},
|
|
21748
22129
|
9100: {
|
|
@@ -21792,6 +22173,28 @@ exports.chains = {
|
|
|
21792
22173
|
],
|
|
21793
22174
|
iconURL: 'https://ipfs.io/ipfs/QmVyAuAnKKNnGEpqeYMLPRfMdysLgPBTZeEXihXbRytGhp'
|
|
21794
22175
|
},
|
|
22176
|
+
9302: {
|
|
22177
|
+
name: 'Galactica-Reticulum',
|
|
22178
|
+
chain: 'Galactica Testnet',
|
|
22179
|
+
rpc: ['https://evm-rpc-http-reticulum.galactica.com/'],
|
|
22180
|
+
faucets: [],
|
|
22181
|
+
nativeCurrency: {
|
|
22182
|
+
name: 'Galactica Reticulum',
|
|
22183
|
+
symbol: 'GNET',
|
|
22184
|
+
decimals: 18
|
|
22185
|
+
},
|
|
22186
|
+
infoURL: 'https://galactica.com',
|
|
22187
|
+
shortName: 'GNET',
|
|
22188
|
+
chainId: 9302,
|
|
22189
|
+
networkId: 9302,
|
|
22190
|
+
explorers: [
|
|
22191
|
+
{
|
|
22192
|
+
name: 'Galactica-Reticulum Explorer',
|
|
22193
|
+
url: 'https://explorer-reticulum.galactica.com',
|
|
22194
|
+
standard: 'EIP3091'
|
|
22195
|
+
}
|
|
22196
|
+
]
|
|
22197
|
+
},
|
|
21795
22198
|
9339: {
|
|
21796
22199
|
name: 'Dogcoin Testnet',
|
|
21797
22200
|
chain: 'DOGS',
|
|
@@ -22064,6 +22467,24 @@ exports.chains = {
|
|
|
22064
22467
|
],
|
|
22065
22468
|
iconURL: 'https://ipfs.io/ipfs/QmPX3uipdwd195z1MJff7uj8hpZdSuVvM5z47eiz2o7Gz5'
|
|
22066
22469
|
},
|
|
22470
|
+
9788: {
|
|
22471
|
+
name: 'Tabi Testnetv2',
|
|
22472
|
+
chain: 'TabiNetworkv2',
|
|
22473
|
+
rpc: ['https://rpc.testnetv2.tabichain.com'],
|
|
22474
|
+
faucets: ['https://carnival.tabichain.com'],
|
|
22475
|
+
nativeCurrency: { name: 'Tabi', symbol: 'TABI', decimals: 18 },
|
|
22476
|
+
infoURL: 'https://www.tabichain.com',
|
|
22477
|
+
shortName: 'tabitestv2',
|
|
22478
|
+
chainId: 9788,
|
|
22479
|
+
networkId: 9788,
|
|
22480
|
+
explorers: [
|
|
22481
|
+
{
|
|
22482
|
+
name: 'Tabi Testnet V2 Explorer',
|
|
22483
|
+
url: 'https://testnetv2.tabiscan.com',
|
|
22484
|
+
standard: 'none'
|
|
22485
|
+
}
|
|
22486
|
+
]
|
|
22487
|
+
},
|
|
22067
22488
|
9789: {
|
|
22068
22489
|
name: 'Tabi Testnet',
|
|
22069
22490
|
chain: 'TabiNetwork',
|
|
@@ -22389,6 +22810,26 @@ exports.chains = {
|
|
|
22389
22810
|
],
|
|
22390
22811
|
iconURL: 'https://ipfs.io/ipfs/Qmd8hyeNQ2zvJh6b1F1A7ujKaDAoznqA9ejH2RJdRaimUk'
|
|
22391
22812
|
},
|
|
22813
|
+
9982: {
|
|
22814
|
+
name: 'MFEV CHAIN MAINNET',
|
|
22815
|
+
chain: 'MFEV CHAIN',
|
|
22816
|
+
rpc: ['https://rpc.mfevscan.com'],
|
|
22817
|
+
faucets: [],
|
|
22818
|
+
nativeCurrency: { name: 'MFEV', symbol: 'MFEV', decimals: 18 },
|
|
22819
|
+
infoURL: 'https://mfevscan.com',
|
|
22820
|
+
shortName: 'mfevscan',
|
|
22821
|
+
chainId: 9982,
|
|
22822
|
+
networkId: 9982,
|
|
22823
|
+
slip44: 108,
|
|
22824
|
+
explorers: [
|
|
22825
|
+
{
|
|
22826
|
+
name: 'MFEV CHAIN',
|
|
22827
|
+
url: 'https://mfevscan.com',
|
|
22828
|
+
icon: 'mfev',
|
|
22829
|
+
standard: 'EIP3091'
|
|
22830
|
+
}
|
|
22831
|
+
]
|
|
22832
|
+
},
|
|
22392
22833
|
9990: {
|
|
22393
22834
|
name: 'Agung Network',
|
|
22394
22835
|
chain: 'Agung',
|
|
@@ -23017,6 +23458,7 @@ exports.chains = {
|
|
|
23017
23458
|
shortName: 'shapesep',
|
|
23018
23459
|
chainId: 11011,
|
|
23019
23460
|
networkId: 11011,
|
|
23461
|
+
icon: 'shapeTestnet',
|
|
23020
23462
|
explorers: [
|
|
23021
23463
|
{
|
|
23022
23464
|
name: 'blockscout',
|
|
@@ -23024,7 +23466,8 @@ exports.chains = {
|
|
|
23024
23466
|
standard: 'EIP3091'
|
|
23025
23467
|
}
|
|
23026
23468
|
],
|
|
23027
|
-
slip44: 1
|
|
23469
|
+
slip44: 1,
|
|
23470
|
+
iconURL: 'https://ipfs.io/ipfs/QmUfr1ufnNJ4PcA3Jgf6jdi4ZiRFr6mPzKafwK1pSqvY9j'
|
|
23028
23471
|
},
|
|
23029
23472
|
11110: {
|
|
23030
23473
|
name: 'Astra',
|
|
@@ -23251,6 +23694,11 @@ exports.chains = {
|
|
|
23251
23694
|
name: 'bevm mainnet scan',
|
|
23252
23695
|
url: 'https://scan-mainnet.bevm.io',
|
|
23253
23696
|
standard: 'none'
|
|
23697
|
+
},
|
|
23698
|
+
{
|
|
23699
|
+
name: 'bevm mainnet oklink',
|
|
23700
|
+
url: 'https://www.oklink.com/bevm',
|
|
23701
|
+
standard: 'none'
|
|
23254
23702
|
}
|
|
23255
23703
|
],
|
|
23256
23704
|
iconURL: 'https://ipfs.io/ipfs/QmfMXiYn4xF9JwdjaqM5YKhqoByox51XvnL68VvKJS6yyu'
|
|
@@ -23627,6 +24075,24 @@ exports.chains = {
|
|
|
23627
24075
|
parent: { type: 'L2', chain: 'eip155-43113' },
|
|
23628
24076
|
iconURL: 'https://ipfs.io/ipfs/QmVp9jyb3UFW71867yVtymmiRw7dPY4BTnsp3hEjr9tn8L'
|
|
23629
24077
|
},
|
|
24078
|
+
12358: {
|
|
24079
|
+
name: 'GDPR Mainnet',
|
|
24080
|
+
chain: 'GDPR',
|
|
24081
|
+
rpc: ['https://rpc.gdprchain.com'],
|
|
24082
|
+
faucets: [],
|
|
24083
|
+
nativeCurrency: { name: 'GDPR', symbol: 'GDPR', decimals: 18 },
|
|
24084
|
+
infoURL: 'https://explorer.gdprchain.com',
|
|
24085
|
+
shortName: 'gdpr',
|
|
24086
|
+
chainId: 12358,
|
|
24087
|
+
networkId: 12358,
|
|
24088
|
+
explorers: [
|
|
24089
|
+
{
|
|
24090
|
+
name: 'GDPR Mainnet Explorer (Blockscout)',
|
|
24091
|
+
url: 'https://explorer.gdprchain.com',
|
|
24092
|
+
standard: 'EIP3091'
|
|
24093
|
+
}
|
|
24094
|
+
]
|
|
24095
|
+
},
|
|
23630
24096
|
12553: {
|
|
23631
24097
|
name: 'RSS3 VSL Mainnet',
|
|
23632
24098
|
chain: 'RSS3',
|
|
@@ -25057,6 +25523,46 @@ exports.chains = {
|
|
|
25057
25523
|
],
|
|
25058
25524
|
iconURL: 'https://ipfs.io/ipfs/QmatvJXLgMthjXwydGBVFRtga9fZXJ3qFEVJ6cMRxniFUc'
|
|
25059
25525
|
},
|
|
25526
|
+
19515: {
|
|
25527
|
+
name: 'SEC Testnet',
|
|
25528
|
+
chain: 'SEC',
|
|
25529
|
+
icon: 'secIcon',
|
|
25530
|
+
rpc: ['https://testnet-rpc.secexplorer.io'],
|
|
25531
|
+
faucets: ['https://faucet.secexplorer.io'],
|
|
25532
|
+
nativeCurrency: { name: 'SEP', symbol: 'SEP', decimals: 18 },
|
|
25533
|
+
infoURL: 'https://smartenergychain.org',
|
|
25534
|
+
shortName: 'SEPt',
|
|
25535
|
+
chainId: 19515,
|
|
25536
|
+
networkId: 19515,
|
|
25537
|
+
explorers: [
|
|
25538
|
+
{
|
|
25539
|
+
name: 'SEC Testnet Explorer',
|
|
25540
|
+
url: 'https://testnet.secexplorer.io',
|
|
25541
|
+
standard: 'EIP3091'
|
|
25542
|
+
}
|
|
25543
|
+
],
|
|
25544
|
+
iconURL: 'https://ipfs.io/ipfs/QmWeJdWk2HiZhcCtecHyzxm7DBH5KDH2ERj9ZiqxmxgUto'
|
|
25545
|
+
},
|
|
25546
|
+
19516: {
|
|
25547
|
+
name: 'SEC Mainnet',
|
|
25548
|
+
chain: 'SEC',
|
|
25549
|
+
icon: 'secIcon',
|
|
25550
|
+
rpc: ['https://rpc.secexplorer.io'],
|
|
25551
|
+
faucets: [],
|
|
25552
|
+
nativeCurrency: { name: 'SEP', symbol: 'SEP', decimals: 18 },
|
|
25553
|
+
infoURL: 'https://smartenergychain.org',
|
|
25554
|
+
shortName: 'SECm',
|
|
25555
|
+
chainId: 19516,
|
|
25556
|
+
networkId: 19516,
|
|
25557
|
+
explorers: [
|
|
25558
|
+
{
|
|
25559
|
+
name: 'SEC Mainnet Explorer',
|
|
25560
|
+
url: 'https://secexplorer.io',
|
|
25561
|
+
standard: 'EIP3091'
|
|
25562
|
+
}
|
|
25563
|
+
],
|
|
25564
|
+
iconURL: 'https://ipfs.io/ipfs/QmWeJdWk2HiZhcCtecHyzxm7DBH5KDH2ERj9ZiqxmxgUto'
|
|
25565
|
+
},
|
|
25060
25566
|
19527: {
|
|
25061
25567
|
name: 'Magnet Network',
|
|
25062
25568
|
chain: 'Magnet',
|
|
@@ -25665,6 +26171,28 @@ exports.chains = {
|
|
|
25665
26171
|
],
|
|
25666
26172
|
iconURL: 'https://ipfs.io/ipfs/QmR1AnNYGeXpVmsKyzqktk4K1BtFPiaJpeXuLktb9Kwmer'
|
|
25667
26173
|
},
|
|
26174
|
+
24116: {
|
|
26175
|
+
name: 'Amauti',
|
|
26176
|
+
title: 'Rails Network Testnet Amauti',
|
|
26177
|
+
chain: 'RAILS',
|
|
26178
|
+
icon: 'railsTestnet',
|
|
26179
|
+
rpc: ['https://testnet.steamexchange.io'],
|
|
26180
|
+
faucets: ['https://depot.steamexchange.io/faucet'],
|
|
26181
|
+
nativeCurrency: { name: 'SteamX', symbol: 'STEAMX', decimals: 18 },
|
|
26182
|
+
infoURL: 'https://steamexchange.io',
|
|
26183
|
+
shortName: 'railst',
|
|
26184
|
+
chainId: 24116,
|
|
26185
|
+
networkId: 24116,
|
|
26186
|
+
explorers: [
|
|
26187
|
+
{
|
|
26188
|
+
name: 'blockscout',
|
|
26189
|
+
url: 'https://build.steamexchange.io',
|
|
26190
|
+
icon: 'blockscout',
|
|
26191
|
+
standard: 'EIP3091'
|
|
26192
|
+
}
|
|
26193
|
+
],
|
|
26194
|
+
iconURL: 'https://ipfs.io/ipfs/QmWsvNvJgnZkiZ1y1VDPfUkSbaWrJVhEMXx7U9vEZx2HZA'
|
|
26195
|
+
},
|
|
25668
26196
|
24484: {
|
|
25669
26197
|
name: 'Webchain',
|
|
25670
26198
|
chain: 'WEB',
|
|
@@ -26406,20 +26934,25 @@ exports.chains = {
|
|
|
26406
26934
|
iconURL: 'https://ipfs.io/ipfs/bafkreia5q26knsvxgkwxze7woepvsqat5n2hodokh4ozzphmhexqez5s34'
|
|
26407
26935
|
},
|
|
26408
26936
|
31415: {
|
|
26409
|
-
name: '
|
|
26410
|
-
|
|
26411
|
-
|
|
26412
|
-
|
|
26413
|
-
rpc: [],
|
|
26937
|
+
name: 'Wirex Pay Mainnet',
|
|
26938
|
+
chain: 'WirexPay',
|
|
26939
|
+
icon: 'wpay',
|
|
26940
|
+
rpc: ['https://rpc.wirexpaychain.com'],
|
|
26414
26941
|
faucets: [],
|
|
26415
|
-
nativeCurrency: { name: '
|
|
26416
|
-
infoURL: 'https://
|
|
26417
|
-
shortName: '
|
|
26942
|
+
nativeCurrency: { name: 'Ethereum', symbol: 'ETH', decimals: 18 },
|
|
26943
|
+
infoURL: 'https://docs.wirexpaychain.com/tech/wirex-pay-chain',
|
|
26944
|
+
shortName: 'wpay',
|
|
26418
26945
|
chainId: 31415,
|
|
26419
26946
|
networkId: 31415,
|
|
26420
|
-
|
|
26421
|
-
|
|
26422
|
-
|
|
26947
|
+
explorers: [
|
|
26948
|
+
{
|
|
26949
|
+
name: 'Wirex Pay Explorer',
|
|
26950
|
+
url: 'https://blockscout.wirexpaychain.com',
|
|
26951
|
+
standard: 'EIP3091'
|
|
26952
|
+
}
|
|
26953
|
+
],
|
|
26954
|
+
redFlags: ['reusedChainId'],
|
|
26955
|
+
iconURL: 'https://ipfs.io/ipfs/QmRkaZbopr8JTgypSQ3N3VfQumnZEN9bA5Uh3u3mL26dwT'
|
|
26423
26956
|
},
|
|
26424
26957
|
31753: {
|
|
26425
26958
|
name: 'Xchain Mainnet',
|
|
@@ -27101,6 +27634,27 @@ exports.chains = {
|
|
|
27101
27634
|
}
|
|
27102
27635
|
]
|
|
27103
27636
|
},
|
|
27637
|
+
41923: {
|
|
27638
|
+
name: 'Open Campus Codex Mainnet',
|
|
27639
|
+
chain: 'Open Campus Codex Mainnet',
|
|
27640
|
+
icon: 'occ-mainnet',
|
|
27641
|
+
rpc: ['https://rpc.edu-chain.raas.gelato.cloud'],
|
|
27642
|
+
faucets: ['https://bridge.gelato.network/bridge/edu-chain'],
|
|
27643
|
+
nativeCurrency: { name: 'EDU', symbol: 'EDU', decimals: 18 },
|
|
27644
|
+
infoURL: 'https://raas.gelato.network/rollups/details/public/edu-chain',
|
|
27645
|
+
shortName: 'occ-mainnet',
|
|
27646
|
+
chainId: 41923,
|
|
27647
|
+
networkId: 41923,
|
|
27648
|
+
explorers: [
|
|
27649
|
+
{
|
|
27650
|
+
name: 'Open Campus Codex',
|
|
27651
|
+
url: 'https://edu-chain.blockscout.com',
|
|
27652
|
+
icon: 'occ-mainnet',
|
|
27653
|
+
standard: 'none'
|
|
27654
|
+
}
|
|
27655
|
+
],
|
|
27656
|
+
iconURL: 'https://ipfs.io/ipfs/QmAbz7VfGvf6NVHezuBy5HpJTCi1gEshBxxdDdfVXNQ8Bt'
|
|
27657
|
+
},
|
|
27104
27658
|
42069: {
|
|
27105
27659
|
name: 'pegglecoin',
|
|
27106
27660
|
chain: '42069',
|
|
@@ -27291,6 +27845,26 @@ exports.chains = {
|
|
|
27291
27845
|
}
|
|
27292
27846
|
]
|
|
27293
27847
|
},
|
|
27848
|
+
42420: {
|
|
27849
|
+
name: 'Asset Chain Mainnet',
|
|
27850
|
+
chain: 'Asset Chain',
|
|
27851
|
+
rpc: ['https://mainnet-rpc.assetchain.org'],
|
|
27852
|
+
faucets: ['https://faucet.assetchain.org'],
|
|
27853
|
+
nativeCurrency: { name: 'Real World Asset', symbol: 'RWA', decimals: 18 },
|
|
27854
|
+
infoURL: 'https://docs.assetchain.org',
|
|
27855
|
+
shortName: 'assetchain',
|
|
27856
|
+
chainId: 42420,
|
|
27857
|
+
networkId: 42420,
|
|
27858
|
+
icon: 'assetchain',
|
|
27859
|
+
explorers: [
|
|
27860
|
+
{
|
|
27861
|
+
name: 'Asset Chain Explorer',
|
|
27862
|
+
url: 'https://scan.assetchain.org',
|
|
27863
|
+
standard: 'EIP3091'
|
|
27864
|
+
}
|
|
27865
|
+
],
|
|
27866
|
+
iconURL: 'https://ipfs.io/ipfs/QmXc4bxuyWvQFqjuunXmvZZs1AwGChyY7sGYK6tgCkp3nJ'
|
|
27867
|
+
},
|
|
27294
27868
|
42421: {
|
|
27295
27869
|
name: 'Asset Chain Testnet',
|
|
27296
27870
|
chain: 'Asset Chain',
|
|
@@ -28258,6 +28832,25 @@ exports.chains = {
|
|
|
28258
28832
|
}
|
|
28259
28833
|
]
|
|
28260
28834
|
},
|
|
28835
|
+
55244: {
|
|
28836
|
+
name: 'Superposition',
|
|
28837
|
+
chain: 'Superposition',
|
|
28838
|
+
rpc: ['https://rpc.superposition.so'],
|
|
28839
|
+
faucets: [],
|
|
28840
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
28841
|
+
infoURL: 'https://superposition.so',
|
|
28842
|
+
shortName: 'spn',
|
|
28843
|
+
chainId: 55244,
|
|
28844
|
+
networkId: 55244,
|
|
28845
|
+
explorers: [
|
|
28846
|
+
{
|
|
28847
|
+
name: 'Superposition Explorer',
|
|
28848
|
+
url: 'https://explorer.superposition.so',
|
|
28849
|
+
standard: 'EIP3091'
|
|
28850
|
+
}
|
|
28851
|
+
],
|
|
28852
|
+
parent: { type: 'L2', chain: 'eip155-42161', bridges: [] }
|
|
28853
|
+
},
|
|
28261
28854
|
55551: {
|
|
28262
28855
|
name: 'Photon Aurora Testnet',
|
|
28263
28856
|
chain: 'Photon',
|
|
@@ -29171,6 +29764,26 @@ exports.chains = {
|
|
|
29171
29764
|
],
|
|
29172
29765
|
iconURL: 'https://ipfs.io/ipfs/QmVo6h7hQcduywA4j5n5vzB75y2PiVaSN4HuNwgB5XiBsj'
|
|
29173
29766
|
},
|
|
29767
|
+
63157: {
|
|
29768
|
+
name: 'Geist Mainnet',
|
|
29769
|
+
chain: 'Geist',
|
|
29770
|
+
rpc: [],
|
|
29771
|
+
faucets: [],
|
|
29772
|
+
nativeCurrency: {
|
|
29773
|
+
name: 'Aavegotchi GHST Token',
|
|
29774
|
+
symbol: 'GHST',
|
|
29775
|
+
decimals: 18
|
|
29776
|
+
},
|
|
29777
|
+
features: [],
|
|
29778
|
+
infoURL: 'https://playongeist.com',
|
|
29779
|
+
shortName: 'Geist',
|
|
29780
|
+
chainId: 63157,
|
|
29781
|
+
networkId: 63157,
|
|
29782
|
+
status: 'incubating',
|
|
29783
|
+
icon: 'geist',
|
|
29784
|
+
explorers: [],
|
|
29785
|
+
iconURL: 'https://ipfs.io/ipfs/QmNih9epd2WkWTCWD9nwXyUzpaBcPALJH66Fjq1YywpcA8'
|
|
29786
|
+
},
|
|
29174
29787
|
65349: {
|
|
29175
29788
|
name: 'CratD2C Testnet',
|
|
29176
29789
|
chain: 'CRATD2C',
|
|
@@ -29240,7 +29853,10 @@ exports.chains = {
|
|
|
29240
29853
|
65536: {
|
|
29241
29854
|
name: 'Automata Mainnet',
|
|
29242
29855
|
chain: 'Automata Mainnet',
|
|
29243
|
-
rpc: [
|
|
29856
|
+
rpc: [
|
|
29857
|
+
'https://rpc.ata.network',
|
|
29858
|
+
'https://automata-mainnet.alt.technology/'
|
|
29859
|
+
],
|
|
29244
29860
|
faucets: [],
|
|
29245
29861
|
nativeCurrency: { name: 'ATA', symbol: 'ATA', decimals: 18 },
|
|
29246
29862
|
infoURL: 'https://ata.network',
|
|
@@ -29248,7 +29864,13 @@ exports.chains = {
|
|
|
29248
29864
|
chainId: 65536,
|
|
29249
29865
|
networkId: 65536,
|
|
29250
29866
|
icon: 'automata',
|
|
29251
|
-
explorers: [
|
|
29867
|
+
explorers: [
|
|
29868
|
+
{
|
|
29869
|
+
name: 'Automata Explorer',
|
|
29870
|
+
url: 'https://explorer.ata.network',
|
|
29871
|
+
standard: 'EIP3091'
|
|
29872
|
+
}
|
|
29873
|
+
],
|
|
29252
29874
|
iconURL: 'https://ipfs.io/ipfs/QmW7ugm31MRdhjGtimzWMK5N4g5L84tSyKMpZQYk6N9KvJ'
|
|
29253
29875
|
},
|
|
29254
29876
|
66665: {
|
|
@@ -29517,6 +30139,28 @@ exports.chains = {
|
|
|
29517
30139
|
],
|
|
29518
30140
|
iconURL: 'https://ipfs.io/ipfs/QmcDTR7982VQKDDz2Mh4fZbnE9hn67MuFPWQv1MimCqPvB'
|
|
29519
30141
|
},
|
|
30142
|
+
71117: {
|
|
30143
|
+
name: 'Wadzchain Testnet',
|
|
30144
|
+
title: 'Wadzchain Testnet',
|
|
30145
|
+
chain: 'Wadzchain-Testnet',
|
|
30146
|
+
icon: 'wadz',
|
|
30147
|
+
rpc: ['https://rpc-testnet.wadzchain.io'],
|
|
30148
|
+
faucets: ['https://faucet-testnet.wadzchain.io'],
|
|
30149
|
+
nativeCurrency: { name: 'WadzToken', symbol: 'WTK', decimals: 18 },
|
|
30150
|
+
infoURL: 'https://www.wadzchain-network.io',
|
|
30151
|
+
shortName: 'wadzchain-testnet',
|
|
30152
|
+
chainId: 71117,
|
|
30153
|
+
networkId: 71117,
|
|
30154
|
+
slip44: 1,
|
|
30155
|
+
explorers: [
|
|
30156
|
+
{
|
|
30157
|
+
name: 'Wadzchain Testnet Explorer',
|
|
30158
|
+
url: 'https://scan-testnet.wadzchain.io',
|
|
30159
|
+
standard: 'EIP3091'
|
|
30160
|
+
}
|
|
30161
|
+
],
|
|
30162
|
+
iconURL: 'https://ipfs.io/ipfs/QmRBVFviqdhyarkTAxrnq2r2em6dJXCzpNxZL4yaXPbLou'
|
|
30163
|
+
},
|
|
29520
30164
|
71393: {
|
|
29521
30165
|
name: 'Polyjuice Testnet',
|
|
29522
30166
|
chain: 'CKB',
|
|
@@ -30042,7 +30686,7 @@ exports.chains = {
|
|
|
30042
30686
|
'wss://polygon-amoy-bor-rpc.publicnode.com'
|
|
30043
30687
|
],
|
|
30044
30688
|
faucets: ['https://faucet.polygon.technology/'],
|
|
30045
|
-
nativeCurrency: { name: '
|
|
30689
|
+
nativeCurrency: { name: 'POL', symbol: 'POL', decimals: 18 },
|
|
30046
30690
|
infoURL: 'https://polygon.technology/',
|
|
30047
30691
|
shortName: 'polygonamoy',
|
|
30048
30692
|
chainId: 80002,
|
|
@@ -30510,6 +31154,24 @@ exports.chains = {
|
|
|
30510
31154
|
],
|
|
30511
31155
|
iconURL: 'https://ipfs.io/ipfs/bafkreig54jss26xllpjbclmfgwvot72m4ku7qxignhlqei6mijvwi2m4pu'
|
|
30512
31156
|
},
|
|
31157
|
+
85321: {
|
|
31158
|
+
name: 'GDPR Testnet',
|
|
31159
|
+
chain: 'GDPR',
|
|
31160
|
+
rpc: ['https://rpc.testnet.gdprchain.com'],
|
|
31161
|
+
faucets: [],
|
|
31162
|
+
nativeCurrency: { name: 'GDPR', symbol: 'GDPR', decimals: 18 },
|
|
31163
|
+
infoURL: 'https://explorer.testnet.gdprchain.com',
|
|
31164
|
+
shortName: 'gdpr-testnet',
|
|
31165
|
+
chainId: 85321,
|
|
31166
|
+
networkId: 85321,
|
|
31167
|
+
explorers: [
|
|
31168
|
+
{
|
|
31169
|
+
name: 'GDPR Testnet Explorer (Blockscout)',
|
|
31170
|
+
url: 'https://explorer.testnet.gdprchain.com',
|
|
31171
|
+
standard: 'EIP3091'
|
|
31172
|
+
}
|
|
31173
|
+
]
|
|
31174
|
+
},
|
|
30513
31175
|
85449: {
|
|
30514
31176
|
name: 'CYBERTRUST',
|
|
30515
31177
|
chain: 'CYBER',
|
|
@@ -30711,6 +31373,25 @@ exports.chains = {
|
|
|
30711
31373
|
icon: 'fxcore',
|
|
30712
31374
|
iconURL: 'https://ipfs.io/ipfs/QmauD5hzc5q1VgEU1nT4AGLCeV79CB8GgfnXXeeLmBZVHf'
|
|
30713
31375
|
},
|
|
31376
|
+
90002: {
|
|
31377
|
+
name: 'UBIT SMARTCHAIN MAINNET',
|
|
31378
|
+
chain: 'UBIT SMARTCHAIN',
|
|
31379
|
+
rpc: ['https://rpc.ubitscan.io'],
|
|
31380
|
+
faucets: [],
|
|
31381
|
+
nativeCurrency: { name: 'USC', symbol: 'USC', decimals: 18 },
|
|
31382
|
+
infoURL: 'https://ubitscan.io',
|
|
31383
|
+
shortName: 'UBITSCAN',
|
|
31384
|
+
chainId: 90002,
|
|
31385
|
+
networkId: 90002,
|
|
31386
|
+
slip44: 108,
|
|
31387
|
+
explorers: [
|
|
31388
|
+
{
|
|
31389
|
+
name: 'UBITSCAN',
|
|
31390
|
+
url: 'https://ubitscan.io',
|
|
31391
|
+
standard: 'EIP3091'
|
|
31392
|
+
}
|
|
31393
|
+
]
|
|
31394
|
+
},
|
|
30714
31395
|
90210: {
|
|
30715
31396
|
name: 'Beverly Hills',
|
|
30716
31397
|
title: 'Ethereum multi-client Verkle Testnet Beverly Hills',
|
|
@@ -30897,6 +31578,25 @@ exports.chains = {
|
|
|
30897
31578
|
}
|
|
30898
31579
|
]
|
|
30899
31580
|
},
|
|
31581
|
+
95432: {
|
|
31582
|
+
name: 'SRICHAIN',
|
|
31583
|
+
chain: 'SRICHAIN',
|
|
31584
|
+
rpc: ['https://rpc.sriscan.com/'],
|
|
31585
|
+
faucets: [],
|
|
31586
|
+
nativeCurrency: { name: 'SRIX', symbol: 'SRIX', decimals: 18 },
|
|
31587
|
+
infoURL: 'https://sriscan.com',
|
|
31588
|
+
shortName: 'sriscan',
|
|
31589
|
+
chainId: 95432,
|
|
31590
|
+
networkId: 95432,
|
|
31591
|
+
slip44: 108,
|
|
31592
|
+
explorers: [
|
|
31593
|
+
{
|
|
31594
|
+
name: 'SRICHAIN',
|
|
31595
|
+
url: 'https://sriscan.com',
|
|
31596
|
+
standard: 'EIP3091'
|
|
31597
|
+
}
|
|
31598
|
+
]
|
|
31599
|
+
},
|
|
30900
31600
|
96970: {
|
|
30901
31601
|
name: 'Mantis Testnet (Hexapod)',
|
|
30902
31602
|
chain: 'Mantis',
|
|
@@ -31027,6 +31727,25 @@ exports.chains = {
|
|
|
31027
31727
|
],
|
|
31028
31728
|
iconURL: 'https://ipfs.io/ipfs/QmNWBcc2AtknphNxt4GtTxbWF6vDkf6sh2nvkPn9wqchW6'
|
|
31029
31729
|
},
|
|
31730
|
+
97766: {
|
|
31731
|
+
name: 'MetaBenz CHAIN',
|
|
31732
|
+
chain: 'MetaBenz CHAIN',
|
|
31733
|
+
rpc: ['https://rpc.metabenzscan.com'],
|
|
31734
|
+
faucets: [],
|
|
31735
|
+
nativeCurrency: { name: 'MBC', symbol: 'MBC', decimals: 18 },
|
|
31736
|
+
infoURL: 'https://metabenzscan.com',
|
|
31737
|
+
shortName: 'metabenzscan',
|
|
31738
|
+
chainId: 97766,
|
|
31739
|
+
networkId: 97766,
|
|
31740
|
+
slip44: 108,
|
|
31741
|
+
explorers: [
|
|
31742
|
+
{
|
|
31743
|
+
name: 'MetaBenz CHAIN',
|
|
31744
|
+
url: 'https://metabenzscan.com',
|
|
31745
|
+
standard: 'EIP3091'
|
|
31746
|
+
}
|
|
31747
|
+
]
|
|
31748
|
+
},
|
|
31030
31749
|
97970: {
|
|
31031
31750
|
name: 'OptimusZ7 Testnet',
|
|
31032
31751
|
chain: 'OptimusZ7',
|
|
@@ -32256,27 +32975,16 @@ exports.chains = {
|
|
|
32256
32975
|
167008: {
|
|
32257
32976
|
name: 'Taiko Katla L2',
|
|
32258
32977
|
chain: 'ETH',
|
|
32259
|
-
status: '
|
|
32978
|
+
status: 'deprecated',
|
|
32260
32979
|
icon: 'taiko',
|
|
32261
|
-
rpc: [
|
|
32262
|
-
'https://rpc.katla.taiko.xyz',
|
|
32263
|
-
'wss://ws.katla.taiko.xyz',
|
|
32264
|
-
'https://taiko-katla.drpc.org',
|
|
32265
|
-
'wss://taiko-katla.drpc.org'
|
|
32266
|
-
],
|
|
32980
|
+
rpc: [],
|
|
32267
32981
|
faucets: [],
|
|
32268
32982
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
32269
32983
|
infoURL: 'https://taiko.xyz',
|
|
32270
32984
|
shortName: 'tko-katla',
|
|
32271
32985
|
chainId: 167008,
|
|
32272
32986
|
networkId: 167008,
|
|
32273
|
-
explorers: [
|
|
32274
|
-
{
|
|
32275
|
-
name: 'blockscout',
|
|
32276
|
-
url: 'https://explorer.katla.taiko.xyz',
|
|
32277
|
-
standard: 'EIP3091'
|
|
32278
|
-
}
|
|
32279
|
-
],
|
|
32987
|
+
explorers: [],
|
|
32280
32988
|
iconURL: 'https://ipfs.io/ipfs/QmcHdmVr5VRUJq13jnM6tgah5Ge7hn3Dm14eY6vwivJ5ui'
|
|
32281
32989
|
},
|
|
32282
32990
|
167009: {
|
|
@@ -32435,7 +33143,7 @@ exports.chains = {
|
|
|
32435
33143
|
'wss://rpc-testnet.mindnetwork.xyz'
|
|
32436
33144
|
],
|
|
32437
33145
|
faucets: [],
|
|
32438
|
-
nativeCurrency: { name: '
|
|
33146
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
32439
33147
|
features: [{ name: 'EIP155' }],
|
|
32440
33148
|
infoURL: 'https://mindnetwork.xyz',
|
|
32441
33149
|
shortName: 'fhet',
|
|
@@ -33300,6 +34008,31 @@ exports.chains = {
|
|
|
33300
34008
|
networkId: 281121,
|
|
33301
34009
|
explorers: []
|
|
33302
34010
|
},
|
|
34011
|
+
281123: {
|
|
34012
|
+
name: 'Athene Parthenon',
|
|
34013
|
+
chain: 'athene-parthenon',
|
|
34014
|
+
rpc: [
|
|
34015
|
+
'https://rpc.parthenon.athenescan.io',
|
|
34016
|
+
'wss://ws.parthenon.athenescan.io'
|
|
34017
|
+
],
|
|
34018
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
34019
|
+
infoURL: 'https://raas.gelato.network/rollups/details/public/athene-parthenon',
|
|
34020
|
+
faucets: [],
|
|
34021
|
+
shortName: 'athene-parthenon',
|
|
34022
|
+
chainId: 281123,
|
|
34023
|
+
networkId: 281123,
|
|
34024
|
+
slip44: 60,
|
|
34025
|
+
explorers: [
|
|
34026
|
+
{
|
|
34027
|
+
name: 'blockscout',
|
|
34028
|
+
url: 'https://parthenon.athenescan.io',
|
|
34029
|
+
icon: 'blockscout',
|
|
34030
|
+
standard: 'EIP3091'
|
|
34031
|
+
}
|
|
34032
|
+
],
|
|
34033
|
+
parent: { type: 'L2', chain: 'eip155-11155111' },
|
|
34034
|
+
status: 'active'
|
|
34035
|
+
},
|
|
33303
34036
|
282828: {
|
|
33304
34037
|
name: 'Zillion Sepolia Testnet',
|
|
33305
34038
|
status: 'active',
|
|
@@ -33859,6 +34592,20 @@ exports.chains = {
|
|
|
33859
34592
|
}
|
|
33860
34593
|
]
|
|
33861
34594
|
},
|
|
34595
|
+
383353: {
|
|
34596
|
+
name: 'CheeseChain',
|
|
34597
|
+
title: 'CheeseChain',
|
|
34598
|
+
chain: 'CHEESE',
|
|
34599
|
+
rpc: ['https://rpc.cheesechain.xyz'],
|
|
34600
|
+
faucets: [],
|
|
34601
|
+
nativeCurrency: { name: 'CHEESE', symbol: 'CHEESE', decimals: 18 },
|
|
34602
|
+
infoURL: 'https://cheesechain.xyz',
|
|
34603
|
+
shortName: 'CheeseChain',
|
|
34604
|
+
chainId: 383353,
|
|
34605
|
+
networkId: 383353,
|
|
34606
|
+
icon: 'cheesechain',
|
|
34607
|
+
iconURL: 'https://ipfs.io/ipfs/QmNixMsKsnQKM925X3w85TBgFRFRFAe4gGGQw79UnT8BrV'
|
|
34608
|
+
},
|
|
33862
34609
|
404040: {
|
|
33863
34610
|
name: 'Tipboxcoin Mainnet',
|
|
33864
34611
|
chain: 'TPBX',
|
|
@@ -34673,6 +35420,28 @@ exports.chains = {
|
|
|
34673
35420
|
],
|
|
34674
35421
|
iconURL: 'https://ipfs.io/ipfs/QmcSWGcoqC3y8VKahRdqPDgD68rr6A1gWVQPRt5FcpgWmG'
|
|
34675
35422
|
},
|
|
35423
|
+
631571: {
|
|
35424
|
+
name: 'Polter Testnet',
|
|
35425
|
+
chain: 'Geist',
|
|
35426
|
+
rpc: ['https://geist-polter.g.alchemy.com/public'],
|
|
35427
|
+
faucets: [],
|
|
35428
|
+
nativeCurrency: { name: 'Polter GHST', symbol: 'GHST', decimals: 18 },
|
|
35429
|
+
features: [],
|
|
35430
|
+
infoURL: 'https://playongeist.com',
|
|
35431
|
+
shortName: 'poltergeist',
|
|
35432
|
+
chainId: 631571,
|
|
35433
|
+
networkId: 631571,
|
|
35434
|
+
status: 'incubating',
|
|
35435
|
+
icon: 'polterGeist',
|
|
35436
|
+
explorers: [
|
|
35437
|
+
{
|
|
35438
|
+
name: 'Polter Testnet Explorer',
|
|
35439
|
+
url: 'https://polter-testnet.explorer.alchemy.com',
|
|
35440
|
+
standard: 'EIP3091'
|
|
35441
|
+
}
|
|
35442
|
+
],
|
|
35443
|
+
iconURL: 'https://ipfs.io/ipfs/QmNih9epd2WkWTCWD9nwXyUzpaBcPALJH66Fjq1YywpcA8'
|
|
35444
|
+
},
|
|
34676
35445
|
641230: {
|
|
34677
35446
|
name: 'Bear Network Chain Mainnet',
|
|
34678
35447
|
chain: 'BRNKC',
|
|
@@ -34988,6 +35757,25 @@ exports.chains = {
|
|
|
34988
35757
|
}
|
|
34989
35758
|
]
|
|
34990
35759
|
},
|
|
35760
|
+
756689: {
|
|
35761
|
+
name: 'PAYSCAN CHAIN',
|
|
35762
|
+
chain: 'PAYSCAN CHAIN',
|
|
35763
|
+
rpc: ['https://rpc.payscan.live'],
|
|
35764
|
+
faucets: [],
|
|
35765
|
+
nativeCurrency: { name: 'PYZ', symbol: 'PYZ', decimals: 18 },
|
|
35766
|
+
infoURL: 'https://payscan.live',
|
|
35767
|
+
shortName: 'payscan',
|
|
35768
|
+
chainId: 756689,
|
|
35769
|
+
networkId: 756689,
|
|
35770
|
+
slip44: 108,
|
|
35771
|
+
explorers: [
|
|
35772
|
+
{
|
|
35773
|
+
name: 'PAYSCAN CHAIN',
|
|
35774
|
+
url: 'https://payscan.live',
|
|
35775
|
+
standard: 'EIP3091'
|
|
35776
|
+
}
|
|
35777
|
+
]
|
|
35778
|
+
},
|
|
34991
35779
|
761412: {
|
|
34992
35780
|
name: 'Miexs Smartchain',
|
|
34993
35781
|
chain: 'MiexsSmartchain',
|
|
@@ -35626,6 +36414,40 @@ exports.chains = {
|
|
|
35626
36414
|
},
|
|
35627
36415
|
iconURL: 'https://ipfs.io/ipfs/QmbALStb7WtVPHMdwp5DBhE1pUs9QdTgYU1XqRnyJKobE4'
|
|
35628
36416
|
},
|
|
36417
|
+
978658: {
|
|
36418
|
+
name: 'Treasure Topaz',
|
|
36419
|
+
chain: 'Treasure Topaz',
|
|
36420
|
+
shortName: 'Topaz',
|
|
36421
|
+
chainId: 978658,
|
|
36422
|
+
networkId: 978658,
|
|
36423
|
+
nativeCurrency: { name: 'Testnet MAGIC', symbol: 'MAGIC', decimals: 18 },
|
|
36424
|
+
slip44: 1,
|
|
36425
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
36426
|
+
infoURL: 'https://app.treasure.lol',
|
|
36427
|
+
icon: 'treasuretopaz',
|
|
36428
|
+
rpc: ['https://rpc.topaz.treasure.lol', 'wss://rpc.topaz.treasure.lol/ws'],
|
|
36429
|
+
faucets: [
|
|
36430
|
+
'https://app.treasure.lol/chain/faucet',
|
|
36431
|
+
'https://thirdweb.com/treasure-topaz'
|
|
36432
|
+
],
|
|
36433
|
+
explorers: [
|
|
36434
|
+
{
|
|
36435
|
+
name: 'treasurescan',
|
|
36436
|
+
url: 'https://topaz.treasurescan.io',
|
|
36437
|
+
icon: 'treasure',
|
|
36438
|
+
standard: 'EIP3091'
|
|
36439
|
+
}
|
|
36440
|
+
],
|
|
36441
|
+
parent: {
|
|
36442
|
+
type: 'L2',
|
|
36443
|
+
chain: 'eip155-1',
|
|
36444
|
+
bridges: [
|
|
36445
|
+
{ url: 'https://app.treasure.lol/chain/bridge' },
|
|
36446
|
+
{ url: 'https://portal.topaz.treasure.lol/bridge' }
|
|
36447
|
+
]
|
|
36448
|
+
},
|
|
36449
|
+
iconURL: 'https://ipfs.io/ipfs/QmT9TS1vsxxq4pToEXPouuYtDcpQZWZfh91NZdNXVQGPrY'
|
|
36450
|
+
},
|
|
35629
36451
|
984122: {
|
|
35630
36452
|
name: 'Forma',
|
|
35631
36453
|
chain: 'Forma',
|
|
@@ -35939,7 +36761,10 @@ exports.chains = {
|
|
|
35939
36761
|
1398243: {
|
|
35940
36762
|
name: 'Automata Testnet',
|
|
35941
36763
|
chain: 'Automata Testnet',
|
|
35942
|
-
rpc: [
|
|
36764
|
+
rpc: [
|
|
36765
|
+
'https://rpc-testnet.ata.network',
|
|
36766
|
+
'https://automata-testnet.alt.technology'
|
|
36767
|
+
],
|
|
35943
36768
|
faucets: [],
|
|
35944
36769
|
nativeCurrency: { name: 'ATA', symbol: 'ATA', decimals: 18 },
|
|
35945
36770
|
infoURL: 'https://ata.network',
|
|
@@ -35950,7 +36775,7 @@ exports.chains = {
|
|
|
35950
36775
|
explorers: [
|
|
35951
36776
|
{
|
|
35952
36777
|
name: 'Automata Testnet Explorer',
|
|
35953
|
-
url: 'https://
|
|
36778
|
+
url: 'https://explorer-testnet.ata.network',
|
|
35954
36779
|
standard: 'EIP3091'
|
|
35955
36780
|
}
|
|
35956
36781
|
],
|
|
@@ -36898,6 +37723,30 @@ exports.chains = {
|
|
|
36898
37723
|
],
|
|
36899
37724
|
parent: { type: 'L2', chain: 'eip155-1' }
|
|
36900
37725
|
},
|
|
37726
|
+
10058111: {
|
|
37727
|
+
name: 'Spotlight',
|
|
37728
|
+
chain: 'ETH',
|
|
37729
|
+
rpc: [],
|
|
37730
|
+
faucets: [],
|
|
37731
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
37732
|
+
infoURL: 'https://spotlightchain.com/',
|
|
37733
|
+
shortName: 'spotlight',
|
|
37734
|
+
chainId: 10058111,
|
|
37735
|
+
networkId: 10058111,
|
|
37736
|
+
status: 'incubating'
|
|
37737
|
+
},
|
|
37738
|
+
10058112: {
|
|
37739
|
+
name: 'Spotlight Sepolia Testnet',
|
|
37740
|
+
chain: 'ETH',
|
|
37741
|
+
rpc: [],
|
|
37742
|
+
faucets: [],
|
|
37743
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
37744
|
+
infoURL: 'https://spotlightchain.com/',
|
|
37745
|
+
shortName: 'spotlightsep',
|
|
37746
|
+
chainId: 10058112,
|
|
37747
|
+
networkId: 10058112,
|
|
37748
|
+
status: 'incubating'
|
|
37749
|
+
},
|
|
36901
37750
|
10067275: {
|
|
36902
37751
|
name: 'Plian Testnet Subchain 1',
|
|
36903
37752
|
chain: 'Plian',
|
|
@@ -38807,6 +39656,32 @@ exports.chains = {
|
|
|
38807
39656
|
],
|
|
38808
39657
|
iconURL: 'https://ipfs.io/ipfs/bafybeigyayzxvt7vosat4rtrbmhhnldgx57w2pfbutuniax7h6kswzi42m'
|
|
38809
39658
|
},
|
|
39659
|
+
994873017: {
|
|
39660
|
+
name: 'Lumia Mainnet',
|
|
39661
|
+
shortName: 'lumia-mainnet',
|
|
39662
|
+
title: 'Lumia Mainnet',
|
|
39663
|
+
chain: 'ETH',
|
|
39664
|
+
icon: 'lumia',
|
|
39665
|
+
rpc: ['https://mainnet-rpc.lumia.org'],
|
|
39666
|
+
faucets: [],
|
|
39667
|
+
nativeCurrency: { name: 'Lumia', symbol: 'LUMIA', decimals: 18 },
|
|
39668
|
+
infoURL: 'https://lumia.org',
|
|
39669
|
+
chainId: 994873017,
|
|
39670
|
+
networkId: 994873017,
|
|
39671
|
+
explorers: [
|
|
39672
|
+
{
|
|
39673
|
+
name: 'Lumia Mainnet Explorer',
|
|
39674
|
+
url: 'https://explorer.lumia.org',
|
|
39675
|
+
standard: 'EIP3091'
|
|
39676
|
+
}
|
|
39677
|
+
],
|
|
39678
|
+
parent: {
|
|
39679
|
+
type: 'L2',
|
|
39680
|
+
chain: 'eip155-1',
|
|
39681
|
+
bridges: [{ url: 'https://bridge.lumia.org' }]
|
|
39682
|
+
},
|
|
39683
|
+
iconURL: 'https://ipfs.io/ipfs/QmV3V19LTs7RobiBo4pgwvNGY7AXEXDTVbRPuB8pPvmxi4'
|
|
39684
|
+
},
|
|
38810
39685
|
999999999: {
|
|
38811
39686
|
name: 'Zora Sepolia Testnet',
|
|
38812
39687
|
chain: 'ETH',
|
|
@@ -38926,8 +39801,8 @@ exports.chains = {
|
|
|
38926
39801
|
networkId: 1313161554,
|
|
38927
39802
|
explorers: [
|
|
38928
39803
|
{
|
|
38929
|
-
name: '
|
|
38930
|
-
url: 'https://
|
|
39804
|
+
name: 'Aurora Explorer',
|
|
39805
|
+
url: 'https://explorer.aurora.dev',
|
|
38931
39806
|
standard: 'EIP3091'
|
|
38932
39807
|
}
|
|
38933
39808
|
]
|
|
@@ -38949,8 +39824,8 @@ exports.chains = {
|
|
|
38949
39824
|
slip44: 1,
|
|
38950
39825
|
explorers: [
|
|
38951
39826
|
{
|
|
38952
|
-
name: '
|
|
38953
|
-
url: 'https://testnet.
|
|
39827
|
+
name: 'Aurora Explorer',
|
|
39828
|
+
url: 'https://explorer.testnet.aurora.dev',
|
|
38954
39829
|
standard: 'EIP3091'
|
|
38955
39830
|
}
|
|
38956
39831
|
]
|
|
@@ -39186,6 +40061,33 @@ exports.chains = {
|
|
|
39186
40061
|
],
|
|
39187
40062
|
iconURL: 'https://ipfs.io/ipfs/bafybeigyayzxvt7vosat4rtrbmhhnldgx57w2pfbutuniax7h6kswzi42m'
|
|
39188
40063
|
},
|
|
40064
|
+
1570754601: {
|
|
40065
|
+
name: 'Haust Testnet',
|
|
40066
|
+
title: 'Haust Testnet',
|
|
40067
|
+
chain: 'Haust-testnet',
|
|
40068
|
+
rpc: ['https://rpc-test.haust.network'],
|
|
40069
|
+
faucets: ['https://haust-testnet-faucet.eu-north-2.gateway.fm'],
|
|
40070
|
+
nativeCurrency: { name: 'HAUST', symbol: 'HAUST', decimals: 18 },
|
|
40071
|
+
infoURL: 'https://haust.network/',
|
|
40072
|
+
shortName: 'hst-test',
|
|
40073
|
+
chainId: 1570754601,
|
|
40074
|
+
networkId: 1570754601,
|
|
40075
|
+
icon: 'haust',
|
|
40076
|
+
explorers: [
|
|
40077
|
+
{
|
|
40078
|
+
name: 'blockscout',
|
|
40079
|
+
url: 'https://haust-testnet-blockscout.eu-north-2.gateway.fm',
|
|
40080
|
+
icon: 'haust',
|
|
40081
|
+
standard: 'EIP3091'
|
|
40082
|
+
}
|
|
40083
|
+
],
|
|
40084
|
+
parent: {
|
|
40085
|
+
type: 'L2',
|
|
40086
|
+
chain: 'eip155-11155111',
|
|
40087
|
+
bridges: [{ url: 'https://haust-testnet-bridge.eu-north-2.gateway.fm' }]
|
|
40088
|
+
},
|
|
40089
|
+
iconURL: 'https://ipfs.io/ipfs/QmRAjG8kc6PJr3xFGYhq1pWiiDoERD3Wj8wR7Cu59HoFnm'
|
|
40090
|
+
},
|
|
39189
40091
|
1666600000: {
|
|
39190
40092
|
name: 'Harmony Mainnet Shard 0',
|
|
39191
40093
|
chain: 'Harmony',
|
|
@@ -39435,6 +40337,34 @@ exports.chains = {
|
|
|
39435
40337
|
}
|
|
39436
40338
|
]
|
|
39437
40339
|
},
|
|
40340
|
+
1952959480: {
|
|
40341
|
+
name: 'Lumia Testnet',
|
|
40342
|
+
shortName: 'lumiatestnet',
|
|
40343
|
+
title: 'Lumia Testnet',
|
|
40344
|
+
chain: 'ETH',
|
|
40345
|
+
icon: 'lumia',
|
|
40346
|
+
rpc: ['https://testnet-rpc.lumia.org'],
|
|
40347
|
+
faucets: ['https://testnet-faucet.lumia.org'],
|
|
40348
|
+
nativeCurrency: { name: 'Lumia', symbol: 'LUMIA', decimals: 18 },
|
|
40349
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
40350
|
+
infoURL: 'https://lumia.org',
|
|
40351
|
+
chainId: 1952959480,
|
|
40352
|
+
networkId: 1952959480,
|
|
40353
|
+
explorers: [
|
|
40354
|
+
{
|
|
40355
|
+
name: 'Lumia Testnet Explorer',
|
|
40356
|
+
url: 'https://testnet-explorer.lumia.org',
|
|
40357
|
+
icon: 'lumia',
|
|
40358
|
+
standard: 'EIP3091'
|
|
40359
|
+
}
|
|
40360
|
+
],
|
|
40361
|
+
parent: {
|
|
40362
|
+
type: 'L2',
|
|
40363
|
+
chain: 'eip155-1',
|
|
40364
|
+
bridges: [{ url: 'https://testnet-bridge.lumia.org' }]
|
|
40365
|
+
},
|
|
40366
|
+
iconURL: 'https://ipfs.io/ipfs/QmV3V19LTs7RobiBo4pgwvNGY7AXEXDTVbRPuB8pPvmxi4'
|
|
40367
|
+
},
|
|
39438
40368
|
2021121117: {
|
|
39439
40369
|
name: 'DataHopper',
|
|
39440
40370
|
chain: 'HOP',
|