Skip to content

Commit

Permalink
update eip7002 & eip7251 contract addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
pk910 committed Oct 15, 2024
1 parent ef41830 commit a61b59c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion indexer/execution/consolidation_indexer.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
"github.com/ethpandaops/dora/utils"
)

const consolidationContractAddr = "0x00b42dbF2194e931E80326D950320f7d9Dbeac02"
const consolidationContractAddr = "0x01aBEa29659e5e97C95107F20bb753cD3e09bBBb"
const consolidationDequeueRate = 1

// ConsolidationIndexer is the indexer for the eip-7251 consolidation system contract
Expand Down
2 changes: 1 addition & 1 deletion indexer/execution/withdrawal_indexer.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
"github.com/ethpandaops/dora/utils"
)

const withdrawalContractAddr = "0x00A3ca265EBcb825B45F985A16CEFB49958cE017"
const withdrawalContractAddr = "0x09Fc772D0857550724b07B850a4323f39112aAaA"
const withdrawalDequeueRate = 2

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

0 comments on commit a61b59c

Please sign in to comment.