Skip to content

Commit

Permalink
add Quill tag to wallets
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeRx committed Dec 13, 2021
1 parent a4b5e05 commit f99ef68
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mycrypto/wallet-list",
"version": "1.3.0",
"version": "1.4.0",
"description": "Wallet list to be used throughout the MyCrypto product suite.",
"author": "MyCrypto",
"license": "MIT",
Expand Down
3 changes: 2 additions & 1 deletion src/types/wallets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ export enum WalletTags {
Desktop = 'Desktop',
Exchange = 'Exchange',
WalletConnect = 'Wallet Connect',
Other = 'Other'
Other = 'Other',
Quill = 'Quill'
}

export interface IWallet {
Expand Down
3 changes: 3 additions & 0 deletions src/wallets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ export const wallets: IWallet[] = [
icon: privateKey,
desc: '',
type: WalletTypes.Wallet,
tags: [WalletTags.Quill],
connectivity: WalletConnectivity.MyCrypto,
urls: {},
priority: 5
Expand All @@ -157,6 +158,7 @@ export const wallets: IWallet[] = [
icon: keystoreFile,
desc: '',
type: WalletTypes.Wallet,
tags: [WalletTags.Quill],
connectivity: WalletConnectivity.MyCrypto,
urls: {
support:
Expand All @@ -170,6 +172,7 @@ export const wallets: IWallet[] = [
icon: mnemonicPhrase,
desc: '',
type: WalletTypes.Wallet,
tags: [WalletTags.Quill],
connectivity: WalletConnectivity.MyCrypto,

urls: {
Expand Down

0 comments on commit f99ef68

Please sign in to comment.