Skip to content

Commit

Permalink
update contract addresses for devnet 4
Browse files Browse the repository at this point in the history
  • Loading branch information
pk910 committed Oct 24, 2024
1 parent af34759 commit 8bfc4b9
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" // TODO: devnet 4: 0x01aBEa29659e5e97C95107F20bb753cD3e09bBBb
const consolidationContractAddr = "0x01aBEa29659e5e97C95107F20bb753cD3e09bBBb"

// ConsolidationIndexer is the indexer for the eip-7251 consolidation system contract
type ConsolidationIndexer struct {
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" // TODO: devnet4: 0x09Fc772D0857550724b07B850a4323f39112aAaA
const withdrawalContractAddr = "0x09Fc772D0857550724b07B850a4323f39112aAaA"

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

0 comments on commit 8bfc4b9

Please sign in to comment.