Skip to content

Commit

Permalink
Move mainnet to last network
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkeating committed Nov 28, 2023
1 parent 857c794 commit ba6ace0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { goerli, optimismGoerli, mainnet } from 'wagmi/chains';

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

export enum DaoId {
PoolTogether = 'pool-together',
Expand Down

0 comments on commit ba6ace0

Please sign in to comment.