.env: update contracts to v0.15.0
Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
This commit is contained in:
parent
1d58f1774d
commit
945161e429
2 changed files with 7 additions and 7 deletions
10
.env
10
.env
|
@ -4,18 +4,18 @@ IPV4_PREFIX=192.168.130
|
||||||
CA_CERTS_TRUSTED_STORE=/etc/ssl/certs
|
CA_CERTS_TRUSTED_STORE=/etc/ssl/certs
|
||||||
|
|
||||||
# NeoGo privnet
|
# NeoGo privnet
|
||||||
CHAIN_URL="https://github.com/nspcc-dev/neofs-contract/releases/download/v0.14.2/devenv_mainchain_notary_disabled.gz"
|
CHAIN_URL="https://github.com/nspcc-dev/neofs-contract/releases/download/v0.15.0/devenv_mainchain_notary_disabled.gz"
|
||||||
NEOGO_VERSION=0.98.1
|
NEOGO_VERSION=0.98.1
|
||||||
|
|
||||||
# NeoGo sidechain
|
# NeoGo sidechain
|
||||||
MORPH_CHAIN_URL="https://github.com/nspcc-dev/neofs-contract/releases/download/v0.14.2/devenv_sidechain.gz"
|
MORPH_CHAIN_URL="https://github.com/nspcc-dev/neofs-contract/releases/download/v0.15.0/devenv_sidechain.gz"
|
||||||
|
|
||||||
# NeoFS InnerRing nodes
|
# NeoFS InnerRing nodes
|
||||||
IR_VERSION=0.27.5
|
IR_VERSION=0.28.0-rc.1
|
||||||
IR_IMAGE=nspccdev/neofs-ir
|
IR_IMAGE=nspccdev/neofs-ir
|
||||||
|
|
||||||
# NeoFS Storage nodes
|
# NeoFS Storage nodes
|
||||||
NODE_VERSION=0.27.5
|
NODE_VERSION=0.28.0-rc.1
|
||||||
NODE_IMAGE=nspccdev/neofs-storage
|
NODE_IMAGE=nspccdev/neofs-storage
|
||||||
|
|
||||||
# NATS Server
|
# NATS Server
|
||||||
|
@ -39,5 +39,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.27.5/neofs-cli-amd64.tar.gz
|
NEOFS_CLI_URL=https://github.com/nspcc-dev/neofs-node/releases/download/v0.28.0-rc.1/neofs-cli-amd64.tar.gz
|
||||||
#NEOFS_CLI_PATH=/path/to/neofs-cli-binary
|
#NEOFS_CLI_PATH=/path/to/neofs-cli-binary
|
||||||
|
|
|
@ -32,8 +32,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=1e6b065a451444cae3dc8e7597cef230503c14c0
|
NEOFS_IR_CONTRACTS_NEOFS=f2ae1ed2260b8431b1544cd97098407c93fc5ad4
|
||||||
NEOFS_IR_CONTRACTS_PROCESSING=ea45c124db9c4ed8300717a6ac00b46842097eb6
|
NEOFS_IR_CONTRACTS_PROCESSING=f6b7ac38648396327ceac174dcba91fc8875cf70
|
||||||
|
|
||||||
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