Skip to content

Commit

Permalink
Disable proxy eth_estimateGas in favour of native support
Browse files Browse the repository at this point in the history
  • Loading branch information
spilin committed Jan 8, 2024
1 parent 2431922 commit 4f4972a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion contrib/config/relayer/mainnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ endpoint:
proxyEndpoints:
url: "https://mainnet.aurora.dev:443"
endpoints:
- eth_estimateGas
-
disabledEndpoints:
-
standaloneproxy:
Expand Down
2 changes: 1 addition & 1 deletion contrib/config/relayer/silo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ endpoint:
proxyEndpoints:
url: "https://%%SILO_NETWORK%%.aurora.dev:443"
endpoints:
- eth_estimateGas
-
disabledEndpoints:
-
standaloneproxy:
Expand Down
2 changes: 1 addition & 1 deletion contrib/config/relayer/testnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ endpoint:
proxyEndpoints:
url: "https://testnet.aurora.dev:443"
endpoints:
- eth_estimateGas
-
disabledEndpoints:
-
standaloneproxy:
Expand Down

0 comments on commit 4f4972a

Please sign in to comment.