Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new chiado chainspec and delete denver #4531

Merged
merged 21 commits into from Oct 6, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
139 changes: 48 additions & 91 deletions src/Nethermind/Chains/chiado.json

Large diffs are not rendered by default.

335 changes: 0 additions & 335 deletions src/Nethermind/Chains/denver.json

This file was deleted.

29 changes: 12 additions & 17 deletions src/Nethermind/Nethermind.Runner/configs/chiado.cfg
Expand Up @@ -3,38 +3,33 @@
"MemoryHint": 768000000,
"ChainSpecPath": "chainspec/chiado.json"
},
"Sync": {
"FastSync": true,
"FastBlocks": true,
"PivotNumber": 236689,
"PivotHash": "0xd85c7d023943fc84a1e57e7dab19b1c87a7dbe29915376b09cf7a660ae9dfa5e",
"PivotTotalDifficulty": "70561291887092720722228821971658887763518365",
"FastSyncCatchUpHeightDelta": 10000000000
},
"JsonRpc": {
"Enabled": true,
"Timeout": 20000,
"Host": "127.0.0.1",
"Port": 8545,
"AdditionalRpcUrls": [
"http://localhost:8551|http;ws|net;eth;subscribe;engine;web3;client"
]
"EnginePort": 8551
},
"AuRaMerge": {
"Enabled": true
"Sync": {
"FastSync": true,
"FastBlocks": true,
"PivotNumber": 215000,
"PivotHash": "0x5610747a6b3bb68af3619c9dc9e5ad1ed31d1f5c43f7022ddce13bc08aabf00a",
"PivotTotalDifficulty": "73160708888001769644625540597830165129939285"
},
"Aura": {
jmederosalvarado marked this conversation as resolved.
Show resolved Hide resolved
"TxPriorityContractAddress": "0x4100000000000000000000000000000000000000",
"ForceSealing": true
},
"Merge": {
"Enabled": true
"Enabled": false
},
"AuRaMerge": {
"Enabled": false
},
"EthStats": {
"Name": "Nethermind Chiado"
},
"Metrics": {
"NodeName": "Chiado"
"NodeName": "Nethermind Chiado"
},
"Bloom": {
"IndexLevelBucketSizes": [
Expand Down
48 changes: 0 additions & 48 deletions src/Nethermind/Nethermind.Runner/configs/denver.cfg

This file was deleted.