dfinity / cycles-wallet

DFINITY Cycles Wallet
Apache License 2.0
55 stars 30 forks source link

Wallet UI shows deleted canisters or #96

Open chenyan-dfinity opened 3 years ago

chenyan-dfinity commented 3 years ago

The Wallet UI shows the canisters recently created.

A related question. If I delete a canister that has some left-over cycles, are the cycles get lost or it can be returned to the wallet? It seems dfx canister delete doesn't return the remaining cycles.

trmaphi commented 4 months ago

You can't get deleted canisters, but you can get the create canister events by

dfx canister call <YOUR_WALLET_CANISTER> get_events '(record {from = null; to = null})' --ic