Skip to content
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

fix: topping-up-canister Option 2 command #3548

Merged
merged 1 commit into from
Sep 27, 2024

Commits on Sep 27, 2024

  1. Fix topping-up-canister Option 2 command

    Existing: dfx cycles top-up `AMOUNT` `CANISTER_ID` --network ic
    New: dfx cycles top-up `CANISTER_ID` `AMOUNT`  --network ic
    
    Cycles topup command takes Canister id first then amount. Without this pattern it returns this error.
    
    error: invalid value 'jqylk-byaaa-aaaal-qbymq-cai' for '<AMOUNT>': Unknown amount specifier: 'i'
    wantedbear007 authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    ce7669e View commit details
    Browse the repository at this point in the history