Skip to content

Commit

Permalink
fix: remove disabled wallets
Browse files Browse the repository at this point in the history
  • Loading branch information
JackHamer09 committed Apr 2, 2024
1 parent 37bc723 commit 9eb2ea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/wallets.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const confirmedSupportedWallets = ["BitKeep", "BlockWallet", "MathWallet", "imToken"];
export const disabledWallets = ["Argent"];
export const disabledWallets = [];

0 comments on commit 9eb2ea2

Please sign in to comment.