Skip to content

Commit c052c21

Browse files
committed
fix: text
1 parent c89d505 commit c052c21

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

run-on-lido/stvaults/building-guides/pooled-staking-product/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -211,10 +211,10 @@ Confirming tier change request requires applying fresh report to vault. [Read mo
211211

212212
Use `--wallet-connect` option for all commands or provide private key to CLI `.env`
213213

214-
1. Get addresses of your contracts:
214+
1. Get addresses of your contracts: `yarn start defi-wrapper use-cases wrapper-operations read info <poolAddress>`
215215
2. Get address of your timelock contract: `yarn start defi-wrapper use-cases timelock-governance common get-timelock-address <poolAddress>`
216216
3. Connect wallet that holds the proposer role to CLI
217-
4. `yarn start defi-wrapper use-cases timelock-governance dashboard write propose-change-tier [timelockAddress] [dashboard] [tierId] [shareLimit]`
217+
4. `yarn start defi-wrapper use-cases timelock-governance dashboard write propose-change-tier <timelockAddress> <dashboard> <tierId> ,<shareLimit>`
218218

219219
#### Etherscan
220220

@@ -242,9 +242,9 @@ Use `--wallet-connect` option for all commands or provide private key to CLI `.e
242242

243243
#### CLI
244244

245-
1. Wait for the timelock delay period to pass. You can verify the operation is ready by calling `yarn start defi-wrapper use-cases timelock-governance common read get-last-operations [timelock]`
245+
1. Wait for the timelock delay period to pass. You can verify the operation is ready by calling `yarn start defi-wrapper use-cases timelock-governance common read get-last-operations <timelock>`
246246
1. Connect wallet that holds the executor role to CLI
247-
1. `yarn start defi-wrapper use-cases timelock-governance dashboard write execute-change-tier [timelock] [dashboard] [tierId] [shareLimit]`
247+
1. `yarn start defi-wrapper use-cases timelock-governance dashboard write execute-change-tier <timelock> <dashboard> <tierId> <shareLimit>`
248248

249249
#### Etherscan
250250

@@ -270,7 +270,7 @@ Within the confirmation time window period (default 24 hours) after step 2, the
270270

271271
#### stVaults UI
272272

273-
1. Go to `https://stvaults.lido.fi/vaults/[vaultAdress]/settings/tier`
273+
1. Go to `https://stvaults.lido.fi/vaults/[vaultAddress]/settings/tier`
274274
2. Connect wallet that has Node operator address
275275
3. Follow UI to confirm tier change
276276

run-on-lido/stvaults/building-guides/pooled-staking-product/roles-and-permissions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ DeFi Wrapper is deployed as a set of on-chain contracts (Pool, Withdrawal Queue,
1515
## TimelockController roles (governance)
1616

1717
:::info
18-
Use CLI `yarn start defi-wrapper use-cases timelock-governance --help` to get list of commands to operate TimelockController. There are shortcut commands for governing roles and other common operations for the DeFi wrapper.
18+
Use CLI `yarn start defi-wrapper use-cases timelock-governance --help` to get list of commands to operate TimelockController. There are shortcut commands for governing roles and other common operations for the DeFi wrapper.
1919
:::
2020

2121
`TimelockController` is deployed together with the pool and becomes the admin for most DeFi Wrapper components. It is **self-administered**, meaning role changes and privileged actions should go through timelocked proposals.

run-on-lido/stvaults/building-guides/pooled-staking-product/withdrawals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This page explains how to operate withdrawals for a pooled staking product (DeFi
1616

1717
## Automation
1818

19-
You can use CLI to automatically submit reports and finalize(if possible) withdrawals for the pool. Finalization requires private key of address holding `FINALIZE_ROLE`. This command will exit on errors and needs to be run with a process manager (missed reports will be checked on start)
19+
You can use CLI to automatically submit reports and finalize (if possible) withdrawals for the pool. Finalization requires private key of address holding `FINALIZE_ROLE`. This command will exit on errors and needs to be run with a process manager (missed reports will be checked on start)
2020

2121
```bash
2222
# Check --help for extra configuration and HTTP callbacks

0 commit comments

Comments
 (0)