Skip to content

Commit

Permalink
fix wrong format
Browse files Browse the repository at this point in the history
  • Loading branch information
dorin-iancu committed Jan 13, 2025
1 parent 6e0b20f commit 6fe9d6e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ multiversx_sc::derive_imports!();

static ESDT_TRANSFER_FUNC_NAME: &[u8] = b"ESDTTransfer";

const GAS_LIMIT_ESDT_TRANSFER: u64 = 50_0000;
const GAS_LIMIT_ESDT_TRANSFER: u64 = 500_000;
const CALLBACK_ESDT_TRANSFER_GAS_LIMIT: u64 = 100_000;

#[derive(TopEncode, TopDecode)]
Expand Down

0 comments on commit 6fe9d6e

Please sign in to comment.