Last active
September 7, 2022 01:25
-
-
Save bl4ck5un/ce5205f50a93e122fe1fc6c4517064a4 to your computer and use it in GitHub Desktop.
Patch to eth-docker default
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/geth.yml b/geth.yml | |
index 33578eb..86d6431 100644 | |
--- a/geth.yml | |
+++ b/geth.yml | |
@@ -46,7 +46,7 @@ services: | |
- --http.vhosts=* | |
- --http.corsdomain=* | |
- --http.api | |
- - web3,eth,net | |
+ - web3,eth,net,txpool | |
- --datadir | |
- /var/lib/goethereum | |
- --port | |
@@ -59,7 +59,7 @@ services: | |
- --ws.port | |
- ${EL_WS_PORT:-8546} | |
- --ws.api | |
- - web3,eth,net | |
+ - web3,eth,net,txpool | |
- --${NETWORK} | |
- --metrics | |
- --metrics.expensive | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment