eth-chainlist 0.0.487 → 0.0.489
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 +21 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### 0.0.489 (2024-09-10)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Maintenance
|
|
7
|
+
|
|
8
|
+
* **release:** 0.0.488 ([0467c73](https://github.com/poowf/eth-chainlist/commit/0467c733371fec0fbb4e463adb800577add8ec51))
|
|
9
|
+
* update chain data ([5dceece](https://github.com/poowf/eth-chainlist/commit/5dceece0462755f778d3c3ee15bae34b99c0aa08))
|
|
10
|
+
|
|
11
|
+
### 0.0.488 (2024-09-09)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Maintenance
|
|
15
|
+
|
|
16
|
+
* **release:** 0.0.487 ([4e189dc](https://github.com/poowf/eth-chainlist/commit/4e189dc301557410a59e6735dbeda660a20b95a5))
|
|
17
|
+
* update chain data ([f0133c3](https://github.com/poowf/eth-chainlist/commit/f0133c3d2098bc41ba65a93a9a98037c705bca02))
|
|
18
|
+
|
|
3
19
|
### 0.0.487 (2024-09-08)
|
|
4
20
|
|
|
5
21
|
|
package/data/chain.js
CHANGED
|
@@ -13458,6 +13458,26 @@ const chainArray = [
|
|
|
13458
13458
|
}
|
|
13459
13459
|
]
|
|
13460
13460
|
},
|
|
13461
|
+
{
|
|
13462
|
+
name: 'SnaxChain',
|
|
13463
|
+
chain: 'ETH',
|
|
13464
|
+
rpc: [ 'https://mainnet.snaxchain.io' ],
|
|
13465
|
+
faucets: [],
|
|
13466
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
13467
|
+
infoURL: 'https://synthetix.io',
|
|
13468
|
+
shortName: 'snax',
|
|
13469
|
+
chainId: 2192,
|
|
13470
|
+
networkId: 2192,
|
|
13471
|
+
icon: 'snax',
|
|
13472
|
+
explorers: [
|
|
13473
|
+
{
|
|
13474
|
+
name: 'blockscout',
|
|
13475
|
+
url: 'https://explorer.snaxchain.io',
|
|
13476
|
+
icon: 'blockscout',
|
|
13477
|
+
standard: 'EIP3091'
|
|
13478
|
+
}
|
|
13479
|
+
]
|
|
13480
|
+
},
|
|
13461
13481
|
{
|
|
13462
13482
|
name: 'Moonsama Network',
|
|
13463
13483
|
chain: 'MSN',
|
|
@@ -21702,7 +21722,7 @@ const chainArray = [
|
|
|
21702
21722
|
]
|
|
21703
21723
|
},
|
|
21704
21724
|
{
|
|
21705
|
-
name: '
|
|
21725
|
+
name: 'KB Chain',
|
|
21706
21726
|
chain: 'KB',
|
|
21707
21727
|
rpc: [ 'https://mainnet-rpc.kbcfoundation.com' ],
|
|
21708
21728
|
faucets: [],
|