diff --git a/core/resharding.go b/core/resharding.go index edd47e9d3..6179cd99e 100644 --- a/core/resharding.go +++ b/core/resharding.go @@ -27,7 +27,7 @@ const ( // GenesisShardSize is the size of each shard at genesis GenesisShardSize = 100 // GenesisShardHarmonyNodes is the number of harmony node at each shard - GenesisShardHarmonyNodes = 79 + GenesisShardHarmonyNodes = 78 // CuckooRate is the percentage of nodes getting reshuffled in the second step of cuckoo resharding. CuckooRate = 0.1 ) diff --git a/internal/genesis/foundational.go b/internal/genesis/foundational.go index ee00f17b6..1b8275621 100644 --- a/internal/genesis/foundational.go +++ b/internal/genesis/foundational.go @@ -103,4 +103,8 @@ var GenesisFNAccounts = [...]DeployAccount{ {Address: "0xdA1DF648bC047546326D05dF370ec0ee3D84642A", BlsPriKey: "00723137f8118612feca54cdc558dddad18aefb05f6dbb05a50eba172a77f33f"}, {Address: "0xc55c56F661eD185103839FdFeFd80DC38938913b", BlsPriKey: "432dd6844c07c4745b34d65c6c2aebc5b8b69597a9ad7e668f248d2f22ab5070"}, {Address: "0x74e0014c9899c82f05F6AC110583F9f7dCC36508", BlsPriKey: "00a3cb66218c2cd3efa31bcbe783ff920fb356ad31f14683ca8ceb131d774d0b"}, + {Address: "0x0C787285e1accdD9520dC19f053d14E17B134b18", BlsPriKey: "e39faff302fc6e8cbb664881118ebe6670b6d7be109d32dc6b5d8d9e9b185542"}, + {Address: "0xfC9802AECC486878885F3D36895e209325c4cF8e", BlsPriKey: "e34a2accd094b584b488e2381601e48146139897319bd419cda9d6abbb881107"}, + {Address: "0x56151Cda1F9574543d0f5F0b2c33384dbfDf0fb7", BlsPriKey: "1d40d553a71d0ca1fe58ae46855b45a89564af07836ddfc0d6076b059d6bce20"}, + {Address: "0x2fCb9070db07EB2b63B73a2a9D019dF45530f65D", BlsPriKey: "ff39a1f31adafd76a12c7d000a4beb3e8885988352f53f4f8f20f6fab04ecc58"}, }