Skip to content

Commit

Permalink
refactor: update aptos-core deps to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
LawsonGraham committed Feb 17, 2023
1 parent 3f342a6 commit d6e5091
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
4 changes: 0 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
[submodule "deps/aptos-core"]
path = deps/aptos-core
url = https://github.com/aptos-labs/aptos-core.git
branch = testnet
[submodule "apps/bridge-evm/lib/forge-std"]
path = apps/bridge-evm/lib/forge-std
url = https://github.com/foundry-rs/forge-std
1 change: 0 additions & 1 deletion deps/aptos-core
Submodule aptos-core deleted from 2d8b1b
6 changes: 4 additions & 2 deletions layerzero-common/Move.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@ version = "0.0.1"
[addresses]
layerzero_common = "_"

[dependencies]
AptosFramework = { local = "../deps/aptos-core/aptos-move/framework/aptos-framework" }
[dependencies.AptosFramework]
git = "https://github.com/aptos-labs/aptos-core.git"
subdir = "aptos-move/framework/aptos-framework"
rev = "895ae28e4a105430d8b9d2ce2f6e48c3b2c7fcf0"
6 changes: 4 additions & 2 deletions zro/Move.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@ version = "0.0.1"
[addresses]
zro = "_"

[dependencies]
MoveStdlib = { local = "../deps/aptos-core/aptos-move/framework/move-stdlib" }
[dependencies.MoveStdlib]
git = "https://github.com/aptos-labs/aptos-core.git"
subdir = "aptos-move/framework/move-stdlib"
rev = "895ae28e4a105430d8b9d2ce2f6e48c3b2c7fcf0"

0 comments on commit d6e5091

Please sign in to comment.