@wormhole-foundation/sdk-evm-portico
Version:
SDK for EVM chains, used in conjunction with @wormhole-foundation/sdk
13 lines • 780 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.uniswapQuoterV2Abi = exports.porticoSwapFinishedEvent = exports.porticoAbi = void 0;
const ethers_1 = require("ethers");
exports.porticoAbi = new ethers_1.ethers.Interface([
'function start((bytes32,address,address,address,address,address,uint256,uint256,uint256,uint256)) returns (address,uint16,uint64)',
'function receiveMessageAndSwap(bytes)',
]);
exports.porticoSwapFinishedEvent = '0xc2addcb063016f6dc1647fc8cd7206c3436cc4293c4acffe4feac288459ca7fc';
exports.uniswapQuoterV2Abi = new ethers_1.ethers.Interface([
'function quoteExactInputSingle((address,address,uint256,uint24,uint160)) public view returns (uint256,uint160,uint32,uint256)',
]);
//# sourceMappingURL=abis.js.map