Skip to content

Commit

Permalink
fix: correct cosmos gmp address (#734)
Browse files Browse the repository at this point in the history
There was a typo in the Cosmos GMP address, reported by a partner
  • Loading branch information
milapsheth authored Jan 29, 2024
1 parent 93a7811 commit 4e7c686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/dev/general-message-passing/cosmos-gmp.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ bytes memory payload = abi.encodePacked(

## Messages from Native Cosmos

To send a message from Native Cosmos Go code, you must send a message to the Axelar GMP Account (`axelar1dv4u5k73pzqrxlzujxg3qp8kvc3pje7jtdvu72npnt5zhq05ejcsn5qme5s`) via IBC.
To send a message from Native Cosmos Go code, you must send a message to the Axelar GMP Account (`axelar1dv4u5k73pzqrxlzujxg3qp8kvc3pje7jtdvu72npnt5zhq05ejcsn5qme5`) via IBC.

When sending messages from Cosmos, you should perform standard GMP ABI encoding via the [`github.com/ethereum/go-ethereum/accounts/abi`](https://github.com/ethereum/go-ethereum/tree/master/accounts/abi) package.

Expand Down

1 comment on commit 4e7c686

@vercel
Copy link

@vercel vercel bot commented on 4e7c686 Jan 29, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.