Skip to content

Commit ce42096

Browse files
committed
fix build
1 parent 23610be commit ce42096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import type { EIP6963ProviderInfo, EIP1193, AnnounceEvent } from "./types.ts";
1010

1111
declare global {
1212
interface Window {
13-
__PORTO__?: Porto;
13+
__PORTO__?: any;
1414
}
1515
}
1616
const ALL_CHAINS: Chain[] = Object.values(chains) as Chain[];

0 commit comments

Comments
 (0)