UNPKG

@thenextblock/hardhat-weth

Version:
10 lines 371 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.deployWeth = void 0; const typechain_1 = require("../typechain"); async function deployWeth(deployer) { const contract = await new typechain_1.WETH9__factory(deployer).deploy(); return contract.deployed(); } exports.deployWeth = deployWeth; //# sourceMappingURL=functions.js.map