eth-chainlist 0.0.614 → 0.0.615

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.615 (2025-02-17)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.614 ([b114eec](https://github.com/poowf/eth-chainlist/commit/b114eeca7802e36b18e117d354f5e9ae99a9433d))
9
+ * update chain data ([57060c3](https://github.com/poowf/eth-chainlist/commit/57060c36fb0058180489b8590a900609bb5ba651))
10
+
3
11
  ### 0.0.614 (2025-02-16)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -39586,6 +39586,25 @@ const chainArray = [
39586
39586
  }
39587
39587
  ]
39588
39588
  },
39589
+ {
39590
+ name: 'Emeraldz',
39591
+ chain: 'EMED',
39592
+ rpc: [ 'https://public.0xrpc.com/789789' ],
39593
+ faucets: [],
39594
+ nativeCurrency: { name: 'EMERALDZ', symbol: 'EMED', decimals: 18 },
39595
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
39596
+ infoURL: 'https://emeraldzscan.com',
39597
+ shortName: 'emed',
39598
+ chainId: 789789,
39599
+ networkId: 789789,
39600
+ explorers: [
39601
+ {
39602
+ name: 'Emeraldz Explorer',
39603
+ url: 'https://emeraldzscan.com',
39604
+ standard: 'EIP3091'
39605
+ }
39606
+ ]
39607
+ },
39589
39608
  {
39590
39609
  name: 'OctaSpace',
39591
39610
  chain: 'OCTA',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.614",
3
+ "version": "0.0.615",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {