@lifi/data-types 2.3.0 → 2.3.1
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/dist/chains/index.d.ts
CHANGED
package/dist/chains/index.js
CHANGED
package/dist/cjs/chains/index.js
CHANGED
|
@@ -14,5 +14,12 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
exports.supportedUXTOChains = exports.supportedSolanaChains = exports.supportedEVMChains = void 0;
|
|
18
|
+
var supportedChains_evm_1 = require("./supportedChains.evm");
|
|
19
|
+
Object.defineProperty(exports, "supportedEVMChains", { enumerable: true, get: function () { return supportedChains_evm_1.supportedEVMChains; } });
|
|
20
|
+
var supportedChains_svm_1 = require("./supportedChains.svm");
|
|
21
|
+
Object.defineProperty(exports, "supportedSolanaChains", { enumerable: true, get: function () { return supportedChains_svm_1.supportedSolanaChains; } });
|
|
22
|
+
var supportedChains_utxo_1 = require("./supportedChains.utxo");
|
|
23
|
+
Object.defineProperty(exports, "supportedUXTOChains", { enumerable: true, get: function () { return supportedChains_utxo_1.supportedUXTOChains; } });
|
|
17
24
|
__exportStar(require("./supportedChains"), exports);
|
|
18
25
|
__exportStar(require("./utils"), exports);
|