Skip to content

Commit

Permalink
Bump the deps group with 11 updates (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 9, 2023
1 parent 6059169 commit d1ab7aa
Show file tree
Hide file tree
Showing 7 changed files with 22,163 additions and 15,724 deletions.
7 changes: 3 additions & 4 deletions docs/account/polkadot-vault.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Polkadot Vault allows you to sign transactions using an air-gapped way. You scan

Nova Wallet also supports Polkadot Vault. More details are [here](https://docs.novawallet.io/nova-wallet-wiki/welcome-to-nova-wallet/hardware-wallets).

### Polkadot.{js}
### Polkadot.\{js\}

To import your hard wallet account into Polkadot.js:

Expand All @@ -111,9 +111,9 @@ To import your hard wallet account into Polkadot.js:

Done! Now, when making transactions from this account, you will sign them with your Polkadot Vault app using QR codes.

### Polkadot.{js} extension
### Polkadot.\{js\} extension

1. In your Polkadot.{js} extension allow QR camera access
1. In your Polkadot.\{js\} extension allow QR camera access

![add metadata](./img/p-ext-1.png)

Expand All @@ -122,4 +122,3 @@ Done! Now, when making transactions from this account, you will sign them with y
![add metadata](./img/p-ext-2.png)

3. Show your account QR-code to the camera. Done!

10 changes: 5 additions & 5 deletions docs/staking/nominate.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ Vara offers a user-friendly staking dashboard, inspired by the Polkadot staking

Congratulations! You are now an active nominator. You will now begin earning staking rewards starting from the next era.

### Via Polkadot.{js} app
### Via Polkadot.\{js\} app

Go to the Polkadot.{js} app, navigate to the Network → Staking → [Accounts](https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Frpc.vara-network.io#/staking/actions) section, and click `+ Nominator`:
Go to the Polkadot.\{js\} app, navigate to the Network → Staking → [Accounts](https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Frpc.vara-network.io#/staking/actions) section, and click `+ Nominator`:

1. Select the stash and controller accounts, along with the amount of value you wish to bond. You can see in the screenshot what Stash and Controller accounts are. If you have not created your controller account, you can use the same one for both.

Expand Down Expand Up @@ -104,14 +104,14 @@ Further instructions are also valid for using this app on Laptop/Desktop devices

![stake pool polkajs](./img/stakepool_subwallet_7.jpg)

7. Congratulations! You have successfully staked VARA in the pool. You will begin earning staking rewards from the next era.
7. Congratulations! You have successfully staked VARA in the pool. You will begin earning staking rewards from the next era.

You can check your stake at `Pools - Own pools` as well as `Accounts - Pooled`:

![stake pool polkajs](./img/stakepool_subwallet_8-1.jpg)
![stake pool polkajs](./img/stakepool_subwallet_8-2.jpg)

<!---
<!--
### How to Get Started

Participating in Vara Staking Pools is straightforward:
Expand All @@ -120,4 +120,4 @@ Participating in Vara Staking Pools is straightforward:
2. Connect your wallet to the platform securely.
3. Browse the available pools and choose the one that aligns with your preferences and goals.
4. Join the pool, and your staked VARA tokens will start actively participating in network consensus and earning rewards.
--->
-->
4 changes: 2 additions & 2 deletions docs/staking/validate.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ Use the prompt to generate a new seed phrase:
```

:::note
Save both seed phrases in a secure place. Skip the previous step if you intend to use your seed phrase. If you want to use your seed phrase, skip this step. You can use [Polkadot.{js}](https://polkadot.js.org/apps/#/accounts) or [Polkadot extension](https://polkadot.js.org/extension/)
Save both seed phrases in a secure place. Skip the previous step if you intend to use your seed phrase. If you want to use your seed phrase, skip this step. You can use [Polkadot.\{js\}](https://polkadot.js.org/apps/#/accounts) or [Polkadot extension](https://polkadot.js.org/extension/)
:::

## Get session keys
Expand All @@ -213,7 +213,7 @@ The output will have a hex-encoded `result` field. Copy and save it!

Once your node is live, synchronized, and appears in telemetry, and session keys are prepared, it's time to set up the validator.

Go to Polkadot.{js} app and navigate to Network → Staking → [Account actions](https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Frpc.vara-network.io#/staking/actions) section and click `+Validator`:
Go to Polkadot.\{js\} app and navigate to Network → Staking → [Account actions](https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Frpc.vara-network.io#/staking/actions) section and click `+Validator`:

Choose your stash and controller accounts and specify your stake amount. It's recommended to utilize distinct accounts both stash and controller.

Expand Down
18 changes: 6 additions & 12 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
// @ts-check
// Note: type annotations allow type checking and IDEs autocompletion
import lightCodeTheme from 'prism-react-renderer';
import darkCodeTheme from 'prism-react-renderer';

const lightCodeTheme = require('prism-react-renderer/themes/github')
const darkCodeTheme = require('prism-react-renderer/themes/dracula')

/** @type {import('@docusaurus/types').Config} */
const config = {
export default {
title: 'Vara Network Documentation Portal',
tagline: 'All documentation related to Vara Network',
url: 'https://wiki.vara-network.io/',
Expand All @@ -27,13 +23,13 @@ const config = {
/** @type {import('@docusaurus/preset-classic').Options} */
({
docs: {
sidebarPath: require.resolve('./sidebars.js'),
sidebarPath: './sidebars.js',
editUrl:
'https://github.com/gear-foundation/vara-wiki/edit/master',
},
blog: false,
theme: {
customCss: require.resolve('./src/css/custom.css'),
customCss: './src/css/custom.css',
},
googleTagManager: {
containerId: 'GTM-NH2N6VX',
Expand Down Expand Up @@ -91,6 +87,4 @@ const config = {
darkTheme: darkCodeTheme,
},
}),
}

module.exports = config
};
Loading

0 comments on commit d1ab7aa

Please sign in to comment.