Skip to content

Commit

Permalink
Remove Linea option
Browse files Browse the repository at this point in the history
  • Loading branch information
bfullam committed Apr 23, 2024
1 parent 99dc702 commit aa2dcb6
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.foundry, chains.arbitrum, chains.gnosis, chains.linea],
targetNetworks: [chains.foundry, chains.arbitrum, chains.gnosis],

// 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 aa2dcb6

Please sign in to comment.