Skip to content

Commit

Permalink
Merge pull request #75 from time-endless/feature/tanglepay-deeplink
Browse files Browse the repository at this point in the history
feat(tanglepay-deeplink): TanglePay DeepLink under iota stardust
  • Loading branch information
adamunchained authored Oct 24, 2023
2 parents d860800 + c092067 commit 76e13a2
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,10 +161,7 @@ export class WalletDeeplinkComponent {
'tanglepay://send/' +
this.targetAddress +
'?value=' +
+(Number(this.targetAmount) / NETWORK_DETAIL[this.network || DEFAULT_NETWORK].divideBy)
.toFixed(6)
.replace(/,/g, '.') +
'&unit=Mi' +
Number(this.targetAmount).toFixed(0) +
'&tag=' +
WEN_NAME.toLowerCase(),
);
Expand Down

0 comments on commit 76e13a2

Please sign in to comment.