diff --git a/docs/docs/governance/dao-treasury.mdx b/docs/docs/governance/dao-treasury.mdx index 39773f9..b003eaa 100644 --- a/docs/docs/governance/dao-treasury.mdx +++ b/docs/docs/governance/dao-treasury.mdx @@ -5,7 +5,7 @@ sidebar_position: 2 # DAO Treasury -
Learn more about the Treasury
+Learn more about the Treasury
The DAO Treasury is a [Gnosis Safe ↗](https://safe.global/) with a committee of 7 persons and a [SafeSnap Module ↗](https://docs.snapshot.box/v1-interface/plugins/safesnap-reality) that allows the submission of transactions on behalf of the governance token holders. diff --git a/docs/docs/governance/stakewise-dao.mdx b/docs/docs/governance/stakewise-dao.mdx index 36724d8..c61b777 100644 --- a/docs/docs/governance/stakewise-dao.mdx +++ b/docs/docs/governance/stakewise-dao.mdx @@ -5,7 +5,7 @@ sidebar_position: 1 # StakeWise DAO -Learn the basics of StakeWise DAO governance
+Learn the basics of StakeWise DAO governance
## Community-first approach @@ -34,7 +34,7 @@ When choosing these parameters, the community will need to optimize for both its :::  -Token allocation and emission
+Token allocation and emission
Alignment of interests of the platform and its participants shall happen through an allocation of 51% of the governance token supply to the community and the existence of basic mechanisms that allow gaining voting power by simply staking with StakeWise. Other token holders will be investors and the development team behind StakeWise. diff --git a/docs/docs/guides/defi/boost-feature.mdx b/docs/docs/guides/defi/boost-feature.mdx index ae1007b..8a6a72c 100644 --- a/docs/docs/guides/defi/boost-feature.mdx +++ b/docs/docs/guides/defi/boost-feature.mdx @@ -23,10 +23,10 @@ StakeWise Boost enhances staking rewards by using osTokens as collateral to borr borderRadius: '12px', fontSize: '14px', fontFamily: 'Monaco, monospace', - boxShadow: '0 10px 30px rgba(1,137,112,0.2)', + boxShadow: '0 10px 30px rgba(var(--lavender-rgb),0.2)', lineHeight: '1.8' }}> - 🚀 Boost Flow + 🚀 Boost Flow
Borrow ETH → effective_balance2,
+is the effective_balance2,
which represents the validator's "active" balance and determines its influence in the protocol.
This balance serves as the validator's "weight" in consensus duties, which are:
diff --git a/docs/docs/vaults/how-vaults-work.mdx b/docs/docs/vaults/how-vaults-work.mdx
index bf6daf7..bd04a16 100644
--- a/docs/docs/vaults/how-vaults-work.mdx
+++ b/docs/docs/vaults/how-vaults-work.mdx
@@ -84,10 +84,10 @@ For detailed information about the reward distribution process, see [*Oracles*:
borderRadius: '12px',
fontSize: '14px',
fontFamily: 'Monaco, monospace',
- boxShadow: '0 10px 30px rgba(1,137,112,0.2)',
+ boxShadow: '0 10px 30px rgba(var(--lavender-rgb),0.2)',
lineHeight: '1.8'
}}>
- 💰 Withdrawal Process
+ 💰 Withdrawal Process
🔍 Check Queued Assets → 🎯 Withdraw Excess → 💡 Partial Withdrawals
│
diff --git a/docusaurus.config.ts b/docusaurus.config.ts
index 99c49f6..70a540e 100644
--- a/docusaurus.config.ts
+++ b/docusaurus.config.ts
@@ -30,14 +30,20 @@ const config: Config = {
{
docs: {
path: 'docs',
- remarkPlugins: [remarkMath],
- rehypePlugins: [rehypeKatex],
+ remarkPlugins: [ remarkMath ],
+ rehypePlugins: [ rehypeKatex ],
sidebarPath: './sidebars.ts',
showLastUpdateTime: true,
routeBasePath: '/',
breadcrumbs: true,
admonitions: {
- keywords: ['custom-info', 'custom-tips', 'custom-warning', 'custom-notes', 'custom-stakewise'],
+ keywords: [
+ 'custom-info',
+ 'custom-tips',
+ 'custom-notes',
+ 'custom-warning',
+ 'custom-stakewise',
+ ],
extendDefaults: true,
},
},
@@ -67,12 +73,18 @@ const config: Config = {
path: 'operator',
routeBasePath: 'operator',
sidebarPath: './sidebarsOperator.ts',
- remarkPlugins: [remarkMath],
- rehypePlugins: [rehypeKatex],
+ remarkPlugins: [ remarkMath ],
+ rehypePlugins: [ rehypeKatex ],
showLastUpdateTime: true,
breadcrumbs: true,
admonitions: {
- keywords: ['custom-info', 'custom-tips', 'custom-warning', 'custom-notes', 'custom-stakewise'],
+ keywords: [
+ 'custom-info',
+ 'custom-tips',
+ 'custom-notes',
+ 'custom-warning',
+ 'custom-stakewise'
+ ],
extendDefaults: true,
},
},
@@ -84,12 +96,18 @@ const config: Config = {
path: 'operator-v3',
routeBasePath: 'operator/v3',
sidebarPath: './sidebarsOperatorV3.ts',
- remarkPlugins: [remarkMath],
- rehypePlugins: [rehypeKatex],
+ remarkPlugins: [ remarkMath ],
+ rehypePlugins: [ rehypeKatex ],
showLastUpdateTime: true,
breadcrumbs: true,
admonitions: {
- keywords: ['custom-info', 'custom-tips', 'custom-warning', 'custom-notes', 'custom-stakewise'],
+ keywords: [
+ 'custom-info',
+ 'custom-tips',
+ 'custom-notes',
+ 'custom-warning',
+ 'custom-stakewise'
+ ],
extendDefaults: true,
},
},
diff --git a/operator-v3/alternative-key-management/dvt/index.mdx b/operator-v3/alternative-key-management/dvt/index.mdx
index 1b0ec5c..3dff698 100644
--- a/operator-v3/alternative-key-management/dvt/index.mdx
+++ b/operator-v3/alternative-key-management/dvt/index.mdx
@@ -24,7 +24,7 @@ StakeWise Vaults support both [Obol ↗](https://obol.org) and [SSV ↗](https:/
{/* Node A - Top */}
- Setting Up a Distributed Validator Cluster with Obol Network and StakeWise Vaults
+Setting Up a Distributed Validator Cluster with Obol Network and StakeWise Vaults
Follow these steps to set up a Distributed Validator Cluster using Obol Network and integrate it with StakeWise Vaults. diff --git a/operator-v3/alternative-key-management/dvt/ssv-setup.mdx b/operator-v3/alternative-key-management/dvt/ssv-setup.mdx index d7e4571..78c5667 100644 --- a/operator-v3/alternative-key-management/dvt/ssv-setup.mdx +++ b/operator-v3/alternative-key-management/dvt/ssv-setup.mdx @@ -1,6 +1,6 @@ # SSV Setup -A complete guide to running StakeWise validators using SSV Network's distributed validator technology.
+A complete guide to running StakeWise validators using SSV Network's distributed validator technology.
[SSV Network ↗](https://ssv.network) is a permissionless DVT network that provides a simple infrastructure for splitting and distributing a validator key into multiple key shares to run a validator across multiple non-trusting nodes. diff --git a/operator-v3/intro.mdx b/operator-v3/intro.mdx index b067d02..ab59b84 100644 --- a/operator-v3/intro.mdx +++ b/operator-v3/intro.mdx @@ -32,14 +32,14 @@ At the core of StakeWise are individual staking pools called [Vaults →](/docs/ borderRadius: "12px", fontSize: "14px", fontFamily: "Monaco, monospace", - boxShadow: "0 10px 30px rgba(1,137,112,0.2)", + boxShadow: "0 10px 30px rgba(var(--lavender-rgb),0.2)", lineHeight: "1.8", }} > - 🤖 Prepare Operator + 🤖 Prepare Operator 📝 Initialize Mnemonic ↓ diff --git a/operator/alternative-key-management/dvt/index.mdx b/operator/alternative-key-management/dvt/index.mdx index 1b0ec5c..3dff698 100644 --- a/operator/alternative-key-management/dvt/index.mdx +++ b/operator/alternative-key-management/dvt/index.mdx @@ -24,7 +24,7 @@ StakeWise Vaults support both [Obol ↗](https://obol.org) and [SSV ↗](https:/Setting Up a Distributed Validator Cluster with Obol Network and StakeWise Vaults
+Setting Up a Distributed Validator Cluster with Obol Network and StakeWise Vaults
Follow these steps to set up a Distributed Validator Cluster using Obol Network and integrate it with StakeWise Vaults. diff --git a/operator/alternative-key-management/dvt/ssv-setup.mdx b/operator/alternative-key-management/dvt/ssv-setup.mdx index d7e4571..78c5667 100644 --- a/operator/alternative-key-management/dvt/ssv-setup.mdx +++ b/operator/alternative-key-management/dvt/ssv-setup.mdx @@ -1,6 +1,6 @@ # SSV Setup -A complete guide to running StakeWise validators using SSV Network's distributed validator technology.
+A complete guide to running StakeWise validators using SSV Network's distributed validator technology.
[SSV Network ↗](https://ssv.network) is a permissionless DVT network that provides a simple infrastructure for splitting and distributing a validator key into multiple key shares to run a validator across multiple non-trusting nodes. diff --git a/operator/intro.mdx b/operator/intro.mdx index 6d1446c..5060286 100644 --- a/operator/intro.mdx +++ b/operator/intro.mdx @@ -32,14 +32,14 @@ To simplify this process, we added a new experimental feature that allows the Op borderRadius: "12px", fontSize: "14px", fontFamily: "Monaco, monospace", - boxShadow: "0 10px 30px rgba(1,137,112,0.2)", + boxShadow: "0 10px 30px rgba(var(--lavender-rgb),0.2)", lineHeight: "1.8", }} > - 🔑 Validator Keys Setup + 🔑 Validator Keys Setup 📝 Initialize Mnemonic ↓ diff --git a/package.json b/package.json index c4871c3..ec7784d 100644 --- a/package.json +++ b/package.json @@ -52,5 +52,6 @@ }, "engines": { "node": ">=22.0" - } + }, + "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" } diff --git a/src/components/BrandAssets/BrandAssets.tsx b/src/components/BrandAssets/BrandAssets.tsx index 14e6b4b..81106c3 100644 --- a/src/components/BrandAssets/BrandAssets.tsx +++ b/src/components/BrandAssets/BrandAssets.tsx @@ -7,7 +7,7 @@ const BrandAssets: React.FC = () => ( href="/stakewise-brand-assets.zip" download > -