Skip to content

Commit

Permalink
decreased burn interval for testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan.balea committed Feb 4, 2025
1 parent b93340f commit debaec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/burner/keeper/hook.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const (
hookName = "burner_raffle_cleanup"
periodicBurnHookName = "periodic_burner"

burnInterval = 4
burnInterval = 1
)

func (k Keeper) GetBurnerPeriodicBurnHook() types.EpochHook {
Expand Down

0 comments on commit debaec8

Please sign in to comment.