Skip to content

Commit

Permalink
increase gas limit
Browse files Browse the repository at this point in the history
  • Loading branch information
Gianmarco Fraccaroli committed Sep 18, 2023
1 parent 89c7657 commit c2874aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sdk/namada.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ impl NamadaSdk {
denom: NATIVE_MAX_DECIMAL_PLACES.into(),
})),
fee_token,
gas_limit: GasLimit::default(),
gas_limit: GasLimit::from(20_000),
expiration: None,
chain_id: Some(ChainId(chain_id)),
signing_keys,
Expand Down

0 comments on commit c2874aa

Please sign in to comment.