File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -725,7 +725,6 @@ symvmFromCommand cmd = do
725
725
}
726
726
word f def = fromMaybe def (f cmd)
727
727
addr f def = fromMaybe def (f cmd)
728
- >>>>>>> 9 c392c9a... move equivalence checking out to symbolic, more customization options for symexec cli endpoint
729
728
730
729
launchTest :: Command Options. Unwrapped -> IO ()
731
730
launchTest cmd = do
Original file line number Diff line number Diff line change @@ -123,6 +123,7 @@ loadSymVM x initStore addr callvalue' calldata' =
123
123
, vmoptGaslimit = 0xffffffffffffffff
124
124
, vmoptMaxCodeSize = 0xffffffff
125
125
, vmoptSchedule = FeeSchedule. istanbul
126
+ , vmoptChainId = 1
126
127
, vmoptCreate = False
127
128
}) & set (env . contracts . at (createAddress ethrunAddress 1 ))
128
129
(Just (contractWithStore x initStore))
You can’t perform that action at this time.
0 commit comments