@apillon/sdk
Version:
▶◀ Apillon SDK for NodeJS ▶◀
16 lines • 710 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ChainRpcUrl = exports.LogLevel = void 0;
var LogLevel;
(function (LogLevel) {
LogLevel[LogLevel["NONE"] = 1] = "NONE";
LogLevel[LogLevel["ERROR"] = 2] = "ERROR";
LogLevel[LogLevel["VERBOSE"] = 3] = "VERBOSE";
})(LogLevel = exports.LogLevel || (exports.LogLevel = {}));
var ChainRpcUrl;
(function (ChainRpcUrl) {
ChainRpcUrl["ASTAR"] = "https://evm.astar.network";
ChainRpcUrl["MOONBASE"] = "https://rpc.api.moonbase.moonbeam.network";
ChainRpcUrl["MOONBEAM"] = "https://rpc.api.moonbeam.network";
})(ChainRpcUrl = exports.ChainRpcUrl || (exports.ChainRpcUrl = {}));
//# sourceMappingURL=apillon.js.map