eth-chainlist 0.0.584 → 0.0.585

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.585 (2025-01-13)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.584 ([03951ba](https://github.com/poowf/eth-chainlist/commit/03951ba6e52e705f3ffa0c39f3ab4c85a33f312c))
9
+ * update chain data ([b643649](https://github.com/poowf/eth-chainlist/commit/b6436497203339768c79b8eafcb757976d2c8323))
10
+
3
11
  ### 0.0.584 (2025-01-11)
4
12
 
5
13
 
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',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.584",
3
+ "version": "0.0.585",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {