From 657291f9b61029891af57d24fdda0b7f35aba145 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Papierski?= Date: Wed, 15 Jan 2025 16:58:23 +0100 Subject: [PATCH] Bump lanes config --- resources/local/chainspec.toml.in | 8 ++++---- resources/production/chainspec.toml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/resources/local/chainspec.toml.in b/resources/local/chainspec.toml.in index 2be7d55067..dbe752f90f 100644 --- a/resources/local/chainspec.toml.in +++ b/resources/local/chainspec.toml.in @@ -207,11 +207,11 @@ vm_casper_v2 = false # [4] -> The maximum number of transactions the lane can contain native_mint_lane = [0, 2048, 1024, 100_000_000, 650] native_auction_lane = [1, 3096, 2048, 2_500_000_000, 650] -install_upgrade_lane = [2, 750_000, 2048, 100_000_000_000, 1] +install_upgrade_lane = [2, 750_000, 2048, 1_000_000_000_000, 1] wasm_lanes = [ - [3, 262_144, 1024, 100_000_000_000, 1], - [4, 131_072, 1024, 50_000_000_000, 2], - [5, 65_536, 512, 3_000_000_000, 80] + [3, 262_144, 1024, 1_000_000_000_000, 1], + [4, 131_072, 1024, 100_000_000_000, 2], + [5, 65_536, 512, 5_000_000_000, 80] ] [transactions.deploy] diff --git a/resources/production/chainspec.toml b/resources/production/chainspec.toml index a65b2bae0c..f0ecc4dca1 100644 --- a/resources/production/chainspec.toml +++ b/resources/production/chainspec.toml @@ -214,11 +214,11 @@ vm_casper_v2 = false # [4] -> The maximum number of transactions the lane can contain native_mint_lane = [0, 2048, 1024, 100_000_000, 650] native_auction_lane = [1, 3096, 2048, 2_500_000_000, 650] -install_upgrade_lane = [2, 750_000, 2048, 100_000_000_000, 1] +install_upgrade_lane = [2, 750_000, 2048, 1_000_000_000_000, 1] wasm_lanes = [ - [3, 262_144, 1024, 100_000_000_000, 1], - [4, 131_072, 1024, 50_000_000_000, 2], - [5, 65_536, 512, 3_000_000_000, 80] + [3, 262_144, 1024, 1_000_000_000_000, 1], + [4, 131_072, 1024, 100_000_000_000, 2], + [5, 65_536, 512, 5_000_000_000, 80] ] [transactions.deploy]