Skip to content

Commit

Permalink
Merge pull request #113 from ethstorage/smallchange
Browse files Browse the repository at this point in the history
update difficulty for integration test
  • Loading branch information
ping-ke authored Oct 12, 2024
2 parents 648e477 + ff8b539 commit 7424050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deployL2-it.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ async function deployContract() {
console.log("storage impl address is ", impl);

const data = implContract.interface.encodeFunctionData("initialize", [
1572864, // minimumDiff 0.1 * 180 (3 minutes) * 1024 * 1024 / 12 = 1572864 for 0.1 replicas that can have 1M IOs in one epoch
10485760, // minimumDiff 0.1 * 1200 (20 minutes) * 1024 * 1024 / 12 = 10485760 for 0.1 replicas that can have 1M IOs in one epoch
6144000000000000000n, // prepaidAmount - 50% * 2^30 / 131072 * 1500000Gwei, it also means 3145 ETH for half of the shard
1048576, // nonceLimit 1024 * 1024 = 1M samples and finish sampling in 1.3s with IO rate 6144 MB/s: 4k * 2(random checks) / 6144 = 1.3s
treasuryAddress, // treasury
Expand Down

0 comments on commit 7424050

Please sign in to comment.