Skip to content

Commit

Permalink
update output
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Aug 29, 2024
1 parent 99f848b commit 5f9a0dd
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions omnichain/swap/tasks/solana/deposit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,7 @@ export const deposit = async (args: {
keypair,
]);

console.log("Deposit transaction signature:", txSignature);

const pdaBalance = await connection.getBalance(pdaAccount);
console.log(
"PDA account SOL balance:",
pdaBalance / web3.LAMPORTS_PER_SOL,
"SOL"
);
console.log("Transaction signature:", txSignature);
} catch (error) {
console.error("Transaction failed:", error);
}
Expand Down

0 comments on commit 5f9a0dd

Please sign in to comment.