Skip to content

Commit

Permalink
Merge Integration Example Page with Web3Modal
Browse files Browse the repository at this point in the history
- Fix Discord invite link
- Add Troubleshooting sections to every other page
  • Loading branch information
Karkunow committed Mar 4, 2024
1 parent cf5ead8 commit 7837695
Show file tree
Hide file tree
Showing 8 changed files with 257 additions and 247 deletions.
231 changes: 0 additions & 231 deletions docs/onboard/integration-example.md

This file was deleted.

2 changes: 2 additions & 0 deletions docs/onboard/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,5 @@ The seed phrase is stored using [expo-secure-store](https://docs.expo.dev/versio
## Troubleshooting

If you encounter any issues, please visit our [Troubleshooting Page](/onboard/troubleshooting) to find a solution.
In case you still have questions, please get in touch with our [Support Team](https://discord.gg/WXfbGsSUbT)
on Discord and open a support ticket there.
6 changes: 6 additions & 0 deletions docs/onboard/promo-widget.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,3 +111,9 @@ To see the widget in use, visit one of the projects on the list:

- [Aurora+](https://aurora.plus/)
- [Pipeflare](https://pipeflare.io/flare2-token/spin)

## Troubleshooting

Please, take a look at our [Troubleshooting Page](/onboard/troubleshooting). In case you still have questions, please get in touch with our [Support Team](https://discord.gg/WXfbGsSUbT)
on Discord and open a support ticket there.

10 changes: 5 additions & 5 deletions docs/onboard/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ If you have transferred them to a CEX address, you can only recover these tokens
### I can't find the token [XYZ] in my wallet – can I add it somehow?

- If you are a developer, please add a PR to [this repository](https://github.com/aurora-is-near/bridge-assets) following [this example](https://github.com/aurora-is-near/bridge-assets/pull/273/files).
- If you are a user, don't hesitate to get in touch with our [Support Team](https://discord.gg/dEFJBz8HQV) via Discord, and we will help you resolve this issue.
- If you are a user, don't hesitate to get in touch with our [Support Team](https://discord.gg/WXfbGsSUbT) via Discord, and we will help you resolve this issue.

### I have paid for my transaction pack but got no transactions added

Please get in touch with our [Support Team](https://discord.gg/dEFJBz8HQV), and we will help you get your transaction pack.
Please get in touch with our [Support Team](https://discord.gg/WXfbGsSUbT), and we will help you get your transaction pack.

### I can't see my balances in Aurora Pass

Expand All @@ -39,11 +39,11 @@ To fix it, please try to follow the next steps:
1. Try to disconnect all previously connected wallets from that DApp.
2. Re-connect with your AuroraPass wallet to a DApp.

If the problem persists, please get in touch with our [Support Team](https://discord.gg/dEFJBz8HQV).
If the problem persists, please get in touch with our [Support Team](https://discord.gg/WXfbGsSUbT).

### I see symbols like 0xab4... while signing a DApp transaction in Aurora Pass - what do they mean?

If you are a user, don't hesitate to get in touch with either the DApp support team or the [Aurora Support Team](https://discord.gg/dEFJBz8HQV) and ask them to verify the contracts used in that DApp.
If you are a user, don't hesitate to get in touch with either the DApp support team or the [Aurora Support Team](https://discord.gg/WXfbGsSUbT) and ask them to verify the contracts used in that DApp.

If you are a developer, verify your DApp contracts in [Aurora Explorer](https://explorer.aurora.dev/). We're using Blockscout
so that you can read more about it [here](https://docs.blockscout.com/for-users/verifying-a-smart-contract).
Expand All @@ -55,4 +55,4 @@ We advise you to verify all (or most) of your contracts, which gives your users

### I have a problem which is not on the list

Please get in touch with our [Support Team](https://discord.gg/dEFJBz8HQV) on Discord and open a ticket describing your problem.
Please get in touch with our [Support Team](https://discord.gg/WXfbGsSUbT) on Discord and open a ticket describing your problem.
2 changes: 1 addition & 1 deletion docs/onboard/wallet-connect.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ To integrate WalletConnect into your DApp, follow these steps:
3. If you already have WalletConnect v2, add the Aurora Pass wallet to your wallet modal:
e.g., [Web3Modal](/onboard/wallets/web3modal#adding-aurora-pass) or [RainbowKit](/onboard/wallet-connect#add-your-wallets-modal)

Please get in touch with our [Support Team](https://discord.com/invite/dEFJBz8HQV) if you need some help
Please get in touch with our [Support Team](https://discord.gg/WXfbGsSUbT) if you need some help

## Add your wallet modal

Expand Down
5 changes: 5 additions & 0 deletions docs/onboard/wallets/rainbowkit.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,3 +118,8 @@ const connectors = connectorsForWallets([ ...
```

That is it. Now, you can use Aurora Pass from your RainbowKit popup.

## Troubleshooting

Please, take a look at our [Troubleshooting Page](/onboard/troubleshooting). In case you still have questions, please get in touch with our [Support Team](https://discord.gg/WXfbGsSUbT)
on Discord and open a support ticket there.
Loading

0 comments on commit 7837695

Please sign in to comment.