@zoralabs/protocol-deployments 0.5.0 → 0.5.2

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
@@ -1185,7 +1185,10 @@ var coinABI = [
1185
1185
  { name: "tradeReferrer", internalType: "address", type: "address" }
1186
1186
  ],
1187
1187
  name: "buy",
1188
- outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
1188
+ outputs: [
1189
+ { name: "", internalType: "uint256", type: "uint256" },
1190
+ { name: "", internalType: "uint256", type: "uint256" }
1191
+ ],
1189
1192
  stateMutability: "payable"
1190
1193
  },
1191
1194
  {
@@ -1391,7 +1394,10 @@ var coinABI = [
1391
1394
  { name: "tradeReferrer", internalType: "address", type: "address" }
1392
1395
  ],
1393
1396
  name: "sell",
1394
- outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
1397
+ outputs: [
1398
+ { name: "", internalType: "uint256", type: "uint256" },
1399
+ { name: "", internalType: "uint256", type: "uint256" }
1400
+ ],
1395
1401
  stateMutability: "nonpayable"
1396
1402
  },
1397
1403
  {
@@ -2020,7 +2026,10 @@ var coinFactoryABI = [
2020
2026
  { name: "orderSize", internalType: "uint256", type: "uint256" }
2021
2027
  ],
2022
2028
  name: "deploy",
2023
- outputs: [{ name: "", internalType: "address", type: "address" }],
2029
+ outputs: [
2030
+ { name: "", internalType: "address", type: "address" },
2031
+ { name: "", internalType: "uint256", type: "uint256" }
2032
+ ],
2024
2033
  stateMutability: "payable"
2025
2034
  },
2026
2035
  {