Skip to content

Commit

Permalink
Merge pull request #559 from newinh/develop
Browse files Browse the repository at this point in the history
Update docs: Add network flag
  • Loading branch information
maoueh authored Jan 16, 2025
2 parents ebf5362 + 72bccdc commit 66d9b28
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions docs/new/references/cli/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,12 @@ To ensure that your authentication is set up correctly, you can run a test Subst

```bash
substreams gui \
https://spkg.io/streamingfast/erc20-balance-changes-v1.2.0.spkg \
erc20-balance-changes@latest \
map_valid_balance_changes \
-e mainnet.eth.streamingfast.io:443 \
--start-block 10397553 \
--stop-block +10
--stop-block +10 \
--netowork eth
```

2. Verify that the Substreams runs without errors, confirming that your authentication is successful.
Expand Down
4 changes: 2 additions & 2 deletions docs/new/references/substreams-components/packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ You can easily run a Substreams package by inputting the `.spkg` file in the CLI

```bash
substreams gui \
https://spkg.io/streamingfast/erc20-balance-changes-v1.1.0.spkg \
erc20-balance-changes@latest \
map_balance_changes \
-e mainnet.eth.streamingfast.io:443 \
--start-block 1397553
--start-block 1397553 \
```

### Creating a Package
Expand Down

0 comments on commit 66d9b28

Please sign in to comment.