onflow / fcl-dev-wallet

A Flow wallet for development purposes. To be used with the Flow Emulator.
Apache License 2.0
51 stars 34 forks source link

[BUG] Computation limit is not enough on new account creation #216

Closed bluesign closed 11 months ago

bluesign commented 1 year ago

Current Behavior

With latest version of cli (Version: v1.3.4) it is not possible to create accounts because of low computation limit.

Expected Behavior

Account creation should succeed

Steps To Reproduce

  1. flow emulator
  2. flow dev-wallet
  3. go to harness
  4. login
  5. create a new account

Environment

- OS: OSX
- Node: 
- npm:

What are you currently working on that this is blocking?

No response