Skip to content

Commit

Permalink
use baseGoerli
Browse files Browse the repository at this point in the history
  • Loading branch information
technophile-04 committed Dec 26, 2023
1 parent 1eb4b18 commit 16161c9
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 @@ -11,7 +11,7 @@ export type ScaffoldConfig = {

const scaffoldConfig = {
// The networks on which your DApp is live
targetNetworks: [chains.sepolia, chains.goerli],
targetNetworks: [chains.sepolia, chains.baseGoerli],

// The interval at which your front-end polls the RPC servers for new data
// it has no effect if you only target the local network (default is 4000)
Expand Down

0 comments on commit 16161c9

Please sign in to comment.