Skip to content

Commit 4f75f2f

Browse files
Primataclaude
andcommitted
chore: point Movement aptos-core/movement-tokens URLs at movement-network
The Movement GitHub org was renamed from `movementlabsxyz` to `movement-network`. This updates the Movement `aptos-core` framework dependency (one active, five commented-out reference blocks) and the `movement-tokens` verification link. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent 4973ba8 commit 4f75f2f

7 files changed

Lines changed: 8 additions & 8 deletions

File tree

examples/oapp-aptos-move/Move.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ subdir = "aptos-framework"
6969

7070
# Note: For using Aptos CLI version <= 3.5.0 (the version supported by Movement), use the following dependencies:
7171
# [dependencies.AptosFramework]
72-
# git = "https://github.com/movementlabsxyz/aptos-core.git"
72+
# git = "https://github.com/movement-network/aptos-core.git"
7373
# rev = "movement-cli-v3.5.0"
7474
# subdir = "aptos-move/framework/aptos-framework"
7575

examples/oapp-aptos-move/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Then run `source .env` in order for your values to be mapped.
100100
>
101101
> ```
102102
> # [dependencies.AptosFramework]
103-
> # git = "https://github.com/movementlabsxyz/aptos-core.git"
103+
> # git = "https://github.com/movement-network/aptos-core.git"
104104
> # rev = "movement-cli-v3.5.0"
105105
> # subdir = "aptos-move/framework/aptos-framework"
106106
> ```

examples/oft-adapter-aptos-move/Move.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ subdir = "aptos-framework"
7171

7272
# Note: For using Aptos CLI version <= 3.5.0 (the version supported by Movement), use the following dependencies:
7373
# [dependencies.AptosFramework]
74-
# git = "https://github.com/movementlabsxyz/aptos-core.git"
74+
# git = "https://github.com/movement-network/aptos-core.git"
7575
# rev = "movement-cli-v3.5.0"
7676
# subdir = "aptos-move/framework/aptos-framework"
7777

examples/oft-adapter-aptos-move/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Then run `source .env` in order for your values to be mapped.
100100
>
101101
> ```
102102
> # [dependencies.AptosFramework]
103-
> # git = "https://github.com/movementlabsxyz/aptos-core.git"
103+
> # git = "https://github.com/movement-network/aptos-core.git"
104104
> # rev = "movement-cli-v3.5.0"
105105
> # subdir = "aptos-move/framework/aptos-framework"
106106
> ```

examples/oft-aptos-move/Move.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ subdir = "aptos-framework"
7272

7373
# Note: For using Aptos CLI version <= 3.5.0 (the version supported by Movement), use the following dependencies:
7474
# [dependencies.AptosFramework]
75-
# git = "https://github.com/movementlabsxyz/aptos-core.git"
75+
# git = "https://github.com/movement-network/aptos-core.git"
7676
# rev = "movement-cli-v3.5.0"
7777
# subdir = "aptos-move/framework/aptos-framework"
7878

examples/oft-aptos-move/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Then run `source .env` in order for your values to be mapped.
102102
>
103103
> ```
104104
> # [dependencies.AptosFramework]
105-
> # git = "https://github.com/movementlabsxyz/aptos-core.git"
105+
> # git = "https://github.com/movement-network/aptos-core.git"
106106
> # rev = "movement-cli-v3.5.0"
107107
> # subdir = "aptos-move/framework/aptos-framework"
108108
> ```
@@ -283,7 +283,7 @@ When deploying an OFT, the underlying token address is different from the object
283283

284284
In order to remove the `Unverified` flag on your underlying fungible asset you have to make a verifcation request to the chain.
285285

286-
- Movement chain: https://github.com/movementlabsxyz/movement-tokens
286+
- Movement chain: https://github.com/movement-network/movement-tokens
287287
- Aptos chain: https://github.com/PanoraExchange/Aptos-Tokens
288288

289289
### Transferring Ownership of your Move OApp (OFT)

packages/oft-move/Move.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ dvn_fee_lib_0 = "0x100003"
6262
dvn = "0x100002"
6363

6464
[dependencies.AptosFramework]
65-
git = "https://github.com/movementlabsxyz/aptos-core.git"
65+
git = "https://github.com/movement-network/aptos-core.git"
6666
rev = "movement-cli-v3.5.0"
6767
subdir = "aptos-move/framework/aptos-framework"
6868

0 commit comments

Comments
 (0)