We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c058c3e commit 082597bCopy full SHA for 082597b
utils/unittest/execution_state.go
@@ -87,10 +87,10 @@ func genesisCommitHexByChainID(chainID flow.ChainID) string {
87
return GenesisStateCommitmentHex
88
}
89
if chainID == flow.Testnet {
90
- return "6f597bb723876b5b6cc2b63c9f26cb4261447c9d80f5c86e7fa4a66a60b9f981"
+ return "629c4935e48625224b659b48edee6bb43cb2d13d39d018bfc1104f8bdc29d01a"
91
92
if chainID == flow.Sandboxnet {
93
return "e1c08b17f9e5896f03fe28dd37ca396c19b26628161506924fbf785834646ea1"
94
95
- return "f05b17fe63461ff23e7ecfb67142b3d1f723ff571d06ca19107792fff949cf10"
+ return "1dbf644beaf8b2756641297b2dc2252e8a0b9df71fa80acce305d578c00f1cf4"
96
0 commit comments