Skip to content

Commit

Permalink
add upgrade game corrected script
Browse files Browse the repository at this point in the history
  • Loading branch information
peersky committed Apr 26, 2024
1 parent 6a2a204 commit 9beea63
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions deploy/04_upgradeGame.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,17 @@ const func: DeployFunction = async (hre: HardhatRuntimeEnvironment) => {
log: true,
from: owner,
owner: owner,

execute: {
methodName: 'init',
args: [],
},
facets: [
'EIP712InspectorFacet',
'RankifyInstanceMainFacet',
'RankifyInstanceRequirementsFacet',
'RankifyInstanceGameMastersFacet',
'RankifyInstanceGameOwnersFacet',
'RankifyInstanceInit',
'RankifyInstanceMigration',
],
});
};
Expand Down

0 comments on commit 9beea63

Please sign in to comment.