Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
lceth operators list [flags]
-o, --operator-idx int64Slice Optional operator indices to filter on OperatorRegistry contract (default [])
-b, --block blockNumber Optional the block number on which the call should be performed (default latest)
--pending Optional whether to operate on the pending state or the last known one
--from address Optional call's sender address in hex format with 0x prefix (default 0x0000000000000000000000000000000000000000)
-h, --help help for list
--allowlist-addr string Address of the Allowlist contract [env: ALLOWLIST_ADDR]
--beacon-deployment-block string deployment block beacon deposit contract [env: BEACON_DEPLOYMENT_BLOCK]
--beacon-deposit-addr string Address of the Beacon Deposit contract [env: BEACON_DEPOSIT_ADDR]
--deployment-block uint Deployment block of the contracts [env: DEPLOYMENT_BLOCK]
--el-fee-recipient-addr string Address of the Execution Layer fee recipient contract [env: EL_FEE_RECIPIENT_ADDR]
--eth-el-addr string JSON-RPC address of the Ethereum execution layer node to connect to [env: ETH_EL_ADDR]
--healthz-addr string healthz entrypoint address:port [env: HEALTHZ_ADDR] (default ":8081")
--keystore-password string Password used to encrypt key files [env: KEYSTORE_PASSWORD]
--keystore-path string Directory where to store keys [env: KEYSTORE_PATH]
--kms-key-id string KMS key ID used to sign and submit transactions [env: KMS_KEY_ID]
--log-format string Log output format (text or json) [env: LOG_FORMAT] (default "text")
--log-level string Log output level [env: LOG_LEVEL] (default "info")
--operators-registry-addr string Address of the Operators Registry contract [env: OPERATORS_REGISTRY_ADDR]
--oracle-addr string Address of the Oracle contract [env: ORACLE_ADDR]
--redeem-manager-addr string Address of the RedeemManager contract [env: REDEEM_MANAGER_ADDR]
--river-addr string Address of the River contract [env: RIVER_ADDR]
--server-addr string Server entrypoint address:port [env: SERVER_ADDR] (default ":8080")
--tlc-addr string Address of the TLC contract [env: TLC_ADDR]
--withdraw-addr string Address of the Withdraw contract [env: WITHDRAW_ADDR]
--wls-eth-addr string Address of the WlsEth contract [env: WLSETH_ADDR]
lceth operators - Methods to manage node operators on OperatorsRegistry contract
lceth operators count [flags]
-b, --block blockNumber Optional the block number on which the call should be performed (default latest)
--from address Optional call's sender address in hex format with 0x prefix (default 0x0000000000000000000000000000000000000000)
-h, --help help for count
--pending Optional whether to operate on the pending state or the last known one
--allowlist-addr string Address of the Allowlist contract [env: ALLOWLIST_ADDR]
--beacon-deployment-block string deployment block beacon deposit contract [env: BEACON_DEPLOYMENT_BLOCK]
--beacon-deposit-addr string Address of the Beacon Deposit contract [env: BEACON_DEPOSIT_ADDR]
--deployment-block uint Deployment block of the contracts [env: DEPLOYMENT_BLOCK]
--el-fee-recipient-addr string Address of the Execution Layer fee recipient contract [env: EL_FEE_RECIPIENT_ADDR]
--eth-el-addr string JSON-RPC address of the Ethereum execution layer node to connect to [env: ETH_EL_ADDR]
--healthz-addr string healthz entrypoint address:port [env: HEALTHZ_ADDR] (default ":8081")
--keystore-password string Password used to encrypt key files [env: KEYSTORE_PASSWORD]
--keystore-path string Directory where to store keys [env: KEYSTORE_PATH]
--kms-key-id string KMS key ID used to sign and submit transactions [env: KMS_KEY_ID]
--log-format string Log output format (text or json) [env: LOG_FORMAT] (default "text")
--log-level string Log output level [env: LOG_LEVEL] (default "info")
--operators-registry-addr string Address of the Operators Registry contract [env: OPERATORS_REGISTRY_ADDR]
--oracle-addr string Address of the Oracle contract [env: ORACLE_ADDR]
--redeem-manager-addr string Address of the RedeemManager contract [env: REDEEM_MANAGER_ADDR]
--river-addr string Address of the River contract [env: RIVER_ADDR]
--server-addr string Server entrypoint address:port [env: SERVER_ADDR] (default ":8080")
--tlc-addr string Address of the TLC contract [env: TLC_ADDR]
--withdraw-addr string Address of the Withdraw contract [env: WITHDRAW_ADDR]
--wls-eth-addr string Address of the WlsEth contract [env: WLSETH_ADDR]
lceth operators - Methods to manage node operators on OperatorsRegistry contract
lceth validators remove [flags]
-o, --operator-idx int Required operator index on OperatorRegistry contract
--validator-idx int64Slice Required validators to remove (default [])
--from address Optional account used to sign the transaction.
Expects an 0x prefixed Ethereum address (default 0x0000000000000000000000000000000000000000)
-n, --nonce bigInt Optional nonce to use for the transaction, if not set then use pending nonce.
Expects either a decimal or an hex encoded value with 0x prefix
-v, --value bigInt Optional funds to transfer along the transaction in Wei, if not set then no funds are transferred
Expects either a decimal or an hex encoded value with 0x prefix (default 0x0)
-p, --gas-price bigInt Optional gas price to use for the transaction execution in Wei. If not set then uses gas price oracle
Expects either a decimal or an hex encoded value with 0x prefix
-f, --gas-fee-cap bigInt Optional gas fee cap to use for the EIP-1559 transaction execution in Wei. If not set then uses gas price oracle
Expects either a decimal or an hex encoded value with 0x prefix
-t, --gas-tip-cap bigInt Optional gas priority tip fee cap to use for the EIP-1559 transaction execution in Wei. If not set then uses gas price oracle
Expects either a decimal or an hex encoded value with 0x prefix
-l, --gas-limit uint Optional gas limit to set for the transaction execution. If not set then estimate gas
Expects either a decimal or an hex encoded value with 0x prefix
--send If set then performs all transaction steps and send the transaction to the network
--no-sign If set then performs all transaction steps and stop before signing the transaction
-h, --help help for remove
--allowlist-addr string Address of the Allowlist contract [env: ALLOWLIST_ADDR]
--beacon-deployment-block string deployment block beacon deposit contract [env: BEACON_DEPLOYMENT_BLOCK]
--beacon-deposit-addr string Address of the Beacon Deposit contract [env: BEACON_DEPOSIT_ADDR]
--deployment-block uint Deployment block of the contracts [env: DEPLOYMENT_BLOCK]
--el-fee-recipient-addr string Address of the Execution Layer fee recipient contract [env: EL_FEE_RECIPIENT_ADDR]
--eth-el-addr string JSON-RPC address of the Ethereum execution layer node to connect to [env: ETH_EL_ADDR]
--healthz-addr string healthz entrypoint address:port [env: HEALTHZ_ADDR] (default ":8081")
--keystore-password string Password used to encrypt key files [env: KEYSTORE_PASSWORD]
--keystore-path string Directory where to store keys [env: KEYSTORE_PATH]
--kms-key-id string KMS key ID used to sign and submit transactions [env: KMS_KEY_ID]
--log-format string Log output format (text or json) [env: LOG_FORMAT] (default "text")
--log-level string Log output level [env: LOG_LEVEL] (default "info")
--operators-registry-addr string Address of the Operators Registry contract [env: OPERATORS_REGISTRY_ADDR]
--oracle-addr string Address of the Oracle contract [env: ORACLE_ADDR]
--redeem-manager-addr string Address of the RedeemManager contract [env: REDEEM_MANAGER_ADDR]
--river-addr string Address of the River contract [env: RIVER_ADDR]
--server-addr string Server entrypoint address:port [env: SERVER_ADDR] (default ":8080")
--tlc-addr string Address of the TLC contract [env: TLC_ADDR]
--withdraw-addr string Address of the Withdraw contract [env: WITHDRAW_ADDR]
--wls-eth-addr string Address of the WlsEth contract [env: WLSETH_ADDR]
lceth validators - Methods to manage validators on OperatorsRegistry contract
lceth operators get [flags]
-o, --operator-idx int Operator index on OperatorRegistry contract
-b, --block blockNumber Optional the block number on which the call should be performed (default latest)
--pending Optional whether to operate on the pending state or the last known one
--from address Optional call's sender address in hex format with 0x prefix (default 0x0000000000000000000000000000000000000000)
-h, --help help for get
--allowlist-addr string Address of the Allowlist contract [env: ALLOWLIST_ADDR]
--beacon-deployment-block string deployment block beacon deposit contract [env: BEACON_DEPLOYMENT_BLOCK]
--beacon-deposit-addr string Address of the Beacon Deposit contract [env: BEACON_DEPOSIT_ADDR]
--deployment-block uint Deployment block of the contracts [env: DEPLOYMENT_BLOCK]
--el-fee-recipient-addr string Address of the Execution Layer fee recipient contract [env: EL_FEE_RECIPIENT_ADDR]
--eth-el-addr string JSON-RPC address of the Ethereum execution layer node to connect to [env: ETH_EL_ADDR]
--healthz-addr string healthz entrypoint address:port [env: HEALTHZ_ADDR] (default ":8081")
--keystore-password string Password used to encrypt key files [env: KEYSTORE_PASSWORD]
--keystore-path string Directory where to store keys [env: KEYSTORE_PATH]
--kms-key-id string KMS key ID used to sign and submit transactions [env: KMS_KEY_ID]
--log-format string Log output format (text or json) [env: LOG_FORMAT] (default "text")
--log-level string Log output level [env: LOG_LEVEL] (default "info")
--operators-registry-addr string Address of the Operators Registry contract [env: OPERATORS_REGISTRY_ADDR]
--oracle-addr string Address of the Oracle contract [env: ORACLE_ADDR]
--redeem-manager-addr string Address of the RedeemManager contract [env: REDEEM_MANAGER_ADDR]
--river-addr string Address of the River contract [env: RIVER_ADDR]
--server-addr string Server entrypoint address:port [env: SERVER_ADDR] (default ":8080")
--tlc-addr string Address of the TLC contract [env: TLC_ADDR]
--withdraw-addr string Address of the Withdraw contract [env: WITHDRAW_ADDR]
--wls-eth-addr string Address of the WlsEth contract [env: WLSETH_ADDR]
lceth operators - Methods to manage node operators on OperatorsRegistry contract
- Methods to operate on Liquid Collective protocol
- Transact to add a new validator on OperatorsRegistry contract
- Count validators registered on OperatorsRegistry contract
- Get validator registered on OperatorsRegistry contract
- Transact to remove validators from OperatorsRegistry contract
- Methods to manage validators on OperatorsRegistry contract
- Methods to manage node operators on OperatorsRegistry contract
- Methods to manage validators on OperatorsRegistry contract
-h, --help help for validators
--allowlist-addr string Address of the Allowlist contract [env: ALLOWLIST_ADDR]
--beacon-deployment-block string deployment block beacon deposit contract [env: BEACON_DEPLOYMENT_BLOCK]
--beacon-deposit-addr string Address of the Beacon Deposit contract [env: BEACON_DEPOSIT_ADDR]
--deployment-block uint Deployment block of the contracts [env: DEPLOYMENT_BLOCK]
--el-fee-recipient-addr string Address of the Execution Layer fee recipient contract [env: EL_FEE_RECIPIENT_ADDR]
--eth-el-addr string JSON-RPC address of the Ethereum execution layer node to connect to [env: ETH_EL_ADDR]
--healthz-addr string healthz entrypoint address:port [env: HEALTHZ_ADDR] (default ":8081")
--keystore-password string Password used to encrypt key files [env: KEYSTORE_PASSWORD]
--keystore-path string Directory where to store keys [env: KEYSTORE_PATH]
--kms-key-id string KMS key ID used to sign and submit transactions [env: KMS_KEY_ID]
--log-format string Log output format (text or json) [env: LOG_FORMAT] (default "text")
--log-level string Log output level [env: LOG_LEVEL] (default "info")
--operators-registry-addr string Address of the Operators Registry contract [env: OPERATORS_REGISTRY_ADDR]
--oracle-addr string Address of the Oracle contract [env: ORACLE_ADDR]
--redeem-manager-addr string Address of the RedeemManager contract [env: REDEEM_MANAGER_ADDR]
--river-addr string Address of the River contract [env: RIVER_ADDR]
--server-addr string Server entrypoint address:port [env: SERVER_ADDR] (default ":8080")
--tlc-addr string Address of the TLC contract [env: TLC_ADDR]
--withdraw-addr string Address of the Withdraw contract [env: WITHDRAW_ADDR]
--wls-eth-addr string Address of the WlsEth contract [env: WLSETH_ADDR]
lceth validators count [flags]
-o, --operator-idx int64Slice Optional operator indices to filter on NodeOperatorRegistry contract (default [])
-b, --block blockNumber Optional the block number on which the call should be performed (default latest)
--pending Optional whether to operate on the pending state or the last known one
--from address Optional call's sender address in hex format with 0x prefix (default 0x0000000000000000000000000000000000000000)
-h, --help help for count
--allowlist-addr string Address of the Allowlist contract [env: ALLOWLIST_ADDR]
--beacon-deployment-block string deployment block beacon deposit contract [env: BEACON_DEPLOYMENT_BLOCK]
--beacon-deposit-addr string Address of the Beacon Deposit contract [env: BEACON_DEPOSIT_ADDR]
--deployment-block uint Deployment block of the contracts [env: DEPLOYMENT_BLOCK]
--el-fee-recipient-addr string Address of the Execution Layer fee recipient contract [env: EL_FEE_RECIPIENT_ADDR]
--eth-el-addr string JSON-RPC address of the Ethereum execution layer node to connect to [env: ETH_EL_ADDR]
--healthz-addr string healthz entrypoint address:port [env: HEALTHZ_ADDR] (default ":8081")
--keystore-password string Password used to encrypt key files [env: KEYSTORE_PASSWORD]
--keystore-path string Directory where to store keys [env: KEYSTORE_PATH]
--kms-key-id string KMS key ID used to sign and submit transactions [env: KMS_KEY_ID]
--log-format string Log output format (text or json) [env: LOG_FORMAT] (default "text")
--log-level string Log output level [env: LOG_LEVEL] (default "info")
--operators-registry-addr string Address of the Operators Registry contract [env: OPERATORS_REGISTRY_ADDR]
--oracle-addr string Address of the Oracle contract [env: ORACLE_ADDR]
--redeem-manager-addr string Address of the RedeemManager contract [env: REDEEM_MANAGER_ADDR]
--river-addr string Address of the River contract [env: RIVER_ADDR]
--server-addr string Server entrypoint address:port [env: SERVER_ADDR] (default ":8080")
--tlc-addr string Address of the TLC contract [env: TLC_ADDR]
--withdraw-addr string Address of the Withdraw contract [env: WITHDRAW_ADDR]
--wls-eth-addr string Address of the WlsEth contract [env: WLSETH_ADDR]
lceth operators add [flags]
-o, --operator-idx int Operator index on OperatorRegistry contract
--limit int Maximum number of validators that can be funded for a given Node Operator
--snapshot-block int The block number at which the snapshot was computed
--from address Optional account used to sign the transaction.
Expects an 0x prefixed Ethereum address (default 0x0000000000000000000000000000000000000000)
-n, --nonce bigInt Optional nonce to use for the transaction, if not set then use pending nonce.
Expects either a decimal or an hex encoded value with 0x prefix
-v, --value bigInt Optional funds to transfer along the transaction in Wei, if not set then no funds are transferred
Expects either a decimal or an hex encoded value with 0x prefix (default 0x0)
-p, --gas-price bigInt Optional gas price to use for the transaction execution in Wei. If not set then uses gas price oracle
Expects either a decimal or an hex encoded value with 0x prefix
-f, --gas-fee-cap bigInt Optional gas fee cap to use for the EIP-1559 transaction execution in Wei. If not set then uses gas price oracle
Expects either a decimal or an hex encoded value with 0x prefix
-t, --gas-tip-cap bigInt Optional gas priority tip fee cap to use for the EIP-1559 transaction execution in Wei. If not set then uses gas price oracle
Expects either a decimal or an hex encoded value with 0x prefix
-l, --gas-limit uint Optional gas limit to set for the transaction execution. If not set then estimate gas
Expects either a decimal or an hex encoded value with 0x prefix
--send If set then performs all transaction steps and send the transaction to the network
--no-sign If set then performs all transaction steps and stop before signing the transaction
-h, --help help for add
--allowlist-addr string Address of the Allowlist contract [env: ALLOWLIST_ADDR]
--beacon-deployment-block string deployment block beacon deposit contract [env: BEACON_DEPLOYMENT_BLOCK]
--beacon-deposit-addr string Address of the Beacon Deposit contract [env: BEACON_DEPOSIT_ADDR]
--deployment-block uint Deployment block of the contracts [env: DEPLOYMENT_BLOCK]
--el-fee-recipient-addr string Address of the Execution Layer fee recipient contract [env: EL_FEE_RECIPIENT_ADDR]
--eth-el-addr string JSON-RPC address of the Ethereum execution layer node to connect to [env: ETH_EL_ADDR]
--healthz-addr string healthz entrypoint address:port [env: HEALTHZ_ADDR] (default ":8081")
--keystore-password string Password used to encrypt key files [env: KEYSTORE_PASSWORD]
--keystore-path string Directory where to store keys [env: KEYSTORE_PATH]
--kms-key-id string KMS key ID used to sign and submit transactions [env: KMS_KEY_ID]
--log-format string Log output format (text or json) [env: LOG_FORMAT] (default "text")
--log-level string Log output level [env: LOG_LEVEL] (default "info")
--operators-registry-addr string Address of the Operators Registry contract [env: OPERATORS_REGISTRY_ADDR]
--oracle-addr string Address of the Oracle contract [env: ORACLE_ADDR]
--redeem-manager-addr string Address of the RedeemManager contract [env: REDEEM_MANAGER_ADDR]
--river-addr string Address of the River contract [env: RIVER_ADDR]
--server-addr string Server entrypoint address:port [env: SERVER_ADDR] (default ":8080")
--tlc-addr string Address of the TLC contract [env: TLC_ADDR]
--withdraw-addr string Address of the Withdraw contract [env: WITHDRAW_ADDR]
--wls-eth-addr string Address of the WlsEth contract [env: WLSETH_ADDR]
lceth validators add [flags]
-o, --operator-idx int Required operator index on OperatorRegistry contract
-d, --deposit-data string JSON deposit data file listing validator keys to be added
-i, --deposit-input string Hex input of deposit transaction listing validator keys to be added
--from address Optional account used to sign the transaction.
Expects an 0x prefixed Ethereum address (default 0x0000000000000000000000000000000000000000)
-n, --nonce bigInt Optional nonce to use for the transaction, if not set then use pending nonce.
Expects either a decimal or an hex encoded value with 0x prefix
-v, --value bigInt Optional funds to transfer along the transaction in Wei, if not set then no funds are transferred
Expects either a decimal or an hex encoded value with 0x prefix (default 0x0)
-p, --gas-price bigInt Optional gas price to use for the transaction execution in Wei. If not set then uses gas price oracle
Expects either a decimal or an hex encoded value with 0x prefix
-f, --gas-fee-cap bigInt Optional gas fee cap to use for the EIP-1559 transaction execution in Wei. If not set then uses gas price oracle
Expects either a decimal or an hex encoded value with 0x prefix
-t, --gas-tip-cap bigInt Optional gas priority tip fee cap to use for the EIP-1559 transaction execution in Wei. If not set then uses gas price oracle
Expects either a decimal or an hex encoded value with 0x prefix
-l, --gas-limit uint Optional gas limit to set for the transaction execution. If not set then estimate gas
Expects either a decimal or an hex encoded value with 0x prefix
--send If set then performs all transaction steps and send the transaction to the network
--no-sign If set then performs all transaction steps and stop before signing the transaction
-h, --help help for add
--allowlist-addr string Address of the Allowlist contract [env: ALLOWLIST_ADDR]
--beacon-deployment-block string deployment block beacon deposit contract [env: BEACON_DEPLOYMENT_BLOCK]
--beacon-deposit-addr string Address of the Beacon Deposit contract [env: BEACON_DEPOSIT_ADDR]
--deployment-block uint Deployment block of the contracts [env: DEPLOYMENT_BLOCK]
--el-fee-recipient-addr string Address of the Execution Layer fee recipient contract [env: EL_FEE_RECIPIENT_ADDR]
--eth-el-addr string JSON-RPC address of the Ethereum execution layer node to connect to [env: ETH_EL_ADDR]
--healthz-addr string healthz entrypoint address:port [env: HEALTHZ_ADDR] (default ":8081")
--keystore-password string Password used to encrypt key files [env: KEYSTORE_PASSWORD]
--keystore-path string Directory where to store keys [env: KEYSTORE_PATH]
--kms-key-id string KMS key ID used to sign and submit transactions [env: KMS_KEY_ID]
--log-format string Log output format (text or json) [env: LOG_FORMAT] (default "text")
--log-level string Log output level [env: LOG_LEVEL] (default "info")
--operators-registry-addr string Address of the Operators Registry contract [env: OPERATORS_REGISTRY_ADDR]
--oracle-addr string Address of the Oracle contract [env: ORACLE_ADDR]
--redeem-manager-addr string Address of the RedeemManager contract [env: REDEEM_MANAGER_ADDR]
--river-addr string Address of the River contract [env: RIVER_ADDR]
--server-addr string Server entrypoint address:port [env: SERVER_ADDR] (default ":8080")
--tlc-addr string Address of the TLC contract [env: TLC_ADDR]
--withdraw-addr string Address of the Withdraw contract [env: WITHDRAW_ADDR]
--wls-eth-addr string Address of the WlsEth contract [env: WLSETH_ADDR]
% lceth validators add --operator-idx 0
--deposit-data ~/Downloads/deposit-data.json
--from 0x24f3b2bc10e59c6c2fb4cd1e706e51b977cf4754
--operators-registry-addr 0xAF73C9D8Eb11F54930746e1fC0E68ca3574AE485
--river-addr 0x4558cffD081638E8E791C4183b77d6Fe80E7dF4c
--withdraw-addr 0xd22445dFeB2e394d097DbfBa94270d1E0868d5AE
--redeem-manager-addr 0x33993476440bE94Ef664a7069cd52b928168f053
--oracle-addr 0xdc9fA1e97FF3c097EE47141517479E344f21d1Fc
--el-fee-recipient-addr 0xC26615450c5B81b73D59fE00CCACF47f4C364BC2
--beacon-deposit-addr 0x4242424242424242424242424242424242424242
--deployment-block 2439806
--block-log-fetch-step 10000
--eth-el-addr <ETH_RPC_URL>
--keystore-password <PASSWORD>
--keystore-path ./data/keystore/
--skip-check-duplicates
--send
INFO[0000] initialization succeeded addr.allowlist=0x1C8d258846f5e3EaCC0885AD265Fb505c69B600f addr.beacon-deposit=0x4242424242424242424242424242424242424242 addr.el-fee-recipient=0xC26615450c5B81b73D59fE00CCACF47f4C364BC2 addr.operators-registry=0xAF73C9D8Eb11F54930746e1fC0E68ca3574AE485 addr.oracle=0xdc9fA1e97FF3c097EE47141517479E344f21d1Fc addr.river=0x4558cffD081638E8E791C4183b77d6Fe80E7dF4c addr.tlc=0x0000000000000000000000000000000000000000 addr.withdraw=0xd22445dFeB2e394d097DbfBa94270d1E0868d5AE addr.wlseth=0x21ae523bf67C81c8e4F640d8f76F9c7B77eCc0bf beacon-deployment.block=0 chain.id=17000 deployment.block=2439806
INFO[0000] configuring geth keystore keystore-path=./data/keystore/
INFO[0000] set signer address address=0x24f3b2BC10E59C6c2Fb4CD1e706e51B977CF4754
INFO[0000] reading deposit data file file=/Users/alexandermackay/Downloads/deposit-data.json version=v0.30.0-6-ga1a1339
INFO[0000] found deposit data keys=2 version=v0.30.0-6-ga1a1339
INFO[0000] adding 2 validators in 1 txs version=v0.30.0-6-ga1a1339
INFO[0000] creating tx 1/1 with 2 validators version=v0.30.0-6-ga1a1339
INFO[0000] validate deposit data... expected.amount=32000000000 expected.fork_version=0x01017000 expected.withdrawal_credentials=0x010000000000000000000000d22445dfeb2e394d097dbfba94270d1e0868d5ae
INFO[0000] valid deposit data
INFO[0001] tx 1/1 sent tx_hash=0xda143c3f1a90b4455e2913c2195eebfba53eadf9f90202116ab2bee51df2d55b version=v0.30.0-6-ga1a1339
INFO[0006] waiting for tx 1/1 to be confirmed timeElapsed=5.00078575s tx_hash=0xda143c3f1a90b4455e2913c2195eebfba53eadf9f90202116ab2bee51df2d55b version=v0.30.0-6-ga1a1339
INFO[0006] tx 1/1 confirmed successfully tx_hash=0xda143c3f1a90b4455e2913c2195eebfba53eadf9f90202116ab2bee51df2d55b version=v0.30.0-6-ga1a1339
% lceth validators add --operator-idx 0
--deposit-data ~/Downloads/deposit-data.json
--from 0x348d29b8bfa00ee5d62aa8d4205d72bad1c3cb7c
--operators-registry-addr 0xAF73C9D8Eb11F54930746e1fC0E68ca3574AE485
--river-addr 0x4558cffD081638E8E791C4183b77d6Fe80E7dF4c
--withdraw-addr 0xd22445dFeB2e394d097DbfBa94270d1E0868d5AE
--redeem-manager-addr 0x33993476440bE94Ef664a7069cd52b928168f053
--oracle-addr 0xdc9fA1e97FF3c097EE47141517479E344f21d1Fc
--el-fee-recipient-addr 0xC26615450c5B81b73D59fE00CCACF47f4C364BC2
--beacon-deposit-addr 0x4242424242424242424242424242424242424242
--deployment-block 2439806
--block-log-fetch-step 10000
--eth-el-addr <ETH_RPC_URL>
--kms-key-id <KMS_KEY_ID>
--skip-check-duplicates
--send
lceth SUBCOMMAND [flags]
--allowlist-addr string Address of the Allowlist contract [env: ALLOWLIST_ADDR]
--beacon-deployment-block string deployment block beacon deposit contract [env: BEACON_DEPLOYMENT_BLOCK]
--beacon-deposit-addr string Address of the Beacon Deposit contract [env: BEACON_DEPOSIT_ADDR]
--deployment-block uint Deployment block of the contracts [env: DEPLOYMENT_BLOCK]
--el-fee-recipient-addr string Address of the Execution Layer fee recipient contract [env: EL_FEE_RECIPIENT_ADDR]
--eth-el-addr string JSON-RPC address of the Ethereum execution layer node to connect to [env: ETH_EL_ADDR]
--healthz-addr string healthz entrypoint address:port [env: HEALTHZ_ADDR] (default ":8081")
--keystore-password string Password used to encrypt key files [env: KEYSTORE_PASSWORD]
--keystore-path string Directory where to store keys [env: KEYSTORE_PATH]
--kms-key-id string KMS key ID used to sign and submit transactions [env: KMS_KEY_ID]
--log-format string Log output format (text or json) [env: LOG_FORMAT] (default "text")
--log-level string Log output level [env: LOG_LEVEL] (default "info")
--operators-registry-addr string Address of the Operators Registry contract [env: OPERATORS_REGISTRY_ADDR]
--oracle-addr string Address of the Oracle contract [env: ORACLE_ADDR]
--redeem-manager-addr string Address of the RedeemManager contract [env: REDEEM_MANAGER_ADDR]
--river-addr string Address of the River contract [env: RIVER_ADDR]
--server-addr string Server entrypoint address:port [env: SERVER_ADDR] (default ":8080")
--tlc-addr string Address of the TLC contract [env: TLC_ADDR]
--withdraw-addr string Address of the Withdraw contract [env: WITHDRAW_ADDR]
--wls-eth-addr string Address of the WlsEth contract [env: WLSETH_ADDR]
lceth allowlist - Methods to operate on Allowlist contract
lceth completion - Generate the autocompletion script for the specified shell
lceth deposit-data - Methods to manipulate deposit data
lceth el-fee-recipient - Methods to operate on Withdraw contract
lceth eth-cl - Commands to interact with Ethereum consensus layer node
lceth eth-el - Commands to interact with Ethereum execution layer node
lceth eth1keys - Commands to securely manage Ethereum execution layer keys
lceth keys - Methods to interact with the list of keys
lceth operators - Methods to manage node operators on OperatorsRegistry contract
lceth oracle - Methods to interact with Oracle contract
lceth tlc - Methods to operate on TLC token
lceth validators - Methods to manage validators on OperatorsRegistry contract
lceth withdrawal - Methods to operate on Withdraw contract
lceth oracle report SUBCOMMAND [flags]
--epoch epoch Consensus layer epoch to report for
--balance Gwei Total validators balance in GWei to report
--count uint32 Count of validators to report
--from address Optional account used to sign the transaction.
Expects an 0x prefixed Ethereum address (default 0x0000000000000000000000000000000000000000)
-n, --nonce bigInt Optional nonce to use for the transaction, if not set then use pending nonce.
Expects either a decimal or an hex encoded value with 0x prefix
-v, --value bigInt Optional funds to transfer along the transaction in Wei, if not set then no funds are transferred
Expects either a decimal or an hex encoded value with 0x prefix (default 0x0)
-p, --gas-price bigInt Optional gas price to use for the transaction execution in Wei. If not set then uses gas price oracle
Expects either a decimal or an hex encoded value with 0x prefix
-f, --gas-fee-cap bigInt Optional gas fee cap to use for the EIP-1559 transaction execution in Wei. If not set then uses gas price oracle
Expects either a decimal or an hex encoded value with 0x prefix
-t, --gas-tip-cap bigInt Optional gas priority tip fee cap to use for the EIP-1559 transaction execution in Wei. If not set then uses gas price oracle
Expects either a decimal or an hex encoded value with 0x prefix
-l, --gas-limit uint Optional gas limit to set for the transaction execution. If not set then estimate gas
Expects either a decimal or an hex encoded value with 0x prefix
--send If set then performs all transaction steps and send the transaction to the network
--no-sign If set then performs all transaction steps and stop before signing the transaction
-h, --help help for report
--allowlist-addr string Address of the Allowlist contract [env: ALLOWLIST_ADDR]
--beacon-deployment-block string deployment block beacon deposit contract [env: BEACON_DEPLOYMENT_BLOCK]
--beacon-deposit-addr string Address of the Beacon Deposit contract [env: BEACON_DEPOSIT_ADDR]
--deployment-block uint Deployment block of the contracts [env: DEPLOYMENT_BLOCK]
--el-fee-recipient-addr string Address of the Execution Layer fee recipient contract [env: EL_FEE_RECIPIENT_ADDR]
--eth-el-addr string JSON-RPC address of the Ethereum execution layer node to connect to [env: ETH_EL_ADDR]
--healthz-addr string healthz entrypoint address:port [env: HEALTHZ_ADDR] (default ":8081")
--keystore-password string Password used to encrypt key files [env: KEYSTORE_PASSWORD]
--keystore-path string Directory where to store keys [env: KEYSTORE_PATH]
--kms-key-id string KMS key ID used to sign and submit transactions [env: KMS_KEY_ID]
--log-format string Log output format (text or json) [env: LOG_FORMAT] (default "text")
--log-level string Log output level [env: LOG_LEVEL] (default "info")
--operators-registry-addr string Address of the Operators Registry contract [env: OPERATORS_REGISTRY_ADDR]
--oracle-addr string Address of the Oracle contract [env: ORACLE_ADDR]
--redeem-manager-addr string Address of the RedeemManager contract [env: REDEEM_MANAGER_ADDR]
--river-addr string Address of the River contract [env: RIVER_ADDR]
--server-addr string Server entrypoint address:port [env: SERVER_ADDR] (default ":8080")
--tlc-addr string Address of the TLC contract [env: TLC_ADDR]
--withdraw-addr string Address of the Withdraw contract [env: WITHDRAW_ADDR]
--wls-eth-addr string Address of the WlsEth contract [env: WLSETH_ADDR]
lceth oracle - Methods to interact with Oracle contract
lceth oracle report status - Print detailed current report status
-h, --help help for oracle
--allowlist-addr string Address of the Allowlist contract [env: ALLOWLIST_ADDR]
--beacon-deployment-block string deployment block beacon deposit contract [env: BEACON_DEPLOYMENT_BLOCK]
--beacon-deposit-addr string Address of the Beacon Deposit contract [env: BEACON_DEPOSIT_ADDR]
--deployment-block uint Deployment block of the contracts [env: DEPLOYMENT_BLOCK]
--el-fee-recipient-addr string Address of the Execution Layer fee recipient contract [env: EL_FEE_RECIPIENT_ADDR]
--eth-el-addr string JSON-RPC address of the Ethereum execution layer node to connect to [env: ETH_EL_ADDR]
--healthz-addr string healthz entrypoint address:port [env: HEALTHZ_ADDR] (default ":8081")
--keystore-password string Password used to encrypt key files [env: KEYSTORE_PASSWORD]
--keystore-path string Directory where to store keys [env: KEYSTORE_PATH]
--kms-key-id string KMS key ID used to sign and submit transactions [env: KMS_KEY_ID]
--log-format string Log output format (text or json) [env: LOG_FORMAT] (default "text")
--log-level string Log output level [env: LOG_LEVEL] (default "info")
--operators-registry-addr string Address of the Operators Registry contract [env: OPERATORS_REGISTRY_ADDR]
--oracle-addr string Address of the Oracle contract [env: ORACLE_ADDR]
--redeem-manager-addr string Address of the RedeemManager contract [env: REDEEM_MANAGER_ADDR]
--river-addr string Address of the River contract [env: RIVER_ADDR]
--server-addr string Server entrypoint address:port [env: SERVER_ADDR] (default ":8080")
--tlc-addr string Address of the TLC contract [env: TLC_ADDR]
--withdraw-addr string Address of the Withdraw contract [env: WITHDRAW_ADDR]
--wls-eth-addr string Address of the WlsEth contract [env: WLSETH_ADDR]
lceth - Methods to operate on Liquid Collective protocol
lceth oracle current-frame - Print the information about the current report frame on Oracle contract
lceth oracle epochs - Provides information about epochs
lceth oracle members - Methods to manage Oracle's members
lceth oracle quorum - Print the number of identical reports needed to complete the epoch on Oracle contract
lceth oracle report - Transact to report beacon balances on Oracle contract
lceth oracle run - Run Oracle reporter deamon
lceth oracle specs - Print the specifications for reporting CL balances
- Transact to report beacon balances on Oracle contract
- Methods to interact with Oracle contract
- Print current beacon chain epoch as computed by the Oracle contract
- Print the next expected epoch to be reported on Oracle contract
- Print the last epoch for which quorum of reports has been reached Oracle contract
- Methods to manage Oracle's members
- Methods to interact with Oracle contract
- List members on Oracle contract
lceth oracle report status [flags]
-b, --block blockNumber Optional the block number on which the call should be performed (default latest)
--from address Optional call's sender address in hex format with 0x prefix (default 0x0000000000000000000000000000000000000000)
-h, --help help for status
--pending Optional whether to operate on the pending state or the last known one
--allowlist-addr string Address of the Allowlist contract [env: ALLOWLIST_ADDR]
--beacon-deployment-block string deployment block beacon deposit contract [env: BEACON_DEPLOYMENT_BLOCK]
--beacon-deposit-addr string Address of the Beacon Deposit contract [env: BEACON_DEPOSIT_ADDR]
--deployment-block uint Deployment block of the contracts [env: DEPLOYMENT_BLOCK]
--el-fee-recipient-addr string Address of the Execution Layer fee recipient contract [env: EL_FEE_RECIPIENT_ADDR]
--eth-el-addr string JSON-RPC address of the Ethereum execution layer node to connect to [env: ETH_EL_ADDR]
--healthz-addr string healthz entrypoint address:port [env: HEALTHZ_ADDR] (default ":8081")
--keystore-password string Password used to encrypt key files [env: KEYSTORE_PASSWORD]
--keystore-path string Directory where to store keys [env: KEYSTORE_PATH]
--kms-key-id string KMS key ID used to sign and submit transactions [env: KMS_KEY_ID]
--log-format string Log output format (text or json) [env: LOG_FORMAT] (default "text")
--log-level string Log output level [env: LOG_LEVEL] (default "info")
--operators-registry-addr string Address of the Operators Registry contract [env: OPERATORS_REGISTRY_ADDR]
--oracle-addr string Address of the Oracle contract [env: ORACLE_ADDR]
--redeem-manager-addr string Address of the RedeemManager contract [env: REDEEM_MANAGER_ADDR]
--river-addr string Address of the River contract [env: RIVER_ADDR]
--server-addr string Server entrypoint address:port [env: SERVER_ADDR] (default ":8080")
--tlc-addr string Address of the TLC contract [env: TLC_ADDR]
--withdraw-addr string Address of the Withdraw contract [env: WITHDRAW_ADDR]
--wls-eth-addr string Address of the WlsEth contract [env: WLSETH_ADDR]
-h, --help help for epochs
--allowlist-addr string Address of the Allowlist contract [env: ALLOWLIST_ADDR]
--deployment-block uint Deployment block of the contracts [env: DEPLOYMENT_BLOCK]
--el-fee-recipient-addr string Address of the Execution Layer fee recipient contract [env: EL_FEE_RECIPIENT_ADDR]
--eth-el-addr string JSON-RPC address of the Ethereum execution layer node to connect to [env: ETH_EL_ADDR]
--keystore-password string Password used to encrypt key files [env: KEYSTORE_PASSWORD]
--keystore-path string Directory where to store keys [env: KEYSTORE_PATH]
--operators-registry-addr string Address of the Operators Registry contract [env: OPERATORS_REGISTRY_ADDR]
--oracle-addr string Address of the Oracle contract [env: ORACLE_ADDR]
--river-addr string Address of the River contract [env: RIVER_ADDR]
--tlc-addr string Address of the TLC contract [env: TLC_ADDR]
--withdraw-addr string Address of the Withdraw contract [env: WITHDRAW_ADDR]
--wlsEth-addr string Address of the WlsEth contract [env: WLSETH_ADDR]
lceth oracle members list [flags]
-b, --block blockNumber Optional the block number on which the call should be performed (default latest)
--from address Optional call's sender address in hex format with 0x prefix (default 0x0000000000000000000000000000000000000000)
-h, --help help for list
--pending Optional whether to operate on the pending state or the last known one
--allowlist-addr string Address of the Allowlist contract [env: ALLOWLIST_ADDR]
--beacon-deployment-block string deployment block beacon deposit contract [env: BEACON_DEPLOYMENT_BLOCK]
--beacon-deposit-addr string Address of the Beacon Deposit contract [env: BEACON_DEPOSIT_ADDR]
--deployment-block uint Deployment block of the contracts [env: DEPLOYMENT_BLOCK]
--el-fee-recipient-addr string Address of the Execution Layer fee recipient contract [env: EL_FEE_RECIPIENT_ADDR]
--eth-el-addr string JSON-RPC address of the Ethereum execution layer node to connect to [env: ETH_EL_ADDR]
--healthz-addr string healthz entrypoint address:port [env: HEALTHZ_ADDR] (default ":8081")
--keystore-password string Password used to encrypt key files [env: KEYSTORE_PASSWORD]
--keystore-path string Directory where to store keys [env: KEYSTORE_PATH]
--kms-key-id string KMS key ID used to sign and submit transactions [env: KMS_KEY_ID]
--log-format string Log output format (text or json) [env: LOG_FORMAT] (default "text")
--log-level string Log output level [env: LOG_LEVEL] (default "info")
--operators-registry-addr string Address of the Operators Registry contract [env: OPERATORS_REGISTRY_ADDR]
--oracle-addr string Address of the Oracle contract [env: ORACLE_ADDR]
--redeem-manager-addr string Address of the RedeemManager contract [env: REDEEM_MANAGER_ADDR]
--river-addr string Address of the River contract [env: RIVER_ADDR]
--server-addr string Server entrypoint address:port [env: SERVER_ADDR] (default ":8080")
--tlc-addr string Address of the TLC contract [env: TLC_ADDR]
--withdraw-addr string Address of the Withdraw contract [env: WITHDRAW_ADDR]
--wls-eth-addr string Address of the WlsEth contract [env: WLSETH_ADDR]
-h, --help help for members
--allowlist-addr string Address of the Allowlist contract [env: ALLOWLIST_ADDR]
--deployment-block uint Deployment block of the contracts [env: DEPLOYMENT_BLOCK]
--el-fee-recipient-addr string Address of the Execution Layer fee recipient contract [env: EL_FEE_RECIPIENT_ADDR]
--eth-el-addr string JSON-RPC address of the Ethereum execution layer node to connect to [env: ETH_EL_ADDR]
--keystore-password string Password used to encrypt key files [env: KEYSTORE_PASSWORD]
--keystore-path string Directory where to store keys [env: KEYSTORE_PATH]
--operators-registry-addr string Address of the Operators Registry contract [env: OPERATORS_REGISTRY_ADDR]
--oracle-addr string Address of the Oracle contract [env: ORACLE_ADDR]
--river-addr string Address of the River contract [env: RIVER_ADDR]
--tlc-addr string Address of the TLC contract [env: TLC_ADDR]
--withdraw-addr string Address of the Withdraw contract [env: WITHDRAW_ADDR]
--wlsEth-addr string Address of the WlsEth contract [env: WLSETH_ADDR]
-h, --help help for operators
--allowlist-addr string Address of the Allowlist contract [env: ALLOWLIST_ADDR]
--deployment-block uint Deployment block of the contracts [env: DEPLOYMENT_BLOCK]
--el-fee-recipient-addr string Address of the Execution Layer fee recipient contract [env: EL_FEE_RECIPIENT_ADDR]
--eth-el-addr string JSON-RPC address of the Ethereum execution layer node to connect to [env: ETH_EL_ADDR]
--keystore-password string Password used to encrypt key files [env: KEYSTORE_PASSWORD]
--keystore-path string Directory where to store keys [env: KEYSTORE_PATH]
--operators-registry-addr string Address of the Operators Registry contract [env: OPERATORS_REGISTRY_ADDR]
--oracle-addr string Address of the Oracle contract [env: ORACLE_ADDR]
--river-addr string Address of the River contract [env: RIVER_ADDR]
--tlc-addr string Address of the TLC contract [env: TLC_ADDR]
--withdraw-addr string Address of the Withdraw contract [env: WITHDRAW_ADDR]
--wlsEth-addr string Address of the WlsEth contract [env: WLSETH_ADDR]
lceth - Methods to operate on Liquid Collective protocol
lceth operators add - Transact to add a new operator on OperatorsRegistry contract
lceth operators count - Count node operators registered on OperatorsRegistry contract
lceth operators get - Get a node operator registered on OperatorsRegistry contract
lceth operators list - List of node operators registered on OperatorsRegistry contract
lceth operators set-address - Changes the operator address of an operator
lceth validators get [flags]
-o, --operator-idx int Required operator index on NodeOperatorRegistry contract
-v, --validator-idx int Required validator index for the given operator on NodeOperatorRegistry contract
-b, --block blockNumber Optional the block number on which the call should be performed (default latest)
--pending Optional whether to operate on the pending state or the last known one
--from address Optional call's sender address in hex format with 0x prefix (default 0x0000000000000000000000000000000000000000)
-h, --help help for get
--allowlist-addr string Address of the Allowlist contract [env: ALLOWLIST_ADDR]
--beacon-deployment-block string deployment block beacon deposit contract [env: BEACON_DEPLOYMENT_BLOCK]
--beacon-deposit-addr string Address of the Beacon Deposit contract [env: BEACON_DEPOSIT_ADDR]
--deployment-block uint Deployment block of the contracts [env: DEPLOYMENT_BLOCK]
--el-fee-recipient-addr string Address of the Execution Layer fee recipient contract [env: EL_FEE_RECIPIENT_ADDR]
--eth-el-addr string JSON-RPC address of the Ethereum execution layer node to connect to [env: ETH_EL_ADDR]
--healthz-addr string healthz entrypoint address:port [env: HEALTHZ_ADDR] (default ":8081")
--keystore-password string Password used to encrypt key files [env: KEYSTORE_PASSWORD]
--keystore-path string Directory where to store keys [env: KEYSTORE_PATH]
--kms-key-id string KMS key ID used to sign and submit transactions [env: KMS_KEY_ID]
--log-format string Log output format (text or json) [env: LOG_FORMAT] (default "text")
--log-level string Log output level [env: LOG_LEVEL] (default "info")
--operators-registry-addr string Address of the Operators Registry contract [env: OPERATORS_REGISTRY_ADDR]
--oracle-addr string Address of the Oracle contract [env: ORACLE_ADDR]
--redeem-manager-addr string Address of the RedeemManager contract [env: REDEEM_MANAGER_ADDR]
--river-addr string Address of the River contract [env: RIVER_ADDR]
--server-addr string Server entrypoint address:port [env: SERVER_ADDR] (default ":8080")
--tlc-addr string Address of the TLC contract [env: TLC_ADDR]
--withdraw-addr string Address of the Withdraw contract [env: WITHDRAW_ADDR]
--wls-eth-addr string Address of the WlsEth contract [env: WLSETH_ADDR]
lceth validators - Methods to manage validators on OperatorsRegistry contract
lceth oracle epochs expected [flags]
-b, --block blockNumber Optional the block number on which the call should be performed (default latest)
--from address Optional call's sender address in hex format with 0x prefix (default 0x0000000000000000000000000000000000000000)
-h, --help help for expected
--pending Optional whether to operate on the pending state or the last known one
--allowlist-addr string Address of the Allowlist contract [env: ALLOWLIST_ADDR]
--beacon-deployment-block string deployment block beacon deposit contract [env: BEACON_DEPLOYMENT_BLOCK]
--beacon-deposit-addr string Address of the Beacon Deposit contract [env: BEACON_DEPOSIT_ADDR]
--deployment-block uint Deployment block of the contracts [env: DEPLOYMENT_BLOCK]
--el-fee-recipient-addr string Address of the Execution Layer fee recipient contract [env: EL_FEE_RECIPIENT_ADDR]
--eth-el-addr string JSON-RPC address of the Ethereum execution layer node to connect to [env: ETH_EL_ADDR]
--healthz-addr string healthz entrypoint address:port [env: HEALTHZ_ADDR] (default ":8081")
--keystore-password string Password used to encrypt key files [env: KEYSTORE_PASSWORD]
--keystore-path string Directory where to store keys [env: KEYSTORE_PATH]
--kms-key-id string KMS key ID used to sign and submit transactions [env: KMS_KEY_ID]
--log-format string Log output format (text or json) [env: LOG_FORMAT] (default "text")
--log-level string Log output level [env: LOG_LEVEL] (default "info")
--operators-registry-addr string Address of the Operators Registry contract [env: OPERATORS_REGISTRY_ADDR]
--oracle-addr string Address of the Oracle contract [env: ORACLE_ADDR]
--redeem-manager-addr string Address of the RedeemManager contract [env: REDEEM_MANAGER_ADDR]
--river-addr string Address of the River contract [env: RIVER_ADDR]
--server-addr string Server entrypoint address:port [env: SERVER_ADDR] (default ":8080")
--tlc-addr string Address of the TLC contract [env: TLC_ADDR]
--withdraw-addr string Address of the Withdraw contract [env: WITHDRAW_ADDR]
--wls-eth-addr string Address of the WlsEth contract [env: WLSETH_ADDR]
lceth oracle epochs - Provides information about epochs
-h, --help help for eth1keys
--keystore-password string Password used to encrypt key files [env: KEYSTORE_PASSWORD]
--keystore-path string Directory where to store keys [env: KEYSTORE_PATH]
--allowlist-addr string Address of the Allowlist contract [env: ALLOWLIST_ADDR]
--beacon-deployment-block string deployment block beacon deposit contract [env: BEACON_DEPLOYMENT_BLOCK]
--beacon-deposit-addr string Address of the Beacon Deposit contract [env: BEACON_DEPOSIT_ADDR]
--deployment-block uint Deployment block of the contracts [env: DEPLOYMENT_BLOCK]
--el-fee-recipient-addr string Address of the Execution Layer fee recipient contract [env: EL_FEE_RECIPIENT_ADDR]
--eth-el-addr string JSON-RPC address of the Ethereum execution layer node to connect to [env: ETH_EL_ADDR]
--healthz-addr string healthz entrypoint address:port [env: HEALTHZ_ADDR] (default ":8081")
--keystore-password string Password used to encrypt key files [env: KEYSTORE_PASSWORD]
--keystore-path string Directory where to store keys [env: KEYSTORE_PATH]
--kms-key-id string KMS key ID used to sign and submit transactions [env: KMS_KEY_ID]
--log-format string Log output format (text or json) [env: LOG_FORMAT] (default "text")
--log-level string Log output level [env: LOG_LEVEL] (default "info")
--operators-registry-addr string Address of the Operators Registry contract [env: OPERATORS_REGISTRY_ADDR]
--oracle-addr string Address of the Oracle contract [env: ORACLE_ADDR]
--redeem-manager-addr string Address of the RedeemManager contract [env: REDEEM_MANAGER_ADDR]
--river-addr string Address of the River contract [env: RIVER_ADDR]
--server-addr string Server entrypoint address:port [env: SERVER_ADDR] (default ":8080")
--tlc-addr string Address of the TLC contract [env: TLC_ADDR]
--withdraw-addr string Address of the Withdraw contract [env: WITHDRAW_ADDR]
--wls-eth-addr string Address of the WlsEth contract [env: WLSETH_ADDR]
lceth - Methods to operate on Liquid Collective protocol
lceth eth1keys generate - Generate an Ethereum execution layer account
lceth eth1keys import - Import the given private key
lceth oracle specs [flags]
-b, --block blockNumber Optional the block number on which the call should be performed (default latest)
--from address Optional call's sender address in hex format with 0x prefix (default 0x0000000000000000000000000000000000000000)
-h, --help help for specs
--pending Optional whether to operate on the pending state or the last known one
--allowlist-addr string Address of the Allowlist contract [env: ALLOWLIST_ADDR]
--beacon-deployment-block string deployment block beacon deposit contract [env: BEACON_DEPLOYMENT_BLOCK]
--beacon-deposit-addr string Address of the Beacon Deposit contract [env: BEACON_DEPOSIT_ADDR]
--deployment-block uint Deployment block of the contracts [env: DEPLOYMENT_BLOCK]
--el-fee-recipient-addr string Address of the Execution Layer fee recipient contract [env: EL_FEE_RECIPIENT_ADDR]
--eth-el-addr string JSON-RPC address of the Ethereum execution layer node to connect to [env: ETH_EL_ADDR]
--healthz-addr string healthz entrypoint address:port [env: HEALTHZ_ADDR] (default ":8081")
--keystore-password string Password used to encrypt key files [env: KEYSTORE_PASSWORD]
--keystore-path string Directory where to store keys [env: KEYSTORE_PATH]
--kms-key-id string KMS key ID used to sign and submit transactions [env: KMS_KEY_ID]
--log-format string Log output format (text or json) [env: LOG_FORMAT] (default "text")
--log-level string Log output level [env: LOG_LEVEL] (default "info")
--operators-registry-addr string Address of the Operators Registry contract [env: OPERATORS_REGISTRY_ADDR]
--oracle-addr string Address of the Oracle contract [env: ORACLE_ADDR]
--redeem-manager-addr string Address of the RedeemManager contract [env: REDEEM_MANAGER_ADDR]
--river-addr string Address of the River contract [env: RIVER_ADDR]
--server-addr string Server entrypoint address:port [env: SERVER_ADDR] (default ":8080")
--tlc-addr string Address of the TLC contract [env: TLC_ADDR]
--withdraw-addr string Address of the Withdraw contract [env: WITHDRAW_ADDR]
--wls-eth-addr string Address of the WlsEth contract [env: WLSETH_ADDR]
lceth oracle - Methods to interact with Oracle contract
lceth eth1keys generate [flags]
-h, --help help for generate
--allowlist-addr string Address of the Allowlist contract [env: ALLOWLIST_ADDR]
--beacon-deployment-block string deployment block beacon deposit contract [env: BEACON_DEPLOYMENT_BLOCK]
--beacon-deposit-addr string Address of the Beacon Deposit contract [env: BEACON_DEPOSIT_ADDR]
--deployment-block uint Deployment block of the contracts [env: DEPLOYMENT_BLOCK]
--el-fee-recipient-addr string Address of the Execution Layer fee recipient contract [env: EL_FEE_RECIPIENT_ADDR]
--eth-el-addr string JSON-RPC address of the Ethereum execution layer node to connect to [env: ETH_EL_ADDR]
--healthz-addr string healthz entrypoint address:port [env: HEALTHZ_ADDR] (default ":8081")
--keystore-password string Password used to encrypt key files [env: KEYSTORE_PASSWORD]
--keystore-path string Directory where to store keys [env: KEYSTORE_PATH]
--kms-key-id string KMS key ID used to sign and submit transactions [env: KMS_KEY_ID]
--log-format string Log output format (text or json) [env: LOG_FORMAT] (default "text")
--log-level string Log output level [env: LOG_LEVEL] (default "info")
--operators-registry-addr string Address of the Operators Registry contract [env: OPERATORS_REGISTRY_ADDR]
--oracle-addr string Address of the Oracle contract [env: ORACLE_ADDR]
--redeem-manager-addr string Address of the RedeemManager contract [env: REDEEM_MANAGER_ADDR]
--river-addr string Address of the River contract [env: RIVER_ADDR]
--server-addr string Server entrypoint address:port [env: SERVER_ADDR] (default ":8080")
--tlc-addr string Address of the TLC contract [env: TLC_ADDR]
--withdraw-addr string Address of the Withdraw contract [env: WITHDRAW_ADDR]
--wls-eth-addr string Address of the WlsEth contract [env: WLSETH_ADDR]
lceth eth1keys - Commands to securely manage Ethereum execution layer keys
lceth oracle epochs last-completed [flags]
-b, --block blockNumber Optional the block number on which the call should be performed (default latest)
--from address Optional call's sender address in hex format with 0x prefix (default 0x0000000000000000000000000000000000000000)
-h, --help help for last-completed
--pending Optional whether to operate on the pending state or the last known one
--allowlist-addr string Address of the Allowlist contract [env: ALLOWLIST_ADDR]
--beacon-deployment-block string deployment block beacon deposit contract [env: BEACON_DEPLOYMENT_BLOCK]
--beacon-deposit-addr string Address of the Beacon Deposit contract [env: BEACON_DEPOSIT_ADDR]
--deployment-block uint Deployment block of the contracts [env: DEPLOYMENT_BLOCK]
--el-fee-recipient-addr string Address of the Execution Layer fee recipient contract [env: EL_FEE_RECIPIENT_ADDR]
--eth-el-addr string JSON-RPC address of the Ethereum execution layer node to connect to [env: ETH_EL_ADDR]
--healthz-addr string healthz entrypoint address:port [env: HEALTHZ_ADDR] (default ":8081")
--keystore-password string Password used to encrypt key files [env: KEYSTORE_PASSWORD]
--keystore-path string Directory where to store keys [env: KEYSTORE_PATH]
--kms-key-id string KMS key ID used to sign and submit transactions [env: KMS_KEY_ID]
--log-format string Log output format (text or json) [env: LOG_FORMAT] (default "text")
--log-level string Log output level [env: LOG_LEVEL] (default "info")
--operators-registry-addr string Address of the Operators Registry contract [env: OPERATORS_REGISTRY_ADDR]
--oracle-addr string Address of the Oracle contract [env: ORACLE_ADDR]
--redeem-manager-addr string Address of the RedeemManager contract [env: REDEEM_MANAGER_ADDR]
--river-addr string Address of the River contract [env: RIVER_ADDR]
--server-addr string Server entrypoint address:port [env: SERVER_ADDR] (default ":8080")
--tlc-addr string Address of the TLC contract [env: TLC_ADDR]
--withdraw-addr string Address of the Withdraw contract [env: WITHDRAW_ADDR]
--wls-eth-addr string Address of the WlsEth contract [env: WLSETH_ADDR]
lceth oracle epochs - Provides information about epochs
-h, --help help for el-fee-recipient
--allowlist-addr string Address of the Allowlist contract [env: ALLOWLIST_ADDR]
--beacon-deployment-block string deployment block beacon deposit contract [env: BEACON_DEPLOYMENT_BLOCK]
--beacon-deposit-addr string Address of the Beacon Deposit contract [env: BEACON_DEPOSIT_ADDR]
--deployment-block uint Deployment block of the contracts [env: DEPLOYMENT_BLOCK]
--el-fee-recipient-addr string Address of the Execution Layer fee recipient contract [env: EL_FEE_RECIPIENT_ADDR]
--eth-el-addr string JSON-RPC address of the Ethereum execution layer node to connect to [env: ETH_EL_ADDR]
--healthz-addr string healthz entrypoint address:port [env: HEALTHZ_ADDR] (default ":8081")
--keystore-password string Password used to encrypt key files [env: KEYSTORE_PASSWORD]
--keystore-path string Directory where to store keys [env: KEYSTORE_PATH]
--kms-key-id string KMS key ID used to sign and submit transactions [env: KMS_KEY_ID]
--log-format string Log output format (text or json) [env: LOG_FORMAT] (default "text")
--log-level string Log output level [env: LOG_LEVEL] (default "info")
--operators-registry-addr string Address of the Operators Registry contract [env: OPERATORS_REGISTRY_ADDR]
--oracle-addr string Address of the Oracle contract [env: ORACLE_ADDR]
--redeem-manager-addr string Address of the RedeemManager contract [env: REDEEM_MANAGER_ADDR]
--river-addr string Address of the River contract [env: RIVER_ADDR]
--server-addr string Server entrypoint address:port [env: SERVER_ADDR] (default ":8080")
--tlc-addr string Address of the TLC contract [env: TLC_ADDR]
--withdraw-addr string Address of the Withdraw contract [env: WITHDRAW_ADDR]
--wls-eth-addr string Address of the WlsEth contract [env: WLSETH_ADDR]
lceth - Methods to operate on Liquid Collective protocol
lceth el-fee-recipient address - Prints execution fee recipient contract address
lceth withdrawal address [flags]
-h, --help help for address
--allowlist-addr string Address of the Allowlist contract [env: ALLOWLIST_ADDR]
--beacon-deployment-block string deployment block beacon deposit contract [env: BEACON_DEPLOYMENT_BLOCK]
--beacon-deposit-addr string Address of the Beacon Deposit contract [env: BEACON_DEPOSIT_ADDR]
--deployment-block uint Deployment block of the contracts [env: DEPLOYMENT_BLOCK]
--el-fee-recipient-addr string Address of the Execution Layer fee recipient contract [env: EL_FEE_RECIPIENT_ADDR]
--eth-el-addr string JSON-RPC address of the Ethereum execution layer node to connect to [env: ETH_EL_ADDR]
--healthz-addr string healthz entrypoint address:port [env: HEALTHZ_ADDR] (default ":8081")
--keystore-password string Password used to encrypt key files [env: KEYSTORE_PASSWORD]
--keystore-path string Directory where to store keys [env: KEYSTORE_PATH]
--kms-key-id string KMS key ID used to sign and submit transactions [env: KMS_KEY_ID]
--log-format string Log output format (text or json) [env: LOG_FORMAT] (default "text")
--log-level string Log output level [env: LOG_LEVEL] (default "info")
--operators-registry-addr string Address of the Operators Registry contract [env: OPERATORS_REGISTRY_ADDR]
--oracle-addr string Address of the Oracle contract [env: ORACLE_ADDR]
--redeem-manager-addr string Address of the RedeemManager contract [env: REDEEM_MANAGER_ADDR]
--river-addr string Address of the River contract [env: RIVER_ADDR]
--server-addr string Server entrypoint address:port [env: SERVER_ADDR] (default ":8080")
--tlc-addr string Address of the TLC contract [env: TLC_ADDR]
--withdraw-addr string Address of the Withdraw contract [env: WITHDRAW_ADDR]
--wls-eth-addr string Address of the WlsEth contract [env: WLSETH_ADDR]
lceth withdrawal - Methods to operate on Withdraw contract
-h, --help help for withdrawal
--allowlist-addr string Address of the Allowlist contract [env: ALLOWLIST_ADDR]
--beacon-deployment-block string deployment block beacon deposit contract [env: BEACON_DEPLOYMENT_BLOCK]
--beacon-deposit-addr string Address of the Beacon Deposit contract [env: BEACON_DEPOSIT_ADDR]
--deployment-block uint Deployment block of the contracts [env: DEPLOYMENT_BLOCK]
--el-fee-recipient-addr string Address of the Execution Layer fee recipient contract [env: EL_FEE_RECIPIENT_ADDR]
--eth-el-addr string JSON-RPC address of the Ethereum execution layer node to connect to [env: ETH_EL_ADDR]
--healthz-addr string healthz entrypoint address:port [env: HEALTHZ_ADDR] (default ":8081")
--keystore-password string Password used to encrypt key files [env: KEYSTORE_PASSWORD]
--keystore-path string Directory where to store keys [env: KEYSTORE_PATH]
--kms-key-id string KMS key ID used to sign and submit transactions [env: KMS_KEY_ID]
--log-format string Log output format (text or json) [env: LOG_FORMAT] (default "text")
--log-level string Log output level [env: LOG_LEVEL] (default "info")
--operators-registry-addr string Address of the Operators Registry contract [env: OPERATORS_REGISTRY_ADDR]
--oracle-addr string Address of the Oracle contract [env: ORACLE_ADDR]
--redeem-manager-addr string Address of the RedeemManager contract [env: REDEEM_MANAGER_ADDR]
--river-addr string Address of the River contract [env: RIVER_ADDR]
--server-addr string Server entrypoint address:port [env: SERVER_ADDR] (default ":8080")
--tlc-addr string Address of the TLC contract [env: TLC_ADDR]
--withdraw-addr string Address of the Withdraw contract [env: WITHDRAW_ADDR]
--wls-eth-addr string Address of the WlsEth contract [env: WLSETH_ADDR]
lceth - Methods to operate on Liquid Collective protocol
lceth withdrawal address - Prints withdrawal address
lceth withdrawal credentials - Prints withdrawal credentials
lceth eth1keys import [flags]
-h, --help help for import
--priv-key string secp256k1 private key (in hexadecimal format)
--allowlist-addr string Address of the Allowlist contract [env: ALLOWLIST_ADDR]
--beacon-deployment-block string deployment block beacon deposit contract [env: BEACON_DEPLOYMENT_BLOCK]
--beacon-deposit-addr string Address of the Beacon Deposit contract [env: BEACON_DEPOSIT_ADDR]
--deployment-block uint Deployment block of the contracts [env: DEPLOYMENT_BLOCK]
--el-fee-recipient-addr string Address of the Execution Layer fee recipient contract [env: EL_FEE_RECIPIENT_ADDR]
--eth-el-addr string JSON-RPC address of the Ethereum execution layer node to connect to [env: ETH_EL_ADDR]
--healthz-addr string healthz entrypoint address:port [env: HEALTHZ_ADDR] (default ":8081")
--keystore-password string Password used to encrypt key files [env: KEYSTORE_PASSWORD]
--keystore-path string Directory where to store keys [env: KEYSTORE_PATH]
--kms-key-id string KMS key ID used to sign and submit transactions [env: KMS_KEY_ID]
--log-format string Log output format (text or json) [env: LOG_FORMAT] (default "text")
--log-level string Log output level [env: LOG_LEVEL] (default "info")
--operators-registry-addr string Address of the Operators Registry contract [env: OPERATORS_REGISTRY_ADDR]
--oracle-addr string Address of the Oracle contract [env: ORACLE_ADDR]
--redeem-manager-addr string Address of the RedeemManager contract [env: REDEEM_MANAGER_ADDR]
--river-addr string Address of the River contract [env: RIVER_ADDR]
--server-addr string Server entrypoint address:port [env: SERVER_ADDR] (default ":8080")
--tlc-addr string Address of the TLC contract [env: TLC_ADDR]
--withdraw-addr string Address of the Withdraw contract [env: WITHDRAW_ADDR]
--wls-eth-addr string Address of the WlsEth contract [env: WLSETH_ADDR]
lceth eth1keys - Commands to securely manage Ethereum execution layer keys
- Methods to interact with Oracle contract
- Methods to operate on Withdraw contract
- Methods to operate on Liquid Collective protocol
- Print the Ethereum address authorised to set allowlist permissions
- Transact to add accounts to allowlist (enabling to deposit and withdraw)
- Transact to deny accounts (disabling all operations including)
- Prints wether an account is allowed
- Transact to remove accounts from allowlist (disabling deposit and withdraw but transfer remains possible)
- Methods to operate on Allowlist contract
- Methods to operate on Allowlist contract
lceth oracle quorum [flags]
-b, --block blockNumber Optional the block number on which the call should be performed (default latest)
--from address Optional call's sender address in hex format with 0x prefix (default 0x0000000000000000000000000000000000000000)
-h, --help help for quorum
--pending Optional whether to operate on the pending state or the last known one
--allowlist-addr string Address of the Allowlist contract [env: ALLOWLIST_ADDR]
--beacon-deployment-block string deployment block beacon deposit contract [env: BEACON_DEPLOYMENT_BLOCK]
--beacon-deposit-addr string Address of the Beacon Deposit contract [env: BEACON_DEPOSIT_ADDR]
--deployment-block uint Deployment block of the contracts [env: DEPLOYMENT_BLOCK]
--el-fee-recipient-addr string Address of the Execution Layer fee recipient contract [env: EL_FEE_RECIPIENT_ADDR]
--eth-el-addr string JSON-RPC address of the Ethereum execution layer node to connect to [env: ETH_EL_ADDR]
--healthz-addr string healthz entrypoint address:port [env: HEALTHZ_ADDR] (default ":8081")
--keystore-password string Password used to encrypt key files [env: KEYSTORE_PASSWORD]
--keystore-path string Directory where to store keys [env: KEYSTORE_PATH]
--kms-key-id string KMS key ID used to sign and submit transactions [env: KMS_KEY_ID]
--log-format string Log output format (text or json) [env: LOG_FORMAT] (default "text")
--log-level string Log output level [env: LOG_LEVEL] (default "info")
--operators-registry-addr string Address of the Operators Registry contract [env: OPERATORS_REGISTRY_ADDR]
--oracle-addr string Address of the Oracle contract [env: ORACLE_ADDR]
--redeem-manager-addr string Address of the RedeemManager contract [env: REDEEM_MANAGER_ADDR]
--river-addr string Address of the River contract [env: RIVER_ADDR]
--server-addr string Server entrypoint address:port [env: SERVER_ADDR] (default ":8080")
--tlc-addr string Address of the TLC contract [env: TLC_ADDR]
--withdraw-addr string Address of the Withdraw contract [env: WITHDRAW_ADDR]
--wls-eth-addr string Address of the WlsEth contract [env: WLSETH_ADDR]
lceth el-fee-recipient address [flags]
-h, --help help for address
--allowlist-addr string Address of the Allowlist contract [env: ALLOWLIST_ADDR]
--beacon-deployment-block string deployment block beacon deposit contract [env: BEACON_DEPLOYMENT_BLOCK]
--beacon-deposit-addr string Address of the Beacon Deposit contract [env: BEACON_DEPOSIT_ADDR]
--deployment-block uint Deployment block of the contracts [env: DEPLOYMENT_BLOCK]
--el-fee-recipient-addr string Address of the Execution Layer fee recipient contract [env: EL_FEE_RECIPIENT_ADDR]
--eth-el-addr string JSON-RPC address of the Ethereum execution layer node to connect to [env: ETH_EL_ADDR]
--healthz-addr string healthz entrypoint address:port [env: HEALTHZ_ADDR] (default ":8081")
--keystore-password string Password used to encrypt key files [env: KEYSTORE_PASSWORD]
--keystore-path string Directory where to store keys [env: KEYSTORE_PATH]
--kms-key-id string KMS key ID used to sign and submit transactions [env: KMS_KEY_ID]
--log-format string Log output format (text or json) [env: LOG_FORMAT] (default "text")
--log-level string Log output level [env: LOG_LEVEL] (default "info")
--operators-registry-addr string Address of the Operators Registry contract [env: OPERATORS_REGISTRY_ADDR]
--oracle-addr string Address of the Oracle contract [env: ORACLE_ADDR]
--redeem-manager-addr string Address of the RedeemManager contract [env: REDEEM_MANAGER_ADDR]
--river-addr string Address of the River contract [env: RIVER_ADDR]
--server-addr string Server entrypoint address:port [env: SERVER_ADDR] (default ":8080")
--tlc-addr string Address of the TLC contract [env: TLC_ADDR]
--withdraw-addr string Address of the Withdraw contract [env: WITHDRAW_ADDR]
--wls-eth-addr string Address of the WlsEth contract [env: WLSETH_ADDR]
-h, --help help for allowlist
--allowlist-addr string Address of the Allowlist contract [env: ALLOWLIST_ADDR]
--beacon-deployment-block string deployment block beacon deposit contract [env: BEACON_DEPLOYMENT_BLOCK]
--beacon-deposit-addr string Address of the Beacon Deposit contract [env: BEACON_DEPOSIT_ADDR]
--deployment-block uint Deployment block of the contracts [env: DEPLOYMENT_BLOCK]
--el-fee-recipient-addr string Address of the Execution Layer fee recipient contract [env: EL_FEE_RECIPIENT_ADDR]
--eth-el-addr string JSON-RPC address of the Ethereum execution layer node to connect to [env: ETH_EL_ADDR]
--healthz-addr string healthz entrypoint address:port [env: HEALTHZ_ADDR] (default ":8081")
--keystore-password string Password used to encrypt key files [env: KEYSTORE_PASSWORD]
--keystore-path string Directory where to store keys [env: KEYSTORE_PATH]
--kms-key-id string KMS key ID used to sign and submit transactions [env: KMS_KEY_ID]
--log-format string Log output format (text or json) [env: LOG_FORMAT] (default "text")
--log-level string Log output level [env: LOG_LEVEL] (default "info")
--operators-registry-addr string Address of the Operators Registry contract [env: OPERATORS_REGISTRY_ADDR]
--oracle-addr string Address of the Oracle contract [env: ORACLE_ADDR]
--redeem-manager-addr string Address of the RedeemManager contract [env: REDEEM_MANAGER_ADDR]
--river-addr string Address of the River contract [env: RIVER_ADDR]
--server-addr string Server entrypoint address:port [env: SERVER_ADDR] (default ":8080")
--tlc-addr string Address of the TLC contract [env: TLC_ADDR]
--withdraw-addr string Address of the Withdraw contract [env: WITHDRAW_ADDR]
--wls-eth-addr string Address of the WlsEth contract [env: WLSETH_ADDR]
lceth allowlist allow [flags]
-a, --account strings Accounts to be allowed
--from address Optional account used to sign the transaction.
Expects an 0x prefixed Ethereum address (default 0x0000000000000000000000000000000000000000)
-n, --nonce bigInt Optional nonce to use for the transaction, if not set then use pending nonce.
Expects either a decimal or an hex encoded value with 0x prefix
-v, --value bigInt Optional funds to transfer along the transaction in Wei, if not set then no funds are transferred
Expects either a decimal or an hex encoded value with 0x prefix (default 0x0)
-p, --gas-price bigInt Optional gas price to use for the transaction execution in Wei. If not set then uses gas price oracle
Expects either a decimal or an hex encoded value with 0x prefix
-f, --gas-fee-cap bigInt Optional gas fee cap to use for the EIP-1559 transaction execution in Wei. If not set then uses gas price oracle
Expects either a decimal or an hex encoded value with 0x prefix
-t, --gas-tip-cap bigInt Optional gas priority tip fee cap to use for the EIP-1559 transaction execution in Wei. If not set then uses gas price oracle
Expects either a decimal or an hex encoded value with 0x prefix
-l, --gas-limit uint Optional gas limit to set for the transaction execution. If not set then estimate gas
Expects either a decimal or an hex encoded value with 0x prefix
--send If set then performs all transaction steps and send the transaction to the network
--no-sign If set then performs all transaction steps and stop before signing the transaction
-h, --help help for allow
--allowlist-addr string Address of the Allowlist contract [env: ALLOWLIST_ADDR]
--beacon-deployment-block string deployment block beacon deposit contract [env: BEACON_DEPLOYMENT_BLOCK]
--beacon-deposit-addr string Address of the Beacon Deposit contract [env: BEACON_DEPOSIT_ADDR]
--deployment-block uint Deployment block of the contracts [env: DEPLOYMENT_BLOCK]
--el-fee-recipient-addr string Address of the Execution Layer fee recipient contract [env: EL_FEE_RECIPIENT_ADDR]
--eth-el-addr string JSON-RPC address of the Ethereum execution layer node to connect to [env: ETH_EL_ADDR]
--healthz-addr string healthz entrypoint address:port [env: HEALTHZ_ADDR] (default ":8081")
--keystore-password string Password used to encrypt key files [env: KEYSTORE_PASSWORD]
--keystore-path string Directory where to store keys [env: KEYSTORE_PATH]
--kms-key-id string KMS key ID used to sign and submit transactions [env: KMS_KEY_ID]
--log-format string Log output format (text or json) [env: LOG_FORMAT] (default "text")
--log-level string Log output level [env: LOG_LEVEL] (default "info")
--operators-registry-addr string Address of the Operators Registry contract [env: OPERATORS_REGISTRY_ADDR]
--oracle-addr string Address of the Oracle contract [env: ORACLE_ADDR]
--redeem-manager-addr string Address of the RedeemManager contract [env: REDEEM_MANAGER_ADDR]
--river-addr string Address of the River contract [env: RIVER_ADDR]
--server-addr string Server entrypoint address:port [env: SERVER_ADDR] (default ":8080")
--tlc-addr string Address of the TLC contract [env: TLC_ADDR]
--withdraw-addr string Address of the Withdraw contract [env: WITHDRAW_ADDR]
--wls-eth-addr string Address of the WlsEth contract [env: WLSETH_ADDR]
lceth allowlist remove [flags]
-a, --account strings Accounts to be allowed
--from address Optional account used to sign the transaction.
Expects an 0x prefixed Ethereum address (default 0x0000000000000000000000000000000000000000)
-n, --nonce bigInt Optional nonce to use for the transaction, if not set then use pending nonce.
Expects either a decimal or an hex encoded value with 0x prefix
-v, --value bigInt Optional funds to transfer along the transaction in Wei, if not set then no funds are transferred
Expects either a decimal or an hex encoded value with 0x prefix (default 0x0)
-p, --gas-price bigInt Optional gas price to use for the transaction execution in Wei. If not set then uses gas price oracle
Expects either a decimal or an hex encoded value with 0x prefix
-f, --gas-fee-cap bigInt Optional gas fee cap to use for the EIP-1559 transaction execution in Wei. If not set then uses gas price oracle
Expects either a decimal or an hex encoded value with 0x prefix
-t, --gas-tip-cap bigInt Optional gas priority tip fee cap to use for the EIP-1559 transaction execution in Wei. If not set then uses gas price oracle
Expects either a decimal or an hex encoded value with 0x prefix
-l, --gas-limit uint Optional gas limit to set for the transaction execution. If not set then estimate gas
Expects either a decimal or an hex encoded value with 0x prefix
--send If set then performs all transaction steps and send the transaction to the network
--no-sign If set then performs all transaction steps and stop before signing the transaction
-h, --help help for remove
--allowlist-addr string Address of the Allowlist contract [env: ALLOWLIST_ADDR]
--beacon-deployment-block string deployment block beacon deposit contract [env: BEACON_DEPLOYMENT_BLOCK]
--beacon-deposit-addr string Address of the Beacon Deposit contract [env: BEACON_DEPOSIT_ADDR]
--deployment-block uint Deployment block of the contracts [env: DEPLOYMENT_BLOCK]
--el-fee-recipient-addr string Address of the Execution Layer fee recipient contract [env: EL_FEE_RECIPIENT_ADDR]
--eth-el-addr string JSON-RPC address of the Ethereum execution layer node to connect to [env: ETH_EL_ADDR]
--healthz-addr string healthz entrypoint address:port [env: HEALTHZ_ADDR] (default ":8081")
--keystore-password string Password used to encrypt key files [env: KEYSTORE_PASSWORD]
--keystore-path string Directory where to store keys [env: KEYSTORE_PATH]
--kms-key-id string KMS key ID used to sign and submit transactions [env: KMS_KEY_ID]
--log-format string Log output format (text or json) [env: LOG_FORMAT] (default "text")
--log-level string Log output level [env: LOG_LEVEL] (default "info")
--operators-registry-addr string Address of the Operators Registry contract [env: OPERATORS_REGISTRY_ADDR]
--oracle-addr string Address of the Oracle contract [env: ORACLE_ADDR]
--redeem-manager-addr string Address of the RedeemManager contract [env: REDEEM_MANAGER_ADDR]
--river-addr string Address of the River contract [env: RIVER_ADDR]
--server-addr string Server entrypoint address:port [env: SERVER_ADDR] (default ":8080")
--tlc-addr string Address of the TLC contract [env: TLC_ADDR]
--withdraw-addr string Address of the Withdraw contract [env: WITHDRAW_ADDR]
--wls-eth-addr string Address of the WlsEth contract [env: WLSETH_ADDR]
lceth allowlist is-allowed [flags]
--address address Account's address (default 0x0000000000000000000000000000000000000000)
-b, --block blockNumber Optional the block number on which the call should be performed (default latest)
--from address Optional call's sender address in hex format with 0x prefix (default 0x0000000000000000000000000000000000000000)
-h, --help help for is-allowed
--op string Operation (default "deposit")
--pending Optional whether to operate on the pending state or the last known one
--allowlist-addr string Address of the Allowlist contract [env: ALLOWLIST_ADDR]
--beacon-deployment-block string deployment block beacon deposit contract [env: BEACON_DEPLOYMENT_BLOCK]
--beacon-deposit-addr string Address of the Beacon Deposit contract [env: BEACON_DEPOSIT_ADDR]
--deployment-block uint Deployment block of the contracts [env: DEPLOYMENT_BLOCK]
--el-fee-recipient-addr string Address of the Execution Layer fee recipient contract [env: EL_FEE_RECIPIENT_ADDR]
--eth-el-addr string JSON-RPC address of the Ethereum execution layer node to connect to [env: ETH_EL_ADDR]
--healthz-addr string healthz entrypoint address:port [env: HEALTHZ_ADDR] (default ":8081")
--keystore-password string Password used to encrypt key files [env: KEYSTORE_PASSWORD]
--keystore-path string Directory where to store keys [env: KEYSTORE_PATH]
--kms-key-id string KMS key ID used to sign and submit transactions [env: KMS_KEY_ID]
--log-format string Log output format (text or json) [env: LOG_FORMAT] (default "text")
--log-level string Log output level [env: LOG_LEVEL] (default "info")
--operators-registry-addr string Address of the Operators Registry contract [env: OPERATORS_REGISTRY_ADDR]
--oracle-addr string Address of the Oracle contract [env: ORACLE_ADDR]
--redeem-manager-addr string Address of the RedeemManager contract [env: REDEEM_MANAGER_ADDR]
--river-addr string Address of the River contract [env: RIVER_ADDR]
--server-addr string Server entrypoint address:port [env: SERVER_ADDR] (default ":8080")
--tlc-addr string Address of the TLC contract [env: TLC_ADDR]
--withdraw-addr string Address of the Withdraw contract [env: WITHDRAW_ADDR]
--wls-eth-addr string Address of the WlsEth contract [env: WLSETH_ADDR]
lceth allowlist - Methods to operate on Allowlist contract
--eth-cl-addr string Address of the Ethereum consensus layer node to connect to [env: ETH_CL_ADDR]
-h, --help help for eth-cl
--allowlist-addr string Address of the Allowlist contract [env: ALLOWLIST_ADDR]
--beacon-deployment-block string deployment block beacon deposit contract [env: BEACON_DEPLOYMENT_BLOCK]
--beacon-deposit-addr string Address of the Beacon Deposit contract [env: BEACON_DEPOSIT_ADDR]
--deployment-block uint Deployment block of the contracts [env: DEPLOYMENT_BLOCK]
--el-fee-recipient-addr string Address of the Execution Layer fee recipient contract [env: EL_FEE_RECIPIENT_ADDR]
--eth-el-addr string JSON-RPC address of the Ethereum execution layer node to connect to [env: ETH_EL_ADDR]
--healthz-addr string healthz entrypoint address:port [env: HEALTHZ_ADDR] (default ":8081")
--keystore-password string Password used to encrypt key files [env: KEYSTORE_PASSWORD]
--keystore-path string Directory where to store keys [env: KEYSTORE_PATH]
--kms-key-id string KMS key ID used to sign and submit transactions [env: KMS_KEY_ID]
--log-format string Log output format (text or json) [env: LOG_FORMAT] (default "text")
--log-level string Log output level [env: LOG_LEVEL] (default "info")
--operators-registry-addr string Address of the Operators Registry contract [env: OPERATORS_REGISTRY_ADDR]
--oracle-addr string Address of the Oracle contract [env: ORACLE_ADDR]
--redeem-manager-addr string Address of the RedeemManager contract [env: REDEEM_MANAGER_ADDR]
--river-addr string Address of the River contract [env: RIVER_ADDR]
--server-addr string Server entrypoint address:port [env: SERVER_ADDR] (default ":8080")
--tlc-addr string Address of the TLC contract [env: TLC_ADDR]
--withdraw-addr string Address of the Withdraw contract [env: WITHDRAW_ADDR]
--wls-eth-addr string Address of the WlsEth contract [env: WLSETH_ADDR]
lceth - Methods to operate on Liquid Collective protocol
lceth eth-cl get-spec - Print validator data
lceth eth-cl get-validator - Print validator data
lceth eth-cl get-spec [flags]
-h, --help help for get-spec
--allowlist-addr string Address of the Allowlist contract [env: ALLOWLIST_ADDR]
--beacon-deployment-block string deployment block beacon deposit contract [env: BEACON_DEPLOYMENT_BLOCK]
--beacon-deposit-addr string Address of the Beacon Deposit contract [env: BEACON_DEPOSIT_ADDR]
--deployment-block uint Deployment block of the contracts [env: DEPLOYMENT_BLOCK]
--el-fee-recipient-addr string Address of the Execution Layer fee recipient contract [env: EL_FEE_RECIPIENT_ADDR]
--eth-el-addr string JSON-RPC address of the Ethereum execution layer node to connect to [env: ETH_EL_ADDR]
--healthz-addr string healthz entrypoint address:port [env: HEALTHZ_ADDR] (default ":8081")
--keystore-password string Password used to encrypt key files [env: KEYSTORE_PASSWORD]
--keystore-path string Directory where to store keys [env: KEYSTORE_PATH]
--kms-key-id string KMS key ID used to sign and submit transactions [env: KMS_KEY_ID]
--log-format string Log output format (text or json) [env: LOG_FORMAT] (default "text")
--log-level string Log output level [env: LOG_LEVEL] (default "info")
--operators-registry-addr string Address of the Operators Registry contract [env: OPERATORS_REGISTRY_ADDR]
--oracle-addr string Address of the Oracle contract [env: ORACLE_ADDR]
--redeem-manager-addr string Address of the RedeemManager contract [env: REDEEM_MANAGER_ADDR]
--river-addr string Address of the River contract [env: RIVER_ADDR]
--server-addr string Server entrypoint address:port [env: SERVER_ADDR] (default ":8080")
--tlc-addr string Address of the TLC contract [env: TLC_ADDR]
--withdraw-addr string Address of the Withdraw contract [env: WITHDRAW_ADDR]
--wls-eth-addr string Address of the WlsEth contract [env: WLSETH_ADDR]
lceth eth-cl - Commands to interact with Ethereum consensus layer node
- Methods to operate on Allowlist contract
- Commands to interact with Ethereum execution layer node
- Commands to interact with Ethereum execution layer node
- Commands to interact with Ethereum consensus layer node
- Methods to operate on Liquid Collective protocol
- Get execution layer chain's head number
- Get execution layer chain ID
lceth allowlist deny [flags]
-a, --account strings Accounts to be allowed
--from address Optional account used to sign the transaction.
Expects an 0x prefixed Ethereum address (default 0x0000000000000000000000000000000000000000)
-n, --nonce bigInt Optional nonce to use for the transaction, if not set then use pending nonce.
Expects either a decimal or an hex encoded value with 0x prefix
-v, --value bigInt Optional funds to transfer along the transaction in Wei, if not set then no funds are transferred
Expects either a decimal or an hex encoded value with 0x prefix (default 0x0)
-p, --gas-price bigInt Optional gas price to use for the transaction execution in Wei. If not set then uses gas price oracle
Expects either a decimal or an hex encoded value with 0x prefix
-f, --gas-fee-cap bigInt Optional gas fee cap to use for the EIP-1559 transaction execution in Wei. If not set then uses gas price oracle
Expects either a decimal or an hex encoded value with 0x prefix
-t, --gas-tip-cap bigInt Optional gas priority tip fee cap to use for the EIP-1559 transaction execution in Wei. If not set then uses gas price oracle
Expects either a decimal or an hex encoded value with 0x prefix
-l, --gas-limit uint Optional gas limit to set for the transaction execution. If not set then estimate gas
Expects either a decimal or an hex encoded value with 0x prefix
--send If set then performs all transaction steps and send the transaction to the network
--no-sign If set then performs all transaction steps and stop before signing the transaction
-h, --help help for deny
--allowlist-addr string Address of the Allowlist contract [env: ALLOWLIST_ADDR]
--beacon-deployment-block string deployment block beacon deposit contract [env: BEACON_DEPLOYMENT_BLOCK]
--beacon-deposit-addr string Address of the Beacon Deposit contract [env: BEACON_DEPOSIT_ADDR]
--deployment-block uint Deployment block of the contracts [env: DEPLOYMENT_BLOCK]
--el-fee-recipient-addr string Address of the Execution Layer fee recipient contract [env: EL_FEE_RECIPIENT_ADDR]
--eth-el-addr string JSON-RPC address of the Ethereum execution layer node to connect to [env: ETH_EL_ADDR]
--healthz-addr string healthz entrypoint address:port [env: HEALTHZ_ADDR] (default ":8081")
--keystore-password string Password used to encrypt key files [env: KEYSTORE_PASSWORD]
--keystore-path string Directory where to store keys [env: KEYSTORE_PATH]
--kms-key-id string KMS key ID used to sign and submit transactions [env: KMS_KEY_ID]
--log-format string Log output format (text or json) [env: LOG_FORMAT] (default "text")
--log-level string Log output level [env: LOG_LEVEL] (default "info")
--operators-registry-addr string Address of the Operators Registry contract [env: OPERATORS_REGISTRY_ADDR]
--oracle-addr string Address of the Oracle contract [env: ORACLE_ADDR]
--redeem-manager-addr string Address of the RedeemManager contract [env: REDEEM_MANAGER_ADDR]
--river-addr string Address of the River contract [env: RIVER_ADDR]
--server-addr string Server entrypoint address:port [env: SERVER_ADDR] (default ":8080")
--tlc-addr string Address of the TLC contract [env: TLC_ADDR]
--withdraw-addr string Address of the Withdraw contract [env: WITHDRAW_ADDR]
--wls-eth-addr string Address of the WlsEth contract [env: WLSETH_ADDR]
lceth eth-el chain-id [flags]
-h, --help help for chain-id
--allowlist-addr string Address of the Allowlist contract [env: ALLOWLIST_ADDR]
--beacon-deployment-block string deployment block beacon deposit contract [env: BEACON_DEPLOYMENT_BLOCK]
--beacon-deposit-addr string Address of the Beacon Deposit contract [env: BEACON_DEPOSIT_ADDR]
--deployment-block uint Deployment block of the contracts [env: DEPLOYMENT_BLOCK]
--el-fee-recipient-addr string Address of the Execution Layer fee recipient contract [env: EL_FEE_RECIPIENT_ADDR]
--eth-el-addr string JSON-RPC address of the Ethereum execution layer node to connect to [env: ETH_EL_ADDR]
--healthz-addr string healthz entrypoint address:port [env: HEALTHZ_ADDR] (default ":8081")
--keystore-password string Password used to encrypt key files [env: KEYSTORE_PASSWORD]
--keystore-path string Directory where to store keys [env: KEYSTORE_PATH]
--kms-key-id string KMS key ID used to sign and submit transactions [env: KMS_KEY_ID]
--log-format string Log output format (text or json) [env: LOG_FORMAT] (default "text")
--log-level string Log output level [env: LOG_LEVEL] (default "info")
--operators-registry-addr string Address of the Operators Registry contract [env: OPERATORS_REGISTRY_ADDR]
--oracle-addr string Address of the Oracle contract [env: ORACLE_ADDR]
--redeem-manager-addr string Address of the RedeemManager contract [env: REDEEM_MANAGER_ADDR]
--river-addr string Address of the River contract [env: RIVER_ADDR]
--server-addr string Server entrypoint address:port [env: SERVER_ADDR] (default ":8080")
--tlc-addr string Address of the TLC contract [env: TLC_ADDR]
--withdraw-addr string Address of the Withdraw contract [env: WITHDRAW_ADDR]
--wls-eth-addr string Address of the WlsEth contract [env: WLSETH_ADDR]
lceth eth-el blocknumber [flags]
-h, --help help for blocknumber
--allowlist-addr string Address of the Allowlist contract [env: ALLOWLIST_ADDR]
--beacon-deployment-block string deployment block beacon deposit contract [env: BEACON_DEPLOYMENT_BLOCK]
--beacon-deposit-addr string Address of the Beacon Deposit contract [env: BEACON_DEPOSIT_ADDR]
--deployment-block uint Deployment block of the contracts [env: DEPLOYMENT_BLOCK]
--el-fee-recipient-addr string Address of the Execution Layer fee recipient contract [env: EL_FEE_RECIPIENT_ADDR]
--eth-el-addr string JSON-RPC address of the Ethereum execution layer node to connect to [env: ETH_EL_ADDR]
--healthz-addr string healthz entrypoint address:port [env: HEALTHZ_ADDR] (default ":8081")
--keystore-password string Password used to encrypt key files [env: KEYSTORE_PASSWORD]
--keystore-path string Directory where to store keys [env: KEYSTORE_PATH]
--kms-key-id string KMS key ID used to sign and submit transactions [env: KMS_KEY_ID]
--log-format string Log output format (text or json) [env: LOG_FORMAT] (default "text")
--log-level string Log output level [env: LOG_LEVEL] (default "info")
--operators-registry-addr string Address of the Operators Registry contract [env: OPERATORS_REGISTRY_ADDR]
--oracle-addr string Address of the Oracle contract [env: ORACLE_ADDR]
--redeem-manager-addr string Address of the RedeemManager contract [env: REDEEM_MANAGER_ADDR]
--river-addr string Address of the River contract [env: RIVER_ADDR]
--server-addr string Server entrypoint address:port [env: SERVER_ADDR] (default ":8080")
--tlc-addr string Address of the TLC contract [env: TLC_ADDR]
--withdraw-addr string Address of the Withdraw contract [env: WITHDRAW_ADDR]
--wls-eth-addr string Address of the WlsEth contract [env: WLSETH_ADDR]
lceth eth-cl get-validator [flags]
--id string Required validator id on beacon chain
-s, --slot slot Required beacon chain state-id for which to get validator
-h, --help help for get-validator
--allowlist-addr string Address of the Allowlist contract [env: ALLOWLIST_ADDR]
--beacon-deployment-block string deployment block beacon deposit contract [env: BEACON_DEPLOYMENT_BLOCK]
--beacon-deposit-addr string Address of the Beacon Deposit contract [env: BEACON_DEPOSIT_ADDR]
--deployment-block uint Deployment block of the contracts [env: DEPLOYMENT_BLOCK]
--el-fee-recipient-addr string Address of the Execution Layer fee recipient contract [env: EL_FEE_RECIPIENT_ADDR]
--eth-el-addr string JSON-RPC address of the Ethereum execution layer node to connect to [env: ETH_EL_ADDR]
--healthz-addr string healthz entrypoint address:port [env: HEALTHZ_ADDR] (default ":8081")
--keystore-password string Password used to encrypt key files [env: KEYSTORE_PASSWORD]
--keystore-path string Directory where to store keys [env: KEYSTORE_PATH]
--kms-key-id string KMS key ID used to sign and submit transactions [env: KMS_KEY_ID]
--log-format string Log output format (text or json) [env: LOG_FORMAT] (default "text")
--log-level string Log output level [env: LOG_LEVEL] (default "info")
--operators-registry-addr string Address of the Operators Registry contract [env: OPERATORS_REGISTRY_ADDR]
--oracle-addr string Address of the Oracle contract [env: ORACLE_ADDR]
--redeem-manager-addr string Address of the RedeemManager contract [env: REDEEM_MANAGER_ADDR]
--river-addr string Address of the River contract [env: RIVER_ADDR]
--server-addr string Server entrypoint address:port [env: SERVER_ADDR] (default ":8080")
--tlc-addr string Address of the TLC contract [env: TLC_ADDR]
--withdraw-addr string Address of the Withdraw contract [env: WITHDRAW_ADDR]
--wls-eth-addr string Address of the WlsEth contract [env: WLSETH_ADDR]
--eth-el-addr string JSON-RPC address of the Ethereum execution layer node to connect to [env: ETH_EL_ADDR]
-h, --help help for eth-el
--allowlist-addr string Address of the Allowlist contract [env: ALLOWLIST_ADDR]
--beacon-deployment-block string deployment block beacon deposit contract [env: BEACON_DEPLOYMENT_BLOCK]
--beacon-deposit-addr string Address of the Beacon Deposit contract [env: BEACON_DEPOSIT_ADDR]
--deployment-block uint Deployment block of the contracts [env: DEPLOYMENT_BLOCK]
--el-fee-recipient-addr string Address of the Execution Layer fee recipient contract [env: EL_FEE_RECIPIENT_ADDR]
--eth-el-addr string JSON-RPC address of the Ethereum execution layer node to connect to [env: ETH_EL_ADDR]
--healthz-addr string healthz entrypoint address:port [env: HEALTHZ_ADDR] (default ":8081")
--keystore-password string Password used to encrypt key files [env: KEYSTORE_PASSWORD]
--keystore-path string Directory where to store keys [env: KEYSTORE_PATH]
--kms-key-id string KMS key ID used to sign and submit transactions [env: KMS_KEY_ID]
--log-format string Log output format (text or json) [env: LOG_FORMAT] (default "text")
--log-level string Log output level [env: LOG_LEVEL] (default "info")
--operators-registry-addr string Address of the Operators Registry contract [env: OPERATORS_REGISTRY_ADDR]
--oracle-addr string Address of the Oracle contract [env: ORACLE_ADDR]
--redeem-manager-addr string Address of the RedeemManager contract [env: REDEEM_MANAGER_ADDR]
--river-addr string Address of the River contract [env: RIVER_ADDR]
--server-addr string Server entrypoint address:port [env: SERVER_ADDR] (default ":8080")
--tlc-addr string Address of the TLC contract [env: TLC_ADDR]
--withdraw-addr string Address of the Withdraw contract [env: WITHDRAW_ADDR]
--wls-eth-addr string Address of the WlsEth contract [env: WLSETH_ADDR]
lceth oracle run [flags]
--eth-cl-addr string Address of the Ethereum consensus layer node to connect to [env: ETH_CL_ADDR]
--member-addr string Ethereum address of the oracle operator used to sign and submit reports [env: ORACLE_MEMBER_ADDR]
--report-distance int Maximum count of epochs after frame start where oracle has to report [env: ORACLE_REPORT_DISTANCE] (default 4)
--dry-run Run oracle reporter without attempting to submit on-chain reports [env: ORACLE_DRY_RUN]
--loop-sleep-time uint Duration in seconds between 2 fetch calls [env: ORACLE_LOOP_SLEEP_TIME] (default 15)
--report-gas-limit uint Gas limit to set on the report transaction [env: ORACLE_REPORT_GAS_LIMIT] (default 300000)
--cl-batch-get-validators Whether to batch request when getting validators (recommended if you have timeouts) [env: cl-batch-get-validators]
--cl-max-get-validators int Max validators to get per request to consensus layer, useless unless in batch mode [env: CL_MAX_GET_VALIDATORS] (default 1000)
--retry-pending-tx-after duration How long before resubmitting a pending report tx [env: RETRY_PENDING_TX_AFTER] (default 6m0s)
--max-retry-pending-tx duration How long before resubmitting [env: MAX_RETRY_PENDING_TX] (default 3ns)
--from address Optional account used to sign the transaction.
Expects an 0x prefixed Ethereum address (default 0x0000000000000000000000000000000000000000)
-n, --nonce bigInt Optional nonce to use for the transaction, if not set then use pending nonce.
Expects either a decimal or an hex encoded value with 0x prefix
-v, --value bigInt Optional funds to transfer along the transaction in Wei, if not set then no funds are transferred
Expects either a decimal or an hex encoded value with 0x prefix (default 0x0)
-p, --gas-price bigInt Optional gas price to use for the transaction execution in Wei. If not set then uses gas price oracle
Expects either a decimal or an hex encoded value with 0x prefix
-f, --gas-fee-cap bigInt Optional gas fee cap to use for the EIP-1559 transaction execution in Wei. If not set then uses gas price oracle
Expects either a decimal or an hex encoded value with 0x prefix
-t, --gas-tip-cap bigInt Optional gas priority tip fee cap to use for the EIP-1559 transaction execution in Wei. If not set then uses gas price oracle
Expects either a decimal or an hex encoded value with 0x prefix
-l, --gas-limit uint Optional gas limit to set for the transaction execution. If not set then estimate gas
Expects either a decimal or an hex encoded value with 0x prefix
--send If set then performs all transaction steps and send the transaction to the network
--no-sign If set then performs all transaction steps and stop before signing the transaction
-h, --help help for run
--allowlist-addr string Address of the Allowlist contract [env: ALLOWLIST_ADDR]
--beacon-deployment-block string deployment block beacon deposit contract [env: BEACON_DEPLOYMENT_BLOCK]
--beacon-deposit-addr string Address of the Beacon Deposit contract [env: BEACON_DEPOSIT_ADDR]
--deployment-block uint Deployment block of the contracts [env: DEPLOYMENT_BLOCK]
--el-fee-recipient-addr string Address of the Execution Layer fee recipient contract [env: EL_FEE_RECIPIENT_ADDR]
--eth-el-addr string JSON-RPC address of the Ethereum execution layer node to connect to [env: ETH_EL_ADDR]
--healthz-addr string healthz entrypoint address:port [env: HEALTHZ_ADDR] (default ":8081")
--keystore-password string Password used to encrypt key files [env: KEYSTORE_PASSWORD]
--keystore-path string Directory where to store keys [env: KEYSTORE_PATH]
--kms-key-id string KMS key ID used to sign and submit transactions [env: KMS_KEY_ID]
--log-format string Log output format (text or json) [env: LOG_FORMAT] (default "text")
--log-level string Log output level [env: LOG_LEVEL] (default "info")
--operators-registry-addr string Address of the Operators Registry contract [env: OPERATORS_REGISTRY_ADDR]
--oracle-addr string Address of the Oracle contract [env: ORACLE_ADDR]
--redeem-manager-addr string Address of the RedeemManager contract [env: REDEEM_MANAGER_ADDR]
--river-addr string Address of the River contract [env: RIVER_ADDR]
--server-addr string Server entrypoint address:port [env: SERVER_ADDR] (default ":8080")
--tlc-addr string Address of the TLC contract [env: TLC_ADDR]
--withdraw-addr string Address of the Withdraw contract [env: WITHDRAW_ADDR]
--wls-eth-addr string Address of the WlsEth contract [env: WLSETH_ADDR]
lceth oracle - Methods to interact with Oracle contract