Skip to content

Commit b2aeb87

Browse files
committed
hotfix - walletLayer1 balance
1 parent 81ff5c7 commit b2aeb87

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

packages/web-bridge/src/types.d.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
1+
import { RampInstantSDK } from "@ramp-network/ramp-instant-sdk";
2+
13
declare module "*.html" {
24
const value: string;
35
export default value;
46
}
7+
8+
declare global {
9+
interface Window {
10+
loopringSocket: InstanceType<LoopringSocket>;
11+
__renderReportCall__: () => void;
12+
rampInstance: RampInstantSDK | undefined;
13+
}
14+
}

0 commit comments

Comments
 (0)