We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9fef0c commit 0b47708Copy full SHA for 0b47708
packages/nextjs/scaffold.config.ts
@@ -13,7 +13,7 @@ export const DEFAULT_ALCHEMY_API_KEY = "oKxs-03sij-U_N0iOlrSsZFr29-IqbuF";
13
14
const scaffoldConfig = {
15
// The networks on which your DApp is live
16
- targetNetworks: [chains.hardhat],
+ targetNetworks: [chains.hardhat, chains.monadTestnet],
17
18
// The interval at which your front-end polls the RPC servers for new data
19
// it has no effect if you only target the local network (default is 4000)
0 commit comments