@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/.turbo/turbo-build.log +13 -13
- package/CHANGELOG.md +6 -0
- package/dist/encoding.d.ts +2 -2
- package/dist/generated/wagmi.d.ts +13 -5
- package/dist/generated/wagmi.d.ts.map +1 -1
- package/dist/index.cjs +3 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/generated/wagmi.ts +6 -4
package/package.json
CHANGED
package/src/generated/wagmi.ts
CHANGED
|
@@ -100,7 +100,7 @@ export const autoSwapperABI = [
|
|
|
100
100
|
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
101
101
|
|
|
102
102
|
/**
|
|
103
|
-
* - [__View Contract on Base Basescan__](https://basescan.org/address/
|
|
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/
|
|
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: '
|
|
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/
|
|
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' },
|