rubic-sdk
Version:
Simplify dApp creation
25 lines • 1.23 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.stargatePoolsDecimals = void 0;
const stargate_bridge_token_1 = require("./stargate-bridge-token");
// Stargate close pools for BUSD and MAI
exports.stargatePoolsDecimals = {
[]: 6,
[]: 6,
[]: 6,
// [stargateBridgeToken.MAI]: 6,
[]: 18,
[]: 18,
[]: 6,
[]: 6,
// [stargateBridgeToken.BUSD]: 6,
[]: 6,
[]: 6,
[]: 18,
// ETHs
[]: 18,
[]: 18,
[]: 18,
[]: 18
};
//# sourceMappingURL=stargate-pools-decimals.js.map