Skip to content

Commit

Permalink
fix(deployment): Do not override explicit faucet SOLO_COINS (#5360)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhofman authored May 13, 2022
1 parent 12e6194 commit 70fa390
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ MAX_LINES=-1
STAKE=75000000ubld
# GIFT=251000000000urun
GIFT=100000000urun
SOLO_COINS=100000000urun
# Use the env value if already set, e.g. by the deployment integration test
SOLO_COINS=${SOLO_COINS-100000000urun}
# SOLO_COINS=220000000000urun,75000000ubld


Expand Down

0 comments on commit 70fa390

Please sign in to comment.