diff --git a/examples/oapp-aptos-move/Move.toml b/examples/oapp-aptos-move/Move.toml index bd10d1533..b722ae432 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 9898bfd1b..f9f4e7550 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 ece28fb57..1881dde47 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 fff438037..22d66f44a 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 30f2fc7f8..dcd500d55 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 bda4aefdd..7d6e81b8f 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" > ``` @@ -281,9 +281,9 @@ 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/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 35a117eb9..4ccd2acfe 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"