tee8z / doppler

A tool for building out a local regtest environment
Creative Commons Zero v1.0 Universal
38 stars 6 forks source link

adds grammar to set starting amount of sats per L2 node #49

Closed tee8z closed 11 months ago

tee8z commented 11 months ago

This adds the ability to set starting amount of sats per L2 node within a doppler file. The example file to use is starting_amounts.doppler and the default amount used if not set is 10000000 sats. Additionally this PR pulls in an updated version of the parser library so coreln flags are correct added to config files (this allows us to finally use the dev-fast-gossip flag).