fix: fixed migration script to adapt to the latest master changes

This commit is contained in:
The3D 2021-05-21 12:55:43 +02:00
parent f228a5d16a
commit 0150023517

View File

@ -49,8 +49,8 @@ task('pro:mainnet', 'Deploy development enviroment')
}
if (usingTenderly()) {
const postDeployHead = DRE.tenderlyRPC.getHead();
const postDeployFork = DRE.tenderlyRPC.getFork();
const postDeployHead = DRE.tenderlyNetwork.getHead();
const postDeployFork = DRE.tenderlyNetwork.getFork();
console.log('Tenderly Info');
console.log('- Head', postDeployHead);
console.log('- Fork', postDeployFork);