keep-network / local-setup

Allow to easily set up tBTC and Keep locally for development and test purposes.
MIT License
8 stars 16 forks source link

Symlink local keep-ecdsa artifacts for tBTC #22

Closed lukasz-zimnoch closed 4 years ago

lukasz-zimnoch commented 4 years ago

Changes made by https://github.com/keep-network/tbtc/pull/715 caused fails of the install-tbtc.sh script. This is because that pull request introduced a direct dependency on keep-ecdsa artifact from within tbtc contract migrations scripts. To repair the problem, a symlink to keep-ecdsa artifacts should be created before tbtc install script execution and the package.json file should point to the local keep-ecdsa instance.