@zoralabs/protocol-deployments 0.5.1 → 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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zoralabs/protocol-deployments",
3
- "version": "0.5.1",
3
+ "version": "0.5.2",
4
4
  "repository": "https://github.com/ourzora/zora-protocol",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -1223,7 +1223,10 @@ export const coinABI = [
1223
1223
  { name: 'tradeReferrer', internalType: 'address', type: 'address' },
1224
1224
  ],
1225
1225
  name: 'buy',
1226
- outputs: [{ name: '', internalType: 'uint256', type: 'uint256' }],
1226
+ outputs: [
1227
+ { name: '', internalType: 'uint256', type: 'uint256' },
1228
+ { name: '', internalType: 'uint256', type: 'uint256' },
1229
+ ],
1227
1230
  stateMutability: 'payable',
1228
1231
  },
1229
1232
  {
@@ -1429,7 +1432,10 @@ export const coinABI = [
1429
1432
  { name: 'tradeReferrer', internalType: 'address', type: 'address' },
1430
1433
  ],
1431
1434
  name: 'sell',
1432
- outputs: [{ name: '', internalType: 'uint256', type: 'uint256' }],
1435
+ outputs: [
1436
+ { name: '', internalType: 'uint256', type: 'uint256' },
1437
+ { name: '', internalType: 'uint256', type: 'uint256' },
1438
+ ],
1433
1439
  stateMutability: 'nonpayable',
1434
1440
  },
1435
1441
  {