Skip to content

Commit 3d1351f

Browse files
authored
Merge branch 'cosmostation:develop' into develop
2 parents 1ef16a4 + dcd03cd commit 3d1351f

File tree

21 files changed

+1965
-89
lines changed

21 files changed

+1965
-89
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ tests/test.go
1919
config.yaml
2020
docker-compose.override.yaml
2121
custom-prometheus.yaml
22+
**/custom_rules/
2223
custom-alertmanager.yaml
2324
custom_chains.yaml
2425

.images/babylon-dashboard.png

-421 KB
Binary file not shown.

.images/babylon-fp-dashboard.png

1.37 MB
Loading

.images/babylon-network-dashboard.png

3.04 MB
Loading
511 KB
Loading
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
services:
2+
postgres:
3+
profiles: ['disables']

docker/cvms/support_chains.yaml

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,25 @@ bbn-test-5:
198198
- babylon-finality-provider-indexer
199199
- babylon-finality-provider-uptime
200200
- babylon-btc-delegations
201+
bbn-1:
202+
chain_name: babylon
203+
protocol_type: cosmos
204+
mainnet: true
205+
support_asset:
206+
denom: ubbn
207+
decimal: 6
208+
packages:
209+
- block
210+
- upgrade
211+
- uptime
212+
- voteindexer
213+
- block-data-analytics
214+
- babylon-checkpoint
215+
- babylon-btc-lightclient
216+
- babylon-covenant-committee
217+
- babylon-finality-provider-indexer
218+
- babylon-finality-provider-uptime
219+
- babylon-btc-delegations
201220
bitcanna-1:
202221
chain_name: bitcanna
203222
protocol_type: cosmos
@@ -932,7 +951,7 @@ nyx:
932951
protocol_type: cosmos
933952
mainnet: true
934953
support_asset:
935-
denom: unyx
954+
denom: unym
936955
decimal: 6
937956
packages:
938957
- block

0 commit comments

Comments
 (0)