Skip to content
This repository has been archived by the owner on Sep 23, 2023. It is now read-only.

Commit

Permalink
PosdaoBlock is no longer needed (#971)
Browse files Browse the repository at this point in the history
`PosdaoBlock` is no longer necessary after
ledgerwatch/erigon#7312
  • Loading branch information
yperbasis committed Apr 14, 2023
1 parent a693a91 commit 02f5f7b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions chain/chain_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@ type Config struct {
CancunTime *big.Int `json:"cancunTime,omitempty"`
PragueTime *big.Int `json:"pragueTime,omitempty"`

// Forks specific to Gnosis Chain
PosdaoBlock *big.Int `json:"posdaoBlock,omitempty"`

Eip1559FeeCollector *common.Address `json:"eip1559FeeCollector,omitempty"` // (Optional) Address where burnt EIP-1559 fees go to
Eip1559FeeCollectorTransition *big.Int `json:"eip1559FeeCollectorTransition,omitempty"` // (Optional) Block from which burnt EIP-1559 fees go to the Eip1559FeeCollector

Expand Down

0 comments on commit 02f5f7b

Please sign in to comment.