This repository was archived by the owner on Aug 18, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -242,3 +242,4 @@ venv.bak/
242
242
nix /.stack.nix /* .nix linguist-generated=true
243
243
.stack-to-nix.cache linguist-generated=true
244
244
nix /.stack-pkgs.nix linguist-generated=true
245
+ script-runner /states
Original file line number Diff line number Diff line change @@ -14990,30 +14990,30 @@ mainnet_dryrun_wallet_win64: &mainnet_dryrun_wallet_win64
14990
14990
<<: *mainnet_dryrun_full
14991
14991
update:
14992
14992
applicationName: csl-daedalus
14993
- applicationVersion: 23
14993
+ applicationVersion: 24
14994
14994
lastKnownBlockVersion:
14995
- bvMajor: 0
14996
- bvMinor: 2
14995
+ bvMajor: 1
14996
+ bvMinor: 0
14997
14997
bvAlt: 0
14998
14998
14999
14999
mainnet_dryrun_wallet_macos64: &mainnet_dryrun_wallet_macos64
15000
15000
<<: *mainnet_dryrun_full
15001
15001
update:
15002
15002
applicationName: csl-daedalus
15003
- applicationVersion: 23
15003
+ applicationVersion: 24
15004
15004
lastKnownBlockVersion:
15005
- bvMajor: 0
15006
- bvMinor: 2
15005
+ bvMajor: 1
15006
+ bvMinor: 0
15007
15007
bvAlt: 0
15008
15008
15009
15009
mainnet_dryrun_wallet_linux64: &mainnet_dryrun_wallet_linux64
15010
15010
<<: *mainnet_dryrun_full
15011
15011
update:
15012
15012
applicationName: csl-daedalus
15013
- applicationVersion: 23
15013
+ applicationVersion: 24
15014
15014
lastKnownBlockVersion:
15015
- bvMajor: 0
15016
- bvMinor: 2
15015
+ bvMajor: 1
15016
+ bvMinor: 0
15017
15017
bvAlt: 0
15018
15018
15019
15019
##############################################################################
You can’t perform that action at this time.
0 commit comments