@zoralabs/protocol-deployments 0.6.0 → 0.6.1

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.6.0",
3
+ "version": "0.6.1",
4
4
  "repository": "https://github.com/ourzora/zora-protocol",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -100,7 +100,7 @@ export const autoSwapperABI = [
100
100
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
101
101
 
102
102
  /**
103
- * - [__View Contract on Base Basescan__](https://basescan.org/address/0xd77038a7f400E8242d2916f7EB5741e689d4aE25)
103
+ * - [__View Contract on Base Basescan__](https://basescan.org/address/0xc90e349360C43a0217CEF289f231C66D4748960F)
104
104
  * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0xE4Ec8cE893Cd41965b1aE27F1ad9798F207427aE)
105
105
  */
106
106
  export const buySupplyWithSwapRouterHookABI = [
@@ -191,16 +191,16 @@ export const buySupplyWithSwapRouterHookABI = [
191
191
  ] as const
192
192
 
193
193
  /**
194
- * - [__View Contract on Base Basescan__](https://basescan.org/address/0xd77038a7f400E8242d2916f7EB5741e689d4aE25)
194
+ * - [__View Contract on Base Basescan__](https://basescan.org/address/0xc90e349360C43a0217CEF289f231C66D4748960F)
195
195
  * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0xE4Ec8cE893Cd41965b1aE27F1ad9798F207427aE)
196
196
  */
197
197
  export const buySupplyWithSwapRouterHookAddress = {
198
- 8453: '0xd77038a7f400E8242d2916f7EB5741e689d4aE25',
198
+ 8453: '0xc90e349360C43a0217CEF289f231C66D4748960F',
199
199
  84532: '0xE4Ec8cE893Cd41965b1aE27F1ad9798F207427aE',
200
200
  } as const
201
201
 
202
202
  /**
203
- * - [__View Contract on Base Basescan__](https://basescan.org/address/0xd77038a7f400E8242d2916f7EB5741e689d4aE25)
203
+ * - [__View Contract on Base Basescan__](https://basescan.org/address/0xc90e349360C43a0217CEF289f231C66D4748960F)
204
204
  * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0xE4Ec8cE893Cd41965b1aE27F1ad9798F207427aE)
205
205
  */
206
206
  export const buySupplyWithSwapRouterHookConfig = {
@@ -2328,6 +2328,7 @@ export const coinABI = [
2328
2328
  ],
2329
2329
  name: 'MaxShareToBeSoldExceeded',
2330
2330
  },
2331
+ { type: 'error', inputs: [], name: 'NameIsRequired' },
2331
2332
  { type: 'error', inputs: [], name: 'NotInitializing' },
2332
2333
  { type: 'error', inputs: [], name: 'NotOwner' },
2333
2334
  { type: 'error', inputs: [], name: 'NumDiscoveryPositionsOutOfRange' },
@@ -4015,6 +4016,7 @@ export const coinV4ABI = [
4015
4016
  ],
4016
4017
  name: 'MaxShareToBeSoldExceeded',
4017
4018
  },
4019
+ { type: 'error', inputs: [], name: 'NameIsRequired' },
4018
4020
  { type: 'error', inputs: [], name: 'NotInitializing' },
4019
4021
  { type: 'error', inputs: [], name: 'NotOwner' },
4020
4022
  { type: 'error', inputs: [], name: 'NumDiscoveryPositionsOutOfRange' },