Skip to content

Commit

Permalink
change WalletConnect ID
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeRx committed Nov 10, 2021
1 parent 23e74a1 commit ce5c073
Show file tree
Hide file tree
Showing 2 changed files with 2 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.2.0",
"version": "1.2.1",
"description": "Wallet list to be used throughout the MyCrypto product suite.",
"author": "MyCrypto",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/wallets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1098,7 +1098,7 @@ export const wallets: IWallet[] = [
},
{
name: WalletTags.WalletConnect,
id: 'walletconnect',
id: 'wallet-connect',
icon: walletConnect,
desc: '',
type: WalletTypes.Wallet,
Expand Down

0 comments on commit ce5c073

Please sign in to comment.