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
Since the
SuperchainERC20Bridge
is going to be callingmint
andburn
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