eth-chainlist 0.0.134 → 0.0.135

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.135 (2023-04-24)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.134 ([76c6a37](https://github.com/poowf/eth-chainlist/commit/76c6a37bd2a67fa133e89e86bd9c77aac321f407))
9
+ * update chain data ([80c353b](https://github.com/poowf/eth-chainlist/commit/80c353ba37bd60f74fb3965468adfe9f0315a3d7))
10
+
3
11
  ### 0.0.134 (2023-04-22)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -4905,6 +4905,26 @@ const chainArray = [
4905
4905
  }
4906
4906
  ]
4907
4907
  },
4908
+ {
4909
+ name: '5ireChain Thunder',
4910
+ chain: '5ireChain',
4911
+ rpc: [ 'https://rpc-testnet.5ire.network' ],
4912
+ faucets: [ 'https://explorer.5ire.network/faucet' ],
4913
+ nativeCurrency: { name: '5ire Token', symbol: '5ire', decimals: 18 },
4914
+ infoURL: 'https://5ire.org',
4915
+ shortName: '5ire',
4916
+ chainId: 997,
4917
+ networkId: 997,
4918
+ icon: '5ireChain',
4919
+ explorers: [
4920
+ {
4921
+ name: '5ireChain Explorer',
4922
+ url: 'https://explorer.5ire.network',
4923
+ standard: 'none',
4924
+ icon: '5ireChain'
4925
+ }
4926
+ ]
4927
+ },
4908
4928
  {
4909
4929
  name: 'Lucky Network',
4910
4930
  chain: 'LN',
@@ -7252,6 +7272,26 @@ const chainArray = [
7252
7272
  }
7253
7273
  ]
7254
7274
  },
7275
+ {
7276
+ name: 'Metaplayerone Network',
7277
+ chain: 'MP1 Dubai-Testnet',
7278
+ icon: 'meu',
7279
+ rpc: [ 'https://rpc-dubai.mp1network.com/' ],
7280
+ faucets: [],
7281
+ nativeCurrency: { name: 'Metaunit', symbol: 'MEU', decimals: 18 },
7282
+ infoURL: 'https://docs.metaplayer.one/',
7283
+ shortName: 'MEU',
7284
+ chainId: 2124,
7285
+ networkId: 2124,
7286
+ explorers: [
7287
+ {
7288
+ name: 'MP1Scan',
7289
+ url: 'https://dubai.mp1scan.io',
7290
+ icon: 'meu',
7291
+ standard: 'EIP3091'
7292
+ }
7293
+ ]
7294
+ },
7255
7295
  {
7256
7296
  name: 'Defi Oracle Meta Testnet',
7257
7297
  chain: 'dfiometatest',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.134",
3
+ "version": "0.0.135",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {