From c3b1b2cebcc2b0cd3c9b375427fea9de24225bee Mon Sep 17 00:00:00 2001 From: defiQUG Date: Sat, 25 Apr 2026 08:14:07 -0700 Subject: [PATCH] config: add explicit chain138 sentry and alltra hybx classes --- config/config-rpc-alltra-hybx.toml | 47 ++++++++++++++++++++++++++++ config/config-sentry-promoted.toml | 49 ++++++++++++++++++++++++++++++ 2 files changed, 96 insertions(+) create mode 100644 config/config-rpc-alltra-hybx.toml create mode 100644 config/config-sentry-promoted.toml diff --git a/config/config-rpc-alltra-hybx.toml b/config/config-rpc-alltra-hybx.toml new file mode 100644 index 0000000..3c56798 --- /dev/null +++ b/config/config-rpc-alltra-hybx.toml @@ -0,0 +1,47 @@ +# Besu Configuration for ALLTRA / HYBX RPC Nodes +# Placeholder only: node-specific generated configs must advertise the real LAN IP. +# Do not deploy this base template as-is without substituting the real advertised host. +data-path="/data/besu" +genesis-file="/genesis/genesis.json" + +network-id=138 +p2p-host="0.0.0.0" +p2p-port=30303 + +sync-mode="FULL" +data-storage-format="FOREST" + +rpc-http-enabled=true +rpc-http-host="0.0.0.0" +rpc-http-port=8545 +rpc-http-api=["ETH","NET","WEB3","ADMIN","PERSONAL","MINER","DEBUG"] +rpc-http-cors-origins=["*"] +rpc-http-api-enable-unsafe-txsigning=true + +rpc-ws-enabled=true +rpc-ws-host="0.0.0.0" +rpc-ws-port=8546 +rpc-ws-api=["ETH","NET","WEB3","ADMIN","PERSONAL","MINER","DEBUG"] + +graphql-http-enabled=true +graphql-http-host="0.0.0.0" +graphql-http-port=8547 + +metrics-enabled=true +metrics-host="0.0.0.0" +metrics-port=9545 +metrics-push-enabled=false + +logging="INFO" +log-destination="CONSOLE" + +permissions-nodes-config-file-enabled=true +permissions-nodes-config-file="/var/lib/besu/permissions/permissions-nodes.toml" +permissions-accounts-config-file-enabled=true +permissions-accounts-config-file="/permissions/permissions-accounts.toml" + +bootnodes=[] +static-nodes-file="/var/lib/besu/static-nodes.json" + +discovery-enabled=false +max-peers=40 diff --git a/config/config-sentry-promoted.toml b/config/config-sentry-promoted.toml new file mode 100644 index 0000000..0df8702 --- /dev/null +++ b/config/config-sentry-promoted.toml @@ -0,0 +1,49 @@ +# Besu Configuration for Promoted Sentry Nodes +# Intended for the more featureful sentry lanes such as HYBX / Thirdweb sentries. +# Placeholder only: node-specific generated configs must advertise the real LAN IP. +# Do not deploy this base template as-is without substituting the real advertised host. +data-path="/data/besu" +genesis-file="/genesis/genesis.json" + +network-id=138 +p2p-host="0.0.0.0" +p2p-port=30303 + +sync-mode="FULL" +data-storage-format="FOREST" + +rpc-http-enabled=true +rpc-http-host="0.0.0.0" +rpc-http-port=8545 +rpc-http-api=["ETH","NET","WEB3","ADMIN","PERSONAL","MINER","DEBUG"] +rpc-http-cors-origins=["*"] +rpc-http-api-enable-unsafe-txsigning=true + +rpc-ws-enabled=true +rpc-ws-host="0.0.0.0" +rpc-ws-port=8546 +rpc-ws-api=["ETH","NET","WEB3","ADMIN","PERSONAL","MINER","DEBUG"] + +graphql-http-enabled=true +graphql-http-host="0.0.0.0" +graphql-http-port=8547 + +metrics-enabled=true +metrics-host="0.0.0.0" +metrics-port=9545 +metrics-push-enabled=false + +logging="INFO" +log-destination="CONSOLE" + +permissions-nodes-config-file-enabled=true +permissions-nodes-config-file="/var/lib/besu/permissions/permissions-nodes.toml" +permissions-accounts-config-file-enabled=false + +tx-pool-max-future-by-sender=1 + +bootnodes=[] +static-nodes-file="/var/lib/besu/static-nodes.json" + +discovery-enabled=true +max-peers=40