Skip to content

Commit

Permalink
fix: remove hiro ref in page
Browse files Browse the repository at this point in the history
  • Loading branch information
kyranjamie committed Feb 15, 2024
1 parent 682a5a7 commit 362b3a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/inpage/inpage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ function isValidEvent(event: MessageEvent, method: LegacyMessageToContentScript[
}

interface HiroWalletProviderOverrides extends StacksProvider {
isHiroWallet: true;
isLeather: true;
}

const provider: HiroWalletProviderOverrides = {
isHiroWallet: true,
isLeather: true,

getURL: async () => {
const { url } = await callAndReceive('getURL');
Expand Down

0 comments on commit 362b3a5

Please sign in to comment.