Skip to content

Instantly share code, notes, and snippets.

@GeoffMahugu
Created December 13, 2021 15:41
Show Gist options
  • Save GeoffMahugu/769c2a7a5675164587b164772b8f5816 to your computer and use it in GitHub Desktop.
Save GeoffMahugu/769c2a7a5675164587b164772b8f5816 to your computer and use it in GitHub Desktop.
This is the react web3 connector code.
import { InjectedConnector } from '@web3-react/injected-connector'
export const injected = new InjectedConnector({
supportedChainIds: [1, 3, 4, 5, 42],
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment