Skip to content

Commit 0b47708

Browse files
committed
Add monadTestnet to targetNetworks arr in scaffold config
1 parent c9fef0c commit 0b47708

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nextjs/scaffold.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export const DEFAULT_ALCHEMY_API_KEY = "oKxs-03sij-U_N0iOlrSsZFr29-IqbuF";
1313

1414
const scaffoldConfig = {
1515
// The networks on which your DApp is live
16-
targetNetworks: [chains.hardhat],
16+
targetNetworks: [chains.hardhat, chains.monadTestnet],
1717

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

0 commit comments

Comments
 (0)