Skip to content

Commit

Permalink
add flag in reseed10
Browse files Browse the repository at this point in the history
  • Loading branch information
nickkatsios committed Oct 4, 2024
1 parent 7e2c801 commit 1d19d81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/reseed/reseed10.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ async function reseed10(account, L2Beanstalk, mock, verbose = true) {
facetAddresses: facetAddresses,
verbose: true,
account: account,
object: false, // true to save diamond cut json, false to upgrade diamond
object: !mock, // true to save diamond cut json, false to upgrade diamond
checkGas: true
});
});
Expand Down

0 comments on commit 1d19d81

Please sign in to comment.