frostfs-dev-env/.env
Alex Vanin 2d91848c67 Update neofs-node to v0.12.0
With this commit:
* sidechain produces block per second,
* inner ring nodes emit gas through alphabet contracts,
* storage nodes re-bootstrap every couple of epochs, otherwise
they will be removed from netmap.

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
2020-11-18 10:13:44 +03:00

18 lines
393 B
Bash

# Basenet settings
LOCAL_DOMAIN=neofs.devenv
IPV4_PREFIX=192.168.130
# NeoGo privnet
CHAIN_URL="https://fs.neo.org/dist/chain.gz"
NEOGO_VERSION=0.91.1-pre-389-g71216865
# NeoGo sidechain
MORPH_CHAIN_URL="https://fs.neo.org/dist/morph.chain.gz"
# NeoFS InnerRing nodes
IR_VERSION=0.12.0
IR_IMAGE=nspccdev/neofs-ir
# NeoFS Storage nodes
NODE_VERSION=0.12.0
NODE_IMAGE=nspccdev/neofs-storage