Skip to content

Commit

Permalink
Add chiado to sync settings python script (#4760)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmederosalvarado authored Oct 14, 2022
1 parent 74c0681 commit d06c26b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions scripts/syncSettings.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@
"blockReduced": 8192,
"multiplierRequirement": 10000
},
"chiado": {
"url": "https://rpc.chiadochain.net",
"blockReduced": 8192,
"multiplierRequirement": 10000
},
"sepolia": {
"url": "api-sepolia.etherscan.io",
"blockReduced": 1000,
Expand Down
8 changes: 4 additions & 4 deletions src/Nethermind/Nethermind.Runner/configs/chiado.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"Sync": {
"FastSync": true,
"FastBlocks": true,
"PivotNumber": 215000,
"PivotHash": "0x5610747a6b3bb68af3619c9dc9e5ad1ed31d1f5c43f7022ddce13bc08aabf00a",
"PivotTotalDifficulty": "73160708888001769644625540597830165129939285"
"PivotNumber": 310000,
"PivotHash": "0x45305825e585c8306b393fd09ea5e8814b30cfd6f5f694ae8999df4042ee33a5",
"PivotTotalDifficulty": "105487533745490923673646128303848145218056752"
},
"Aura": {
"TxPriorityContractAddress": "0x4100000000000000000000000000000000000000",
Expand All @@ -38,4 +38,4 @@
16
]
}
}
}

0 comments on commit d06c26b

Please sign in to comment.