Skip to content

Commit

Permalink
- Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
naorye2 committed Apr 24, 2024
1 parent c6b2321 commit dd9ad50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/core/src/wallet/metamaskBridge.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
import { loadRemote, init } from "@module-federation/runtime"
import type {
IStarknetWindowObject,
RpcMessage,
StarknetWindowObject,
WalletEvents,
} from "../StarknetWindowObject"
import wallets, { WalletProvider } from "../discovery"
import { init, loadRemote } from "@module-federation/runtime"

interface MetaMaskProvider {
isMetaMask: boolean
request(options: { method: string }): Promise<void>
Expand Down

0 comments on commit dd9ad50

Please sign in to comment.