UNPKG
@thenextblock/hardhat-weth
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
WETH deployment plugin for Hardhat
github.com/thenextblock/DefiToolbox
thenextblock/DefiToolbox
@thenextblock/hardhat-weth
/
dist
/
src
/
functions.d.ts
4 lines
•
180 B
TypeScript
View Raw
1
2
3
4
import
{
Signer
}
from
'ethers'
;
import
{
WETH9
}
from
'../typechain'
;
export
declare
function
deployWeth
(
deployer: Signer
):
Promise
<
WETH9
>;
//# sourceMappingURL=functions.d.ts.map