So i set up a cycles wallet on the IC under my local default role.
dfx ledger --network ic create-canister someID --amount .5
Then i mistakenly created another one
dfx ledger --network ic create-canister someID --amount .5
I wish to move the cycles from the second wallet from the first but when i run …
dfx wallet addresses
… it returns the first cycles wallet, therefore how can i switch the context to the second wallet and then send the cycles to the first. Then i will delete the second cycles wallet canister.