Skip to content

Commit

Permalink
feat: update configs
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaikocha committed Dec 30, 2023
1 parent 0613249 commit 8d738c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ L1_PROVER_PRIVATE_KEY=
PROVE_BLOCK_TX_GAS_LIMIT=
# Minimum accepted fee for accepting proving a block (in wei)
MIN_ACCEPTABLE_PROOF_FEE=1
# SGX Raiko-host service endpoint
# SGX Raiko service endpoint
SGX_RAIKO_HOST=

# If you want to be a proposer who proposes L2 execution engine's transactions in mempool to Taiko L1 protocol
Expand Down
3 changes: 1 addition & 2 deletions script/start-driver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ if [ "$DISABLE_P2P_SYNC" == "false" ]; then
--taikoL2 ${TAIKO_L2_ADDRESS} \
--jwtSecret /data/taiko-geth/geth/jwtsecret \
--p2p.syncVerifiedBlocks \
--p2p.checkPointSyncUrl https://rpc.jolnir.taiko.xyz \
--p2p.syncTimeout "6000"
--p2p.checkPointSyncUrl https://rpc.katla.taiko.xyz
else
taiko-client driver \
--l1.ws ${L1_ENDPOINT_WS} \
Expand Down
2 changes: 1 addition & 1 deletion script/start-proposer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ARGS="--l1.ws ${L1_ENDPOINT_WS}
--proverEndpoints ${PROVER_ENDPOINTS}
--tierFee.optimistic ${BLOCK_PROPOSAL_FEE}
--tierFee.sgx ${BLOCK_PROPOSAL_FEE}
--tierFee.pseZKEvm ${BLOCK_PROPOSAL_FEE}
--tierFee.pseZKEvm ${BLOCK_PROPOSAL_FEE}"

if [[ ! -z "$TXPOOL_LOCALS" ]]; then
ARGS="${ARGS} --txpool.localsOnly"
Expand Down

0 comments on commit 8d738c4

Please sign in to comment.