From 02f5f7be322465d3b85d243ca011e081260b40c7 Mon Sep 17 00:00:00 2001 From: Andrew Ashikhmin <34320705+yperbasis@users.noreply.github.com> Date: Fri, 14 Apr 2023 11:45:12 +0200 Subject: [PATCH] PosdaoBlock is no longer needed (#971) `PosdaoBlock` is no longer necessary after https://github.com/ledgerwatch/erigon/pull/7312 --- chain/chain_config.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/chain/chain_config.go b/chain/chain_config.go index b2e33a038..7b6aca595 100644 --- a/chain/chain_config.go +++ b/chain/chain_config.go @@ -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