Skip to content

Commit

Permalink
update Readme and script
Browse files Browse the repository at this point in the history
  • Loading branch information
Arn0d committed Feb 6, 2024
1 parent 41a9798 commit 3e61e28
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion scripts/deploy_components.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ make() {
echo ${#component_classes[@]}" Components to register"
echo "Waiting a minute.."

sleep 60
sleep 10

setup_provider
}
Expand Down

0 comments on commit 3e61e28

Please sign in to comment.