diff --git a/lazer/contracts/aptos/Move.toml b/lazer/contracts/aptos/Move.toml index 7fa1fb939c..2f45e0d896 100644 --- a/lazer/contracts/aptos/Move.toml +++ b/lazer/contracts/aptos/Move.toml @@ -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 = "_" diff --git a/lazer/contracts/aptos/tests/pyth_lazer_tests.move b/lazer/contracts/aptos/tests/pyth_lazer_tests.move index 9ea2a0620c..cace9d5f7b 100644 --- a/lazer/contracts/aptos/tests/pyth_lazer_tests.move +++ b/lazer/contracts/aptos/tests/pyth_lazer_tests.move @@ -35,6 +35,8 @@ module pyth_lazer::pyth_lazer_tests { 8, false ); + coin::create_coin_conversion_map(framework); + coin::create_pairing(framework); coin::destroy_burn_cap(burn_cap); coin::destroy_freeze_cap(freeze_cap); mint_cap