Skip to content

Commit

Permalink
⛓️ changed network to sepolia
Browse files Browse the repository at this point in the history
  • Loading branch information
0xGRAV3R committed Sep 7, 2024
1 parent bd2c734 commit 26c3ac1
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 @@ export type ScaffoldConfig = {

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

// 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 26c3ac1

Please sign in to comment.