Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
build:
context: shutter
args:
UPSTREAM_VERSION: v1.4.2
UPSTREAM_VERSION: v1.4.4
KEYPER_CONFIG_DIR: /keyper/config
SHUTTER_CHAIN_DIR: /chain
STAKER_SCRIPTS_VERSION: v0.1.2
Expand Down
4 changes: 2 additions & 2 deletions package_variants/gnosis/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
CHAIN_PORT: 27656
KEYPER_PORT: 24003
KEYPER_METRICS_PORT: 9100
ASSETS_VERSION: shutter-api-gnosis-1002-set1.1.1
ASSETS_VERSION: shutter-api-gnosis-1002-set1.1.2
ports:
- "24003:24003"
- "27656:27656"
Expand All @@ -18,4 +18,4 @@ services:
build:
args:
NETWORK: gnosis
ASSETS_VERSION: shutter-api-gnosis-1002-set1.1.1
ASSETS_VERSION: shutter-api-gnosis-1002-set1.1.2
7 changes: 3 additions & 4 deletions shutter/go-shutter-settings/settings/keyper.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,9 @@ type KeyperConfig struct {
EthereumURL string `env:"SHUTTER_NETWORK_NODE_ETHEREUMURL"`
}
Contracts struct {
KeyperSetManager string `env:"_ASSETS_KEYPER_SET_MANAGER"`
KeyBroadcastContract string `env:"_ASSETS_KEY_BROADCAST_CONTRACT"`
ShutterRegistry string `env:"_ASSETS_SHUTTERREGISTRY"`
ShutterEventTriggerRegistry string `env:"_ASSETS_SHUTTER_EVENT_TRIGGER_REGISTRY"`
KeyperSetManager string `env:"_ASSETS_KEYPER_SET_MANAGER"`
KeyBroadcastContract string `env:"_ASSETS_KEY_BROADCAST_CONTRACT"`
ShutterRegistry string `env:"_ASSETS_SHUTTERREGISTRY"`
}
}
P2P struct {
Expand Down
11 changes: 7 additions & 4 deletions shutter/promtail_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ scrape_configs:
- localhost
labels:
job: configure
host: ${KEYPER_NAME}
keyper_name: kpr-${KEYPER_NAME}
compose_project: shutter-api-gnosis.dnp.dappnode.eth
__path__: /tmp/configure.log
- job_name: keyper
pipeline_stages:
Expand All @@ -29,7 +30,8 @@ scrape_configs:
- localhost
labels:
job: keyper
host: ${KEYPER_NAME}
keyper_name: kpr-${KEYPER_NAME}
compose_project: shutter-api-gnosis.dnp.dappnode.eth
__path__: /tmp/keyper.log
- job_name: chain
pipeline_stages:
Expand All @@ -40,5 +42,6 @@ scrape_configs:
- localhost
labels:
job: chain
host: ${KEYPER_NAME}
__path__: /tmp/chain.log
keyper_name: kpr-${KEYPER_NAME}
compose_project: shutter-api-gnosis.dnp.dappnode.eth
__path__: /tmp/chain.log
Loading