Update neo-go to v0.103.0 #58

Merged
fyrchik merged 1 commit from fyrchik/frostfs-dev-env:update-neogo into master 2023-10-25 15:07:18 +00:00
2 changed files with 6 additions and 4 deletions

2
.env
View file

@ -8,7 +8,7 @@ BASTION_VERSION=10
BASTION_IMAGE=debian
# NeoGo privnet
NEOGO_VERSION=0.101.1
NEOGO_VERSION=0.103.0
NEOGO_IMAGE=nspccdev/neo-go
# FrostFS InnerRing nodes

View file

@ -29,6 +29,11 @@ ApplicationConfiguration:
AttemptConnPeers: 5
MinPeers: 0
Relay: true
Consensus:
Enabled: true
UnlockWallet:
Path: "./wallets/node-wallet.json"
Password: "one"
RPC:
Addresses:
- "192.168.130.90:30333"
@ -49,6 +54,3 @@ ApplicationConfiguration:
Addresses:
- ":20011"
Enabled: true
UnlockWallet:
Path: "./wallets/node-wallet.json"
Password: "one"