@@ -4,7 +4,7 @@ version = "0.1.0"
license = "UNLICENSED"
[dependencies]
-AptosFramework = { git = "https://github.com/aptos-labs/aptos-framework.git", subdir = "aptos-framework", rev = "mainnet" }
+AptosFramework = { git = "https://github.com/aptos-labs/aptos-framework.git", subdir = "aptos-framework", rev = "1d54fe08792ea702f840965808520f057d1321bb" }
[addresses]
pyth_lazer = "_"
@@ -35,6 +35,8 @@ module pyth_lazer::pyth_lazer_tests {
8,
false
);
+ coin::create_coin_conversion_map(framework);
+ coin::create_pairing<AptosCoin>(framework);
coin::destroy_burn_cap(burn_cap);
coin::destroy_freeze_cap(freeze_cap);
mint_cap