eth-chainlist 0.0.358 → 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 +8 -0
- package/data/chain.js +47 -7
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
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
|
+
|
3
11
|
### 0.0.358 (2024-03-09)
|
4
12
|
|
5
13
|
|
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
|
},
|
@@ -13391,6 +13395,24 @@ const chainArray = [
|
|
13391
13395
|
status: 'incubating',
|
13392
13396
|
icon: 'syndicate'
|
13393
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
|
+
},
|
13394
13416
|
{
|
13395
13417
|
name: 'Bahamut',
|
13396
13418
|
title: 'Bahamut mainnet',
|
@@ -14951,8 +14973,8 @@ const chainArray = [
|
|
14951
14973
|
{
|
14952
14974
|
name: 'meerscan testnet',
|
14953
14975
|
icon: 'meer',
|
14954
|
-
url: 'https://qng
|
14955
|
-
standard: '
|
14976
|
+
url: 'https://testnet-qng.qitmeer.io',
|
14977
|
+
standard: 'EIP3091'
|
14956
14978
|
}
|
14957
14979
|
]
|
14958
14980
|
},
|
@@ -19505,7 +19527,7 @@ const chainArray = [
|
|
19505
19527
|
{
|
19506
19528
|
name: 'Electroneum Mainnet',
|
19507
19529
|
chain: 'Electroneum',
|
19508
|
-
rpc: [ 'https://
|
19530
|
+
rpc: [ 'https://rpc.electroneum.com' ],
|
19509
19531
|
faucets: [],
|
19510
19532
|
nativeCurrency: { name: 'Electroneum', symbol: 'ETN', decimals: 18 },
|
19511
19533
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
@@ -23645,6 +23667,24 @@ const chainArray = [
|
|
23645
23667
|
}
|
23646
23668
|
]
|
23647
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
|
+
},
|
23648
23688
|
{
|
23649
23689
|
name: 'Tiltyard Mainnet Subnet',
|
23650
23690
|
chain: 'TILTYARD',
|
@@ -24456,7 +24496,7 @@ const chainArray = [
|
|
24456
24496
|
{
|
24457
24497
|
name: 'Electroneum Testnet',
|
24458
24498
|
chain: 'Electroneum',
|
24459
|
-
rpc: [ 'https://
|
24499
|
+
rpc: [ 'https://testnet-rpc.electroneum.com' ],
|
24460
24500
|
faucets: [],
|
24461
24501
|
nativeCurrency: { name: 'Electroneum', symbol: 'ETN', decimals: 18 },
|
24462
24502
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|