@zoralabs/protocol-deployments 0.5.2 → 0.5.3

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.2",
3
+ "version": "0.5.3",
4
4
  "repository": "https://github.com/ourzora/zora-protocol",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -2036,8 +2036,8 @@ export const coinABI = [
2036
2036
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
2037
2037
 
2038
2038
  /**
2039
- * - [__View Contract on Base Basescan__](https://basescan.org/address/0xC1d310288E76bE71E7A26d269Fd6cbd3A1D9febC)
2040
- * - [__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)
2041
2041
  */
2042
2042
  export const coinFactoryABI = [
2043
2043
  {
@@ -2284,17 +2284,17 @@ export const coinFactoryABI = [
2284
2284
  ] as const
2285
2285
 
2286
2286
  /**
2287
- * - [__View Contract on Base Basescan__](https://basescan.org/address/0xC1d310288E76bE71E7A26d269Fd6cbd3A1D9febC)
2288
- * - [__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)
2289
2289
  */
2290
2290
  export const coinFactoryAddress = {
2291
- 8453: '0xC1d310288E76bE71E7A26d269Fd6cbd3A1D9febC',
2292
- 84532: '0x1E670515d3A4C75C0860846c0605c84AF0e0db0d',
2291
+ 8453: '0x777777751622c0d3258f214F9DF38E35BF45baF3',
2292
+ 84532: '0x777777751622c0d3258f214F9DF38E35BF45baF3',
2293
2293
  } as const
2294
2294
 
2295
2295
  /**
2296
- * - [__View Contract on Base Basescan__](https://basescan.org/address/0xC1d310288E76bE71E7A26d269Fd6cbd3A1D9febC)
2297
- * - [__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)
2298
2298
  */
2299
2299
  export const coinFactoryConfig = {
2300
2300
  address: coinFactoryAddress,