Skip to content

Commit

Permalink
remove ws validation
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcauchi committed Nov 7, 2024
1 parent ff8760a commit 1da8bd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/types/config/node/core.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ func WithPrivateEVMs(networks []blockchain.EVMNetwork, commonChainConfig *evmcfg
var evmConfigs []*evmcfg.EVMConfig
for _, network := range networks {
var evmNodes []*evmcfg.Node
for i := range network.URLs {
for i := range network.HTTPURLs {
evmNodes = append(evmNodes, &evmcfg.Node{
Name: ptr.Ptr(fmt.Sprintf("%s-%d", network.Name, i)),
// WSURL: itutils.MustURL(network.URLs[i]),
Expand Down

0 comments on commit 1da8bd4

Please sign in to comment.