From 634d73b88dbee5dcc44ddb9f21ef5100b64bb43e Mon Sep 17 00:00:00 2001 From: Woolfgm <160153877+Dahka2321@users.noreply.github.com> Date: Fri, 31 Jan 2025 08:23:23 +0100 Subject: [PATCH 1/5] Update spg-functions-python.md --- docs/Developers/python-sdk/spg-functions-python.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Developers/python-sdk/spg-functions-python.md b/docs/Developers/python-sdk/spg-functions-python.md index 11e62b3d..6438a477 100644 --- a/docs/Developers/python-sdk/spg-functions-python.md +++ b/docs/Developers/python-sdk/spg-functions-python.md @@ -10,7 +10,7 @@ metadata: next: description: '' --- -A group of functions provided by the [Story Protocol Gateway (SPG) contract](https://github.com/storyprotocol/protocol-periphery-v1/blob/main/contracts/StoryProtocolGateway.sol), which is essentially a way to combine independent operations like [Register an NFT as an IP Asset](doc:register-an-nft-as-an-ip-asset-python) and [Attach License Terms to an IP Asset](doc:attach-license-terms-to-an-ip-asset-python) into one transaction to make your life easier. +A group of functions provided by the [Story Protocol Gateway (SPG) contract](https://github.com/storyprotocol/protocol-periphery-v1/blob/main/contracts/SPGNFT.sol), which is essentially a way to combine independent operations like [Register an NFT as an IP Asset](doc:register-an-nft-as-an-ip-asset-python) and [Attach License Terms to an IP Asset](doc:attach-license-terms-to-an-ip-asset-python) into one transaction to make your life easier. > 🚧 Warning! > From 6bb97ddd2a64ff46566746a36345c3ec1bb9b10c Mon Sep 17 00:00:00 2001 From: Woolfgm <160153877+Dahka2321@users.noreply.github.com> Date: Fri, 31 Jan 2025 08:37:41 +0100 Subject: [PATCH 2/5] Update spg-functions-react.md --- docs/Developers/react-sdk/spg-functions-react.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Developers/react-sdk/spg-functions-react.md b/docs/Developers/react-sdk/spg-functions-react.md index 0a902a3b..52b0f125 100644 --- a/docs/Developers/react-sdk/spg-functions-react.md +++ b/docs/Developers/react-sdk/spg-functions-react.md @@ -24,7 +24,7 @@ This function allows you to do all of the following: Mint an NFT :arrow_forward: > > The address of `nftContract` **must** implement ISPGNFT in order to work. > -> An easy way to create a collection that implements ISPGNFT is to call the `createCollection` function in the SPG contract. +> An easy way to create a collection that implements ISPGNFT is to call the `createCollection` function in the SPG contract. > 📘 NFT Metadata > @@ -240,7 +240,7 @@ This function allows you to do all of the following: Mint an NFT :arrow_forward: > > The address of `nftContract` **must** implement ISPGNFT in order to work. > -> An easy way to create a collection that implements ISPGNFT is to call the `createCollection` function in the SPG contract. +> An easy way to create a collection that implements ISPGNFT is to call the `createCollection` function in the SPG contract. > 📘 NFT Metadata > From c8eae7b0c64e86c652a970c178edfccbad9cf85c Mon Sep 17 00:00:00 2001 From: Woolfgm <160153877+Dahka2321@users.noreply.github.com> Date: Fri, 31 Jan 2025 08:38:55 +0100 Subject: [PATCH 3/5] Update register-a-derivative.md --- docs/Developers/typescript-sdk/register-a-derivative.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Developers/typescript-sdk/register-a-derivative.md b/docs/Developers/typescript-sdk/register-a-derivative.md index 5097ec66..576ad4b5 100644 --- a/docs/Developers/typescript-sdk/register-a-derivative.md +++ b/docs/Developers/typescript-sdk/register-a-derivative.md @@ -208,7 +208,7 @@ This function allows you to do all of the following: Mint an NFT :arrow_forward: > > The address of `nftContract` **must** implement ISPGNFT in order to work. > -> An easy way to create a collection that implements ISPGNFT is to call the `createCollection` function in the SPG contract. +> An easy way to create a collection that implements ISPGNFT is to call the `createCollection` function in the SPG contract. > 📘 NFT Metadata > From 818184fa49cd9c8ef078b7be4ec3a84e5563fa62 Mon Sep 17 00:00:00 2001 From: Woolfgm <160153877+Dahka2321@users.noreply.github.com> Date: Fri, 31 Jan 2025 08:47:50 +0100 Subject: [PATCH 4/5] Update combined.md --- combined.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/combined.md b/combined.md index 517aabdc..bfb56000 100644 --- a/combined.md +++ b/combined.md @@ -7783,7 +7783,7 @@ story_client = StoryClient(web3, account, 1516) ``` # SPG Functions -A group of functions provided by the [Story Protocol Gateway (SPG) contract](https://github.com/storyprotocol/protocol-periphery-v1/blob/main/contracts/StoryProtocolGateway.sol), which is essentially a way to combine independent operations like [Register an NFT as an IP Asset](doc:register-an-nft-as-an-ip-asset-python) and [Attach License Terms to an IP Asset](doc:attach-license-terms-to-an-ip-asset-python) into one transaction to make your life easier. +A group of functions provided by the [Story Protocol Gateway (SPG) contract](https://github.com/storyprotocol/protocol-periphery-v1/blob/main/contracts/SPGNFT.sol), which is essentially a way to combine independent operations like [Register an NFT as an IP Asset](doc:register-an-nft-as-an-ip-asset-python) and [Attach License Terms to an IP Asset](doc:attach-license-terms-to-an-ip-asset-python) into one transaction to make your life easier. > 🚧 Warning! > @@ -8956,7 +8956,7 @@ This function allows you to do all of the following: Mint an NFT :arrow_forward: > > The address of `nftContract` **must** implement ISPGNFT in order to work. > -> An easy way to create a collection that implements ISPGNFT is to call the `createCollection` function in the SPG contract. +> An easy way to create a collection that implements ISPGNFT is to call the `createCollection` function in the SPG contract. > 📘 NFT Metadata > @@ -9172,7 +9172,7 @@ This function allows you to do all of the following: Mint an NFT :arrow_forward: > > The address of `nftContract` **must** implement ISPGNFT in order to work. > -> An easy way to create a collection that implements ISPGNFT is to call the `createCollection` function in the SPG contract. +> An easy way to create a collection that implements ISPGNFT is to call the `createCollection` function in the SPG contract. > 📘 NFT Metadata > @@ -15446,7 +15446,7 @@ This function allows you to do all of the following: Mint an NFT :arrow_forward: > > The address of `nftContract` **must** implement ISPGNFT in order to work. > -> An easy way to create a collection that implements ISPGNFT is to call the `createCollection` function in the SPG contract. +> An easy way to create a collection that implements ISPGNFT is to call the `createCollection` function in the SPG contract. > 📘 NFT Metadata > From a35ea2dc7164b56e012f454543156764c11f2a6f Mon Sep 17 00:00:00 2001 From: Woolfgm <160153877+Dahka2321@users.noreply.github.com> Date: Fri, 31 Jan 2025 09:05:54 +0100 Subject: [PATCH 5/5] Update register-pil-terms.md --- docs/Developers/typescript-sdk/register-pil-terms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Developers/typescript-sdk/register-pil-terms.md b/docs/Developers/typescript-sdk/register-pil-terms.md index 6d082bc9..f36b099f 100644 --- a/docs/Developers/typescript-sdk/register-pil-terms.md +++ b/docs/Developers/typescript-sdk/register-pil-terms.md @@ -15,7 +15,7 @@ This section demonstrates how to register a selection of License Terms using the ## Prerequisites * [Setup](doc:typescript-sdk-setup) the client object. -* If License Terms already exist for the identical set of parameters you intend to create, it is unnecessary to create it again and the function will simply return the existing `licenseTermsId` and an undefined `txHash`. You can use existing License Terms by its `licenseTermsId`. +* If License Terms already exist for the identical set of parameters you intend to create, it is unnecessary to create it again and the function will simply return the existing `licenseTermsId` and an undefined `txHash`. You can use existing License Terms by their `licenseTermsId`. > 🪙 Whitelisted Revenue Tokens >