hardhat-deploy
Advanced tools
Changelog
0.7.0-beta.31
Changelog
0.7.0-beta.30
Changelog
0.7.0-beta.29
Changelog
0.7.0-beta.28
Changelog
0.7.0-beta.27
Changelog
0.7.0-beta.24
Changelog
0.7.0-beta.23
Changelog
0.7.0-beta.22
Changelog
0.7.0-beta.21
remove new types from hardhat/types module
If you use typescript in your deploy script and import the DeployFunction
type for example you ll need to update the import
from
import {HardhatRuntimeEnvironment, DeployFunction} from 'hardhat/types';
to
import {HardhatRuntimeEnvironment} from 'hardhat/types';
import {DeployFunction} from 'hardhat-deploy/types';