File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ docker run \
5353 --no-telemetry \
5454 --execution=wasm \
5555 --wasm-execution=compiled \
56- --database=RocksDb \
56+ --database=rocksdb \
5757 --pruning=1000 \
5858 --state-cache-size=0
5959```
@@ -64,7 +64,7 @@ docker run \
6464docker run \
6565 --network host \
6666 --volume ${PWD} /data:/data \
67- interlayhq/interbtc:1.20.0 \
67+ interlayhq/interbtc:1.19.1 \
6868 interbtc-parachain \
6969 --base-path=/data \
7070 --chain=interlay \
@@ -145,7 +145,7 @@ cargo build --release
145145#### ** Interlay**
146146
147147``` shell
148- git checkout 1.20.0
148+ git checkout 1.19.1
149149cargo build --release
150150```
151151
@@ -174,7 +174,7 @@ interbtc-parachain \
174174 --no-telemetry \
175175 --execution=wasm \
176176 --wasm-execution=compiled \
177- --database=RocksDb \
177+ --database=rocksdb \
178178 --pruning=1000 \
179179 --state-cache-size=0
180180```
You can’t perform that action at this time.
0 commit comments