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 }