Skip to content

Commit 76df72f

Browse files
committed
Merge branch 'token-mint-eth-burn' of https://github.com/waku-org/waku-rlnv2-contract into token-mint-eth-burn
2 parents a01e528 + f9c46ce commit 76df72f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/WakuRlnV2.t.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ contract WakuRlnV2Test is Test {
3838

3939
// Minting a large number of tokens to not have to worry about
4040
// Not having enough balance
41+
// 900_000 ether is chosen to be well above any test requirements and is within the new max supply constraints.
4142
vm.prank(address(tokenDeployer));
4243
token.mint(address(this), 900_000 ether);
4344
}

0 commit comments

Comments
 (0)