Skip to content

Commit

Permalink
chore: update axelar cgp aptos 1.0.5 (#71)
Browse files Browse the repository at this point in the history
* chore: update axelar-cgp-aptos 1.0.5

* 1.4.2

* chore: fix aptos build
  • Loading branch information
npty authored Mar 27, 2023
1 parent f55eee8 commit c3013da
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions aptos/modules/test/Move.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ axelar_framework = "0xe2a20d8c426eb04d882e20e78399b24123905d9f1adf95a29283280596
hello_world = "0x8ac1b8ff9583ac8e661c7f0ee462698c57bb7fc454f587e3fa25a57f9406acc0"

[dependencies]
AptosFramework = { git = "https://github.com/aptos-labs/aptos-core.git", subdir = "aptos-move/framework/aptos-framework", rev = "main"}
AxelarFramework = { git = "https://github.com/axelarnetwork/axelar-cgp-aptos.git", subdir = "aptos/modules/axelar", rev = "main" }
AptosFramework = { git = "https://github.com/aptos-labs/aptos-core.git", subdir = "aptos-move/framework/aptos-framework", rev = "3fc3d42"}
AxelarFramework = { git = "https://github.com/axelarnetwork/axelar-cgp-aptos.git", subdir = "aptos/modules/axelar", rev = "main" }
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axelar-network/axelar-local-dev",
"version": "1.4.1",
"version": "1.4.2",
"description": "",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -34,7 +34,7 @@
"dist"
],
"dependencies": {
"@axelar-network/axelar-cgp-aptos": "^1.0.4",
"@axelar-network/axelar-cgp-aptos": "^1.0.5",
"@axelar-network/axelar-cgp-near": "^1.0.0",
"@axelar-network/axelar-cgp-solidity": "github:axelarnetwork/axelar-cgp-solidity#feat/forecaller-service",
"@axelar-network/axelar-gmp-sdk-solidity": "^3.2.1",
Expand Down

0 comments on commit c3013da

Please sign in to comment.