Open ImTei opened 9 months ago
Currently the main module of the project is defined as ledgerwatch/erigon in go.mod This makes an error when importing op-erigon as a library in external projects. We should change the module path to testinprod-io/op-erigon.
ledgerwatch/erigon
go.mod
testinprod-io/op-erigon
Currently the main module of the project is defined as
ledgerwatch/erigon
ingo.mod
This makes an error when importing op-erigon as a library in external projects. We should change the module path totestinprod-io/op-erigon
.