From dab02db6909fcfeab62b12c21542f9602aeb9ceb Mon Sep 17 00:00:00 2001 From: surbhi Date: Tue, 11 Nov 2025 15:23:14 -0400 Subject: [PATCH] passing byte4(0) into the swap function --- src/hooks/usePartyPool.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hooks/usePartyPool.ts b/src/hooks/usePartyPool.ts index a906b61..bc159ea 100644 --- a/src/hooks/usePartyPool.ts +++ b/src/hooks/usePartyPool.ts @@ -343,6 +343,7 @@ export function useSwap() { functionName: 'swap', args: [ userAddress, // payer + '0x00000000', // selector (bytes4(0)) userAddress, // receiver BigInt(inputTokenIndex), BigInt(outputTokenIndex),