mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-03 17:44:29 +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
723 B
JSON
26 lines
723 B
JSON
{
|
|
"ChainName": "chiado",
|
|
"chainId": 10200,
|
|
"consensus": "aura",
|
|
"homesteadBlock": 0,
|
|
"eip150Block": 0,
|
|
"eip150Hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
|
|
"eip155Block": 0,
|
|
"byzantiumBlock": 0,
|
|
"constantinopleBlock": 0,
|
|
"petersburgBlock": 0,
|
|
"istanbulBlock": 0,
|
|
"posdaoBlock": 0,
|
|
"berlinBlock": 0,
|
|
"londonBlock": 0,
|
|
"eip1559FeeCollectorTransition": 0,
|
|
"eip1559FeeCollector": "0x1559000000000000000000000000000000000000",
|
|
"terminalTotalDifficulty": 231707791542740786049188744689299064356246512,
|
|
"terminalTotalDifficultyPassed": true,
|
|
"aura": {
|
|
"DBPath": "",
|
|
"InMemory": false,
|
|
"Etherbase": "0x0000000000000000000000000000000000000000"
|
|
}
|
|
}
|