Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to Fast-track page removed #167

Merged
merged 4 commits into from
Aug 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -159,16 +159,6 @@ export default defineConfig({
},
],
},
{
text: "Participating in Governance",
collapsed: true,
items: [
{
text: "Fast Track Public Voting",
link: "fast-track-public-voting",
},
],
},
{
text: "Interoperability",
link: "interoperability",
Expand Down
4 changes: 2 additions & 2 deletions src/adding-tokens-to-hashi-bridge.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Refer to [Registration](/register-an-asset.md) for the instructions on registeri

1. Get the AssetId of the asset you want to add (e.g. `0x000268050a977248b641719592e7a0247ce4741839c83ec6aac6a865d3d0ba2c`).

2. Go to [polkadot{.js}](http://polkadot.js.org/) and call the `ethBridge.addAsset` extrinsic via a fast track motion (see the steps in [Fast track public voting](fast-track-public-voting.md)) with the asset id from the first step and network id `0` (for Ethereum).
2. Go to [polkadot{.js}](http://polkadot.js.org/) and call the `ethBridge.addAsset` extrinsic via a fast track motion with the asset id from the first step and network id `0` (for Ethereum).

![](.gitbook/assets/hashi-call-extrinsic.png)

Expand Down Expand Up @@ -84,7 +84,7 @@ Access https://etherscan.io/address/0x1485e9852ac841b52ed44d573036429504f4f602#w
- Decimals (e.g. `6`)
- Network id (e.g. `0` for Ethereum)

2. Create a proposal (see the steps in [Fast track public voting](fast-track-public-voting.md)) to call the `ethBridge.addSidechainToken` extrinsic with arguments from the first step.
2. Create a proposal to call the `ethBridge.addSidechainToken` extrinsic with arguments from the first step.

![](.gitbook/assets/hashi-create-proposal.png)

Expand Down
86 changes: 0 additions & 86 deletions src/fast-track-public-voting.md

This file was deleted.

2 changes: 1 addition & 1 deletion src/guides/governance/fast-track-public-voting.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
This page was moved to [Fast Track Public Voting](../../fast-track-public-voting).
This page is no longer accessible.
1 change: 0 additions & 1 deletion src/participate.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ here you will find some practical and technical information to help you take par
## Technical

- How to [run a SORA Mainnet node](running-a-node.md) and [register an identity](id.md)
- How to [participate in governance](fast-track-public-voting.md)
- How to [explore blocks](explore-blocks.md)
- How to [add a token to the HASHI bridge](adding-tokens-to-hashi-bridge.md)
- How to [switch between nodes](nodes-connection.md) in case of an unstable connection