Skip to content

Commit

Permalink
remove deprecated config
Browse files Browse the repository at this point in the history
  • Loading branch information
YoGhurt111 committed Jan 14, 2025
1 parent 476f3d7 commit 660a2af
Show file tree
Hide file tree
Showing 3 changed files with 1 addition 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_BEACON_HTTP=
ENABLE_PROVER=false
# SGX Raiko service endpoint, required if not running a guardian prover.
SGX_RAIKO_HOST=
# How many provers you want to run concurrently.
# How many provers you want to run concurrently.(Deprecated after version 0.43.0 of taiko-client)
PROVER_CAPACITY=1
# A L1 account private key (with a balance of TAIKO deposited on TaikoL1) which will be used to sign the bond for proving the block.
# WARNING: only use a test account, pasting your private key in plain text here is not secure.
Expand Down
2 changes: 0 additions & 2 deletions .env.sample.hekla
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ L1_BEACON_HTTP=
ENABLE_PROVER=false
# SGX Raiko service endpoint, required if not running a guardian prover.
SGX_RAIKO_HOST=
# How many provers you want to run concurrently.
PROVER_CAPACITY=1
# A L1 account private key (with a balance of TTKOh deposited on TaikoL1) which will be used to sign the bond for proving the block.
# WARNING: only use a test account, pasting your private key in plain text here is not secure.
L1_PROVER_PRIVATE_KEY=
Expand Down
1 change: 0 additions & 1 deletion script/start-prover-relayer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ if [ "$ENABLE_PROVER" = "true" ]; then
--taikoL2 ${TAIKO_L2_ADDRESS}
--taikoToken ${TAIKO_TOKEN_L1_ADDRESS}
--l1.proverPrivKey ${L1_PROVER_PRIVATE_KEY}
--prover.capacity ${PROVER_CAPACITY}
--raiko.host ${SGX_RAIKO_HOST}"

if [ -z "$SGX_RAIKO_HOST" ]; then
Expand Down

0 comments on commit 660a2af

Please sign in to comment.