diff --git a/docs/bridge/troubleshooting.md b/docs/bridge/troubleshooting.md index ebed7835..713f5c42 100644 --- a/docs/bridge/troubleshooting.md +++ b/docs/bridge/troubleshooting.md @@ -33,5 +33,5 @@ Yes! Since confirmation of transfer can take a while, you’ll be able to initia For support and help with any questions, don't hesitate to reach out on Telegram channels: [official channel], [support in Discord], [development channel]. [official channel]: https://t.me/auroraisnear -[support in Discord]: https://discord.aurora.dev/ +[support in Discord]: https://discord.gg/auroralabs [development channel]: https://t.me/auroraisneardev diff --git a/docs/getting-started/faq.md b/docs/getting-started/faq.md index 0a69fafd..e9bfdf42 100644 --- a/docs/getting-started/faq.md +++ b/docs/getting-started/faq.md @@ -1,5 +1,5 @@ --- -sidebar_label: FAQs +sidebar_label: FAQs title: Frequently Asked Questions --- @@ -13,7 +13,7 @@ After that, you can start exploring the ecosystem: - Take a look at the [Aurora+](/getting-started/explore) and its possibilities: swapping, staking, on-ramping, lending, etc. - Try using [RainbowBridge](https://rainbowbridge.app/) to transfer your assets between Ethereum, Near and Aurora. -- On-ramp using CEXes using [Forwarder](/ launch-chain/forwarder/how-to-use/general). +- On-ramp using CEXes using [Forwarder](/launch-chain/forwarder/how-to-use/general). - Learn more about different projects on our [Ecosystem Page](https://aurora.dev/ecosystem). ### How do I get started with Aurora as a developer? @@ -29,7 +29,7 @@ Explore the documentation on this site, and also visit our [DevPortal](https://d To request some ETH on Aurora Testnet, go to [Aurora Testnet Faucet](https://aurora.dev/faucet) For a regular development 0.001ETH is more than enough to start with, notice that the gas price is 0.07Gwei only. -But if you will need a lot more - just let our [Support Team](https://discord.gg/WXfbGsSUbT) know. +But if you will need a lot more - just let our [Support Team](https://discord.gg/auroralabs) know. ### How do transaction fees work on Aurora? @@ -65,7 +65,7 @@ The specifics of Near Protocol is that it has a time-based limitation for the ga Or equivalently - 1 block. Every transaction on Near has a 300TGas limit and can not exceed it. Therefore, we do have the same limit on Aurora too. And we're constantly working on improving it. You can read more about how we tackle it - and calculate the gas prices [here](https://dev.aurora.dev/posts/evm-gas-near-gas-on-aurora). +and calculate the gas prices [here](https://dev.aurora.dev/posts/evm-gas-near-gas-on-aurora). If you see `"error": "wasm execution failed with error: FunctionCallError(HostError(GasLimitExceeded))"`, it means you've hit that limit. @@ -76,6 +76,6 @@ Nowadays we have optimized our contracts so well that the issue is almost non-ex For support and help with any questions, don't hesitate to reach out on Telegram channels: [official channel], [support in Discord], [development channel]. -[official channel]: https://t.me/auroraisnear -[support in Discord]: https://discord.aurora.dev/ +[official channel]: https://t.me/auroraisnear +[support in Discord]: https://discord.gg/auroralabs [development channel]: https://t.me/auroraisneardev diff --git a/docs/launch-chain/forwarder/troubleshooting.md b/docs/launch-chain/forwarder/troubleshooting.md index 6c09e5f1..9291c09c 100644 --- a/docs/launch-chain/forwarder/troubleshooting.md +++ b/docs/launch-chain/forwarder/troubleshooting.md @@ -1,5 +1,5 @@ --- -sidebar_label: FAQs +sidebar_label: FAQs title: Frequently Asked Questions --- @@ -18,12 +18,12 @@ The Forwarder has a curated list of tokens for which the transfer will be done a ### I have transferred an asset that is not on the list – can I return it? -Yes, we can help you with that, just contact our [Support Team](https://discord.gg/WXfbGsSUbT), and we will help you to get these tokens back. +Yes, we can help you with that, just contact our [Support Team](https://discord.gg/auroralabs), and we will help you to get these tokens back. ### How does the forwarder fulfill Aurora’s vision? The Forwarder is compatible with Aurora Mainnet and any Aurora Chain, which means that if a project is [deploying a dedicated Aurora Chain](/launch-chain/introduction) with Aurora Cloud, - the Forwarder will automatically support it, offering a way for users to withdraw funds from Binance and other major exchanges directly into their Aurora Chain from day one. +the Forwarder will automatically support it, offering a way for users to withdraw funds from Binance and other major exchanges directly into their Aurora Chain from day one. ### How fast will I receive my tokens? diff --git a/docs/onboard/introduction.md b/docs/onboard/introduction.md index 0b3631be..dfda5057 100644 --- a/docs/onboard/introduction.md +++ b/docs/onboard/introduction.md @@ -63,5 +63,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. +In case you still have questions, please get in touch with our [Support Team](https://discord.gg/auroralabs) +on Discord and open a support ticket there. diff --git a/docs/onboard/promo-widget.md b/docs/onboard/promo-widget.md index 861eb6bf..80e33267 100644 --- a/docs/onboard/promo-widget.md +++ b/docs/onboard/promo-widget.md @@ -18,7 +18,7 @@ Users can always say they already have the wallet installed, and this popup won' 3. To open the widget, call `window.openPromo` and pass the `onComplete` function as a parameter `window.openPromo({ onComplete: function })` 4. You can also check if the function is available before calling it `window.openPromo ? window.openPromo({ onComplete: function }) : function()` 5. Optionally, you can hide the _Update your app_ header by passing the `hideUpdateAppBlock` variable via the `config` argument: - `window.openPromo({ onComplete: () => {...}, config: {hideUpdateAppBlock: true}})` + `window.openPromo({ onComplete: () => {...}, config: {hideUpdateAppBlock: true}})` You can also find the same instructions [here](https://pass.auroracloud.dev/). A more detailed example of integration is below. @@ -98,7 +98,7 @@ And then, if you click further on the 'Skip, I have a wallet' button, you will s ![ap_widget_example_1](/img/ap_widget_example_2.png) You can also look at the more extensive [integration example here](/onboard/wallets/web3modal#integrate-web3modal) to learn how to add Web3Modal to your project, - particular section describing it is [here](/onboard/wallets/web3modal#add-web3modal). +particular section describing it is [here](/onboard/wallets/web3modal#add-web3modal). ### What should be called in the `onComplete` function? @@ -114,5 +114,5 @@ To see the widget in use, visit one of the projects on the list: ## 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. +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/auroralabs) +on Discord and open a support ticket there. diff --git a/docs/onboard/troubleshooting.md b/docs/onboard/troubleshooting.md index 1d4c7e2e..65da3e2d 100644 --- a/docs/onboard/troubleshooting.md +++ b/docs/onboard/troubleshooting.md @@ -1,5 +1,5 @@ --- -title: Troubleshooting +title: Troubleshooting --- ### I have sent my tokens to the wrong wallet - can I recover them? @@ -9,7 +9,7 @@ Sometimes, by mistake, users can send assets to their address on those non-suppo E.g., suppose you have sent your assets to some of your Ethereum addresses. - These tokens can be quickly recovered by importing your address into a compatible wallet, e.g., MetaMask, using your private key or a seed phrase. +These tokens can be quickly recovered by importing your address into a compatible wallet, e.g., MetaMask, using your private key or a seed phrase. After that, you can bridge them back from Aurora to your Ethereum address. Or transfer the tokens to any other address on Aurora, like your AuroraPass address. If you have transferred them to a CEX address, you can only recover these tokens if that CEX supports Aurora later. Currently, we support Coinbase, KuCoin, and Gate.io CEXes. @@ -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/WXfbGsSUbT) 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/auroralabs) 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/WXfbGsSUbT), and we will help you get your transaction pack. +Please get in touch with our [Support Team](https://discord.gg/auroralabs), and we will help you get your transaction pack. ### I can't see my balances in Aurora Pass @@ -39,14 +39,14 @@ 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/WXfbGsSUbT). +If the problem persists, please get in touch with our [Support Team](https://discord.gg/auroralabs). ### 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/WXfbGsSUbT) 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/auroralabs) 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). +so that you can read more about it [here](https://docs.blockscout.com/for-users/verifying-a-smart-contract). Verifying your contracts will ensure that a user sees nicely formatted information - function name and its arguments' names while using the Aurora Pass wallet. In a non-verified contract, a user will see a non-decoded function name and arguments, which will look incomprehensible and unclear. @@ -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/WXfbGsSUbT) on Discord and open a ticket describing your problem. +Please get in touch with our [Support Team](https://discord.gg/auroralabs) on Discord and open a ticket describing your problem. diff --git a/docs/onboard/wallet-connect.md b/docs/onboard/wallet-connect.md index 9ca3cbee..3d908443 100644 --- a/docs/onboard/wallet-connect.md +++ b/docs/onboard/wallet-connect.md @@ -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.gg/WXfbGsSUbT) if you need some help +Please get in touch with our [Support Team](https://discord.gg/auroralabs) if you need some help ## Add your wallet modal diff --git a/docs/onboard/wallets/rainbowkit.md b/docs/onboard/wallets/rainbowkit.md index c7b550ac..a5035ad9 100644 --- a/docs/onboard/wallets/rainbowkit.md +++ b/docs/onboard/wallets/rainbowkit.md @@ -121,5 +121,5 @@ 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) +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/auroralabs) on Discord and open a support ticket there. diff --git a/docs/onboard/wallets/web3modal.md b/docs/onboard/wallets/web3modal.md index f46ea358..37098fdb 100644 --- a/docs/onboard/wallets/web3modal.md +++ b/docs/onboard/wallets/web3modal.md @@ -254,5 +254,5 @@ Congratulations on completing your AuroraPass integration using Web3Modal! ## 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) +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/auroralabs) on Discord and open a support ticket there. diff --git a/src/theme/Footer/index.js b/src/theme/Footer/index.js index facc6697..cc6f98f8 100644 --- a/src/theme/Footer/index.js +++ b/src/theme/Footer/index.js @@ -74,7 +74,7 @@ function CustomFooterLinks() {
  • -
  • - - - -