Skip to content

Commit

Permalink
Merge pull request #39 from nightly-labs/master
Browse files Browse the repository at this point in the history
add nightly wallet
  • Loading branch information
youPickItUp authored Jun 24, 2024
2 parents 712248a + 0f5ddf5 commit 2966972
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
23 changes: 23 additions & 0 deletions src/config/extensions/icons/nightly_icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions src/config/extensions/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import { ReactComponent as NovaWalletSVG } from './icons/nova_wallet.svg';
import { ReactComponent as PolkadotJSSVG } from './icons/polkadot_js.svg';
import { ReactComponent as SubwalletSVG } from './icons/subwallet_icon.svg';
import { ReactComponent as TalismanSVG } from './icons/talisman_icon.svg';
import { ReactComponent as NightlySvg } from './icons/nightly_icon.svg';

export interface ExtensionConfig {
id: string;
Expand All @@ -23,6 +24,12 @@ export const ExtensionsArray: ExtensionConfig[] = [
icon: SignerSvg,
website: 'alephzero.org/signer',
},
{
id: 'Nightly',
title: 'Nightly',
icon: NightlySvg,
website: 'nightly.app/download',
},
{
id: 'polkadot-js',
title: (window as any)?.walletExtension?.isNovaWallet
Expand Down

0 comments on commit 2966972

Please sign in to comment.