From 5a236d6fbab7838dd1deb4374a3186e7aa0aae55 Mon Sep 17 00:00:00 2001 From: Primata Date: Thu, 30 Jul 2026 13:31:20 -0300 Subject: [PATCH 1/2] 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) --- examples/oapp-aptos-move/Move.toml | 2 +- examples/oapp-aptos-move/README.md | 2 +- examples/oft-adapter-aptos-move/Move.toml | 2 +- examples/oft-adapter-aptos-move/README.md | 2 +- examples/oft-aptos-move/Move.toml | 2 +- examples/oft-aptos-move/README.md | 4 ++-- packages/oft-move/Move.toml | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/examples/oapp-aptos-move/Move.toml b/examples/oapp-aptos-move/Move.toml index bd10d15330..b722ae432d 100644 --- a/examples/oapp-aptos-move/Move.toml +++ b/examples/oapp-aptos-move/Move.toml @@ -69,7 +69,7 @@ subdir = "aptos-framework" # Note: For using Aptos CLI version <= 3.5.0 (the version supported by Movement), use the following dependencies: # [dependencies.AptosFramework] -# git = "https://github.com/movementlabsxyz/aptos-core.git" +# git = "https://github.com/movement-network/aptos-core.git" # rev = "movement-cli-v3.5.0" # subdir = "aptos-move/framework/aptos-framework" diff --git a/examples/oapp-aptos-move/README.md b/examples/oapp-aptos-move/README.md index 9898bfd1b8..f9f4e75506 100644 --- a/examples/oapp-aptos-move/README.md +++ b/examples/oapp-aptos-move/README.md @@ -100,7 +100,7 @@ Then run `source .env` in order for your values to be mapped. > > ``` > # [dependencies.AptosFramework] -> # git = "https://github.com/movementlabsxyz/aptos-core.git" +> # git = "https://github.com/movement-network/aptos-core.git" > # rev = "movement-cli-v3.5.0" > # subdir = "aptos-move/framework/aptos-framework" > ``` diff --git a/examples/oft-adapter-aptos-move/Move.toml b/examples/oft-adapter-aptos-move/Move.toml index ece28fb579..1881dde47b 100644 --- a/examples/oft-adapter-aptos-move/Move.toml +++ b/examples/oft-adapter-aptos-move/Move.toml @@ -71,7 +71,7 @@ subdir = "aptos-framework" # Note: For using Aptos CLI version <= 3.5.0 (the version supported by Movement), use the following dependencies: # [dependencies.AptosFramework] -# git = "https://github.com/movementlabsxyz/aptos-core.git" +# git = "https://github.com/movement-network/aptos-core.git" # rev = "movement-cli-v3.5.0" # subdir = "aptos-move/framework/aptos-framework" diff --git a/examples/oft-adapter-aptos-move/README.md b/examples/oft-adapter-aptos-move/README.md index fff438037f..22d66f44ab 100644 --- a/examples/oft-adapter-aptos-move/README.md +++ b/examples/oft-adapter-aptos-move/README.md @@ -100,7 +100,7 @@ Then run `source .env` in order for your values to be mapped. > > ``` > # [dependencies.AptosFramework] -> # git = "https://github.com/movementlabsxyz/aptos-core.git" +> # git = "https://github.com/movement-network/aptos-core.git" > # rev = "movement-cli-v3.5.0" > # subdir = "aptos-move/framework/aptos-framework" > ``` diff --git a/examples/oft-aptos-move/Move.toml b/examples/oft-aptos-move/Move.toml index 30f2fc7f82..dcd500d55e 100644 --- a/examples/oft-aptos-move/Move.toml +++ b/examples/oft-aptos-move/Move.toml @@ -72,7 +72,7 @@ subdir = "aptos-framework" # Note: For using Aptos CLI version <= 3.5.0 (the version supported by Movement), use the following dependencies: # [dependencies.AptosFramework] -# git = "https://github.com/movementlabsxyz/aptos-core.git" +# git = "https://github.com/movement-network/aptos-core.git" # rev = "movement-cli-v3.5.0" # subdir = "aptos-move/framework/aptos-framework" diff --git a/examples/oft-aptos-move/README.md b/examples/oft-aptos-move/README.md index bda4aefdd8..ae3548288e 100644 --- a/examples/oft-aptos-move/README.md +++ b/examples/oft-aptos-move/README.md @@ -102,7 +102,7 @@ Then run `source .env` in order for your values to be mapped. > > ``` > # [dependencies.AptosFramework] -> # git = "https://github.com/movementlabsxyz/aptos-core.git" +> # git = "https://github.com/movement-network/aptos-core.git" > # rev = "movement-cli-v3.5.0" > # subdir = "aptos-move/framework/aptos-framework" > ``` @@ -283,7 +283,7 @@ When deploying an OFT, the underlying token address is different from the object In order to remove the `Unverified` flag on your underlying fungible asset you have to make a verifcation request to the chain. -- Movement chain: https://github.com/movementlabsxyz/movement-tokens +- Movement chain: https://github.com/movement-network/movement-tokens - Aptos chain: https://github.com/PanoraExchange/Aptos-Tokens ### Transferring Ownership of your Move OApp (OFT) diff --git a/packages/oft-move/Move.toml b/packages/oft-move/Move.toml index 35a117eb9b..4ccd2acfe0 100644 --- a/packages/oft-move/Move.toml +++ b/packages/oft-move/Move.toml @@ -62,7 +62,7 @@ dvn_fee_lib_0 = "0x100003" dvn = "0x100002" [dependencies.AptosFramework] -git = "https://github.com/movementlabsxyz/aptos-core.git" +git = "https://github.com/movement-network/aptos-core.git" rev = "movement-cli-v3.5.0" subdir = "aptos-move/framework/aptos-framework" From c0c8ef121ab2704006d0cac340732879f334c1e6 Mon Sep 17 00:00:00 2001 From: Primata Date: Thu, 30 Jul 2026 13:41:31 -0300 Subject: [PATCH 2/2] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- examples/oft-aptos-move/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/oft-aptos-move/README.md b/examples/oft-aptos-move/README.md index ae3548288e..7d6e81b8f9 100644 --- a/examples/oft-aptos-move/README.md +++ b/examples/oft-aptos-move/README.md @@ -281,7 +281,7 @@ When deploying an OFT, the underlying token address is different from the object ### Removing the Unverified flag from your Fungible Asset -In order to remove the `Unverified` flag on your underlying fungible asset you have to make a verifcation request to the chain. +In order to remove the `Unverified` flag on your underlying fungible asset you have to make a verification request to the chain. - Movement chain: https://github.com/movement-network/movement-tokens - Aptos chain: https://github.com/PanoraExchange/Aptos-Tokens