Upgrade multisig repo release version

This commit is contained in:
Nabarun 2025-07-10 16:10:06 +05:30
parent 01cd11fbe6
commit ac8bbf6a71
2 changed files with 4 additions and 4 deletions

View File

@ -25,7 +25,7 @@
- name: Clone cosmos-multisig-ui repo
shell: |
laconic-so fetch-stack git.vdb.to/cerc-io/cosmos-multisig-ui@v0.1.2 --pull
laconic-so fetch-stack git.vdb.to/cerc-io/cosmos-multisig-ui@v0.1.3 --pull
- name: Build container image
shell: |

View File

@ -1,6 +1,9 @@
# Set to true if the application supports multiple chains
next_public_multichain: true
# Array of enabled chain names for the registry
next_public_registry_enabled_chains: '["cosmoshub","sei"]'
# The name of the blockchain registry
next_public_registry_name: "laconic-mainnet"
@ -45,6 +48,3 @@ use_host_network: ""
# Domain for Dgraph service
dgraph_domain: ""
# Array of enabled chain names for the registry
next_public_registry_enabled_chains: '["cosmoshub","sei"]'