Update multisig app for multichain support #31

Merged
nabarun merged 2 commits from ng-multi-chain-multisig into main 2025-07-10 10:46:06 +00:00
2 changed files with 6 additions and 2 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: |
@ -76,6 +76,7 @@
USE_HOST_NETWORK={{ use_host_network }}
DGRAPH_DOMAIN={{ dgraph_domain }}
CHAIN_CONFIG_PATH="{{data_directory}}/{{ multisig_deployment_dir }}/config/cosmos-multisig-ui/network.json"
NEXT_PUBLIC_REGISTRY_ENABLED_CHAINS={{ next_public_registry_enabled_chains }}
mode: '0644'
- name: Copy network.json to remote server

View File

@ -1,5 +1,8 @@
# Set to true if the application supports multiple chains
next_public_multichain: false
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"