diff --git a/packages/frontend/src/components/wallet-migration/modals/MigrateAccountsModal/SelectDestinationWallet.jsx b/packages/frontend/src/components/wallet-migration/modals/MigrateAccountsModal/SelectDestinationWallet.jsx index d22141396a..bbbaa0123f 100644 --- a/packages/frontend/src/components/wallet-migration/modals/MigrateAccountsModal/SelectDestinationWallet.jsx +++ b/packages/frontend/src/components/wallet-migration/modals/MigrateAccountsModal/SelectDestinationWallet.jsx @@ -8,6 +8,7 @@ import ImgFinerWallet from '../../../../../src/images/finer-logo.svg'; import ImgMeteorWallet from '../../../../../src/images/meteor-wallet-logo.svg'; import ImgMyNearWallet from '../../../../../src/images/mynearwallet-cropped.svg'; import SenderLogo from '../../../../../src/images/sender-logo.png'; +import ImgWelldoneWallet from '../../../../../src/images/welldone-logo.svg'; import IconLedger from '../../../../images/wallet-migration/IconLedger'; import IconWallet from '../../../../images/wallet-migration/IconWallet'; import { redirectTo } from '../../../../redux/actions/account'; @@ -87,6 +88,14 @@ export const WALLET_OPTIONS = shuffle([ checkAvailability: () => isMobile('iOS'), ledgerSupport: false, }, + { + id: 'welldone-wallet', + name: 'WELLDONE Wallet', + icon: WELLDONE Wallet Logo, + getUrl: ({ hash }) => `https://docs.welldonestudio.io/contribution/202211-batch-import#${hash}`, + checkAvailability: () => true, + ledgerSupport: false, + }, ]); const WalletOptionsListing = styled.div` diff --git a/packages/frontend/src/images/welldone-logo.svg b/packages/frontend/src/images/welldone-logo.svg new file mode 100644 index 0000000000..6306308266 --- /dev/null +++ b/packages/frontend/src/images/welldone-logo.svg @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file