File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ docker run \
53
53
--no-telemetry \
54
54
--execution=wasm \
55
55
--wasm-execution=compiled \
56
- --database=RocksDb \
56
+ --database=rocksdb \
57
57
--pruning=1000 \
58
58
--state-cache-size=0
59
59
```
@@ -64,7 +64,7 @@ docker run \
64
64
docker run \
65
65
--network host \
66
66
--volume ${PWD} /data:/data \
67
- interlayhq/interbtc:1.20.0 \
67
+ interlayhq/interbtc:1.19.1 \
68
68
interbtc-parachain \
69
69
--base-path=/data \
70
70
--chain=interlay \
@@ -145,7 +145,7 @@ cargo build --release
145
145
#### ** Interlay**
146
146
147
147
``` shell
148
- git checkout 1.20.0
148
+ git checkout 1.19.1
149
149
cargo build --release
150
150
```
151
151
@@ -174,7 +174,7 @@ interbtc-parachain \
174
174
--no-telemetry \
175
175
--execution=wasm \
176
176
--wasm-execution=compiled \
177
- --database=RocksDb \
177
+ --database=rocksdb \
178
178
--pruning=1000 \
179
179
--state-cache-size=0
180
180
```
You can’t perform that action at this time.
0 commit comments