From fcc42b9a2e407c10b0c20058d567624c441d948f Mon Sep 17 00:00:00 2001 From: emielvanderhoek Date: Thu, 14 May 2020 11:18:01 +0200 Subject: [PATCH] Fix node v0.7.33 --- docker-compose.kusama-full.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.kusama-full.yml b/docker-compose.kusama-full.yml index f95f468a..89a716de 100644 --- a/docker-compose.kusama-full.yml +++ b/docker-compose.kusama-full.yml @@ -108,7 +108,7 @@ services: - '30333:30333' - '9933:9933' - '9944:9944' - command: --chain=kusama --db-cache=2048 --wasm-execution=Compiled --rpc-external --rpc-cors=all --ws-external --unsafe-rpc-expose --pruning=archive + command: --chain=kusama --db-cache=2048 --wasm-execution=Compiled --rpc-external --rpc-cors=all --ws-external --rpc-methods=Unsafe --pruning=archive explorer-gui: image: polkascan/pre-explorer-gui:latest