@zoralabs/protocol-deployments 0.5.1 → 0.5.3-PRE.0

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
  {
@@ -2230,8 +2236,8 @@ var coinFactoryABI = [
2230
2236
  }
2231
2237
  ];
2232
2238
  var coinFactoryAddress = {
2233
- 8453: "0xC1d310288E76bE71E7A26d269Fd6cbd3A1D9febC",
2234
- 84532: "0x1E670515d3A4C75C0860846c0605c84AF0e0db0d"
2239
+ 8453: "0x777777751622c0d3258f214F9DF38E35BF45baF3",
2240
+ 84532: "0x777777751622c0d3258f214F9DF38E35BF45baF3"
2235
2241
  };
2236
2242
  var coinFactoryConfig = {
2237
2243
  address: coinFactoryAddress,