Update module path for v3

This commit is contained in:
2022-05-18 13:35:16 +05:30
parent 2a0e9f8dfd
commit 705835512e
35 changed files with 77 additions and 78 deletions
+2 -3
View File
@@ -20,11 +20,10 @@ package client
import (
"context"
"github.com/vulcanize/ipld-eth-server/pkg/eth"
"github.com/ethereum/go-ethereum/rpc"
"github.com/vulcanize/ipld-eth-server/pkg/serve"
"github.com/vulcanize/ipld-eth-server/v3/pkg/eth"
"github.com/vulcanize/ipld-eth-server/v3/pkg/serve"
)
// Client is used to subscribe to the ipld-eth-server ipld data stream