eth-chainlist 0.0.357 → 0.0.359
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 +119 -7
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.359 (2024-03-14)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.358 ([639eaf6](https://github.com/poowf/eth-chainlist/commit/639eaf69a3f934257a456f75f84597f33be25df5))
|
9
|
+
* update chain data ([3b98d09](https://github.com/poowf/eth-chainlist/commit/3b98d09c134fb451fff7fc85f40ad03ada88826e))
|
10
|
+
|
11
|
+
### 0.0.358 (2024-03-09)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.357 ([4340c9b](https://github.com/poowf/eth-chainlist/commit/4340c9b8b8d00a09b8872c2a0fb0eee3d74d8a08))
|
17
|
+
* update chain data ([a06dbcd](https://github.com/poowf/eth-chainlist/commit/a06dbcdb5c42cee9b33c0f32c0658a3ed134b094))
|
18
|
+
|
3
19
|
### 0.0.357 (2024-03-06)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -6470,8 +6470,6 @@ const chainArray = [
|
|
6470
6470
|
'https://evm-dataseed2.meerscan.io',
|
6471
6471
|
'https://evm-dataseed3.meerscan.io',
|
6472
6472
|
'https://evm-dataseed.meerscan.com',
|
6473
|
-
'https://evm-dataseed1.meerscan.com',
|
6474
|
-
'https://evm-dataseed2.meerscan.com',
|
6475
6473
|
'https://qng.rpc.qitmeer.io',
|
6476
6474
|
'https://mainnet.meerlabs.com',
|
6477
6475
|
'https://rpc.dimai.ai',
|
@@ -6486,11 +6484,17 @@ const chainArray = [
|
|
6486
6484
|
slip44: 813,
|
6487
6485
|
icon: 'meer',
|
6488
6486
|
explorers: [
|
6487
|
+
{
|
6488
|
+
name: 'meerscan',
|
6489
|
+
icon: 'meer',
|
6490
|
+
url: 'https://qng.qitmeer.io',
|
6491
|
+
standard: 'EIP3091'
|
6492
|
+
},
|
6489
6493
|
{
|
6490
6494
|
name: 'meerscan',
|
6491
6495
|
icon: 'meer',
|
6492
6496
|
url: 'https://qng.meerscan.io',
|
6493
|
-
standard: '
|
6497
|
+
standard: 'EIP3091'
|
6494
6498
|
}
|
6495
6499
|
]
|
6496
6500
|
},
|
@@ -12778,6 +12782,26 @@ const chainArray = [
|
|
12778
12782
|
}
|
12779
12783
|
]
|
12780
12784
|
},
|
12785
|
+
{
|
12786
|
+
name: 'CrossFi Testnet',
|
12787
|
+
title: 'CrossFi Testnet',
|
12788
|
+
chain: 'XFI',
|
12789
|
+
rpc: [ 'https://rpc.testnet.ms' ],
|
12790
|
+
faucets: [],
|
12791
|
+
nativeCurrency: { name: 'XFI', symbol: 'XFI', decimals: 18 },
|
12792
|
+
infoURL: 'https://crossfi.org/',
|
12793
|
+
shortName: 'crossfi-testnet',
|
12794
|
+
chainId: 4157,
|
12795
|
+
networkId: 4157,
|
12796
|
+
slip44: 1,
|
12797
|
+
explorers: [
|
12798
|
+
{
|
12799
|
+
name: 'CrossFi Testnet Scan',
|
12800
|
+
url: 'https://scan.testnet.ms',
|
12801
|
+
standard: 'EIP3091'
|
12802
|
+
}
|
12803
|
+
]
|
12804
|
+
},
|
12781
12805
|
{
|
12782
12806
|
name: 'PHI Network V1',
|
12783
12807
|
chain: 'PHI V1',
|
@@ -13371,6 +13395,24 @@ const chainArray = [
|
|
13371
13395
|
status: 'incubating',
|
13372
13396
|
icon: 'syndicate'
|
13373
13397
|
},
|
13398
|
+
{
|
13399
|
+
name: 'SIC Testnet',
|
13400
|
+
chain: 'SIC Testnet',
|
13401
|
+
rpc: [ 'https://rpc-sic-testnet-zvr7tlkzsi.t.conduit.xyz' ],
|
13402
|
+
faucets: [],
|
13403
|
+
nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
|
13404
|
+
infoURL: 'https://www.fwb.help/',
|
13405
|
+
shortName: 'sic-testnet',
|
13406
|
+
chainId: 5102,
|
13407
|
+
networkId: 5102,
|
13408
|
+
explorers: [
|
13409
|
+
{
|
13410
|
+
name: 'blockscout',
|
13411
|
+
url: 'https://explorerl2new-sic-testnet-zvr7tlkzsi.t.conduit.xyz',
|
13412
|
+
standard: 'EIP3091'
|
13413
|
+
}
|
13414
|
+
]
|
13415
|
+
},
|
13374
13416
|
{
|
13375
13417
|
name: 'Bahamut',
|
13376
13418
|
title: 'Bahamut mainnet',
|
@@ -14931,8 +14973,8 @@ const chainArray = [
|
|
14931
14973
|
{
|
14932
14974
|
name: 'meerscan testnet',
|
14933
14975
|
icon: 'meer',
|
14934
|
-
url: 'https://qng
|
14935
|
-
standard: '
|
14976
|
+
url: 'https://testnet-qng.qitmeer.io',
|
14977
|
+
standard: 'EIP3091'
|
14936
14978
|
}
|
14937
14979
|
]
|
14938
14980
|
},
|
@@ -19485,7 +19527,7 @@ const chainArray = [
|
|
19485
19527
|
{
|
19486
19528
|
name: 'Electroneum Mainnet',
|
19487
19529
|
chain: 'Electroneum',
|
19488
|
-
rpc: [ 'https://
|
19530
|
+
rpc: [ 'https://rpc.electroneum.com' ],
|
19489
19531
|
faucets: [],
|
19490
19532
|
nativeCurrency: { name: 'Electroneum', symbol: 'ETN', decimals: 18 },
|
19491
19533
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
@@ -23625,6 +23667,24 @@ const chainArray = [
|
|
23625
23667
|
}
|
23626
23668
|
]
|
23627
23669
|
},
|
23670
|
+
{
|
23671
|
+
name: 'Galadriel Testnet',
|
23672
|
+
chain: 'Galadriel',
|
23673
|
+
rpc: [ 'https://testnet.galadriel.com' ],
|
23674
|
+
faucets: [ 'https://docs.galadriel.com/faucet' ],
|
23675
|
+
nativeCurrency: { name: 'Galadriel Testnet token', symbol: 'GAL', decimals: 18 },
|
23676
|
+
infoURL: 'https://galadriel.com',
|
23677
|
+
shortName: 'galadriel-testnet',
|
23678
|
+
chainId: 696969,
|
23679
|
+
networkId: 696969,
|
23680
|
+
explorers: [
|
23681
|
+
{
|
23682
|
+
name: 'Galadriel Explorer',
|
23683
|
+
url: 'https://explorer.galadriel.com',
|
23684
|
+
standard: 'none'
|
23685
|
+
}
|
23686
|
+
]
|
23687
|
+
},
|
23628
23688
|
{
|
23629
23689
|
name: 'Tiltyard Mainnet Subnet',
|
23630
23690
|
chain: 'TILTYARD',
|
@@ -23755,6 +23815,58 @@ const chainArray = [
|
|
23755
23815
|
}
|
23756
23816
|
]
|
23757
23817
|
},
|
23818
|
+
{
|
23819
|
+
name: 'zkLink Nova Mainnet',
|
23820
|
+
chain: 'ETH',
|
23821
|
+
rpc: [ 'https://rpc.zklink.io', 'wss://rpc.zklink.io' ],
|
23822
|
+
faucets: [],
|
23823
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
23824
|
+
infoURL: 'https://zklink.io',
|
23825
|
+
shortName: 'zklink-nova',
|
23826
|
+
chainId: 810180,
|
23827
|
+
networkId: 810180,
|
23828
|
+
slip44: 1,
|
23829
|
+
icon: 'zklink-nova',
|
23830
|
+
explorers: [
|
23831
|
+
{
|
23832
|
+
name: 'zkLink Nova Block Explorer',
|
23833
|
+
url: 'https://explorer.zklink.io',
|
23834
|
+
icon: 'zklink-nova',
|
23835
|
+
standard: 'EIP3091'
|
23836
|
+
}
|
23837
|
+
],
|
23838
|
+
parent: {
|
23839
|
+
type: 'L2',
|
23840
|
+
chain: 'eip155-59144',
|
23841
|
+
bridges: [ { url: 'https://portal.zklink.io' } ]
|
23842
|
+
}
|
23843
|
+
},
|
23844
|
+
{
|
23845
|
+
name: 'zkLink Nova Goerli Testnet',
|
23846
|
+
chain: 'ETH',
|
23847
|
+
rpc: [ 'https://goerli.rpc.zklink.io', 'wss://goerli.rpc.zklink.io' ],
|
23848
|
+
faucets: [],
|
23849
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
23850
|
+
infoURL: 'https://zklink.io',
|
23851
|
+
shortName: 'zklink-nova-goerli',
|
23852
|
+
chainId: 810182,
|
23853
|
+
networkId: 810182,
|
23854
|
+
slip44: 1,
|
23855
|
+
icon: 'zklink-nova',
|
23856
|
+
explorers: [
|
23857
|
+
{
|
23858
|
+
name: 'zkLink Nova Block Explorer',
|
23859
|
+
url: 'https://goerli.explorer.zklink.io',
|
23860
|
+
icon: 'zklink-nova',
|
23861
|
+
standard: 'EIP3091'
|
23862
|
+
}
|
23863
|
+
],
|
23864
|
+
parent: {
|
23865
|
+
type: 'L2',
|
23866
|
+
chain: 'eip155-59140',
|
23867
|
+
bridges: [ { url: 'https://goerli.portal.zklink.io' } ]
|
23868
|
+
}
|
23869
|
+
},
|
23758
23870
|
{
|
23759
23871
|
name: 'CURVE Mainnet',
|
23760
23872
|
chain: 'CURVE',
|
@@ -24384,7 +24496,7 @@ const chainArray = [
|
|
24384
24496
|
{
|
24385
24497
|
name: 'Electroneum Testnet',
|
24386
24498
|
chain: 'Electroneum',
|
24387
|
-
rpc: [ 'https://
|
24499
|
+
rpc: [ 'https://testnet-rpc.electroneum.com' ],
|
24388
24500
|
faucets: [],
|
24389
24501
|
nativeCurrency: { name: 'Electroneum', symbol: 'ETN', decimals: 18 },
|
24390
24502
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|