Skip to content

Commit

Permalink
fix gasprice suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-ogrady committed Sep 16, 2021
1 parent 12feada commit 4bbedc9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ DOCKER_ORG ?= avaplatform
DOCKER_IMAGE ?= ${DOCKER_ORG}/${PROJECT}
DOCKER_LABEL ?= latest
DOCKER_TAG ?= ${DOCKER_IMAGE}:${DOCKER_LABEL}
AVALANCHE_VERSION ?= v1.6.0-fuji
AVALANCHE_VERSION ?= v1.6.0-fuji-gasprice

build:
go build -o ./rosetta-server ./cmd/server
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.16

require (
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
github.com/ava-labs/avalanchego v1.6.0-fuji
github.com/ava-labs/avalanchego v1.6.0-fuji-gasprice
github.com/ava-labs/coreth v0.7.0-rc.10
github.com/coinbase/rosetta-sdk-go v0.6.5
github.com/decred/dcrd/dcrec/secp256k1/v3 v3.0.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da/go.mod h1:Q73ZrmV
github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310/go.mod h1:ufUuZ+zHj4x4TnLV4JWEpy2hxWSpsRywHrMgIH9cCH8=
github.com/aryann/difflib v0.0.0-20170710044230-e206f873d14a/go.mod h1:DAHtR1m6lCRdSC2Tm3DSWRPvIPr6xNKyeHdqDQSQT+A=
github.com/ava-labs/avalanchego v1.5.3-rc.8/go.mod h1:Pg2pAvTXsyk8XQripaQ+HMwYIqFECLsXPapNk/3fFPw=
github.com/ava-labs/avalanchego v1.6.0-fuji h1:ua1inDnv/A2GQJ+lyyYYjfFiU9RfuonZjxESnBLqnVE=
github.com/ava-labs/avalanchego v1.6.0-fuji/go.mod h1:SGp1fzgB9J51NPyyj+gdFc0oR5wP56RCHSwujweUhow=
github.com/ava-labs/avalanchego v1.6.0-fuji-gasprice h1:qs+SfGvu4+rhErfg3U1ea0zpjTkAlVeag63jAv9BCSI=
github.com/ava-labs/avalanchego v1.6.0-fuji-gasprice/go.mod h1:SGp1fzgB9J51NPyyj+gdFc0oR5wP56RCHSwujweUhow=
github.com/ava-labs/coreth v0.7.0-rc.10 h1:esECnmY9bpYdR6pdivbfJTjARsGifE3iyq3jtvoAKY4=
github.com/ava-labs/coreth v0.7.0-rc.10/go.mod h1:PPTq4HZ79WuXAKg441JmiDCZGKfer3ULjDr1FwwcO88=
github.com/aws/aws-lambda-go v1.13.3/go.mod h1:4UKl9IzQMoD+QF79YdCuzCwp8VbmG4VAQwij/eHl5CU=
Expand Down

0 comments on commit 4bbedc9

Please sign in to comment.