Skip to content

Commit

Permalink
Merge branch 'release/v3.2.4' into ir/fix/resolve-audit
Browse files Browse the repository at this point in the history
back-merge
  • Loading branch information
nxqbao committed Aug 23, 2024
2 parents 1f9cda8 + 4a6ff0f commit 2a938d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/20240807-ir-recover/20240807-ir-recover.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ contract Migration__20240807_IR_Recover is Migration {
sigs[0].r = 0xb377fd3c624426b0ef33f110dfc9424e6444f9000e8d4a859cd9102e59834544;
sigs[0].s = 0x2e7f1f124b131944db2982c70f5ffc4054326facbbca95f161f3f042b58f52f8;

vm.expectRevert(abi.encodeWithSelector(IMainchainGatewayV3.ErrQueryForInsufficientVoteWeight.selector));
vm.expectRevert(abi.encodeWithSelector(IMainchainGatewayV3.ErrInvalidSigner.selector, 0x11219E77CB5dF1E33e6e2985830d9Ef07f513f02, 0, sigs[0]));
_mainchainGW.submitWithdrawal(dummyReceipt, sigs);

bool reverted = vm.revertTo(snapshotId);
Expand Down

0 comments on commit 2a938d0

Please sign in to comment.