41 lines
1.8 KiB
JSON
41 lines
1.8 KiB
JSON
{
|
|
"coin": {
|
|
"name": "Polygon Archive Heimdall",
|
|
"shortcut": "MATIC",
|
|
"label": "Polygon",
|
|
"alias": "polygon_archive_heimdall"
|
|
},
|
|
"ports": {
|
|
"backend_rpc": 8073,
|
|
"backend_p2p": 38373,
|
|
"backend_http": 8173,
|
|
"blockbook_internal": 9073,
|
|
"blockbook_public": 9173
|
|
},
|
|
"backend": {
|
|
"package_name": "backend-polygon-archive-heimdall",
|
|
"package_revision": "satoshilabs-1",
|
|
"system_user": "polygon",
|
|
"version": "1.0.5",
|
|
"binary_url": "https://github.com/maticnetwork/heimdall/archive/refs/tags/v1.0.5.tar.gz",
|
|
"verification_type": "sha256",
|
|
"verification_source": "59727263cb3927dd47e5c00dc3c5754f0cd7680af6e1ae019b4b540b3442197c",
|
|
"extract_command": "mkdir backend/source && tar -C backend/source --strip 1 -xf v1.0.5.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.5/builder/files/genesis-mainnet-v1.json -O {{.Env.BackendInstallPath}}/{{.Coin.Alias}}/genesis.json",
|
|
"service_type": "simple",
|
|
"service_additional_params_template": "",
|
|
"protect_memory": true,
|
|
"mainnet": true,
|
|
"server_config_file": "",
|
|
"client_config_file": ""
|
|
},
|
|
"meta": {
|
|
"package_maintainer": "IT",
|
|
"package_maintainer_email": "it@satoshilabs.com"
|
|
}
|
|
}
|