[#184] .env: Update contracts and node
Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
This commit is contained in:
parent
33eabe2a0a
commit
bf3b97e60a
2 changed files with 8 additions and 8 deletions
12
.env
12
.env
|
@ -5,19 +5,19 @@ CA_CERTS_TRUSTED_STORE=/etc/ssl/certs
|
||||||
|
|
||||||
# NeoGo privnet
|
# NeoGo privnet
|
||||||
#CHAIN_PATH="/path/to/devenv.dump.gz"
|
#CHAIN_PATH="/path/to/devenv.dump.gz"
|
||||||
CHAIN_URL="https://github.com/nspcc-dev/neofs-contract/releases/download/v0.15.1/devenv_mainchain_notary_disabled.gz"
|
CHAIN_URL="https://github.com/nspcc-dev/neofs-contract/releases/download/v0.15.2/devenv_mainchain_notary_disabled.gz"
|
||||||
NEOGO_VERSION=0.98.2
|
NEOGO_VERSION=0.99.0
|
||||||
|
|
||||||
# NeoGo sidechain
|
# NeoGo sidechain
|
||||||
#MORPH_CHAIN_PATH="/path/to/morph-devenv.dump.gz"
|
#MORPH_CHAIN_PATH="/path/to/morph-devenv.dump.gz"
|
||||||
MORPH_CHAIN_URL="https://github.com/nspcc-dev/neofs-contract/releases/download/v0.15.1/devenv_sidechain.gz"
|
MORPH_CHAIN_URL="https://github.com/nspcc-dev/neofs-contract/releases/download/v0.15.2/devenv_sidechain.gz"
|
||||||
|
|
||||||
# NeoFS InnerRing nodes
|
# NeoFS InnerRing nodes
|
||||||
IR_VERSION=0.28.1
|
IR_VERSION=0.28.3
|
||||||
IR_IMAGE=nspccdev/neofs-ir
|
IR_IMAGE=nspccdev/neofs-ir
|
||||||
|
|
||||||
# NeoFS Storage nodes
|
# NeoFS Storage nodes
|
||||||
NODE_VERSION=0.28.1
|
NODE_VERSION=0.28.3
|
||||||
NODE_IMAGE=nspccdev/neofs-storage
|
NODE_IMAGE=nspccdev/neofs-storage
|
||||||
|
|
||||||
# NATS Server
|
# NATS Server
|
||||||
|
@ -41,5 +41,5 @@ LOCODE_DB_URL=https://github.com/nspcc-dev/neofs-locode-db/releases/download/v0.
|
||||||
#LOCODE_DB_PATH=/path/to/locode_db
|
#LOCODE_DB_PATH=/path/to/locode_db
|
||||||
|
|
||||||
# NeoFS CLI binary
|
# NeoFS CLI binary
|
||||||
NEOFS_CLI_URL=https://github.com/nspcc-dev/neofs-node/releases/download/v0.28.1/neofs-cli-amd64.tar.gz
|
NEOFS_CLI_URL=https://github.com/nspcc-dev/neofs-node/releases/download/v0.28.3/neofs-cli-amd64.tar.gz
|
||||||
#NEOFS_CLI_PATH=/path/to/neofs-cli-binary
|
#NEOFS_CLI_PATH=/path/to/neofs-cli-binary
|
||||||
|
|
|
@ -30,8 +30,8 @@ NEOFS_IR_TIMERS_DISTRIBUTE_BASIC_INCOME_DIV=4
|
||||||
NEOFS_IR_EMIT_STORAGE_AMOUNT=1000000000
|
NEOFS_IR_EMIT_STORAGE_AMOUNT=1000000000
|
||||||
NEOFS_IR_NETMAP_CLEANER_ENABLED=true
|
NEOFS_IR_NETMAP_CLEANER_ENABLED=true
|
||||||
|
|
||||||
NEOFS_IR_CONTRACTS_NEOFS=ee3dee6d05dc79c24a5b8f6985e10d68b7cacc62
|
NEOFS_IR_CONTRACTS_NEOFS=d07ec2a43d2f8638934d340bfb60b6c23afce106
|
||||||
NEOFS_IR_CONTRACTS_PROCESSING=5df70e76b9106a66c4fc247e7be54aa46c91ac28
|
NEOFS_IR_CONTRACTS_PROCESSING=181ea9b9db85f91601634d21a0dcba59aace17f0
|
||||||
|
|
||||||
NEOFS_IR_MORPH_VALIDATORS=02b3622bf4017bdfe317c58aed5f4c753f206b7db896046fa7d774bbc4bf7f8dc2
|
NEOFS_IR_MORPH_VALIDATORS=02b3622bf4017bdfe317c58aed5f4c753f206b7db896046fa7d774bbc4bf7f8dc2
|
||||||
NEOFS_IR_AUDIT_PDP_MAX_SLEEP_INTERVAL=100ms
|
NEOFS_IR_AUDIT_PDP_MAX_SLEEP_INTERVAL=100ms
|
||||||
|
|
Loading…
Reference in a new issue