Skip to content

Commit

Permalink
updated gmp docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gsk967 committed Apr 19, 2024
1 parent 141026f commit b4652a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/uibc/gmp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ type Memo struct {
}
```

When user wants to execute leverage supply or supply collateral or liquidate transaction using Axelar GMP , user have to send `Payload=[]byte(Msg)` in `Memo` ,
When user wants to execute leverage supply, supply collateral or liquidate transaction using Axelar GMP , user have to send `Payload=[]byte(Msg)` in `Memo` ,
in below example contract change [payload](https://github.com/axelarnetwork/evm-cosmos-gmp-sample/blob/main/native-integration/multi-send/solidity/contracts/MultiSend.sol) feild and version ,for now we are supporting `uint32(2)` version.

## Supported Leverage Msgs through Axelar GMP
Expand Down

0 comments on commit b4652a8

Please sign in to comment.