Add env for filtering multiple chains to show
This commit is contained in:
parent
d91ed4280f
commit
01cd11fbe6
@ -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
|
||||
|
@ -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"]'
|
||||
|
Loading…
Reference in New Issue
Block a user