Skip to content

Commit

Permalink
Update wallet tags and fix wallet ids
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeRx committed Nov 17, 2021
1 parent ce5c073 commit a4b5e05
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 43 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.2.1",
"version": "1.3.0",
"description": "Wallet list to be used throughout the MyCrypto product suite.",
"author": "MyCrypto",
"license": "MIT",
Expand Down
7 changes: 1 addition & 6 deletions src/types/wallets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,11 @@ export enum WalletTypes {
export enum WalletTags {
Hardware = 'Hardware',
Web = 'Web',
Web3 = 'Web3',
Enterprise = 'Enterprise',
Telegram = 'Telegram',
BrowserBased = 'Browser Based',
Mobile = 'Mobile',
Desktop = 'Desktop',
Exchange = 'Exchange',
Wallet = 'Wallet',
WalletConnect = 'Wallet Connect',
Bridge = 'Bridge'
Other = 'Other'
}

export interface IWallet {
Expand Down
Loading

0 comments on commit a4b5e05

Please sign in to comment.