github.com/trezor/blockbook@v0.4.1-0.20240328132726-e9a08582ee2c/configs/coins/ethereum_testnet_holesky_archive_consensus.json (about)

     1  {
     2      "coin": {
     3          "name": "Ethereum Testnet Holesky Archive",
     4          "shortcut": "tHOL",
     5          "label": "Ethereum Holesky",
     6          "alias": "ethereum_testnet_holesky_archive_consensus",
     7          "execution_alias": "ethereum_testnet_holesky_archive"
     8      },
     9      "ports": {
    10          "backend_rpc": 18036,
    11          "backend_message_queue": 0,
    12          "backend_p2p": 48336,
    13          "backend_http": 18136,
    14          "backend_authrpc": 18536,
    15          "blockbook_internal": 19036,
    16          "blockbook_public": 19136
    17      },
    18      "ipc": {
    19          "rpc_url_template": "ws://127.0.0.1:{{.Ports.BackendRPC}}",
    20          "rpc_timeout": 25
    21      },
    22      "backend": {
    23          "package_name": "backend-ethereum-testnet-holesky-archive-consensus",
    24          "package_revision": "satoshilabs-1",
    25          "system_user": "ethereum",
    26          "version": "5.0.1",
    27          "binary_url": "https://github.com/prysmaticlabs/prysm/releases/download/v5.0.1/beacon-chain-v5.0.1-linux-amd64",
    28          "verification_type": "sha256",
    29          "verification_source": "2bb8c7a26021dbc0e067e841d996fd4f6d21f633d1a9fe64bb2a73c35f222e35",
    30          "extract_command": "mv ${ARCHIVE} backend/beacon-chain && chmod +x backend/beacon-chain && echo",
    31          "exclude_files": [],
    32          "exec_command_template": "/bin/sh -c '{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/beacon-chain --holesky --accept-terms-of-use --execution-endpoint=http://localhost:{{.Ports.BackendAuthRpc}} --grpc-gateway-port=17536 --rpc-port=17537 --monitoring-port=17538 --p2p-tcp-port=13636 --p2p-udp-port=12636 --datadir={{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend --jwt-secret={{.Env.BackendDataPath}}/ethereum_testnet_holesky_archive/backend/erigon/jwt.hex --genesis-state={{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/genesis.ssz 2>>{{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/{{.Coin.Alias}}.log'",
    33          "logrotate_files_template": "{{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/{{.Coin.Alias}}.log",
    34          "postinst_script_template": "wget https://github.com/eth-clients/holesky/raw/main/custom_config_data/genesis.ssz -O {{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/genesis.ssz",
    35          "service_type": "simple",
    36          "service_additional_params_template": "",
    37          "protect_memory": true,
    38          "mainnet": false,
    39          "server_config_file": "",
    40          "client_config_file": "",
    41          "platforms": {
    42              "arm64": {
    43                  "binary_url": "https://github.com/prysmaticlabs/prysm/releases/download/v5.0.1/beacon-chain-v5.0.1-linux-arm64",
    44                  "verification_source": "e970f997c4caf645b310ad839f0f00748f23fb5a522de340bad80a47271b6710"
    45              }
    46          }
    47      },
    48      "meta": {
    49          "package_maintainer": "IT",
    50          "package_maintainer_email": "it@satoshilabs.com"
    51      }
    52  }