Skip to content

Commit

Permalink
fix: increase recharge amount for upgrading creator dao governance ca…
Browse files Browse the repository at this point in the history
…nister (#480)
  • Loading branch information
ravi-sawlani-yral authored Dec 8, 2024
1 parent d40432b commit a38841d
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 @@ pub async fn upgrade_creator_dao_governance_canisters(wasm_module: Vec<u8>) -> R
.collect()
});

let recharge_amount = 100_000_000_000; //100B
let recharge_amount = 400_000_000_000; //400B

let futures = governance_canisters
.iter()
Expand Down

0 comments on commit a38841d

Please sign in to comment.