Skip to content

Commit

Permalink
Add mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkeating committed Nov 28, 2023
1 parent 9696c60 commit 61009f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { goerli, optimismGoerli } from 'wagmi/chains';
import { goerli, optimismGoerli, mainnet } from 'wagmi/chains';

export const chains = [goerli, optimismGoerli];
export const chains = [mainnet, goerli, optimismGoerli];

export enum DaoId {
PoolTogether = 1,
Expand Down

0 comments on commit 61009f9

Please sign in to comment.