-
Notifications
You must be signed in to change notification settings - Fork 582
chore(docs): cut testnet docs #19682
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
base: next
Are you sure you want to change the base?
Conversation
docs/network_versions.json
Outdated
| @@ -1,4 +1,5 @@ | |||
| [ | |||
| "v3.0.1", | |||
| "v2.1.4", | |||
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.
Should I remove this ?
f566d97 to
313df83
Compare
| # Your Aztec node (example for full node) | ||
| aztec-node: | ||
| image: "aztecprotocol/aztec:2.1.4" | ||
| image: "aztecprotocol/aztec:0.0.0-nightly.0" |
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.
this looks incorrect
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.
good call, missed the TESTNET_TAG annotation. Added it to the notion
| image: "aztecprotocol/aztec:latest" | ||
| # To: | ||
| image: "aztecprotocol/aztec:2.1.4" | ||
| image: "aztecprotocol/aztec:0.0.0-nightly.0" |
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.
several of these incorrect version tags
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.
same as above
| --prover-node | ||
| --archiver | ||
| --network testnet | ||
| --network local-network |
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.
should this be local?
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.
yep, as above, had to set an env var when building. thank you for this !
313df83 to
902db69
Compare
902db69 to
91c7472
Compare
title, this assumes testnet is / will be on version 3.0.1 Co-authored-by: Esau <[email protected]>
5110418 to
0959e41
Compare
title, this assumes testnet is / will be on version 3.0.1