Skip to content

Commit 519f859

Browse files
committed
mock
1 parent 0bad31b commit 519f859

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/timeboost-contracts

src/bridge/SequencerInbox.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ import { IERC20Bridge } from './IERC20Bridge.sol';
6666
import './DelayBuffer.sol';
6767
import {IEspressoTEEVerifier} from "espresso-tee-contracts/interface/IEspressoTEEVerifier.sol";
6868
import {KeyManager} from "timeboost-contracts/KeyManager.sol";
69+
import {MockKeyManager} from "timeboost-contracts/MockKeyManager.sol";
6970
/**
7071
* @title Accepts batches from the sequencer and adds them to the rollup inbox.
7172
* @notice Contains the inbox accumulator which is the ordering of all data and transactions to be processed by the rollup.

0 commit comments

Comments
 (0)