eth-chainlist 0.0.585 → 0.0.586

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.586 (2025-01-14)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.585 ([1e34011](https://github.com/poowf/eth-chainlist/commit/1e3401108954941c0593fbc07a9bb5366cce437b))
9
+ * update chain data ([7b26541](https://github.com/poowf/eth-chainlist/commit/7b265414fbc87b3c06b91fd569847d57f8cf7a68))
10
+
3
11
  ### 0.0.585 (2025-01-13)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -33784,6 +33784,27 @@ const chainArray = [
33784
33784
  }
33785
33785
  ]
33786
33786
  },
33787
+ {
33788
+ name: 'Sidra Chain',
33789
+ chain: 'SIDRA',
33790
+ icon: 'sidrachain',
33791
+ rpc: [ 'https://node.sidrachain.com' ],
33792
+ features: [ { name: 'EIP155' } ],
33793
+ faucets: [],
33794
+ nativeCurrency: { name: 'Sidra Digital Asset', symbol: 'SDA', decimals: 18 },
33795
+ infoURL: 'https://www.sidrachain.com',
33796
+ shortName: 'sidra',
33797
+ chainId: 97453,
33798
+ networkId: 97453,
33799
+ explorers: [
33800
+ {
33801
+ name: 'Sidra Chain Explorer',
33802
+ url: 'https://ledger.sidrachain.com',
33803
+ icon: 'sidrachain',
33804
+ standard: 'EIP3091'
33805
+ }
33806
+ ]
33807
+ },
33787
33808
  {
33788
33809
  name: 'Green Chain Testnet',
33789
33810
  chain: 'Green Chain',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.585",
3
+ "version": "0.0.586",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {