PosdaoBlock is no longer needed (#971)

`PosdaoBlock` is no longer necessary after
https://github.com/ledgerwatch/erigon/pull/7312
This commit is contained in:
Andrew Ashikhmin 2023-04-14 11:45:12 +02:00 committed by GitHub
parent a693a911a6
commit 02f5f7be32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,9 +67,6 @@ type Config struct {
CancunTime *big.Int `json:"cancunTime,omitempty"` CancunTime *big.Int `json:"cancunTime,omitempty"`
PragueTime *big.Int `json:"pragueTime,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 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 Eip1559FeeCollectorTransition *big.Int `json:"eip1559FeeCollectorTransition,omitempty"` // (Optional) Block from which burnt EIP-1559 fees go to the Eip1559FeeCollector