Skip to content

Commit

Permalink
Staking: fix set-beneficiary and set-withdraw flags (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev authored Sep 26, 2023
1 parent 38af42a commit 297e983
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/developers/omnichain/tutorials/staking.md
Original file line number Diff line number Diff line change
Expand Up @@ -575,13 +575,13 @@ npx hardhat deploy --network zeta_testnet --chain goerli_testnet
The beneficiary address has to be set before staking tokens.

```
npx hardhat set-beneficiary --beneficiary ADDRESS --contract ADDRESS --network goerli_testnet
npx hardhat set-beneficiary ADDRESS --contract ADDRESS --network goerli_testnet
```

### Set Withdraw Address

```
npx hardhat set-withdraw --withdraw ADDRESS --contract ADDRESS --network goerli_testnet
npx hardhat set-withdraw --contract ADDRESS --network goerli_testnet
```

### Stake Tokens
Expand Down

0 comments on commit 297e983

Please sign in to comment.