This bounty is no longer available
Web3 DAO | Optimism Logo

Add more checks to the end to end test

Organization

Optimism

Deadline

N/A

Status

ENDED


INSTRUCTIONS

A deposit transaction does the following: (Specs link)

  • Mint to the sender
  • Transfer value to the to
  • Call the contract address (to) if contract
  • Deploy contract (if to is nil)
  • Modify the contract address

We currently only check the mint amount in the e2e test, but we should be testing more functionality.