Skip to content

Commit

Permalink
Disable RPC in configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHinshelwood committed Dec 9, 2024
1 parent cf34026 commit 397a2f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion infra/config_rpc_disabled.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
otlp_collector_endpoint = "http://otel-collector:4317"

[[nodes]]
enabled_apis = [ "admin", "erigon", "eth", "net", "ots", "trace", "txpool", "web3", "zilliqa" ]
# These (public key, peerId, stake, rewardAddress) tuples correspond to the private keys of all four nodes in `docker-compose.yaml`.
consensus.genesis_deposits = [
["b27aebb3b54effd7af87c4a064a711554ee0f3f5abf56ca910b46422f2b21603bc383d42eb3b927c4c3b0b8381ca30a3", "12D3KooWESMZ2ttSxDwjfnNe23sHCqsJf6sNEKwgHkdgtCHDsbWU", "10000000000000000000000000", "7E5F4552091A69125d5DfCb7b8C2659029395Bdf", "7E5F4552091A69125d5DfCb7b8C2659029395Bdf"],
Expand Down

0 comments on commit 397a2f2

Please sign in to comment.