Skip to content

Commit

Permalink
Bump lanes config
Browse files Browse the repository at this point in the history
  • Loading branch information
mpapierski committed Jan 15, 2025
1 parent ecab85a commit 657291f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions resources/local/chainspec.toml.in
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
8 changes: 4 additions & 4 deletions resources/production/chainspec.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 657291f

Please sign in to comment.