UNPKG

@bayswap/sdk

Version:

SDK for BaySwap smart contract

12 lines 384 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isStable = exports.isUncorrelated = void 0; const isUncorrelated = (curve) => { return curve.includes('Uncorrelated'); }; exports.isUncorrelated = isUncorrelated; const isStable = (curve) => { return curve.includes('Stable'); }; exports.isStable = isStable; //# sourceMappingURL=curve.js.map