Skip to content

Commit 510dd14

Browse files
committed
chore: small improvements
1 parent 989dc63 commit 510dd14

4 files changed

Lines changed: 6 additions & 3 deletions

File tree

docs/staking-api/cosmos-hub/_category_.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"label": "Cosmos Hub",
3-
"position": 5,
3+
"position": 6,
44
"link": {
55
"type": "doc",
66
"id": "staking-api/cosmos-hub/index"

docs/staking-api/cosmos-hub/native-staking/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Rewards generated from staking are not automatically added to your wallet; they
2626
2. **Claim Rewards**: Use the `withdraw_rewards` function to transfer your accumulated staking rewards into your wallet.
2727
3. Reinvestment or Transfer: After claiming, rewards can be reinvested by staking them with a validator or used for other transactions.
2828

29+
___
2930

3031
## Staking API Diagram
3132

docs/staking-api/ethereum/stakewise/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ After unstaking has processed and the ETH is available in the Vault, a separate
3434
2. **Withdraw Funds**: Use the `withdraw` method to transfer the available ETH back into your wallet.
3535
3. **Post-Withdrawal**: The withdrawn ETH can be used freely on-chain or restaked as desired.
3636

37+
___
3738

3839
## Staking API Diagram
3940

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"label": "Monad",
3+
"position": 7,
34
"link": {
4-
"type": "generated-index",
5-
"description": "Staking API Monad documentation."
5+
"type": "doc",
6+
"id": "staking-api/monad/index"
67
}
78
}
89

0 commit comments

Comments
 (0)