rubic-sdk
Version:
Simplify dApp creation
26 lines • 1.24 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.stargatePoolId = void 0;
const stargate_bridge_token_1 = require("./stargate-bridge-token");
// Stargate close pools for BUSD and MAI
const pools = {
[]: 1,
[]: 2,
[]: 3,
// [stargateBridgeToken.BUSD]: 5,
[]: 7,
[]: 11,
[]: 14,
[]: 15,
// [stargateBridgeToken.MAI]: 16,
[]: 17,
[]: 19,
// ETHs
[]: 13,
[]: 13,
[]: 13,
[]: 13,
[]: 21
};
exports.stargatePoolId = pools;
//# sourceMappingURL=stargate-pool-id.js.map