Skip to content

Commit

Permalink
update gas const
Browse files Browse the repository at this point in the history
  • Loading branch information
olga24912 committed Feb 2, 2025
1 parent 9b4a7a9 commit 4c5105b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bridge-token-factory/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const SET_CONTROLLER_GAS: Gas = Gas(Gas::ONE_TERA.0 * 5);

/// Amount of gas used by `upgrade_bridge_token` in the factory, without taking into account
/// the gas consumed by the promise.
const OUTER_UPGRADE_TOKEN_GAS: Gas = Gas(Gas::ONE_TERA.0 * 15);
const OUTER_UPGRADE_TOKEN_GAS: Gas = Gas(Gas::ONE_TERA.0 * 20);

/// Controller storage key.
const CONTROLLER_STORAGE_KEY: &[u8] = b"aCONTROLLER";
Expand Down
Binary file modified res/bridge_token_factory.wasm
Binary file not shown.

0 comments on commit 4c5105b

Please sign in to comment.