Upgrade multisig repo release version
This commit is contained in:
parent
01cd11fbe6
commit
ac8bbf6a71
@ -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: |
|
||||
|
@ -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"]'
|
||||
|
Loading…
Reference in New Issue
Block a user