eth-chainlist 0.0.127 → 0.0.128

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 CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.128 (2023-04-16)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.127 ([ea7eda8](https://github.com/poowf/eth-chainlist/commit/ea7eda8bcb0f14ccf1f1aa8be4f560b9b97c7a29))
9
+ * update chain data ([29b8840](https://github.com/poowf/eth-chainlist/commit/29b884029140cd693e20f405acb94bd7cc6bc26f))
10
+
3
11
  ### 0.0.127 (2023-04-15)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -15888,6 +15888,7 @@ const chainArray = [
15888
15888
  {
15889
15889
  name: 'Palm Testnet',
15890
15890
  chain: 'Palm',
15891
+ icon: 'palm',
15891
15892
  rpc: [ 'https://palm-testnet.infura.io/v3/${INFURA_API_KEY}' ],
15892
15893
  faucets: [],
15893
15894
  nativeCurrency: { name: 'PALM', symbol: 'PALM', decimals: 18 },
@@ -15906,6 +15907,7 @@ const chainArray = [
15906
15907
  {
15907
15908
  name: 'Palm',
15908
15909
  chain: 'Palm',
15910
+ icon: 'palm',
15909
15911
  rpc: [ 'https://palm-mainnet.infura.io/v3/${INFURA_API_KEY}' ],
15910
15912
  faucets: [],
15911
15913
  nativeCurrency: { name: 'PALM', symbol: 'PALM', decimals: 18 },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.127",
3
+ "version": "0.0.128",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {