Skip to content

Commit

Permalink
Merge branch 'feat/nunchuk' into 'develop'
Browse files Browse the repository at this point in the history
nunchuk

See merge request papers/airgap/airgap-vault!516
  • Loading branch information
isordo committed Sep 18, 2024
2 parents 21c55b5 + d001710 commit a878b7d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/app/pages/account-address/account-address.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ const specterwallet = {
qrType: QRType.BC_UR
}

const nunchukwallet = {
icon: 'nunchuk.png',
name: 'Nunchuk Wallet',
qrType: QRType.BC_UR
}

const metamask = {
icon: 'metamask.webp',
name: 'MetaMask',
Expand Down Expand Up @@ -132,7 +138,7 @@ export class AccountAddressPage {

switch (protocolIdentifier) {
case MainProtocolSymbols.BTC_SEGWIT:
this.syncOptions = [airgapwallet, bluewallet, sparrowwallet, specterwallet]
this.syncOptions = [airgapwallet, bluewallet, sparrowwallet, specterwallet, nunchukwallet]
break
case MainProtocolSymbols.ETH:
case MainProtocolSymbols.OPTIMISM:
Expand Down
Binary file added src/assets/logos/nunchuk.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a878b7d

Please sign in to comment.