Skip to content

Commit

Permalink
Fix interact tab and update monogen semver docs (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
natebeauregard authored Oct 18, 2024
1 parent f959116 commit 501ce8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/docs/build/create-an-app-with-monomer.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]-beta \
&& go run github.com/polymerdao/monomer/cmd/[email protected].0 \
&& cd testapp \
&& ./setup-helper.sh
```
Expand Down
4 changes: 2 additions & 2 deletions docs/docs/build/interact.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
draft: true
sidebar_position: 3
sidebar_position: 2
---

# Interact with a Monomer Rollup Devnet
Expand All @@ -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/[email protected] -port=0 wallet
Expand Down

0 comments on commit 501ce8d

Please sign in to comment.