@turtleclub/hooks 0.5.0-beta.80 → 0.5.0-beta.81

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -1200,7 +1200,7 @@ async function getStreamsSupportedChains() {
1200
1200
  return result.data.chains;
1201
1201
  }
1202
1202
  async function requestStreamSignature(organizationId, input) {
1203
- const endpoint = `/streams/create/${organizationId}`;
1203
+ const endpoint = `/streams/${organizationId}`;
1204
1204
  const data = await apiClient.fetch(endpoint, {
1205
1205
  method: "POST",
1206
1206
  body: input