Skip to content

Commit

Permalink
update bridge sol
Browse files Browse the repository at this point in the history
  • Loading branch information
haunv3 committed Jan 17, 2025
1 parent 0575245 commit 22e0c36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/program/web3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export class Web3SolanaProgramInteraction {
})
);
} else {
const lamportsToSend = 0.01 * LAMPORTS_PER_SOL;
const lamportsToSend = tokenAmountRaw * LAMPORTS_PER_SOL;
const transferTransaction = transaction.add(
SystemProgram.transfer({
fromPubkey: wallet.publicKey,
Expand Down

0 comments on commit 22e0c36

Please sign in to comment.