mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-10 04:51:20 +00:00
PosdaoBlock is no longer needed (#971)
`PosdaoBlock` is no longer necessary after https://github.com/ledgerwatch/erigon/pull/7312
This commit is contained in:
parent
a693a911a6
commit
02f5f7be32
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user