@f5i23q999d/cow-sdk
Version:
<p align="center"> <img width="400" src="https://github.com/cowprotocol/cow-sdk/raw/main/docs/images/CoW.png" /> </p>
11 lines • 449 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DEFAULT_CONDITIONAL_ORDER_REGISTRY = void 0;
const tslib_1 = require("tslib");
const Twap_1 = require("./Twap.js");
tslib_1.__exportStar(require("./Twap.js"), exports);
exports.DEFAULT_CONDITIONAL_ORDER_REGISTRY = {
// Registry of all known order types
[Twap_1.TWAP_ADDRESS]: (params) => Twap_1.Twap.fromParams(params),
};
//# sourceMappingURL=index.js.map