Skip to content

Commit

Permalink
Removing window.etherum declaration from injected
Browse files Browse the repository at this point in the history
  • Loading branch information
corbanbrook committed May 24, 2024
1 parent ca054fc commit 1223e1a
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions packages/connectors/src/connectors/injected/injected.ts
Original file line number Diff line number Diff line change
@@ -1,18 +1,9 @@
import { Wallet } from '@0xsequence/kit'
import { ethers } from 'ethers'
import React from 'react'
import { injected as injectedBase } from 'wagmi/connectors'

import { InjectedLogo } from './InjectedLogo'


declare global {
interface Window {
/* @ts-ignore-next-line */
ethereum?: ethers.providers.ExternalProvider
}
}

export interface MoreExternalProviders {
isSequence?: boolean
}
Expand Down

0 comments on commit 1223e1a

Please sign in to comment.