Conversation
This enables ERC20 deposit/withdrawal tests.
protolambda
left a comment
There was a problem hiding this comment.
Don't we already have ERC20 bindings in the monorepo? https://github.com/ethereum-optimism/optimism/blob/7d6cca224f651d2b93a06fdf33a6e7c2a210ed2a/op-bindings/bindings/erc20.go#L122
|
|
|
The implementation in the monorepo does not contain any token-creation functionality, since it just exports the base OZ ERC20. This one mints tokens in the constructor, which makes testing easier since I can just send tokens from the deployer. |
|
FYI @protolambda I'm going to merge this since I need a commit on Optimism to update dependencies. Let me know if you'd like me to revisit this solution, happy to do so on a separate PR. |
This enables ERC20 deposit/withdrawal tests.