Skip to content

Commit

Permalink
feat: update contract addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
aloknerurkar authored Jan 17, 2024
2 parents 925e28d + 62bc252 commit 636af61
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Dockerfile.goreleaser
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ COPY mev-commit-oracle /usr/local/bin/mev-commit-oracle

EXPOSE 8080

LABEL org.opencontainers.image.source https://github.com/primevprotocol/mev-commit-oracle

ENTRYPOINT ["mev-commit-oracle", "start"]
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.21.1
require (
github.com/ethereum/go-ethereum v1.13.5
github.com/lib/pq v1.10.9
github.com/primevprotocol/contracts-abi v0.1.0
github.com/primevprotocol/contracts-abi v0.1.2
github.com/prometheus/client_golang v1.14.0
github.com/rs/zerolog v1.31.0
github.com/urfave/cli/v2 v2.27.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -264,8 +264,8 @@ github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/primevprotocol/contracts-abi v0.1.0 h1:JBZbU2EWEOuP+HMW39wZbwrR6z9G72RTO5yU8bCA8Ag=
github.com/primevprotocol/contracts-abi v0.1.0/go.mod h1:dE2KkvEqC+itvPa3SCrqQfvH5Hfnfn6omNRwWDTdIp8=
github.com/primevprotocol/contracts-abi v0.1.2 h1:Q1xWCUHjH1B/f/d3Egwf9BVt4iutw/QHInXI6CAr8Wk=
github.com/primevprotocol/contracts-abi v0.1.2/go.mod h1:dE2KkvEqC+itvPa3SCrqQfvH5Hfnfn6omNRwWDTdIp8=
github.com/prometheus/client_golang v1.14.0 h1:nJdhIvne2eSX/XRAFV9PcvFFRbrjbcTUj0VP62TMhnw=
github.com/prometheus/client_golang v1.14.0/go.mod h1:8vpkKitgIVNcqrRBWh1C4TIUQgYNtG/XQE4E/Zae36Y=
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=
Expand Down

0 comments on commit 636af61

Please sign in to comment.