Skip to content

Commit

Permalink
misc: format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
scnale authored Jan 22, 2025
1 parent 67f4575 commit d3e78bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connect/platforms/solana/src/automatic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ export class AutomaticTokenBridgeV3Solana<N extends Network, C extends SolanaCha
}

const senderPk = new PublicKey(params.sender.toNative('Solana').toString());
const gasDropoffAmount = Number(sdkAmount.display(params.gasDropOff))
const gasDropoffAmount = Number(sdkAmount.display(params.gasDropOff));

transaction.add(
await this.client.transferTokens(senderPk, {
Expand Down

0 comments on commit d3e78bf

Please sign in to comment.