Add env for filtering multiple chains to show

This commit is contained in:
Nabarun 2025-07-10 14:55:49 +05:30
parent d91ed4280f
commit 01cd11fbe6
2 changed files with 5 additions and 1 deletions

View File

@ -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,5 @@
# Set to true if the application supports multiple chains
next_public_multichain: false
next_public_multichain: true
# The name of the blockchain registry
next_public_registry_name: "laconic-mainnet"
@ -45,3 +45,6 @@ use_host_network: ""
# Domain for Dgraph service
dgraph_domain: ""
# Array of enabled chain names for the registry
next_public_registry_enabled_chains: '["cosmoshub","sei"]'