github.com/cryptohub-digital/blockbook@v0.3.5-0.20240403155730-99ab40b9104c/configs/coins/ethereum_testnet_sepolia_archive_consensus.json (about)

     1  {
     2    "coin": {
     3      "name": "Ethereum Testnet Sepolia Archive",
     4      "shortcut": "gSEP",
     5      "label": "Ethereum Sepolia",
     6      "alias": "ethereum_testnet_sepolia_archive_consensus",
     7      "execution_alias": "ethereum_testnet_sepolia_archive"
     8    },
     9    "ports": {
    10      "backend_rpc": 18086,
    11      "backend_message_queue": 0,
    12      "backend_p2p": 48386,
    13      "backend_http": 18186,
    14      "backend_authrpc": 18586,
    15      "blockbook_internal": 19086,
    16      "blockbook_public": 19186
    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-sepolia-archive-consensus",
    24      "package_revision": "satoshilabs-1",
    25      "system_user": "ethereum",
    26      "version": "4.0.5",
    27      "binary_url": "https://github.com/prysmaticlabs/prysm/releases/download/v4.0.5/beacon-chain-v4.0.5-linux-amd64",
    28      "verification_type": "sha256",
    29      "verification_source": "ebb222817d28e163b62d2a259abd1842e2768f325a6fe443728caeca2954d170",
    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 --sepolia --accept-terms-of-use --execution-endpoint=http://localhost:{{.Ports.BackendAuthRpc}} --grpc-gateway-port=17586 --rpc-port=17587 --monitoring-port=17548 --p2p-tcp-port=13676 --p2p-udp-port=12676 --datadir={{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend --jwt-secret={{.Env.BackendDataPath}}/ethereum_testnet_sepolia_archive/backend/geth/jwtsecret --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/merge-testnets/raw/302fe27afdc7a9d15b1766a0c0a9d64319140255/sepolia/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/v4.0.5/beacon-chain-v4.0.5-linux-arm64",
    44          "verification_source": "1ae2607ab2f07d5fe735aeb346a1aa80fb8f47b85b4d46bb7c2d816210657dca"
    45        }
    46      }
    47    },
    48    "meta": {
    49      "package_maintainer": "IT",
    50      "package_maintainer_email": "it@satoshilabs.com"
    51    }
    52  }