Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Arachnid committed Oct 16, 2023
1 parent 6fc13b5 commit b198b54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions op-gateway/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import type { DeepPartial, OEContractsLike } from '@eth-optimism/sdk';
export type OPGateway = EVMGateway<OPProvableBlock>;

export async function makeOPGateway(
l1provider: string | EthereumProvider,
l2provider: string,
l1providerUrl: string,
l2providerUrl: string,
delay: number,
contracts?: DeepPartial<OEContractsLike>
): Promise<OPGateway> {
Expand Down

0 comments on commit b198b54

Please sign in to comment.