UNPKG

@mozaic-fi/intent-swapper-sdk-common

Version:
43 lines 1.08 kB
"use strict"; /* Autogenerated file. Do not edit manually. */ /* tslint:disable */ /* eslint-disable */ Object.defineProperty(exports, "__esModule", { value: true }); exports.WETH__factory = void 0; const ethers_1 = require("ethers"); const _abi = [ { constant: false, inputs: [], name: 'deposit', outputs: [], payable: true, stateMutability: 'payable', type: 'function', }, { constant: false, inputs: [ { name: 'wad', type: 'uint256', }, ], name: 'withdraw', outputs: [], payable: false, stateMutability: 'nonpayable', type: 'function', }, ]; class WETH__factory { static createInterface() { return new ethers_1.utils.Interface(_abi); } static connect(address, signerOrProvider) { return new ethers_1.Contract(address, _abi, signerOrProvider); } } exports.WETH__factory = WETH__factory; WETH__factory.abi = _abi; //# sourceMappingURL=WETH__factory.js.map