Skip to content

Commit

Permalink
update: commit hash
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmovses committed Mar 7, 2025
1 parent a415986 commit 85377ac
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use maptos_framework_release_util::commit_hash_with_script;
commit_hash_with_script!(
BiarritzRc1, // Struct name
"https://github.com/movementlabsxyz/aptos-core.git", // Repository URL
"ec6191fe921bca19d86b7cb77da34eb5c3e79c09", // Commit hash
"4c91658da5329df8c55c8caca9cf47ac9d685ddd", // Commit hash
6, // Bytecode version
"biarritz-rc1.mrb", // MRB file name
"CACHE_BIARRITZ_RC1_FRAMEWORK_RELEASE" // Cache environment variable for Elsa
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
use aptos_framework_upgrade_gas_release::generate_gas_upgrade_module;
use maptos_framework_release_util::mrb_release;

mrb_release!(
BiarritzRc1,
BIARRTIZ_RC1,
"ec6191fe921bca19d86b7cb77da34eb5c3e79c09-biarritz-rc1.mrb"
);
mrb_release!(BiarritzRc1, BIARRTIZ_RC1, "4c91658da5329df8c55c8caca9cf47ac9d685ddd");

generate_gas_upgrade_module!(gas_upgrade, BiarritzRc1, {
let mut gas_parameters = AptosGasParameters::initial();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use maptos_framework_release_util::commit_hash_with_script;
commit_hash_with_script!(
BiarritzRc1, // Struct name
"https://github.com/movementlabsxyz/aptos-core.git", // Repository URL
"ec6191fe921bca19d86b7cb77da34eb5c3e79c09", // Commit hash
"4c91658da5329df8c55c8caca9cf47ac9d685ddd", // Commit hash
6, // Bytecode version
"biarritz-rc1.mrb", // MRB file name
"CACHE_BIARRITZ_RC1_FRAMEWORK_RELEASE" // Cache environment variable for Elsa
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ impl Compiler {
with_abis: false,
with_source_maps: false,
with_error_map: false,
skip_fetch_latest_git_deps: false,
skip_fetch_latest_git_deps: true,
bytecode_version,
..BuildOptions::default()
};
Expand Down

0 comments on commit 85377ac

Please sign in to comment.