mirror of
https://github.com/trezor/blockbook.git
synced 2026-02-20 00:51:39 +01:00
53 lines
2.6 KiB
JSON
53 lines
2.6 KiB
JSON
{
|
|
"coin": {
|
|
"name": "Ethereum Testnet Hoodi",
|
|
"shortcut": "tHOD",
|
|
"label": "Ethereum Hoodi",
|
|
"alias": "ethereum_testnet_hoodi_consensus",
|
|
"execution_alias": "ethereum_testnet_hoodi"
|
|
},
|
|
"ports": {
|
|
"backend_rpc": 18006,
|
|
"backend_message_queue": 0,
|
|
"backend_p2p": 48306,
|
|
"backend_http": 18106,
|
|
"backend_authrpc": 18506,
|
|
"blockbook_internal": 19006,
|
|
"blockbook_public": 19106
|
|
},
|
|
"ipc": {
|
|
"rpc_url_template": "ws://127.0.0.1:{{.Ports.BackendRPC}}",
|
|
"rpc_timeout": 25
|
|
},
|
|
"backend": {
|
|
"package_name": "backend-ethereum-testnet-hoodi-consensus",
|
|
"package_revision": "satoshilabs-1",
|
|
"system_user": "ethereum",
|
|
"version": "6.0.4",
|
|
"binary_url": "https://github.com/OffchainLabs/prysm/releases/download/v6.0.4/beacon-chain-v6.0.4-linux-amd64",
|
|
"verification_type": "sha256",
|
|
"verification_source": "5be75a5b5bb8654420eaba215f1138236395fe7fc6182329079c28dc5217258e",
|
|
"extract_command": "mv ${ARCHIVE} backend/beacon-chain && chmod +x backend/beacon-chain && echo",
|
|
"exclude_files": [],
|
|
"exec_command_template": "/bin/sh -c '{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/beacon-chain --hoodi --accept-terms-of-use --execution-endpoint=http://localhost:{{.Ports.BackendAuthRpc}} --grpc-gateway-port=17506 --rpc-port=17507 --monitoring-port=17508 --p2p-tcp-port=13506 --p2p-udp-port=12506 --datadir={{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend --jwt-secret={{.Env.BackendDataPath}}/ethereum_testnet_hoodi/backend/erigon/jwt.hex --genesis-state={{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/genesis.ssz 2>>{{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/{{.Coin.Alias}}.log'",
|
|
"logrotate_files_template": "{{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/{{.Coin.Alias}}.log",
|
|
"postinst_script_template": "wget https://github.com/eth-clients/holesky/raw/main/metadata/genesis.ssz -O {{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/genesis.ssz",
|
|
"service_type": "simple",
|
|
"service_additional_params_template": "",
|
|
"protect_memory": true,
|
|
"mainnet": false,
|
|
"server_config_file": "",
|
|
"client_config_file": "",
|
|
"platforms": {
|
|
"arm64": {
|
|
"binary_url": "https://github.com/OffchainLabs/prysm/releases/download/v6.0.4/beacon-chain-v6.0.4-linux-arm64",
|
|
"verification_source": "24b0fd2efe77f77f7c690e73d408ea42e4de355472d386f6d8da19c216afad44"
|
|
}
|
|
}
|
|
},
|
|
"meta": {
|
|
"package_maintainer": "IT",
|
|
"package_maintainer_email": "it@satoshilabs.com"
|
|
}
|
|
}
|