UNPKG

@thenextblock/hardhat-weth

Version:
4 lines 180 B
import { Signer } from 'ethers'; import { WETH9 } from '../typechain'; export declare function deployWeth(deployer: Signer): Promise<WETH9>; //# sourceMappingURL=functions.d.ts.map