From a76f13d813f4fd2b953de47d71b0ede8f5edc227 Mon Sep 17 00:00:00 2001 From: David Date: Sun, 7 Jan 2024 23:09:10 +0800 Subject: [PATCH] feat: update configs --- .env.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.sample b/.env.sample index ba87b38..2a7288b 100644 --- a/.env.sample +++ b/.env.sample @@ -45,7 +45,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 -# Amount to approve AssignmentHook contract for TaikoToken usage (in wei) +# Amount to approve AssignmentHook + TaikoL1 contracts for TaikoToken usage (in wei) TOKEN_ALLOWANCE= # If you want to be a proposer who proposes L2 execution engine's transactions in mempool to Taiko L1 protocol