Skip to content

Commit

Permalink
fix: finality gadget circular deps (#37)
Browse files Browse the repository at this point in the history
* set new fg image

* set new image

* fix: commit hashes

* update fg image

* set default finality gadget api url

* feat: add batchsize to opfgd.toml

* chore: set fg image
  • Loading branch information
parketh authored Nov 5, 2024
1 parent 8143dab commit 7412d72
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .env.babylon-integration.example
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ STAKING_TIME=10000 # ~70 days
STAKING_AMOUNT=10000 # 0.0001 BTC

# Finality Explorer Configuration
NEXT_PUBLIC_FINALITY_GADGET_API_URL=https://tohma.finality-gadget.snapcha.in
NEXT_PUBLIC_FINALITY_GADGET_API_URL=http://11.22.33.44:8545
3 changes: 2 additions & 1 deletion configs/babylon-integration/opfgd.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ BBNChainID = "${BABYLON_CHAIN_ID}"
BBNRPCAddress = "${BABYLON_RPC_URL}"
GRPCListener = "0.0.0.0:50051"
HTTPListener = "0.0.0.0:8080"
PollInterval = "10s"
PollInterval = "10s"
BatchSize = 10
4 changes: 2 additions & 2 deletions docker/docker-compose-babylon-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ services:

finality-gadget:
container_name: finality-gadget
# https://github.com/babylonlabs-io/finality-gadget/commit/37a8b1c9b2698c9967bbc060583668d6c7a1e6f9
image: babylonlabs/finality-gadget:37a8b1c9b2698c9967bbc060583668d6c7a1e6f9
# https://github.com/babylonlabs-io/finality-gadget/commit/9f7ee4c7c9ba7b07645a9aa3f79dc88987b0815a
image: babylonlabs/finality-gadget:9f7ee4c7c9ba7b07645a9aa3f79dc88987b0815a
command: >
opfgd start --cfg /home/finality-gadget/opfgd.toml
ports:
Expand Down

0 comments on commit 7412d72

Please sign in to comment.