@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 +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/src/v2/streams/api.ts +1 -1
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
|
|
1203
|
+
const endpoint = `/streams/${organizationId}`;
|
|
1204
1204
|
const data = await apiClient.fetch(endpoint, {
|
|
1205
1205
|
method: "POST",
|
|
1206
1206
|
body: input
|