Skip to content

Commit

Permalink
Updating URL + lint
Browse files Browse the repository at this point in the history
  • Loading branch information
aaroncox committed Nov 6, 2024
1 parent 9aa8520 commit 933085a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/snap/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ import {
} from '@metamask/snaps-sdk';

import { getPublicKey, signTransaction } from './rpc';
import { AntelopeRequest, AntelopeSignatureRequest } from './types';
import type { AntelopeRequest, AntelopeSignatureRequest } from './types';

const SNAP_NAME = 'EOS Wallet';
const HELP_URL = 'https://unicove.com/eos/metamask';
const HELP_URL = 'https://unicove.com/eos/signup/wallets/extensions/metamask';

/**
* Handle the installation of the snap.
Expand Down

0 comments on commit 933085a

Please sign in to comment.