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

     1  {
     2      "coin": {
     3          "name": "Ethereum Testnet Sepolia",
     4          "shortcut": "gSEP",
     5          "label": "Ethereum Sepolia",
     6          "alias": "ethereum_testnet_sepolia"
     7      },
     8      "ports": {
     9          "backend_rpc": 18076,
    10          "backend_message_queue": 0,
    11          "backend_p2p": 48376,
    12          "backend_http": 18176,
    13          "backend_authrpc": 18576,
    14          "blockbook_internal": 19076,
    15          "blockbook_public": 19176
    16      },
    17      "ipc": {
    18          "rpc_url_template": "ws://127.0.0.1:{{.Ports.BackendRPC}}",
    19          "rpc_timeout": 25
    20      },
    21      "backend": {
    22          "package_name": "backend-ethereum-testnet-sepolia",
    23          "package_revision": "satoshilabs-1",
    24          "system_user": "ethereum",
    25          "version": "1.12.0-e501b3b0",
    26          "binary_url": "https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.12.0-e501b3b0.tar.gz",
    27          "verification_type": "gpg",
    28          "verification_source": "https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.12.0-e501b3b0.tar.gz.asc",
    29          "extract_command": "tar -C backend --strip 1 -xf",
    30          "exclude_files": [],
    31          "exec_command_template": "/bin/sh -c '{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/geth --sepolia --syncmode full --txlookuplimit 0 --ipcdisable --cache 1024 --nat none --datadir {{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend --port {{.Ports.BackendP2P}} --ws --ws.addr 127.0.0.1 --ws.port {{.Ports.BackendRPC}} --ws.origins \"*\" --ws.api \"eth,net,web3,debug,txpool\" --http --http.port {{.Ports.BackendHttp}} -http.addr 127.0.0.1 --http.corsdomain \"*\" --http.vhosts \"*\" --http.api \"eth,net,web3,debug,txpool\" --authrpc.port {{.Ports.BackendAuthRpc}} 2>>{{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/{{.Coin.Alias}}.log'",
    32          "logrotate_files_template": "{{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/{{.Coin.Alias}}.log",
    33          "postinst_script_template": "",
    34          "service_type": "simple",
    35          "service_additional_params_template": "",
    36          "protect_memory": true,
    37          "mainnet": false,
    38          "server_config_file": "",
    39          "client_config_file": "",
    40          "platforms": {
    41              "arm64": {
    42                  "binary_url": "https://gethstore.blob.core.windows.net/builds/geth-linux-arm64-1.12.0-e501b3b0.tar.gz",
    43                  "verification_source": "https://gethstore.blob.core.windows.net/builds/geth-linux-arm64-1.12.0-e501b3b0.tar.gz.asc"
    44              }
    45          }
    46      },
    47      "blockbook": {
    48          "package_name": "blockbook-ethereum-testnet-sepolia",
    49          "system_user": "blockbook-ethereum",
    50          "internal_binding_template": ":{{.Ports.BlockbookInternal}}",
    51          "public_binding_template": ":{{.Ports.BlockbookPublic}}",
    52          "explorer_url": "",
    53          "additional_params": "",
    54          "block_chain": {
    55              "parse": true,
    56              "mempool_workers": 8,
    57              "mempool_sub_workers": 2,
    58              "block_addresses_to_keep": 3000,
    59              "additional_params": {
    60                  "consensusNodeVersion": "http://localhost:17576/eth/v1/node/version",
    61                  "mempoolTxTimeoutHours": 12,
    62                  "queryBackendOnMempoolResync": false
    63              }
    64          }
    65      },
    66      "meta": {
    67          "package_maintainer": "IT",
    68          "package_maintainer_email": "it@satoshilabs.com"
    69      }
    70  }