From 00c54a6cd548706955851d43dcadffe9722ae88f Mon Sep 17 00:00:00 2001 From: Ho3einWave Date: Thu, 21 Nov 2024 10:19:39 +0330 Subject: [PATCH] feat: add query_id field to SwapResponse interface --- src/types/swap.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/types/swap.ts b/src/types/swap.ts index c19cdbf..03c52e2 100644 --- a/src/types/swap.ts +++ b/src/types/swap.ts @@ -84,6 +84,7 @@ export interface SwapResponse { to: string; value: string; body: string; + query_id: string; init: { code: string; data: string;