This repository was archived by the owner on Nov 5, 2024. It is now read-only.
Fixed getContractAddress method
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 😁