Skip to content

Commit

Permalink
fix: incorrect axl gmp address (#1078)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin852 authored Aug 1, 2024
1 parent 6c73e43 commit 4a677fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/dev/cosmos-gmp.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ if err != nil {

## Messages from CosmWasm

To send a message from CosmWasm Rust code, you must send a message to the Axelar Gateway (`axelar1dv4u5k73pzqrxlzujxg3qp8kvc3pje7jtdvu72npnt5zhq05ejcsn5qme5s`) via IBC.
To send a message from CosmWasm Rust code, you must send a message to the Axelar Gateway (`axelar1dv4u5k73pzqrxlzujxg3qp8kvc3pje7jtdvu72npnt5zhq05ejcsn5qme5`) via IBC.

You should encode your payload using [ethabi](https://github.com/rust-ethereum/ethabi).

Expand Down

0 comments on commit 4a677fb

Please sign in to comment.