diff --git a/packages/rfq-indexer/api/src/types/index.ts b/packages/rfq-indexer/api/src/types/index.ts index 503563e741..5b9207f6f7 100644 --- a/packages/rfq-indexer/api/src/types/index.ts +++ b/packages/rfq-indexer/api/src/types/index.ts @@ -90,6 +90,8 @@ export interface BridgeProofDisputedEvents { transactionHash: ColumnType chainId: ColumnType chain: ColumnType + originChainId: ColumnType + originChain: ColumnType } // Add any other shared types used across the API export type EventType =