Skip to content

Commit

Permalink
test: beacon typo
Browse files Browse the repository at this point in the history
  • Loading branch information
llwslc committed Mar 28, 2023
1 parent e1ab028 commit 38313c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ module.exports = async function (deployer) {
const afterValueV2 = await box.valueV2();
console.info('ValueV2 after', afterValueV2.toNumber());
} catch (error) {
console.error('UUPS: upgrade box error', error);
console.error('Beacon: upgrade box error', error);
}
};

0 comments on commit 38313c2

Please sign in to comment.