How do I increase the cycle wallet balance for my local NNS setup?
Is there a dfx command to send cycles to a local canister’s cycles wallet?
How do I increase the cycle wallet balance for my local NNS setup?
Is there a dfx command to send cycles to a local canister’s cycles wallet?
I don’t know for NNS but, for a particular canister I have this npm script shortcut juno/package.json at 72c4628a4a90a3b38f311fdb1c171727db41d60e · junobuild/juno · GitHub
i.e. dfx wallet send cokmz-oiaaa-aaaal-aby6q-cai 20000000000000
No idea then unfortunately.
Just for the record, I solved this by:
Going to the local NNS link, for my PC it’s:
http://qsgjb-riaaa-aaaaa-aaaga-cai.localhost:8080/#/canisters
Linking the canister from my local dev in here and topping it up like I would with a normal canister:
dfx ledger fabricate-cycles <canister-id> should also do the trick
can you try it with the canister name? If ids aren’t working that’s a bug we should fix
It’s dfx ledger fabricate-cycles --canister OpenFPL_backend