Skip to content

Commit

Permalink
use 16 as minimum in verification tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair-singh committed Oct 25, 2023
1 parent 6a11cfe commit f1e1961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/test/Verification.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ contract VerificationTest is Test {
bytes4 public encodedParachainID;

function setUp() public {
beefyClient = new BeefyClientMock(3, 8, 24);
beefyClient = new BeefyClientMock(3, 8, 16);
encodedParachainID = ScaleCodec.encodeU32(BRIDGE_HUB_PARA_ID);
v = new VerificationWrapper();
}
Expand Down

0 comments on commit f1e1961

Please sign in to comment.