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
/
README.md
10 lines
(7 loc)
•
143 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
# Deploy WETH
Example: ```typescript import { deployWeth }
from
'@thenextblock/hardhat-weth'
; ...
const
weth =
await
deployWeth(signer); ```