Configure Staking Contracts
The Othentic CLI allows you to configure which Staking Contracts are supported by the network. Staking Contracts determine which assets are used to secure the AVS network and derive operator Voting Power. This guide covers the commands needed.
Read More
You can choose one of these options:
Prerequisites
AVS Governance contract address.
If using Option 2: Custom Staking Contract address.
Option 1: Choose Staking Contracts from a list
1
2
Option 2: Define a custom Staking Contract
1
Run the required command
othentic-cli network set-staking-contracts \
--staking-contracts-address <staking_contract_addresses_list>
Make sure to pass the list of custom Staking Contract addresses in the following format:
For a single custom Staking Contract:
0xabc...def
For multiple custom Staking Contracts:
0xabc...def,0x123...456
Use --browser-sign
flag for the browser wallets support like SAFE Multisig.
Last updated