eth-chainlist 0.0.249 → 0.0.250

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.250 (2023-10-05)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.249 ([6e3c4ff](https://github.com/poowf/eth-chainlist/commit/6e3c4ffdc3fa7e76355073d6e5df11385173160b))
9
+ * update chain data ([abea57e](https://github.com/poowf/eth-chainlist/commit/abea57ee0a0118398b7186fecbcd303385f13033))
10
+
3
11
  ### 0.0.249 (2023-10-03)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -9032,6 +9032,7 @@ const chainArray = [
9032
9032
  {
9033
9033
  name: 'Movo Smart Chain Mainnet',
9034
9034
  chain: 'MOVO',
9035
+ icon: 'movo',
9035
9036
  rpc: [
9036
9037
  'https://msc-rpc.movoscan.com',
9037
9038
  'https://msc-rpc.movochain.org',
@@ -9044,7 +9045,6 @@ const chainArray = [
9044
9045
  chainId: 2049,
9045
9046
  networkId: 2049,
9046
9047
  slip44: 2050,
9047
- icon: 'movo',
9048
9048
  explorers: [
9049
9049
  {
9050
9050
  name: 'movoscan',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.249",
3
+ "version": "0.0.250",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {