We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fbfd3a commit b9ab503Copy full SHA for b9ab503
.circleci/config.yml
@@ -480,7 +480,7 @@ aliases:
480
api-memory-request: 250Mi
481
stateful-service-replicas: 2
482
service-name-1: daemon
483
- service-image-1: registry.gitlab.com/thorchain/thornode:mainnet-1.124.1
+ service-image-1: registry.gitlab.com/thorchain/thornode:mainnet-1.124.2
484
service-cpu-limit-1: "2"
485
service-cpu-request-1: "1"
486
service-memory-limit-1: 12Gi
go/go.mod
@@ -16,7 +16,7 @@ require (
16
github.com/spf13/viper v1.17.0
17
github.com/tendermint/liquidity v1.5.0
18
github.com/tendermint/tendermint v0.35.9
19
- gitlab.com/thorchain/thornode v1.124.1
+ gitlab.com/thorchain/thornode v1.124.2
20
golang.org/x/sync v0.5.0
21
google.golang.org/grpc v1.59.0
22
)
0 commit comments