diff --git a/op/geth/bnb-mainnet-op-geth-archive-leveldb-hash.yml b/op/geth/bnb-mainnet-op-geth-archive-leveldb-hash.yml index ab7510aa..26d24a42 100644 --- a/op/geth/bnb-mainnet-op-geth-archive-leveldb-hash.yml +++ b/op/geth/bnb-mainnet-op-geth-archive-leveldb-hash.yml @@ -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 diff --git a/op/geth/bnb-mainnet-op-geth-pruned-pebble-path.yml b/op/geth/bnb-mainnet-op-geth-pruned-pebble-path.yml index 3917fa14..d12bf8d1 100644 --- a/op/geth/bnb-mainnet-op-geth-pruned-pebble-path.yml +++ b/op/geth/bnb-mainnet-op-geth-pruned-pebble-path.yml @@ -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 diff --git a/op/geth/bnb-testnet-op-geth-archive-leveldb-hash.yml b/op/geth/bnb-testnet-op-geth-archive-leveldb-hash.yml index 3e57d0cd..a3e974e6 100644 --- a/op/geth/bnb-testnet-op-geth-archive-leveldb-hash.yml +++ b/op/geth/bnb-testnet-op-geth-archive-leveldb-hash.yml @@ -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 diff --git a/op/geth/bnb-testnet-op-geth-pruned-pebble-path.yml b/op/geth/bnb-testnet-op-geth-pruned-pebble-path.yml index 10a19b7d..0422303f 100644 --- a/op/geth/bnb-testnet-op-geth-pruned-pebble-path.yml +++ b/op/geth/bnb-testnet-op-geth-pruned-pebble-path.yml @@ -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