From 976f16803d5b901e171b39d7cc03fb19286af22e Mon Sep 17 00:00:00 2001 From: Evgenii Stratonikov Date: Fri, 28 Apr 2023 11:14:14 +0300 Subject: [PATCH] [#18] frostfs-adm.yml: Add alphabet-wallets Signed-off-by: Evgenii Stratonikov --- Makefile | 4 ++-- frostfs-adm.yml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 61782ba..1f00ce8 100644 --- a/Makefile +++ b/Makefile @@ -75,8 +75,8 @@ up/basic: up/bootstrap up/bootstrap: get vendor/hosts @$(foreach SVC, $(START_BOOTSTRAP), $(shell docker-compose -f services/$(SVC)/docker-compose.yml up -d)) @source ./bin/helper.sh - @./vendor/frostfs-adm --config frostfs-adm.yml morph init --alphabet-wallets ./services/ir --contracts vendor/contracts || die "Failed to initialize Alphabet wallets" - @for f in ./services/storage/wallet*.json; do echo "Transfer GAS to wallet $${f}" && ./vendor/frostfs-adm -c frostfs-adm.yml morph refill-gas --storage-wallet $${f} --gas 10.0 --alphabet-wallets services/ir || die "Failed to transfer GAS to alphabet wallets"; done + @./vendor/frostfs-adm --config frostfs-adm.yml morph init --contracts vendor/contracts || die "Failed to initialize Alphabet wallets" + @for f in ./services/storage/wallet*.json; do echo "Transfer GAS to wallet $${f}" && ./vendor/frostfs-adm -c frostfs-adm.yml morph refill-gas --storage-wallet $${f} --gas 10.0 || die "Failed to transfer GAS to alphabet wallets"; done @echo "FrostFS sidechain environment is deployed" # Build up certain service diff --git a/frostfs-adm.yml b/frostfs-adm.yml index dcc4ba2..c44046d 100644 --- a/frostfs-adm.yml +++ b/frostfs-adm.yml @@ -1,4 +1,5 @@ rpc-endpoint: http://morph-chain.frostfs.devenv:30333 +alphabet-wallets: ./services/ir network: max_object_size: 67108864 epoch_duration: 240