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
/
src
/
index.ts
4 lines
(3 loc)
•
119 B
text/typescript
View Raw
1
2
3
4
export
{
WETH9
}
from
'../typechain'
;
export
{ deployWeth }
from
'./functions'
;
export
{
WETH_DEPLOY
}
from
'./tasks'
;