File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ func (s *DockerTestSuite) SetupDockerResources(opts ...ConfigOption) {
114114 s .provider = s .CreateDockerProvider (opts ... )
115115 s .celestia = s .CreateChain ()
116116 s .daNetwork = s .CreateDANetwork ()
117- s .evNodeChain = s .CreateRollkitChain ()
117+ s .evNodeChain = s .CreateEvolveChain ()
118118}
119119
120120// CreateChain creates a chain using the ChainBuilder pattern.
@@ -164,8 +164,8 @@ func (s *DockerTestSuite) CreateDANetwork() tastoratypes.DataAvailabilityNetwork
164164 return daNetwork
165165}
166166
167- // CreateRollkitChain creates a Rollkit chain using the provider
168- func (s * DockerTestSuite ) CreateRollkitChain () tastoratypes.RollkitChain {
167+ // CreateEvolveChain creates a Rollkit chain using the provider
168+ func (s * DockerTestSuite ) CreateEvolveChain () tastoratypes.RollkitChain {
169169 ctx := context .Background ()
170170
171171 rollkitChain , err := s .provider .GetRollkitChain (ctx )
You can’t perform that action at this time.
0 commit comments