@revoke.cash/chains 52.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 +763 -58
- package/dist/src/enums.d.ts +72 -8
- package/dist/src/enums.js +72 -8
- 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',
|
|
@@ -5976,41 +6034,41 @@ exports.chains = {
|
|
|
5976
6034
|
iconURL: 'https://ipfs.io/ipfs/QmW5Fpb2Ywnfqcj4ibvpbKvPv5Mo5eseWdYZnnUvLkj2Hp'
|
|
5977
6035
|
},
|
|
5978
6036
|
397: {
|
|
5979
|
-
name: '
|
|
6037
|
+
name: 'NEAR Protocol',
|
|
5980
6038
|
chain: 'NEAR',
|
|
5981
|
-
rpc: [],
|
|
6039
|
+
rpc: ['https://eth-rpc.mainnet.near.org'],
|
|
5982
6040
|
icon: 'near',
|
|
5983
6041
|
faucets: [],
|
|
5984
6042
|
nativeCurrency: { name: 'NEAR', symbol: 'NEAR', decimals: 18 },
|
|
5985
|
-
infoURL: 'https://near.org
|
|
6043
|
+
infoURL: 'https://near.org',
|
|
5986
6044
|
shortName: 'near',
|
|
5987
6045
|
chainId: 397,
|
|
5988
6046
|
networkId: 397,
|
|
5989
6047
|
explorers: [
|
|
5990
6048
|
{
|
|
5991
|
-
name: '
|
|
5992
|
-
url: 'https://
|
|
5993
|
-
standard: '
|
|
6049
|
+
name: 'NEAR Explorer',
|
|
6050
|
+
url: 'https://eth-explorer.near.org',
|
|
6051
|
+
standard: 'EIP3091'
|
|
5994
6052
|
}
|
|
5995
6053
|
],
|
|
5996
6054
|
iconURL: 'https://ipfs.io/ipfs/bafkreiayxzdbu3e5ahri3ooieg6k6pjxrwkrkc2x5cnyadqeu5zbmaummq'
|
|
5997
6055
|
},
|
|
5998
6056
|
398: {
|
|
5999
|
-
name: '
|
|
6057
|
+
name: 'NEAR Protocol Testnet',
|
|
6000
6058
|
chain: 'NEAR',
|
|
6001
|
-
rpc: [],
|
|
6059
|
+
rpc: ['https://eth-rpc.testnet.near.org'],
|
|
6002
6060
|
icon: 'near',
|
|
6003
6061
|
faucets: [],
|
|
6004
|
-
nativeCurrency: { name: '
|
|
6005
|
-
infoURL: 'https://
|
|
6062
|
+
nativeCurrency: { name: 'NEAR', symbol: 'NEAR', decimals: 18 },
|
|
6063
|
+
infoURL: 'https://near.org',
|
|
6006
6064
|
shortName: 'near-testnet',
|
|
6007
6065
|
chainId: 398,
|
|
6008
6066
|
networkId: 398,
|
|
6009
6067
|
explorers: [
|
|
6010
6068
|
{
|
|
6011
|
-
name: '
|
|
6012
|
-
url: 'https://testnet.
|
|
6013
|
-
standard: '
|
|
6069
|
+
name: 'NEAR Explorer',
|
|
6070
|
+
url: 'https://eth-explorer-testnet.near.org',
|
|
6071
|
+
standard: 'EIP3091'
|
|
6014
6072
|
}
|
|
6015
6073
|
],
|
|
6016
6074
|
iconURL: 'https://ipfs.io/ipfs/bafkreiayxzdbu3e5ahri3ooieg6k6pjxrwkrkc2x5cnyadqeu5zbmaummq'
|
|
@@ -6769,6 +6827,25 @@ exports.chains = {
|
|
|
6769
6827
|
chainId: 558,
|
|
6770
6828
|
networkId: 558
|
|
6771
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
|
+
},
|
|
6772
6849
|
568: {
|
|
6773
6850
|
name: 'Dogechain Testnet',
|
|
6774
6851
|
chain: 'DC',
|
|
@@ -6796,11 +6873,9 @@ exports.chains = {
|
|
|
6796
6873
|
rpc: [
|
|
6797
6874
|
'https://rpc.rollux.com',
|
|
6798
6875
|
'wss://rpc.rollux.com/wss',
|
|
6799
|
-
'https://rpc.ankr.com/rollux'
|
|
6800
|
-
'https://rollux.rpc.syscoin.org',
|
|
6801
|
-
'wss://rollux.rpc.syscoin.org/wss'
|
|
6876
|
+
'https://rpc.ankr.com/rollux'
|
|
6802
6877
|
],
|
|
6803
|
-
faucets: ['https://rollux.id/
|
|
6878
|
+
faucets: ['https://rollux.id/faucet'],
|
|
6804
6879
|
nativeCurrency: { name: 'Syscoin', symbol: 'SYS', decimals: 18 },
|
|
6805
6880
|
infoURL: 'https://rollux.com',
|
|
6806
6881
|
shortName: 'sys-rollux',
|
|
@@ -6808,7 +6883,7 @@ exports.chains = {
|
|
|
6808
6883
|
networkId: 570,
|
|
6809
6884
|
explorers: [
|
|
6810
6885
|
{
|
|
6811
|
-
name: 'Rollux Explorer',
|
|
6886
|
+
name: 'Rollux Mainnet Explorer',
|
|
6812
6887
|
url: 'https://explorer.rollux.com',
|
|
6813
6888
|
standard: 'EIP3091'
|
|
6814
6889
|
}
|
|
@@ -7427,6 +7502,54 @@ exports.chains = {
|
|
|
7427
7502
|
},
|
|
7428
7503
|
iconURL: 'https://ipfs.io/ipfs/bafkreieyaqgkgntvxuo5tnhgseladga5q6gutc37dab7kqqfdguhq7vkxq'
|
|
7429
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
|
+
},
|
|
7430
7553
|
700: {
|
|
7431
7554
|
name: 'Star Social Testnet',
|
|
7432
7555
|
chain: 'SNS',
|
|
@@ -7778,7 +7901,7 @@ exports.chains = {
|
|
|
7778
7901
|
explorers: [
|
|
7779
7902
|
{
|
|
7780
7903
|
name: 'QL1 Mainnet Explorer',
|
|
7781
|
-
url: 'https://
|
|
7904
|
+
url: 'https://scan.qom.one',
|
|
7782
7905
|
icon: 'qom',
|
|
7783
7906
|
standard: 'EIP3091'
|
|
7784
7907
|
}
|
|
@@ -8160,7 +8283,7 @@ exports.chains = {
|
|
|
8160
8283
|
name: 'Taraxa Mainnet',
|
|
8161
8284
|
chain: 'Tara',
|
|
8162
8285
|
icon: 'taraxa',
|
|
8163
|
-
rpc: ['https://rpc.mainnet.taraxa.io/'],
|
|
8286
|
+
rpc: ['https://rpc.mainnet.taraxa.io/', 'https://ws.mainnet.taraxa.io'],
|
|
8164
8287
|
faucets: [],
|
|
8165
8288
|
nativeCurrency: { name: 'Tara', symbol: 'TARA', decimals: 18 },
|
|
8166
8289
|
infoURL: 'https://taraxa.io',
|
|
@@ -8174,13 +8297,13 @@ exports.chains = {
|
|
|
8174
8297
|
standard: 'none'
|
|
8175
8298
|
}
|
|
8176
8299
|
],
|
|
8177
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
8300
|
+
iconURL: 'https://ipfs.io/ipfs/QmVeZJ3DfDuksxw58cHCRDKWDdhbmQsvrJdTxhZ74pv3tE'
|
|
8178
8301
|
},
|
|
8179
8302
|
842: {
|
|
8180
8303
|
name: 'Taraxa Testnet',
|
|
8181
8304
|
chain: 'Tara',
|
|
8182
8305
|
icon: 'taraxa',
|
|
8183
|
-
rpc: ['https://rpc.testnet.taraxa.io/'],
|
|
8306
|
+
rpc: ['https://rpc.testnet.taraxa.io/', 'https://ws.testnet.taraxa.io'],
|
|
8184
8307
|
faucets: [],
|
|
8185
8308
|
nativeCurrency: { name: 'Tara', symbol: 'TARA', decimals: 18 },
|
|
8186
8309
|
infoURL: 'https://taraxa.io',
|
|
@@ -8195,7 +8318,7 @@ exports.chains = {
|
|
|
8195
8318
|
standard: 'none'
|
|
8196
8319
|
}
|
|
8197
8320
|
],
|
|
8198
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
8321
|
+
iconURL: 'https://ipfs.io/ipfs/QmVeZJ3DfDuksxw58cHCRDKWDdhbmQsvrJdTxhZ74pv3tE'
|
|
8199
8322
|
},
|
|
8200
8323
|
852: {
|
|
8201
8324
|
name: 'HongKong Mainnet',
|
|
@@ -8540,6 +8663,28 @@ exports.chains = {
|
|
|
8540
8663
|
],
|
|
8541
8664
|
iconURL: 'https://ipfs.io/ipfs/QmRnnw2gtbU9TWJMLJ6tks7SN6HQV5rRugeoyN6csTYHt1'
|
|
8542
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
|
+
},
|
|
8543
8688
|
919: {
|
|
8544
8689
|
name: 'Mode Testnet',
|
|
8545
8690
|
chain: 'ETH',
|
|
@@ -10277,6 +10422,27 @@ exports.chains = {
|
|
|
10277
10422
|
],
|
|
10278
10423
|
iconURL: 'https://ipfs.io/ipfs/QmZjVDfk56DjqkCPymaweJJaj9ASGjjgcwJ95XsFDzj9us'
|
|
10279
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
|
+
},
|
|
10280
10446
|
1213: {
|
|
10281
10447
|
name: 'Popcateum Mainnet',
|
|
10282
10448
|
chain: 'POPCATEUM',
|
|
@@ -10316,6 +10482,27 @@ exports.chains = {
|
|
|
10316
10482
|
],
|
|
10317
10483
|
iconURL: 'https://ipfs.io/ipfs/Qmb2UYVc1MjLPi8vhszWRxqBJYoYkWQVxDJRSmtrgk6j2E'
|
|
10318
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
|
+
},
|
|
10319
10506
|
1221: {
|
|
10320
10507
|
name: 'Cycle Network Testnet',
|
|
10321
10508
|
chain: 'ETH',
|
|
@@ -10866,6 +11053,29 @@ exports.chains = {
|
|
|
10866
11053
|
}
|
|
10867
11054
|
]
|
|
10868
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
|
+
},
|
|
10869
11079
|
1311: {
|
|
10870
11080
|
name: 'Dos Fuji Subnet',
|
|
10871
11081
|
chain: 'DOS',
|
|
@@ -14740,25 +14950,25 @@ exports.chains = {
|
|
|
14740
14950
|
iconURL: 'https://ipfs.io/ipfs/bafkreidg4wpewve5mdxrofneqblydkrjl3oevtgpdf3fk3z3vjqam6ocoe'
|
|
14741
14951
|
},
|
|
14742
14952
|
2410: {
|
|
14743
|
-
name: '
|
|
14744
|
-
chain: '
|
|
14953
|
+
name: 'K2 Mainnet',
|
|
14954
|
+
chain: 'K2',
|
|
14745
14955
|
icon: 'karak',
|
|
14746
14956
|
rpc: ['https://rpc.karak.network'],
|
|
14747
14957
|
faucets: [],
|
|
14748
14958
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
14749
14959
|
infoURL: 'https://karak.network',
|
|
14750
|
-
shortName: '
|
|
14960
|
+
shortName: 'K2-mainnet',
|
|
14751
14961
|
chainId: 2410,
|
|
14752
14962
|
networkId: 2410,
|
|
14753
14963
|
explorers: [
|
|
14754
14964
|
{
|
|
14755
|
-
name: '
|
|
14965
|
+
name: 'K2 Mainnet Explorer',
|
|
14756
14966
|
url: 'https://explorer.karak.network',
|
|
14757
14967
|
standard: 'EIP3091'
|
|
14758
14968
|
}
|
|
14759
14969
|
],
|
|
14760
14970
|
parent: { type: 'L2', chain: 'eip155-1' },
|
|
14761
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
14971
|
+
iconURL: 'https://ipfs.io/ipfs/QmbCwbV2eNWxb8qCop5PzP9PB15YZzcHbj8D7BixLso4xJ'
|
|
14762
14972
|
},
|
|
14763
14973
|
2415: {
|
|
14764
14974
|
name: 'XODEX',
|
|
@@ -14955,7 +15165,7 @@ exports.chains = {
|
|
|
14955
15165
|
}
|
|
14956
15166
|
],
|
|
14957
15167
|
parent: { type: 'L2', chain: 'eip155-5' },
|
|
14958
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
15168
|
+
iconURL: 'https://ipfs.io/ipfs/QmbCwbV2eNWxb8qCop5PzP9PB15YZzcHbj8D7BixLso4xJ'
|
|
14959
15169
|
},
|
|
14960
15170
|
2522: {
|
|
14961
15171
|
name: 'Fraxtal Testnet',
|
|
@@ -20243,6 +20453,35 @@ exports.chains = {
|
|
|
20243
20453
|
}
|
|
20244
20454
|
]
|
|
20245
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
|
+
},
|
|
20246
20485
|
7887: {
|
|
20247
20486
|
name: 'Kinto Mainnet',
|
|
20248
20487
|
chain: 'Kinto Mainnet',
|
|
@@ -20507,7 +20746,7 @@ exports.chains = {
|
|
|
20507
20746
|
}
|
|
20508
20747
|
],
|
|
20509
20748
|
parent: { type: 'L2', chain: 'eip155-11155111' },
|
|
20510
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
20749
|
+
iconURL: 'https://ipfs.io/ipfs/QmbCwbV2eNWxb8qCop5PzP9PB15YZzcHbj8D7BixLso4xJ'
|
|
20511
20750
|
},
|
|
20512
20751
|
8080: {
|
|
20513
20752
|
name: 'Shardeum Liberty 1.X',
|
|
@@ -20609,6 +20848,23 @@ exports.chains = {
|
|
|
20609
20848
|
chainId: 8098,
|
|
20610
20849
|
networkId: 8098
|
|
20611
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
|
+
},
|
|
20612
20868
|
8131: {
|
|
20613
20869
|
name: 'Qitmeer Network Testnet',
|
|
20614
20870
|
chain: 'MEER',
|
|
@@ -20910,6 +21166,32 @@ exports.chains = {
|
|
|
20910
21166
|
explorers: [],
|
|
20911
21167
|
iconURL: 'https://ipfs.io/ipfs/bafybeibpyckp65pqjvrvqhdt26wqoqk55m6anshbfgyqnaemn6l34nlwya'
|
|
20912
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
|
+
},
|
|
20913
21195
|
8428: {
|
|
20914
21196
|
name: 'THAT Mainnet',
|
|
20915
21197
|
chain: 'THAT',
|
|
@@ -21834,7 +22116,14 @@ exports.chains = {
|
|
|
21834
22116
|
chainId: 9070,
|
|
21835
22117
|
networkId: 9070,
|
|
21836
22118
|
icon: 'apexfusion',
|
|
21837
|
-
explorers: [
|
|
22119
|
+
explorers: [
|
|
22120
|
+
{
|
|
22121
|
+
name: 'apexfusion',
|
|
22122
|
+
url: 'https://explorer.nexus.testnet.apexfusion.org',
|
|
22123
|
+
icon: 'apexfusion',
|
|
22124
|
+
standard: 'EIP3091'
|
|
22125
|
+
}
|
|
22126
|
+
],
|
|
21838
22127
|
iconURL: 'https://ipfs.io/ipfs/QmSnqLVwFyeX9AZDvBKVS7diDf2Xb7m9nDcamGgpCMhL3d'
|
|
21839
22128
|
},
|
|
21840
22129
|
9100: {
|
|
@@ -21884,6 +22173,28 @@ exports.chains = {
|
|
|
21884
22173
|
],
|
|
21885
22174
|
iconURL: 'https://ipfs.io/ipfs/QmVyAuAnKKNnGEpqeYMLPRfMdysLgPBTZeEXihXbRytGhp'
|
|
21886
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
|
+
},
|
|
21887
22198
|
9339: {
|
|
21888
22199
|
name: 'Dogcoin Testnet',
|
|
21889
22200
|
chain: 'DOGS',
|
|
@@ -22156,6 +22467,24 @@ exports.chains = {
|
|
|
22156
22467
|
],
|
|
22157
22468
|
iconURL: 'https://ipfs.io/ipfs/QmPX3uipdwd195z1MJff7uj8hpZdSuVvM5z47eiz2o7Gz5'
|
|
22158
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
|
+
},
|
|
22159
22488
|
9789: {
|
|
22160
22489
|
name: 'Tabi Testnet',
|
|
22161
22490
|
chain: 'TabiNetwork',
|
|
@@ -22481,6 +22810,26 @@ exports.chains = {
|
|
|
22481
22810
|
],
|
|
22482
22811
|
iconURL: 'https://ipfs.io/ipfs/Qmd8hyeNQ2zvJh6b1F1A7ujKaDAoznqA9ejH2RJdRaimUk'
|
|
22483
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
|
+
},
|
|
22484
22833
|
9990: {
|
|
22485
22834
|
name: 'Agung Network',
|
|
22486
22835
|
chain: 'Agung',
|
|
@@ -23345,6 +23694,11 @@ exports.chains = {
|
|
|
23345
23694
|
name: 'bevm mainnet scan',
|
|
23346
23695
|
url: 'https://scan-mainnet.bevm.io',
|
|
23347
23696
|
standard: 'none'
|
|
23697
|
+
},
|
|
23698
|
+
{
|
|
23699
|
+
name: 'bevm mainnet oklink',
|
|
23700
|
+
url: 'https://www.oklink.com/bevm',
|
|
23701
|
+
standard: 'none'
|
|
23348
23702
|
}
|
|
23349
23703
|
],
|
|
23350
23704
|
iconURL: 'https://ipfs.io/ipfs/QmfMXiYn4xF9JwdjaqM5YKhqoByox51XvnL68VvKJS6yyu'
|
|
@@ -25169,6 +25523,46 @@ exports.chains = {
|
|
|
25169
25523
|
],
|
|
25170
25524
|
iconURL: 'https://ipfs.io/ipfs/QmatvJXLgMthjXwydGBVFRtga9fZXJ3qFEVJ6cMRxniFUc'
|
|
25171
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
|
+
},
|
|
25172
25566
|
19527: {
|
|
25173
25567
|
name: 'Magnet Network',
|
|
25174
25568
|
chain: 'Magnet',
|
|
@@ -27240,6 +27634,27 @@ exports.chains = {
|
|
|
27240
27634
|
}
|
|
27241
27635
|
]
|
|
27242
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
|
+
},
|
|
27243
27658
|
42069: {
|
|
27244
27659
|
name: 'pegglecoin',
|
|
27245
27660
|
chain: '42069',
|
|
@@ -27430,6 +27845,26 @@ exports.chains = {
|
|
|
27430
27845
|
}
|
|
27431
27846
|
]
|
|
27432
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
|
+
},
|
|
27433
27868
|
42421: {
|
|
27434
27869
|
name: 'Asset Chain Testnet',
|
|
27435
27870
|
chain: 'Asset Chain',
|
|
@@ -29329,6 +29764,26 @@ exports.chains = {
|
|
|
29329
29764
|
],
|
|
29330
29765
|
iconURL: 'https://ipfs.io/ipfs/QmVo6h7hQcduywA4j5n5vzB75y2PiVaSN4HuNwgB5XiBsj'
|
|
29331
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
|
+
},
|
|
29332
29787
|
65349: {
|
|
29333
29788
|
name: 'CratD2C Testnet',
|
|
29334
29789
|
chain: 'CRATD2C',
|
|
@@ -29398,7 +29853,10 @@ exports.chains = {
|
|
|
29398
29853
|
65536: {
|
|
29399
29854
|
name: 'Automata Mainnet',
|
|
29400
29855
|
chain: 'Automata Mainnet',
|
|
29401
|
-
rpc: [
|
|
29856
|
+
rpc: [
|
|
29857
|
+
'https://rpc.ata.network',
|
|
29858
|
+
'https://automata-mainnet.alt.technology/'
|
|
29859
|
+
],
|
|
29402
29860
|
faucets: [],
|
|
29403
29861
|
nativeCurrency: { name: 'ATA', symbol: 'ATA', decimals: 18 },
|
|
29404
29862
|
infoURL: 'https://ata.network',
|
|
@@ -29406,7 +29864,13 @@ exports.chains = {
|
|
|
29406
29864
|
chainId: 65536,
|
|
29407
29865
|
networkId: 65536,
|
|
29408
29866
|
icon: 'automata',
|
|
29409
|
-
explorers: [
|
|
29867
|
+
explorers: [
|
|
29868
|
+
{
|
|
29869
|
+
name: 'Automata Explorer',
|
|
29870
|
+
url: 'https://explorer.ata.network',
|
|
29871
|
+
standard: 'EIP3091'
|
|
29872
|
+
}
|
|
29873
|
+
],
|
|
29410
29874
|
iconURL: 'https://ipfs.io/ipfs/QmW7ugm31MRdhjGtimzWMK5N4g5L84tSyKMpZQYk6N9KvJ'
|
|
29411
29875
|
},
|
|
29412
29876
|
66665: {
|
|
@@ -29675,6 +30139,28 @@ exports.chains = {
|
|
|
29675
30139
|
],
|
|
29676
30140
|
iconURL: 'https://ipfs.io/ipfs/QmcDTR7982VQKDDz2Mh4fZbnE9hn67MuFPWQv1MimCqPvB'
|
|
29677
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
|
+
},
|
|
29678
30164
|
71393: {
|
|
29679
30165
|
name: 'Polyjuice Testnet',
|
|
29680
30166
|
chain: 'CKB',
|
|
@@ -30200,7 +30686,7 @@ exports.chains = {
|
|
|
30200
30686
|
'wss://polygon-amoy-bor-rpc.publicnode.com'
|
|
30201
30687
|
],
|
|
30202
30688
|
faucets: ['https://faucet.polygon.technology/'],
|
|
30203
|
-
nativeCurrency: { name: '
|
|
30689
|
+
nativeCurrency: { name: 'POL', symbol: 'POL', decimals: 18 },
|
|
30204
30690
|
infoURL: 'https://polygon.technology/',
|
|
30205
30691
|
shortName: 'polygonamoy',
|
|
30206
30692
|
chainId: 80002,
|
|
@@ -30887,6 +31373,25 @@ exports.chains = {
|
|
|
30887
31373
|
icon: 'fxcore',
|
|
30888
31374
|
iconURL: 'https://ipfs.io/ipfs/QmauD5hzc5q1VgEU1nT4AGLCeV79CB8GgfnXXeeLmBZVHf'
|
|
30889
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
|
+
},
|
|
30890
31395
|
90210: {
|
|
30891
31396
|
name: 'Beverly Hills',
|
|
30892
31397
|
title: 'Ethereum multi-client Verkle Testnet Beverly Hills',
|
|
@@ -31073,6 +31578,25 @@ exports.chains = {
|
|
|
31073
31578
|
}
|
|
31074
31579
|
]
|
|
31075
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
|
+
},
|
|
31076
31600
|
96970: {
|
|
31077
31601
|
name: 'Mantis Testnet (Hexapod)',
|
|
31078
31602
|
chain: 'Mantis',
|
|
@@ -31203,6 +31727,25 @@ exports.chains = {
|
|
|
31203
31727
|
],
|
|
31204
31728
|
iconURL: 'https://ipfs.io/ipfs/QmNWBcc2AtknphNxt4GtTxbWF6vDkf6sh2nvkPn9wqchW6'
|
|
31205
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
|
+
},
|
|
31206
31749
|
97970: {
|
|
31207
31750
|
name: 'OptimusZ7 Testnet',
|
|
31208
31751
|
chain: 'OptimusZ7',
|
|
@@ -32432,27 +32975,16 @@ exports.chains = {
|
|
|
32432
32975
|
167008: {
|
|
32433
32976
|
name: 'Taiko Katla L2',
|
|
32434
32977
|
chain: 'ETH',
|
|
32435
|
-
status: '
|
|
32978
|
+
status: 'deprecated',
|
|
32436
32979
|
icon: 'taiko',
|
|
32437
|
-
rpc: [
|
|
32438
|
-
'https://rpc.katla.taiko.xyz',
|
|
32439
|
-
'wss://ws.katla.taiko.xyz',
|
|
32440
|
-
'https://taiko-katla.drpc.org',
|
|
32441
|
-
'wss://taiko-katla.drpc.org'
|
|
32442
|
-
],
|
|
32980
|
+
rpc: [],
|
|
32443
32981
|
faucets: [],
|
|
32444
32982
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
32445
32983
|
infoURL: 'https://taiko.xyz',
|
|
32446
32984
|
shortName: 'tko-katla',
|
|
32447
32985
|
chainId: 167008,
|
|
32448
32986
|
networkId: 167008,
|
|
32449
|
-
explorers: [
|
|
32450
|
-
{
|
|
32451
|
-
name: 'blockscout',
|
|
32452
|
-
url: 'https://explorer.katla.taiko.xyz',
|
|
32453
|
-
standard: 'EIP3091'
|
|
32454
|
-
}
|
|
32455
|
-
],
|
|
32987
|
+
explorers: [],
|
|
32456
32988
|
iconURL: 'https://ipfs.io/ipfs/QmcHdmVr5VRUJq13jnM6tgah5Ge7hn3Dm14eY6vwivJ5ui'
|
|
32457
32989
|
},
|
|
32458
32990
|
167009: {
|
|
@@ -32611,7 +33143,7 @@ exports.chains = {
|
|
|
32611
33143
|
'wss://rpc-testnet.mindnetwork.xyz'
|
|
32612
33144
|
],
|
|
32613
33145
|
faucets: [],
|
|
32614
|
-
nativeCurrency: { name: '
|
|
33146
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
32615
33147
|
features: [{ name: 'EIP155' }],
|
|
32616
33148
|
infoURL: 'https://mindnetwork.xyz',
|
|
32617
33149
|
shortName: 'fhet',
|
|
@@ -34060,6 +34592,20 @@ exports.chains = {
|
|
|
34060
34592
|
}
|
|
34061
34593
|
]
|
|
34062
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
|
+
},
|
|
34063
34609
|
404040: {
|
|
34064
34610
|
name: 'Tipboxcoin Mainnet',
|
|
34065
34611
|
chain: 'TPBX',
|
|
@@ -34874,6 +35420,28 @@ exports.chains = {
|
|
|
34874
35420
|
],
|
|
34875
35421
|
iconURL: 'https://ipfs.io/ipfs/QmcSWGcoqC3y8VKahRdqPDgD68rr6A1gWVQPRt5FcpgWmG'
|
|
34876
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
|
+
},
|
|
34877
35445
|
641230: {
|
|
34878
35446
|
name: 'Bear Network Chain Mainnet',
|
|
34879
35447
|
chain: 'BRNKC',
|
|
@@ -35189,6 +35757,25 @@ exports.chains = {
|
|
|
35189
35757
|
}
|
|
35190
35758
|
]
|
|
35191
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
|
+
},
|
|
35192
35779
|
761412: {
|
|
35193
35780
|
name: 'Miexs Smartchain',
|
|
35194
35781
|
chain: 'MiexsSmartchain',
|
|
@@ -35827,6 +36414,40 @@ exports.chains = {
|
|
|
35827
36414
|
},
|
|
35828
36415
|
iconURL: 'https://ipfs.io/ipfs/QmbALStb7WtVPHMdwp5DBhE1pUs9QdTgYU1XqRnyJKobE4'
|
|
35829
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
|
+
},
|
|
35830
36451
|
984122: {
|
|
35831
36452
|
name: 'Forma',
|
|
35832
36453
|
chain: 'Forma',
|
|
@@ -36140,7 +36761,10 @@ exports.chains = {
|
|
|
36140
36761
|
1398243: {
|
|
36141
36762
|
name: 'Automata Testnet',
|
|
36142
36763
|
chain: 'Automata Testnet',
|
|
36143
|
-
rpc: [
|
|
36764
|
+
rpc: [
|
|
36765
|
+
'https://rpc-testnet.ata.network',
|
|
36766
|
+
'https://automata-testnet.alt.technology'
|
|
36767
|
+
],
|
|
36144
36768
|
faucets: [],
|
|
36145
36769
|
nativeCurrency: { name: 'ATA', symbol: 'ATA', decimals: 18 },
|
|
36146
36770
|
infoURL: 'https://ata.network',
|
|
@@ -36151,7 +36775,7 @@ exports.chains = {
|
|
|
36151
36775
|
explorers: [
|
|
36152
36776
|
{
|
|
36153
36777
|
name: 'Automata Testnet Explorer',
|
|
36154
|
-
url: 'https://
|
|
36778
|
+
url: 'https://explorer-testnet.ata.network',
|
|
36155
36779
|
standard: 'EIP3091'
|
|
36156
36780
|
}
|
|
36157
36781
|
],
|
|
@@ -39032,6 +39656,32 @@ exports.chains = {
|
|
|
39032
39656
|
],
|
|
39033
39657
|
iconURL: 'https://ipfs.io/ipfs/bafybeigyayzxvt7vosat4rtrbmhhnldgx57w2pfbutuniax7h6kswzi42m'
|
|
39034
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
|
+
},
|
|
39035
39685
|
999999999: {
|
|
39036
39686
|
name: 'Zora Sepolia Testnet',
|
|
39037
39687
|
chain: 'ETH',
|
|
@@ -39151,8 +39801,8 @@ exports.chains = {
|
|
|
39151
39801
|
networkId: 1313161554,
|
|
39152
39802
|
explorers: [
|
|
39153
39803
|
{
|
|
39154
|
-
name: '
|
|
39155
|
-
url: 'https://
|
|
39804
|
+
name: 'Aurora Explorer',
|
|
39805
|
+
url: 'https://explorer.aurora.dev',
|
|
39156
39806
|
standard: 'EIP3091'
|
|
39157
39807
|
}
|
|
39158
39808
|
]
|
|
@@ -39174,8 +39824,8 @@ exports.chains = {
|
|
|
39174
39824
|
slip44: 1,
|
|
39175
39825
|
explorers: [
|
|
39176
39826
|
{
|
|
39177
|
-
name: '
|
|
39178
|
-
url: 'https://testnet.
|
|
39827
|
+
name: 'Aurora Explorer',
|
|
39828
|
+
url: 'https://explorer.testnet.aurora.dev',
|
|
39179
39829
|
standard: 'EIP3091'
|
|
39180
39830
|
}
|
|
39181
39831
|
]
|
|
@@ -39411,6 +40061,33 @@ exports.chains = {
|
|
|
39411
40061
|
],
|
|
39412
40062
|
iconURL: 'https://ipfs.io/ipfs/bafybeigyayzxvt7vosat4rtrbmhhnldgx57w2pfbutuniax7h6kswzi42m'
|
|
39413
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
|
+
},
|
|
39414
40091
|
1666600000: {
|
|
39415
40092
|
name: 'Harmony Mainnet Shard 0',
|
|
39416
40093
|
chain: 'Harmony',
|
|
@@ -39660,6 +40337,34 @@ exports.chains = {
|
|
|
39660
40337
|
}
|
|
39661
40338
|
]
|
|
39662
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
|
+
},
|
|
39663
40368
|
2021121117: {
|
|
39664
40369
|
name: 'DataHopper',
|
|
39665
40370
|
chain: 'HOP',
|