babylonlabs-io / finality-gadget

Other
4 stars 1 forks source link

Fix: fp op e2e tests #21

Closed lesterli closed 4 weeks ago

lesterli commented 4 weeks ago

Summary

This PR fixed the fp op e2e tests. The original codes checked the BBNChainID, but when the value is "chain-test", it would have the issue b/c for the integration deployment scripts, we spin up a bitcoind rather than the mock btc client.

Test Plan

make lint
make test

All op e2e tests PASSED in this FP PR: https://github.com/babylonlabs-io/finality-provider/pull/41

bap2pecs commented 4 weeks ago

cc @SebastianElvis as well