Add logging

This commit is contained in:
Karl Kempe 2022-01-28 17:17:36 +00:00
parent 3e310eeccc
commit 172230546b
1 changed files with 4 additions and 0 deletions

View File

@ -53,6 +53,10 @@ export async function evmSwapExactInFromVaaNative(
swapContractWithSigner
);
console.info(
`evmSwapExactInFromVaaNative... contract: ${swapContractWithSigner.address}, gasParams: ${gasParams}`
);
const tx = await swapContractWithSigner.recvAndSwapExactNativeIn(
signedVaa,
gasParams