ethereum-optimism / ethereum-optimism/ethereum-optimism.github.io
Validation script should use the OptimismMintableERC20 interface
Open
bug
op
- Dominant language
- TypeScript
- Stars
- 337
- Forks
- 871
- Avg merge
- 1h 32m
- Merged PRs (30d)
- 2
Description
Surfaced in #915
L2StandardERC20 imported [here](https://github.com/ethereum-optimism/ethereum-optimism.github.io/blob/master/src/validate.ts#L227) is an outdated interface. L2 tokens just implementing the `IOptimismMintableERC20` interface should be compatible with the validation script without needing to implement the legacy methods as well.
This part just needs to be updated
Contributor guide
Assessment
This issue has not been assessed yet.