Commit a904feb 1 parent 0d7a12b commit a904feb Copy full SHA for a904feb
File tree 4 files changed +7
-1
lines changed
4 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
# 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 )
2
6
3
7
## v1.2.1
4
8
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ Batch calling functions is supported both natively and through the `Multicall3`
41
41
``` json
42
42
{
43
43
"GroupingWorkflows" : " 0xDed2AF44142489d5c380322A22cB9A0B8f22111A" ,
44
+ "RoyaltyWorkflows" : " 0xA07f6f4258440d8128Ab86362F17361391F4CA2B" ,
44
45
"SPG" : " 0xAceb5E631d743AF76aF69414eC8D356c13435E59" ,
45
46
"SPGNFTBeacon" : " 0x769A0F5197D427a7fC4378317437e924c8c74b33" ,
46
47
"SPGNFTImpl" : " 0xbE0EB11e256093e22c8802977023970Da6B97fAB" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"main" : {
3
3
"GroupingWorkflows" : " 0xDed2AF44142489d5c380322A22cB9A0B8f22111A" ,
4
+ "RoyaltyWorkflows" : " 0xA07f6f4258440d8128Ab86362F17361391F4CA2B" ,
4
5
"SPG" : " 0xAceb5E631d743AF76aF69414eC8D356c13435E59" ,
5
6
"SPGNFTBeacon" : " 0x769A0F5197D427a7fC4378317437e924c8c74b33" ,
6
7
"SPGNFTImpl" : " 0xbE0EB11e256093e22c8802977023970Da6B97fAB"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @story-protocol/protocol-periphery" ,
3
- "version" : " v1.2.1 " ,
3
+ "version" : " v1.2.2 " ,
4
4
"description" : " Story Proof-of-Creativity protocol periphery smart contracts" ,
5
5
"main" : " " ,
6
6
"directories" : {
You can’t perform that action at this time.
0 commit comments