Skip to content

Commit

Permalink
chore: Merge branch 'main' into feat/improve-transfer-err
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Jan 10, 2024
2 parents db62152 + 4e61a70 commit 6863180
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/userguides/networks.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,14 +97,16 @@ ape networks list
You can also use the `--network` option on scripts that use the `main()` method approach or scripts that implement that `ConnectedProviderCommand` command type.
See [the scripting guide](./scripts.html) to learn more about scripts and how to add the network option.

**NOTE**: You can omit values to use defaults.
Also, you can omit values to use defaults.
For example, the default ecosystem is `ethereum` and the default network is `local`, so you can do:

```bash
ape run --network ::foundry
ape run <custom-cmd> --network ::foundry
```

as a short-cut for `ethereum:local:foundry`.
(note: `<custom-command>` refers to the name of a script that uses the network option or is a `ConnectedProviderCommand`.
See the [scripting guide](./scripts.html) for more information).

## Configuring Networks

Expand Down

0 comments on commit 6863180

Please sign in to comment.