From 2fb1e779c0fa0706cf10f73a10ba1afcd035e403 Mon Sep 17 00:00:00 2001 From: 1000101 Date: Wed, 19 Aug 2020 16:00:51 +0200 Subject: [PATCH] etc: 1.11.7->1.11.12 --- configs/coins/ethereum-classic.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configs/coins/ethereum-classic.json b/configs/coins/ethereum-classic.json index 75860f08..fa13477c 100644 --- a/configs/coins/ethereum-classic.json +++ b/configs/coins/ethereum-classic.json @@ -19,10 +19,10 @@ "package_name": "backend-ethereum-classic", "package_revision": "satoshilabs-1", "system_user": "ethereum-classic", - "version": "1.11.7", - "binary_url": "https://github.com/etclabscore/core-geth/releases/download/v1.11.7/core-geth-linux-v1.11.7.zip", + "version": "1.11.12", + "binary_url": "https://github.com/etclabscore/core-geth/releases/download/v1.11.12/core-geth-linux-v1.11.12.zip", "verification_type": "sha256", - "verification_source": "2a82a7513c453b1cc7d024a4cbe42f1759584553c76c4836e732cbf195747948", + "verification_source": "6d1f5499e84cf7849c5eb4a6870cc72a33891662274241b00d6cd2e315c4fac4", "extract_command": "unzip -d backend", "exclude_files": [], "exec_command_template": "/bin/sh -c '{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/geth --classic --ipcdisable --cache 1024 --nat none --datadir {{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend --port 38337 --ws --wsaddr 127.0.0.1 --wsport {{.Ports.BackendRPC}} --wsorigins \"*\" --rpc --rpcport 8137 -rpcaddr 127.0.0.1 --rpccorsdomain \"*\" 2>>{{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/{{.Coin.Alias}}.log'",