Skip to content

Commit a904feb

Browse files
committed
release v1.2.2
1 parent 0d7a12b commit a904feb

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# CHANGELOG
2+
## v1.2.2
3+
* Introduced `RoyaltyWorkflows` for IP Revenue Claiming
4+
5+
**Full Changelog**: [v1.2.1...v1.2.2](https://github.com/storyprotocol/protocol-periphery-v1/compare/v1.2.1...v1.2.2)
26

37
## v1.2.1
48

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ Batch calling functions is supported both natively and through the `Multicall3`
4141
```json
4242
{
4343
"GroupingWorkflows": "0xDed2AF44142489d5c380322A22cB9A0B8f22111A",
44+
"RoyaltyWorkflows": "0xA07f6f4258440d8128Ab86362F17361391F4CA2B",
4445
"SPG": "0xAceb5E631d743AF76aF69414eC8D356c13435E59",
4546
"SPGNFTBeacon": "0x769A0F5197D427a7fC4378317437e924c8c74b33",
4647
"SPGNFTImpl": "0xbE0EB11e256093e22c8802977023970Da6B97fAB",

deploy-out/deployment-1513.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"main": {
33
"GroupingWorkflows": "0xDed2AF44142489d5c380322A22cB9A0B8f22111A",
4+
"RoyaltyWorkflows": "0xA07f6f4258440d8128Ab86362F17361391F4CA2B",
45
"SPG": "0xAceb5E631d743AF76aF69414eC8D356c13435E59",
56
"SPGNFTBeacon": "0x769A0F5197D427a7fC4378317437e924c8c74b33",
67
"SPGNFTImpl": "0xbE0EB11e256093e22c8802977023970Da6B97fAB"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@story-protocol/protocol-periphery",
3-
"version": "v1.2.1",
3+
"version": "v1.2.2",
44
"description": "Story Proof-of-Creativity protocol periphery smart contracts",
55
"main": "",
66
"directories": {

0 commit comments

Comments
 (0)