You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -242,9 +242,9 @@ Use `--wallet-connect` option for all commands or provide private key to CLI `.e
242
242
243
243
#### CLI
244
244
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>`
246
246
1. Connect wallet that holds the executor role to CLI
Copy file name to clipboardExpand all lines: run-on-lido/stvaults/building-guides/pooled-staking-product/roles-and-permissions.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ DeFi Wrapper is deployed as a set of on-chain contracts (Pool, Withdrawal Queue,
15
15
## TimelockController roles (governance)
16
16
17
17
:::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.
19
19
:::
20
20
21
21
`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.
Copy file name to clipboardExpand all lines: run-on-lido/stvaults/building-guides/pooled-staking-product/withdrawals.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ This page explains how to operate withdrawals for a pooled staking product (DeFi
16
16
17
17
## Automation
18
18
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)
20
20
21
21
```bash
22
22
# Check --help for extra configuration and HTTP callbacks
0 commit comments