Skip to content

Commit

Permalink
Add enkrypt wallet support (#1284)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitayutanov authored May 8, 2023
1 parent 08517d6 commit c1a13c8
Show file tree
Hide file tree
Showing 4 changed files with 821 additions and 637 deletions.
9 changes: 9 additions & 0 deletions idea/frontend/src/shared/assets/images/wallets/enkrypt.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions idea/frontend/src/widgets/accountsModal/model/consts.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
import { ReactComponent as PolkadotSVG } from 'shared/assets/images/wallets/polkadot.svg';
import { ReactComponent as SubwalletSVG } from 'shared/assets/images/wallets/subwallet.svg';
import { ReactComponent as TalismanSVG } from 'shared/assets/images/wallets/talisman.svg';
import { ReactComponent as EnkryptSVG } from 'shared/assets/images/wallets/enkrypt.svg';

const WALLET = {
'polkadot-js': { name: 'Polkadot JS', icon: PolkadotSVG },
'subwallet-js': { name: 'SubWallet', icon: SubwalletSVG },
talisman: { name: 'Talisman', icon: TalismanSVG },
enkrypt: { name: 'Enkrypt', icon: EnkryptSVG },
};

const WALLETS = Object.keys(WALLET);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

span {
display: flex;
align-items: center;
}

&:hover {
Expand Down
Loading

0 comments on commit c1a13c8

Please sign in to comment.