eth-testing/chaindata/small/chain.go
Roy Crihfield 6a292c3cdd Add test data & fixes (#1)
PR for tracking this new repo used to support refactors.
Used in
- cerc-io/plugeth-statediff#11
- cerc-io/eth-iterator-utils#1

Reviewed-on: #1
2023-09-19 12:26:15 +00:00

10 lines
147 B
Go

package small
import (
"github.com/cerc-io/eth-testing/chaindata/util"
)
var (
ChainDataPath, AncientDataPath = util.ChainDataPaths("small")
)