eth-chainlist 0.0.780 → 0.0.781

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.781 (2026-05-26)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.780 ([91e4a65](https://github.com/poowf/eth-chainlist/commit/91e4a6556ee584902366f6cec247d0b3a33d426f))
9
+ * update chain data ([207f651](https://github.com/poowf/eth-chainlist/commit/207f651c6adcb05c1d44e81becbacabc73507351))
10
+
3
11
  ### 0.0.780 (2026-05-25)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -6250,10 +6250,12 @@ const chainArray = [
6250
6250
  shortName: 'bourse',
6251
6251
  chainId: 343,
6252
6252
  networkId: 343,
6253
+ icon: 'bourse',
6253
6254
  explorers: [
6254
6255
  {
6255
6256
  name: 'Capital Exchange Markets | Digital',
6256
6257
  url: 'https://explorer.capitalexchange.se',
6258
+ icon: 'bourse',
6257
6259
  standard: 'none'
6258
6260
  }
6259
6261
  ]
@@ -29955,9 +29957,9 @@ const chainArray = [
29955
29957
  name: 'RANNTA X-Chain',
29956
29958
  chain: 'RANNTA',
29957
29959
  icon: 'rannta',
29958
- rpc: [ 'https://rpc.rannta.com/api/rpc' ],
29960
+ rpc: [ 'https://rpc.rannta.com' ],
29959
29961
  faucets: [],
29960
- nativeCurrency: { name: 'RANNTA Core X', symbol: 'RNTX', decimals: 13 },
29962
+ nativeCurrency: { name: 'RANNTA Core X', symbol: 'RNTX', decimals: 18 },
29961
29963
  infoURL: 'https://rannta.com',
29962
29964
  shortName: 'rntx',
29963
29965
  chainId: 13113,
@@ -44288,6 +44290,17 @@ const chainArray = [
44288
44290
  }
44289
44291
  ]
44290
44292
  },
44293
+ {
44294
+ name: 'MPCQ Mainnet',
44295
+ chain: 'MPCQ',
44296
+ rpc: [ 'https://rpc.moneypoolscash.com' ],
44297
+ faucets: [],
44298
+ nativeCurrency: { name: 'MPCQ', symbol: 'MPCQ', decimals: 18 },
44299
+ infoURL: 'https://moneypoolscash.com',
44300
+ shortName: 'mpcq',
44301
+ chainId: 262144,
44302
+ networkId: 262144
44303
+ },
44291
44304
  {
44292
44305
  name: 'Eclat Testnet',
44293
44306
  chain: 'Eclat',
@@ -45160,6 +45173,25 @@ const chainArray = [
45160
45173
  }
45161
45174
  ]
45162
45175
  },
45176
+ {
45177
+ name: 'PLN Network',
45178
+ chain: 'PLN',
45179
+ icon: 'pln',
45180
+ rpc: [ 'https://oneagent.uk/rpc' ],
45181
+ faucets: [ 'https://oneagent.uk' ],
45182
+ nativeCurrency: { name: 'PLN', symbol: 'PLN', decimals: 18 },
45183
+ infoURL: 'https://oneagent.uk',
45184
+ shortName: 'pln',
45185
+ chainId: 411994,
45186
+ networkId: 411994,
45187
+ explorers: [
45188
+ {
45189
+ name: 'PLNScan',
45190
+ url: 'https://plnscan.com',
45191
+ standard: 'EIP3091'
45192
+ }
45193
+ ]
45194
+ },
45163
45195
  {
45164
45196
  name: 'AIE Testnet',
45165
45197
  chain: 'AIE',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.780",
3
+ "version": "0.0.781",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "lint-staged": {