Skip to content

Commit

Permalink
feat(thorchain): update config to use v3 (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
misko9 authored Dec 4, 2024
1 parent feb9141 commit 304b55a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chains/thorchain.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
BRANCH=$(git rev-parse --abbrev-ref HEAD 2>/dev/null)
VERSION=$(cat version)
if [ -z "$TAG" ]; then TAG=mocknet; fi
ldflags="-X gitlab.com/thorchain/thornode/constants.Version=${VERSION} -X gitlab.com/thorchain/thornode/constants.GitCommit=${COMMIT} -X github.com/cosmos/cosmos-sdk/version.Name=THORChain -X github.com/cosmos/cosmos-sdk/version.AppName=thornode -X github.com/cosmos/cosmos-sdk/version.Version=${VERSION} -X github.com/cosmos/cosmos-sdk/version.Commit=${COMMIT} -X github.com/cosmos/cosmos-sdk/version.BuildTags=${TAG} -buildid="
ldflags="-X gitlab.com/thorchain/thornode/v3/constants.Version=${VERSION} -X gitlab.com/thorchain/thornode/v3/constants.GitCommit=${COMMIT} -X github.com/cosmos/cosmos-sdk/version.Name=THORChain -X github.com/cosmos/cosmos-sdk/version.AppName=thornode -X github.com/cosmos/cosmos-sdk/version.Version=${VERSION} -X github.com/cosmos/cosmos-sdk/version.Commit=${COMMIT} -X github.com/cosmos/cosmos-sdk/version.BuildTags=${TAG} -buildid="
go install -tags=$TAG -ldflags="${ldflags} $LDFLAGS" ./cmd/thornode ./cmd/bifrost
binaries:
- /go/bin/thornode
Expand Down

0 comments on commit 304b55a

Please sign in to comment.