Skip to content

Commit d97acfb

Browse files
committed
chore(wallets): Whitelist wallet Rabby and Wigwam
1 parent cb7ffb2 commit d97acfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/store/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,4 +429,4 @@ export const ALLOWED_WALLETS_PEGIN: string[] = [
429429
WALLET_NAMES.TREZOR.long_name,
430430
WALLET_NAMES.LEDGER.long_name,
431431
];
432-
export const ALLOWED_WALLETS_PEGOUT: string[] = ['MetaMask', 'Ledger', 'Trezor'];
432+
export const ALLOWED_WALLETS_PEGOUT: string[] = ['MetaMask', 'Ledger', 'Trezor', 'Rabby Wallet', 'Wigwam'];

0 commit comments

Comments
 (0)