Skip to content

Commit

Permalink
chore: polygon testnet id
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepyqadir committed Aug 12, 2022
1 parent 773f756 commit 463ef0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connectors.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { InjectedConnector } from '@web3-react/injected-connector';

export const injected = new InjectedConnector({
supportedChainIds: [137],
supportedChainIds: [137, 4, 80001],
});

0 comments on commit 463ef0b

Please sign in to comment.