Skip to content

Commit

Permalink
issue #1004
Browse files Browse the repository at this point in the history
  • Loading branch information
migbash committed Jan 25, 2023
1 parent 6d754bc commit 1ba4df6
Show file tree
Hide file tree
Showing 3 changed files with 267 additions and 41 deletions.
9 changes: 8 additions & 1 deletion src/global.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
/// <reference types="@sveltejs/kit" />

interface Web3_Providers
extends import('ethers').providers.ExternalProvider {
isCoinbaseWallet: boolean;
isCoinbaseBrowser: boolean;
}

interface Window {
// eslint-disable-next-line @typescript-eslint/no-explicit-any
gtag: unknown;
gtag: unknown;
ethereum: unknown;
}
Loading

0 comments on commit 1ba4df6

Please sign in to comment.