Skip to content

Commit

Permalink
Fix json name for deposit contract address (#12189)
Browse files Browse the repository at this point in the history
Cherry pick  #11466

Co-authored-by: Somnath <snb895@outlook.com>
  • Loading branch information
2 people authored and AskAlexSharov committed Oct 21, 2024
1 parent eea8d30 commit 03199b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erigon-lib/chain/chain_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ type Config struct {

// (Optional) deposit contract of PoS chains
// See also EIP-6110: Supply validator deposits on chain
DepositContract common.Address `json:"depositContract,omitempty"`
DepositContract common.Address `json:"depositContractAddress,omitempty"`

// Various consensus engines
Ethash *EthashConfig `json:"ethash,omitempty"`
Expand Down

0 comments on commit 03199b3

Please sign in to comment.