Merge branch 'token-mint-eth-burn' of https://github.com/waku-org/waku-rlnv2-contract into token-mint-eth-burn

This commit is contained in:
stubbsta 2025-09-09 14:08:21 +02:00
commit 76df72f977
No known key found for this signature in database

View File

@ -38,6 +38,7 @@ contract WakuRlnV2Test is Test {
// Minting a large number of tokens to not have to worry about
// Not having enough balance
// 900_000 ether is chosen to be well above any test requirements and is within the new max supply constraints.
vm.prank(address(tokenDeployer));
token.mint(address(this), 900_000 ether);
}