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 14, 2025
1 parent be961be commit 10a0049
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion integration/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[toolchain]
channel = "nightly-2024-05-01"
channel = "nightly-2024-11-14"
components = [ "rustfmt" ]
profile = "minimal"
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 10a0049

Please sign in to comment.