Closed gianfra-t closed 1 year ago
@gianfra-t you can merge this now if you don't want to add anything. Usually, the author of the PR merges it once approved, because sometimes it might be that the author still wants to add something after it got approved by someone else which would be missed if the reviewer merges it.
Issue: #26.
Replaced the dependency on MockERC20 for TestableERC20 contract that interacts with the standalone chain during tests.
The tests were modified accordingly to work in this manner. Specifically cleaning token balances before execution of the tests and modifying time delay for swapExecution. Also added a test specific to the TestableERC20Wrapper.
The corresponding modifications for foucococo-standalone and pendulum-wrappers for this to work were made here and here respectively.