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

fix: increase gas limits #219

Closed mateusz-michalik closed 1 year ago

mateusz-michalik commented 1 year ago

Addresses issue https://github.com/onflow/fcl-dev-wallet/issues/216 and simply increases the gas limit for this call so that it does not fail when trying to create a new account.

Before

image

After

image

jribbink commented 1 year ago

Thank you!