Skip to content
This repository was archived by the owner on Nov 5, 2024. It is now read-only.

Fixed getContractAddress method

Choose a tag to compare

@MaxStalker MaxStalker released this 09 Dec 20:45
· 106 commits to master since this release
4639dfb

Due to refactoring getContractAddress method was returning a tuple, which would lead to a trailing comma inside of the import statement and breaking of most of interactions. We've spotted what was causing this behaviour, fixed it and added additional tests to prevent this from happening in the future 😁