You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, flow evm create-account only enables creation of a COA in emulator-account. This is a problem for developers who want to easily create COAs in other accounts.
Steps to Reproduce
With flow emulator --evm-enabled, run flow evm create-account 10.0. See that signer or account cannot be specified and can only be run by the default emulator-account
Acceptance Criteria
CLI enables COA creation across networks allowing signers or accounts to be specified.
Context
EVM tooling efforts
The text was updated successfully, but these errors were encountered:
Problem
Currently,
flow evm create-account
only enables creation of a COA inemulator-account
. This is a problem for developers who want to easily create COAs in other accounts.Steps to Reproduce
With
flow emulator --evm-enabled
, runflow evm create-account 10.0
. See that signer or account cannot be specified and can only be run by the defaultemulator-account
Acceptance Criteria
CLI enables COA creation across networks allowing signers or accounts to be specified.
Context
EVM tooling efforts
The text was updated successfully, but these errors were encountered: