mirror of
https://github.com/LuauDAO/beachbums-nft-mint-dapp.git
synced 2026-01-08 20:57:54 -05:00
6 lines
172 B
TypeScript
6 lines
172 B
TypeScript
import { InjectedConnector } from '@web3-react/injected-connector';
|
|
|
|
export const injected = new InjectedConnector({
|
|
supportedChainIds: [1, 3, 4, 5, 42, 137, 80001],
|
|
});
|