Skip to content

Commit

Permalink
chore: remove old mrb, update new aptos-core commit
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmovses committed Mar 9, 2025
1 parent 69d9f29 commit cfede54
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 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
"cac54ca1473a66f88ca2ca6d3b07ce7f596ab929", // Commit hash
"27397b5835e6a466c06c884a395653c9ff13d1fe", // Commit hash
6, // Bytecode version
"biarritz-rc1.mrb", // MRB file name
"CACHE_BIARRITZ_RC1_FRAMEWORK_RELEASE" // Cache environment variable for Elsa
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use maptos_framework_release_util::mrb_release;
mrb_release!(
BiarritzRc1,
BIARRTIZ_RC1,
"cac54ca1473a66f88ca2ca6d3b07ce7f596ab929-biarritz-rc1.mrb"
"27397b5835e6a466c06c884a395653c9ff13d1fe-biarritz-rc1.mrb"
);

generate_gas_upgrade_module!(gas_upgrade, BiarritzRc1, {
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
"cac54ca1473a66f88ca2ca6d3b07ce7f596ab929", // Commit hash
"27397b5835e6a466c06c884a395653c9ff13d1fe", // Commit hash
6, // Bytecode version
"biarritz-rc1.mrb", // MRB file name
"CACHE_BIARRITZ_RC1_FRAMEWORK_RELEASE" // Cache environment variable for Elsa
Expand Down

0 comments on commit cfede54

Please sign in to comment.