Skip to content

Commit

Permalink
fix dequeue rate for withdrawal contract
Browse files Browse the repository at this point in the history
  • Loading branch information
pk910 committed Oct 15, 2024
1 parent e378602 commit 60a1bf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indexer/execution/withdrawal_indexer.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
)

const withdrawalContractAddr = "0x00A3ca265EBcb825B45F985A16CEFB49958cE017" // TODO: devnet4: 0x09Fc772D0857550724b07B850a4323f39112aAaA
const withdrawalDequeueRate = 2
const withdrawalDequeueRate = 16

// WithdrawalIndexer is the indexer for the eip-7002 consolidation system contract
type WithdrawalIndexer struct {
Expand Down

0 comments on commit 60a1bf1

Please sign in to comment.