mirror of
https://github.com/trezor/blockbook.git
synced 2026-03-04 14:54:34 +01:00
69 lines
2.8 KiB
JSON
69 lines
2.8 KiB
JSON
{
|
|
"coin": {
|
|
"name": "Base",
|
|
"shortcut": "ETH",
|
|
"network": "BASE",
|
|
"label": "Base",
|
|
"alias": "base"
|
|
},
|
|
"ports": {
|
|
"backend_rpc": 8309,
|
|
"backend_p2p": 38409,
|
|
"backend_http": 8209,
|
|
"backend_authrpc": 8409,
|
|
"blockbook_internal": 9209,
|
|
"blockbook_public": 9309
|
|
},
|
|
"ipc": {
|
|
"rpc_url_template": "http://127.0.0.1:{{.Ports.BackendRPC}}",
|
|
"rpc_url_ws_template": "ws://127.0.0.1:{{.Ports.BackendRPC}}",
|
|
"rpc_timeout": 25
|
|
},
|
|
"backend": {
|
|
"package_name": "backend-base",
|
|
"package_revision": "satoshilabs-1",
|
|
"system_user": "base",
|
|
"version": "1.101411.3",
|
|
"docker_image": "us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:v1.101411.3",
|
|
"verification_type": "docker",
|
|
"verification_source": "aefecdb139d8e3ed3128e7e3c87abb71198dc6a44ef21f012f391af52679e2c5",
|
|
"extract_command": "docker cp extract:/usr/local/bin/geth backend/geth",
|
|
"exclude_files": [],
|
|
"exec_command_template": "/bin/sh -c '{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/base_exec.sh 2>> {{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/{{.Coin.Alias}}.log'",
|
|
"exec_script": "base.sh",
|
|
"logrotate_files_template": "{{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/{{.Coin.Alias}}.log",
|
|
"postinst_script_template": "openssl rand -hex 32 > {{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/jwtsecret",
|
|
"service_type": "simple",
|
|
"service_additional_params_template": "",
|
|
"protect_memory": true,
|
|
"mainnet": true,
|
|
"server_config_file": "",
|
|
"client_config_file": ""
|
|
},
|
|
"blockbook": {
|
|
"package_name": "blockbook-base",
|
|
"system_user": "blockbook-base",
|
|
"internal_binding_template": ":{{.Ports.BlockbookInternal}}",
|
|
"public_binding_template": ":{{.Ports.BlockbookPublic}}",
|
|
"explorer_url": "",
|
|
"additional_params": "",
|
|
"block_chain": {
|
|
"parse": true,
|
|
"mempool_workers": 8,
|
|
"mempool_sub_workers": 2,
|
|
"block_addresses_to_keep": 300,
|
|
"additional_params": {
|
|
"mempoolTxTimeoutHours": 48,
|
|
"queryBackendOnMempoolResync": false,
|
|
"fiat_rates": "coingecko",
|
|
"fiat_rates_vs_currencies": "AED,ARS,AUD,BDT,BHD,BMD,BRL,CAD,CHF,CLP,CNY,CZK,DKK,EUR,GBP,HKD,HUF,IDR,ILS,INR,JPY,KRW,KWD,LKR,MMK,MXN,MYR,NGN,NOK,NZD,PHP,PKR,PLN,RUB,SAR,SEK,SGD,THB,TRY,TWD,UAH,USD,VEF,VND,ZAR,BTC,ETH",
|
|
"fiat_rates_params": "{\"coin\": \"ethereum\",\"platformIdentifier\": \"base\",\"platformVsCurrency\": \"eth\",\"periodSeconds\": 900}"
|
|
}
|
|
}
|
|
},
|
|
"meta": {
|
|
"package_maintainer": "IT",
|
|
"package_maintainer_email": "it@satoshilabs.com"
|
|
}
|
|
}
|