opbnb needs trust idk why

This commit is contained in:
goldsquid
2025-11-09 14:42:39 +07:00
parent 46b8cbb2ee
commit 566df06116
4 changed files with 4 additions and 4 deletions

View File

@@ -115,7 +115,7 @@ services:
environment:
- OP_NODE_L1_ETH_RPC=${BSC_MAINNET_EXECUTION_RPC}
- OP_NODE_L1_RPC_KIND=${BSC_MAINNET_EXECUTION_KIND:-basic}
- OP_NODE_L1_TRUST_RPC=${BSC_MAINNET_EXECUTION_TRUST:-false}
- OP_NODE_L1_TRUST_RPC=${BSC_MAINNET_EXECUTION_TRUST:-true}
- OP_NODE_L2_ENGINE_AUTH=/jwtsecret
- OP_NODE_L2_ENGINE_RPC=http://bnb-mainnet-archive:8551
- OP_NODE_L2_SKIP_SYNC_START_CHECK=true

View File

@@ -116,7 +116,7 @@ services:
environment:
- OP_NODE_L1_ETH_RPC=${BSC_MAINNET_EXECUTION_RPC}
- OP_NODE_L1_RPC_KIND=${BSC_MAINNET_EXECUTION_KIND:-basic}
- OP_NODE_L1_TRUST_RPC=${BSC_MAINNET_EXECUTION_TRUST:-false}
- OP_NODE_L1_TRUST_RPC=${BSC_MAINNET_EXECUTION_TRUST:-true}
- OP_NODE_L2_ENGINE_AUTH=/jwtsecret
- OP_NODE_L2_ENGINE_RPC=http://bnb-mainnet:8551
- OP_NODE_L2_SKIP_SYNC_START_CHECK=true

View File

@@ -115,7 +115,7 @@ services:
environment:
- OP_NODE_L1_ETH_RPC=${BSC_TESTNET_EXECUTION_RPC}
- OP_NODE_L1_RPC_KIND=${BSC_TESTNET_EXECUTION_KIND:-basic}
- OP_NODE_L1_TRUST_RPC=${BSC_TESTNET_EXECUTION_TRUST:-false}
- OP_NODE_L1_TRUST_RPC=${BSC_TESTNET_EXECUTION_TRUST:-true}
- OP_NODE_L2_ENGINE_AUTH=/jwtsecret
- OP_NODE_L2_ENGINE_RPC=http://bnb-testnet-archive:8551
- OP_NODE_L2_SKIP_SYNC_START_CHECK=true

View File

@@ -116,7 +116,7 @@ services:
environment:
- OP_NODE_L1_ETH_RPC=${BSC_TESTNET_EXECUTION_RPC}
- OP_NODE_L1_RPC_KIND=${BSC_TESTNET_EXECUTION_KIND:-basic}
- OP_NODE_L1_TRUST_RPC=${BSC_TESTNET_EXECUTION_TRUST:-false}
- OP_NODE_L1_TRUST_RPC=${BSC_TESTNET_EXECUTION_TRUST:-true}
- OP_NODE_L2_ENGINE_AUTH=/jwtsecret
- OP_NODE_L2_ENGINE_RPC=http://bnb-testnet:8551
- OP_NODE_L2_SKIP_SYNC_START_CHECK=true