Skip to content

Commit

Permalink
fix: work around broken export/import of @metamask/providers
Browse files Browse the repository at this point in the history
  • Loading branch information
legobeat committed Oct 25, 2024
1 parent 4eecb1f commit 47882f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/scripts/inpage.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ cleanContextForImports();
import log from 'loglevel';
import { v4 as uuid } from 'uuid';
import { WindowPostMessageStream } from '@metamask/post-message-stream';
import { initializeProvider } from '@metamask/providers/dist/initializeInpageProvider';
import { initializeProvider } from '../../node_modules/@metamask/providers/dist/initializeInpageProvider.cjs';
import shouldInjectProvider from '../../shared/modules/provider-injection';

// contexts
Expand Down

0 comments on commit 47882f1

Please sign in to comment.