Skip to content

Commit

Permalink
Increase limit
Browse files Browse the repository at this point in the history
  • Loading branch information
cmichi committed Dec 20, 2024
1 parent e795e7b commit c13398b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/e2e/src/backend_calls.rs
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ where
client,
contract_name,
caller,
storage_deposit_limit: 0u32.into(),
storage_deposit_limit: 100_000_000u32.into(), // todo should be 0
}
}

Expand Down

0 comments on commit c13398b

Please sign in to comment.