Skip to content

Commit

Permalink
fix: use unexistent exportation from upgrade module
Browse files Browse the repository at this point in the history
  • Loading branch information
EnThib authored Feb 5, 2025
1 parent dd19b66 commit 484a712
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ Next it's time to upgrade our proxy to a new version. To do this, we'll create a
const upgradeModule = buildModule("UpgradeModule", (m) => {
const proxyAdminOwner = m.getAccount(0);

const { proxyAdmin, proxy } = m.useModule(proxyModule);
const { proxyAdmin, proxy } = m.useModule(demoModule);

const demoV2 = m.contract("DemoV2");

Expand Down

0 comments on commit 484a712

Please sign in to comment.