Skip to content

Commit

Permalink
Merge pull request #191 from permaweb/remove-wardepot
Browse files Browse the repository at this point in the history
Remove Wardepot
  • Loading branch information
NickJ202 authored Jan 21, 2025
2 parents a272ec9 + 553c847 commit 86a9fff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions src/views/Docs/DocsDetail/MD/collectors/how-to-fund.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,13 @@ If you hold AR, you can bridge it onto AO using [AOX](https://aox.arweave.net/#/

#### wAR Depot: Swap USDC/ETH for wAR

You can swap USDC or ETH for wAR by using the [Wrapped AR Depot](https://wardepot.arweave.net/). Here’s how:
You can also swap USDC or ETH for wAR by using [AOX](https://aox.arweave.net/#/). Here’s how:

1. Sign in with your Ethereum wallet.
2. Input amount of USDC or ETH to swap.
3. Input the receiving Arweave wallet.
4. Confirm swap and sign transactions.

###### **Note: You must sign 3 transactions to complete this process. It will take about 30 minutes for funds to arrive in your wallet.**

#### Purchase AR tokens via ArConnect

ArConnect released an easy to use process to purchase AR tokens directly in the Arconnect wallet with [Transak](https://transak.com/). This process is the simplest but may require you to complete KYC (Know Your Customer) steps depending on your location and the amount of AR tokens you want to buy.
Expand Down
2 changes: 1 addition & 1 deletion src/wallet/WalletConnect/WalletConnect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export default function WalletConnect(_props: { callback?: () => void }) {

const tokenLinks = {
[AO.defaultToken]: {
link: REDIRECTS.warDepot,
link: REDIRECTS.aox,
label: language.getWrappedAr,
target: '_blank',
},
Expand Down

0 comments on commit 86a9fff

Please sign in to comment.