eth-testing/chaindata/small2/chain.go
Roy Crihfield c08e45c446 Refactor & replace fixture (#3)
The "medium" fixture contained missing nodes somewhere in the head block, so I've removed, and generated a new "small2" fixture. Also refactored a bit.

Reviewed-on: #3
2023-09-22 09:10:39 +00:00

10 lines
147 B
Go

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