eth-chainlist 0.0.584 → 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,21 @@
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
+
11
+ ### 0.0.585 (2025-01-13)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.584 ([03951ba](https://github.com/poowf/eth-chainlist/commit/03951ba6e52e705f3ffa0c39f3ab4c85a33f312c))
17
+ * update chain data ([b643649](https://github.com/poowf/eth-chainlist/commit/b6436497203339768c79b8eafcb757976d2c8323))
18
+
3
19
  ### 0.0.584 (2025-01-11)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -21103,6 +21103,27 @@ const chainArray = [
21103
21103
  }
21104
21104
  ]
21105
21105
  },
21106
+ {
21107
+ name: 'UXLINK One Testnet',
21108
+ chain: 'UXLINK One',
21109
+ rpc: [ 'https://rpc-sepolia.uxlinkone.com' ],
21110
+ faucets: [],
21111
+ nativeCurrency: { name: 'UXLINK', symbol: 'UXLINK', decimals: 18 },
21112
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
21113
+ infoURL: 'https://www.uxlinkone.io',
21114
+ shortName: 'uxlink1-sep',
21115
+ chainId: 7181,
21116
+ networkId: 7181,
21117
+ icon: 'uxlinkone',
21118
+ explorers: [
21119
+ {
21120
+ name: 'UXLINK One Sepolia Explorer',
21121
+ url: 'https://sepolia.uxlinkone.com',
21122
+ icon: 'uxlinkone',
21123
+ standard: 'EIP3091'
21124
+ }
21125
+ ]
21126
+ },
21106
21127
  {
21107
21128
  name: 'exSat Mainnet',
21108
21129
  chain: 'exSat',
@@ -25123,6 +25144,25 @@ const chainArray = [
25123
25144
  }
25124
25145
  ]
25125
25146
  },
25147
+ {
25148
+ name: 'Artela Mainnet',
25149
+ chain: 'Artela',
25150
+ rpc: [ 'https://node-euro.artela.network/rpc' ],
25151
+ faucets: [],
25152
+ nativeCurrency: { name: 'ART', symbol: 'ART', decimals: 18 },
25153
+ infoURL: 'https://artela.network/',
25154
+ shortName: 'artela-mainnet',
25155
+ chainId: 11820,
25156
+ networkId: 11820,
25157
+ icon: 'artela',
25158
+ explorers: [
25159
+ {
25160
+ name: 'ArtelaScan',
25161
+ url: 'https://artscan.artela.network',
25162
+ standard: 'EIP3091'
25163
+ }
25164
+ ]
25165
+ },
25126
25166
  {
25127
25167
  name: 'Artela Testnet',
25128
25168
  chain: 'Artela',
@@ -33744,6 +33784,27 @@ const chainArray = [
33744
33784
  }
33745
33785
  ]
33746
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
+ },
33747
33808
  {
33748
33809
  name: 'Green Chain Testnet',
33749
33810
  chain: 'Green Chain',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.584",
3
+ "version": "0.0.586",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {