Closed gianfra-t closed 1 year ago
Is this ready for review? If so, please add some techies as reviewers.
This is not so much of a very big change but the addition of the ERC20 wrapper with just two methods for testing.
Indeed, I have added them to the standalone chain but I couldn't push changes I realize since I don't have access. @ebma if you can could you please give me write access to that repo? I will link those changes here.
Can you try pushing again @gianfra-t? I changed the settings for collaborators.
Added
TestableERC20Wrapper
contract in order to replace MockERC20 in tests.Mint/Burn functions are added that will only be called in tests, and that call corresponding chain extensions for minting/burning specified token.
Refer to Issue #26 from wasm-deploy