mirror of
https://github.com/logos-messaging/logos-messaging-rlnv2-contract.git
synced 2026-01-28 18:43:08 +00:00
Update max eth used in WakuRlnv2 test
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
cf4ca46f1e
commit
f9c46ce9b8
@ -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