Optional dappId
This release has changed the types so that when initializing, the dappId
is optional if a apiUrl
is passed in. The use case for this is when using a WebSocket proxy server, so that the api key does not need to be kept in the client.
Changelog:
- 4.5.0-0.1.0: [feature] - Optional dappId when apiUrl #202