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

Commit 04bee97

Browse files
committed
configuration | staging: factor a little
1 parent a43f378 commit 04bee97

File tree

1 file changed

+5
-19
lines changed

1 file changed

+5
-19
lines changed

lib/configuration.yaml

+5-19
Original file line numberDiff line numberDiff line change
@@ -14955,7 +14955,7 @@ testnet_wallet_linux64: &testnet_wallet_linux64
1495514955

1495614956
##############################################################################
1495714957
## ##
14958-
## Mainnet dryrun config sample ##
14958+
## Staging config ##
1495914959
## ##
1496014960
##############################################################################
1496114961

@@ -14968,36 +14968,22 @@ mainnet_dryrun_full: &mainnet_dryrun_full
1496814968
file: mainnet-genesis-dryrun-with-stakeholders.json
1496914969
hash: c6a004d3d178f600cd8caa10abbebe1549bef878f0665aea2903472d5abf7323
1497014970
requiresNetworkMagic: RequiresNoMagic
14971-
14972-
mainnet_dryrun_wallet_win64: &mainnet_dryrun_wallet_win64
14973-
<<: *mainnet_dryrun_full
14974-
update:
14971+
update: &staging_wallet_update
1497514972
applicationName: csl-daedalus
1497614973
applicationVersion: 16
1497714974
lastKnownBlockVersion:
1497814975
bvMajor: 0
1497914976
bvMinor: 1
1498014977
bvAlt: 0
1498114978

14979+
mainnet_dryrun_wallet_win64: &mainnet_dryrun_wallet_win64
14980+
<<: *mainnet_dryrun_full
14981+
1498214982
mainnet_dryrun_wallet_macos64: &mainnet_dryrun_wallet_macos64
1498314983
<<: *mainnet_dryrun_full
14984-
update:
14985-
applicationName: csl-daedalus
14986-
applicationVersion: 16
14987-
lastKnownBlockVersion:
14988-
bvMajor: 0
14989-
bvMinor: 1
14990-
bvAlt: 0
1499114984

1499214985
mainnet_dryrun_wallet_linux64: &mainnet_dryrun_wallet_linux64
1499314986
<<: *mainnet_dryrun_full
14994-
update:
14995-
applicationName: csl-daedalus
14996-
applicationVersion: 16
14997-
lastKnownBlockVersion:
14998-
bvMajor: 0
14999-
bvMinor: 1
15000-
bvAlt: 0
1500114987

1500214988
##############################################################################
1500314989
## ##

0 commit comments

Comments
 (0)