From c314a64ea82d552c5bac74d066dc6c804eee1e4f Mon Sep 17 00:00:00 2001 From: JoHnY Date: Mon, 25 Sep 2023 09:18:34 +0000 Subject: [PATCH] =?UTF-8?q?etc=201.12.13=20=E2=86=92=201.12.14?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 d7df5a77..7d4fa61b 100644 --- a/configs/coins/ethereum-classic.json +++ b/configs/coins/ethereum-classic.json @@ -21,10 +21,10 @@ "package_name": "backend-ethereum-classic", "package_revision": "satoshilabs-1", "system_user": "ethereum-classic", - "version": "1.12.13", - "binary_url": "https://github.com/etclabscore/core-geth/releases/download/v1.12.13/core-geth-linux-v1.12.13.zip", + "version": "1.12.14", + "binary_url": "https://github.com/etclabscore/core-geth/releases/download/v1.12.14/core-geth-linux-v1.12.14.zip", "verification_type": "sha256", - "verification_source": "54b589cf0117b886a6acc941a6ebb2450d2259a002c3bd51f54b0a12e65a554b", + "verification_source": "9fe3aaa304dfa251781ab8e0e478c687dd573bdb66451df236b319d095e1866e", "extract_command": "unzip -d backend", "exclude_files": [], "exec_command_template": "/bin/sh -c '{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/geth --classic --ipcdisable --txlookuplimit 0 --cache 1024 --nat none --datadir {{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend --port {{.Ports.BackendP2P}} --ws --ws.addr 127.0.0.1 --ws.port {{.Ports.BackendRPC}} --ws.origins \"*\" --http --http.port {{.Ports.BackendHttp}} --http.addr 127.0.0.1 --http.corsdomain \"*\" 2>>{{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/{{.Coin.Alias}}.log'",