Skip to content

Commit

Permalink
Merge pull request #228 from ethpandaops/pk910/final-pectra-contract-…
Browse files Browse the repository at this point in the history
…addresses

update pectra system contract addresses
  • Loading branch information
pk910 authored Jan 31, 2025
2 parents f844d03 + 16fda02 commit 5fe6b46
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 = "0x00431F263cE400f4455c2dCf564e53007Ca4bbBb"
const ConsolidationContractAddr = "0x0000BBdDc7CE488642fb579F8B00f3a590007251"

// 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 = "0x0c15F14308530b7CDB8460094BbB9cC28b9AaaAA"
const WithdrawalContractAddr = "0x00000961Ef480Eb55e80D19ad83579A64c007002"

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

0 comments on commit 5fe6b46

Please sign in to comment.