Skip to content
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.

Commit

Permalink
configuration | staging: factor a little
Browse files Browse the repository at this point in the history
  • Loading branch information
deepfire committed Dec 5, 2018
1 parent a43f378 commit 04bee97
Showing 1 changed file with 5 additions and 19 deletions.
24 changes: 5 additions & 19 deletions lib/configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14955,7 +14955,7 @@ testnet_wallet_linux64: &testnet_wallet_linux64

##############################################################################
## ##
## Mainnet dryrun config sample ##
## Staging config ##
## ##
##############################################################################

Expand All @@ -14968,36 +14968,22 @@ mainnet_dryrun_full: &mainnet_dryrun_full
file: mainnet-genesis-dryrun-with-stakeholders.json
hash: c6a004d3d178f600cd8caa10abbebe1549bef878f0665aea2903472d5abf7323
requiresNetworkMagic: RequiresNoMagic

mainnet_dryrun_wallet_win64: &mainnet_dryrun_wallet_win64
<<: *mainnet_dryrun_full
update:
update: &staging_wallet_update
applicationName: csl-daedalus
applicationVersion: 16
lastKnownBlockVersion:
bvMajor: 0
bvMinor: 1
bvAlt: 0

mainnet_dryrun_wallet_win64: &mainnet_dryrun_wallet_win64
<<: *mainnet_dryrun_full

mainnet_dryrun_wallet_macos64: &mainnet_dryrun_wallet_macos64
<<: *mainnet_dryrun_full
update:
applicationName: csl-daedalus
applicationVersion: 16
lastKnownBlockVersion:
bvMajor: 0
bvMinor: 1
bvAlt: 0

mainnet_dryrun_wallet_linux64: &mainnet_dryrun_wallet_linux64
<<: *mainnet_dryrun_full
update:
applicationName: csl-daedalus
applicationVersion: 16
lastKnownBlockVersion:
bvMajor: 0
bvMinor: 1
bvAlt: 0

##############################################################################
## ##
Expand Down

0 comments on commit 04bee97

Please sign in to comment.