infra/proxyd/integration_tests/testdata/smoke.toml

19 lines
265 B
TOML
Raw Normal View History

2024-03-18 21:26:59 +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"