-
Notifications
You must be signed in to change notification settings - Fork 666
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
[Feat] CLI cleanup #28146
[Feat] CLI cleanup #28146
Conversation
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.
Left some suggestions for cleanup. We should double check that all unwraps in the CLI are safe.
examples/basic_bank/run.sh
Outdated
@@ -20,6 +20,7 @@ fi | |||
echo " | |||
NETWORK=mainnet | |||
PRIVATE_KEY=APrivateKey1zkp8CZNn3yeCseEtxuVPbDCwSyhGW6yZKUYKfgXmcpoGPWH | |||
ENDPOINT=https://api.explorer.aleo.org/v1 |
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 the example ENDPOINT
s be https://localhost:3030
instead to make testing easier?
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.
LGTM! Left a minor formatting suggestion and the snarkVM rev should be updated to the latest version.
leo deploy
..env
.Canary
network to CLI #28082: Adds support for canary network.mainnet-staging
(AleoNet
).snarkVM
errors?