Skip to content

Commit

Permalink
Merge pull request #2 from FigureTechnologies/figure-update
Browse files Browse the repository at this point in the history
provenance-io -> FigureTechnologies
  • Loading branch information
celloman authored Sep 7, 2022
2 parents 3e5985c + 362f5f4 commit 5af5509
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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

0 comments on commit 5af5509

Please sign in to comment.