Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
adraffy committed Nov 13, 2024
1 parent 8e005c8 commit 7e9a71f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/zksync/ZKSyncProver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@ import {
makeStorageKey,
type Need,
} from '../vm.js';
import { ZeroAddress } from 'ethers/constants';
import { ZeroAddress, ZeroHash } from 'ethers/constants';
import { toPaddedHex, withResolvers } from '../utils.js';
import { unwrap } from '../wrap.js';
import { ZeroHash } from 'ethers';

// https://docs.zksync.io/build/api-reference/zks-rpc#zks_getproof
// https://github.com/matter-labs/era-contracts/blob/fd4aebcfe8833b26e096e87e142a5e7e4744f3fa/system-contracts/bootloader/bootloader.yul#L458
Expand Down

0 comments on commit 7e9a71f

Please sign in to comment.