diff --git a/packages/nextjs/app/page.tsx b/packages/nextjs/app/page.tsx
index d2525b6..1e91605 100644
--- a/packages/nextjs/app/page.tsx
+++ b/packages/nextjs/app/page.tsx
@@ -15,13 +15,20 @@ const Home: NextPage = () => {
{`curl -s https://nodes.buidlguidl.com/runBuidlGuidlClient.sh | /bin/bash`}
-
- {/*
-{`wget -qO- https://nodes.buidlguidl.com/runBuidlGuidlClient.sh | /bin/bash`}
+ ++> diff --git a/packages/nextjs/scaffold.config.ts b/packages/nextjs/scaffold.config.ts index 86c737a..488306d 100644 --- a/packages/nextjs/scaffold.config.ts +++ b/packages/nextjs/scaffold.config.ts @@ -10,7 +10,7 @@ export type ScaffoldConfig = { const scaffoldConfig = { // The networks on which your DApp is live - targetNetworks: [chains.hardhat], + targetNetworks: [chains.optimism, chains.mainnet, chains.base], // 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)+ or run the client from the repo: + +
*/} ++-{` +git clone https://github.com/BuidlGuidl/buidlguidl-client.git +cd buidlguidl-client +yarn install +node index.js + `}