ethereum-optimism / specs

OP Stack Specifications
https://specs.optimism.io
Creative Commons Zero v1.0 Universal
102 stars 91 forks source link

SuperchainERC20: Add `mint` and `burn` to the spec #397

Closed tynes closed 1 month ago

tynes commented 1 month ago

Since the SuperchainERC20Bridge is going to be calling mint and burn on the token, we should explicitly define that the token must implement the exact ABI that the bridge will be calling out to the token with. This is an important part of the spec that ensures that the tokens actually work