Skip to content

Commit

Permalink
improving links
Browse files Browse the repository at this point in the history
  • Loading branch information
IW021 committed Sep 13, 2023
1 parent 6c0e600 commit 7d9f828
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 15 deletions.
2 changes: 1 addition & 1 deletion docs/cardano/liquid-staking/Introduction.md
Expand Up @@ -45,5 +45,5 @@ In the case of Cardano, users can stake their mADA (a wrapped representation of

By implementing **Liquid Staking** and enabling rewards accumulation on Layer 2 solutions, blockchain platforms like Cardano aim to create an ecosystem that incentivizes user engagement, fosters developer innovation, and generates sustainable protocol revenue across multiple layers of the network. This approach ensures the network's continued growth and success while rewarding active participants.

For a comprehensive understanding of the process, we recommend you read our Liquid Staking Documentation. Alternatively, you can directly [Stake your MADA in Milkomeda Official dApp](https://liquidstaking.milkomeda.com/).
For a comprehensive understanding of the process, we recommend you read our Liquid Staking Documentation.

Expand Up @@ -10,7 +10,7 @@ sidebar_position: 2
| Contract | Description |
| ------------- | --------------------------------------------------------------------------------------------------- |
| LiquidStaking | The core staking contract |
| StakedMilADA | A ERC20 like token used to represent stakers share of the pool |
| StakedMADA | A ERC20 like token used to represent stakers share of the pool |
| Pillage | A utility contract to withdraw rewards from smart contract account unable to withdraw their rewards |

You can find the audit on the Liquid Staking smart contracts [here](https://www.milkomeda.com/docs/liquid-staking-final-report-updated.pdf).
Expand Down
6 changes: 1 addition & 5 deletions docs/cardano/liquid-staking/for_users/user_overview.md
Expand Up @@ -10,7 +10,7 @@ import claim from "@site/static/img/liquid_staking/claim.png";

The **Milkomeda Liquid Staking** frontend is a secure and user-friendly way for users to interact with the protocol and to perform all user actions: staking, unstaking and claiming rewards.

On the [homepage](https://liquidstaking.milkomeda.com/), users can view all relevant statistics on Milkomeda Liquid Staking and the supported chains (currently Cardano only).
On the homepage, users can view all relevant statistics on Milkomeda Liquid Staking and the supported chains (currently Cardano only).



Expand All @@ -25,10 +25,6 @@ From a users' perpective Milkomeda Liquid Staking is very simple: mADA is staked



Stake your mADA using Milkomeda Liquid Staking today on the following [link](https://liquidstaking.milkomeda.com/)



<img src={homepage} className="img-full" alt="Homepage" />


Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Expand Up @@ -1765,14 +1765,9 @@
"resolved" "https://registry.npmjs.org/@mdx-js/util/-/util-1.6.22.tgz"
"version" "1.6.22"

"@node-rs/jieba-linux-x64-gnu@1.6.1":
"integrity" "sha512-f6hhlrbi2wel0xZG7m3Wvksimt9MSu1f3aYO2Kwavf4qjMRZqJzLz9HlCJAal6AXB9Qgg+685P+gftsWve47qw=="
"resolved" "https://registry.npmjs.org/@node-rs/jieba-linux-x64-gnu/-/jieba-linux-x64-gnu-1.6.1.tgz"
"version" "1.6.1"

"@node-rs/jieba-linux-x64-musl@1.6.1":
"integrity" "sha512-cTVcdR6zWqpnmdEUyWEII9zfE5lTeWN53TbiOPx8TCA+291/31Vqd7GA8YEPndUO8qgCx5uShSDFStBAEIhYNQ=="
"resolved" "https://registry.npmjs.org/@node-rs/jieba-linux-x64-musl/-/jieba-linux-x64-musl-1.6.1.tgz"
"@node-rs/jieba-darwin-arm64@1.6.1":
"integrity" "sha512-GeoDe7XVTF6z8JUtD98QvwudsMaHV5EBXs5uO43SobeIkShH3Nujq5gLMD5kWoJXTxDrTgJe4wT42EwUaBEH2Q=="
"resolved" "https://registry.npmjs.org/@node-rs/jieba-darwin-arm64/-/jieba-darwin-arm64-1.6.1.tgz"
"version" "1.6.1"

"@node-rs/jieba@^1.6.0":
Expand Down Expand Up @@ -4399,6 +4394,11 @@
"resolved" "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz"
"version" "1.0.0"

"fsevents@~2.3.2":
"integrity" "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA=="
"resolved" "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz"
"version" "2.3.2"

"function-bind@^1.1.1":
"integrity" "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A=="
"resolved" "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz"
Expand Down

0 comments on commit 7d9f828

Please sign in to comment.