Open OnlyOneJMJQ opened 4 years ago
This is a very useful feature because you can find an existing account on mainnet that has balances of certain tokens. Which makes working with existing tokens and contracts easier! Addition of 2 would also be good, then the Ganache UI could also access the unlocked account. Presently the UI only lets you fork the chain but not unlock an account.
When using forking in
ganache-cli
, you can unlock any account by passing it in with the-u
flag. Since we initialize the sandbox in Teams, there's no way to do this.Looks like we can:
Probably worth doing both, but 1. is all that applies to Teams directly.