Skip to content

Commit

Permalink
Working specs + minor adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
andytudhope committed Oct 27, 2023
1 parent cc7b558 commit 5131f97
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/how-to/run-suave.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ Step 3: Send backrun
- Backrun bid id: db98b83d02694fc2b13c042ad22c233
```

> If you'd like to examine the Go code responsible for deploying contracts and sending transactions, you can do so [here](https://github.com/flashbots/suave-geth/blob/main/suave/devenv/cmd/main.go).
If you'd like to examine the Go code responsible for deploying contracts and sending transactions, you can do so [here](https://github.com/flashbots/suave-geth/blob/main/suave/devenv/cmd/main.go).

> You can also navigate to `http://localhost:8080` in your browser to see a local block explorer.
You can also navigate to [http://localhost:8080](http://localhost:8080) in your browser to see a local block explorer.

5. You can stop your docker containers with:
```bash
Expand Down
2 changes: 1 addition & 1 deletion docs/how-to/send-transactions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ import (
)

var (
// This is the address we used when starting the MEVM
// This is the address we used when starting the MEVM
exNodeEthAddr = common.HexToAddress("b5feafbdd752ad52afb7e1bd2e40432a485bbb7f")
exNodeNetAddr = "http://localhost:8545"
// This account is funded in both devenv networks
Expand Down
2 changes: 1 addition & 1 deletion docs/technical

0 comments on commit 5131f97

Please sign in to comment.