Skip to content

Commit

Permalink
fix(taiko-client): revert path changes about SocialScan endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
YoGhurt111 committed Sep 17, 2024
1 parent 109595e commit f821060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/taiko-client/pkg/rpc/blob_datasource.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ func (ds *BlobDataSource) getBlobFromServer(ctx context.Context, blobHash common
err error
)
if ds.socialScanEndpoint != nil {
route = "/blobs/" + blobHash.String()
route = "/blob/" + blobHash.String()
requestURL, err = url.JoinPath(ds.socialScanEndpoint.String(), route)
} else {
route = "/blobs/" + blobHash.String()
Expand Down

0 comments on commit f821060

Please sign in to comment.