File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 85
85
run : npm install @hashgraph/hedera-local -g
86
86
87
87
- name : Run hedera local
88
- run : npx hedera restart -d --verbose=trace --network-tag=${{ inputs.networkTag }} --mirror-tag=${{ inputs.mirrorTag }}
88
+ # run: npx hedera restart -d --verbose=trace --network-tag=${{ inputs.networkTag }} --mirror-tag=${{ inputs.mirrorTag }}
89
+ run : npx hedera restart -d --verbose=trace --network-tag=0.65.1 --mirror-tag=0.140.0-rc1
89
90
90
91
- name : Stop relay
91
92
run : docker stop json-rpc-relay json-rpc-relay-ws
Original file line number Diff line number Diff line change 86
86
run : npm install @hashgraph/hedera-local -g
87
87
88
88
- name : Run hedera local
89
- run : npx hedera restart -d --verbose=trace
89
+ run : npx hedera restart -d --verbose=trace --network-tag=0.65.1 --mirror-tag=0.140.0-rc1
90
90
91
91
- name : Stop relay
92
92
run : docker stop json-rpc-relay json-rpc-relay-ws
Original file line number Diff line number Diff line change 56
56
run : npx lerna run build
57
57
58
58
- name : Start the hedera local node
59
- run : npx hedera start -d
59
+ # run: npx hedera start -d
60
+ run : npx hedera restart -d --verbose=trace --network-tag=0.65.1 --mirror-tag=0.140.0-rc1
60
61
61
62
- name : Stop the local node's relay
62
63
run : docker stop json-rpc-relay
You can’t perform that action at this time.
0 commit comments