-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update docs: Add network flag #559
base: develop
Are you sure you want to change the base?
Conversation
map_valid_balance_changes \ | ||
-e mainnet.eth.streamingfast.io:443 \ | ||
--start-block 10397553 \ | ||
--stop-block +10 | ||
--stop-block +10 \ | ||
--netowork eth |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A better fix is actually to change the full invocation to:
substreams gui \
erc20-balance-changes@latest \
map_valid_balance_changes \
--start-block 10397553 \
--stop-block +10
This requires an up to date Substreams CLI.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It works well!
b035cd4
docs/new/common/packages.md
Outdated
https://spkg.io/streamingfast/erc20-balance-changes-v1.1.0.spkg \ | ||
map_balance_changes \ | ||
-e mainnet.eth.streamingfast.io:443 \ | ||
--start-block 1397553 | ||
--start-block 1397553 \ | ||
--network eth |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Similar changes for here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Summary
Added
--netowork
option unless it occurs error.