Upgrade ipfs-ethdb to v3

This commit is contained in:
2022-05-04 13:06:07 +05:30
committed by nabarun
parent 181e3745f1
commit 4883590d85
4 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ import (
"github.com/jmoiron/sqlx"
log "github.com/sirupsen/logrus"
validator "github.com/vulcanize/eth-ipfs-state-validator/pkg"
ipfsethdb "github.com/vulcanize/ipfs-ethdb/postgres"
ipfsethdb "github.com/vulcanize/ipfs-ethdb/v3/postgres"
ethServerShared "github.com/ethereum/go-ethereum/statediff/indexer/shared"