Closed ggwpez closed 4 years ago
Contracts can be set in the Config now, using nil tells the NewClient method to deploy them. Currently NewClient modifies the passed Config argument, that is probably not optimal.
Config
nil
NewClient
Contracts can be set in the
Config
now, usingnil
tells theNewClient
method to deploy them.Currently
NewClient
modifies the passedConfig
argument, that is probably not optimal.