Skip to content

Commit

Permalink
chore: write client for oracle
Browse files Browse the repository at this point in the history
  • Loading branch information
jahabeebs committed Sep 6, 2024
1 parent d813f46 commit 4bd8c86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/automated-dispute/src/protocolProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export class ProtocolProvider implements IProtocolProvider {
private writeClient: WalletClient<FallbackTransport<HttpTransport[]>>;
private oracleContract: GetContractReturnType<
typeof oracleAbi,
typeof this.readClient,
typeof this.writeClient,
Address
>;
private epochManagerContract: GetContractReturnType<
Expand Down

0 comments on commit 4bd8c86

Please sign in to comment.