Skip to content

Commit

Permalink
Merge pull request #476 from leopardracer/main
Browse files Browse the repository at this point in the history
fix: typos in documentation files
  • Loading branch information
TheDZhon authored Nov 12, 2024
2 parents 2919772 + d0eeba0 commit ea6dbec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/guides/jumpgates.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Go to [Etherscan](https://etherscan.io/) and open the Jumpgate page. Click the
- `bridge` is the address of the bridge. Currently, all jumpgates use only Wormhole Token bridge at [`0x3ee18B2214AFF97000D974cf647E7C347E8fa585`](https://etherscan.io/address/0x3ee18B2214AFF97000D974cf647E7C347E8fa585), and you can check the address against the [Wormhole docs](https://book.wormhole.com/reference/contracts.html);
- `nonce` is always 0;
- `owner` is the Aragon Agent at [`0x3e40D73EB977Dc6a537aF587D48316feE66E9C8c`](https://etherscan.io/address/0x3e40D73EB977Dc6a537aF587D48316feE66E9C8c) verifiable against [Deployed contracts](/deployed-contracts/#dao-contracts);
- `recipient` is the recipient address in hexadecimal form. For Solana, this will an encoded LDO token account. Use [Base 58 decoder](https://appdevtools.com/base58-encoder-decoder) to decode this hexadecimal sequence to the Solana address format.
- `recipient` is the recipient address in hexadecimal form. For Solana, this will be an encoded LDO token account. Use [Base 58 decoder](https://appdevtools.com/base58-encoder-decoder) to decode this hexadecimal sequence to the Solana address format.
- `recipientChain` is the target chain identifier. If the Jumpgate is using Wormhole bridge, you can check the id against the [Wormhole docs](https://book.wormhole.com/reference/contracts.html), Solana id is 1;
- `renounceOwnership` should yield an error;
- `token` is the address of the token being transferred, e.g. LDO at [0x5A98FcBEA516Cf06857215779Fd812CA3beF1B32](https://etherscan.io/address/0x5A98FcBEA516Cf06857215779Fd812CA3beF1B32). Check the LDO address against [Deployed contracts](/deployed-contracts/#dao-contracts).
Expand Down
2 changes: 1 addition & 1 deletion docs/integrations/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Optional Parameters:
- `skip`: number - Amount of data items to skip.
- `limit`: number - Maximum amount of data items to respond with.

`skip` and `limit` params are used for pagination eg:
`skip` and `limit` params are used for pagination, e.g.:

```
skip: 0, limit: 100 = 1 page
Expand Down
2 changes: 1 addition & 1 deletion docs/integrations/wallets.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Wallets

By integrating Lido staking into your app or website you may be eligible for [Lido Rewads-Share Program](https://research.lido.fi/t/rewards-share-program-2024/6812).
By integrating Lido staking into your app or website you may be eligible for [Lido Rewards-Share Program](https://research.lido.fi/t/rewards-share-program-2024/6812).

*To participate in [Lido Rewards-Share Program](https://research.lido.fi/t/rewards-share-program-2024/6812), file your application following the onboarding process described.*

Expand Down

0 comments on commit ea6dbec

Please sign in to comment.