Skip to content
Open
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
2 changes: 1 addition & 1 deletion src/components/footer/footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const links = [
},
{
title: "Support",
href: "https://github.com/axelarnetwork/support/",
href: "https://axelar.zendesk.com/",
},
],
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,4 +139,4 @@ axelard tx axelarnet route-message \
- **Error Handling**: If any step fails, verify the correctness of all provided parameters and ensure network connectivity.
- **Automation**: While this process is manual due to current limitations, you can script these commands to streamline the workflow.

If you require further assistance, please create an issue on our Github support repo [here](https://github.com/axelarnetwork/support).
If you require further assistance, please open a ticket on [Axelar Zendesk](https://axelar.zendesk.com/).
Original file line number Diff line number Diff line change
Expand Up @@ -527,5 +527,5 @@ pub struct GasAddedEvent {

## Support

- For general questions, reach out at the [support channel](https://github.com/axelarnetwork/support/issues) on GitHub.
- For general questions, open a ticket on [Axelar Zendesk](https://axelar.zendesk.com/).
- For issues with Solana programs, open an issue on the [axelar-amplifier-solana](https://github.com/axelarnetwork/axelar-amplifier-solana/issues) repository.
2 changes: 1 addition & 1 deletion src/content/docs/dev/ibc-chain-onboarding.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ Please provide your chain's logo **in both PNG and SVG formats** in the connecti

## Feedback

If you have any feedback or would like to report a bug, please file an issue in the [Axelar Developer Support repository](https://github.com/axelarnetwork/support/issues). The Common Prefix team is available to assist you with any questions you may have along the way.
If you have any feedback or would like to report a bug, please open a ticket on [Axelar Zendesk](https://axelar.zendesk.com/). The Common Prefix team is available to assist you with any questions you may have along the way.
Original file line number Diff line number Diff line change
Expand Up @@ -1004,5 +1004,5 @@ You can view the completed code here at the [final checkpoint](https://github.co

In this guide you have deployed a fresh new custom coin on the Sui blockchain, you have integrated that coin with Axelar's Interchain Token Service and successfully made multiple cross-chain transactions to deploy a remote token on Ethereum and even transfer your integrated token from Sui to Ethereum. Once transferred out of Sui your token will be locked with your token's Token Manager contract on Sui, it will be unlocked when the token is sent back from Ethereum to Sui.

This guide just scratches the service of the exciting possibilities that Axelar now offers the Sui ecosystem. For simpler integrations with non-custom tokens to Sui we highly encourage you to explore the Axelar [ITS portal](https://interchain.axelar.dev/), which offers a no-code solution for integrating assets to ITS. We would also love to see more advanced customized tokens, such as stablecoins integrated to ITS from Sui. For any open questions please reach out at our [support channel on Github](https://github.com/axelarnetwork/support/issues).
This guide just scratches the service of the exciting possibilities that Axelar now offers the Sui ecosystem. For simpler integrations with non-custom tokens to Sui we highly encourage you to explore the Axelar [ITS portal](https://interchain.axelar.dev/), which offers a no-code solution for integrating assets to ITS. We would also love to see more advanced customized tokens, such as stablecoins integrated to ITS from Sui. For any open questions please reach out on [Axelar Zendesk](https://axelar.zendesk.com/).

Original file line number Diff line number Diff line change
Expand Up @@ -643,4 +643,4 @@ ampd --help

## Feedback

If you have any feedback or would like to report a bug, please file an issue in the [Axelar Developer Support repository](https://github.com/axelarnetwork/support/issues).
If you have any feedback or would like to report a bug, please open a ticket on [Axelar Zendesk](https://axelar.zendesk.com/).
2 changes: 1 addition & 1 deletion src/pages/404.astro
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import MainLayout from "@/layouts/MainLayout.astro";
</p>
<div class="flex gap-6">
<a
href="https://github.com/axelarnetwork/support"
href="https://axelar.zendesk.com/"
class="bg-primary tracking-wide text-center w-[10rem] font-bold text-white py-2.5 rounded-full"
>
Support
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const learnMoreCards = [
},
{
title: "Support",
url: "https://github.com/axelarnetwork/support",
url: "https://axelar.zendesk.com/",
icon: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="size-5"><title>help-circle</title><path d="M15.07,11.25L14.17,12.17C13.45,12.89 13,13.5 13,15H11V14.5C11,13.39 11.45,12.39 12.17,11.67L13.41,10.41C13.78,10.05 14,9.55 14,9C14,7.89 13.1,7 12,7A2,2 0 0,0 10,9H8A4,4 0 0,1 12,5A4,4 0 0,1 16,9C16,9.88 15.64,10.67 15.07,11.25M13,19H11V17H13M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12C22,6.47 17.5,2 12,2Z" fill="currentColor" ></svg>`,
},
{
Expand Down