[#133] Increase GAS emission and notary deposits

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
Alex Vanin 2021-09-30 18:21:14 +03:00 committed by Alex Vanin
parent 0bc7f842a3
commit 80fb9b3bc2
3 changed files with 10 additions and 12 deletions

4
.env
View file

@ -11,11 +11,11 @@ NEOGO_VERSION=0.97.2
MORPH_CHAIN_URL="https://github.com/nspcc-dev/neofs-contract/releases/download/v0.11.0/devenv_sidechain.gz"
# NeoFS InnerRing nodes
IR_VERSION=0.25.0
IR_VERSION=0.25.1
IR_IMAGE=nspccdev/neofs-ir
# NeoFS Storage nodes
NODE_VERSION=0.25.0
NODE_VERSION=0.25.1
NODE_IMAGE=nspccdev/neofs-storage
# HTTP Gate

View file

@ -23,13 +23,13 @@ NEOFS_IR_MAINNET_ENDPOINT_CLIENT=http://main_chain:30333
NEOFS_IR_MAINNET_ENDPOINT_NOTIFICATION=ws://main_chain:30333/ws
NEOFS_IR_MORPH_ENDPOINT_CLIENT=http://morph_chain:30333
NEOFS_IR_MORPH_ENDPOINT_NOTIFICATION=ws://morph_chain:30333/ws
NEOFS_IR_TIMERS_EMIT=300
NEOFS_IR_TIMERS_EMIT=50
NEOFS_IR_TIMERS_STOP_ESTIMATION_DIV=4
NEOFS_IR_TIMERS_COLLECT_BASIC_INCOME_DIV=2
NEOFS_IR_TIMERS_DISTRIBUTE_BASIC_INCOME_MUL=3
NEOFS_IR_TIMERS_DISTRIBUTE_BASIC_INCOME_DIV=4
NEOFS_IR_EMIT_STORAGE_AMOUNT=100000000
NEOFS_IR_EMIT_STORAGE_AMOUNT=1000000000
NEOFS_IR_NETMAP_CLEANER_ENABLED=true
NEOFS_IR_CONTRACTS_NEOFS=e2535ba4e47f02e11187ab47f3d6f31e07b75488

View file

@ -34,14 +34,12 @@ NEOFS_MORPH_NOTIFICATION_ENDPOINT=ws://morph_chain:30333/ws
#NEOFS_MORPH_DIAL_TIMEOUT=1m
# Disable side chain caches
#NEOFS_MORPH_DISABLE_CACHE=true
# Main chain section
## Endpoints of main chain RPC nodes (comma-separated)
## Default: empty list
NEOFS_MAINCHAIN_RPC_ENDPOINT=http://morph_chain:30333
## Dial timeout to connect to main chain RPC node
## Default: 5s
#NEOFS_MAINCHAIN_DIAL_TIMEOUT=1m
## Notary deposit amount for notary invocations
## Default: 50000000
NEOFS_MORPH_NOTARY_DEPOSIT_AMOUNT=100000000
## Notary deposit timer duration
## Default: 1000
NEOFS_MORPH_NOTARY_DEPOSIT_DURATION=50
# Cache of API clients section
## Dial timeout to connect to remote API server