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] RemoteConfig should be merged with default config #186

Closed bluesign closed 1 year ago

bluesign commented 1 year ago

Current Behavior

Currently remote config overrides default config, this makes adding config fragile.

Expected Behavior

Remote config should be merged with default config.

Steps To Reproduce

Currently creating new account fails on CLI ( due to lack of flowInitAccountBalance config value )

Environment

- OS: Mac OS
- Node: 
- npm:

What are you currently working on that this is blocking?

No response