Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

provenance-io -> FigureTechnologies #2

Merged
merged 1 commit into from
Sep 7, 2022
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 Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ FROM nginx:1.21.6-alpine
ENV GAS_PRICE 19050
ENV GAS_PRICE_DENOM nhash

LABEL org.opencontainers.image.source=https://github.com/provenance-io/gas-price-service
LABEL org.opencontainers.image.source=https://github.com/FigureTechnologies/gas-price-service

COPY --from=go /go/bin/coin-json-to-proto /usr/bin/coin-json-to-proto

Expand Down
2 changes: 1 addition & 1 deletion go/convert.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import (
"io/ioutil"
"os"

"github.com/FigureTechnologies/coin-json-to-proto/coin/github.com/cosmos/cosmos-sdk/types"
"github.com/gogo/protobuf/jsonpb"
"github.com/gogo/protobuf/proto"
"github.com/provenance-io/coin-json-to-proto/coin/github.com/cosmos/cosmos-sdk/types"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion go/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/provenance-io/coin-json-to-proto
module github.com/FigureTechnologies/coin-json-to-proto

go 1.17

Expand Down