mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-27 05:57:28 +00:00
1e206e375b
Embedded CL is not supported for Gnosis Chain, so it makes sense to set `externalcl` to true by default for it. Also, this PR sets `terminalTotalDifficultyPassed` for Gnosis Chain & Chiado (see https://docs.gnosischain.com/updates/20221210-merge).
26 lines
767 B
JSON
26 lines
767 B
JSON
{
|
|
"ChainName": "gnosis",
|
|
"chainId": 100,
|
|
"consensus": "aura",
|
|
"homesteadBlock": 0,
|
|
"eip150Block": 0,
|
|
"eip150Hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
|
|
"eip155Block": 0,
|
|
"byzantiumBlock": 0,
|
|
"constantinopleBlock": 1604400,
|
|
"petersburgBlock": 2508800,
|
|
"istanbulBlock": 7298030,
|
|
"posdaoBlock": 9186425,
|
|
"berlinBlock": 16101500,
|
|
"londonBlock": 19040000,
|
|
"eip1559FeeCollectorTransition": 19040000,
|
|
"eip1559FeeCollector": "0x6BBe78ee9e474842Dbd4AB4987b3CeFE88426A92",
|
|
"terminalTotalDifficulty": 8626000000000000000000058750000000000000000000,
|
|
"terminalTotalDifficultyPassed": true,
|
|
"aura": {
|
|
"DBPath": "",
|
|
"InMemory": false,
|
|
"Etherbase": "0x0000000000000000000000000000000000000000"
|
|
}
|
|
}
|