All the values are now string[] instead of just a string so this will need to be changed in the settings plebbit options page to allow the user to put an array of strings.
I think this change is required before the next release or the user won't be able to edit their plebbit options properly.
From this
plebbit-react-hooks
version, thePlebbitOptions
have changed https://github.com/plebbit/plebbit-react-hooks/commit/33fca8ef1cfc78e5c16d7fcbe7effbeebeb082c8You can view them here https://github.com/plebbit/plebbit-js#plebbitplebbitoptions
ipfsGatewayUrl -> ipfsGatewayUrls ipfsHttpClientOptions -> ipfsHttpClientsOptions pubsubHttpClientOptions -> pubsubHttpClientsOptions
ChainProvider
also changed https://github.com/plebbit/plebbit-js#chainproviderChainProvider.url -> ChainProvider.urls
All the values are now
string[]
instead of just astring
so this will need to be changed in the settings plebbit options page to allow the user to put an array of strings.I think this change is required before the next release or the user won't be able to edit their plebbit options properly.