From 3e61e28cc0a6a26165d38c43f72699e1b0b295da Mon Sep 17 00:00:00 2001 From: Arn0d Date: Tue, 6 Feb 2024 23:19:04 +0100 Subject: [PATCH] update Readme and script --- README.md | 4 ++-- scripts/deploy_components.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a2716db..7db4dac 100644 --- a/README.md +++ b/README.md @@ -37,8 +37,8 @@ scarb test Instructions for deployment -1. Declare the Metadata implementations: `bash scripts/declare_contracts.sh` -2. Declare the components: `bash scripts/deploy_components.sh` (stop before the 1 minute pause) +1. Declare the components: `bash scripts/deploy_components.sh` (stop before the 1 minute pause) TODO : Need to write scrip with multi-call for register components +2. Declare the Metadata implementations: `bash scripts/declare_contracts.sh` 3. Deploy and configure the provider: `bash scripts/deploy_components.sh` ## 📄 License diff --git a/scripts/deploy_components.sh b/scripts/deploy_components.sh index 7b8a298..158d28d 100755 --- a/scripts/deploy_components.sh +++ b/scripts/deploy_components.sh @@ -100,7 +100,7 @@ make() { echo ${#component_classes[@]}" Components to register" echo "Waiting a minute.." - sleep 60 + sleep 10 setup_provider }