Skip to content

Commit

Permalink
refactor(gateway)!: switch to axelar gateway package (#34)
Browse files Browse the repository at this point in the history
* refactor(axelar): remove axelar package

* refactor(gateway): switch to new axelar gateway
  • Loading branch information
milapsheth authored May 26, 2024
1 parent cd61852 commit f199810
Show file tree
Hide file tree
Showing 25 changed files with 90 additions and 1,797 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ First of all, as we mentioned before, for applications to 'validate' themselves
- This calldata has the following 3 fields:
- `target`: the target method, in the form of `packag_iId::module_name::function_name`.
- `arguments`: an array of arguments that can be:
- `contractCall`: the `ApprovedCall` object (see below).
- `contractCall`: the `ApprovedMessage` object (see below).
- `pure:${info}`: a pure argument specified by `$info`.
- `obj:${objectId}`: a shared object with the specified `id`.
- `typeArguments`: a list of types to be passed to the function called
Expand Down
11 changes: 0 additions & 11 deletions move/axelar/Move.toml

This file was deleted.

6 changes: 0 additions & 6 deletions move/axelar/info.json

This file was deleted.

324 changes: 0 additions & 324 deletions move/axelar/sources/channel.move

This file was deleted.

Loading

0 comments on commit f199810

Please sign in to comment.