Skip to content
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.

Commit

Permalink
templates/ir: Make SN GAS distribution as it was it dev-env
Browse files Browse the repository at this point in the history
It allows integration tests to pass. That is not exactly this repo's problem,
but we need to test our code now. IR side will be fixed later.

Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
  • Loading branch information
carpawell committed Mar 18, 2024
1 parent dccae12 commit 0aa65b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/neofs_testlib/env/templates/ir.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ timers:

emit:
storage:
amount: 800000000 # Fixed8 value of sidechain GAS emitted to all storage nodes once per GAS emission cycle; disabled by default
amount: 1000000000 # Fixed8 value of sidechain GAS emitted to all storage nodes once per GAS emission cycle; disabled by default
mint:
value: 20000000 # Fixed8 value of sidechain GAS transferred to account that received a deposit from mainchain
cache_size: 1000 # LRU cache size of all deposit receivers to avoid double GAS emission
Expand Down

0 comments on commit 0aa65b6

Please sign in to comment.