Skip to content

Commit

Permalink
Fix factory gas parameters (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfornet authored Jul 23, 2021
1 parent 0035d83 commit b084531
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bridge-token-factory/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bridge-token-factory/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bridge-token-factory"
version = "0.1.4"
version = "0.1.5"
authors = ["Near Inc <hello@near.org>"]
edition = "2018"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion bridge-token-factory/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const BRIDGE_TOKEN_NEW: Gas = 10_000_000_000_000;
const MINT_GAS: Gas = 10_000_000_000_000;

/// Gas to call ft_transfer_call when the target of deposit is a contract
const FT_TRANSFER_CALL_GAS: Gas = 50_000_000_000_000;
const FT_TRANSFER_CALL_GAS: Gas = 80_000_000_000_000;

/// Gas to call finish deposit method.
/// This doesn't cover the gas required for calling mint method.
Expand Down
Binary file modified res/bridge_token_factory.wasm
Binary file not shown.

0 comments on commit b084531

Please sign in to comment.