Skip to content

Commit

Permalink
fix: bring back gov
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmovses committed Mar 7, 2025
1 parent 446b718 commit a415986
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit a415986

Please sign in to comment.