Enable a proposer
Optional
- Visit the TaikoL1 contract on Sepolia Etherscan
Navigate to the TaikoL1 contract(opens in a new tab) on Sepolia.
Click
Connect to Web3
and connect your wallet.
⚠️ Make sure to click the plus sign and add 10^8
decimals, or add 8 zeroes manually.
For example if you want to deposit 69
TTKO, you would enter 6900000000
.
- Set environment variables to enable a proposer
Set the following environment variables to enable your node as a proposer:
Set
ENABLE_PROPOSER
totrue
(replacing the defaultfalse
withtrue
).Set
L1_PROPOSER_PRIVATE_KEY
to that of your wallet's private key; it will need some TTKO on Sepolia to propose blocks (if using MetaMask, follow these directions to retrieve the private key(opens in a new tab)).Set
L2_SUGGESTED_FEE_RECIPIENT
to the recipient of L2 ETH rewards.
For example if you want to deposit 69
TTKO, you would enter 6900000000
.
Last updated