-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: axelar local dev multiversx add support for ITS (#106)
* Start setup of multiversx package. * Start developing multiversx package integration. * Deploy multiversx axelar contracts to localnet. * Start working on call contract example for evm to multiversx. * Working temp example with avalanche to ethereum message. * Add hello world contract for multiversx and deploy it. * Working cross chain call from Ethereum to MultiversX. * Cleanup for multiversx package and fully working multiversx relayer with elasticsearch events. * Add wasm contracts to repo. * MultiversX transaction watcher fixes and updates for new contracts. * Fix multiversx contract execute. * Deploy interchain token service for MultiversX. * Add its transactions processing for multiversx. * Create multiversx its class for querying contract. * Process other multiversx gas paid events. * Add integration tests for multiversx. * Add test for multiversx its. * Fix contracts directory not being included in multiversx package. * Update multiversx package. * Update multiversx tests. --------- Co-authored-by: Rares <[email protected]>
- Loading branch information
Showing
12 changed files
with
655 additions
and
26 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+11 KB
packages/axelar-local-dev-multiversx/contracts/interchain-token-factory.wasm
Binary file not shown.
Binary file added
BIN
+36.6 KB
packages/axelar-local-dev-multiversx/contracts/interchain-token-service.wasm
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.