Skip to content

Commit

Permalink
fixed paths
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixNicolaeBucsa committed Dec 5, 2024
1 parent 8cf048f commit 3ecb181
Show file tree
Hide file tree
Showing 26 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion components/feature-guide-tabs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ export const FeatureGuideTabs = ({ centerMode }: { centerMode?: boolean }) => {
title: "ASI Alliance Wallet",
description:
"A guide helping you to get started with the ASI Alliance wallet.",
path: "/guides/fetch-network/fetch-wallet/web-wallet/get-started",
path: "/guides/fetch-network/asi-wallet/web-wallet/get-started",
},
{
title: "How to convert FET to and from ERC20",
Expand Down
2 changes: 1 addition & 1 deletion components/products.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ const items: { [key: string]: Item[] } = {
title: "Wallet",
description: <>Get started with the ASI Alliance Wallet.</>,
icon: walletIcon,
path: "/guides/fetch-network/fetch-wallet/web-wallet/get-started",
path: "/guides/fetch-network/asi-wallet/web-wallet/get-started",
},
{
title: "Ledger",
Expand Down
32 changes: 16 additions & 16 deletions pages/guides.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ import { AgentsIcon, AgentverseIcon, CliIcon,FetchNetwork, AsiIcon, LedgerIcon }
{
type: "ASI Alliance Wallet",
title : "How to stake with Fetch Web Wallet",
path: "/guides/fetch-network/fetch-wallet/web-wallet/stake",
path: "/guides/fetch-network/asi-wallet/web-wallet/stake",
label : "Intermediate"
}
,
Expand Down Expand Up @@ -293,63 +293,63 @@ import { AgentsIcon, AgentverseIcon, CliIcon,FetchNetwork, AsiIcon, LedgerIcon }
data: [
{
title: "ASI Alliance Wallet",
path: "/guides/fetch-network/fetch-wallet/web-wallet/get-started"
path: "/guides/fetch-network/asi-wallet/web-wallet/get-started"
},
{
title: "Home Screen",
path: "/guides/fetch-network/fetch-wallet/web-wallet/home-screen"
path: "/guides/fetch-network/asi-wallet/web-wallet/home-screen"
},
{
title: "Stake",
path: "/guides/fetch-network/fetch-wallet/web-wallet/stake"
path: "/guides/fetch-network/asi-wallet/web-wallet/stake"
},
{
title: "Send Receive",
path: "/guides/fetch-network/fetch-wallet/web-wallet/send-receive"
path: "/guides/fetch-network/asi-wallet/web-wallet/send-receive"
},
{
title: "Activity",
path: "/guides/fetch-network/fetch-wallet/web-wallet/activity"
path: "/guides/fetch-network/asi-wallet/web-wallet/activity"
},
{
title: "More Options",
path: "/guides/fetch-network/fetch-wallet/web-wallet/more"
path: "/guides/fetch-network/asi-wallet/web-wallet/more"
},
{
title: "Gov Proposal",
path: "/guides/fetch-network/fetch-wallet/web-wallet/gov-proposal"
path: "/guides/fetch-network/asi-wallet/web-wallet/gov-proposal"
},
{
title: "ASI Alliance Wallet : Mobile",
path: "/guides/fetch-network/fetch-wallet/mobile-wallet/get-started"
path: "/guides/fetch-network/asi-wallet/mobile-wallet/get-started"
},
{
title: "Home Screen : Mobile",
path: "/guides/fetch-network/fetch-wallet/mobile-wallet/home-screen"
path: "/guides/fetch-network/asi-wallet/mobile-wallet/home-screen"
},
{
title: "Stake : Mobile",
path: "/guides/fetch-network/fetch-wallet/mobile-wallet/stake"
path: "/guides/fetch-network/asi-wallet/mobile-wallet/stake"
},
{
title: "Send Receive: Mobile",
path: "/guides/fetch-network/fetch-wallet/mobile-wallet/send-receive"
path: "/guides/fetch-network/asi-wallet/mobile-wallet/send-receive"
},
{
title: "Activity: Mobile",
path: "/guides/fetch-network/fetch-wallet/mobile-wallet/activity"
path: "/guides/fetch-network/asi-wallet/mobile-wallet/activity"
},
{
title: "More Options: Mobile",
path: "/guides/fetch-network/fetch-wallet/mobile-wallet/more"
path: "/guides/fetch-network/asi-wallet/mobile-wallet/more"
},
{
title: "Gov Proposal: Mobile",
path: "/guides/fetch-network/fetch-wallet/mobile-wallet/gov-proposal"
path: "/guides/fetch-network/asi-wallet/mobile-wallet/gov-proposal"
},
{
title: "ASI Alliance Wallet Hardware Connection Guide",
path: "/guides/fetch-network/fetch-wallet/fetch-wallet-hardware-connection-guide"
path: "/guides/fetch-network/asi-wallet/asi-wallet-hardware-connection-guide"
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion pages/guides/fetch-network/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"tags": ["Intermediate", "Python", "Wallet"],
"timestamp": true
},
"fetch-wallet": "ASI Alliance Wallet",
"asi-wallet": "ASI Alliance Wallet",
"cosmpy": "CosmPy",
"jenesis": "Jenesis",
"ledger": "Ledger"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"tags": ["ASIAllianceWallet", "Mobile", "Wallet"],
"timestamp": true
},
"fetch-wallet-hardware-connection-guide": {
"asi-wallet-hardware-connection-guide": {
"title": "Install ASI Alliance browser extension wallet with Ledger hardware wallet",
"tags": ["Beginner", "Python", "Wallet"],
"timestamp": true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ On this page you can find instructions on how to convert ERC-20 to native FETs a

## Native to ERC-20 FET

1. Ensure you have the [ASI Alliance Wallet installed ↗️](/guides/fetch-network/fetch-wallet/web-wallet/get-started) and that the native FETs you want to convert are in this wallet.
1. Ensure you have the [ASI Alliance Wallet installed ↗️](/guides/fetch-network/asi-wallet/web-wallet/get-started) and that the native FETs you want to convert are in this wallet.
2. Ensure you have the [Metamask wallet ↗️](https://metamask.io/) installed and that your Ethereum account is set up on it. This is where the ERC-20 FETs will go to.
3. Go to the [Token Bridge ↗️](https://token-bridge.fetch.ai/).
4. Unlock the Metamask wallet if instructed to do so.
Expand All @@ -19,7 +19,7 @@ On this page you can find instructions on how to convert ERC-20 to native FETs a
## ERC-20 to Native FET

1. Ensure you have the [Metamask wallet ↗️](https://metamask.io/) installed and that the ERC-20 FETs you want to convert are in this wallet.
2. Ensure you have the [ASI Alliance Wallet installed ↗️](/guides/fetch-network/fetch-wallet/web-wallet/get-started) and that your Fetch.ai account is set up on it. This is where the native FETs will go to.
2. Ensure you have the [ASI Alliance Wallet installed ↗️](/guides/fetch-network/asi-wallet/web-wallet/get-started) and that your Fetch.ai account is set up on it. This is where the native FETs will go to.
3. Go to the [Token Bridge ↗️](https://token-bridge.fetch.ai/).
4. Unlock the Metamask wallet if instructed to do so.
5. Ensure the **ERC-20 to Native** tab is selected.
Expand Down
6 changes: 3 additions & 3 deletions pages/guides/fetch-network/how-to-stake.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ As a consequence of the provided support for the network delegators receive rewa

Additional information on different ways to stake FET tokens can be found [here ↗️](/guides/fetch-network/different-ways-to-stake-the-fet-token). Also, checkout the following guides for a better understanding of the staking process both on **ASI Alliance Web** and **Mobile** Wallet:

- [Stake on ASI Alliance Mobile Wallet ↗️](/guides/fetch-network/fetch-wallet/mobile-wallet/stake)
- [Stake on ASI Alliance Web Wallet ↗️](/guides/fetch-network/fetch-wallet/web-wallet/stake)
- [Stake on ASI Alliance Mobile Wallet ↗️](/guides/fetch-network/asi-wallet/mobile-wallet/stake)
- [Stake on ASI Alliance Web Wallet ↗️](/guides/fetch-network/asi-wallet/web-wallet/stake)

## Staking

Expand Down Expand Up @@ -44,7 +44,7 @@ Additional information on different ways to stake FET tokens can be found [here

### Claim your staking rewards

1. First of all, ensure you are logged into your [ASI Alliance Wallet ↗️](/guides/fetch-network/fetch-wallet/web-wallet/get-started).
1. First of all, ensure you are logged into your [ASI Alliance Wallet ↗️](/guides/fetch-network/asi-wallet/web-wallet/get-started).
2. From the wallet dashboard select **Claim**.

<Callout type="info" emoji="ℹ️">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ There may be different reasons why you might choose to re-delegate and redistrib

## To Re-delegate your Stake

1. Download and install the ASI Alliance browser extension wallet you can find a download link as well as a getting started guide here [ASI Alliance Wallet ↗️](/guides/fetch-network/fetch-wallet/web-wallet/get-started).
1. Download and install the ASI Alliance browser extension wallet you can find a download link as well as a getting started guide here [ASI Alliance Wallet ↗️](/guides/fetch-network/asi-wallet/web-wallet/get-started).
2. Once you've set up the wallet click the **Stake** button.
3. From there hover over and select **My Stake**.
4. Proceed by selecting the **Re-delegate** option.
Expand Down
2 changes: 1 addition & 1 deletion pages/guides/fetch-network/reconciliation-service.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The [Reconciliation service ↗️](https://browse-fetchhub.fetch.ai/reconciliat

First, make sure the following conditions are satisfied:

1. Your [ASI Alliance Wallet ↗️](/guides/fetch-network/fetch-wallet/web-wallet/get-started) is set up and you have access to it. The address of the account on your ASI Alliance Wallet must have recorded at least one transaction on the network. **If you have never made a transaction using this address before, the reconciliation tool and the network have no way of knowing your wallet exists and will not allow you to complete the final submission**.
1. Your [ASI Alliance Wallet ↗️](/guides/fetch-network/asi-wallet/web-wallet/get-started) is set up and you have access to it. The address of the account on your ASI Alliance Wallet must have recorded at least one transaction on the network. **If you have never made a transaction using this address before, the reconciliation tool and the network have no way of knowing your wallet exists and will not allow you to complete the final submission**.

2. You have **at least 1 Native FET token** in your wallet to pay the transaction fee associated with the reconciliation tool. You can buy FET from different centralized or decentralized exchanges.

Expand Down

0 comments on commit 3ecb181

Please sign in to comment.