@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zoralabs/protocol-deployments",
3
- "version": "0.5.1",
3
+ "version": "0.5.3-PRE.0",
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
  {
@@ -2030,8 +2036,8 @@ export const coinABI = [
2030
2036
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
2031
2037
 
2032
2038
  /**
2033
- * - [__View Contract on Base Basescan__](https://basescan.org/address/0xC1d310288E76bE71E7A26d269Fd6cbd3A1D9febC)
2034
- * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x1E670515d3A4C75C0860846c0605c84AF0e0db0d)
2039
+ * - [__View Contract on Base Basescan__](https://basescan.org/address/0x777777751622c0d3258f214F9DF38E35BF45baF3)
2040
+ * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x777777751622c0d3258f214F9DF38E35BF45baF3)
2035
2041
  */
2036
2042
  export const coinFactoryABI = [
2037
2043
  {
@@ -2278,17 +2284,17 @@ export const coinFactoryABI = [
2278
2284
  ] as const
2279
2285
 
2280
2286
  /**
2281
- * - [__View Contract on Base Basescan__](https://basescan.org/address/0xC1d310288E76bE71E7A26d269Fd6cbd3A1D9febC)
2282
- * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x1E670515d3A4C75C0860846c0605c84AF0e0db0d)
2287
+ * - [__View Contract on Base Basescan__](https://basescan.org/address/0x777777751622c0d3258f214F9DF38E35BF45baF3)
2288
+ * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x777777751622c0d3258f214F9DF38E35BF45baF3)
2283
2289
  */
2284
2290
  export const coinFactoryAddress = {
2285
- 8453: '0xC1d310288E76bE71E7A26d269Fd6cbd3A1D9febC',
2286
- 84532: '0x1E670515d3A4C75C0860846c0605c84AF0e0db0d',
2291
+ 8453: '0x777777751622c0d3258f214F9DF38E35BF45baF3',
2292
+ 84532: '0x777777751622c0d3258f214F9DF38E35BF45baF3',
2287
2293
  } as const
2288
2294
 
2289
2295
  /**
2290
- * - [__View Contract on Base Basescan__](https://basescan.org/address/0xC1d310288E76bE71E7A26d269Fd6cbd3A1D9febC)
2291
- * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x1E670515d3A4C75C0860846c0605c84AF0e0db0d)
2296
+ * - [__View Contract on Base Basescan__](https://basescan.org/address/0x777777751622c0d3258f214F9DF38E35BF45baF3)
2297
+ * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x777777751622c0d3258f214F9DF38E35BF45baF3)
2292
2298
  */
2293
2299
  export const coinFactoryConfig = {
2294
2300
  address: coinFactoryAddress,