eth-chainlist 0.0.341 → 0.0.343
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/CHANGELOG.md +16 -0
- package/data/chain.js +148 -13
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.343 (2024-02-20)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.342 ([995abaa](https://github.com/poowf/eth-chainlist/commit/995abaa97f1b2bda2de47446dbf20a351b6150f3))
|
9
|
+
* update chain data ([2c0ffec](https://github.com/poowf/eth-chainlist/commit/2c0ffecf82c878fbf1dd6e8ee877be999e5f7d7f))
|
10
|
+
|
11
|
+
### 0.0.342 (2024-02-19)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.341 ([c3b814c](https://github.com/poowf/eth-chainlist/commit/c3b814c551eb36b18a8cc86cdb4e16627e4183c0))
|
17
|
+
* update chain data ([c5ed3a2](https://github.com/poowf/eth-chainlist/commit/c5ed3a2275316eec51f9746c8079a814d645c35c))
|
18
|
+
|
3
19
|
### 0.0.341 (2024-02-16)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -5164,7 +5164,7 @@ const chainArray = [
|
|
5164
5164
|
rpc: [],
|
5165
5165
|
faucets: [],
|
5166
5166
|
nativeCurrency: { name: 'Rupaya', symbol: 'RUPX', decimals: 18 },
|
5167
|
-
infoURL: 'https://www.
|
5167
|
+
infoURL: 'https://www.rupaya.io',
|
5168
5168
|
shortName: 'rupx',
|
5169
5169
|
chainId: 499,
|
5170
5170
|
networkId: 499,
|
@@ -6268,6 +6268,25 @@ const chainArray = [
|
|
6268
6268
|
}
|
6269
6269
|
]
|
6270
6270
|
},
|
6271
|
+
{
|
6272
|
+
name: 'Rupaya Testnet',
|
6273
|
+
chain: 'Rupaya Testnet',
|
6274
|
+
rpc: [ 'https://rpc.testnet.rupaya.io' ],
|
6275
|
+
faucets: [ 'https://faucet.testnet.rupaya.io' ],
|
6276
|
+
nativeCurrency: { name: 'Test Rupaya', symbol: 'TRUPX', decimals: 18 },
|
6277
|
+
infoURL: 'https://www.rupaya.io',
|
6278
|
+
shortName: 'RupayaTestnet',
|
6279
|
+
chainId: 799,
|
6280
|
+
networkId: 799,
|
6281
|
+
slip44: 1,
|
6282
|
+
explorers: [
|
6283
|
+
{
|
6284
|
+
name: 'rupayascan',
|
6285
|
+
url: 'https://scan.testnet.rupaya.io',
|
6286
|
+
standard: 'EIP3091'
|
6287
|
+
}
|
6288
|
+
]
|
6289
|
+
},
|
6271
6290
|
{
|
6272
6291
|
name: 'Lucid Blockchain',
|
6273
6292
|
chain: 'Lucid',
|
@@ -13283,7 +13302,7 @@ const chainArray = [
|
|
13283
13302
|
'wss://fraa-dancebox-3001-rpc.a.dancebox.tanssi.network'
|
13284
13303
|
],
|
13285
13304
|
faucets: [],
|
13286
|
-
nativeCurrency: { name: '
|
13305
|
+
nativeCurrency: { name: 'TANGO', symbol: 'TANGO', decimals: 18 },
|
13287
13306
|
infoURL: 'https://tanssi.network',
|
13288
13307
|
shortName: 'TanssiCC',
|
13289
13308
|
chainId: 5678,
|
@@ -18232,7 +18251,7 @@ const chainArray = [
|
|
18232
18251
|
chain: 'Q',
|
18233
18252
|
rpc: [ 'https://rpc.q.org' ],
|
18234
18253
|
faucets: [],
|
18235
|
-
nativeCurrency: { name: '
|
18254
|
+
nativeCurrency: { name: 'QGOV', symbol: 'QGOV', decimals: 18 },
|
18236
18255
|
infoURL: 'https://q.org',
|
18237
18256
|
shortName: 'q',
|
18238
18257
|
chainId: 35441,
|
@@ -18872,6 +18891,28 @@ const chainArray = [
|
|
18872
18891
|
}
|
18873
18892
|
]
|
18874
18893
|
},
|
18894
|
+
{
|
18895
|
+
name: 'GUNZ Testnet',
|
18896
|
+
chain: 'tGUN',
|
18897
|
+
rpc: [
|
18898
|
+
'https://rpc.gunz.dev/ext/bc/ryk9vkvNuKtewME2PeCgybo9sdWXGmCkBrrx4VPuZPdVdAak8/rpc'
|
18899
|
+
],
|
18900
|
+
faucets: [],
|
18901
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
18902
|
+
nativeCurrency: { name: 'GUN', symbol: 'GUN', decimals: 18 },
|
18903
|
+
icon: 'guntestnet',
|
18904
|
+
infoURL: 'https://gunbygunz.com',
|
18905
|
+
shortName: 'Stork',
|
18906
|
+
chainId: 49321,
|
18907
|
+
networkId: 49321,
|
18908
|
+
explorers: [
|
18909
|
+
{
|
18910
|
+
name: 'blockscout',
|
18911
|
+
url: 'https://testnet.gunzscan.io',
|
18912
|
+
standard: 'EIP3091'
|
18913
|
+
}
|
18914
|
+
]
|
18915
|
+
},
|
18875
18916
|
{
|
18876
18917
|
name: 'Energi Testnet',
|
18877
18918
|
chain: 'NRG',
|
@@ -24426,6 +24467,30 @@ const chainArray = [
|
|
24426
24467
|
chainId: 35855456,
|
24427
24468
|
networkId: 35855456
|
24428
24469
|
},
|
24470
|
+
{
|
24471
|
+
name: 'SKALE Nebula Hub Testnet',
|
24472
|
+
title: 'SKALE Nebula Hub Testnet',
|
24473
|
+
chain: 'lanky-ill-funny-testnet',
|
24474
|
+
icon: 'nebula',
|
24475
|
+
rpc: [
|
24476
|
+
'https://testnet.skalenodes.com/v1/lanky-ill-funny-testnet',
|
24477
|
+
'wss://testnet.skalenodes.com/v1/ws/lanky-ill-funny-testnet'
|
24478
|
+
],
|
24479
|
+
faucets: [ 'https://www.sfuelstation.com/' ],
|
24480
|
+
nativeCurrency: { name: 'sFUEL', symbol: 'sFUEL', decimals: 18 },
|
24481
|
+
infoURL: 'https://nebulachain.io/',
|
24482
|
+
shortName: 'nebula-testnet',
|
24483
|
+
chainId: 37084624,
|
24484
|
+
networkId: 37084624,
|
24485
|
+
slip44: 1,
|
24486
|
+
explorers: [
|
24487
|
+
{
|
24488
|
+
name: 'Blockscout',
|
24489
|
+
url: 'https://lanky-ill-funny-testnet.explorer.testnet.skalenodes.com',
|
24490
|
+
standard: 'EIP3091'
|
24491
|
+
}
|
24492
|
+
]
|
24493
|
+
},
|
24429
24494
|
{
|
24430
24495
|
name: 'maistestsubnet',
|
24431
24496
|
chain: 'MAI',
|
@@ -24838,8 +24903,9 @@ const chainArray = [
|
|
24838
24903
|
]
|
24839
24904
|
},
|
24840
24905
|
{
|
24841
|
-
name: 'SKALE Calypso Hub Testnet',
|
24842
|
-
title: 'Calypso NFT Hub Testnet',
|
24906
|
+
name: 'Deprecated SKALE Calypso Hub Testnet',
|
24907
|
+
title: 'Deprecated Calypso NFT Hub Testnet',
|
24908
|
+
status: 'deprecated',
|
24843
24909
|
chain: 'staging-utter-unripe-menkar',
|
24844
24910
|
icon: 'calypso',
|
24845
24911
|
rpc: [
|
@@ -24848,7 +24914,7 @@ const chainArray = [
|
|
24848
24914
|
faucets: [ 'https://sfuel.dirtroad.dev/staging' ],
|
24849
24915
|
nativeCurrency: { name: 'sFUEL', symbol: 'sFUEL', decimals: 18 },
|
24850
24916
|
infoURL: 'https://calypsohub.network/',
|
24851
|
-
shortName: 'calypso-testnet',
|
24917
|
+
shortName: 'deprected-calypso-testnet',
|
24852
24918
|
chainId: 344106930,
|
24853
24919
|
networkId: 344106930,
|
24854
24920
|
slip44: 1,
|
@@ -24882,8 +24948,9 @@ const chainArray = [
|
|
24882
24948
|
]
|
24883
24949
|
},
|
24884
24950
|
{
|
24885
|
-
name: 'SKALE Europa Hub Testnet',
|
24886
|
-
title: 'Europa Hub Testnet',
|
24951
|
+
name: 'Deprecated SKALE Europa Hub Testnet',
|
24952
|
+
title: 'Deprecated Europa Hub Testnet',
|
24953
|
+
status: 'deprecated',
|
24887
24954
|
chain: 'staging-legal-crazy-castor',
|
24888
24955
|
icon: 'europa',
|
24889
24956
|
rpc: [
|
@@ -24892,7 +24959,7 @@ const chainArray = [
|
|
24892
24959
|
faucets: [ 'https://sfuel.dirtroad.dev/staging' ],
|
24893
24960
|
nativeCurrency: { name: 'sFUEL', symbol: 'sFUEL', decimals: 18 },
|
24894
24961
|
infoURL: 'https://europahub.network/',
|
24895
|
-
shortName: 'europa-testnet',
|
24962
|
+
shortName: 'deprecated-europa-testnet',
|
24896
24963
|
chainId: 476158412,
|
24897
24964
|
networkId: 476158412,
|
24898
24965
|
slip44: 1,
|
@@ -24923,8 +24990,9 @@ const chainArray = [
|
|
24923
24990
|
]
|
24924
24991
|
},
|
24925
24992
|
{
|
24926
|
-
name: 'SKALE Nebula Hub Testnet',
|
24993
|
+
name: 'Deprecated SKALE Nebula Hub Testnet',
|
24927
24994
|
chain: 'staging-faint-slimy-achird',
|
24995
|
+
status: 'deprecated',
|
24928
24996
|
icon: 'nebula',
|
24929
24997
|
rpc: [
|
24930
24998
|
'https://staging-v3.skalenodes.com/v1/staging-faint-slimy-achird',
|
@@ -24933,7 +25001,7 @@ const chainArray = [
|
|
24933
25001
|
faucets: [ 'https://sfuel.dirtroad.dev/staging' ],
|
24934
25002
|
nativeCurrency: { name: 'sFUEL', symbol: 'sFUEL', decimals: 18 },
|
24935
25003
|
infoURL: 'https://nebulachain.io/',
|
24936
|
-
shortName: 'nebula-testnet',
|
25004
|
+
shortName: 'deprecated-nebula-testnet',
|
24937
25005
|
chainId: 503129905,
|
24938
25006
|
networkId: 503129905,
|
24939
25007
|
slip44: 1,
|
@@ -24964,6 +25032,27 @@ const chainArray = [
|
|
24964
25032
|
}
|
24965
25033
|
]
|
24966
25034
|
},
|
25035
|
+
{
|
25036
|
+
name: 'SKALE Calypso Hub Testnet',
|
25037
|
+
title: 'SKALE Calypso Hub Testnet',
|
25038
|
+
chain: 'giant-half-dual-testnet',
|
25039
|
+
icon: 'calypso',
|
25040
|
+
rpc: [ 'https://testnet.skalenodes.com/v1/giant-half-dual-testnet' ],
|
25041
|
+
faucets: [ 'https://www.sfuelstation.com/' ],
|
25042
|
+
nativeCurrency: { name: 'sFUEL', symbol: 'sFUEL', decimals: 18 },
|
25043
|
+
infoURL: 'https://calypsohub.network/',
|
25044
|
+
shortName: 'calypso-testnet',
|
25045
|
+
chainId: 974399131,
|
25046
|
+
networkId: 974399131,
|
25047
|
+
slip44: 1,
|
25048
|
+
explorers: [
|
25049
|
+
{
|
25050
|
+
name: 'Blockscout',
|
25051
|
+
url: 'https://giant-half-dual-testnet.explorer.testnet.skalenodes.com',
|
25052
|
+
standard: 'EIP3091'
|
25053
|
+
}
|
25054
|
+
]
|
25055
|
+
},
|
24967
25056
|
{
|
24968
25057
|
name: 'Zora Sepolia Testnet',
|
24969
25058
|
chain: 'ETH',
|
@@ -24984,6 +25073,30 @@ const chainArray = [
|
|
24984
25073
|
}
|
24985
25074
|
]
|
24986
25075
|
},
|
25076
|
+
{
|
25077
|
+
name: 'SKALE Titan Hub Testnet',
|
25078
|
+
title: 'SKALE Titan Hub Testnet',
|
25079
|
+
chain: 'aware-fake-trim-testnet',
|
25080
|
+
icon: 'titan',
|
25081
|
+
rpc: [
|
25082
|
+
'https://testnet.skalenodes.com/v1/aware-fake-trim-testnet',
|
25083
|
+
'wss://testnet.skalenodes.com/v1/ws/aware-fake-trim-testnet'
|
25084
|
+
],
|
25085
|
+
faucets: [ 'https://www.sfuelstation.com/' ],
|
25086
|
+
nativeCurrency: { name: 'sFUEL', symbol: 'sFUEL', decimals: 18 },
|
25087
|
+
infoURL: '',
|
25088
|
+
shortName: 'titan-testnet',
|
25089
|
+
chainId: 1020352220,
|
25090
|
+
networkId: 1020352220,
|
25091
|
+
slip44: 1,
|
25092
|
+
explorers: [
|
25093
|
+
{
|
25094
|
+
name: 'Blockscout',
|
25095
|
+
url: 'https://aware-fake-trim-testnet.explorer.testnet.skalenodes.com',
|
25096
|
+
standard: 'EIP3091'
|
25097
|
+
}
|
25098
|
+
]
|
25099
|
+
},
|
24987
25100
|
{
|
24988
25101
|
name: 'IPOS Network',
|
24989
25102
|
chain: 'IPOS',
|
@@ -25169,6 +25282,27 @@ const chainArray = [
|
|
25169
25282
|
}
|
25170
25283
|
]
|
25171
25284
|
},
|
25285
|
+
{
|
25286
|
+
name: 'SKALE Europa Hub Testnet',
|
25287
|
+
title: 'SKALE Europa Hub Testnet',
|
25288
|
+
chain: 'juicy-low-small-testnet',
|
25289
|
+
icon: 'europa',
|
25290
|
+
rpc: [ 'https://testnet.skalenodes.com/v1/juicy-low-small-testnet' ],
|
25291
|
+
faucets: [ 'https://www.sfuelstation.com/' ],
|
25292
|
+
nativeCurrency: { name: 'sFUEL', symbol: 'sFUEL', decimals: 18 },
|
25293
|
+
infoURL: 'https://europahub.network/',
|
25294
|
+
shortName: 'europa-testnet',
|
25295
|
+
chainId: 1444673419,
|
25296
|
+
networkId: 1444673419,
|
25297
|
+
slip44: 1,
|
25298
|
+
explorers: [
|
25299
|
+
{
|
25300
|
+
name: 'Blockscout',
|
25301
|
+
url: 'https://juicy-low-small-testnet.explorer.testnet.skalenodes.com',
|
25302
|
+
standard: 'EIP3091'
|
25303
|
+
}
|
25304
|
+
]
|
25305
|
+
},
|
25172
25306
|
{
|
25173
25307
|
name: 'SKALE Nebula Hub',
|
25174
25308
|
chain: 'green-giddy-denebola',
|
@@ -25192,8 +25326,9 @@ const chainArray = [
|
|
25192
25326
|
]
|
25193
25327
|
},
|
25194
25328
|
{
|
25195
|
-
name: 'SKALE Titan Hub Testnet',
|
25329
|
+
name: 'Deprecated SKALE Titan Hub Testnet',
|
25196
25330
|
chain: 'staging-aware-chief-gianfar',
|
25331
|
+
status: 'deprecated',
|
25197
25332
|
icon: 'titan',
|
25198
25333
|
rpc: [
|
25199
25334
|
'https://staging-v3.skalenodes.com/v1/staging-aware-chief-gianfar',
|
@@ -25202,7 +25337,7 @@ const chainArray = [
|
|
25202
25337
|
faucets: [ 'https://sfuel.dirtroad.dev/staging' ],
|
25203
25338
|
nativeCurrency: { name: 'sFUEL', symbol: 'sFUEL', decimals: 18 },
|
25204
25339
|
infoURL: '',
|
25205
|
-
shortName: 'titan-testnet',
|
25340
|
+
shortName: 'deprecated-titan-testnet',
|
25206
25341
|
chainId: 1517929550,
|
25207
25342
|
networkId: 1517929550,
|
25208
25343
|
slip44: 1,
|