Skip to content

Commit dd9e7a1

Browse files
committed
Merge branch 'master' of https://github.com/yearn/yearn-devdocs
2 parents 6f89f38 + 61be10d commit dd9e7a1

File tree

8 files changed

+1217
-910
lines changed

8 files changed

+1217
-910
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v4
1212
- uses: actions/setup-node@v4
1313
with:
14-
node-version: '18.x'
14+
node-version: '22.x'
1515
- name: Test Build
1616
run: |
1717
if [ -e yarn.lock ]; then

babel.config.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/getting-started/products/ylockers/overview.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
# Overview
2-
3-
:::info
4-
5-
The new Ylockers ecosystem has rolled out as of June 6th, 2024 with the launch of the *YearnBoostedStaker* (YBS) contract and a new V3 Auto-Compounder vault. These new contracts are now available for yPRISMA and yCRV.
6-
7-
:::
1+
# yLockers Overview
82

93
yLockers are a category of assets built by Yearn designed to tokenize locked governance positions in external DeFi protocols based on [Curve's vote escrow (ve) model](https://resources.curve.finance/crv-token/vecrv/). This asset type is often called a "Liquid Locker".
104

@@ -16,8 +10,8 @@ The benefit of doing this is to provide the end user with a fully transferrable
1610
1711
## yLocker Products
1812

19-
* [yPrisma](../ylockers/yprisma/overview)
2013
* [yCRV](../ylockers/ycrv/overview)
14+
* [yPrisma (Deprecated)](../ylockers/yprisma/overview)
2115

2216
## Earning Yield with yLockers
2317

docusaurus.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ export default {
3131
yDaemon,
3232
yPriceMagic,
3333
},
34+
future: {
35+
experimental_faster: true,
36+
v4: true,
37+
},
3438
themes: ['@docusaurus/theme-mermaid'],
3539
themeConfig: {
3640
docs: {

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@
2222
"runAddressCheck": "ts-node scripts/runAddressChecks.ts"
2323
},
2424
"dependencies": {
25-
"@docusaurus/core": "3.7.0",
26-
"@docusaurus/preset-classic": "3.7.0",
27-
"@docusaurus/theme-mermaid": "3.7.0",
25+
"@docusaurus/core": "3.8.1",
26+
"@docusaurus/faster": "^3.8.1",
27+
"@docusaurus/preset-classic": "3.8.1",
28+
"@docusaurus/theme-mermaid": "3.8.1",
2829
"@mdx-js/react": "^3.0.1",
2930
"@radix-ui/react-icons": "^1.3.2",
3031
"@radix-ui/react-label": "^2.1.0",
@@ -57,7 +58,7 @@
5758
]
5859
},
5960
"devDependencies": {
60-
"@docusaurus/module-type-aliases": "3.7.0",
61+
"@docusaurus/module-type-aliases": "3.8.1",
6162
"@openzeppelin/contracts": "^4.8.0",
6263
"@tsconfig/docusaurus": "1.0.2",
6364
"@types/react": "18.3.1",

scripts/fetchedAddressData.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"timeLastChecked": 1752612983,
2+
"timeLastChecked": 1753727982,
33
"addressesData": {
44
"v3ContractAddresses": {
55
"topLevel": {
@@ -52,7 +52,7 @@
5252
"veYfiContracts": {
5353
"yfiGaugeRegistry": "0x1D0fdCb628b2f8c0e22354d45B3B2D4cE9936F8B",
5454
"yfiGaugeController": "0x46b38522422D597dDbAA2D6E98D6C9b397028d5B",
55-
"dyfiRedemptionAddress": "0x7dC3A74F0684fc026f9163C6D5c3C99fda2cf60a",
55+
"dyfiRedemptionAddress": "0x4707C855323545223fA2bA4150A83950F6F53b6E",
5656
"yfiRewardPool": "0xb287a1964AEE422911c7b8409f5E5A273c1412fA",
5757
"dYfyiRewardPool": "0x2391Fc8f5E417526338F5aa3968b1851C16D894E"
5858
},
@@ -130,4 +130,4 @@
130130
"yGauge crvUSD-2 yVault": true
131131
}
132132
}
133-
}
133+
}

src/css/custom.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
html[data-theme='dark'] {
5656
--ifm-toc-border-color: transparent;
5757
/* background-color: #18191a; */
58+
--ifm-background-color: #18191a;
5859
--background: var(--ifm-background-color);
5960
--foreground: 0 0% 100%;
6061
--muted: 223 47% 11%;
@@ -174,6 +175,9 @@ html[data-theme='light'] .DocSearch:hover {
174175
font-weight: 400;
175176
margin-right: auto;
176177
} */
178+
.navbar__logo {
179+
width: 32px;
180+
}
177181
.navbar__items .navbar__item:first-child {
178182
margin-left: auto;
179183
padding-left: 0;
@@ -271,7 +275,6 @@ h6 {
271275
}
272276

273277
/*---IMG stuff---*/
274-
275278
img {
276279
height: auto;
277280
}

yarn.lock

Lines changed: 1198 additions & 890 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)