Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
zone-live committed Nov 7, 2024
1 parent 7ea0704 commit bfbb5a4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions shared/lib/accounts/solana-wallet-snap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ import { SnapId } from '@metamask/snaps-sdk';
// the Snap is being pre-installed only for Flask build (for the moment).
import SolanaWalletSnap from '@metamask/solana-wallet-snap/dist/preinstalled-snap.json';

export const SOLANA_WALLET_SNAP_ID: SnapId =
SolanaWalletSnap.snapId as SnapId;
export const SOLANA_WALLET_SNAP_ID: SnapId = SolanaWalletSnap.snapId as SnapId;

export const SOLANA_WALLET_NAME: string =
SolanaWalletSnap.manifest.proposedName;

0 comments on commit bfbb5a4

Please sign in to comment.