From 5bef7fc9233e10cecbddb69e396a9125c0d7f537 Mon Sep 17 00:00:00 2001 From: Alex Vanin Date: Wed, 14 Apr 2021 17:32:09 +0300 Subject: [PATCH] Support oracle calls in main chain Signed-off-by: Alex Vanin --- .env | 2 +- services/chain/protocol.privnet.yml | 11 +++++++++++ services/ir/.ir.env | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.env b/.env index ba06593..87d2293 100644 --- a/.env +++ b/.env @@ -3,7 +3,7 @@ LOCAL_DOMAIN=neofs.devenv IPV4_PREFIX=192.168.130 # NeoGo privnet -CHAIN_URL="https://github.com/nspcc-dev/neofs-contract/releases/download/v0.6.0/devenv_mainchain.gz" +CHAIN_URL="fs.neo.org/dist/devenv.gz" NEOGO_VERSION=0.94.1 # NeoGo sidechain diff --git a/services/chain/protocol.privnet.yml b/services/chain/protocol.privnet.yml index 67f7f8a..468397c 100644 --- a/services/chain/protocol.privnet.yml +++ b/services/chain/protocol.privnet.yml @@ -38,3 +38,14 @@ ApplicationConfiguration: UnlockWallet: Path: "./wallets/node-wallet.json" Password: "one" + Oracle: + Enabled: true + NeoFS: + Nodes: + - s01.neofs.devenv:8080 + - s02.neofs.devenv:8080 + - s03.neofs.devenv:8080 + - s04.neofs.devenv:8080 + UnlockWallet: + Path: "./wallets/node-wallet.json" + Password: "one" diff --git a/services/ir/.ir.env b/services/ir/.ir.env index a920ca8..1c04462 100644 --- a/services/ir/.ir.env +++ b/services/ir/.ir.env @@ -22,7 +22,7 @@ NEOFS_IR_NETMAP_CLEANER_ENABLED=true NEOFS_IR_CONTRACTS_NETMAP=cddfbeac57fa620c59a7f874587b2f79e7a71df1 NEOFS_IR_CONTRACTS_BALANCE=41e0ac806f5e66a20ed885c68152e3603c96914d NEOFS_IR_CONTRACTS_CONTAINER=fa7df5d3a78835013457e1533517aac729551369 -NEOFS_IR_CONTRACTS_NEOFS=1e6d8b8e1a7c976649dc630062d8b281cb9c2615 +NEOFS_IR_CONTRACTS_NEOFS=cfe89912c457754b7eb1f89781dc74bb3e0070bf NEOFS_IR_CONTRACTS_AUDIT=17d624a666aecc65859fb93d9cdacdcac26a1471 NEOFS_IR_CONTRACTS_PROXY=018e9a19161f25d6d4da146c0e072166b6753f79 NEOFS_IR_CONTRACTS_REPUTATION=66ffb1ad7c0ac805fea5f9a96a8626fdbf4c8d8a