Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into refactor/eth66
Browse files Browse the repository at this point in the history
  • Loading branch information
asdacap committed Oct 14, 2022
2 parents d010151 + d06c26b commit 2a33da9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
Empty file modified .githooks/pre-commit
100644 → 100755
Empty file.
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 2a33da9

Please sign in to comment.