eth-testing/chains/premerge1/chain.go

16 lines
179 B
Go
Raw Normal View History

2024-07-02 14:05:19 +00:00
package premerge1
import (
2024-06-22 10:28:19 +00:00
"github.com/cerc-io/eth-testing/chains"
)
var (
2024-07-02 14:05:19 +00:00
ChainData, err = chains.GetFixture("premerge1")
)
2023-09-24 06:42:53 +00:00
func init() {
if err != nil {
panic(err)
}
}