Skip to content

Commit

Permalink
bump chainhook
Browse files Browse the repository at this point in the history
zone117x committed Oct 25, 2024
1 parent 304d8b4 commit 4d81aa7
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
x-common-vars:
- &STACKS_BLOCKCHAIN_COMMIT dd1ebe64603f54dae48558a5d82d9bd885e97a01 # develop, Oct 23
- &STACKS_API_COMMIT 37939a0ffb8375285c7a0be7a688112d6536d3c3 # develop, Oct 23
- &CHAINHOOK_COMMIT 21234c978d4c49ea5526c2cf1f74d42a645a68c8 # develop, Oct 23
- &CHAINHOOK_COMMIT 71364c15a88a06d5c71b3f3d3c88c489ff4733d1 # develop, Oct 24
- &BITCOIN_ADDRESSES miEJtNKa3ASpA19v5ZhvbKTEieYjLpzCYT
- &MINER_SEED 9e446f6b0c6a96cf2190e54bcd5a8569c3e386f091605499464389b8d4e0bfc201 # stx: STEW4ZNT093ZHK4NEQKX8QJGM2Y7WWJ2FQQS5C19, btc: miEJtNKa3ASpA19v5ZhvbKTEieYjLpzCYT, pub_key: 035379aa40c02890d253cfa577964116eb5295570ae9f7287cbae5f2585f5b2c7c, wif: cStMQXkK5yTFGP3KbNXYQ3sJf2qwQiKrZwR9QJnksp32eKzef1za
- &BITCOIN_PEER_PORT 18444
2 changes: 1 addition & 1 deletion stacks-krypton-miner.toml
Original file line number Diff line number Diff line change
@@ -59,7 +59,7 @@ timeout_ms = 300_000
# Add chainhook as an event observer
[[events_observer]]
endpoint = "chainhook:20455"
events_keys = ["*"]
events_keys = ["*", "stackerdb"]
timeout_ms = 300_000

[burnchain]

0 comments on commit 4d81aa7

Please sign in to comment.