Skip to content

Commit

Permalink
fix: update upgrade script
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmovses committed Mar 6, 2025
1 parent f31cb58 commit 446b718
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ script {
let framework_signer = &core_signer;
// this will throw an error against already upgraded networks, internally you can make it idempotent
governed_gas_pool::initialize(framework_signer, b"aptos_framework::governed_gas_pool");
// governed_gas_pool::initialize(framework_signer, b"aptos_framework::governed_gas_pool");
// this will burn the mint capability for the core signer
aptos_coin::burn_mint_capability(core_resources, signer::address_of(framework_signer));
Expand Down
1 change: 1 addition & 0 deletions protocol-units/settlement/mcr/contracts/lib/v2-periphery
Submodule v2-periphery added at 0335e8

0 comments on commit 446b718

Please sign in to comment.