2022-09-23 23:21:12 +03:00
|
|
|
whitelist_error_message = "rpc method is not whitelisted custom message"
|
|
|
|
|
2022-05-05 00:51:24 +03:00
|
|
|
[server]
|
|
|
|
rpc_port = 8545
|
|
|
|
|
|
|
|
[backend]
|
|
|
|
response_timeout_seconds = 1
|
|
|
|
|
|
|
|
[backends]
|
|
|
|
[backends.good]
|
|
|
|
rpc_url = "$GOOD_BACKEND_RPC_URL"
|
|
|
|
ws_url = "$GOOD_BACKEND_RPC_URL"
|
|
|
|
|
|
|
|
[backend_groups]
|
|
|
|
[backend_groups.main]
|
|
|
|
backends = ["good"]
|
|
|
|
|
|
|
|
[rpc_method_mappings]
|
|
|
|
eth_chainId = "main"
|