@f5i23q999d/cow-sdk
Version:
<p align="center"> <img width="400" src="https://github.com/cowprotocol/cow-sdk/raw/main/docs/images/CoW.png" /> </p>
16 lines • 505 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.getHookMockForCostEstimation = void 0;
function getHookMockForCostEstimation(gasLimit) {
return {
post: [
{
callData: '0x00',
gasLimit: gasLimit.toString(),
target: '0x0000000000000000000000000000000000000000',
},
],
};
}
exports.getHookMockForCostEstimation = getHookMockForCostEstimation;
//# sourceMappingURL=utils.js.map