@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
|
|
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
|
|
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
|
|
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
|
|
190
|
+
})(ChainId = exports.ChainId || (exports.ChainId = {}));
|
package/dist/cjs/bridges.js
CHANGED
|
@@ -19,7 +19,7 @@ var BridgeTool;
|
|
|
19
19
|
BridgeTool["across"] = "across";
|
|
20
20
|
BridgeTool["portal"] = "portal";
|
|
21
21
|
BridgeTool["stargate"] = "stargate";
|
|
22
|
-
})(BridgeTool
|
|
22
|
+
})(BridgeTool = exports.BridgeTool || (exports.BridgeTool = {}));
|
|
23
23
|
/**
|
|
24
24
|
* @deprecated
|
|
25
25
|
* These values are now obtainable from the LI.FI API
|
package/dist/cjs/chains/Chain.js
CHANGED
package/dist/cjs/exchanges.js
CHANGED
|
@@ -13,7 +13,7 @@ var ExchangeTool;
|
|
|
13
13
|
ExchangeTool["openocean"] = "openocean";
|
|
14
14
|
ExchangeTool["zerox"] = "0x";
|
|
15
15
|
ExchangeTool["dodo"] = "dodo";
|
|
16
|
-
})(ExchangeTool
|
|
16
|
+
})(ExchangeTool = exports.ExchangeTool || (exports.ExchangeTool = {}));
|
|
17
17
|
/**
|
|
18
18
|
* @deprecated
|
|
19
19
|
* These values are now obtainable from the LI.FI API
|