File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 8
8
"strings"
9
9
"time"
10
10
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"
13
13
14
14
"github.com/ethereum/go-ethereum/common"
15
15
)
Original file line number Diff line number Diff line change 5
5
require (
6
6
github.com/ethereum/go-ethereum v1.14.7
7
7
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
9
9
github.com/sirupsen/logrus v1.9.3
10
10
github.com/stretchr/testify v1.9.0
11
11
github.com/swaggo/swag v1.16.4
Original file line number Diff line number Diff line change @@ -158,6 +158,8 @@ github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
158
158
github.com/pkg/errors v0.9.1 /go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0 =
159
159
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
160
160
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 =
161
163
github.com/prometheus/client_golang v1.12.0 h1:C+UIj/QWtmqY13Arb8kwMt5j34/0Z2iKamrJ+ryC0Gg =
162
164
github.com/prometheus/client_golang v1.12.0 /go.mod h1:3Z9XVyYiZYEO+YQWt3RD2R3jrbd179Rt297l4aS6nDY =
163
165
github.com/prometheus/client_model v0.2.1-0.20210607210712-147c58e9608a h1:CmF68hwI0XsOQ5UwlBopMi2Ow4Pbg32akc4KIVCOm+Y =
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import (
14
14
15
15
log "github.com/sirupsen/logrus"
16
16
17
- rpchelper "github.com/powerloom/rpc-helper"
17
+ rpchelper "github.com/powerloom/go- rpc-helper"
18
18
19
19
"github.com/ethereum/go-ethereum/accounts/abi"
20
20
"github.com/ethereum/go-ethereum/accounts/abi/bind"
You can’t perform that action at this time.
0 commit comments