Remove RPC (#65) (#71)

Co-authored-by: Alvaro Revuelta <alvrevuelta@gmail.com>
This commit is contained in:
gabrielmer 2024-03-06 02:50:43 -06:00 committed by GitHub
parent c33c424c9e
commit 60d0a86b35
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 4 deletions

View File

@ -36,7 +36,6 @@ services:
ports:
- 30304:30304/tcp
- 30304:30304/udp
- 127.0.0.1:8545:8545/tcp
- 9005:9005/udp
- 127.0.0.1:8003:8003
- 80:80 #Let's Encrypt

View File

@ -66,7 +66,6 @@ exec /usr/bin/wakunode\
--pubsub-topic=/waku/2/rs/1/7\
--filter=true\
--lightpush=true\
--rpc-admin=true\
--keep-alive=true\
--max-connections=150\
--cluster-id=1\
@ -77,8 +76,6 @@ exec /usr/bin/wakunode\
--discv5-udp-port=9005\
--discv5-enr-auto-update=True\
--log-level=DEBUG\
--rpc-port=8545\
--rpc-address=0.0.0.0\
--tcp-port=30304\
--metrics-server=True\
--metrics-server-port=8003\