From d86080038b1d8a57fe8784a8b2b314ba8df3cbb8 Mon Sep 17 00:00:00 2001 From: adam_unchained Date: Wed, 4 Oct 2023 18:49:32 -0700 Subject: [PATCH] corrected links to firefly wallet --- .../wallet-deeplink/wallet-deeplink.component.ts | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/app/components/wallet-deeplink/wallet-deeplink.component.ts b/src/app/components/wallet-deeplink/wallet-deeplink.component.ts index 80bfcb7..8456b59 100644 --- a/src/app/components/wallet-deeplink/wallet-deeplink.component.ts +++ b/src/app/components/wallet-deeplink/wallet-deeplink.component.ts @@ -93,7 +93,12 @@ export class WalletDeeplinkComponent { } // We want to round to maximum 6 digits. - const walletType = this.network === Network.RMS ? 'firefly-beta' : 'firefly'; + const walletType = + !this.network || this.network === Network.IOTA + ? 'iota' + : this.network === Network.RMS + ? 'firefly-beta' + : 'firefly'; if (this.tokenId && this.tokenAmount) { return this.sanitizer.bypassSecurityTrustUrl( walletType +