Skip to content

Commit

Permalink
Chain: Optimism -> Mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
ZakGriffith committed Jul 12, 2024
1 parent 6798966 commit a6c8f70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nextjs/scaffold.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ type ScaffoldConfig = {

const scaffoldConfig = {
// The network where your DApp lives in
targetNetwork: chains.optimism,
targetNetwork: chains.mainnet,

// The interval at which your front-end polls the RPC servers for new data
// it has no effect on the local network
Expand Down

0 comments on commit a6c8f70

Please sign in to comment.