File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ contract OneStepProverHostIo is IOneStepProver {
149149 bytes memory extracted;
150150 uint8 proofType = uint8 (proof[proofOffset]);
151151 proofOffset++ ;
152- // These values must be kept in sync with `arbitrator /arbutil/src/types.rs`
152+ // These values must be kept in sync with `crates /arbutil/src/types.rs`
153153 // and `arbutil/preimage_type.go` (both in the nitro repo).
154154 if (inst.argumentData == 0 ) {
155155 // The machine is asking for a keccak256 preimage
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ async function sendTestMessages() {
1818 await deployments . get ( 'SequencerInboxStub' )
1919 ) . address
2020 )
21- const msgRoot = '../arbitrator /prover/test-cases/rust/data/'
21+ const msgRoot = '../crates /prover/test-cases/rust/data/'
2222 const gasOpts = {
2323 gasLimit : ethers . utils . hexlify ( 250000 ) ,
2424 gasPrice : ethers . utils . parseUnits ( '5' , 'gwei' ) ,
You can’t perform that action at this time.
0 commit comments