From ba5ded3ea38ee8d17bd8572d90605c126455665a Mon Sep 17 00:00:00 2001 From: f7b Date: Tue, 1 Jul 2025 14:46:12 +0200 Subject: [PATCH] =?UTF-8?q?polygon-heimdall=201.2.2=20=E2=86=92=201.2.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- configs/coins/polygon_heimdall.json | 12 ++++++------ configs/coins/polygon_heimdall_archive.json | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/configs/coins/polygon_heimdall.json b/configs/coins/polygon_heimdall.json index 9b723e82da..5cc20ad055 100644 --- a/configs/coins/polygon_heimdall.json +++ b/configs/coins/polygon_heimdall.json @@ -16,16 +16,16 @@ "package_name": "backend-polygon-heimdall", "package_revision": "satoshilabs-1", "system_user": "polygon", - "version": "1.2.2", - "binary_url": "https://github.com/maticnetwork/heimdall/archive/refs/tags/v1.2.2.tar.gz", + "version": "1.2.4", + "binary_url": "https://github.com/maticnetwork/heimdall/archive/refs/tags/v1.2.4.tar.gz", "verification_type": "sha256", - "verification_source": "ada133877c9a3e18dd2f7ad24c66f7110013e1c59489ad76cf78af53ddc518b2", - "extract_command": "mkdir backend/source && tar -C backend/source --strip 1 -xf v1.2.2.tar.gz && cd backend/source && make build && mv build/heimdalld ../ && rm -rf ../source && echo", + "verification_source": "4a71be23f06228362d2a8cf2bf43f09dbd3d7ee1d514506acee6ad4705b1ca43", + "extract_command": "mkdir backend/source && tar -C backend/source --strip 1 -xf v1.2.4.tar.gz && cd backend/source && make build && mv build/heimdalld ../ && rm -rf ../source && echo", "exclude_files": [], "exec_command_template": "/bin/sh -c '{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/polygon_heimdall_exec.sh 2>&1 >> {{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/{{.Coin.Alias}}.log'", "exec_script": "polygon_heimdall.sh", "logrotate_files_template": "{{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/{{.Coin.Alias}}.log", - "postinst_script_template": "wget https://raw.githubusercontent.com/maticnetwork/heimdall/v1.2.2/builder/files/genesis-mainnet-v1.json -O {{.Env.BackendInstallPath}}/{{.Coin.Alias}}/genesis.json", + "postinst_script_template": "wget https://raw.githubusercontent.com/maticnetwork/heimdall/v1.2.4/builder/files/genesis-mainnet-v1.json -O {{.Env.BackendInstallPath}}/{{.Coin.Alias}}/genesis.json", "service_type": "simple", "service_additional_params_template": "", "protect_memory": true, @@ -37,4 +37,4 @@ "package_maintainer": "IT", "package_maintainer_email": "it@satoshilabs.com" } -} +} \ No newline at end of file diff --git a/configs/coins/polygon_heimdall_archive.json b/configs/coins/polygon_heimdall_archive.json index 8f93492b76..c21df1fb8d 100644 --- a/configs/coins/polygon_heimdall_archive.json +++ b/configs/coins/polygon_heimdall_archive.json @@ -16,16 +16,16 @@ "package_name": "backend-polygon-archive-heimdall", "package_revision": "satoshilabs-1", "system_user": "polygon", - "version": "1.2.2", - "binary_url": "https://github.com/maticnetwork/heimdall/archive/refs/tags/v1.2.2.tar.gz", + "version": "1.2.4", + "binary_url": "https://github.com/maticnetwork/heimdall/archive/refs/tags/v1.2.4.tar.gz", "verification_type": "sha256", - "verification_source": "ada133877c9a3e18dd2f7ad24c66f7110013e1c59489ad76cf78af53ddc518b2", - "extract_command": "mkdir backend/source && tar -C backend/source --strip 1 -xf v1.2.2.tar.gz && cd backend/source && make build && mv build/heimdalld ../ && rm -rf ../source && echo", + "verification_source": "4a71be23f06228362d2a8cf2bf43f09dbd3d7ee1d514506acee6ad4705b1ca43", + "extract_command": "mkdir backend/source && tar -C backend/source --strip 1 -xf v1.2.4.tar.gz && cd backend/source && make build && mv build/heimdalld ../ && rm -rf ../source && echo", "exclude_files": [], "exec_command_template": "/bin/sh -c '{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/polygon_archive_heimdall_exec.sh 2>&1 >> {{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/{{.Coin.Alias}}.log'", "exec_script": "polygon_archive_heimdall.sh", "logrotate_files_template": "{{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/{{.Coin.Alias}}.log", - "postinst_script_template": "wget https://raw.githubusercontent.com/maticnetwork/heimdall/v1.2.2/builder/files/genesis-mainnet-v1.json -O {{.Env.BackendInstallPath}}/{{.Coin.Alias}}/genesis.json", + "postinst_script_template": "wget https://raw.githubusercontent.com/maticnetwork/heimdall/v1.2.4/builder/files/genesis-mainnet-v1.json -O {{.Env.BackendInstallPath}}/{{.Coin.Alias}}/genesis.json", "service_type": "simple", "service_additional_params_template": "", "protect_memory": true, @@ -37,4 +37,4 @@ "package_maintainer": "IT", "package_maintainer_email": "it@satoshilabs.com" } -} +} \ No newline at end of file