Skip to content

Commit

Permalink
Set HTTPURLs in EVMClient for simulated network (#1106)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszcl committed Aug 28, 2024
1 parent d08c022 commit c278a93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions blockchain/ethereum.go
Original file line number Diff line number Diff line change
Expand Up @@ -1321,6 +1321,7 @@ func NewEVMClient(networkSettings EVMNetwork, env *environment.Environment, logg
return nil, fmt.Errorf("network %s not found in environment", networkSettings.Name)
}
networkSettings.URLs = env.URLs[networkSettings.Name]
networkSettings.HTTPURLs = env.URLs[networkSettings.Name+"_http"]
}

return ConnectEVMClient(networkSettings, logger)
Expand Down

0 comments on commit c278a93

Please sign in to comment.