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

E2E tests on Testnet are failing #127

Closed michalinacienciala closed 2 years ago

michalinacienciala commented 2 years ago

E2E tests on Testnet started to show FundingError: Not enough funds. (available=0.0001236, required=0.0001276) error some time ago and are failing since. The btc wallet we're using for testing (tb1q0tpdjdu2r3r7tzwlhqy4e2276g2q6fexsz4j0m) has the following balance: 1.4719 BTC.

This is the code that we know got executed: https://github.com/keep-network/local-setup/blob/62b0a9039fa659fe39c1856e7f1f6f5393d8ffd9/e2e/common.js#L61 But job has never reached this stage: https://github.com/keep-network/local-setup/blob/62b0a9039fa659fe39c1856e7f1f6f5393d8ffd9/e2e/common.js#L114