remove unused integration_tests/testdata/backend_rate_limit.toml

This commit is contained in:
Felipe Andrade 2023-05-15 22:49:47 -07:00
parent 3704119064
commit 36e8e7a473

@ -1,18 +0,0 @@
[server]
rpc_port = 8545
[backend]
response_timeout_seconds = 1
[backends]
[backends.good]
rpc_url = "$GOOD_BACKEND_RPC_URL"
ws_url = "$GOOD_BACKEND_RPC_URL"
max_rps = 2
[backend_groups]
[backend_groups.main]
backends = ["good"]
[rpc_method_mappings]
eth_chainId = "main"