Merge pull request #79 from p2p-org/configure_method_groups

configure method groups
This commit is contained in:
MaxFomenkov
2022-12-12 17:00:57 +03:00
committed by GitHub
18 changed files with 275 additions and 32 deletions

View File

@@ -0,0 +1,13 @@
version: v1
upstreams:
- id: enable_filter_methods
chain: ethereum
method-groups:
enabled:
- filter
disabled:
- trace
connection:
ethereum:
rpc:
url: "http://localhost:8545"