Hi there!
I’m an Ethereum developer and I’m trying to get the second account from the local wallet.
I created two accounts and added them to the local wallet with kit.addAccount(acc.privateKey);
In Eth, I’d do something like this:
const secondAcc = web3.eth.accounts.wallet[1];
How should I do that in CELO? I guess my general question is: how does one get the list of accounts in the local wallet?