You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This change was implemented but seems to have (24th May) been reverted somehow somewhere down the line.
Reopening issue, propose (breaking change) to change out existing createNewCategoricalMarket(signer, title,description, oracle, end, creationType, categories, callback?) for object paramaters, so that the first form will cease to work.
If createNewMarket function gets changed in future please consider using options object instead of individual arguments:
e.g. something like
createNewMarket(signer, title, options)
instead ofcreateNewMarket([endless list of arguments])
.The text was updated successfully, but these errors were encountered: