From 577221602f2a5ff7e0dc52b3a288632860cddb7b Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Fri, 6 Sep 2024 01:35:31 +0000 Subject: [PATCH] rm --- .env.server.example | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .env.server.example diff --git a/.env.server.example b/.env.server.example deleted file mode 100644 index e46cc73f..00000000 --- a/.env.server.example +++ /dev/null @@ -1,21 +0,0 @@ -# Configuration for running the OP Proposer + SP1 Server -L1_RPC= -L1_BEACON_RPC= -L2_RPC= -L2_NODE_RPC= - -# op-proposer configuration -POLL_INTERVAL= -L2OO_ADDRESS= -PRIVATE_KEY= -L2_CHAIN_ID= -MAX_CONCURRENT_PROOF_REQUESTS= -MAX_BLOCK_RANGE_PER_SPAN_PROOF=30 -OP_SUCCINCT_SERVER_URL=http://op-succinct-server:3000 - -# SP1 Configuration for the Server -PROVER_NETWORK_RPC= -SP1_PRIVATE_KEY= -SP1_PROVER=network -# Skips simulation of the proof before sending to the SP1 server. -SKIP_SIMULATION=true