diff --git a/configs/coins/polygon_heimdall.json b/configs/coins/polygon_heimdall.json index e99822f5..065e2b44 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.0.2", - "binary_url": "https://github.com/maticnetwork/heimdall/archive/refs/tags/v1.0.2.tar.gz", + "version": "1.0.3", + "binary_url": "https://github.com/maticnetwork/heimdall/archive/refs/tags/v1.0.3.tar.gz", "verification_type": "sha256", - "verification_source": "b3b3bf9d821b6e0e9532a03062b68289a5840eedbfd570f2fc489acc72c5d6d7", - "extract_command": "mkdir backend/source && tar -C backend/source --strip 1 -xf v1.0.2.tar.gz && cd backend/source && make build && mv build/heimdalld ../ && rm -rf ../source && echo", + "verification_source": "e68aeab2061101dd4cdf20fdf804e63f67958c7dd8d671e7e2a172b641c4162f", + "extract_command": "mkdir backend/source && tar -C backend/source --strip 1 -xf v1.0.3.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.0.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.0.3/builder/files/genesis-mainnet-v1.json -O {{.Env.BackendInstallPath}}/{{.Coin.Alias}}/genesis.json", "service_type": "simple", "service_additional_params_template": "", "protect_memory": true, diff --git a/configs/coins/polygon_heimdall_archive.json b/configs/coins/polygon_heimdall_archive.json index f3eeadb7..3f484c44 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.0.2", - "binary_url": "https://github.com/maticnetwork/heimdall/archive/refs/tags/v1.0.2.tar.gz", + "version": "1.0.3", + "binary_url": "https://github.com/maticnetwork/heimdall/archive/refs/tags/v1.0.3.tar.gz", "verification_type": "sha256", - "verification_source": "b3b3bf9d821b6e0e9532a03062b68289a5840eedbfd570f2fc489acc72c5d6d7", - "extract_command": "mkdir backend/source && tar -C backend/source --strip 1 -xf v1.0.2.tar.gz && cd backend/source && make build && mv build/heimdalld ../ && rm -rf ../source && echo", + "verification_source": "e68aeab2061101dd4cdf20fdf804e63f67958c7dd8d671e7e2a172b641c4162f", + "extract_command": "mkdir backend/source && tar -C backend/source --strip 1 -xf v1.0.3.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.0.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.0.3/builder/files/genesis-mainnet-v1.json -O {{.Env.BackendInstallPath}}/{{.Coin.Alias}}/genesis.json", "service_type": "simple", "service_additional_params_template": "", "protect_memory": true,