Skip to content

Commit ff3dc9a

Browse files
committed
chore: update rpc-helper dependency to v1.0.1 and adjust imports for consistency across the codebase
1 parent b6e1c5b commit ff3dc9a

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

config/settings.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ import (
88
"strings"
99
"time"
1010

11-
rpchelper "github.com/powerloom/rpc-helper"
12-
"github.com/powerloom/rpc-helper/reporting"
11+
rpchelper "github.com/powerloom/go-rpc-helper"
12+
"github.com/powerloom/go-rpc-helper/reporting"
1313

1414
"github.com/ethereum/go-ethereum/common"
1515
)

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.23
55
require (
66
github.com/ethereum/go-ethereum v1.14.7
77
github.com/gorilla/handlers v1.5.2
8-
github.com/powerloom/rpc-helper v0.0.0
8+
github.com/powerloom/go-rpc-helper v1.0.1
99
github.com/sirupsen/logrus v1.9.3
1010
github.com/stretchr/testify v1.9.0
1111
github.com/swaggo/swag v1.16.4

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,8 @@ github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
158158
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
159159
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
160160
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
161+
github.com/powerloom/go-rpc-helper v1.0.1 h1:SdVvBQklBnvJ/7gdlLG0BNCWHIs3DlIFMZLf/OEJQTo=
162+
github.com/powerloom/go-rpc-helper v1.0.1/go.mod h1:7NxyQFkA7dr1RIDgXHFlQ6EO3RBNB8/ma9ggyk0of8k=
161163
github.com/prometheus/client_golang v1.12.0 h1:C+UIj/QWtmqY13Arb8kwMt5j34/0Z2iKamrJ+ryC0Gg=
162164
github.com/prometheus/client_golang v1.12.0/go.mod h1:3Z9XVyYiZYEO+YQWt3RD2R3jrbd179Rt297l4aS6nDY=
163165
github.com/prometheus/client_model v0.2.1-0.20210607210712-147c58e9608a h1:CmF68hwI0XsOQ5UwlBopMi2Ow4Pbg32akc4KIVCOm+Y=

pkgs/prost/contract.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414

1515
log "github.com/sirupsen/logrus"
1616

17-
rpchelper "github.com/powerloom/rpc-helper"
17+
rpchelper "github.com/powerloom/go-rpc-helper"
1818

1919
"github.com/ethereum/go-ethereum/accounts/abi"
2020
"github.com/ethereum/go-ethereum/accounts/abi/bind"

0 commit comments

Comments
 (0)