Hi there,
I was following this tutorial: https://docs.openzeppelin.com/defender/guide-upgrades
And I’ve been able to setup everything, but got stuck at the end in the script ‘propose-upgrade.js’:
When running it returns “proposeUpgrade() of undefined” meaning “defender” is empty and the const { defender } = require("hardhat");
is not working, I’ve tried to connect directly to “hardhat” without redeclaring as defender, but it seems that proposeUpgrade is not there any thoughts?
I’m running the latest “hardhat” version via npm install hardhat
Any help would be awesome and thank you for your amazing works!
Best