Commit 7a6e84c6 authored by Matthew Slipper's avatar Matthew Slipper

fix tests

parent e9f2c701
...@@ -18,4 +18,4 @@ backends = ["good"] ...@@ -18,4 +18,4 @@ backends = ["good"]
eth_chainId = "main" eth_chainId = "main"
[rate_limit] [rate_limit]
enable_backend_limiter = true enable_backend_rate_limiter = true
\ No newline at end of file \ No newline at end of file
...@@ -19,4 +19,7 @@ ws_url = "$BAD_BACKEND_RPC_URL" ...@@ -19,4 +19,7 @@ ws_url = "$BAD_BACKEND_RPC_URL"
backends = ["bad", "good"] backends = ["bad", "good"]
[rpc_method_mappings] [rpc_method_mappings]
eth_chainId = "main" eth_chainId = "main"
\ No newline at end of file
[rate_limit]
enable_backend_rate_limiter = true
\ No newline at end of file
...@@ -26,3 +26,6 @@ backends = ["good"] ...@@ -26,3 +26,6 @@ backends = ["good"]
[rpc_method_mappings] [rpc_method_mappings]
eth_chainId = "main" eth_chainId = "main"
[rate_limit]
enable_backend_rate_limiter = true
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment