Strategy Base TVL
The strategy-base-tvl subcommand allows interaction wit the strategy-base-tvl contracts.
underlying-token
Query the underlying token
transfer-owner
Transfers the ownership of the Strategy Base TVL contract, set in the configuration file, to a new address.
In which:
user-key-name - name of the key in the keyring to use for contract execution
new-owner-address - address of the new owen
set-tvl-limits
Set the maximum amount of single and total deposit into a strategy
In which:
user-key-name - name of the key in the keyring to use for contract execution
max-per-deposit - maximum amount allowed per deposit
max-total-deposit - maximum amount allowed across the entire strategy
Last updated