Skip to content

Commit

Permalink
config: temporally reduce mainnet challenge period
Browse files Browse the repository at this point in the history
  • Loading branch information
bendanzhentan committed Mar 7, 2024
1 parent 14bd839 commit ede5d7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bot.mainnet.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
l2-starting-number = 13105254
propose-time-window = 3600
challenge-time-window = 604800
challenge-time-window = 60480 # 1day

[rpcs]
l1-rpc = "$OPBNB_BRIDGE_BOT_L1_RPC"
Expand Down
2 changes: 1 addition & 1 deletion cmd/bot/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ func ProcessUnfinalizedBotDelegatedWithdrawals(ctx context.Context, log log.Logg
}
} else {
// non-revert error, stop processing the subsequent withdrawals
log.Error("FinalizedMessage", "non-revert error", err.Error())
log.Error("FinalizedMessage", "non-revert error", err.Error(), "wi", unfinalized.ID)
return
}
} else {
Expand Down

0 comments on commit ede5d7b

Please sign in to comment.