Update port for multisig app

This commit is contained in:
IshaVenikar 2025-05-30 11:30:43 +05:30
parent ed75bd3ae9
commit 710926d5b5
3 changed files with 3 additions and 3 deletions

View File

@ -422,7 +422,7 @@
laconic-so deployment --dir $DATA_DIRECTORY/$MULTISIG_DEPLOYMENT_DIR logs -f
```
- The app will be running on <http://localhost:3000/laconic>
- The app will be running on <http://localhost:7000/laconic>
### Create a multisig with both the validator accounts

View File

@ -45,7 +45,7 @@ This playbook sets up the Cosmos Multisig application for managing multisig wall
ansible-playbook -v -i localhost, -c local ~/cerc/laconicd-stack/playbooks/cosmos-multisig-app/cosmos-multisig-app-start.yml
```
* Access the app at `http://localhost:3000/laconic`
* Access the app at <http://localhost:7000/laconic>
## Check Status

View File

@ -1,6 +1,6 @@
network:
ports:
cosmos-multisig-ui:
- 3000:3000
- 7000:7000
alpha:
- 8080:8080