Roy Crihfield
6a292c3cdd
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
10 lines
147 B
Go
10 lines
147 B
Go
package small
|
|
|
|
import (
|
|
"github.com/cerc-io/eth-testing/chaindata/util"
|
|
)
|
|
|
|
var (
|
|
ChainDataPath, AncientDataPath = util.ChainDataPaths("small")
|
|
)
|