diff --git a/docs/docs/build/create-an-app-with-monomer.md b/docs/docs/build/create-an-app-with-monomer.md index 0276fef0..e1d1078d 100644 --- a/docs/docs/build/create-an-app-with-monomer.md +++ b/docs/docs/build/create-an-app-with-monomer.md @@ -16,7 +16,7 @@ To generate a new Monomer application with the default configuration, navigate t ```bash rm -rf ~/.testapp \ && rm -rf testapp \ - && go run github.com/polymerdao/monomer/cmd/monogen@v0.1-beta \ + && go run github.com/polymerdao/monomer/cmd/monogen@v0.1.0 \ && cd testapp \ && ./setup-helper.sh ``` diff --git a/docs/docs/build/interact.md b/docs/docs/build/interact.md index 6b9b5575..0baad62d 100644 --- a/docs/docs/build/interact.md +++ b/docs/docs/build/interact.md @@ -1,6 +1,6 @@ --- draft: true -sidebar_position: 3 +sidebar_position: 2 --- # Interact with a Monomer Rollup Devnet @@ -20,7 +20,7 @@ However, the server currently requires that MetaMask be used for the L1 wallet a For additional safety, you should ensure that you're using a wallet specific to testing and not a wallet that stores any funds on Ethereum mainnet. ::: -Once the devnet is running, run the following command to set up the test server: +Once the devnet is running, run the following command from the generated application directory to set up the test server: ```bash go run github.com/eliben/static-server@v1.3.0 -port=0 wallet