Skip to content

Commit 793fcee

Browse files
committed
update exposer to add functions
1 parent 640808d commit 793fcee

File tree

20 files changed

+1266
-1253
lines changed

20 files changed

+1266
-1253
lines changed

starship/charts/devnet/templates/relayers/hermes/statefulset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ spec:
192192
- bash
193193
- "-c"
194194
- |
195-
/exposer/exposer
195+
/exposer/exposer --verbose
196196
resources: {{- include "getResourceObject" $.Values.exposer.resources | trim | nindent 12 }}
197197
securityContext:
198198
allowPrivilegeEscalation: false

starship/exposer/config.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ type Config struct {
3838
NodeKeyFile string `name:"node-key-file" json:"node_key_file" env:"NODE_KEY_FILE" usage:"Path of node_key.json file for node"`
3939
// StatusURL is used to fetch status info from blockchain node
4040
StatusURL string `name:"status-url" json:"status_url" env:"STATUS_URL" usage:"URL to fetch chain status"`
41+
// ChainIDs is the list of chain ids, comma separated
42+
ChainIDs string `name:"chain-ids" json:"chain_ids" env:"CHAIN_IDS" usage:"Comma separated list of chain ids"`
4143
// Verbose switches on debug logging
4244
Verbose bool `name:"verbose" json:"verbose" usage:"switch on debug / verbose logging"`
4345
// OnlyFatalLog set log level as fatal to ignore logs

starship/exposer/exposer/mnemonic.pb.go

Lines changed: 21 additions & 93 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)