@zoralabs/protocol-deployments 0.5.6 → 0.5.8

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.6",
3
+ "version": "0.5.8",
4
4
  "repository": "https://github.com/ourzora/zora-protocol",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -15,9 +15,17 @@
15
15
  "default": "./dist/index.cjs"
16
16
  }
17
17
  },
18
+ "scripts": {
19
+ "build": "pnpm bundle-configs && pnpm copy-generated && tsup",
20
+ "bundle-configs": "tsx scripts/bundle-configs.ts && pnpm prettier:write",
21
+ "copy-generated": "cp ../protocol-deployments-gen/generated/wagmi.ts src/generated/wagmi.ts",
22
+ "prettier:write": "prettier --write 'src/**/*.ts' 'scripts/*'",
23
+ "lint": "prettier --check 'src/**/*.ts' 'scripts/*'"
24
+ },
18
25
  "devDependencies": {
19
26
  "@lavamoat/preinstall-always-fail": "2.0.0",
20
27
  "@types/node": "^20.3.2",
28
+ "@zoralabs/tsconfig": "workspace:^",
21
29
  "abitype": "^1.0.2",
22
30
  "es-main": "^1.2.0",
23
31
  "prettier": "^3.2.5",
@@ -25,14 +33,6 @@
25
33
  "tsup": "^7.2.0",
26
34
  "tsx": "^3.13.0",
27
35
  "typescript": "^5.2.2",
28
- "viem": "^2.21.21",
29
- "@zoralabs/tsconfig": "^0.0.1"
30
- },
31
- "scripts": {
32
- "build": "pnpm bundle-configs && pnpm copy-generated && tsup",
33
- "bundle-configs": "tsx scripts/bundle-configs.ts && pnpm prettier:write",
34
- "copy-generated": "cp ../protocol-deployments-gen/generated/wagmi.ts src/generated/wagmi.ts",
35
- "prettier:write": "prettier --write 'src/**/*.ts' 'scripts/*'",
36
- "lint": "prettier --check 'src/**/*.ts' 'scripts/*'"
36
+ "viem": "^2.21.21"
37
37
  }
38
- }
38
+ }
@@ -3,8 +3,8 @@
3
3
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
4
4
 
5
5
  /**
6
- * - [__View Contract on Base Basescan__](https://basescan.org/address/0x4269b3ba4522192e0C54197BD0D7131A3abA6256)
7
- * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0xBD42CD74A5fBA7570A2943CAC0B6b60C8f3153B2)
6
+ * - [__View Contract on Base Basescan__](https://basescan.org/address/0x98fbEab71999b9777fE14E9Eb20832570c7fE1ed)
7
+ * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0xE4Ec8cE893Cd41965b1aE27F1ad9798F207427aE)
8
8
  */
9
9
  export const buySupplyWithSwapRouterHookABI = [
10
10
  {
@@ -64,17 +64,17 @@ export const buySupplyWithSwapRouterHookABI = [
64
64
  ] as const
65
65
 
66
66
  /**
67
- * - [__View Contract on Base Basescan__](https://basescan.org/address/0x4269b3ba4522192e0C54197BD0D7131A3abA6256)
68
- * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0xBD42CD74A5fBA7570A2943CAC0B6b60C8f3153B2)
67
+ * - [__View Contract on Base Basescan__](https://basescan.org/address/0x98fbEab71999b9777fE14E9Eb20832570c7fE1ed)
68
+ * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0xE4Ec8cE893Cd41965b1aE27F1ad9798F207427aE)
69
69
  */
70
70
  export const buySupplyWithSwapRouterHookAddress = {
71
- 8453: '0x4269b3ba4522192e0C54197BD0D7131A3abA6256',
72
- 84532: '0xBD42CD74A5fBA7570A2943CAC0B6b60C8f3153B2',
71
+ 8453: '0x98fbEab71999b9777fE14E9Eb20832570c7fE1ed',
72
+ 84532: '0xE4Ec8cE893Cd41965b1aE27F1ad9798F207427aE',
73
73
  } as const
74
74
 
75
75
  /**
76
- * - [__View Contract on Base Basescan__](https://basescan.org/address/0x4269b3ba4522192e0C54197BD0D7131A3abA6256)
77
- * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0xBD42CD74A5fBA7570A2943CAC0B6b60C8f3153B2)
76
+ * - [__View Contract on Base Basescan__](https://basescan.org/address/0x98fbEab71999b9777fE14E9Eb20832570c7fE1ed)
77
+ * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0xE4Ec8cE893Cd41965b1aE27F1ad9798F207427aE)
78
78
  */
79
79
  export const buySupplyWithSwapRouterHookConfig = {
80
80
  address: buySupplyWithSwapRouterHookAddress,
@@ -1305,7 +1305,7 @@ export const coinABI = [
1305
1305
  {
1306
1306
  type: 'function',
1307
1307
  inputs: [],
1308
- name: 'dopplerFeeRecipient',
1308
+ name: 'doppler',
1309
1309
  outputs: [{ name: '', internalType: 'address', type: 'address' }],
1310
1310
  stateMutability: 'view',
1311
1311
  },
@@ -2197,7 +2197,7 @@ export const coinABI = [
2197
2197
 
2198
2198
  /**
2199
2199
  * - [__View Contract on Base Basescan__](https://basescan.org/address/0x777777751622c0d3258f214F9DF38E35BF45baF3)
2200
- * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x777777751622c0d3258f214F9DF38E35BF45baF3)
2200
+ * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0xaF88840cb637F2684A9E460316b1678AD6245e4a)
2201
2201
  */
2202
2202
  export const coinFactoryABI = [
2203
2203
  {
@@ -2661,16 +2661,16 @@ export const coinFactoryABI = [
2661
2661
 
2662
2662
  /**
2663
2663
  * - [__View Contract on Base Basescan__](https://basescan.org/address/0x777777751622c0d3258f214F9DF38E35BF45baF3)
2664
- * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x777777751622c0d3258f214F9DF38E35BF45baF3)
2664
+ * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0xaF88840cb637F2684A9E460316b1678AD6245e4a)
2665
2665
  */
2666
2666
  export const coinFactoryAddress = {
2667
2667
  8453: '0x777777751622c0d3258f214F9DF38E35BF45baF3',
2668
- 84532: '0x777777751622c0d3258f214F9DF38E35BF45baF3',
2668
+ 84532: '0xaF88840cb637F2684A9E460316b1678AD6245e4a',
2669
2669
  } as const
2670
2670
 
2671
2671
  /**
2672
2672
  * - [__View Contract on Base Basescan__](https://basescan.org/address/0x777777751622c0d3258f214F9DF38E35BF45baF3)
2673
- * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x777777751622c0d3258f214F9DF38E35BF45baF3)
2673
+ * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0xaF88840cb637F2684A9E460316b1678AD6245e4a)
2674
2674
  */
2675
2675
  export const coinFactoryConfig = {
2676
2676
  address: coinFactoryAddress,
@@ -2796,7 +2796,7 @@ export const coinV4ABI = [
2796
2796
  {
2797
2797
  type: 'function',
2798
2798
  inputs: [],
2799
- name: 'dopplerFeeRecipient',
2799
+ name: 'doppler',
2800
2800
  outputs: [{ name: '', internalType: 'address', type: 'address' }],
2801
2801
  stateMutability: 'view',
2802
2802
  },
package/LICENSE DELETED
@@ -1,21 +0,0 @@
1
- MIT License
2
-
3
- Copyright (c) 2023 Zora Labs
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.