53 lines
2.5 KiB
JSON
53 lines
2.5 KiB
JSON
{
|
|
"coin": {
|
|
"name": "Ethereum Testnet Sepolia",
|
|
"shortcut": "gSEP",
|
|
"label": "Ethereum Sepolia",
|
|
"alias": "ethereum_testnet_sepolia_consensus",
|
|
"execution_alias": "ethereum_testnet_sepolia"
|
|
},
|
|
"ports": {
|
|
"backend_rpc": 18076,
|
|
"backend_message_queue": 0,
|
|
"backend_p2p": 48376,
|
|
"backend_http": 18176,
|
|
"backend_authrpc": 18576,
|
|
"blockbook_internal": 19076,
|
|
"blockbook_public": 19176
|
|
},
|
|
"ipc": {
|
|
"rpc_url_template": "ws://127.0.0.1:{{.Ports.BackendRPC}}",
|
|
"rpc_timeout": 25
|
|
},
|
|
"backend": {
|
|
"package_name": "backend-ethereum-testnet-sepolia-consensus",
|
|
"package_revision": "satoshilabs-1",
|
|
"system_user": "ethereum",
|
|
"version": "4.0.0",
|
|
"binary_url": "https://github.com/prysmaticlabs/prysm/releases/download/v4.0.0/beacon-chain-v4.0.0-linux-amd64",
|
|
"verification_type": "sha256",
|
|
"verification_source": "2842cbf43980cec9f51e1c83c21a598c35ccff4d22de2f6f482df010c2bda806",
|
|
"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 --sepolia --accept-terms-of-use --execution-endpoint=http://localhost:{{.Ports.BackendAuthRpc}} --grpc-gateway-port=17576 --rpc-port=17577 --monitoring-port=17578 --p2p-tcp-port=13576 --p2p-udp-port=12576 --datadir={{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend --jwt-secret={{.Env.BackendDataPath}}/ethereum_testnet_sepolia/backend/geth/jwtsecret --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/merge-testnets/raw/302fe27afdc7a9d15b1766a0c0a9d64319140255/sepolia/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/prysmaticlabs/prysm/releases/download/v4.0.0/beacon-chain-v4.0.0-linux-arm64",
|
|
"verification_source": "8eae234385c1bd05ec6ad51dfb362382f04f1ea1d133f503e3894f4a99683972"
|
|
}
|
|
}
|
|
},
|
|
"meta": {
|
|
"package_maintainer": "IT",
|
|
"package_maintainer_email": "it@satoshilabs.com"
|
|
}
|
|
}
|