Skip to content

Commit 761fd6c

Browse files
fix: add coin conversion map to tests (#2470)
1 parent 3c8fce7 commit 761fd6c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

lazer/contracts/aptos/Move.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
license = "UNLICENSED"
55

66
[dependencies]
7-
AptosFramework = { git = "https://github.com/aptos-labs/aptos-framework.git", subdir = "aptos-framework", rev = "mainnet" }
7+
AptosFramework = { git = "https://github.com/aptos-labs/aptos-framework.git", subdir = "aptos-framework", rev = "1d54fe08792ea702f840965808520f057d1321bb" }
88

99
[addresses]
1010
pyth_lazer = "_"

lazer/contracts/aptos/tests/pyth_lazer_tests.move

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ module pyth_lazer::pyth_lazer_tests {
3535
8,
3636
false
3737
);
38+
coin::create_coin_conversion_map(framework);
39+
coin::create_pairing<AptosCoin>(framework);
3840
coin::destroy_burn_cap(burn_cap);
3941
coin::destroy_freeze_cap(freeze_cap);
4042
mint_cap

0 commit comments

Comments
 (0)