eth-chainlist 0.0.479 → 0.0.480
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 +20 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### 0.0.480 (2024-08-31)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Maintenance
|
|
7
|
+
|
|
8
|
+
* **release:** 0.0.479 ([707aee3](https://github.com/poowf/eth-chainlist/commit/707aee343223d29761283063c0acb5aa233b2f26))
|
|
9
|
+
* update chain data ([acf3aef](https://github.com/poowf/eth-chainlist/commit/acf3aef4e6433e36cff3e709e74aaf4667d7d3f5))
|
|
10
|
+
|
|
3
11
|
### 0.0.479 (2024-08-30)
|
|
4
12
|
|
|
5
13
|
|
package/data/chain.js
CHANGED
|
@@ -8342,6 +8342,25 @@ const chainArray = [
|
|
|
8342
8342
|
}
|
|
8343
8343
|
]
|
|
8344
8344
|
},
|
|
8345
|
+
{
|
|
8346
|
+
name: 'Palm Smart Chain',
|
|
8347
|
+
title: 'Palm Smart Chain',
|
|
8348
|
+
chain: 'Palm',
|
|
8349
|
+
rpc: [ 'https://rpc.palmsmartchain.io' ],
|
|
8350
|
+
faucets: [],
|
|
8351
|
+
nativeCurrency: { name: 'PALM', symbol: 'PALM', decimals: 18 },
|
|
8352
|
+
infoURL: 'https://palmsmartchain.io',
|
|
8353
|
+
shortName: 'PalmChain',
|
|
8354
|
+
chainId: 973,
|
|
8355
|
+
networkId: 973,
|
|
8356
|
+
explorers: [
|
|
8357
|
+
{
|
|
8358
|
+
name: 'Palm Smart Chain Explorer',
|
|
8359
|
+
url: 'https://explorer.palmsmartchain.io',
|
|
8360
|
+
standard: 'EIP3091'
|
|
8361
|
+
}
|
|
8362
|
+
]
|
|
8363
|
+
},
|
|
8345
8364
|
{
|
|
8346
8365
|
name: 'Nepal Blockchain Network',
|
|
8347
8366
|
chain: 'YETI',
|
|
@@ -25063,7 +25082,7 @@ const chainArray = [
|
|
|
25063
25082
|
]
|
|
25064
25083
|
},
|
|
25065
25084
|
{
|
|
25066
|
-
name: 'Zilliqa
|
|
25085
|
+
name: 'Zilliqa 2 EVM devnet',
|
|
25067
25086
|
chain: 'ZIL',
|
|
25068
25087
|
rpc: [ 'https://api.zq2-devnet.zilliqa.com' ],
|
|
25069
25088
|
faucets: [ 'https://faucet.zq2-devnet.zilliqa.com' ],
|