Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ahramy committed Oct 20, 2024
1 parent 7ce1a25 commit 6704d61
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ contract CallContractWithToken is AxelarExecutableWithToken {
* @dev this is triggered automatically by relayer
* @param
* @param
* @param
* @param payload encoded gmp message sent from src chain
* @param tokenSymbol symbol of token sent from src chain
* @param amount amount of tokens sent from src chain
Expand Down
2 changes: 2 additions & 0 deletions examples-web/contracts/call-contract/CallContract.sol
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,13 @@ contract CallContract is AxelarExecutable {
/**
* @notice logic to be executed on dest chain
* @dev this is triggered automatically by relayer
* @param
* @param _sourceChain blockchain where tx is originating from
* @param _sourceAddress address on src chain where tx is originating from
* @param _payload encoded gmp message sent from src chain
*/
function _execute(
bytes32 /*commandId*/,
string calldata _sourceChain,
string calldata _sourceAddress,
bytes calldata _payload
Expand Down
1 change: 1 addition & 0 deletions examples/amplifier/contracts/AmplifierGMPTest.sol
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ contract AmplifierGMPTest is AxelarExecutable {
/**
* @notice logic to be executed on dest chain
* @dev this is triggered automatically by relayer
* @param
* @param _sourceChain blockchain where tx is originating from
* @param _sourceAddress address on src chain where tx is originating from
* @param _payload encoded gmp message sent from src chain
Expand Down
1 change: 1 addition & 0 deletions examples/evm/nft-linker/NftLinker.sol
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ contract NftLinker is ERC721URIStorage, AxelarExecutable, Upgradable {
* @notice logic to be executed on dest chain
* @dev this is triggered automatically by relayer since gas was paid for
* @param
* @param
* @param _sourceAddress address on src chain where tx is originating from
* @param _payload encoded gmp message sent from src chain
*/
Expand Down

0 comments on commit 6704d61

Please sign in to comment.