eth-chainlist 0.0.246 → 0.0.248

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.248 (2023-10-02)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.247 ([0cbc31c](https://github.com/poowf/eth-chainlist/commit/0cbc31ca4a21d3a6bdbab5dee80b3c5115664e1b))
9
+ * update chain data ([7fdbde7](https://github.com/poowf/eth-chainlist/commit/7fdbde796f7364b23e07a436a4c7b2a96c798064))
10
+
11
+ ### 0.0.247 (2023-10-01)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.246 ([70a5a00](https://github.com/poowf/eth-chainlist/commit/70a5a004d092d047b78b53c0b0052a97cc4a3165))
17
+ * update chain data ([f9f5b2f](https://github.com/poowf/eth-chainlist/commit/f9f5b2f8e3d3b2d651818256e6a6c730697f6256))
18
+
3
19
  ### 0.0.246 (2023-09-30)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -9029,6 +9029,31 @@ const chainArray = [
9029
9029
  }
9030
9030
  ]
9031
9031
  },
9032
+ {
9033
+ name: 'Movo Smart Chain Mainnet',
9034
+ chain: 'MOVO',
9035
+ rpc: [
9036
+ 'https://msc-rpc.movoscan.com',
9037
+ 'https://msc-rpc.movochain.org',
9038
+ 'https://msc-rpc.movoswap.com'
9039
+ ],
9040
+ faucets: [],
9041
+ nativeCurrency: { name: 'Movo Smart Chain', symbol: 'MOVO', decimals: 18 },
9042
+ infoURL: 'https://movo.uk',
9043
+ shortName: 'movo',
9044
+ chainId: 2049,
9045
+ networkId: 2049,
9046
+ slip44: 2050,
9047
+ icon: 'movo',
9048
+ explorers: [
9049
+ {
9050
+ name: 'movoscan',
9051
+ url: 'https://movoscan.com',
9052
+ icon: 'movoscan',
9053
+ standard: 'none'
9054
+ }
9055
+ ]
9056
+ },
9032
9057
  {
9033
9058
  name: 'Quokkacoin Mainnet',
9034
9059
  chain: 'Qkacoin',
@@ -14424,6 +14449,12 @@ const chainArray = [
14424
14449
  url: 'https://holesky.otterscan.io',
14425
14450
  icon: 'ethereum',
14426
14451
  standard: 'EIP3091'
14452
+ },
14453
+ {
14454
+ name: 'Holesky Etherscan',
14455
+ url: 'https://holesky.etherscan.io',
14456
+ icon: 'ethereum',
14457
+ standard: 'EIP3091'
14427
14458
  }
14428
14459
  ]
14429
14460
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.246",
3
+ "version": "0.0.248",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {