@story-protocol/core-sdk 1.2.0-rc.0 → 1.2.0-rc.1

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.
Files changed (26) hide show
  1. package/dist/declarations/src/abi/generated.d.ts +434 -1128
  2. package/dist/declarations/src/abi/generated.d.ts.map +1 -1
  3. package/dist/declarations/src/index.d.ts +4 -3
  4. package/dist/declarations/src/index.d.ts.map +1 -1
  5. package/dist/declarations/src/resources/dispute.d.ts +1 -1
  6. package/dist/declarations/src/resources/dispute.d.ts.map +1 -1
  7. package/dist/declarations/src/resources/ipAsset.d.ts +3 -1
  8. package/dist/declarations/src/resources/ipAsset.d.ts.map +1 -1
  9. package/dist/declarations/src/resources/license.d.ts +39 -8
  10. package/dist/declarations/src/resources/license.d.ts.map +1 -1
  11. package/dist/declarations/src/types/config.d.ts +1 -1
  12. package/dist/declarations/src/types/config.d.ts.map +1 -1
  13. package/dist/declarations/src/types/resources/dispute.d.ts +2 -2
  14. package/dist/declarations/src/types/resources/dispute.d.ts.map +1 -1
  15. package/dist/declarations/src/types/resources/ipAsset.d.ts +3 -0
  16. package/dist/declarations/src/types/resources/ipAsset.d.ts.map +1 -1
  17. package/dist/declarations/src/types/resources/license.d.ts +28 -1
  18. package/dist/declarations/src/types/resources/license.d.ts.map +1 -1
  19. package/dist/declarations/src/utils/chain.d.ts +5 -6
  20. package/dist/declarations/src/utils/chain.d.ts.map +1 -1
  21. package/dist/declarations/src/utils/ipfs.d.ts +4 -0
  22. package/dist/declarations/src/utils/ipfs.d.ts.map +1 -0
  23. package/dist/story-protocol-core-sdk.cjs.dev.js +593 -317
  24. package/dist/story-protocol-core-sdk.cjs.prod.js +593 -317
  25. package/dist/story-protocol-core-sdk.esm.js +588 -317
  26. package/package.json +3 -1
@@ -505,14 +505,14 @@ export declare const accessControllerAbi: readonly [{
505
505
  *
506
506
  */
507
507
  export declare const accessControllerAddress: {
508
- readonly 1513: "0xbcaD7EA76Ee68Cc507874e9050a7E7D7ff07BB09";
508
+ readonly 1516: "0xf709c8001E94e2ca6F98b7fFBCd5BD3943E46D81";
509
509
  };
510
510
  /**
511
511
  *
512
512
  */
513
513
  export declare const accessControllerConfig: {
514
514
  readonly address: {
515
- readonly 1513: "0xbcaD7EA76Ee68Cc507874e9050a7E7D7ff07BB09";
515
+ readonly 1516: "0xf709c8001E94e2ca6F98b7fFBCd5BD3943E46D81";
516
516
  };
517
517
  readonly abi: readonly [{
518
518
  readonly type: "constructor";
@@ -1014,725 +1014,6 @@ export declare const accessControllerConfig: {
1014
1014
  readonly stateMutability: "payable";
1015
1015
  }];
1016
1016
  };
1017
- /**
1018
- *
1019
- */
1020
- export declare const arbitrationPolicySpAbi: readonly [{
1021
- readonly type: "constructor";
1022
- readonly inputs: readonly [{
1023
- readonly name: "disputeModule";
1024
- readonly internalType: "address";
1025
- readonly type: "address";
1026
- }, {
1027
- readonly name: "paymentToken";
1028
- readonly internalType: "address";
1029
- readonly type: "address";
1030
- }, {
1031
- readonly name: "arbitrationPrice";
1032
- readonly internalType: "uint256";
1033
- readonly type: "uint256";
1034
- }];
1035
- readonly stateMutability: "nonpayable";
1036
- }, {
1037
- readonly type: "error";
1038
- readonly inputs: readonly [{
1039
- readonly name: "authority";
1040
- readonly internalType: "address";
1041
- readonly type: "address";
1042
- }];
1043
- readonly name: "AccessManagedInvalidAuthority";
1044
- }, {
1045
- readonly type: "error";
1046
- readonly inputs: readonly [{
1047
- readonly name: "caller";
1048
- readonly internalType: "address";
1049
- readonly type: "address";
1050
- }, {
1051
- readonly name: "delay";
1052
- readonly internalType: "uint32";
1053
- readonly type: "uint32";
1054
- }];
1055
- readonly name: "AccessManagedRequiredDelay";
1056
- }, {
1057
- readonly type: "error";
1058
- readonly inputs: readonly [{
1059
- readonly name: "caller";
1060
- readonly internalType: "address";
1061
- readonly type: "address";
1062
- }];
1063
- readonly name: "AccessManagedUnauthorized";
1064
- }, {
1065
- readonly type: "error";
1066
- readonly inputs: readonly [{
1067
- readonly name: "target";
1068
- readonly internalType: "address";
1069
- readonly type: "address";
1070
- }];
1071
- readonly name: "AddressEmptyCode";
1072
- }, {
1073
- readonly type: "error";
1074
- readonly inputs: readonly [{
1075
- readonly name: "account";
1076
- readonly internalType: "address";
1077
- readonly type: "address";
1078
- }];
1079
- readonly name: "AddressInsufficientBalance";
1080
- }, {
1081
- readonly type: "error";
1082
- readonly inputs: readonly [];
1083
- readonly name: "ArbitrationPolicySP__NotDisputeModule";
1084
- }, {
1085
- readonly type: "error";
1086
- readonly inputs: readonly [];
1087
- readonly name: "ArbitrationPolicySP__ZeroAccessManager";
1088
- }, {
1089
- readonly type: "error";
1090
- readonly inputs: readonly [];
1091
- readonly name: "ArbitrationPolicySP__ZeroDisputeModule";
1092
- }, {
1093
- readonly type: "error";
1094
- readonly inputs: readonly [];
1095
- readonly name: "ArbitrationPolicySP__ZeroPaymentToken";
1096
- }, {
1097
- readonly type: "error";
1098
- readonly inputs: readonly [];
1099
- readonly name: "ArbitrationPolicySP__ZeroTreasury";
1100
- }, {
1101
- readonly type: "error";
1102
- readonly inputs: readonly [{
1103
- readonly name: "implementation";
1104
- readonly internalType: "address";
1105
- readonly type: "address";
1106
- }];
1107
- readonly name: "ERC1967InvalidImplementation";
1108
- }, {
1109
- readonly type: "error";
1110
- readonly inputs: readonly [];
1111
- readonly name: "ERC1967NonPayable";
1112
- }, {
1113
- readonly type: "error";
1114
- readonly inputs: readonly [];
1115
- readonly name: "FailedInnerCall";
1116
- }, {
1117
- readonly type: "error";
1118
- readonly inputs: readonly [];
1119
- readonly name: "InvalidInitialization";
1120
- }, {
1121
- readonly type: "error";
1122
- readonly inputs: readonly [];
1123
- readonly name: "NotInitializing";
1124
- }, {
1125
- readonly type: "error";
1126
- readonly inputs: readonly [{
1127
- readonly name: "token";
1128
- readonly internalType: "address";
1129
- readonly type: "address";
1130
- }];
1131
- readonly name: "SafeERC20FailedOperation";
1132
- }, {
1133
- readonly type: "error";
1134
- readonly inputs: readonly [];
1135
- readonly name: "UUPSUnauthorizedCallContext";
1136
- }, {
1137
- readonly type: "error";
1138
- readonly inputs: readonly [{
1139
- readonly name: "slot";
1140
- readonly internalType: "bytes32";
1141
- readonly type: "bytes32";
1142
- }];
1143
- readonly name: "UUPSUnsupportedProxiableUUID";
1144
- }, {
1145
- readonly type: "event";
1146
- readonly anonymous: false;
1147
- readonly inputs: readonly [{
1148
- readonly name: "authority";
1149
- readonly internalType: "address";
1150
- readonly type: "address";
1151
- readonly indexed: false;
1152
- }];
1153
- readonly name: "AuthorityUpdated";
1154
- }, {
1155
- readonly type: "event";
1156
- readonly anonymous: false;
1157
- readonly inputs: readonly [{
1158
- readonly name: "version";
1159
- readonly internalType: "uint64";
1160
- readonly type: "uint64";
1161
- readonly indexed: false;
1162
- }];
1163
- readonly name: "Initialized";
1164
- }, {
1165
- readonly type: "event";
1166
- readonly anonymous: false;
1167
- readonly inputs: readonly [{
1168
- readonly name: "implementation";
1169
- readonly internalType: "address";
1170
- readonly type: "address";
1171
- readonly indexed: true;
1172
- }];
1173
- readonly name: "Upgraded";
1174
- }, {
1175
- readonly type: "function";
1176
- readonly inputs: readonly [];
1177
- readonly name: "ARBITRATION_PRICE";
1178
- readonly outputs: readonly [{
1179
- readonly name: "";
1180
- readonly internalType: "uint256";
1181
- readonly type: "uint256";
1182
- }];
1183
- readonly stateMutability: "view";
1184
- }, {
1185
- readonly type: "function";
1186
- readonly inputs: readonly [];
1187
- readonly name: "DISPUTE_MODULE";
1188
- readonly outputs: readonly [{
1189
- readonly name: "";
1190
- readonly internalType: "address";
1191
- readonly type: "address";
1192
- }];
1193
- readonly stateMutability: "view";
1194
- }, {
1195
- readonly type: "function";
1196
- readonly inputs: readonly [];
1197
- readonly name: "PAYMENT_TOKEN";
1198
- readonly outputs: readonly [{
1199
- readonly name: "";
1200
- readonly internalType: "address";
1201
- readonly type: "address";
1202
- }];
1203
- readonly stateMutability: "view";
1204
- }, {
1205
- readonly type: "function";
1206
- readonly inputs: readonly [];
1207
- readonly name: "UPGRADE_INTERFACE_VERSION";
1208
- readonly outputs: readonly [{
1209
- readonly name: "";
1210
- readonly internalType: "string";
1211
- readonly type: "string";
1212
- }];
1213
- readonly stateMutability: "view";
1214
- }, {
1215
- readonly type: "function";
1216
- readonly inputs: readonly [];
1217
- readonly name: "authority";
1218
- readonly outputs: readonly [{
1219
- readonly name: "";
1220
- readonly internalType: "address";
1221
- readonly type: "address";
1222
- }];
1223
- readonly stateMutability: "view";
1224
- }, {
1225
- readonly type: "function";
1226
- readonly inputs: readonly [{
1227
- readonly name: "accessManager";
1228
- readonly internalType: "address";
1229
- readonly type: "address";
1230
- }, {
1231
- readonly name: "newTreasury";
1232
- readonly internalType: "address";
1233
- readonly type: "address";
1234
- }];
1235
- readonly name: "initialize";
1236
- readonly outputs: readonly [];
1237
- readonly stateMutability: "nonpayable";
1238
- }, {
1239
- readonly type: "function";
1240
- readonly inputs: readonly [];
1241
- readonly name: "isConsumingScheduledOp";
1242
- readonly outputs: readonly [{
1243
- readonly name: "";
1244
- readonly internalType: "bytes4";
1245
- readonly type: "bytes4";
1246
- }];
1247
- readonly stateMutability: "view";
1248
- }, {
1249
- readonly type: "function";
1250
- readonly inputs: readonly [{
1251
- readonly name: "caller";
1252
- readonly internalType: "address";
1253
- readonly type: "address";
1254
- }, {
1255
- readonly name: "disputeId";
1256
- readonly internalType: "uint256";
1257
- readonly type: "uint256";
1258
- }, {
1259
- readonly name: "data";
1260
- readonly internalType: "bytes";
1261
- readonly type: "bytes";
1262
- }];
1263
- readonly name: "onDisputeCancel";
1264
- readonly outputs: readonly [];
1265
- readonly stateMutability: "nonpayable";
1266
- }, {
1267
- readonly type: "function";
1268
- readonly inputs: readonly [{
1269
- readonly name: "disputeId";
1270
- readonly internalType: "uint256";
1271
- readonly type: "uint256";
1272
- }, {
1273
- readonly name: "decision";
1274
- readonly internalType: "bool";
1275
- readonly type: "bool";
1276
- }, {
1277
- readonly name: "data";
1278
- readonly internalType: "bytes";
1279
- readonly type: "bytes";
1280
- }];
1281
- readonly name: "onDisputeJudgement";
1282
- readonly outputs: readonly [];
1283
- readonly stateMutability: "nonpayable";
1284
- }, {
1285
- readonly type: "function";
1286
- readonly inputs: readonly [{
1287
- readonly name: "caller";
1288
- readonly internalType: "address";
1289
- readonly type: "address";
1290
- }, {
1291
- readonly name: "data";
1292
- readonly internalType: "bytes";
1293
- readonly type: "bytes";
1294
- }];
1295
- readonly name: "onRaiseDispute";
1296
- readonly outputs: readonly [];
1297
- readonly stateMutability: "nonpayable";
1298
- }, {
1299
- readonly type: "function";
1300
- readonly inputs: readonly [{
1301
- readonly name: "caller";
1302
- readonly internalType: "address";
1303
- readonly type: "address";
1304
- }, {
1305
- readonly name: "disputeId";
1306
- readonly internalType: "uint256";
1307
- readonly type: "uint256";
1308
- }, {
1309
- readonly name: "data";
1310
- readonly internalType: "bytes";
1311
- readonly type: "bytes";
1312
- }];
1313
- readonly name: "onResolveDispute";
1314
- readonly outputs: readonly [];
1315
- readonly stateMutability: "nonpayable";
1316
- }, {
1317
- readonly type: "function";
1318
- readonly inputs: readonly [];
1319
- readonly name: "proxiableUUID";
1320
- readonly outputs: readonly [{
1321
- readonly name: "";
1322
- readonly internalType: "bytes32";
1323
- readonly type: "bytes32";
1324
- }];
1325
- readonly stateMutability: "view";
1326
- }, {
1327
- readonly type: "function";
1328
- readonly inputs: readonly [{
1329
- readonly name: "newAuthority";
1330
- readonly internalType: "address";
1331
- readonly type: "address";
1332
- }];
1333
- readonly name: "setAuthority";
1334
- readonly outputs: readonly [];
1335
- readonly stateMutability: "nonpayable";
1336
- }, {
1337
- readonly type: "function";
1338
- readonly inputs: readonly [{
1339
- readonly name: "newTreasury";
1340
- readonly internalType: "address";
1341
- readonly type: "address";
1342
- }];
1343
- readonly name: "setTreasury";
1344
- readonly outputs: readonly [];
1345
- readonly stateMutability: "nonpayable";
1346
- }, {
1347
- readonly type: "function";
1348
- readonly inputs: readonly [];
1349
- readonly name: "treasury";
1350
- readonly outputs: readonly [{
1351
- readonly name: "";
1352
- readonly internalType: "address";
1353
- readonly type: "address";
1354
- }];
1355
- readonly stateMutability: "view";
1356
- }, {
1357
- readonly type: "function";
1358
- readonly inputs: readonly [{
1359
- readonly name: "newImplementation";
1360
- readonly internalType: "address";
1361
- readonly type: "address";
1362
- }, {
1363
- readonly name: "data";
1364
- readonly internalType: "bytes";
1365
- readonly type: "bytes";
1366
- }];
1367
- readonly name: "upgradeToAndCall";
1368
- readonly outputs: readonly [];
1369
- readonly stateMutability: "payable";
1370
- }];
1371
- /**
1372
- *
1373
- */
1374
- export declare const arbitrationPolicySpAddress: {
1375
- readonly 1513: "0x8038697357F63415e848785e45B00eB60BcD797b";
1376
- };
1377
- /**
1378
- *
1379
- */
1380
- export declare const arbitrationPolicySpConfig: {
1381
- readonly address: {
1382
- readonly 1513: "0x8038697357F63415e848785e45B00eB60BcD797b";
1383
- };
1384
- readonly abi: readonly [{
1385
- readonly type: "constructor";
1386
- readonly inputs: readonly [{
1387
- readonly name: "disputeModule";
1388
- readonly internalType: "address";
1389
- readonly type: "address";
1390
- }, {
1391
- readonly name: "paymentToken";
1392
- readonly internalType: "address";
1393
- readonly type: "address";
1394
- }, {
1395
- readonly name: "arbitrationPrice";
1396
- readonly internalType: "uint256";
1397
- readonly type: "uint256";
1398
- }];
1399
- readonly stateMutability: "nonpayable";
1400
- }, {
1401
- readonly type: "error";
1402
- readonly inputs: readonly [{
1403
- readonly name: "authority";
1404
- readonly internalType: "address";
1405
- readonly type: "address";
1406
- }];
1407
- readonly name: "AccessManagedInvalidAuthority";
1408
- }, {
1409
- readonly type: "error";
1410
- readonly inputs: readonly [{
1411
- readonly name: "caller";
1412
- readonly internalType: "address";
1413
- readonly type: "address";
1414
- }, {
1415
- readonly name: "delay";
1416
- readonly internalType: "uint32";
1417
- readonly type: "uint32";
1418
- }];
1419
- readonly name: "AccessManagedRequiredDelay";
1420
- }, {
1421
- readonly type: "error";
1422
- readonly inputs: readonly [{
1423
- readonly name: "caller";
1424
- readonly internalType: "address";
1425
- readonly type: "address";
1426
- }];
1427
- readonly name: "AccessManagedUnauthorized";
1428
- }, {
1429
- readonly type: "error";
1430
- readonly inputs: readonly [{
1431
- readonly name: "target";
1432
- readonly internalType: "address";
1433
- readonly type: "address";
1434
- }];
1435
- readonly name: "AddressEmptyCode";
1436
- }, {
1437
- readonly type: "error";
1438
- readonly inputs: readonly [{
1439
- readonly name: "account";
1440
- readonly internalType: "address";
1441
- readonly type: "address";
1442
- }];
1443
- readonly name: "AddressInsufficientBalance";
1444
- }, {
1445
- readonly type: "error";
1446
- readonly inputs: readonly [];
1447
- readonly name: "ArbitrationPolicySP__NotDisputeModule";
1448
- }, {
1449
- readonly type: "error";
1450
- readonly inputs: readonly [];
1451
- readonly name: "ArbitrationPolicySP__ZeroAccessManager";
1452
- }, {
1453
- readonly type: "error";
1454
- readonly inputs: readonly [];
1455
- readonly name: "ArbitrationPolicySP__ZeroDisputeModule";
1456
- }, {
1457
- readonly type: "error";
1458
- readonly inputs: readonly [];
1459
- readonly name: "ArbitrationPolicySP__ZeroPaymentToken";
1460
- }, {
1461
- readonly type: "error";
1462
- readonly inputs: readonly [];
1463
- readonly name: "ArbitrationPolicySP__ZeroTreasury";
1464
- }, {
1465
- readonly type: "error";
1466
- readonly inputs: readonly [{
1467
- readonly name: "implementation";
1468
- readonly internalType: "address";
1469
- readonly type: "address";
1470
- }];
1471
- readonly name: "ERC1967InvalidImplementation";
1472
- }, {
1473
- readonly type: "error";
1474
- readonly inputs: readonly [];
1475
- readonly name: "ERC1967NonPayable";
1476
- }, {
1477
- readonly type: "error";
1478
- readonly inputs: readonly [];
1479
- readonly name: "FailedInnerCall";
1480
- }, {
1481
- readonly type: "error";
1482
- readonly inputs: readonly [];
1483
- readonly name: "InvalidInitialization";
1484
- }, {
1485
- readonly type: "error";
1486
- readonly inputs: readonly [];
1487
- readonly name: "NotInitializing";
1488
- }, {
1489
- readonly type: "error";
1490
- readonly inputs: readonly [{
1491
- readonly name: "token";
1492
- readonly internalType: "address";
1493
- readonly type: "address";
1494
- }];
1495
- readonly name: "SafeERC20FailedOperation";
1496
- }, {
1497
- readonly type: "error";
1498
- readonly inputs: readonly [];
1499
- readonly name: "UUPSUnauthorizedCallContext";
1500
- }, {
1501
- readonly type: "error";
1502
- readonly inputs: readonly [{
1503
- readonly name: "slot";
1504
- readonly internalType: "bytes32";
1505
- readonly type: "bytes32";
1506
- }];
1507
- readonly name: "UUPSUnsupportedProxiableUUID";
1508
- }, {
1509
- readonly type: "event";
1510
- readonly anonymous: false;
1511
- readonly inputs: readonly [{
1512
- readonly name: "authority";
1513
- readonly internalType: "address";
1514
- readonly type: "address";
1515
- readonly indexed: false;
1516
- }];
1517
- readonly name: "AuthorityUpdated";
1518
- }, {
1519
- readonly type: "event";
1520
- readonly anonymous: false;
1521
- readonly inputs: readonly [{
1522
- readonly name: "version";
1523
- readonly internalType: "uint64";
1524
- readonly type: "uint64";
1525
- readonly indexed: false;
1526
- }];
1527
- readonly name: "Initialized";
1528
- }, {
1529
- readonly type: "event";
1530
- readonly anonymous: false;
1531
- readonly inputs: readonly [{
1532
- readonly name: "implementation";
1533
- readonly internalType: "address";
1534
- readonly type: "address";
1535
- readonly indexed: true;
1536
- }];
1537
- readonly name: "Upgraded";
1538
- }, {
1539
- readonly type: "function";
1540
- readonly inputs: readonly [];
1541
- readonly name: "ARBITRATION_PRICE";
1542
- readonly outputs: readonly [{
1543
- readonly name: "";
1544
- readonly internalType: "uint256";
1545
- readonly type: "uint256";
1546
- }];
1547
- readonly stateMutability: "view";
1548
- }, {
1549
- readonly type: "function";
1550
- readonly inputs: readonly [];
1551
- readonly name: "DISPUTE_MODULE";
1552
- readonly outputs: readonly [{
1553
- readonly name: "";
1554
- readonly internalType: "address";
1555
- readonly type: "address";
1556
- }];
1557
- readonly stateMutability: "view";
1558
- }, {
1559
- readonly type: "function";
1560
- readonly inputs: readonly [];
1561
- readonly name: "PAYMENT_TOKEN";
1562
- readonly outputs: readonly [{
1563
- readonly name: "";
1564
- readonly internalType: "address";
1565
- readonly type: "address";
1566
- }];
1567
- readonly stateMutability: "view";
1568
- }, {
1569
- readonly type: "function";
1570
- readonly inputs: readonly [];
1571
- readonly name: "UPGRADE_INTERFACE_VERSION";
1572
- readonly outputs: readonly [{
1573
- readonly name: "";
1574
- readonly internalType: "string";
1575
- readonly type: "string";
1576
- }];
1577
- readonly stateMutability: "view";
1578
- }, {
1579
- readonly type: "function";
1580
- readonly inputs: readonly [];
1581
- readonly name: "authority";
1582
- readonly outputs: readonly [{
1583
- readonly name: "";
1584
- readonly internalType: "address";
1585
- readonly type: "address";
1586
- }];
1587
- readonly stateMutability: "view";
1588
- }, {
1589
- readonly type: "function";
1590
- readonly inputs: readonly [{
1591
- readonly name: "accessManager";
1592
- readonly internalType: "address";
1593
- readonly type: "address";
1594
- }, {
1595
- readonly name: "newTreasury";
1596
- readonly internalType: "address";
1597
- readonly type: "address";
1598
- }];
1599
- readonly name: "initialize";
1600
- readonly outputs: readonly [];
1601
- readonly stateMutability: "nonpayable";
1602
- }, {
1603
- readonly type: "function";
1604
- readonly inputs: readonly [];
1605
- readonly name: "isConsumingScheduledOp";
1606
- readonly outputs: readonly [{
1607
- readonly name: "";
1608
- readonly internalType: "bytes4";
1609
- readonly type: "bytes4";
1610
- }];
1611
- readonly stateMutability: "view";
1612
- }, {
1613
- readonly type: "function";
1614
- readonly inputs: readonly [{
1615
- readonly name: "caller";
1616
- readonly internalType: "address";
1617
- readonly type: "address";
1618
- }, {
1619
- readonly name: "disputeId";
1620
- readonly internalType: "uint256";
1621
- readonly type: "uint256";
1622
- }, {
1623
- readonly name: "data";
1624
- readonly internalType: "bytes";
1625
- readonly type: "bytes";
1626
- }];
1627
- readonly name: "onDisputeCancel";
1628
- readonly outputs: readonly [];
1629
- readonly stateMutability: "nonpayable";
1630
- }, {
1631
- readonly type: "function";
1632
- readonly inputs: readonly [{
1633
- readonly name: "disputeId";
1634
- readonly internalType: "uint256";
1635
- readonly type: "uint256";
1636
- }, {
1637
- readonly name: "decision";
1638
- readonly internalType: "bool";
1639
- readonly type: "bool";
1640
- }, {
1641
- readonly name: "data";
1642
- readonly internalType: "bytes";
1643
- readonly type: "bytes";
1644
- }];
1645
- readonly name: "onDisputeJudgement";
1646
- readonly outputs: readonly [];
1647
- readonly stateMutability: "nonpayable";
1648
- }, {
1649
- readonly type: "function";
1650
- readonly inputs: readonly [{
1651
- readonly name: "caller";
1652
- readonly internalType: "address";
1653
- readonly type: "address";
1654
- }, {
1655
- readonly name: "data";
1656
- readonly internalType: "bytes";
1657
- readonly type: "bytes";
1658
- }];
1659
- readonly name: "onRaiseDispute";
1660
- readonly outputs: readonly [];
1661
- readonly stateMutability: "nonpayable";
1662
- }, {
1663
- readonly type: "function";
1664
- readonly inputs: readonly [{
1665
- readonly name: "caller";
1666
- readonly internalType: "address";
1667
- readonly type: "address";
1668
- }, {
1669
- readonly name: "disputeId";
1670
- readonly internalType: "uint256";
1671
- readonly type: "uint256";
1672
- }, {
1673
- readonly name: "data";
1674
- readonly internalType: "bytes";
1675
- readonly type: "bytes";
1676
- }];
1677
- readonly name: "onResolveDispute";
1678
- readonly outputs: readonly [];
1679
- readonly stateMutability: "nonpayable";
1680
- }, {
1681
- readonly type: "function";
1682
- readonly inputs: readonly [];
1683
- readonly name: "proxiableUUID";
1684
- readonly outputs: readonly [{
1685
- readonly name: "";
1686
- readonly internalType: "bytes32";
1687
- readonly type: "bytes32";
1688
- }];
1689
- readonly stateMutability: "view";
1690
- }, {
1691
- readonly type: "function";
1692
- readonly inputs: readonly [{
1693
- readonly name: "newAuthority";
1694
- readonly internalType: "address";
1695
- readonly type: "address";
1696
- }];
1697
- readonly name: "setAuthority";
1698
- readonly outputs: readonly [];
1699
- readonly stateMutability: "nonpayable";
1700
- }, {
1701
- readonly type: "function";
1702
- readonly inputs: readonly [{
1703
- readonly name: "newTreasury";
1704
- readonly internalType: "address";
1705
- readonly type: "address";
1706
- }];
1707
- readonly name: "setTreasury";
1708
- readonly outputs: readonly [];
1709
- readonly stateMutability: "nonpayable";
1710
- }, {
1711
- readonly type: "function";
1712
- readonly inputs: readonly [];
1713
- readonly name: "treasury";
1714
- readonly outputs: readonly [{
1715
- readonly name: "";
1716
- readonly internalType: "address";
1717
- readonly type: "address";
1718
- }];
1719
- readonly stateMutability: "view";
1720
- }, {
1721
- readonly type: "function";
1722
- readonly inputs: readonly [{
1723
- readonly name: "newImplementation";
1724
- readonly internalType: "address";
1725
- readonly type: "address";
1726
- }, {
1727
- readonly name: "data";
1728
- readonly internalType: "bytes";
1729
- readonly type: "bytes";
1730
- }];
1731
- readonly name: "upgradeToAndCall";
1732
- readonly outputs: readonly [];
1733
- readonly stateMutability: "payable";
1734
- }];
1735
- };
1736
1017
  /**
1737
1018
  *
1738
1019
  */
@@ -2121,14 +1402,14 @@ export declare const coreMetadataModuleAbi: readonly [{
2121
1402
  *
2122
1403
  */
2123
1404
  export declare const coreMetadataModuleAddress: {
2124
- readonly 1513: "0xa71Bd7aff91Da5E27A6f96c546D489F6e0870E45";
1405
+ readonly 1516: "0x89630Ccf23277417FBdfd3076C702F5248267e78";
2125
1406
  };
2126
1407
  /**
2127
1408
  *
2128
1409
  */
2129
1410
  export declare const coreMetadataModuleConfig: {
2130
1411
  readonly address: {
2131
- readonly 1513: "0xa71Bd7aff91Da5E27A6f96c546D489F6e0870E45";
1412
+ readonly 1516: "0x89630Ccf23277417FBdfd3076C702F5248267e78";
2132
1413
  };
2133
1414
  readonly abi: readonly [{
2134
1415
  readonly type: "constructor";
@@ -3196,14 +2477,14 @@ export declare const derivativeWorkflowsAbi: readonly [{
3196
2477
  *
3197
2478
  */
3198
2479
  export declare const derivativeWorkflowsAddress: {
3199
- readonly 1513: "0xC022C70DA8c23Ae8e36B3de9039Ed24E4E42a127";
2480
+ readonly 1516: "0xa8815CEB96857FFb8f5F8ce920b1Ae6D70254C7B";
3200
2481
  };
3201
2482
  /**
3202
2483
  *
3203
2484
  */
3204
2485
  export declare const derivativeWorkflowsConfig: {
3205
2486
  readonly address: {
3206
- readonly 1513: "0xC022C70DA8c23Ae8e36B3de9039Ed24E4E42a127";
2487
+ readonly 1516: "0xa8815CEB96857FFb8f5F8ce920b1Ae6D70254C7B";
3207
2488
  };
3208
2489
  readonly abi: readonly [{
3209
2490
  readonly type: "constructor";
@@ -4804,14 +4085,14 @@ export declare const disputeModuleAbi: readonly [{
4804
4085
  *
4805
4086
  */
4806
4087
  export declare const disputeModuleAddress: {
4807
- readonly 1513: "0x26525b4A1c2261A27B9ee89D512c2f7DceF85f4a";
4088
+ readonly 1516: "0x692B47fa72eE7Ac0Ec617ea384a0cAD41098F712";
4808
4089
  };
4809
4090
  /**
4810
4091
  *
4811
4092
  */
4812
4093
  export declare const disputeModuleConfig: {
4813
4094
  readonly address: {
4814
- readonly 1513: "0x26525b4A1c2261A27B9ee89D512c2f7DceF85f4a";
4095
+ readonly 1516: "0x692B47fa72eE7Ac0Ec617ea384a0cAD41098F712";
4815
4096
  };
4816
4097
  readonly abi: readonly [{
4817
4098
  readonly type: "constructor";
@@ -6204,14 +5485,14 @@ export declare const evenSplitGroupPoolAbi: readonly [{
6204
5485
  *
6205
5486
  */
6206
5487
  export declare const evenSplitGroupPoolAddress: {
6207
- readonly 1513: "0xA1dB7AB14900Cd9eF9A7eBA931A206250F403a14";
5488
+ readonly 1516: "0xC384B56fD62d6679Cd62A2fE0dA3fe4560f33391";
6208
5489
  };
6209
5490
  /**
6210
5491
  *
6211
5492
  */
6212
5493
  export declare const evenSplitGroupPoolConfig: {
6213
5494
  readonly address: {
6214
- readonly 1513: "0xA1dB7AB14900Cd9eF9A7eBA931A206250F403a14";
5495
+ readonly 1516: "0xC384B56fD62d6679Cd62A2fE0dA3fe4560f33391";
6215
5496
  };
6216
5497
  readonly abi: readonly [{
6217
5498
  readonly type: "constructor";
@@ -7391,14 +6672,14 @@ export declare const groupingModuleAbi: readonly [{
7391
6672
  *
7392
6673
  */
7393
6674
  export declare const groupingModuleAddress: {
7394
- readonly 1513: "0xaB7a16Ad9e46656C59e6071d920feeE7A3416ECf";
6675
+ readonly 1516: "0xa731948cfE05135ad77d48C71f75066333Da78Bf";
7395
6676
  };
7396
6677
  /**
7397
6678
  *
7398
6679
  */
7399
6680
  export declare const groupingModuleConfig: {
7400
6681
  readonly address: {
7401
- readonly 1513: "0xaB7a16Ad9e46656C59e6071d920feeE7A3416ECf";
6682
+ readonly 1516: "0xa731948cfE05135ad77d48C71f75066333Da78Bf";
7402
6683
  };
7403
6684
  readonly abi: readonly [{
7404
6685
  readonly type: "constructor";
@@ -8139,6 +7420,10 @@ export declare const groupingWorkflowsAbi: readonly [{
8139
7420
  readonly name: "pilTemplate";
8140
7421
  readonly internalType: "address";
8141
7422
  readonly type: "address";
7423
+ }, {
7424
+ readonly name: "royaltyModule";
7425
+ readonly internalType: "address";
7426
+ readonly type: "address";
8142
7427
  }];
8143
7428
  readonly stateMutability: "nonpayable";
8144
7429
  }, {
@@ -8331,6 +7616,16 @@ export declare const groupingWorkflowsAbi: readonly [{
8331
7616
  readonly type: "address";
8332
7617
  }];
8333
7618
  readonly stateMutability: "view";
7619
+ }, {
7620
+ readonly type: "function";
7621
+ readonly inputs: readonly [];
7622
+ readonly name: "ROYALTY_MODULE";
7623
+ readonly outputs: readonly [{
7624
+ readonly name: "";
7625
+ readonly internalType: "contract RoyaltyModule";
7626
+ readonly type: "address";
7627
+ }];
7628
+ readonly stateMutability: "view";
8334
7629
  }, {
8335
7630
  readonly type: "function";
8336
7631
  readonly inputs: readonly [];
@@ -8354,7 +7649,7 @@ export declare const groupingWorkflowsAbi: readonly [{
8354
7649
  }, {
8355
7650
  readonly type: "function";
8356
7651
  readonly inputs: readonly [{
8357
- readonly name: "groupId";
7652
+ readonly name: "groupIpId";
8358
7653
  readonly internalType: "address";
8359
7654
  readonly type: "address";
8360
7655
  }, {
@@ -8665,14 +7960,14 @@ export declare const groupingWorkflowsAbi: readonly [{
8665
7960
  *
8666
7961
  */
8667
7962
  export declare const groupingWorkflowsAddress: {
8668
- readonly 1513: "0x426fF4F7E9Debe565F5Fe6F53334Ad3982295E20";
7963
+ readonly 1516: "0xcd754994eBE5Ce16D432C1f936f98ac0d4aABA0e";
8669
7964
  };
8670
7965
  /**
8671
7966
  *
8672
7967
  */
8673
7968
  export declare const groupingWorkflowsConfig: {
8674
7969
  readonly address: {
8675
- readonly 1513: "0x426fF4F7E9Debe565F5Fe6F53334Ad3982295E20";
7970
+ readonly 1516: "0xcd754994eBE5Ce16D432C1f936f98ac0d4aABA0e";
8676
7971
  };
8677
7972
  readonly abi: readonly [{
8678
7973
  readonly type: "constructor";
@@ -8708,6 +8003,10 @@ export declare const groupingWorkflowsConfig: {
8708
8003
  readonly name: "pilTemplate";
8709
8004
  readonly internalType: "address";
8710
8005
  readonly type: "address";
8006
+ }, {
8007
+ readonly name: "royaltyModule";
8008
+ readonly internalType: "address";
8009
+ readonly type: "address";
8711
8010
  }];
8712
8011
  readonly stateMutability: "nonpayable";
8713
8012
  }, {
@@ -8900,6 +8199,16 @@ export declare const groupingWorkflowsConfig: {
8900
8199
  readonly type: "address";
8901
8200
  }];
8902
8201
  readonly stateMutability: "view";
8202
+ }, {
8203
+ readonly type: "function";
8204
+ readonly inputs: readonly [];
8205
+ readonly name: "ROYALTY_MODULE";
8206
+ readonly outputs: readonly [{
8207
+ readonly name: "";
8208
+ readonly internalType: "contract RoyaltyModule";
8209
+ readonly type: "address";
8210
+ }];
8211
+ readonly stateMutability: "view";
8903
8212
  }, {
8904
8213
  readonly type: "function";
8905
8214
  readonly inputs: readonly [];
@@ -8923,7 +8232,7 @@ export declare const groupingWorkflowsConfig: {
8923
8232
  }, {
8924
8233
  readonly type: "function";
8925
8234
  readonly inputs: readonly [{
8926
- readonly name: "groupId";
8235
+ readonly name: "groupIpId";
8927
8236
  readonly internalType: "address";
8928
8237
  readonly type: "address";
8929
8238
  }, {
@@ -9925,14 +9234,14 @@ export declare const ipAccountImplAbi: readonly [{
9925
9234
  *
9926
9235
  */
9927
9236
  export declare const ipAccountImplAddress: {
9928
- readonly 1513: "0xaE2D8F01920DB2328BEd676652154c9D2Cb863fa";
9237
+ readonly 1516: "0x24F08796561d6E1AC08e82b68BF4d9500B374Af6";
9929
9238
  };
9930
9239
  /**
9931
9240
  *
9932
9241
  */
9933
9242
  export declare const ipAccountImplConfig: {
9934
9243
  readonly address: {
9935
- readonly 1513: "0xaE2D8F01920DB2328BEd676652154c9D2Cb863fa";
9244
+ readonly 1516: "0x24F08796561d6E1AC08e82b68BF4d9500B374Af6";
9936
9245
  };
9937
9246
  readonly abi: readonly [{
9938
9247
  readonly type: "constructor";
@@ -10677,6 +9986,14 @@ export declare const ipAssetRegistryAbi: readonly [{
10677
9986
  readonly type: "address";
10678
9987
  }];
10679
9988
  readonly name: "AddressEmptyCode";
9989
+ }, {
9990
+ readonly type: "error";
9991
+ readonly inputs: readonly [{
9992
+ readonly name: "account";
9993
+ readonly internalType: "address";
9994
+ readonly type: "address";
9995
+ }];
9996
+ readonly name: "AddressInsufficientBalance";
10680
9997
  }, {
10681
9998
  readonly type: "error";
10682
9999
  readonly inputs: readonly [{
@@ -10785,6 +10102,14 @@ export declare const ipAssetRegistryAbi: readonly [{
10785
10102
  readonly type: "error";
10786
10103
  readonly inputs: readonly [];
10787
10104
  readonly name: "IPAssetRegistry__ZeroAccessManager";
10105
+ }, {
10106
+ readonly type: "error";
10107
+ readonly inputs: readonly [{
10108
+ readonly name: "name";
10109
+ readonly internalType: "string";
10110
+ readonly type: "string";
10111
+ }];
10112
+ readonly name: "IPAssetRegistry__ZeroAddress";
10788
10113
  }, {
10789
10114
  readonly type: "error";
10790
10115
  readonly inputs: readonly [];
@@ -10793,6 +10118,14 @@ export declare const ipAssetRegistryAbi: readonly [{
10793
10118
  readonly type: "error";
10794
10119
  readonly inputs: readonly [];
10795
10120
  readonly name: "NotInitializing";
10121
+ }, {
10122
+ readonly type: "error";
10123
+ readonly inputs: readonly [{
10124
+ readonly name: "token";
10125
+ readonly internalType: "address";
10126
+ readonly type: "address";
10127
+ }];
10128
+ readonly name: "SafeERC20FailedOperation";
10796
10129
  }, {
10797
10130
  readonly type: "error";
10798
10131
  readonly inputs: readonly [{
@@ -10897,6 +10230,31 @@ export declare const ipAssetRegistryAbi: readonly [{
10897
10230
  readonly indexed: false;
10898
10231
  }];
10899
10232
  readonly name: "IPRegistered";
10233
+ }, {
10234
+ readonly type: "event";
10235
+ readonly anonymous: false;
10236
+ readonly inputs: readonly [{
10237
+ readonly name: "payer";
10238
+ readonly internalType: "address";
10239
+ readonly type: "address";
10240
+ readonly indexed: true;
10241
+ }, {
10242
+ readonly name: "treasury";
10243
+ readonly internalType: "address";
10244
+ readonly type: "address";
10245
+ readonly indexed: true;
10246
+ }, {
10247
+ readonly name: "feeToken";
10248
+ readonly internalType: "address";
10249
+ readonly type: "address";
10250
+ readonly indexed: true;
10251
+ }, {
10252
+ readonly name: "amount";
10253
+ readonly internalType: "uint96";
10254
+ readonly type: "uint96";
10255
+ readonly indexed: false;
10256
+ }];
10257
+ readonly name: "IPRegistrationFeePaid";
10900
10258
  }, {
10901
10259
  readonly type: "event";
10902
10260
  readonly anonymous: false;
@@ -10917,6 +10275,26 @@ export declare const ipAssetRegistryAbi: readonly [{
10917
10275
  readonly indexed: false;
10918
10276
  }];
10919
10277
  readonly name: "Paused";
10278
+ }, {
10279
+ readonly type: "event";
10280
+ readonly anonymous: false;
10281
+ readonly inputs: readonly [{
10282
+ readonly name: "treasury";
10283
+ readonly internalType: "address";
10284
+ readonly type: "address";
10285
+ readonly indexed: true;
10286
+ }, {
10287
+ readonly name: "feeToken";
10288
+ readonly internalType: "address";
10289
+ readonly type: "address";
10290
+ readonly indexed: true;
10291
+ }, {
10292
+ readonly name: "feeAmount";
10293
+ readonly internalType: "uint96";
10294
+ readonly type: "uint96";
10295
+ readonly indexed: false;
10296
+ }];
10297
+ readonly name: "RegistrationFeeSet";
10920
10298
  }, {
10921
10299
  readonly type: "event";
10922
10300
  readonly anonymous: false;
@@ -11039,6 +10417,26 @@ export declare const ipAssetRegistryAbi: readonly [{
11039
10417
  readonly type: "bool";
11040
10418
  }];
11041
10419
  readonly stateMutability: "view";
10420
+ }, {
10421
+ readonly type: "function";
10422
+ readonly inputs: readonly [];
10423
+ readonly name: "getFeeAmount";
10424
+ readonly outputs: readonly [{
10425
+ readonly name: "";
10426
+ readonly internalType: "uint96";
10427
+ readonly type: "uint96";
10428
+ }];
10429
+ readonly stateMutability: "view";
10430
+ }, {
10431
+ readonly type: "function";
10432
+ readonly inputs: readonly [];
10433
+ readonly name: "getFeeToken";
10434
+ readonly outputs: readonly [{
10435
+ readonly name: "";
10436
+ readonly internalType: "address";
10437
+ readonly type: "address";
10438
+ }];
10439
+ readonly stateMutability: "view";
11042
10440
  }, {
11043
10441
  readonly type: "function";
11044
10442
  readonly inputs: readonly [{
@@ -11085,6 +10483,16 @@ export declare const ipAssetRegistryAbi: readonly [{
11085
10483
  readonly type: "address";
11086
10484
  }];
11087
10485
  readonly stateMutability: "view";
10486
+ }, {
10487
+ readonly type: "function";
10488
+ readonly inputs: readonly [];
10489
+ readonly name: "getTreasury";
10490
+ readonly outputs: readonly [{
10491
+ readonly name: "";
10492
+ readonly internalType: "address";
10493
+ readonly type: "address";
10494
+ }];
10495
+ readonly stateMutability: "view";
11088
10496
  }, {
11089
10497
  readonly type: "function";
11090
10498
  readonly inputs: readonly [{
@@ -11285,6 +10693,24 @@ export declare const ipAssetRegistryAbi: readonly [{
11285
10693
  readonly name: "setAuthority";
11286
10694
  readonly outputs: readonly [];
11287
10695
  readonly stateMutability: "nonpayable";
10696
+ }, {
10697
+ readonly type: "function";
10698
+ readonly inputs: readonly [{
10699
+ readonly name: "treasury";
10700
+ readonly internalType: "address";
10701
+ readonly type: "address";
10702
+ }, {
10703
+ readonly name: "feeToken";
10704
+ readonly internalType: "address";
10705
+ readonly type: "address";
10706
+ }, {
10707
+ readonly name: "feeAmount";
10708
+ readonly internalType: "uint96";
10709
+ readonly type: "uint96";
10710
+ }];
10711
+ readonly name: "setRegistrationFee";
10712
+ readonly outputs: readonly [];
10713
+ readonly stateMutability: "nonpayable";
11288
10714
  }, {
11289
10715
  readonly type: "function";
11290
10716
  readonly inputs: readonly [{
@@ -11344,14 +10770,14 @@ export declare const ipAssetRegistryAbi: readonly [{
11344
10770
  *
11345
10771
  */
11346
10772
  export declare const ipAssetRegistryAddress: {
11347
- readonly 1513: "0x14CAB45705Fe73EC6d126518E59Fe3C61a181E40";
10773
+ readonly 1516: "0x28E59E91C0467e89fd0f0438D47Ca839cDfEc095";
11348
10774
  };
11349
10775
  /**
11350
10776
  *
11351
10777
  */
11352
10778
  export declare const ipAssetRegistryConfig: {
11353
10779
  readonly address: {
11354
- readonly 1513: "0x14CAB45705Fe73EC6d126518E59Fe3C61a181E40";
10780
+ readonly 1516: "0x28E59E91C0467e89fd0f0438D47Ca839cDfEc095";
11355
10781
  };
11356
10782
  readonly abi: readonly [{
11357
10783
  readonly type: "constructor";
@@ -11405,6 +10831,14 @@ export declare const ipAssetRegistryConfig: {
11405
10831
  readonly type: "address";
11406
10832
  }];
11407
10833
  readonly name: "AddressEmptyCode";
10834
+ }, {
10835
+ readonly type: "error";
10836
+ readonly inputs: readonly [{
10837
+ readonly name: "account";
10838
+ readonly internalType: "address";
10839
+ readonly type: "address";
10840
+ }];
10841
+ readonly name: "AddressInsufficientBalance";
11408
10842
  }, {
11409
10843
  readonly type: "error";
11410
10844
  readonly inputs: readonly [{
@@ -11513,6 +10947,14 @@ export declare const ipAssetRegistryConfig: {
11513
10947
  readonly type: "error";
11514
10948
  readonly inputs: readonly [];
11515
10949
  readonly name: "IPAssetRegistry__ZeroAccessManager";
10950
+ }, {
10951
+ readonly type: "error";
10952
+ readonly inputs: readonly [{
10953
+ readonly name: "name";
10954
+ readonly internalType: "string";
10955
+ readonly type: "string";
10956
+ }];
10957
+ readonly name: "IPAssetRegistry__ZeroAddress";
11516
10958
  }, {
11517
10959
  readonly type: "error";
11518
10960
  readonly inputs: readonly [];
@@ -11521,6 +10963,14 @@ export declare const ipAssetRegistryConfig: {
11521
10963
  readonly type: "error";
11522
10964
  readonly inputs: readonly [];
11523
10965
  readonly name: "NotInitializing";
10966
+ }, {
10967
+ readonly type: "error";
10968
+ readonly inputs: readonly [{
10969
+ readonly name: "token";
10970
+ readonly internalType: "address";
10971
+ readonly type: "address";
10972
+ }];
10973
+ readonly name: "SafeERC20FailedOperation";
11524
10974
  }, {
11525
10975
  readonly type: "error";
11526
10976
  readonly inputs: readonly [{
@@ -11625,6 +11075,31 @@ export declare const ipAssetRegistryConfig: {
11625
11075
  readonly indexed: false;
11626
11076
  }];
11627
11077
  readonly name: "IPRegistered";
11078
+ }, {
11079
+ readonly type: "event";
11080
+ readonly anonymous: false;
11081
+ readonly inputs: readonly [{
11082
+ readonly name: "payer";
11083
+ readonly internalType: "address";
11084
+ readonly type: "address";
11085
+ readonly indexed: true;
11086
+ }, {
11087
+ readonly name: "treasury";
11088
+ readonly internalType: "address";
11089
+ readonly type: "address";
11090
+ readonly indexed: true;
11091
+ }, {
11092
+ readonly name: "feeToken";
11093
+ readonly internalType: "address";
11094
+ readonly type: "address";
11095
+ readonly indexed: true;
11096
+ }, {
11097
+ readonly name: "amount";
11098
+ readonly internalType: "uint96";
11099
+ readonly type: "uint96";
11100
+ readonly indexed: false;
11101
+ }];
11102
+ readonly name: "IPRegistrationFeePaid";
11628
11103
  }, {
11629
11104
  readonly type: "event";
11630
11105
  readonly anonymous: false;
@@ -11645,6 +11120,26 @@ export declare const ipAssetRegistryConfig: {
11645
11120
  readonly indexed: false;
11646
11121
  }];
11647
11122
  readonly name: "Paused";
11123
+ }, {
11124
+ readonly type: "event";
11125
+ readonly anonymous: false;
11126
+ readonly inputs: readonly [{
11127
+ readonly name: "treasury";
11128
+ readonly internalType: "address";
11129
+ readonly type: "address";
11130
+ readonly indexed: true;
11131
+ }, {
11132
+ readonly name: "feeToken";
11133
+ readonly internalType: "address";
11134
+ readonly type: "address";
11135
+ readonly indexed: true;
11136
+ }, {
11137
+ readonly name: "feeAmount";
11138
+ readonly internalType: "uint96";
11139
+ readonly type: "uint96";
11140
+ readonly indexed: false;
11141
+ }];
11142
+ readonly name: "RegistrationFeeSet";
11648
11143
  }, {
11649
11144
  readonly type: "event";
11650
11145
  readonly anonymous: false;
@@ -11767,6 +11262,26 @@ export declare const ipAssetRegistryConfig: {
11767
11262
  readonly type: "bool";
11768
11263
  }];
11769
11264
  readonly stateMutability: "view";
11265
+ }, {
11266
+ readonly type: "function";
11267
+ readonly inputs: readonly [];
11268
+ readonly name: "getFeeAmount";
11269
+ readonly outputs: readonly [{
11270
+ readonly name: "";
11271
+ readonly internalType: "uint96";
11272
+ readonly type: "uint96";
11273
+ }];
11274
+ readonly stateMutability: "view";
11275
+ }, {
11276
+ readonly type: "function";
11277
+ readonly inputs: readonly [];
11278
+ readonly name: "getFeeToken";
11279
+ readonly outputs: readonly [{
11280
+ readonly name: "";
11281
+ readonly internalType: "address";
11282
+ readonly type: "address";
11283
+ }];
11284
+ readonly stateMutability: "view";
11770
11285
  }, {
11771
11286
  readonly type: "function";
11772
11287
  readonly inputs: readonly [{
@@ -11813,6 +11328,16 @@ export declare const ipAssetRegistryConfig: {
11813
11328
  readonly type: "address";
11814
11329
  }];
11815
11330
  readonly stateMutability: "view";
11331
+ }, {
11332
+ readonly type: "function";
11333
+ readonly inputs: readonly [];
11334
+ readonly name: "getTreasury";
11335
+ readonly outputs: readonly [{
11336
+ readonly name: "";
11337
+ readonly internalType: "address";
11338
+ readonly type: "address";
11339
+ }];
11340
+ readonly stateMutability: "view";
11816
11341
  }, {
11817
11342
  readonly type: "function";
11818
11343
  readonly inputs: readonly [{
@@ -12013,6 +11538,24 @@ export declare const ipAssetRegistryConfig: {
12013
11538
  readonly name: "setAuthority";
12014
11539
  readonly outputs: readonly [];
12015
11540
  readonly stateMutability: "nonpayable";
11541
+ }, {
11542
+ readonly type: "function";
11543
+ readonly inputs: readonly [{
11544
+ readonly name: "treasury";
11545
+ readonly internalType: "address";
11546
+ readonly type: "address";
11547
+ }, {
11548
+ readonly name: "feeToken";
11549
+ readonly internalType: "address";
11550
+ readonly type: "address";
11551
+ }, {
11552
+ readonly name: "feeAmount";
11553
+ readonly internalType: "uint96";
11554
+ readonly type: "uint96";
11555
+ }];
11556
+ readonly name: "setRegistrationFee";
11557
+ readonly outputs: readonly [];
11558
+ readonly stateMutability: "nonpayable";
12016
11559
  }, {
12017
11560
  readonly type: "function";
12018
11561
  readonly inputs: readonly [{
@@ -12725,14 +12268,14 @@ export declare const ipRoyaltyVaultImplAbi: readonly [{
12725
12268
  *
12726
12269
  */
12727
12270
  export declare const ipRoyaltyVaultImplAddress: {
12728
- readonly 1513: "0x604dc8E58f720DEB345B2F3e08B2B354eA6CE498";
12271
+ readonly 1516: "0x1081250219B16cc3903Aa2d2d1403A75c6A2F9f5";
12729
12272
  };
12730
12273
  /**
12731
12274
  *
12732
12275
  */
12733
12276
  export declare const ipRoyaltyVaultImplConfig: {
12734
12277
  readonly address: {
12735
- readonly 1513: "0x604dc8E58f720DEB345B2F3e08B2B354eA6CE498";
12278
+ readonly 1516: "0x1081250219B16cc3903Aa2d2d1403A75c6A2F9f5";
12736
12279
  };
12737
12280
  readonly abi: readonly [{
12738
12281
  readonly type: "constructor";
@@ -14062,14 +13605,14 @@ export declare const licenseAttachmentWorkflowsAbi: readonly [{
14062
13605
  *
14063
13606
  */
14064
13607
  export declare const licenseAttachmentWorkflowsAddress: {
14065
- readonly 1513: "0x1B95144b62B4566501482e928aa435Dd205fE71B";
13608
+ readonly 1516: "0x44Bad1E4035a44eAC1606B222873E4a85E8b7D9c";
14066
13609
  };
14067
13610
  /**
14068
13611
  *
14069
13612
  */
14070
13613
  export declare const licenseAttachmentWorkflowsConfig: {
14071
13614
  readonly address: {
14072
- readonly 1513: "0x1B95144b62B4566501482e928aa435Dd205fE71B";
13615
+ readonly 1516: "0x44Bad1E4035a44eAC1606B222873E4a85E8b7D9c";
14073
13616
  };
14074
13617
  readonly abi: readonly [{
14075
13618
  readonly type: "constructor";
@@ -14760,10 +14303,6 @@ export declare const licenseRegistryAbi: readonly [{
14760
14303
  readonly name: "ipGraphAcl";
14761
14304
  readonly internalType: "address";
14762
14305
  readonly type: "address";
14763
- }, {
14764
- readonly name: "ipGraph";
14765
- readonly internalType: "address";
14766
- readonly type: "address";
14767
14306
  }];
14768
14307
  readonly stateMutability: "nonpayable";
14769
14308
  }, {
@@ -15813,14 +15352,14 @@ export declare const licenseRegistryAbi: readonly [{
15813
15352
  *
15814
15353
  */
15815
15354
  export declare const licenseRegistryAddress: {
15816
- readonly 1513: "0x4D71a082DE74B40904c1d89d9C3bfB7079d4c542";
15355
+ readonly 1516: "0xBda3992c49E98392e75E78d82B934F3598bA495f";
15817
15356
  };
15818
15357
  /**
15819
15358
  *
15820
15359
  */
15821
15360
  export declare const licenseRegistryConfig: {
15822
15361
  readonly address: {
15823
- readonly 1513: "0x4D71a082DE74B40904c1d89d9C3bfB7079d4c542";
15362
+ readonly 1516: "0xBda3992c49E98392e75E78d82B934F3598bA495f";
15824
15363
  };
15825
15364
  readonly abi: readonly [{
15826
15365
  readonly type: "constructor";
@@ -15836,10 +15375,6 @@ export declare const licenseRegistryConfig: {
15836
15375
  readonly name: "ipGraphAcl";
15837
15376
  readonly internalType: "address";
15838
15377
  readonly type: "address";
15839
- }, {
15840
- readonly name: "ipGraph";
15841
- readonly internalType: "address";
15842
- readonly type: "address";
15843
15378
  }];
15844
15379
  readonly stateMutability: "nonpayable";
15845
15380
  }, {
@@ -17792,14 +17327,14 @@ export declare const licenseTokenAbi: readonly [{
17792
17327
  *
17793
17328
  */
17794
17329
  export declare const licenseTokenAddress: {
17795
- readonly 1513: "0xd8aEF404432a2b3363479A6157285926B6B3b743";
17330
+ readonly 1516: "0xB138aEd64814F2845554f9DBB116491a077eEB2D";
17796
17331
  };
17797
17332
  /**
17798
17333
  *
17799
17334
  */
17800
17335
  export declare const licenseTokenConfig: {
17801
17336
  readonly address: {
17802
- readonly 1513: "0xd8aEF404432a2b3363479A6157285926B6B3b743";
17337
+ readonly 1516: "0xB138aEd64814F2845554f9DBB116491a077eEB2D";
17803
17338
  };
17804
17339
  readonly abi: readonly [{
17805
17340
  readonly type: "constructor";
@@ -19476,14 +19011,14 @@ export declare const licensingModuleAbi: readonly [{
19476
19011
  *
19477
19012
  */
19478
19013
  export declare const licensingModuleAddress: {
19479
- readonly 1513: "0xC8f165950411504eA130692B87A7148e469f7090";
19014
+ readonly 1516: "0x5a7D9Fa17DE09350F481A53B470D798c1c1aabae";
19480
19015
  };
19481
19016
  /**
19482
19017
  *
19483
19018
  */
19484
19019
  export declare const licensingModuleConfig: {
19485
19020
  readonly address: {
19486
- readonly 1513: "0xC8f165950411504eA130692B87A7148e469f7090";
19021
+ readonly 1516: "0x5a7D9Fa17DE09350F481A53B470D798c1c1aabae";
19487
19022
  };
19488
19023
  readonly abi: readonly [{
19489
19024
  readonly type: "constructor";
@@ -20528,14 +20063,14 @@ export declare const mockErc20Abi: readonly [{
20528
20063
  *
20529
20064
  */
20530
20065
  export declare const mockErc20Address: {
20531
- readonly 1513: "0x91f6F05B08c16769d3c85867548615d270C42fC7";
20066
+ readonly 1516: "0x12A8b0DcC6e3bB0915638361D9D49942Da07F455";
20532
20067
  };
20533
20068
  /**
20534
20069
  *
20535
20070
  */
20536
20071
  export declare const mockErc20Config: {
20537
20072
  readonly address: {
20538
- readonly 1513: "0x91f6F05B08c16769d3c85867548615d270C42fC7";
20073
+ readonly 1516: "0x12A8b0DcC6e3bB0915638361D9D49942Da07F455";
20539
20074
  };
20540
20075
  readonly abi: readonly [{
20541
20076
  readonly type: "constructor";
@@ -21207,14 +20742,14 @@ export declare const moduleRegistryAbi: readonly [{
21207
20742
  *
21208
20743
  */
21209
20744
  export declare const moduleRegistryAddress: {
21210
- readonly 1513: "0x47bEae573B73F8BF1B4fa4Af065c39743871003f";
20745
+ readonly 1516: "0x9F18c5723BC4Ee447CF9B01a8543D3b08b7F09C7";
21211
20746
  };
21212
20747
  /**
21213
20748
  *
21214
20749
  */
21215
20750
  export declare const moduleRegistryConfig: {
21216
20751
  readonly address: {
21217
- readonly 1513: "0x47bEae573B73F8BF1B4fa4Af065c39743871003f";
20752
+ readonly 1516: "0x9F18c5723BC4Ee447CF9B01a8543D3b08b7F09C7";
21218
20753
  };
21219
20754
  readonly abi: readonly [{
21220
20755
  readonly type: "constructor";
@@ -22558,14 +22093,14 @@ export declare const piLicenseTemplateAbi: readonly [{
22558
22093
  *
22559
22094
  */
22560
22095
  export declare const piLicenseTemplateAddress: {
22561
- readonly 1513: "0xbB7ACFBE330C56aA9a3aEb84870743C3566992c3";
22096
+ readonly 1516: "0x58E2c909D557Cd23EF90D14f8fd21667A5Ae7a93";
22562
22097
  };
22563
22098
  /**
22564
22099
  *
22565
22100
  */
22566
22101
  export declare const piLicenseTemplateConfig: {
22567
22102
  readonly address: {
22568
- readonly 1513: "0xbB7ACFBE330C56aA9a3aEb84870743C3566992c3";
22103
+ readonly 1516: "0x58E2c909D557Cd23EF90D14f8fd21667A5Ae7a93";
22569
22104
  };
22570
22105
  readonly abi: readonly [{
22571
22106
  readonly type: "constructor";
@@ -23989,14 +23524,14 @@ export declare const registrationWorkflowsAbi: readonly [{
23989
23524
  *
23990
23525
  */
23991
23526
  export declare const registrationWorkflowsAddress: {
23992
- readonly 1513: "0xF403fcCAAE6C503D0CC1D25904A0B2cCd5B96C6F";
23527
+ readonly 1516: "0xde13Be395E1cd753471447Cf6A656979ef87881c";
23993
23528
  };
23994
23529
  /**
23995
23530
  *
23996
23531
  */
23997
23532
  export declare const registrationWorkflowsConfig: {
23998
23533
  readonly address: {
23999
- readonly 1513: "0xF403fcCAAE6C503D0CC1D25904A0B2cCd5B96C6F";
23534
+ readonly 1516: "0xde13Be395E1cd753471447Cf6A656979ef87881c";
24000
23535
  };
24001
23536
  readonly abi: readonly [{
24002
23537
  readonly type: "constructor";
@@ -24495,10 +24030,6 @@ export declare const royaltyModuleAbi: readonly [{
24495
24030
  readonly name: "ipAssetRegistry";
24496
24031
  readonly internalType: "address";
24497
24032
  readonly type: "address";
24498
- }, {
24499
- readonly name: "ipGraph";
24500
- readonly internalType: "address";
24501
- readonly type: "address";
24502
24033
  }];
24503
24034
  readonly stateMutability: "nonpayable";
24504
24035
  }, {
@@ -25607,14 +25138,14 @@ export declare const royaltyModuleAbi: readonly [{
25607
25138
  *
25608
25139
  */
25609
25140
  export declare const royaltyModuleAddress: {
25610
- readonly 1513: "0xaCb5764E609aa3a5ED36bA74ba59679246Cb0963";
25141
+ readonly 1516: "0xEa6eD700b11DfF703665CCAF55887ca56134Ae3B";
25611
25142
  };
25612
25143
  /**
25613
25144
  *
25614
25145
  */
25615
25146
  export declare const royaltyModuleConfig: {
25616
25147
  readonly address: {
25617
- readonly 1513: "0xaCb5764E609aa3a5ED36bA74ba59679246Cb0963";
25148
+ readonly 1516: "0xEa6eD700b11DfF703665CCAF55887ca56134Ae3B";
25618
25149
  };
25619
25150
  readonly abi: readonly [{
25620
25151
  readonly type: "constructor";
@@ -25634,10 +25165,6 @@ export declare const royaltyModuleConfig: {
25634
25165
  readonly name: "ipAssetRegistry";
25635
25166
  readonly internalType: "address";
25636
25167
  readonly type: "address";
25637
- }, {
25638
- readonly name: "ipGraph";
25639
- readonly internalType: "address";
25640
- readonly type: "address";
25641
25168
  }];
25642
25169
  readonly stateMutability: "nonpayable";
25643
25170
  }, {
@@ -26756,10 +26283,6 @@ export declare const royaltyPolicyLapAbi: readonly [{
26756
26283
  readonly name: "ipGraphAcl";
26757
26284
  readonly internalType: "address";
26758
26285
  readonly type: "address";
26759
- }, {
26760
- readonly name: "ipGraph";
26761
- readonly internalType: "address";
26762
- readonly type: "address";
26763
26286
  }];
26764
26287
  readonly stateMutability: "nonpayable";
26765
26288
  }, {
@@ -27252,14 +26775,14 @@ export declare const royaltyPolicyLapAbi: readonly [{
27252
26775
  *
27253
26776
  */
27254
26777
  export declare const royaltyPolicyLapAddress: {
27255
- readonly 1513: "0x793Df8d32c12B0bE9985FFF6afB8893d347B6686";
26778
+ readonly 1516: "0x28b4F70ffE5ba7A26aEF979226f77Eb57fb9Fdb6";
27256
26779
  };
27257
26780
  /**
27258
26781
  *
27259
26782
  */
27260
26783
  export declare const royaltyPolicyLapConfig: {
27261
26784
  readonly address: {
27262
- readonly 1513: "0x793Df8d32c12B0bE9985FFF6afB8893d347B6686";
26785
+ readonly 1516: "0x28b4F70ffE5ba7A26aEF979226f77Eb57fb9Fdb6";
27263
26786
  };
27264
26787
  readonly abi: readonly [{
27265
26788
  readonly type: "constructor";
@@ -27271,10 +26794,6 @@ export declare const royaltyPolicyLapConfig: {
27271
26794
  readonly name: "ipGraphAcl";
27272
26795
  readonly internalType: "address";
27273
26796
  readonly type: "address";
27274
- }, {
27275
- readonly name: "ipGraph";
27276
- readonly internalType: "address";
27277
- readonly type: "address";
27278
26797
  }];
27279
26798
  readonly stateMutability: "nonpayable";
27280
26799
  }, {
@@ -27777,10 +27296,6 @@ export declare const royaltyPolicyLrpAbi: readonly [{
27777
27296
  readonly name: "ipGraphAcl";
27778
27297
  readonly internalType: "address";
27779
27298
  readonly type: "address";
27780
- }, {
27781
- readonly name: "ipGraph";
27782
- readonly internalType: "address";
27783
- readonly type: "address";
27784
27299
  }];
27785
27300
  readonly stateMutability: "nonpayable";
27786
27301
  }, {
@@ -28273,14 +27788,14 @@ export declare const royaltyPolicyLrpAbi: readonly [{
28273
27788
  *
28274
27789
  */
28275
27790
  export declare const royaltyPolicyLrpAddress: {
28276
- readonly 1513: "0x1eF035c7054bd45e25B2a29A06a37b1350F50596";
27791
+ readonly 1516: "0x7D2d9af4E4ab14Afcfd86436BC348928B40963Dd";
28277
27792
  };
28278
27793
  /**
28279
27794
  *
28280
27795
  */
28281
27796
  export declare const royaltyPolicyLrpConfig: {
28282
27797
  readonly address: {
28283
- readonly 1513: "0x1eF035c7054bd45e25B2a29A06a37b1350F50596";
27798
+ readonly 1516: "0x7D2d9af4E4ab14Afcfd86436BC348928B40963Dd";
28284
27799
  };
28285
27800
  readonly abi: readonly [{
28286
27801
  readonly type: "constructor";
@@ -28292,10 +27807,6 @@ export declare const royaltyPolicyLrpConfig: {
28292
27807
  readonly name: "ipGraphAcl";
28293
27808
  readonly internalType: "address";
28294
27809
  readonly type: "address";
28295
- }, {
28296
- readonly name: "ipGraph";
28297
- readonly internalType: "address";
28298
- readonly type: "address";
28299
27810
  }];
28300
27811
  readonly stateMutability: "nonpayable";
28301
27812
  }, {
@@ -29151,14 +28662,14 @@ export declare const royaltyWorkflowsAbi: readonly [{
29151
28662
  *
29152
28663
  */
29153
28664
  export declare const royaltyWorkflowsAddress: {
29154
- readonly 1513: "0xc757921ee0f7c8E935d44BFBDc2602786e0eda6C";
28665
+ readonly 1516: "0xAf922379B8e1abc6B0D78547128579221C7F7A22";
29155
28666
  };
29156
28667
  /**
29157
28668
  *
29158
28669
  */
29159
28670
  export declare const royaltyWorkflowsConfig: {
29160
28671
  readonly address: {
29161
- readonly 1513: "0xc757921ee0f7c8E935d44BFBDc2602786e0eda6C";
28672
+ readonly 1516: "0xAf922379B8e1abc6B0D78547128579221C7F7A22";
29162
28673
  };
29163
28674
  readonly abi: readonly [{
29164
28675
  readonly type: "constructor";
@@ -29635,14 +29146,14 @@ export declare const spgnftBeaconAbi: readonly [{
29635
29146
  *
29636
29147
  */
29637
29148
  export declare const spgnftBeaconAddress: {
29638
- readonly 1513: "0x02324ca8f369abB445F50c4cE79e956e49AC75d8";
29149
+ readonly 1516: "0x4b913A9da52806A0fd0b031bdf32fa33634d082a";
29639
29150
  };
29640
29151
  /**
29641
29152
  *
29642
29153
  */
29643
29154
  export declare const spgnftBeaconConfig: {
29644
29155
  readonly address: {
29645
- readonly 1513: "0x02324ca8f369abB445F50c4cE79e956e49AC75d8";
29156
+ readonly 1516: "0x4b913A9da52806A0fd0b031bdf32fa33634d082a";
29646
29157
  };
29647
29158
  readonly abi: readonly [{
29648
29159
  readonly type: "constructor";
@@ -29959,6 +29470,11 @@ export declare const spgnftImplAbi: readonly [{
29959
29470
  readonly indexed: false;
29960
29471
  }];
29961
29472
  readonly name: "BatchMetadataUpdate";
29473
+ }, {
29474
+ readonly type: "event";
29475
+ readonly anonymous: false;
29476
+ readonly inputs: readonly [];
29477
+ readonly name: "ContractURIUpdated";
29962
29478
  }, {
29963
29479
  readonly type: "event";
29964
29480
  readonly anonymous: false;
@@ -30147,6 +29663,16 @@ export declare const spgnftImplAbi: readonly [{
30147
29663
  readonly type: "string";
30148
29664
  }];
30149
29665
  readonly stateMutability: "view";
29666
+ }, {
29667
+ readonly type: "function";
29668
+ readonly inputs: readonly [];
29669
+ readonly name: "contractURI";
29670
+ readonly outputs: readonly [{
29671
+ readonly name: "";
29672
+ readonly internalType: "string";
29673
+ readonly type: "string";
29674
+ }];
29675
+ readonly stateMutability: "view";
30150
29676
  }, {
30151
29677
  readonly type: "function";
30152
29678
  readonly inputs: readonly [{
@@ -30225,6 +29751,10 @@ export declare const spgnftImplAbi: readonly [{
30225
29751
  readonly name: "baseURI";
30226
29752
  readonly internalType: "string";
30227
29753
  readonly type: "string";
29754
+ }, {
29755
+ readonly name: "contractURI";
29756
+ readonly internalType: "string";
29757
+ readonly type: "string";
30228
29758
  }, {
30229
29759
  readonly name: "maxSupply";
30230
29760
  readonly internalType: "uint32";
@@ -30482,6 +30012,16 @@ export declare const spgnftImplAbi: readonly [{
30482
30012
  readonly name: "setBaseURI";
30483
30013
  readonly outputs: readonly [];
30484
30014
  readonly stateMutability: "nonpayable";
30015
+ }, {
30016
+ readonly type: "function";
30017
+ readonly inputs: readonly [{
30018
+ readonly name: "contractURI";
30019
+ readonly internalType: "string";
30020
+ readonly type: "string";
30021
+ }];
30022
+ readonly name: "setContractURI";
30023
+ readonly outputs: readonly [];
30024
+ readonly stateMutability: "nonpayable";
30485
30025
  }, {
30486
30026
  readonly type: "function";
30487
30027
  readonly inputs: readonly [{
@@ -30613,14 +30153,14 @@ export declare const spgnftImplAbi: readonly [{
30613
30153
  *
30614
30154
  */
30615
30155
  export declare const spgnftImplAddress: {
30616
- readonly 1513: "0xC8E4376Da033cE244027B03f9b94dc0d7005D67E";
30156
+ readonly 1516: "0x32c03CD2B4CC3456aCD86C7d5BA8E0405665DbF9";
30617
30157
  };
30618
30158
  /**
30619
30159
  *
30620
30160
  */
30621
30161
  export declare const spgnftImplConfig: {
30622
30162
  readonly address: {
30623
- readonly 1513: "0xC8E4376Da033cE244027B03f9b94dc0d7005D67E";
30163
+ readonly 1516: "0x32c03CD2B4CC3456aCD86C7d5BA8E0405665DbF9";
30624
30164
  };
30625
30165
  readonly abi: readonly [{
30626
30166
  readonly type: "constructor";
@@ -30825,6 +30365,11 @@ export declare const spgnftImplConfig: {
30825
30365
  readonly indexed: false;
30826
30366
  }];
30827
30367
  readonly name: "BatchMetadataUpdate";
30368
+ }, {
30369
+ readonly type: "event";
30370
+ readonly anonymous: false;
30371
+ readonly inputs: readonly [];
30372
+ readonly name: "ContractURIUpdated";
30828
30373
  }, {
30829
30374
  readonly type: "event";
30830
30375
  readonly anonymous: false;
@@ -31013,6 +30558,16 @@ export declare const spgnftImplConfig: {
31013
30558
  readonly type: "string";
31014
30559
  }];
31015
30560
  readonly stateMutability: "view";
30561
+ }, {
30562
+ readonly type: "function";
30563
+ readonly inputs: readonly [];
30564
+ readonly name: "contractURI";
30565
+ readonly outputs: readonly [{
30566
+ readonly name: "";
30567
+ readonly internalType: "string";
30568
+ readonly type: "string";
30569
+ }];
30570
+ readonly stateMutability: "view";
31016
30571
  }, {
31017
30572
  readonly type: "function";
31018
30573
  readonly inputs: readonly [{
@@ -31091,6 +30646,10 @@ export declare const spgnftImplConfig: {
31091
30646
  readonly name: "baseURI";
31092
30647
  readonly internalType: "string";
31093
30648
  readonly type: "string";
30649
+ }, {
30650
+ readonly name: "contractURI";
30651
+ readonly internalType: "string";
30652
+ readonly type: "string";
31094
30653
  }, {
31095
30654
  readonly name: "maxSupply";
31096
30655
  readonly internalType: "uint32";
@@ -31348,6 +30907,16 @@ export declare const spgnftImplConfig: {
31348
30907
  readonly name: "setBaseURI";
31349
30908
  readonly outputs: readonly [];
31350
30909
  readonly stateMutability: "nonpayable";
30910
+ }, {
30911
+ readonly type: "function";
30912
+ readonly inputs: readonly [{
30913
+ readonly name: "contractURI";
30914
+ readonly internalType: "string";
30915
+ readonly type: "string";
30916
+ }];
30917
+ readonly name: "setContractURI";
30918
+ readonly outputs: readonly [];
30919
+ readonly stateMutability: "nonpayable";
31351
30920
  }, {
31352
30921
  readonly type: "function";
31353
30922
  readonly inputs: readonly [{
@@ -31609,333 +31178,6 @@ export declare class AccessControllerClient extends AccessControllerEventClient
31609
31178
  */
31610
31179
  setPermissionEncode(request: AccessControllerSetPermissionRequest): EncodedTxData;
31611
31180
  }
31612
- /**
31613
- * ArbitrationPolicySpAuthorityUpdatedEvent
31614
- *
31615
- * @param authority address
31616
- */
31617
- export type ArbitrationPolicySpAuthorityUpdatedEvent = {
31618
- authority: Address;
31619
- };
31620
- /**
31621
- * ArbitrationPolicySpInitializedEvent
31622
- *
31623
- * @param version uint64
31624
- */
31625
- export type ArbitrationPolicySpInitializedEvent = {
31626
- version: bigint;
31627
- };
31628
- /**
31629
- * ArbitrationPolicySpUpgradedEvent
31630
- *
31631
- * @param implementation address
31632
- */
31633
- export type ArbitrationPolicySpUpgradedEvent = {
31634
- implementation: Address;
31635
- };
31636
- export type ArbitrationPolicySpArbitrationPriceResponse = bigint;
31637
- export type ArbitrationPolicySpDisputeModuleResponse = Address;
31638
- export type ArbitrationPolicySpPaymentTokenResponse = Address;
31639
- export type ArbitrationPolicySpUpgradeInterfaceVersionResponse = string;
31640
- export type ArbitrationPolicySpAuthorityResponse = Address;
31641
- export type ArbitrationPolicySpIsConsumingScheduledOpResponse = Hex;
31642
- export type ArbitrationPolicySpProxiableUuidResponse = Hex;
31643
- export type ArbitrationPolicySpTreasuryResponse = Address;
31644
- /**
31645
- * ArbitrationPolicySpInitializeRequest
31646
- *
31647
- * @param accessManager address
31648
- * @param newTreasury address
31649
- */
31650
- export type ArbitrationPolicySpInitializeRequest = {
31651
- accessManager: Address;
31652
- newTreasury: Address;
31653
- };
31654
- /**
31655
- * ArbitrationPolicySpOnDisputeCancelRequest
31656
- *
31657
- * @param caller address
31658
- * @param disputeId uint256
31659
- * @param data bytes
31660
- */
31661
- export type ArbitrationPolicySpOnDisputeCancelRequest = {
31662
- caller: Address;
31663
- disputeId: bigint;
31664
- data: Hex;
31665
- };
31666
- /**
31667
- * ArbitrationPolicySpOnDisputeJudgementRequest
31668
- *
31669
- * @param disputeId uint256
31670
- * @param decision bool
31671
- * @param data bytes
31672
- */
31673
- export type ArbitrationPolicySpOnDisputeJudgementRequest = {
31674
- disputeId: bigint;
31675
- decision: boolean;
31676
- data: Hex;
31677
- };
31678
- /**
31679
- * ArbitrationPolicySpOnRaiseDisputeRequest
31680
- *
31681
- * @param caller address
31682
- * @param data bytes
31683
- */
31684
- export type ArbitrationPolicySpOnRaiseDisputeRequest = {
31685
- caller: Address;
31686
- data: Hex;
31687
- };
31688
- /**
31689
- * ArbitrationPolicySpOnResolveDisputeRequest
31690
- *
31691
- * @param caller address
31692
- * @param disputeId uint256
31693
- * @param data bytes
31694
- */
31695
- export type ArbitrationPolicySpOnResolveDisputeRequest = {
31696
- caller: Address;
31697
- disputeId: bigint;
31698
- data: Hex;
31699
- };
31700
- /**
31701
- * ArbitrationPolicySpSetAuthorityRequest
31702
- *
31703
- * @param newAuthority address
31704
- */
31705
- export type ArbitrationPolicySpSetAuthorityRequest = {
31706
- newAuthority: Address;
31707
- };
31708
- /**
31709
- * ArbitrationPolicySpSetTreasuryRequest
31710
- *
31711
- * @param newTreasury address
31712
- */
31713
- export type ArbitrationPolicySpSetTreasuryRequest = {
31714
- newTreasury: Address;
31715
- };
31716
- /**
31717
- * ArbitrationPolicySpUpgradeToAndCallRequest
31718
- *
31719
- * @param newImplementation address
31720
- * @param data bytes
31721
- */
31722
- export type ArbitrationPolicySpUpgradeToAndCallRequest = {
31723
- newImplementation: Address;
31724
- data: Hex;
31725
- };
31726
- /**
31727
- * contract ArbitrationPolicySP event
31728
- */
31729
- export declare class ArbitrationPolicySpEventClient {
31730
- protected readonly rpcClient: PublicClient;
31731
- readonly address: Address;
31732
- constructor(rpcClient: PublicClient, address?: Address);
31733
- /**
31734
- * event AuthorityUpdated for contract ArbitrationPolicySP
31735
- */
31736
- watchAuthorityUpdatedEvent(onLogs: (txHash: Hex, ev: Partial<ArbitrationPolicySpAuthorityUpdatedEvent>) => void): WatchContractEventReturnType;
31737
- /**
31738
- * parse tx receipt event AuthorityUpdated for contract ArbitrationPolicySP
31739
- */
31740
- parseTxAuthorityUpdatedEvent(txReceipt: TransactionReceipt): Array<ArbitrationPolicySpAuthorityUpdatedEvent>;
31741
- /**
31742
- * event Initialized for contract ArbitrationPolicySP
31743
- */
31744
- watchInitializedEvent(onLogs: (txHash: Hex, ev: Partial<ArbitrationPolicySpInitializedEvent>) => void): WatchContractEventReturnType;
31745
- /**
31746
- * parse tx receipt event Initialized for contract ArbitrationPolicySP
31747
- */
31748
- parseTxInitializedEvent(txReceipt: TransactionReceipt): Array<ArbitrationPolicySpInitializedEvent>;
31749
- /**
31750
- * event Upgraded for contract ArbitrationPolicySP
31751
- */
31752
- watchUpgradedEvent(onLogs: (txHash: Hex, ev: Partial<ArbitrationPolicySpUpgradedEvent>) => void): WatchContractEventReturnType;
31753
- /**
31754
- * parse tx receipt event Upgraded for contract ArbitrationPolicySP
31755
- */
31756
- parseTxUpgradedEvent(txReceipt: TransactionReceipt): Array<ArbitrationPolicySpUpgradedEvent>;
31757
- }
31758
- /**
31759
- * contract ArbitrationPolicySP readonly method
31760
- */
31761
- export declare class ArbitrationPolicySpReadOnlyClient extends ArbitrationPolicySpEventClient {
31762
- constructor(rpcClient: PublicClient, address?: Address);
31763
- /**
31764
- * method ARBITRATION_PRICE for contract ArbitrationPolicySP
31765
- *
31766
- * @param request ArbitrationPolicySpArbitrationPriceRequest
31767
- * @return Promise<ArbitrationPolicySpArbitrationPriceResponse>
31768
- */
31769
- arbitrationPrice(): Promise<ArbitrationPolicySpArbitrationPriceResponse>;
31770
- /**
31771
- * method DISPUTE_MODULE for contract ArbitrationPolicySP
31772
- *
31773
- * @param request ArbitrationPolicySpDisputeModuleRequest
31774
- * @return Promise<ArbitrationPolicySpDisputeModuleResponse>
31775
- */
31776
- disputeModule(): Promise<ArbitrationPolicySpDisputeModuleResponse>;
31777
- /**
31778
- * method PAYMENT_TOKEN for contract ArbitrationPolicySP
31779
- *
31780
- * @param request ArbitrationPolicySpPaymentTokenRequest
31781
- * @return Promise<ArbitrationPolicySpPaymentTokenResponse>
31782
- */
31783
- paymentToken(): Promise<ArbitrationPolicySpPaymentTokenResponse>;
31784
- /**
31785
- * method UPGRADE_INTERFACE_VERSION for contract ArbitrationPolicySP
31786
- *
31787
- * @param request ArbitrationPolicySpUpgradeInterfaceVersionRequest
31788
- * @return Promise<ArbitrationPolicySpUpgradeInterfaceVersionResponse>
31789
- */
31790
- upgradeInterfaceVersion(): Promise<ArbitrationPolicySpUpgradeInterfaceVersionResponse>;
31791
- /**
31792
- * method authority for contract ArbitrationPolicySP
31793
- *
31794
- * @param request ArbitrationPolicySpAuthorityRequest
31795
- * @return Promise<ArbitrationPolicySpAuthorityResponse>
31796
- */
31797
- authority(): Promise<ArbitrationPolicySpAuthorityResponse>;
31798
- /**
31799
- * method isConsumingScheduledOp for contract ArbitrationPolicySP
31800
- *
31801
- * @param request ArbitrationPolicySpIsConsumingScheduledOpRequest
31802
- * @return Promise<ArbitrationPolicySpIsConsumingScheduledOpResponse>
31803
- */
31804
- isConsumingScheduledOp(): Promise<ArbitrationPolicySpIsConsumingScheduledOpResponse>;
31805
- /**
31806
- * method proxiableUUID for contract ArbitrationPolicySP
31807
- *
31808
- * @param request ArbitrationPolicySpProxiableUuidRequest
31809
- * @return Promise<ArbitrationPolicySpProxiableUuidResponse>
31810
- */
31811
- proxiableUuid(): Promise<ArbitrationPolicySpProxiableUuidResponse>;
31812
- /**
31813
- * method treasury for contract ArbitrationPolicySP
31814
- *
31815
- * @param request ArbitrationPolicySpTreasuryRequest
31816
- * @return Promise<ArbitrationPolicySpTreasuryResponse>
31817
- */
31818
- treasury(): Promise<ArbitrationPolicySpTreasuryResponse>;
31819
- }
31820
- /**
31821
- * contract ArbitrationPolicySP write method
31822
- */
31823
- export declare class ArbitrationPolicySpClient extends ArbitrationPolicySpReadOnlyClient {
31824
- protected readonly wallet: SimpleWalletClient;
31825
- constructor(rpcClient: PublicClient, wallet: SimpleWalletClient, address?: Address);
31826
- /**
31827
- * method initialize for contract ArbitrationPolicySP
31828
- *
31829
- * @param request ArbitrationPolicySpInitializeRequest
31830
- * @return Promise<WriteContractReturnType>
31831
- */
31832
- initialize(request: ArbitrationPolicySpInitializeRequest): Promise<WriteContractReturnType>;
31833
- /**
31834
- * method initialize for contract ArbitrationPolicySP with only encode
31835
- *
31836
- * @param request ArbitrationPolicySpInitializeRequest
31837
- * @return EncodedTxData
31838
- */
31839
- initializeEncode(request: ArbitrationPolicySpInitializeRequest): EncodedTxData;
31840
- /**
31841
- * method onDisputeCancel for contract ArbitrationPolicySP
31842
- *
31843
- * @param request ArbitrationPolicySpOnDisputeCancelRequest
31844
- * @return Promise<WriteContractReturnType>
31845
- */
31846
- onDisputeCancel(request: ArbitrationPolicySpOnDisputeCancelRequest): Promise<WriteContractReturnType>;
31847
- /**
31848
- * method onDisputeCancel for contract ArbitrationPolicySP with only encode
31849
- *
31850
- * @param request ArbitrationPolicySpOnDisputeCancelRequest
31851
- * @return EncodedTxData
31852
- */
31853
- onDisputeCancelEncode(request: ArbitrationPolicySpOnDisputeCancelRequest): EncodedTxData;
31854
- /**
31855
- * method onDisputeJudgement for contract ArbitrationPolicySP
31856
- *
31857
- * @param request ArbitrationPolicySpOnDisputeJudgementRequest
31858
- * @return Promise<WriteContractReturnType>
31859
- */
31860
- onDisputeJudgement(request: ArbitrationPolicySpOnDisputeJudgementRequest): Promise<WriteContractReturnType>;
31861
- /**
31862
- * method onDisputeJudgement for contract ArbitrationPolicySP with only encode
31863
- *
31864
- * @param request ArbitrationPolicySpOnDisputeJudgementRequest
31865
- * @return EncodedTxData
31866
- */
31867
- onDisputeJudgementEncode(request: ArbitrationPolicySpOnDisputeJudgementRequest): EncodedTxData;
31868
- /**
31869
- * method onRaiseDispute for contract ArbitrationPolicySP
31870
- *
31871
- * @param request ArbitrationPolicySpOnRaiseDisputeRequest
31872
- * @return Promise<WriteContractReturnType>
31873
- */
31874
- onRaiseDispute(request: ArbitrationPolicySpOnRaiseDisputeRequest): Promise<WriteContractReturnType>;
31875
- /**
31876
- * method onRaiseDispute for contract ArbitrationPolicySP with only encode
31877
- *
31878
- * @param request ArbitrationPolicySpOnRaiseDisputeRequest
31879
- * @return EncodedTxData
31880
- */
31881
- onRaiseDisputeEncode(request: ArbitrationPolicySpOnRaiseDisputeRequest): EncodedTxData;
31882
- /**
31883
- * method onResolveDispute for contract ArbitrationPolicySP
31884
- *
31885
- * @param request ArbitrationPolicySpOnResolveDisputeRequest
31886
- * @return Promise<WriteContractReturnType>
31887
- */
31888
- onResolveDispute(request: ArbitrationPolicySpOnResolveDisputeRequest): Promise<WriteContractReturnType>;
31889
- /**
31890
- * method onResolveDispute for contract ArbitrationPolicySP with only encode
31891
- *
31892
- * @param request ArbitrationPolicySpOnResolveDisputeRequest
31893
- * @return EncodedTxData
31894
- */
31895
- onResolveDisputeEncode(request: ArbitrationPolicySpOnResolveDisputeRequest): EncodedTxData;
31896
- /**
31897
- * method setAuthority for contract ArbitrationPolicySP
31898
- *
31899
- * @param request ArbitrationPolicySpSetAuthorityRequest
31900
- * @return Promise<WriteContractReturnType>
31901
- */
31902
- setAuthority(request: ArbitrationPolicySpSetAuthorityRequest): Promise<WriteContractReturnType>;
31903
- /**
31904
- * method setAuthority for contract ArbitrationPolicySP with only encode
31905
- *
31906
- * @param request ArbitrationPolicySpSetAuthorityRequest
31907
- * @return EncodedTxData
31908
- */
31909
- setAuthorityEncode(request: ArbitrationPolicySpSetAuthorityRequest): EncodedTxData;
31910
- /**
31911
- * method setTreasury for contract ArbitrationPolicySP
31912
- *
31913
- * @param request ArbitrationPolicySpSetTreasuryRequest
31914
- * @return Promise<WriteContractReturnType>
31915
- */
31916
- setTreasury(request: ArbitrationPolicySpSetTreasuryRequest): Promise<WriteContractReturnType>;
31917
- /**
31918
- * method setTreasury for contract ArbitrationPolicySP with only encode
31919
- *
31920
- * @param request ArbitrationPolicySpSetTreasuryRequest
31921
- * @return EncodedTxData
31922
- */
31923
- setTreasuryEncode(request: ArbitrationPolicySpSetTreasuryRequest): EncodedTxData;
31924
- /**
31925
- * method upgradeToAndCall for contract ArbitrationPolicySP
31926
- *
31927
- * @param request ArbitrationPolicySpUpgradeToAndCallRequest
31928
- * @return Promise<WriteContractReturnType>
31929
- */
31930
- upgradeToAndCall(request: ArbitrationPolicySpUpgradeToAndCallRequest): Promise<WriteContractReturnType>;
31931
- /**
31932
- * method upgradeToAndCall for contract ArbitrationPolicySP with only encode
31933
- *
31934
- * @param request ArbitrationPolicySpUpgradeToAndCallRequest
31935
- * @return EncodedTxData
31936
- */
31937
- upgradeToAndCallEncode(request: ArbitrationPolicySpUpgradeToAndCallRequest): EncodedTxData;
31938
- }
31939
31181
  /**
31940
31182
  * CoreMetadataModuleAuthorityUpdatedEvent
31941
31183
  *
@@ -35415,6 +34657,25 @@ export type LicensingModuleRegisterDerivativeWithLicenseTokensRequest = {
35415
34657
  licenseTokenIds: readonly bigint[];
35416
34658
  royaltyContext: Hex;
35417
34659
  };
34660
+ /**
34661
+ * LicensingModuleSetLicensingConfigRequest
34662
+ *
34663
+ * @param ipId address
34664
+ * @param licenseTemplate address
34665
+ * @param licenseTermsId uint256
34666
+ * @param licensingConfig tuple
34667
+ */
34668
+ export type LicensingModuleSetLicensingConfigRequest = {
34669
+ ipId: Address;
34670
+ licenseTemplate: Address;
34671
+ licenseTermsId: bigint;
34672
+ licensingConfig: {
34673
+ isSet: boolean;
34674
+ mintingFee: bigint;
34675
+ licensingHook: Address;
34676
+ hookData: Hex;
34677
+ };
34678
+ };
35418
34679
  /**
35419
34680
  * contract LicensingModule event
35420
34681
  */
@@ -35514,6 +34775,20 @@ export declare class LicensingModuleClient extends LicensingModuleReadOnlyClient
35514
34775
  * @return EncodedTxData
35515
34776
  */
35516
34777
  registerDerivativeWithLicenseTokensEncode(request: LicensingModuleRegisterDerivativeWithLicenseTokensRequest): EncodedTxData;
34778
+ /**
34779
+ * method setLicensingConfig for contract LicensingModule
34780
+ *
34781
+ * @param request LicensingModuleSetLicensingConfigRequest
34782
+ * @return Promise<WriteContractReturnType>
34783
+ */
34784
+ setLicensingConfig(request: LicensingModuleSetLicensingConfigRequest): Promise<WriteContractReturnType>;
34785
+ /**
34786
+ * method setLicensingConfig for contract LicensingModule with only encode
34787
+ *
34788
+ * @param request LicensingModuleSetLicensingConfigRequest
34789
+ * @return EncodedTxData
34790
+ */
34791
+ setLicensingConfigEncode(request: LicensingModuleSetLicensingConfigRequest): EncodedTxData;
35517
34792
  }
35518
34793
  /**
35519
34794
  * MockErc20ApprovalEvent
@@ -37538,6 +36813,7 @@ export type SpgnftImplBalanceOfRequest = {
37538
36813
  };
37539
36814
  export type SpgnftImplBalanceOfResponse = bigint;
37540
36815
  export type SpgnftImplBaseUriResponse = string;
36816
+ export type SpgnftImplContractUriResponse = string;
37541
36817
  /**
37542
36818
  * SpgnftImplGetApprovedRequest
37543
36819
  *
@@ -37643,6 +36919,7 @@ export type SpgnftImplInitializeRequest = {
37643
36919
  name: string;
37644
36920
  symbol: string;
37645
36921
  baseURI: string;
36922
+ contractURI: string;
37646
36923
  maxSupply: number;
37647
36924
  mintFee: bigint;
37648
36925
  mintFeeToken: Address;
@@ -37738,6 +37015,14 @@ export type SpgnftImplSetApprovalForAllRequest = {
37738
37015
  export type SpgnftImplSetBaseUriRequest = {
37739
37016
  baseURI: string;
37740
37017
  };
37018
+ /**
37019
+ * SpgnftImplSetContractUriRequest
37020
+ *
37021
+ * @param contractURI string
37022
+ */
37023
+ export type SpgnftImplSetContractUriRequest = {
37024
+ contractURI: string;
37025
+ };
37741
37026
  /**
37742
37027
  * SpgnftImplSetMintFeeRequest
37743
37028
  *
@@ -37932,6 +37217,13 @@ export declare class SpgnftImplReadOnlyClient extends SpgnftImplEventClient {
37932
37217
  * @return Promise<SpgnftImplBaseUriResponse>
37933
37218
  */
37934
37219
  baseUri(): Promise<SpgnftImplBaseUriResponse>;
37220
+ /**
37221
+ * method contractURI for contract SPGNFTImpl
37222
+ *
37223
+ * @param request SpgnftImplContractUriRequest
37224
+ * @return Promise<SpgnftImplContractUriResponse>
37225
+ */
37226
+ contractUri(): Promise<SpgnftImplContractUriResponse>;
37935
37227
  /**
37936
37228
  * method getApproved for contract SPGNFTImpl
37937
37229
  *
@@ -38198,6 +37490,20 @@ export declare class SpgnftImplClient extends SpgnftImplReadOnlyClient {
38198
37490
  * @return EncodedTxData
38199
37491
  */
38200
37492
  setBaseUriEncode(request: SpgnftImplSetBaseUriRequest): EncodedTxData;
37493
+ /**
37494
+ * method setContractURI for contract SPGNFTImpl
37495
+ *
37496
+ * @param request SpgnftImplSetContractUriRequest
37497
+ * @return Promise<WriteContractReturnType>
37498
+ */
37499
+ setContractUri(request: SpgnftImplSetContractUriRequest): Promise<WriteContractReturnType>;
37500
+ /**
37501
+ * method setContractURI for contract SPGNFTImpl with only encode
37502
+ *
37503
+ * @param request SpgnftImplSetContractUriRequest
37504
+ * @return EncodedTxData
37505
+ */
37506
+ setContractUriEncode(request: SpgnftImplSetContractUriRequest): EncodedTxData;
38201
37507
  /**
38202
37508
  * method setMintFee for contract SPGNFTImpl
38203
37509
  *