Skip to content

Commit

Permalink
Update yarn-project/end-to-end/src/spartan/utils.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Gherghisan <[email protected]>
  • Loading branch information
Thunkar and alexghr authored Feb 5, 2025
1 parent 3f9ddb5 commit 41a5bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yarn-project/end-to-end/src/spartan/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import path from 'path';
import { promisify } from 'util';
import { z } from 'zod';

import type { RollupCheatCodes } from '../../../aztec.js/src/api/ethereum/cheat_codes.js';
import { type RollupCheatCodes } from '@aztec/aztec.js/ethereum';
import { AlertChecker, type AlertConfig } from '../quality_of_service/alert_checker.js';

const execAsync = promisify(exec);
Expand Down

0 comments on commit 41a5bbc

Please sign in to comment.