Skip to content

Commit

Permalink
Revert "add request field"
Browse files Browse the repository at this point in the history
This reverts commit 111d862.
  • Loading branch information
golangisfun123 committed Oct 17, 2024
1 parent 0dd607d commit 7835278
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/rfq-indexer/api/src/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,6 @@ export interface BridgeProofDisputedEvents {
transactionHash: ColumnType<string>
chainId: ColumnType<number>
chain: ColumnType<string>
originChainId: ColumnType<number>
originChain: ColumnType<string>
}
// Add any other shared types used across the API
export type EventType =
Expand Down

0 comments on commit 7835278

Please sign in to comment.