Skip to content

Commit

Permalink
[framework][examples] compressed ambassador token
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-aptos committed Jan 10, 2025
1 parent 37c8e3b commit d078881
Show file tree
Hide file tree
Showing 6 changed files with 538 additions and 17 deletions.
1 change: 1 addition & 0 deletions aptos-move/e2e-benchmark/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ fn main() {
EntryPoints::TokenV1MintAndTransferFT,
EntryPoints::TokenV1MintAndTransferNFTSequential,
EntryPoints::TokenV2AmbassadorMint { numbered: true },
EntryPoints::CompressedTokenAmbassadorMint { numbered: true },
EntryPoints::LiquidityPoolSwap { is_stable: true },
EntryPoints::LiquidityPoolSwap { is_stable: false },
EntryPoints::CoinInitAndMint,
Expand Down
8 changes: 6 additions & 2 deletions aptos-move/move-examples/token_objects/ambassador/Move.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,9 @@ version = '1.0.0'
ambassador = "0xCAFE"

[dependencies]
AptosFramework = { git = "https://github.com/aptos-labs/aptos-framework.git", subdir = "aptos-framework", rev = "mainnet" }
AptosTokenObjects = { git = "https://github.com/aptos-labs/aptos-framework.git", subdir = "aptos-token-objects", rev = "mainnet" }

AptosFramework = { local = "../../../../aptos-move/framework/aptos-framework" }
AptosTokenObjects = { local = "../../../../aptos-move/framework/aptos-token-objects" }

# AptosFramework = { git = "https://github.com/aptos-labs/aptos-framework.git", subdir = "aptos-framework", rev = "mainnet" }
# AptosTokenObjects = { git = "https://github.com/aptos-labs/aptos-framework.git", subdir = "aptos-token-objects", rev = "mainnet" }
Loading

0 comments on commit d078881

Please sign in to comment.