@stratosphere-network/shared
Version:
Shared utilities and types for StratoSphere SDK
8 lines • 501 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CHAIN_CONFIGS = exports.SupportedChain = void 0;
// Export all chain-related types and constants
var chains_1 = require("./chains");
Object.defineProperty(exports, "SupportedChain", { enumerable: true, get: function () { return chains_1.SupportedChain; } });
Object.defineProperty(exports, "CHAIN_CONFIGS", { enumerable: true, get: function () { return chains_1.CHAIN_CONFIGS; } });
//# sourceMappingURL=index.js.map