mirror of
https://github.com/fluencelabs/eip712-validation-node
synced 2025-06-27 21:51:50 +00:00
replace fldist with aqua
This commit is contained in:
12
services/consensus/scripts/deploy.sh
Normal file → Executable file
12
services/consensus/scripts/deploy.sh
Normal file → Executable file
@ -2,14 +2,14 @@
|
||||
set -o errexit -o nounset -o pipefail
|
||||
|
||||
# build wasms
|
||||
./build.sh
|
||||
./scripts/build.sh
|
||||
|
||||
(
|
||||
fldist new_service \
|
||||
--name "simple-consensus" \
|
||||
--modules artifacts/consensus.wasm:configs/consensus_cfg.json \
|
||||
--verbose \
|
||||
>> \
|
||||
aqua dist deploy \
|
||||
--addr /dns4/kras-03.fluence.dev/tcp/19001/wss/p2p/12D3KooWJd3HaMJ1rpLY1kQvcjRPEvnDwcXrH8mJvk7ypcZXqXGE \
|
||||
--data-path configs/consensus_deploy_cfg.json \
|
||||
--service consensus-service \
|
||||
>> \
|
||||
deployed_service_data.txt
|
||||
|
||||
)
|
Reference in New Issue
Block a user