diff --git a/react/src/swapper/helpers.ts b/react/src/swapper/helpers.ts index a75c4a1..1b3439c 100644 --- a/react/src/swapper/helpers.ts +++ b/react/src/swapper/helpers.ts @@ -53,6 +53,10 @@ export async function evmSwapExactInFromVaaNative( swapContractWithSigner ); + console.info( + `evmSwapExactInFromVaaNative... contract: ${swapContractWithSigner.address}, gasParams: ${gasParams}` + ); + const tx = await swapContractWithSigner.recvAndSwapExactNativeIn( signedVaa, gasParams