Skip to content

Commit 082597b

Browse files
committed
Update genesis state commits
1 parent c058c3e commit 082597b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/unittest/execution_state.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,10 @@ func genesisCommitHexByChainID(chainID flow.ChainID) string {
8787
return GenesisStateCommitmentHex
8888
}
8989
if chainID == flow.Testnet {
90-
return "6f597bb723876b5b6cc2b63c9f26cb4261447c9d80f5c86e7fa4a66a60b9f981"
90+
return "629c4935e48625224b659b48edee6bb43cb2d13d39d018bfc1104f8bdc29d01a"
9191
}
9292
if chainID == flow.Sandboxnet {
9393
return "e1c08b17f9e5896f03fe28dd37ca396c19b26628161506924fbf785834646ea1"
9494
}
95-
return "f05b17fe63461ff23e7ecfb67142b3d1f723ff571d06ca19107792fff949cf10"
95+
return "1dbf644beaf8b2756641297b2dc2252e8a0b9df71fa80acce305d578c00f1cf4"
9696
}

0 commit comments

Comments
 (0)