UNPKG

@f5i23q999d/cow-sdk

Version:

<p align="center"> <img width="400" src="https://github.com/cowprotocol/cow-sdk/raw/main/docs/images/CoW.png" /> </p>

21 lines 819 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getCoWShedFactoryInterface = exports.getCoWShedInterface = void 0; const generated_1 = require("../../common/generated/index.js"); let cowShedInterfaceCache; let cowShedFactoryInterface; function getCoWShedInterface() { if (!cowShedInterfaceCache) { cowShedInterfaceCache = generated_1.CoWShed__factory.createInterface(); } return cowShedInterfaceCache; } exports.getCoWShedInterface = getCoWShedInterface; function getCoWShedFactoryInterface() { if (!cowShedFactoryInterface) { cowShedFactoryInterface = generated_1.CoWShedFactory__factory.createInterface(); } return cowShedFactoryInterface; } exports.getCoWShedFactoryInterface = getCoWShedFactoryInterface; //# sourceMappingURL=utils.js.map