eth-chainlist 0.0.487 → 0.0.488
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +8 -0
- package/data/chain.js +20 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.488 (2024-09-09)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.487 ([4e189dc](https://github.com/poowf/eth-chainlist/commit/4e189dc301557410a59e6735dbeda660a20b95a5))
|
9
|
+
* update chain data ([f0133c3](https://github.com/poowf/eth-chainlist/commit/f0133c3d2098bc41ba65a93a9a98037c705bca02))
|
10
|
+
|
3
11
|
### 0.0.487 (2024-09-08)
|
4
12
|
|
5
13
|
|
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',
|