import hardhat from "hardhat"; import { getUpgradeContext } from "../utils"; import { createUpgradeProposal } from "./upgradeUtils"; const upgradeStFury = () => { const { deployDetails } = getUpgradeContext(hardhat); createUpgradeProposal(deployDetails.stFURY_proxy, "StFURY"); }; upgradeStFury();