# August 2024 Dev Update: Interchain Amplifier Hits Testnet, OpenZeppelin Integration, Multichain RWA, Docs Update  🏗️

Welcome to the August 2024 Axelar Developer Newsletter. This month, Axelar takes giant leaps in cross-chain interoperability with our mainnet upgrade, Interchain Amplifier hitting testnet, and a collaboration with OpenZeppelin.

![](https://lh7-rt.googleusercontent.com/docsz/AD_4nXfD86WaBLGGGt2yRuFu_XlU9pBXRDQO-SfM-keU2l-yBISmdqIkWxbXcypFSCwoO9fRUqZkjqLFmaaUz7OVzNJvKlJmMQc8dFhJ_M30KPHLLAsjwIts6gp69SQF313i8wR9vP2o5w1W7-GNNOj88U9P81SH?key=iJIW6hzxF9rCKOtohDTIQA align="left")

## 🆙 Axelar Network upgrade: v1.0.2

On August 28, 2024, we successfully upgraded our mainnet to v1.0.2, paving the way for exciting new features:

* Mainnet deployment for Amplifier
    
* Enhanced stability and performance
    
* New IBC-related queries for better chain connectivity
    
* "BatchRequest" message type for granular transaction handling
    
* Quick (de)activation of core-amplifier connections
    

This release enabled mainnet deployment for **Amplifier** and included updates to `axelard`, [`vald (1.0.2)`](https://github.com/axelarnetwork/axelar-core/releases/tag/v1.0.2), and [`tofnd (1.0.1)`](https://github.com/axelarnetwork/tofnd/releases/tag/v1.0.1).

What this means for you: Faster, more reliable cross-chain operations and greater flexibility in managing your interchain applications.

Ready to upgrade? Check out our detailed [instructions and changelog](https://docs.axelar.dev/resources/mainnet/upgrades/v1.0/).

## 🔬 Interchain Amplifier: now on testnet, coming soon to mainnet

![](https://lh7-rt.googleusercontent.com/docsz/AD_4nXddub0N_fn68D_BaVvhBbEKyBvw8VTmbPGOixGiGJEjx0iuwrnCf2fHaELFlZZdTErb0Vz7oL7gCdO66Wa8BAIeztAe_GyBrYuDleqggUkLigFWgib9xDsPe21YqxR2x1gGKz0IiCUan9B6vmEnpmudI8pr?key=iJIW6hzxF9rCKOtohDTIQA align="left")

The Interchain Amplifier has hit testnet, with mainnet deployment just around the corner. This feature offers:

* Seamless connection of diverse blockchain consensus engines
    
* Integration with traditional off-chain systems
    
* Minimal developer overhead
    

Key components include:

* On-chain message router
    
* Gateways
    
* CosmWasm methods for bidirectional messaging
    

What this means for you: Unprecedented flexibility in building cross-chain applications with reduced complexity.

Curious? [Get started with Amplifier](https://docs.axelar.dev/dev/amplifier/introduction).

## 🤝OpenZeppelin Integration

![](https://lh7-rt.googleusercontent.com/docsz/AD_4nXdffJFUhAFM_a_Fyr_m35xEdLUN0YQdrvNi2t9MpKSWpndrWXp-onG8djo5Wc1R_67pJNcB6jTjTWFbuvH09MEQJynBZSgFqa6DqnOb-2WJXoYiRnA-A--Jos5CcpBuwtEsLsXabNES24L3ElVbB38Dx2MF?key=iJIW6hzxF9rCKOtohDTIQA align="left")

We're excited to announce that Axelar and OpenZeppelin are joining forces to solve Ethereum's interoperability challenges, especially with the rise of Layer 2 solutions. For you as a developer, this collaboration means:

* Standardized Solidity code for cross-chain messaging
    
* Integration with OpenZeppelin's Contract Wizard
    
* Simplified tools for building interchain contracts using Axelar
    

Excited to learn more? [Read the full announcement](https://x.com/axelar/status/1825887799796752636).

## 📚 New tutorials, docs, and more

![](https://lh7-rt.googleusercontent.com/docsz/AD_4nXfcuDTNj9_uLc2kDlXXFT1y96aWoVVLimXYBjfjXzeqxUxlBu2nThctv98m5f6s6xfv_L7FaxBcob5VkIYz-UWPCb5KsfViW7jdvdl6gbkOcsP7Degmk6Q8fbSbL-LpDF4m2CmwNnvTAwR4wRpBAFYSwn-r?key=iJIW6hzxF9rCKOtohDTIQA align="left")

We've just published several relevant technical articles and documentation updates.

### Amplifier

* [Amplifier Roadmap](https://docs.axelar.dev/dev/amplifier/roadmap/): Learn about what you'll be able to do with Amplifier now and in the future, as the Interop Labs team rolls out more features.
    
* [Message Relaying with Amplifier](https://docs.axelar.dev/dev/amplifier/chain-integration/relay-messages): Learn how to relay cross-chain messages using Axelar's Amplifier, from message verification to execution on the destination chain, with code examples provided for Avalanche and Ethereum Sepolia.
    
* [Verifier Security Expectations](https://docs.axelar.dev/validator/amplifier/verifier-security-expectations)**:** Learn about the security expectations for verifiers in the Axelar network, including running full nodes, maintaining uptime, rotating keys, pulling rewards, supporting trustworthy chains, and participating in security drills and escalations.
    
* [Add rewards for Amplifier chain integrators](https://docs.axelar.dev/dev/amplifier/add-rewards): Learn how to add funds to the rewards pool of an Amplifier-integrated chain.
    
* [Common Amplifier Error Messages (Chain Integrators)](https://docs.axelar.dev/dev/amplifier/chain-integration/error-messages/).
    
* [Common Amplifier Error Messages (Verifiers / Relayers)](https://docs.axelar.dev/validator/amplifier/error-messages/).
    

### ITS

* [Create Multichain Tokens with Interchain Token Service](https://docs.moralis.io/web3-data-api/evm/integrations/Axelar/create-multichain-tokens): Learn how to create a Multichain Token that is fungible and customizable across all blockchains.
    
* [Bridge your Existing ERC20 token to all chains with ITS using the Ethereum](https://docs.moralis.io/web3-data-api/evm/integrations/Axelar/bridge-tokens-to-all-chains-with-ITS): Learn how to programmatically create a Canonical Interchain Token from scratch using Interchain Token Service and the **Ethereum Boilerplate.**
    
* [How to Mint an ERC-20 Token on Base with the Interchain Token Service in 5 Steps:](https://moralis.io/how-to-mint-an-erc-20-token-on-base-with-the-interchain-token-service-in-5-steps/) This step-by-step guide will teach you how to mint a multichain ERC-20 token on the Base network using Axelar’s Interchain Token Service (ITS) and use the Moralis Token API to retrieve token balances easily.
    

### Docs Updates

* [Cross-Chain Messaging: EVM to Cosmos](https://docs.axelar.dev/dev/cosmos-gmp/developer-guides/cross-chain-messaging-evm-to-cosmos): Learn to enable cross-chain communication between EVM and Cosmos using Axelar's GMP. This tutorial covers deploying contracts on Avalanche and Osmosis, sending and receiving messages between them, and verifying transactions, allowing you to build interoperable dApps across both ecosystems.
    
* [Specify the refund address for a contract call](https://docs.axelar.dev/dev/gas-service/specify-gas-refund-address/): Learn how to specify a refund address for unused gas in Axelar's GMP.
    
* [Transactions: Tracking and Retrying Failed States](https://docs.axelar.dev/dev/gas-service/transaction-state): Learn how to track and recover failed blockchain transactions using Axelarscan and the AxelarJS SDK.
    
* [`CommandID`](https://docs.axelar.dev/dev/general-message-passing/axelar-commandid): Learn about the `CommandID`, a unique identifier crucial for secure cross-chain communication, its role in message verification, and examples in Solidity and Go to prevent replay attacks and ensure message integrity.
    

## 🎤 Catch up on any events you missed

![](https://lh7-rt.googleusercontent.com/docsz/AD_4nXe8uUOI1BIxhPPJDffLkuRNhqY1lky8lUXg0GtLS0XT5UMjpEe8oXQTut8OujLMxkzKJY7Vs5JCt4Nil9LHGW1x8LAUgH5b4Ghsz4p7kOzG2jgiM6PImDCY8WqDDqeGGlKul-ZHAxUyVFBw6LfcBO9BBnDm?key=iJIW6hzxF9rCKOtohDTIQA align="left")

Did you miss our recent talks? Here are some highlights:

* [Build a Multichain RWA Lending Platform](https://youtu.be/v11GCdJ5ELE?t=3)
    
* [Building a Multichain Tax Contract with ITS](https://www.youtube.com/live/5loZw3iDOuo?si=-ZlXY3pv7YpWQUpA)
    
* [Moralis Presents: Building Multichain Stablecoins](https://www.youtube.com/watch?v=P0FDD5n1CJo)
    

We have a lot more planned for the upcoming months, so you don’t want to miss out. To stay up Follow us on [X](https://x.com/axelarnetwork) and join [Discord](https://discord.com/invite/aRZ3Ra6f7D) to stay abreast of upcoming developer content and live events.

We have a lot more planned for the upcoming months, so you don’t want to miss out. To stay up to date on the latest Axelar news, make sure you are [subscribed to the Axelar Devblog](https://blog.axelar.dev/newsletter).
