@revoke.cash/chains 68.0.0 → 70.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/README.md +1 -1
- package/dist/src/chains.js +650 -80
- package/dist/src/enums.d.ts +61 -9
- package/dist/src/enums.js +61 -9
- package/package.json +1 -1
package/dist/src/chains.js
CHANGED
|
@@ -1288,6 +1288,7 @@ exports.chains = {
|
|
|
1288
1288
|
'https://rpc.syscoin.org',
|
|
1289
1289
|
'https://rpc.ankr.com/syscoin/${ANKR_API_KEY}',
|
|
1290
1290
|
'https://syscoin.public-rpc.com',
|
|
1291
|
+
'https://57.rpc.thirdweb.com',
|
|
1291
1292
|
'wss://rpc.syscoin.org/wss',
|
|
1292
1293
|
'https://syscoin-evm.publicnode.com',
|
|
1293
1294
|
'wss://syscoin-evm.publicnode.com'
|
|
@@ -3099,10 +3100,7 @@ exports.chains = {
|
|
|
3099
3100
|
name: 'Eteria Mainnet',
|
|
3100
3101
|
chain: 'ERA',
|
|
3101
3102
|
icon: 'eteria',
|
|
3102
|
-
rpc: [
|
|
3103
|
-
'https://mainnet.eternalcoin.io/v1',
|
|
3104
|
-
'ws://mainnet.eternalcoin.io/v1/ws'
|
|
3105
|
-
],
|
|
3103
|
+
rpc: ['https://mainnet.eteria.io/v1'],
|
|
3106
3104
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
3107
3105
|
faucets: [],
|
|
3108
3106
|
nativeCurrency: { name: 'Eteria', symbol: 'ERA', decimals: 18 },
|
|
@@ -3110,7 +3108,7 @@ exports.chains = {
|
|
|
3110
3108
|
shortName: 'ERA',
|
|
3111
3109
|
chainId: 140,
|
|
3112
3110
|
networkId: 140,
|
|
3113
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
3111
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreieuh4toxf5wvysvvylajsfgholhg5tplyzwsfv5f2nvmhr537jp7y'
|
|
3114
3112
|
},
|
|
3115
3113
|
141: {
|
|
3116
3114
|
name: 'Openpiece Testnet',
|
|
@@ -3731,6 +3729,26 @@ exports.chains = {
|
|
|
3731
3729
|
networkId: 172,
|
|
3732
3730
|
slip44: 1
|
|
3733
3731
|
},
|
|
3732
|
+
173: {
|
|
3733
|
+
name: 'ENI Mainnet',
|
|
3734
|
+
chain: 'ENI',
|
|
3735
|
+
rpc: ['https://rpc.eniac.network'],
|
|
3736
|
+
faucets: [],
|
|
3737
|
+
nativeCurrency: { name: 'ENI', symbol: 'ENI', decimals: 18 },
|
|
3738
|
+
infoURL: 'https://eniac.network/',
|
|
3739
|
+
shortName: 'eni',
|
|
3740
|
+
chainId: 173,
|
|
3741
|
+
networkId: 173,
|
|
3742
|
+
icon: 'eni',
|
|
3743
|
+
explorers: [
|
|
3744
|
+
{
|
|
3745
|
+
name: 'ENI Explorer',
|
|
3746
|
+
url: 'https://scan.eniac.network',
|
|
3747
|
+
standard: 'EIP3091'
|
|
3748
|
+
}
|
|
3749
|
+
],
|
|
3750
|
+
iconURL: 'https://ipfs.io/ipfs/QmdhqHQnPHhuhowh3ifncxw2SNzjMRCy2jQY8aMScpjUpd'
|
|
3751
|
+
},
|
|
3734
3752
|
175: {
|
|
3735
3753
|
name: 'OTC',
|
|
3736
3754
|
chain: 'OTC',
|
|
@@ -4908,14 +4926,30 @@ exports.chains = {
|
|
|
4908
4926
|
title: 'TAC Mainnet',
|
|
4909
4927
|
chain: 'TAC',
|
|
4910
4928
|
icon: 'tac',
|
|
4911
|
-
rpc: [
|
|
4929
|
+
rpc: [
|
|
4930
|
+
'https://rpc.tac.build',
|
|
4931
|
+
'https://rpc.ankr.com/tac',
|
|
4932
|
+
'https://ws.rpc.tac.build'
|
|
4933
|
+
],
|
|
4912
4934
|
faucets: [],
|
|
4913
4935
|
nativeCurrency: { name: 'TAC', symbol: 'TAC', decimals: 18 },
|
|
4914
4936
|
infoURL: 'https://tac.build/',
|
|
4915
|
-
shortName: '
|
|
4937
|
+
shortName: 'tacchain_239-1',
|
|
4938
|
+
slip44: 60,
|
|
4916
4939
|
chainId: 239,
|
|
4917
4940
|
networkId: 239,
|
|
4918
|
-
explorers: [
|
|
4941
|
+
explorers: [
|
|
4942
|
+
{
|
|
4943
|
+
name: 'TAC Explorer',
|
|
4944
|
+
url: 'https://explorer.tac.build',
|
|
4945
|
+
standard: 'EIP3091'
|
|
4946
|
+
},
|
|
4947
|
+
{
|
|
4948
|
+
name: 'Blockscout',
|
|
4949
|
+
url: 'https://tac.blockscout.com',
|
|
4950
|
+
standard: 'EIP3091'
|
|
4951
|
+
}
|
|
4952
|
+
],
|
|
4919
4953
|
iconURL: 'https://ipfs.io/ipfs/bafkreigvlt7py3h7ehy75x3w2ksmncfj57xt6giyfkhoue2vlrnfokezse'
|
|
4920
4954
|
},
|
|
4921
4955
|
240: {
|
|
@@ -5085,9 +5119,9 @@ exports.chains = {
|
|
|
5085
5119
|
'wss://fraxtal-rpc.publicnode.com'
|
|
5086
5120
|
],
|
|
5087
5121
|
faucets: [],
|
|
5088
|
-
nativeCurrency: { name: 'Frax
|
|
5122
|
+
nativeCurrency: { name: 'Frax', symbol: 'FRAX', decimals: 18 },
|
|
5089
5123
|
infoURL: 'https://mainnet.frax.com',
|
|
5090
|
-
shortName: '
|
|
5124
|
+
shortName: 'frax',
|
|
5091
5125
|
chainId: 252,
|
|
5092
5126
|
networkId: 252,
|
|
5093
5127
|
icon: 'fraxtal',
|
|
@@ -6096,19 +6130,20 @@ exports.chains = {
|
|
|
6096
6130
|
]
|
|
6097
6131
|
},
|
|
6098
6132
|
323: {
|
|
6099
|
-
name: '
|
|
6100
|
-
chain: '
|
|
6101
|
-
rpc: ['https://rpc.
|
|
6133
|
+
name: 'BuyCex Infinity Chain',
|
|
6134
|
+
chain: 'BUYCEX',
|
|
6135
|
+
rpc: ['https://rpc.buycex.net', 'wss://socket.buycex.net'],
|
|
6102
6136
|
faucets: [],
|
|
6103
|
-
nativeCurrency: { name: '
|
|
6104
|
-
infoURL: 'https://
|
|
6105
|
-
shortName: '
|
|
6137
|
+
nativeCurrency: { name: 'Buycex', symbol: 'BCX', decimals: 18 },
|
|
6138
|
+
infoURL: 'https://infinity.buycex.com',
|
|
6139
|
+
shortName: 'buycex',
|
|
6106
6140
|
chainId: 323,
|
|
6107
6141
|
networkId: 323,
|
|
6142
|
+
status: 'active',
|
|
6108
6143
|
explorers: [
|
|
6109
6144
|
{
|
|
6110
6145
|
name: 'Blockscout',
|
|
6111
|
-
url: 'https://
|
|
6146
|
+
url: 'https://buycex.com',
|
|
6112
6147
|
icon: 'blockscout',
|
|
6113
6148
|
standard: 'EIP3091'
|
|
6114
6149
|
}
|
|
@@ -9477,6 +9512,22 @@ exports.chains = {
|
|
|
9477
9512
|
}
|
|
9478
9513
|
]
|
|
9479
9514
|
},
|
|
9515
|
+
869: {
|
|
9516
|
+
name: 'WorldMobileChain-Mainnet',
|
|
9517
|
+
chain: 'WMC',
|
|
9518
|
+
rpc: [],
|
|
9519
|
+
faucets: [],
|
|
9520
|
+
nativeCurrency: {
|
|
9521
|
+
name: 'World Mobile Token',
|
|
9522
|
+
symbol: 'WMTX',
|
|
9523
|
+
decimals: 18
|
|
9524
|
+
},
|
|
9525
|
+
infoURL: 'https://worldmobile.io/the-chain',
|
|
9526
|
+
shortName: 'WMC',
|
|
9527
|
+
chainId: 869,
|
|
9528
|
+
networkId: 869,
|
|
9529
|
+
status: 'incubating'
|
|
9530
|
+
},
|
|
9480
9531
|
871: {
|
|
9481
9532
|
name: 'Electra Test Network',
|
|
9482
9533
|
chain: 'Electra',
|
|
@@ -14880,6 +14931,26 @@ exports.chains = {
|
|
|
14880
14931
|
],
|
|
14881
14932
|
iconURL: 'https://ipfs.io/ipfs/QmbnLDuVc4JReFysyKvmpuqUtj9HCus6qoKD5nQ9QkokzK'
|
|
14882
14933
|
},
|
|
14934
|
+
1962: {
|
|
14935
|
+
name: 'T-Rex Testnet',
|
|
14936
|
+
chain: 'T-Rex',
|
|
14937
|
+
rpc: ['https://testnetrpc.trex.xyz'],
|
|
14938
|
+
faucets: [],
|
|
14939
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
14940
|
+
infoURL: 'https://trex.xyz/',
|
|
14941
|
+
shortName: 'TREX',
|
|
14942
|
+
chainId: 1962,
|
|
14943
|
+
networkId: 1962,
|
|
14944
|
+
icon: 'trex',
|
|
14945
|
+
explorers: [
|
|
14946
|
+
{
|
|
14947
|
+
name: 'T-Rex Testnet explorer',
|
|
14948
|
+
url: 'https://testnet.trex.xyz',
|
|
14949
|
+
standard: 'none'
|
|
14950
|
+
}
|
|
14951
|
+
],
|
|
14952
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreienf63hqo2stiq2wqiprvhowrv3cvhjeko2u3h5vcvjby5ix6ud7a'
|
|
14953
|
+
},
|
|
14883
14954
|
1967: {
|
|
14884
14955
|
name: 'Eleanor',
|
|
14885
14956
|
title: 'Metatime Testnet Eleanor',
|
|
@@ -16960,7 +17031,7 @@ exports.chains = {
|
|
|
16960
17031
|
shortName: 'tacchain_2390-1',
|
|
16961
17032
|
chainId: 2390,
|
|
16962
17033
|
networkId: 2390,
|
|
16963
|
-
slip44:
|
|
17034
|
+
slip44: 60,
|
|
16964
17035
|
explorers: [
|
|
16965
17036
|
{
|
|
16966
17037
|
name: 'TAC Turin Blockscout',
|
|
@@ -16970,6 +17041,32 @@ exports.chains = {
|
|
|
16970
17041
|
],
|
|
16971
17042
|
iconURL: 'https://ipfs.io/ipfs/bafkreidhtm3kefmhw3vh7kl5uwx2rigq7h7r7beoq7sepblcrmclgyynue'
|
|
16972
17043
|
},
|
|
17044
|
+
2391: {
|
|
17045
|
+
name: 'TAC Saint Petersburg',
|
|
17046
|
+
title: 'TAC Testnet SPB',
|
|
17047
|
+
chain: 'TAC',
|
|
17048
|
+
icon: 'tactestnet',
|
|
17049
|
+
rpc: [
|
|
17050
|
+
'https://spb.rpc.tac.build',
|
|
17051
|
+
'https://rpc.ankr.com/tac_spb',
|
|
17052
|
+
'https://spb-ws.rpc.tac.build'
|
|
17053
|
+
],
|
|
17054
|
+
faucets: ['https://spb.faucet.tac.build/'],
|
|
17055
|
+
nativeCurrency: { name: 'TAC', symbol: 'TAC', decimals: 18 },
|
|
17056
|
+
infoURL: 'https://tac.build/',
|
|
17057
|
+
shortName: 'tacchain_2391-1',
|
|
17058
|
+
chainId: 2391,
|
|
17059
|
+
networkId: 2391,
|
|
17060
|
+
slip44: 60,
|
|
17061
|
+
explorers: [
|
|
17062
|
+
{
|
|
17063
|
+
name: 'TAC SPB Explorer',
|
|
17064
|
+
url: 'https://spb.explorer.tac.build',
|
|
17065
|
+
standard: 'EIP3091'
|
|
17066
|
+
}
|
|
17067
|
+
],
|
|
17068
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreidhtm3kefmhw3vh7kl5uwx2rigq7h7r7beoq7sepblcrmclgyynue'
|
|
17069
|
+
},
|
|
16973
17070
|
2399: {
|
|
16974
17071
|
name: 'BOMB Chain Testnet',
|
|
16975
17072
|
chain: 'BOMB',
|
|
@@ -18369,6 +18466,54 @@ exports.chains = {
|
|
|
18369
18466
|
networkId: 3270,
|
|
18370
18467
|
slip44: 1
|
|
18371
18468
|
},
|
|
18469
|
+
3300: {
|
|
18470
|
+
name: 'Realio Testnet',
|
|
18471
|
+
chain: 'Realio Testnet',
|
|
18472
|
+
rpc: [
|
|
18473
|
+
'https://json-rpc.realiostage.network',
|
|
18474
|
+
'https://realio-testnet.json-rpc.decentrio.ventures'
|
|
18475
|
+
],
|
|
18476
|
+
faucets: [],
|
|
18477
|
+
nativeCurrency: { name: 'Rio', symbol: 'RIO', decimals: 18 },
|
|
18478
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
18479
|
+
infoURL: 'https://www.realio.network',
|
|
18480
|
+
shortName: 'realiotestnet',
|
|
18481
|
+
chainId: 3300,
|
|
18482
|
+
networkId: 3300,
|
|
18483
|
+
icon: 'realiotestnet',
|
|
18484
|
+
explorers: [
|
|
18485
|
+
{
|
|
18486
|
+
name: 'Realio Testnet Explorer',
|
|
18487
|
+
url: 'https://explorer.realiostage.network',
|
|
18488
|
+
standard: 'none'
|
|
18489
|
+
}
|
|
18490
|
+
],
|
|
18491
|
+
iconURL: 'https://ipfs.io/ipfs/QmZsXYnR5C25v99xZs7Zzk5UUwiCidpGwSzejb21M66fuT'
|
|
18492
|
+
},
|
|
18493
|
+
3301: {
|
|
18494
|
+
name: 'Realio',
|
|
18495
|
+
chain: 'Realio',
|
|
18496
|
+
rpc: [
|
|
18497
|
+
'https://json-rpc.realio.network',
|
|
18498
|
+
'https://realio.json-rpc.decentrio.ventures'
|
|
18499
|
+
],
|
|
18500
|
+
faucets: [],
|
|
18501
|
+
nativeCurrency: { name: 'Rio', symbol: 'RIO', decimals: 18 },
|
|
18502
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
18503
|
+
infoURL: 'https://www.realio.network',
|
|
18504
|
+
shortName: 'realio',
|
|
18505
|
+
chainId: 3301,
|
|
18506
|
+
networkId: 3301,
|
|
18507
|
+
icon: 'realio',
|
|
18508
|
+
explorers: [
|
|
18509
|
+
{
|
|
18510
|
+
name: 'Realio Explorer',
|
|
18511
|
+
url: 'https://explorer.realio.network',
|
|
18512
|
+
standard: 'none'
|
|
18513
|
+
}
|
|
18514
|
+
],
|
|
18515
|
+
iconURL: 'https://ipfs.io/ipfs/QmZsXYnR5C25v99xZs7Zzk5UUwiCidpGwSzejb21M66fuT'
|
|
18516
|
+
},
|
|
18372
18517
|
3306: {
|
|
18373
18518
|
name: 'Debounce Subnet Testnet',
|
|
18374
18519
|
chain: 'Debounce Network',
|
|
@@ -18500,15 +18645,13 @@ exports.chains = {
|
|
|
18500
18645
|
chain: 'peaq',
|
|
18501
18646
|
icon: 'peaq',
|
|
18502
18647
|
rpc: [
|
|
18503
|
-
'https://peaq.
|
|
18504
|
-
'https://peaq
|
|
18505
|
-
'https://peaq
|
|
18506
|
-
'https://evm.peaq.network',
|
|
18507
|
-
'https://responsive-powerful-mansion.peaq-mainnet.quiknode.pro/29963d0a2deee01a20b091926b08d68db12bc68b'
|
|
18648
|
+
'https://quicknode1.peaq.xyz',
|
|
18649
|
+
'https://quicknode2.peaq.xyz',
|
|
18650
|
+
'https://quicknode3.peaq.xyz'
|
|
18508
18651
|
],
|
|
18509
18652
|
faucets: [],
|
|
18510
18653
|
nativeCurrency: { name: 'peaq', symbol: 'PEAQ', decimals: 18 },
|
|
18511
|
-
infoURL: 'https://www.peaq.
|
|
18654
|
+
infoURL: 'https://www.peaq.xyz',
|
|
18512
18655
|
shortName: 'PEAQ',
|
|
18513
18656
|
chainId: 3338,
|
|
18514
18657
|
networkId: 3338,
|
|
@@ -18850,7 +18993,7 @@ exports.chains = {
|
|
|
18850
18993
|
faucets: ['https://faucet.botanixlabs.dev'],
|
|
18851
18994
|
nativeCurrency: { name: 'Botanix', symbol: 'BTC', decimals: 18 },
|
|
18852
18995
|
infoURL: 'https://botanixlabs.xyz',
|
|
18853
|
-
shortName: '
|
|
18996
|
+
shortName: 'BTNXt',
|
|
18854
18997
|
chainId: 3636,
|
|
18855
18998
|
networkId: 3636,
|
|
18856
18999
|
slip44: 1,
|
|
@@ -18861,27 +19004,27 @@ exports.chains = {
|
|
|
18861
19004
|
standard: 'EIP3091'
|
|
18862
19005
|
}
|
|
18863
19006
|
],
|
|
18864
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
19007
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreiay6fhksszxziv25iqncumkwewu7kvoiakdozvnhocolkmlhh4ffe'
|
|
18865
19008
|
},
|
|
18866
19009
|
3637: {
|
|
18867
19010
|
name: 'Botanix Mainnet',
|
|
18868
|
-
chain: '
|
|
19011
|
+
chain: 'BOTANIX',
|
|
18869
19012
|
icon: 'botanix',
|
|
18870
|
-
rpc: ['https://rpc.
|
|
18871
|
-
faucets: [
|
|
19013
|
+
rpc: ['https://rpc.botanixlabs.com'],
|
|
19014
|
+
faucets: [],
|
|
18872
19015
|
nativeCurrency: { name: 'Botanix', symbol: 'BTC', decimals: 18 },
|
|
18873
|
-
infoURL: 'https://
|
|
18874
|
-
shortName: '
|
|
19016
|
+
infoURL: 'https://botanixlabs.com',
|
|
19017
|
+
shortName: 'BTNX',
|
|
18875
19018
|
chainId: 3637,
|
|
18876
19019
|
networkId: 3637,
|
|
18877
19020
|
explorers: [
|
|
18878
19021
|
{
|
|
18879
|
-
name: 'Botanix',
|
|
18880
|
-
url: 'https://
|
|
19022
|
+
name: 'Botanix Explorer',
|
|
19023
|
+
url: 'https://botanixscan.io',
|
|
18881
19024
|
standard: 'EIP3091'
|
|
18882
19025
|
}
|
|
18883
19026
|
],
|
|
18884
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
19027
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreiay6fhksszxziv25iqncumkwewu7kvoiakdozvnhocolkmlhh4ffe'
|
|
18885
19028
|
},
|
|
18886
19029
|
3639: {
|
|
18887
19030
|
name: 'iChain Network',
|
|
@@ -19500,14 +19643,14 @@ exports.chains = {
|
|
|
19500
19643
|
iconURL: 'https://ipfs.io/ipfs/QmUTDMvoY7JgDs9sZuuBhsyJz6B2dNfc5jj6xUj355be2C'
|
|
19501
19644
|
},
|
|
19502
19645
|
4048: {
|
|
19503
|
-
name: '
|
|
19646
|
+
name: 'GANchain L1',
|
|
19504
19647
|
chain: 'GAN',
|
|
19505
19648
|
icon: 'gpu',
|
|
19506
19649
|
rpc: ['https://rpc.gpu.net'],
|
|
19507
19650
|
faucets: [],
|
|
19508
|
-
nativeCurrency: { name: '
|
|
19651
|
+
nativeCurrency: { name: 'GPUnet', symbol: 'GPU', decimals: 18 },
|
|
19509
19652
|
infoURL: 'https://docs.gpu.net/',
|
|
19510
|
-
shortName: '
|
|
19653
|
+
shortName: 'GANchain',
|
|
19511
19654
|
chainId: 4048,
|
|
19512
19655
|
networkId: 4048,
|
|
19513
19656
|
explorers: [
|
|
@@ -19994,9 +20137,7 @@ exports.chains = {
|
|
|
19994
20137
|
'https://layeredge-mainnet-evm.itrocket.net',
|
|
19995
20138
|
'https://layeredge.rpc.subquery.network/public',
|
|
19996
20139
|
'https://rpc.layeredge.io',
|
|
19997
|
-
'https://
|
|
19998
|
-
'https://rpc.layeredge.foundation',
|
|
19999
|
-
'https://rpc2.layeredge.foundation'
|
|
20140
|
+
'https://rpc.layeredge.foundation'
|
|
20000
20141
|
],
|
|
20001
20142
|
faucets: [],
|
|
20002
20143
|
nativeCurrency: { name: 'Layer Edge', symbol: 'EDGEN', decimals: 18 },
|
|
@@ -21194,6 +21335,8 @@ exports.chains = {
|
|
|
21194
21335
|
rpc: [
|
|
21195
21336
|
'https://rpc1.bahamut.io',
|
|
21196
21337
|
'https://rpc2.bahamut.io',
|
|
21338
|
+
'https://rpc1.ftnscan.io',
|
|
21339
|
+
'https://rpc2.ftnscan.io',
|
|
21197
21340
|
'wss://ws1.sahara.bahamutchain.com',
|
|
21198
21341
|
'wss://ws2.sahara.bahamutchain.com',
|
|
21199
21342
|
'https://bahamut-rpc.publicnode.com',
|
|
@@ -21211,7 +21354,8 @@ exports.chains = {
|
|
|
21211
21354
|
name: 'blockscout',
|
|
21212
21355
|
url: 'https://ftnscan.com',
|
|
21213
21356
|
standard: 'none'
|
|
21214
|
-
}
|
|
21357
|
+
},
|
|
21358
|
+
{ name: 'blockscout', url: 'https://ftnscan.io', standard: 'none' }
|
|
21215
21359
|
],
|
|
21216
21360
|
iconURL: 'https://ipfs.io/ipfs/QmSemioP83RXnDWwTZbet8VpwJxcFRboX4B3pcdhLZGodP'
|
|
21217
21361
|
},
|
|
@@ -21813,8 +21957,8 @@ exports.chains = {
|
|
|
21813
21957
|
name: 'Tanssi Demo',
|
|
21814
21958
|
chain: 'TANGO',
|
|
21815
21959
|
rpc: [
|
|
21816
|
-
'https://
|
|
21817
|
-
'wss://
|
|
21960
|
+
'https://dancelight-2001.tanssi-api.network',
|
|
21961
|
+
'wss://dancelight-2001.tanssi-api.network'
|
|
21818
21962
|
],
|
|
21819
21963
|
faucets: ['https://apps.tanssi.network/demo'],
|
|
21820
21964
|
nativeCurrency: { name: 'TANGO', symbol: 'TANGO', decimals: 18 },
|
|
@@ -21825,7 +21969,7 @@ exports.chains = {
|
|
|
21825
21969
|
explorers: [
|
|
21826
21970
|
{
|
|
21827
21971
|
name: 'BlockScout',
|
|
21828
|
-
url: 'https://
|
|
21972
|
+
url: 'https://dancelight-2001-blockscout.tanssi-chains.network',
|
|
21829
21973
|
standard: 'EIP3091'
|
|
21830
21974
|
}
|
|
21831
21975
|
]
|
|
@@ -22813,9 +22957,9 @@ exports.chains = {
|
|
|
22813
22957
|
6934: {
|
|
22814
22958
|
name: 'Xylume TestNet',
|
|
22815
22959
|
chain: 'XYL',
|
|
22816
|
-
rpc: ['https://
|
|
22817
|
-
faucets: ['https://debxylen.github.io/
|
|
22818
|
-
nativeCurrency: { name: '
|
|
22960
|
+
rpc: ['https://xylume-testnet.sparked.network/rpc/'],
|
|
22961
|
+
faucets: ['https://debxylen.github.io/Xylume_TestNet/faucet.html'],
|
|
22962
|
+
nativeCurrency: { name: 'Xylume', symbol: 'XYL', decimals: 18 },
|
|
22819
22963
|
features: [
|
|
22820
22964
|
{ name: 'EIP155' },
|
|
22821
22965
|
{ name: 'EIP1559' },
|
|
@@ -23432,6 +23576,50 @@ exports.chains = {
|
|
|
23432
23576
|
],
|
|
23433
23577
|
iconURL: 'https://ipfs.io/ipfs/QmPuQ6gaCfUtNdRuaEDbdhot2m2KCy2ZHCJUvZXJAtdeyJ'
|
|
23434
23578
|
},
|
|
23579
|
+
7531: {
|
|
23580
|
+
name: 'Rome Mainnet 0 Palatine',
|
|
23581
|
+
chain: 'ROME',
|
|
23582
|
+
rpc: ['https://palatine-i.mainnet-0.romeprotocol.xyz'],
|
|
23583
|
+
faucets: ['https://deposit.mainnet-0.romeprotocol.xyz'],
|
|
23584
|
+
nativeCurrency: { name: 'RSOL', symbol: 'RSOL', decimals: 18 },
|
|
23585
|
+
infoURL: 'https://rome.builders',
|
|
23586
|
+
shortName: 'rome-mainnet-0-palatine',
|
|
23587
|
+
chainId: 7531,
|
|
23588
|
+
networkId: 7531,
|
|
23589
|
+
icon: 'rome',
|
|
23590
|
+
explorers: [
|
|
23591
|
+
{
|
|
23592
|
+
name: 'Rome Mainnet 0 Palatine Explorer',
|
|
23593
|
+
url: 'https://romescout-palatine-i.mainnet-0.romeprotocol.xyz',
|
|
23594
|
+
icon: 'rome',
|
|
23595
|
+
standard: 'EIP3091'
|
|
23596
|
+
}
|
|
23597
|
+
],
|
|
23598
|
+
status: 'active',
|
|
23599
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreibm26mwdgzt4e3c5wr5sfee644cnjsye2mgkajhfzsyu3wglrecd4'
|
|
23600
|
+
},
|
|
23601
|
+
7532: {
|
|
23602
|
+
name: 'Rome Mainnet 0 Aventine',
|
|
23603
|
+
chain: 'ROME',
|
|
23604
|
+
rpc: ['https://aventine-i.mainnet-0.romeprotocol.xyz'],
|
|
23605
|
+
faucets: ['https://deposit.mainnet-0.romeprotocol.xyz'],
|
|
23606
|
+
nativeCurrency: { name: 'RSOL', symbol: 'RSOL', decimals: 18 },
|
|
23607
|
+
infoURL: 'https://rome.builders',
|
|
23608
|
+
shortName: 'rome-mainnet-0-aventine',
|
|
23609
|
+
chainId: 7532,
|
|
23610
|
+
networkId: 7532,
|
|
23611
|
+
icon: 'rome',
|
|
23612
|
+
explorers: [
|
|
23613
|
+
{
|
|
23614
|
+
name: 'Rome Mainnet 0 Aventine Explorer',
|
|
23615
|
+
url: 'https://romescout-aventine-i.mainnet-0.romeprotocol.xyz',
|
|
23616
|
+
icon: 'rome',
|
|
23617
|
+
standard: 'EIP3091'
|
|
23618
|
+
}
|
|
23619
|
+
],
|
|
23620
|
+
status: 'active',
|
|
23621
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreibm26mwdgzt4e3c5wr5sfee644cnjsye2mgkajhfzsyu3wglrecd4'
|
|
23622
|
+
},
|
|
23435
23623
|
7560: {
|
|
23436
23624
|
name: 'Cyber Mainnet',
|
|
23437
23625
|
chain: 'Cyber',
|
|
@@ -26263,6 +26451,27 @@ exports.chains = {
|
|
|
26263
26451
|
bridges: [{ url: 'https://gateway.boba.network' }]
|
|
26264
26452
|
}
|
|
26265
26453
|
},
|
|
26454
|
+
9746: {
|
|
26455
|
+
name: 'Plasma Testnet',
|
|
26456
|
+
chain: 'Plasma',
|
|
26457
|
+
rpc: ['https://testnet-rpc.plasma.to'],
|
|
26458
|
+
faucets: [],
|
|
26459
|
+
nativeCurrency: { name: 'Testnet Plasma', symbol: 'XPL', decimals: 18 },
|
|
26460
|
+
infoURL: 'https://plasma.to',
|
|
26461
|
+
shortName: 'plasma',
|
|
26462
|
+
chainId: 9746,
|
|
26463
|
+
networkId: 9746,
|
|
26464
|
+
icon: 'plasma',
|
|
26465
|
+
explorers: [
|
|
26466
|
+
{
|
|
26467
|
+
name: 'RouteScan',
|
|
26468
|
+
url: 'https://testnet.plasmaexplorer.io',
|
|
26469
|
+
icon: 'plasma',
|
|
26470
|
+
standard: 'EIP3091'
|
|
26471
|
+
}
|
|
26472
|
+
],
|
|
26473
|
+
iconURL: 'https://ipfs.io/ipfs/QmV34vcJ1sDpUyDJkskLv77H99Nxn8qRf6TvscJcywYwG6'
|
|
26474
|
+
},
|
|
26266
26475
|
9768: {
|
|
26267
26476
|
name: 'MainnetZ Testnet',
|
|
26268
26477
|
chain: 'NetZ',
|
|
@@ -26500,39 +26709,21 @@ exports.chains = {
|
|
|
26500
26709
|
iconURL: 'https://ipfs.io/ipfs/QmV1Q7Q9XKRin5C5Qg6TTb3BnqmC1Qb6jyebUbTMXGPV1L'
|
|
26501
26710
|
},
|
|
26502
26711
|
9897: {
|
|
26503
|
-
name: 'arena-z-testnet',
|
|
26504
|
-
title: 'Arena-Z-Testnet',
|
|
26505
|
-
chain: 'arena-z-testnet',
|
|
26506
|
-
rpc: [
|
|
26507
|
-
'https://rpc.arena-z.t.raas.gelato.cloud',
|
|
26508
|
-
'wss://ws.arena-z.t.raas.gelato.cloud'
|
|
26509
|
-
],
|
|
26712
|
+
name: 'arena-z-testnet-deprecated',
|
|
26713
|
+
title: 'Arena-Z-Testnet-deprecated',
|
|
26714
|
+
chain: 'arena-z-testnet-deprecated',
|
|
26715
|
+
rpc: [],
|
|
26510
26716
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
26511
26717
|
icon: 'arena-z',
|
|
26512
26718
|
infoURL: 'https://raas.gelato.network/rollups/details/public/arena-z-testnet',
|
|
26513
26719
|
faucets: [],
|
|
26514
|
-
shortName: 'arena-z-testnet',
|
|
26720
|
+
shortName: 'arena-z-testnet-deprecated',
|
|
26515
26721
|
chainId: 9897,
|
|
26516
26722
|
networkId: 9897,
|
|
26517
26723
|
slip44: 60,
|
|
26518
|
-
explorers: [
|
|
26519
|
-
|
|
26520
|
-
|
|
26521
|
-
url: 'https://arena-z.blockscout.com',
|
|
26522
|
-
icon: 'blockscout',
|
|
26523
|
-
standard: 'EIP3091'
|
|
26524
|
-
}
|
|
26525
|
-
],
|
|
26526
|
-
parent: {
|
|
26527
|
-
type: 'L2',
|
|
26528
|
-
chain: 'eip155-11155111',
|
|
26529
|
-
bridges: [
|
|
26530
|
-
{
|
|
26531
|
-
url: 'https://testnet-bridge.gelato.network/bridge/arena-z-testnet'
|
|
26532
|
-
}
|
|
26533
|
-
]
|
|
26534
|
-
},
|
|
26535
|
-
status: 'active',
|
|
26724
|
+
explorers: [],
|
|
26725
|
+
parent: { type: 'L2', chain: 'eip155-11155111', bridges: [] },
|
|
26726
|
+
status: 'deprecated',
|
|
26536
26727
|
iconURL: 'https://ipfs.io/ipfs/bafkreic2vglaqxdbk5u7uw4vgksxri5xcbrnlysam57dsob2uvr33dzoma'
|
|
26537
26728
|
},
|
|
26538
26729
|
9898: {
|
|
@@ -26558,6 +26749,34 @@ exports.chains = {
|
|
|
26558
26749
|
],
|
|
26559
26750
|
iconURL: 'https://ipfs.io/ipfs/QmZTWoZ3LvivSinaJ4aSwqU8pCXw8oSZNnUCh4wwXxtAoQ'
|
|
26560
26751
|
},
|
|
26752
|
+
9899: {
|
|
26753
|
+
name: 'Arena-Z-Testnet',
|
|
26754
|
+
title: 'Arena-Z-Testnet',
|
|
26755
|
+
chain: 'arena-z-testnet',
|
|
26756
|
+
rpc: ['https://testnet-rpc.arena-z.gg', 'wss://testnet-ws.arena-z.gg'],
|
|
26757
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
26758
|
+
icon: 'arena-z',
|
|
26759
|
+
infoURL: 'https://raas.gelato.network/rollups/details/public/arena-z-testnet',
|
|
26760
|
+
faucets: ['https://testnet-faucet.arena-z.gg'],
|
|
26761
|
+
shortName: 'arena-z-testnet',
|
|
26762
|
+
chainId: 9899,
|
|
26763
|
+
networkId: 9899,
|
|
26764
|
+
explorers: [
|
|
26765
|
+
{
|
|
26766
|
+
name: 'blockscout',
|
|
26767
|
+
url: 'https://testnet-explorer.arena-z.gg',
|
|
26768
|
+
icon: 'blockscout',
|
|
26769
|
+
standard: 'EIP3091'
|
|
26770
|
+
}
|
|
26771
|
+
],
|
|
26772
|
+
parent: {
|
|
26773
|
+
type: 'L2',
|
|
26774
|
+
chain: 'eip155-11155111',
|
|
26775
|
+
bridges: [{ url: 'https://testnet-bridge.arena-z.gg' }]
|
|
26776
|
+
},
|
|
26777
|
+
status: 'active',
|
|
26778
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreic2vglaqxdbk5u7uw4vgksxri5xcbrnlysam57dsob2uvr33dzoma'
|
|
26779
|
+
},
|
|
26561
26780
|
9901: {
|
|
26562
26781
|
name: 'Zytron Linea Mainnet',
|
|
26563
26782
|
chain: 'ETH',
|
|
@@ -33987,6 +34206,28 @@ exports.chains = {
|
|
|
33987
34206
|
],
|
|
33988
34207
|
parent: { type: 'L2', chain: 'eip155-11155111' }
|
|
33989
34208
|
},
|
|
34209
|
+
50342: {
|
|
34210
|
+
name: 'Reddio',
|
|
34211
|
+
title: 'Reddio mainnet L2 Rollup',
|
|
34212
|
+
chain: 'ETH',
|
|
34213
|
+
rpc: ['https://mainnet.reddio.com/rpc'],
|
|
34214
|
+
faucets: [],
|
|
34215
|
+
nativeCurrency: { name: 'Reddio', symbol: 'RDO', decimals: 18 },
|
|
34216
|
+
infoURL: 'https://www.reddio.com',
|
|
34217
|
+
shortName: 'reddio',
|
|
34218
|
+
chainId: 50342,
|
|
34219
|
+
networkId: 50342,
|
|
34220
|
+
slip44: 1,
|
|
34221
|
+
explorers: [
|
|
34222
|
+
{
|
|
34223
|
+
name: 'blockscout',
|
|
34224
|
+
url: 'https://reddio.cloud.blockscout.com',
|
|
34225
|
+
icon: 'blockscout',
|
|
34226
|
+
standard: 'EIP3091'
|
|
34227
|
+
}
|
|
34228
|
+
],
|
|
34229
|
+
parent: { type: 'L2', chain: 'eip155-1' }
|
|
34230
|
+
},
|
|
33990
34231
|
50505: {
|
|
33991
34232
|
name: 'STB Testnet',
|
|
33992
34233
|
chain: 'STB Testnet',
|
|
@@ -36542,7 +36783,7 @@ exports.chains = {
|
|
|
36542
36783
|
iconURL: 'https://ipfs.io/ipfs/QmRNqgazYuxUa5WdddFPftTWiP3KwzBMgV9Z19QWnLMETc'
|
|
36543
36784
|
},
|
|
36544
36785
|
80008: {
|
|
36545
|
-
name: '
|
|
36786
|
+
name: 'Polynomial Sepolia',
|
|
36546
36787
|
chain: 'polynomialSepolia',
|
|
36547
36788
|
rpc: ['https://rpc.sepolia.polynomial.fi'],
|
|
36548
36789
|
faucets: [],
|
|
@@ -38132,6 +38373,36 @@ exports.chains = {
|
|
|
38132
38373
|
networkId: 98881,
|
|
38133
38374
|
status: 'incubating'
|
|
38134
38375
|
},
|
|
38376
|
+
98964: {
|
|
38377
|
+
name: 'Pay1 Network',
|
|
38378
|
+
chainId: 98964,
|
|
38379
|
+
shortName: 'pay1',
|
|
38380
|
+
chain: 'PAY1',
|
|
38381
|
+
networkId: 98964,
|
|
38382
|
+
icon: 'pay1',
|
|
38383
|
+
nativeCurrency: { name: 'Pay1', symbol: 'Pay1', decimals: 18 },
|
|
38384
|
+
rpc: [
|
|
38385
|
+
'https://rpc.pay1coin.com',
|
|
38386
|
+
'https://rpc0.pay1coin.com',
|
|
38387
|
+
'https://rpc1.pay1coin.com',
|
|
38388
|
+
'https://rpc2.pay1coin.com',
|
|
38389
|
+
'wss://ws.pay1coin.com',
|
|
38390
|
+
'wss://ws0.pay1coin.com',
|
|
38391
|
+
'wss://ws1.pay1coin.com',
|
|
38392
|
+
'wss://ws2.pay1coin.com'
|
|
38393
|
+
],
|
|
38394
|
+
faucets: [],
|
|
38395
|
+
explorers: [
|
|
38396
|
+
{
|
|
38397
|
+
name: 'Pay1Scan',
|
|
38398
|
+
url: 'https://pay1scan.io',
|
|
38399
|
+
icon: 'pay1scan',
|
|
38400
|
+
standard: 'EIP3091'
|
|
38401
|
+
}
|
|
38402
|
+
],
|
|
38403
|
+
infoURL: 'https://pay1coin.com',
|
|
38404
|
+
iconURL: 'https://ipfs.io/ipfs/QmcLm4CYi4bEmz6C6yxNxDomXNyR9umE5P71YB7QMFkz9G'
|
|
38405
|
+
},
|
|
38135
38406
|
98985: {
|
|
38136
38407
|
name: 'Superposition Testnet',
|
|
38137
38408
|
title: 'Sperposition Testnet',
|
|
@@ -38499,6 +38770,48 @@ exports.chains = {
|
|
|
38499
38770
|
status: 'deprecated',
|
|
38500
38771
|
iconURL: 'https://ipfs.io/ipfs/bafybeidk4swpgdyqmpz6shd5onvpaujvwiwthrhypufnwr6xh3dausz2dm'
|
|
38501
38772
|
},
|
|
38773
|
+
100501: {
|
|
38774
|
+
name: 'DeInfra Mainnet',
|
|
38775
|
+
chain: 'DeInfraMainnet',
|
|
38776
|
+
rpc: ['https://c100501n3.deinfra.net:443/jsonrpc'],
|
|
38777
|
+
faucets: [],
|
|
38778
|
+
nativeCurrency: { name: 'SK', symbol: 'SK', decimals: 18 },
|
|
38779
|
+
icon: 'deinfra',
|
|
38780
|
+
infoURL: 'https://deinfra.net',
|
|
38781
|
+
shortName: 'deinfra-mainnet',
|
|
38782
|
+
chainId: 100501,
|
|
38783
|
+
networkId: 100501,
|
|
38784
|
+
explorers: [
|
|
38785
|
+
{
|
|
38786
|
+
name: 'Deinfra Mainnet Network Explorer',
|
|
38787
|
+
url: 'https://explorer.deinfra.net',
|
|
38788
|
+
standard: 'EIP3091'
|
|
38789
|
+
}
|
|
38790
|
+
],
|
|
38791
|
+
iconURL: 'https://ipfs.io/ipfs/bafybeic234jzphpt7pg2jjosi3zohllbjhz6e5gc2snda4uzrmv6cwfbvi'
|
|
38792
|
+
},
|
|
38793
|
+
100610: {
|
|
38794
|
+
name: 'Monsoon ',
|
|
38795
|
+
chain: 'MONSOON',
|
|
38796
|
+
rpc: ['https://monsoon.rainfall.one'],
|
|
38797
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
38798
|
+
faucets: [],
|
|
38799
|
+
nativeCurrency: { name: 'RDP', symbol: 'RDP', decimals: 18 },
|
|
38800
|
+
infoURL: '',
|
|
38801
|
+
shortName: 'monsoon',
|
|
38802
|
+
chainId: 100610,
|
|
38803
|
+
networkId: 100610,
|
|
38804
|
+
icon: 'monsoon',
|
|
38805
|
+
explorers: [
|
|
38806
|
+
{
|
|
38807
|
+
name: 'Monsoon Scan',
|
|
38808
|
+
url: 'https://scout.monsoon.rainfall.one',
|
|
38809
|
+
icon: 'monsoon',
|
|
38810
|
+
standard: 'EIP3091'
|
|
38811
|
+
}
|
|
38812
|
+
],
|
|
38813
|
+
iconURL: 'https://ipfs.io/ipfs/QmYmx1KEFtAuCpA8VDq5B7WvbDVYGvXkZjBkmZTSQMsYCX'
|
|
38814
|
+
},
|
|
38502
38815
|
101003: {
|
|
38503
38816
|
name: 'Socotra JUNE-Chain',
|
|
38504
38817
|
chain: 'Socotra JUNE-Chain',
|
|
@@ -39127,6 +39440,94 @@ exports.chains = {
|
|
|
39127
39440
|
],
|
|
39128
39441
|
iconURL: 'https://ipfs.io/ipfs/QmcCFUTStKKJKfzTwrjfMFoVaPCMsvAvWXRdDkYMvCkEs3'
|
|
39129
39442
|
},
|
|
39443
|
+
121212: {
|
|
39444
|
+
name: 'Rome Devnet Esquiline',
|
|
39445
|
+
chain: 'ROME',
|
|
39446
|
+
rpc: ['https://esquiline-i.devnet.romeprotocol.xyz'],
|
|
39447
|
+
faucets: ['https://deposit.devnet.romeprotocol.xyz'],
|
|
39448
|
+
nativeCurrency: { name: 'RSOL', symbol: 'RSOL', decimals: 18 },
|
|
39449
|
+
infoURL: 'https://rome.builders',
|
|
39450
|
+
shortName: 'rome-devnet-esquiline',
|
|
39451
|
+
chainId: 121212,
|
|
39452
|
+
networkId: 121212,
|
|
39453
|
+
icon: 'rome',
|
|
39454
|
+
explorers: [
|
|
39455
|
+
{
|
|
39456
|
+
name: 'Rome Devnet Esquiline Explorer',
|
|
39457
|
+
url: 'https://romescout-esquiline-i.devnet.romeprotocol.xyz',
|
|
39458
|
+
icon: 'rome',
|
|
39459
|
+
standard: 'EIP3091'
|
|
39460
|
+
}
|
|
39461
|
+
],
|
|
39462
|
+
status: 'active',
|
|
39463
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreibm26mwdgzt4e3c5wr5sfee644cnjsye2mgkajhfzsyu3wglrecd4'
|
|
39464
|
+
},
|
|
39465
|
+
121213: {
|
|
39466
|
+
name: 'Rome Devnet Subura',
|
|
39467
|
+
chain: 'ROME',
|
|
39468
|
+
rpc: ['https://subura-i.devnet.romeprotocol.xyz'],
|
|
39469
|
+
faucets: ['https://deposit.devnet.romeprotocol.xyz'],
|
|
39470
|
+
nativeCurrency: { name: 'RSOL', symbol: 'RSOL', decimals: 18 },
|
|
39471
|
+
infoURL: 'https://rome.builders',
|
|
39472
|
+
shortName: 'rome-devnet-subura',
|
|
39473
|
+
chainId: 121213,
|
|
39474
|
+
networkId: 121213,
|
|
39475
|
+
icon: 'rome',
|
|
39476
|
+
explorers: [
|
|
39477
|
+
{
|
|
39478
|
+
name: 'Rome Devnet Subura Explorer',
|
|
39479
|
+
url: 'https://romescout-subura-i.devnet.romeprotocol.xyz',
|
|
39480
|
+
icon: 'rome',
|
|
39481
|
+
standard: 'EIP3091'
|
|
39482
|
+
}
|
|
39483
|
+
],
|
|
39484
|
+
status: 'active',
|
|
39485
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreibm26mwdgzt4e3c5wr5sfee644cnjsye2mgkajhfzsyu3wglrecd4'
|
|
39486
|
+
},
|
|
39487
|
+
121214: {
|
|
39488
|
+
name: 'Rome Testnet Martius',
|
|
39489
|
+
chain: 'ROME',
|
|
39490
|
+
rpc: ['https://martius-i.testnet.romeprotocol.xyz'],
|
|
39491
|
+
faucets: ['https://deposit.testnet.romeprotocol.xyz'],
|
|
39492
|
+
nativeCurrency: { name: 'RSOL', symbol: 'RSOL', decimals: 18 },
|
|
39493
|
+
infoURL: 'https://rome.builders',
|
|
39494
|
+
shortName: 'rome-testnet-martius',
|
|
39495
|
+
chainId: 121214,
|
|
39496
|
+
networkId: 121214,
|
|
39497
|
+
icon: 'rome',
|
|
39498
|
+
explorers: [
|
|
39499
|
+
{
|
|
39500
|
+
name: 'Rome Testnet Martius Explorer',
|
|
39501
|
+
url: 'https://romescout-martius-i.testnet.romeprotocol.xyz',
|
|
39502
|
+
icon: 'rome',
|
|
39503
|
+
standard: 'EIP3091'
|
|
39504
|
+
}
|
|
39505
|
+
],
|
|
39506
|
+
status: 'active',
|
|
39507
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreibm26mwdgzt4e3c5wr5sfee644cnjsye2mgkajhfzsyu3wglrecd4'
|
|
39508
|
+
},
|
|
39509
|
+
121215: {
|
|
39510
|
+
name: 'Rome Testnet Caelian',
|
|
39511
|
+
chain: 'ROME',
|
|
39512
|
+
rpc: ['https://caelian-i.testnet.romeprotocol.xyz'],
|
|
39513
|
+
faucets: ['https://deposit.testnet.romeprotocol.xyz'],
|
|
39514
|
+
nativeCurrency: { name: 'RSOL', symbol: 'RSOL', decimals: 18 },
|
|
39515
|
+
infoURL: 'https://rome.builders',
|
|
39516
|
+
shortName: 'rome-testnet-caelian',
|
|
39517
|
+
chainId: 121215,
|
|
39518
|
+
networkId: 121215,
|
|
39519
|
+
icon: 'rome',
|
|
39520
|
+
explorers: [
|
|
39521
|
+
{
|
|
39522
|
+
name: 'Rome Testnet Caelian Explorer',
|
|
39523
|
+
url: 'https://romescout-caelian-i.testnet.romeprotocol.xyz',
|
|
39524
|
+
icon: 'rome',
|
|
39525
|
+
standard: 'EIP3091'
|
|
39526
|
+
}
|
|
39527
|
+
],
|
|
39528
|
+
status: 'active',
|
|
39529
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreibm26mwdgzt4e3c5wr5sfee644cnjsye2mgkajhfzsyu3wglrecd4'
|
|
39530
|
+
},
|
|
39130
39531
|
121224: {
|
|
39131
39532
|
name: 'Fushuma',
|
|
39132
39533
|
chain: 'Fushuma',
|
|
@@ -40950,6 +41351,28 @@ exports.chains = {
|
|
|
40950
41351
|
}
|
|
40951
41352
|
]
|
|
40952
41353
|
},
|
|
41354
|
+
258432: {
|
|
41355
|
+
name: 'Althea L1 Mainnet',
|
|
41356
|
+
chain: 'ALTHEA',
|
|
41357
|
+
icon: 'althea',
|
|
41358
|
+
rpc: ['https://rpc.althea.zone'],
|
|
41359
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
41360
|
+
faucets: [],
|
|
41361
|
+
nativeCurrency: { name: 'Althea', symbol: 'ALTHEA', decimals: 18 },
|
|
41362
|
+
infoURL: 'https://althea.net',
|
|
41363
|
+
shortName: 'ALTHEA',
|
|
41364
|
+
chainId: 258432,
|
|
41365
|
+
networkId: 258432,
|
|
41366
|
+
slip44: 60,
|
|
41367
|
+
explorers: [
|
|
41368
|
+
{
|
|
41369
|
+
name: 'Mintscan',
|
|
41370
|
+
url: 'https://mintscan.io/althea',
|
|
41371
|
+
standard: 'none'
|
|
41372
|
+
}
|
|
41373
|
+
],
|
|
41374
|
+
iconURL: 'https://ipfs.io/ipfs/QmaNKnYTZRGnhzFyRYeBKwXbPQz6uDPK7PPuPGCMXSNFYW'
|
|
41375
|
+
},
|
|
40953
41376
|
262371: {
|
|
40954
41377
|
name: 'Eclat Testnet',
|
|
40955
41378
|
chain: 'Eclat',
|
|
@@ -41150,7 +41573,7 @@ exports.chains = {
|
|
|
41150
41573
|
iconURL: 'https://ipfs.io/ipfs/QmPmZ6vgtdMG7jttVZQUobF96Sva1noi5Fsi28V1Eck6eC'
|
|
41151
41574
|
},
|
|
41152
41575
|
313313: {
|
|
41153
|
-
name: '
|
|
41576
|
+
name: 'Sahara AI Testnet',
|
|
41154
41577
|
chain: 'Sahara',
|
|
41155
41578
|
rpc: ['https://testnet.saharalabs.ai'],
|
|
41156
41579
|
faucets: [],
|
|
@@ -43148,6 +43571,27 @@ exports.chains = {
|
|
|
43148
43571
|
status: 'active',
|
|
43149
43572
|
iconURL: 'https://ipfs.io/ipfs/QmfP6GDn5eXFcpWuoiyWn5pjn6PYB7HQhRD8nSko1zR8KD'
|
|
43150
43573
|
},
|
|
43574
|
+
747474: {
|
|
43575
|
+
name: 'katana',
|
|
43576
|
+
chain: 'katana',
|
|
43577
|
+
rpc: ['https://rpc.katana.network'],
|
|
43578
|
+
faucets: [],
|
|
43579
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
43580
|
+
infoURL: 'https://katana.network',
|
|
43581
|
+
shortName: 'katana',
|
|
43582
|
+
chainId: 747474,
|
|
43583
|
+
networkId: 747474,
|
|
43584
|
+
icon: 'katana',
|
|
43585
|
+
explorers: [
|
|
43586
|
+
{
|
|
43587
|
+
name: 'katana explorer',
|
|
43588
|
+
url: 'https://explorer.katanarpc.com',
|
|
43589
|
+
icon: 'katana',
|
|
43590
|
+
standard: 'EIP3091'
|
|
43591
|
+
}
|
|
43592
|
+
],
|
|
43593
|
+
iconURL: 'https://ipfs.io/ipfs/QmVAQiumxDxuEW7HdeRW8NiRKVpXVnQumwSW44Uq6py1k7'
|
|
43594
|
+
},
|
|
43151
43595
|
751230: {
|
|
43152
43596
|
name: 'Bear Network Chain Testnet',
|
|
43153
43597
|
chain: 'BRNKCTEST',
|
|
@@ -45411,6 +45855,75 @@ exports.chains = {
|
|
|
45411
45855
|
}
|
|
45412
45856
|
]
|
|
45413
45857
|
},
|
|
45858
|
+
6912115: {
|
|
45859
|
+
name: 'ENI Testnet',
|
|
45860
|
+
chain: 'ENI',
|
|
45861
|
+
rpc: ['https://rpc-testnet.eniac.network'],
|
|
45862
|
+
faucets: [],
|
|
45863
|
+
nativeCurrency: { name: 'ENI Testnet Token', symbol: 'ENI', decimals: 18 },
|
|
45864
|
+
infoURL: 'https://eniac.network/',
|
|
45865
|
+
shortName: 'eni-test',
|
|
45866
|
+
chainId: 6912115,
|
|
45867
|
+
networkId: 6912115,
|
|
45868
|
+
icon: 'eni-test',
|
|
45869
|
+
explorers: [
|
|
45870
|
+
{
|
|
45871
|
+
name: 'ENI Testnet Explorer',
|
|
45872
|
+
url: 'https://scan-testnet.eniac.network',
|
|
45873
|
+
standard: 'EIP3091'
|
|
45874
|
+
}
|
|
45875
|
+
],
|
|
45876
|
+
iconURL: 'https://ipfs.io/ipfs/QmdhqHQnPHhuhowh3ifncxw2SNzjMRCy2jQY8aMScpjUpd'
|
|
45877
|
+
},
|
|
45878
|
+
6985385: {
|
|
45879
|
+
name: 'Humanity Protocol',
|
|
45880
|
+
chain: 'Humanity',
|
|
45881
|
+
rpc: ['https://humanity-mainnet.g.alchemy.com/public'],
|
|
45882
|
+
faucets: [],
|
|
45883
|
+
nativeCurrency: { name: 'H', symbol: 'H', decimals: 18 },
|
|
45884
|
+
infoURL: 'https://humanity.org',
|
|
45885
|
+
parent: {
|
|
45886
|
+
type: 'L2',
|
|
45887
|
+
chain: 'eip155-42161',
|
|
45888
|
+
bridges: [{ url: 'https://bridge.arbitrum.io' }]
|
|
45889
|
+
},
|
|
45890
|
+
shortName: 'hp',
|
|
45891
|
+
chainId: 6985385,
|
|
45892
|
+
networkId: 6985385,
|
|
45893
|
+
status: 'active',
|
|
45894
|
+
explorers: [
|
|
45895
|
+
{
|
|
45896
|
+
name: 'Humanity Mainnet explorer',
|
|
45897
|
+
url: 'https://humanity-mainnet.explorer.alchemy.com',
|
|
45898
|
+
standard: 'none'
|
|
45899
|
+
}
|
|
45900
|
+
],
|
|
45901
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }]
|
|
45902
|
+
},
|
|
45903
|
+
7080969: {
|
|
45904
|
+
name: 'Humanity Protocol testnet',
|
|
45905
|
+
chain: 'Humanity',
|
|
45906
|
+
rpc: [
|
|
45907
|
+
'https://rpc.testnet.humanity.org',
|
|
45908
|
+
'https://humanity-testnet.g.alchemy.com/public'
|
|
45909
|
+
],
|
|
45910
|
+
faucets: ['https://faucets.alchemy.com/faucets/humanity-testnet'],
|
|
45911
|
+
nativeCurrency: { name: 'tHP', symbol: 'tHP', decimals: 18 },
|
|
45912
|
+
infoURL: 'https://testnet.humanity.org',
|
|
45913
|
+
parent: { type: 'L2', chain: 'eip155-42161', bridges: [] },
|
|
45914
|
+
shortName: 'thp',
|
|
45915
|
+
chainId: 7080969,
|
|
45916
|
+
networkId: 7080969,
|
|
45917
|
+
status: 'active',
|
|
45918
|
+
explorers: [
|
|
45919
|
+
{
|
|
45920
|
+
name: 'Humanity Testnet explorer',
|
|
45921
|
+
url: 'https://humanity-testnet.explorer.alchemy.com',
|
|
45922
|
+
standard: 'none'
|
|
45923
|
+
}
|
|
45924
|
+
],
|
|
45925
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }]
|
|
45926
|
+
},
|
|
45414
45927
|
7082400: {
|
|
45415
45928
|
name: 'COTI Testnet',
|
|
45416
45929
|
title: 'COTI Testnet',
|
|
@@ -47032,7 +47545,7 @@ exports.chains = {
|
|
|
47032
47545
|
61022448: {
|
|
47033
47546
|
name: 'dKargo Warehouse Testnet',
|
|
47034
47547
|
chain: 'dKargo Warehouse',
|
|
47035
|
-
rpc: ['https://warehouse
|
|
47548
|
+
rpc: ['https://rpc.warehouse.dkargo.io'],
|
|
47036
47549
|
faucets: [],
|
|
47037
47550
|
nativeCurrency: { name: 'dKargo', symbol: 'DKA', decimals: 18 },
|
|
47038
47551
|
infoURL: 'https://dkargo.io',
|
|
@@ -47997,6 +48510,18 @@ exports.chains = {
|
|
|
47997
48510
|
}
|
|
47998
48511
|
]
|
|
47999
48512
|
},
|
|
48513
|
+
420420422: {
|
|
48514
|
+
name: 'Paseo PassetHub',
|
|
48515
|
+
chain: 'PAS',
|
|
48516
|
+
rpc: ['https://testnet-passet-hub-eth-rpc.polkadot.io'],
|
|
48517
|
+
faucets: ['https://faucet.polkadot.io/?parachain=1111'],
|
|
48518
|
+
nativeCurrency: { name: 'PAS', symbol: 'PAS', decimals: 18 },
|
|
48519
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
48520
|
+
infoURL: 'https://polkadot.network',
|
|
48521
|
+
shortName: 'pas',
|
|
48522
|
+
chainId: 420420422,
|
|
48523
|
+
networkId: 420420422
|
|
48524
|
+
},
|
|
48000
48525
|
476158412: {
|
|
48001
48526
|
name: 'Deprecated SKALE Europa Hub Testnet',
|
|
48002
48527
|
title: 'Deprecated Europa Hub Testnet',
|
|
@@ -48302,6 +48827,26 @@ exports.chains = {
|
|
|
48302
48827
|
],
|
|
48303
48828
|
iconURL: 'https://ipfs.io/ipfs/bafkreifvrly5tgd34xqeo67s4etmiu52bkroml7uy7eosizf57htf5nrzq'
|
|
48304
48829
|
},
|
|
48830
|
+
1000000003: {
|
|
48831
|
+
name: 'DeInfra Devnet3',
|
|
48832
|
+
chain: 'DeInfraDev3',
|
|
48833
|
+
rpc: ['https://c3n1.thepower.io/jsonrpc'],
|
|
48834
|
+
faucets: ['https://faucet.thepower.io/'],
|
|
48835
|
+
nativeCurrency: { name: 'dev3SK', symbol: 'dSK', decimals: 18 },
|
|
48836
|
+
icon: 'deinfra',
|
|
48837
|
+
infoURL: 'https://deinfra.net',
|
|
48838
|
+
shortName: 'deinfra-dev3',
|
|
48839
|
+
chainId: 1000000003,
|
|
48840
|
+
networkId: 1000000003,
|
|
48841
|
+
explorers: [
|
|
48842
|
+
{
|
|
48843
|
+
name: 'Deinfra Devnet Chain 3 Network Explorer',
|
|
48844
|
+
url: 'https://bs.thepower.io',
|
|
48845
|
+
standard: 'EIP3091'
|
|
48846
|
+
}
|
|
48847
|
+
],
|
|
48848
|
+
iconURL: 'https://ipfs.io/ipfs/bafybeic234jzphpt7pg2jjosi3zohllbjhz6e5gc2snda4uzrmv6cwfbvi'
|
|
48849
|
+
},
|
|
48305
48850
|
1020352220: {
|
|
48306
48851
|
name: 'SKALE Titan Hub Testnet',
|
|
48307
48852
|
title: 'SKALE Titan Hub Testnet',
|
|
@@ -48816,10 +49361,7 @@ exports.chains = {
|
|
|
48816
49361
|
name: 'Status Network Sepolia',
|
|
48817
49362
|
title: 'Status Network Sepolia',
|
|
48818
49363
|
chain: 'ETH',
|
|
48819
|
-
rpc: [
|
|
48820
|
-
'https://public.sepolia.rpc.status.network',
|
|
48821
|
-
'wss://status-sepolia-rpc.eu-north-2.gateway.fm/ws'
|
|
48822
|
-
],
|
|
49364
|
+
rpc: ['https://public.sepolia.rpc.status.network'],
|
|
48823
49365
|
faucets: ['https://faucet.status.network/'],
|
|
48824
49366
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
48825
49367
|
infoURL: 'https://status.network',
|
|
@@ -49159,6 +49701,34 @@ exports.chains = {
|
|
|
49159
49701
|
chainId: 2021121117,
|
|
49160
49702
|
networkId: 2021121117
|
|
49161
49703
|
},
|
|
49704
|
+
2030232745: {
|
|
49705
|
+
name: 'Lumia Beam Testnet',
|
|
49706
|
+
shortName: 'lumia-beam-testnet',
|
|
49707
|
+
title: 'Lumia Beam Testnet',
|
|
49708
|
+
chain: 'ETH',
|
|
49709
|
+
icon: 'lumia',
|
|
49710
|
+
rpc: ['https://beam-rpc.lumia.org'],
|
|
49711
|
+
faucets: ['https://beam-faucet.lumia.org/'],
|
|
49712
|
+
nativeCurrency: { name: 'Lumia', symbol: 'LUMIA', decimals: 18 },
|
|
49713
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
49714
|
+
infoURL: 'https://lumia.org',
|
|
49715
|
+
chainId: 2030232745,
|
|
49716
|
+
networkId: 2030232745,
|
|
49717
|
+
explorers: [
|
|
49718
|
+
{
|
|
49719
|
+
name: 'Lumia Beam Testnet Explorer',
|
|
49720
|
+
url: 'https://beam-explorer.lumia.org',
|
|
49721
|
+
icon: 'lumia',
|
|
49722
|
+
standard: 'EIP3091'
|
|
49723
|
+
}
|
|
49724
|
+
],
|
|
49725
|
+
parent: {
|
|
49726
|
+
type: 'L2',
|
|
49727
|
+
chain: 'eip155-1',
|
|
49728
|
+
bridges: [{ url: 'https://beam-bridge.lumia.org' }]
|
|
49729
|
+
},
|
|
49730
|
+
iconURL: 'https://ipfs.io/ipfs/QmV3V19LTs7RobiBo4pgwvNGY7AXEXDTVbRPuB8pPvmxi4'
|
|
49731
|
+
},
|
|
49162
49732
|
2046399126: {
|
|
49163
49733
|
name: 'SKALE Europa Hub',
|
|
49164
49734
|
chain: 'europa',
|