Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/oapp-aptos-move/Move.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion examples/oapp-aptos-move/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
> ```
Expand Down
2 changes: 1 addition & 1 deletion examples/oft-adapter-aptos-move/Move.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion examples/oft-adapter-aptos-move/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
> ```
Expand Down
2 changes: 1 addition & 1 deletion examples/oft-aptos-move/Move.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
6 changes: 3 additions & 3 deletions examples/oft-aptos-move/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
> ```
Expand Down Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion packages/oft-move/Move.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down