Skip to content

Commit 4b62723

Browse files
authored
feat(lib): update execution hash for mainnet geth genesis (#40)
1 parent ad894be commit 4b62723

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contracts/script/GenerateAlloc.s.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ contract GenerateAlloc is Script {
5353
// Optionally allocate 10k test accounts for devnets/testnets
5454
bool private constant ALLOCATE_10K_TEST_ACCOUNTS = false;
5555
// Optionally keep the timelock admin role for testnets
56-
bool private constant KEEP_TIMELOCK_ADMIN_ROLE = true;
56+
bool private constant KEEP_TIMELOCK_ADMIN_ROLE = false;
5757

5858
/// @notice this call should only be available from Test.sol, for speed
5959
function disableStateDump() external {

lib/netconf/story/genesis.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@
213213
},
214214
"evmengine": {
215215
"params": {
216-
"execution_block_hash": "bCMfzLK4JHj6/5l2hDp39yRrnO+YYe9vLY3//jenz9Y="
216+
"execution_block_hash": "lNtmUWE0hOtf89+vUsrNakVM3lbSEhSyLxAvLlAtyc8="
217217
}
218218
},
219219
"genutil": {

0 commit comments

Comments
 (0)