Skip to content

Commit

Permalink
feat: support superhero wallet sync option
Browse files Browse the repository at this point in the history
  • Loading branch information
ifaouibadi committed Apr 26, 2023
1 parent 35f35e6 commit b7e833b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/app/pages/account-address/account-address.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ const rabby = {
qrType: QRType.METAMASK
}

export const superherowallet = {
icon: 'superhero-wallet.png',
name: 'Superhero Wallet',
qrType: QRType.V3
}

export interface CompanionApp {
icon: string
name: string
Expand Down Expand Up @@ -130,6 +136,9 @@ export class AccountAddressPage {
this.showMetaMaskMigrationOnboarding = true
}
break
case MainProtocolSymbols.AE:
this.syncOptions = [airgapwallet, superherowallet]
break

default:
this.syncOptions = [airgapwallet]
Expand Down
Binary file added src/assets/logos/superhero-wallet.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 b7e833b

Please sign in to comment.