chore: point Movement aptos-core/movement-tokens URLs at movement-net… - #1948
Open
Primata wants to merge 2 commits into
Open
chore: point Movement aptos-core/movement-tokens URLs at movement-net…#1948Primata wants to merge 2 commits into
Primata wants to merge 2 commits into
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates Movement-related GitHub URLs across Move package configuration and example documentation to reflect the org rename from movementlabsxyz to movement-network.
Changes:
- Point
packages/oft-move’s activeAptosFrameworkgit dependency atmovement-network/aptos-core. - Update commented-out
AptosFrameworkdependency examples in READMEs and exampleMove.tomlfiles to the new org URL. - Update the Movement token verification link to
movement-network/movement-tokens.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| packages/oft-move/Move.toml | Updates the active AptosFramework git URL to the renamed Movement org. |
| examples/oft-aptos-move/README.md | Updates the commented dependency snippet URL and the Movement token verification repo link. |
| examples/oft-aptos-move/Move.toml | Updates the commented Movement aptos-core dependency URL. |
| examples/oft-adapter-aptos-move/README.md | Updates the commented dependency snippet URL. |
| examples/oft-adapter-aptos-move/Move.toml | Updates the commented Movement aptos-core dependency URL. |
| examples/oapp-aptos-move/README.md | Updates the commented dependency snippet URL. |
| examples/oapp-aptos-move/Move.toml | Updates the commented Movement aptos-core dependency URL. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
…work 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>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Primata
force-pushed
the
chore/github-org-movement-network
branch
from
July 30, 2026 17:16
a02d57a to
c0c8ef1
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The Movement GitHub org was renamed from
movementlabsxyztomovement-network. This updates the Movementaptos-coreframework dependency (one active, five commented-out reference blocks) and themovement-tokensverification link.