diff --git a/cmd/downloader/main.go b/cmd/downloader/main.go index 69d2785aa13..c9e1075c209 100644 --- a/cmd/downloader/main.go +++ b/cmd/downloader/main.go @@ -14,7 +14,8 @@ import ( "time" "github.com/ledgerwatch/erigon-lib/common/dbg" - _ "github.com/ledgerwatch/erigon/core/snaptype" //hack + _ "github.com/ledgerwatch/erigon/core/snaptype" //hack + _ "github.com/ledgerwatch/erigon/polygon/bor/snaptype" //hack "github.com/anacrolix/torrent/metainfo" "github.com/c2h5oh/datasize" diff --git a/cmd/integration/main.go b/cmd/integration/main.go index f0905ecec08..dcc76fa1ddf 100644 --- a/cmd/integration/main.go +++ b/cmd/integration/main.go @@ -4,7 +4,8 @@ import ( "fmt" "os" - _ "github.com/ledgerwatch/erigon/core/snaptype" //hack + _ "github.com/ledgerwatch/erigon/core/snaptype" //hack + _ "github.com/ledgerwatch/erigon/polygon/bor/snaptype" //hack "github.com/ledgerwatch/erigon-lib/common" "github.com/ledgerwatch/erigon/cmd/integration/commands" diff --git a/cmd/rpcdaemon/main.go b/cmd/rpcdaemon/main.go index 8b90a3b5650..ad5a372ab90 100644 --- a/cmd/rpcdaemon/main.go +++ b/cmd/rpcdaemon/main.go @@ -12,6 +12,9 @@ import ( "github.com/ledgerwatch/erigon/turbo/debug" "github.com/ledgerwatch/erigon/turbo/jsonrpc" "github.com/spf13/cobra" + + _ "github.com/ledgerwatch/erigon/core/snaptype" //hack + _ "github.com/ledgerwatch/erigon/polygon/bor/snaptype" //hack ) func main() {