mirror of
https://github.com/logos-messaging/logos-messaging-rlnv2-contract.git
synced 2026-01-20 23:03:16 +00:00
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:
commit
76df72f977
@ -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);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user