@zoralabs/protocol-deployments 0.3.11-DEV.3 → 0.3.11-DEV.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zoralabs/protocol-deployments",
3
- "version": "0.3.11-DEV.3",
3
+ "version": "0.3.11-DEV.4",
4
4
  "repository": "https://github.com/ourzora/zora-protocol",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -1359,6 +1359,26 @@ export const cointagFactoryABI = [
1359
1359
  outputs: [{ name: '', internalType: 'string', type: 'string' }],
1360
1360
  stateMutability: 'pure',
1361
1361
  },
1362
+ {
1363
+ type: 'function',
1364
+ inputs: [
1365
+ {
1366
+ name: '_creatorRewardRecipient',
1367
+ internalType: 'address',
1368
+ type: 'address',
1369
+ },
1370
+ { name: '_pool', internalType: 'address', type: 'address' },
1371
+ {
1372
+ name: '_percentageToBuyBurn',
1373
+ internalType: 'uint256',
1374
+ type: 'uint256',
1375
+ },
1376
+ { name: 'saltSource', internalType: 'bytes', type: 'bytes' },
1377
+ ],
1378
+ name: 'getCointagAddress',
1379
+ outputs: [{ name: '', internalType: 'address', type: 'address' }],
1380
+ stateMutability: 'view',
1381
+ },
1362
1382
  {
1363
1383
  type: 'function',
1364
1384
  inputs: [