mirror of
https://github.com/status-im/status-web.git
synced 2025-01-12 13:44:39 +00:00
006d57f7d1
* add `apps/connector` --------- Co-authored-by: Jakub Kotula <520927+jkbktl@users.noreply.github.com> Co-authored-by: Felicio Mununga <felicio@users.noreply.github.com> Co-authored-by: pavel <14926950+prichodko@users.noreply.github.com> Co-authored-by: marcelines <marcio@status.im>
8 lines
124 B
TypeScript
8 lines
124 B
TypeScript
import type { Provider } from './src/contents/provider'
|
|
|
|
declare global {
|
|
interface Window {
|
|
ethereum: Provider
|
|
}
|
|
}
|