Skip to content

Commit

Permalink
Merge pull request #183 from aptos-labs/cleanup-deps
Browse files Browse the repository at this point in the history
[deps] Use the mainnet framework everywhere
  • Loading branch information
gregnazario authored Mar 21, 2024
2 parents e00847b + 67e3d78 commit c2a8360
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions core/Move.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ router_signer = "_"

[dependencies.AptosFramework]
git = 'https://github.com/aptos-labs/aptos-core.git'
rev = 'framework-mainnet'
rev = 'mainnet'
subdir = 'aptos-move/framework/aptos-framework'

[dependencies.AptosToken]
git = 'https://github.com/aptos-labs/aptos-core.git'
rev = 'framework-mainnet'
rev = 'mainnet'
subdir = 'aptos-move/framework/aptos-token'
6 changes: 3 additions & 3 deletions core_v2/Move.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ aptos_names_funds = "_"

[dependencies.AptosFramework]
git = 'https://github.com/aptos-labs/aptos-core.git'
rev = 'main'
rev = 'mainnet'
subdir = 'aptos-move/framework/aptos-framework'

[dependencies.AptosToken]
git = 'https://github.com/aptos-labs/aptos-core.git'
rev = 'main'
rev = 'mainnet'
subdir = 'aptos-move/framework/aptos-token'

[dependencies.AptosTokenObjects]
git = 'https://github.com/aptos-labs/aptos-core.git'
rev = 'main'
rev = 'mainnet'
subdir = 'aptos-move/framework/aptos-token-objects'
2 changes: 1 addition & 1 deletion distribute/Move.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ local = "../core"

[dependencies.AptosToken]
git = 'https://github.com/aptos-labs/aptos-core.git'
rev = 'main'
rev = 'mainnet'
subdir = 'aptos-move/framework/aptos-token'
6 changes: 3 additions & 3 deletions router/Move.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ local = "../core_v2"

[dependencies.AptosFramework]
git = 'https://github.com/aptos-labs/aptos-core.git'
rev = 'main'
rev = 'mainnet'
subdir = 'aptos-move/framework/aptos-framework'

[dependencies.AptosToken]
git = 'https://github.com/aptos-labs/aptos-core.git'
rev = 'main'
rev = 'mainnet'
subdir = 'aptos-move/framework/aptos-token'

[dependencies.AptosTokenObjects]
git = 'https://github.com/aptos-labs/aptos-core.git'
rev = 'main'
rev = 'mainnet'
subdir = 'aptos-move/framework/aptos-token-objects'

0 comments on commit c2a8360

Please sign in to comment.