File tree 3 files changed +2
-5
lines changed
3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,6 @@ typings/
85
85
86
86
# next.js build output
87
87
.next
88
- ag-cosmos-chain-state.json
89
88
lib /git-revision.txt
90
89
agoric /
91
90
/binding.gyp
Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ all: build-cosmos install
27
27
28
28
scenario0-setup :
29
29
rm -rf ~ /.ag-chain-cosmos
30
- rm -f ag-cosmos-chain-state.json
31
30
python3 -mvenv ve3
32
31
ve3/bin/pip install setup-solo/
33
32
@@ -49,7 +48,6 @@ scenario1-run-client:
49
48
AGC = ./lib/ag-chain-cosmos
50
49
scenario2-setup : build-cosmos
51
50
rm -rf ~ /.ag-chain-cosmos
52
- rm -f ag-cosmos-chain-state.json
53
51
$(AGC ) init scenario2-chain --chain-id=$(CHAIN_ID )
54
52
rm -rf t1
55
53
mkdir t1
@@ -148,7 +146,7 @@ start-ag-solo:
148
146
cd t1 && ../bin/ag-solo start
149
147
150
148
show-local-gci :
151
- @./calc-gci.js ~ /.ag-cosmos- chain/config/genesis.json
149
+ @./calc-gci.js ~ /.ag-chain-cosmos /config/genesis.json
152
150
153
151
set-local-gci-ingress :
154
152
set -e; \
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ const AG_COSMOS_INIT = 'AG_COSMOS_INIT';
11
11
// TODO: use the 'basedir' pattern, or find the cosmos state directory
12
12
// (~/.ag-chain-cosmos ?), or something anything better than scribbling
13
13
// into the current directory.
14
- const stateFile = ' ag-cosmos- chain-state.json' ;
14
+ const stateFile = ` ${ process . env . HOME } /. ag-chain- cosmos/data/ag-cosmos- chain-state.json` ;
15
15
16
16
const { launch } = require ( './launch-chain' ) ;
17
17
const path = require ( 'path' ) ;
You can’t perform that action at this time.
0 commit comments