Skip to content

Commit

Permalink
feat: update pox default settings
Browse files Browse the repository at this point in the history
  • Loading branch information
hugocaillard authored and MicaiahReid committed Apr 8, 2024
1 parent 3bdb555 commit 9662c1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/chainhook-sdk/src/indexer/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ impl Default for PoxConfig {
fn default() -> PoxConfig {
PoxConfig {
first_burnchain_block_height: 100,
prepare_phase_block_length: 4,
reward_phase_block_length: 6,
prepare_phase_block_length: 5,
reward_phase_block_length: 15,
}
}
}
Expand Down

0 comments on commit 9662c1f

Please sign in to comment.