We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23610be commit ce42096Copy full SHA for ce42096
src/App.tsx
@@ -10,7 +10,7 @@ import type { EIP6963ProviderInfo, EIP1193, AnnounceEvent } from "./types.ts";
10
11
declare global {
12
interface Window {
13
- __PORTO__?: Porto;
+ __PORTO__?: any;
14
}
15
16
const ALL_CHAINS: Chain[] = Object.values(chains) as Chain[];
0 commit comments