owlprotocol / contracts

MIT License
3 stars 4 forks source link

Fixing foundry's compatibility with pnpm dependencies. #342

Closed github-actions[bot] closed 2 years ago

github-actions[bot] commented 2 years ago

The first test that should be ported to a forge test is the Lootbox.sol. The contract heavily depends on block.timestamp given the way that VRFBeacon is architect with one request per EPOCH_BLOCK. closes #335