diff --git a/README.md b/README.md index 908c2c9..2662a85 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,7 @@ networks: > - `chain_trace_endpoint` - maps chains to the URLs of HTTP RPC endpoints, which represents a node where state pruning is disabled (archive node) and tracing is enabled. If you don't have a trace endpoint, you can simply copy values from `chains` variable; - `chain_ws_endpoint` - maps chains to the URLs of HTTP RPCs that supports websockets. This is required to get the real-time updates. Can be the same as `chains` if websocket is enabled there (but make sure to use`ws(s)` instead of `htpp(s)` protocol); - `chain_jsonrpc_variant` - a client used to connect to the network. Can be `parity`, `geth`, etc; -- `chain_logo` - maps chains to the it logos. Place your own logo at `apps/block_scout_web/assets/static/images` and specify a relative path at `chain_logo` variable; +- `chain_logo` - maps chains to the it logos. Place your own logo at `apps/block_scout_web/assets/static` and specify a relative path at `chain_logo` variable; - `chain_coin` - a name of the coin used in each particular chain; - `chain_network` - usually, a name of the organization keeping group of networks, but can represent a name of any logical network grouping you want; - `chain_subnetwork` - a name of the network to be shown at BlockScout; diff --git a/group_vars/all.yml.example b/group_vars/all.yml.example index deb438a..7cd9a4b 100644 --- a/group_vars/all.yml.example +++ b/group_vars/all.yml.example @@ -86,10 +86,10 @@ new_relic_license_key: "" # "core" = "parity", # "sokol" = "geth" # } -## Place your own logo at apps/block_scout_web/assets/static/images folder of blockscout repo and specify a relative path here +## Place your own logo at apps/block_scout_web/assets/static folder of blockscout repo and specify a relative path here # chain_logo = { -# "core" = "core.svg", -# "sokol" = "sokol.svg" +# "core" = "/images/core.svg", +# "sokol" = "/images/sokol.svg" # } ## The following variables represents a name of the coin that will be shown at blockchain explorer # chain_coin = {