@lifi/types 8.0.3 → 8.0.4

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
@@ -2,6 +2,13 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [8.0.4](https://github.com/lifinance/types/compare/v8.0.3...v8.0.4) (2023-07-20)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * **chains:** update zkEVM rpc ([#181](https://github.com/lifinance/types/issues/181)) ([55b45fa](https://github.com/lifinance/types/commit/55b45fa6f6b76c65f5a9b71da7cbe97c37b828bb))
11
+
5
12
  ### [8.0.3](https://github.com/lifinance/types/compare/v8.0.2...v8.0.3) (2023-07-04)
6
13
 
7
14
 
@@ -804,7 +804,7 @@ export const supportedEVMChains = [
804
804
  symbol: 'ETH',
805
805
  decimals: 18,
806
806
  },
807
- rpcUrls: ['https://polygon-rpc.com/zkevm'],
807
+ rpcUrls: ['https://zkevm-rpc.com'],
808
808
  },
809
809
  },
810
810
  // TESTNETS
package/dist/cjs/base.js CHANGED
@@ -63,7 +63,7 @@ var CoinKey;
63
63
  CoinKey["MCB"] = "MCB";
64
64
  CoinKey["CELR"] = "CELR";
65
65
  CoinKey["IF"] = "IF";
66
- })(CoinKey || (exports.CoinKey = CoinKey = {}));
66
+ })(CoinKey = exports.CoinKey || (exports.CoinKey = {}));
67
67
  var ChainKey;
68
68
  (function (ChainKey) {
69
69
  ChainKey["ETH"] = "eth";
@@ -125,7 +125,7 @@ var ChainKey;
125
125
  ChainKey["MORT"] = "mort";
126
126
  ChainKey["FTMT"] = "ftmt";
127
127
  ChainKey["LNAT"] = "lnat";
128
- })(ChainKey || (exports.ChainKey = ChainKey = {}));
128
+ })(ChainKey = exports.ChainKey || (exports.ChainKey = {}));
129
129
  var ChainId;
130
130
  (function (ChainId) {
131
131
  ChainId[ChainId["ETH"] = 1] = "ETH";
@@ -187,4 +187,4 @@ var ChainId;
187
187
  ChainId[ChainId["MORT"] = 1287] = "MORT";
188
188
  ChainId[ChainId["FTMT"] = 4002] = "FTMT";
189
189
  ChainId[ChainId["LNAT"] = 59140] = "LNAT";
190
- })(ChainId || (exports.ChainId = ChainId = {}));
190
+ })(ChainId = exports.ChainId || (exports.ChainId = {}));
@@ -19,7 +19,7 @@ var BridgeTool;
19
19
  BridgeTool["across"] = "across";
20
20
  BridgeTool["portal"] = "portal";
21
21
  BridgeTool["stargate"] = "stargate";
22
- })(BridgeTool || (exports.BridgeTool = BridgeTool = {}));
22
+ })(BridgeTool = exports.BridgeTool || (exports.BridgeTool = {}));
23
23
  /**
24
24
  * @deprecated
25
25
  * These values are now obtainable from the LI.FI API
@@ -5,4 +5,4 @@ var ChainType;
5
5
  (function (ChainType) {
6
6
  ChainType["EVM"] = "EVM";
7
7
  ChainType["Solana"] = "SOLANA";
8
- })(ChainType || (exports.ChainType = ChainType = {}));
8
+ })(ChainType = exports.ChainType || (exports.ChainType = {}));
@@ -807,7 +807,7 @@ exports.supportedEVMChains = [
807
807
  symbol: 'ETH',
808
808
  decimals: 18,
809
809
  },
810
- rpcUrls: ['https://polygon-rpc.com/zkevm'],
810
+ rpcUrls: ['https://zkevm-rpc.com'],
811
811
  },
812
812
  },
813
813
  // TESTNETS
@@ -13,7 +13,7 @@ var ExchangeTool;
13
13
  ExchangeTool["openocean"] = "openocean";
14
14
  ExchangeTool["zerox"] = "0x";
15
15
  ExchangeTool["dodo"] = "dodo";
16
- })(ExchangeTool || (exports.ExchangeTool = ExchangeTool = {}));
16
+ })(ExchangeTool = exports.ExchangeTool || (exports.ExchangeTool = {}));
17
17
  /**
18
18
  * @deprecated
19
19
  * These values are now obtainable from the LI.FI API
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lifi/types",
3
- "version": "8.0.3",
3
+ "version": "8.0.4",
4
4
  "description": "Types for the LI.FI stack",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/index.js",