optimistic-specs
optimistic-specs copied to clipboard
Add more checks to the end to end test
A deposit transaction does the following: (Specs link)
- Mint to the sender
- Transfer
valueto theto - Call the contract address (
to) if contract - Deploy contract (if
tois nil) - Modify the contract address
We currently only check the mint amount in the e2e test, but we should be testing more functionality.