Skip to content

Commit

Permalink
Bump contract gas fees.
Browse files Browse the repository at this point in the history
  • Loading branch information
Neopallium committed Jan 16, 2025
1 parent 8fdb5d3 commit fc1c422
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration/tests/contract_permissions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ async fn contract_as_secondary_key_change_identity() -> Result<()> {
.polymesh_contracts()
.instantiate_with_code_perms(
0,
Weight::from_parts(10_000_000_000, 0),
Weight::from_parts(10_000_000_000, 20_000),
None,
call_runtime_bytes.to_vec(),
vec![0x9b, 0xae, 0x9d, 0x5e], // Selector for `new` constructor.
Expand Down Expand Up @@ -134,7 +134,7 @@ async fn contract_as_secondary_key_change_identity() -> Result<()> {
.call(
contract.into(),
0,
Weight::from_parts(10_000_000_000, 0),
Weight::from_parts(19_000_000_000, 40_000),
None,
encoded_call,
)?
Expand Down

0 comments on commit fc1c422

Please sign in to comment.