@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/dist/index.js CHANGED
@@ -1314,6 +1314,26 @@ var cointagFactoryABI = [
1314
1314
  outputs: [{ name: "", internalType: "string", type: "string" }],
1315
1315
  stateMutability: "pure"
1316
1316
  },
1317
+ {
1318
+ type: "function",
1319
+ inputs: [
1320
+ {
1321
+ name: "_creatorRewardRecipient",
1322
+ internalType: "address",
1323
+ type: "address"
1324
+ },
1325
+ { name: "_pool", internalType: "address", type: "address" },
1326
+ {
1327
+ name: "_percentageToBuyBurn",
1328
+ internalType: "uint256",
1329
+ type: "uint256"
1330
+ },
1331
+ { name: "saltSource", internalType: "bytes", type: "bytes" }
1332
+ ],
1333
+ name: "getCointagAddress",
1334
+ outputs: [{ name: "", internalType: "address", type: "address" }],
1335
+ stateMutability: "view"
1336
+ },
1317
1337
  {
1318
1338
  type: "function",
1319
1339
  inputs: [