@zoralabs/protocol-deployments 0.3.0 → 0.3.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.
@@ -1,43 +1,43 @@
1
-
2
- > @zoralabs/protocol-deployments@0.3.0 build /Users/danovedzora/source/zora-protocol/packages/protocol-deployments
3
- > pnpm bundle-configs && tsup
4
-
5
-
6
- > @zoralabs/protocol-deployments@0.3.0 bundle-configs /Users/danovedzora/source/zora-protocol/packages/protocol-deployments
7
- > tsx scripts/bundle-configs.ts && pnpm prettier:write
8
-
9
-
10
- > @zoralabs/protocol-deployments@0.3.0 prettier:write /Users/danovedzora/source/zora-protocol/packages/protocol-deployments
11
- > prettier --write 'src/**/*.ts' 'scripts/*'
12
-
13
- src/index.tssrc/index.ts 38ms (unchanged)
14
- src/typedData.tssrc/typedData.ts 53ms (unchanged)
15
- src/types.tssrc/types.ts 10ms (unchanged)
16
- scripts/bundle-chainConfigs.tsscripts/bundle-chainConfigs.ts 7ms (unchanged)
17
- scripts/bundle-configs.tsscripts/bundle-configs.ts 13ms (unchanged)
18
- CLI Building entry: src/index.ts
19
- CLI Using tsconfig: tsconfig.json
20
- CLI tsup v7.3.0
21
- CLI Using tsup config: /Users/danovedzora/source/zora-protocol/packages/protocol-deployments/tsup.config.ts
22
- CLI Target: es2021
23
- CLI Cleaning output folder
24
- CJS Build start
25
- ESM Build start
26
- ESM dist/secp256k1-5CEPNAX3.js 69.43 KB
27
- ESM dist/chunk-5JV63AHR.js 3.91 KB
28
- ESM dist/chunk-3EJPJMEH.js 1.88 KB
29
- ESM dist/ccip-42FQPB7J.js 320.00 B
30
- ESM dist/index.js 296.40 KB
31
- ESM dist/chunk-YMRS2KON.js 133.27 KB
32
- ESM dist/_esm-KB2T7G46.js 130.03 KB
33
- ESM dist/chunk-5JV63AHR.js.map 14.32 KB
34
- ESM dist/chunk-3EJPJMEH.js.map 71.00 B
35
- ESM dist/secp256k1-5CEPNAX3.js.map 169.18 KB
36
- ESM dist/ccip-42FQPB7J.js.map 71.00 B
37
- ESM dist/chunk-YMRS2KON.js.map 367.28 KB
38
- ESM dist/index.js.map 565.56 KB
39
- ESM dist/_esm-KB2T7G46.js.map 204.85 KB
40
- ESM ⚡️ Build success in 183ms
41
- CJS dist/index.cjs 356.86 KB
42
- CJS dist/index.cjs.map 764.98 KB
43
- CJS ⚡️ Build success in 184ms
1
+
2
+ > @zoralabs/protocol-deployments@0.3.1 build /home/runner/work/zora-protocol-private/zora-protocol-private/packages/protocol-deployments
3
+ > pnpm bundle-configs && tsup
4
+
5
+
6
+ > @zoralabs/protocol-deployments@0.3.1 bundle-configs /home/runner/work/zora-protocol-private/zora-protocol-private/packages/protocol-deployments
7
+ > tsx scripts/bundle-configs.ts && pnpm prettier:write
8
+
9
+
10
+ > @zoralabs/protocol-deployments@0.3.1 prettier:write /home/runner/work/zora-protocol-private/zora-protocol-private/packages/protocol-deployments
11
+ > prettier --write 'src/**/*.ts' 'scripts/*'
12
+
13
+ src/index.ts 57ms (unchanged)
14
+ src/typedData.ts 118ms (unchanged)
15
+ src/types.ts 27ms (unchanged)
16
+ scripts/bundle-chainConfigs.ts 12ms (unchanged)
17
+ scripts/bundle-configs.ts 38ms (unchanged)
18
+ CLI Building entry: src/index.ts
19
+ CLI Using tsconfig: tsconfig.json
20
+ CLI tsup v7.3.0
21
+ CLI Using tsup config: /home/runner/work/zora-protocol-private/zora-protocol-private/packages/protocol-deployments/tsup.config.ts
22
+ CLI Target: es2021
23
+ CLI Cleaning output folder
24
+ CJS Build start
25
+ ESM Build start
26
+ ESM dist/index.js 315.79 KB
27
+ ESM dist/ccip-42FQPB7J.js 320.00 B
28
+ ESM dist/chunk-YMRS2KON.js 133.27 KB
29
+ ESM dist/_esm-KB2T7G46.js 130.03 KB
30
+ ESM dist/secp256k1-5CEPNAX3.js 69.43 KB
31
+ ESM dist/chunk-5JV63AHR.js 3.91 KB
32
+ ESM dist/chunk-3EJPJMEH.js 1.88 KB
33
+ ESM dist/index.js.map 603.17 KB
34
+ ESM dist/ccip-42FQPB7J.js.map 71.00 B
35
+ ESM dist/chunk-YMRS2KON.js.map 367.28 KB
36
+ ESM dist/_esm-KB2T7G46.js.map 204.85 KB
37
+ ESM dist/secp256k1-5CEPNAX3.js.map 169.18 KB
38
+ ESM dist/chunk-5JV63AHR.js.map 14.32 KB
39
+ ESM dist/chunk-3EJPJMEH.js.map 71.00 B
40
+ ESM ⚡️ Build success in 664ms
41
+ CJS dist/index.cjs 376.40 KB
42
+ CJS dist/index.cjs.map 802.60 KB
43
+ CJS ⚡️ Build success in 681ms
package/CHANGELOG.md CHANGED
@@ -1,11 +1,22 @@
1
1
  # @zoralabs/protocol-deployments
2
2
 
3
+ ## 0.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - d221894d: Fix royalties contract address. Include secondary swap address
8
+ - f94e5f03: Deployed secondary swap to rest of chains
9
+
3
10
  ## 0.3.0
4
11
 
5
12
  ### Minor Changes
6
13
 
7
14
  - 58f59243: Including erc20z contracts in protocol-deployments
8
15
 
16
+ ### Patch Changes
17
+
18
+ - b5a7fac4: Deployed latest 1155 to base and base sepolia
19
+
9
20
  ## 0.2.2
10
21
 
11
22
  ### Patch Changes
package/LICENSE ADDED
@@ -0,0 +1,21 @@
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.
@@ -203,6 +203,7 @@ export declare const addresses: {
203
203
  168587773: {
204
204
  CONTRACT_1155_IMPL: string;
205
205
  CONTRACT_1155_IMPL_VERSION: string;
206
+ ERC20_MINTER: string;
206
207
  FACTORY_IMPL: string;
207
208
  FACTORY_PROXY: string;
208
209
  FIXED_PRICE_SALE_STRATEGY: string;
@@ -1 +1 @@
1
- {"version":3,"file":"1155.d.ts","sourceRoot":"","sources":["../../src/generated/1155.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6DxB,CAAC;AACF,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuKrB,CAAC"}
1
+ {"version":3,"file":"1155.d.ts","sourceRoot":"","sources":["../../src/generated/1155.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6DxB,CAAC;AACF,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwKrB,CAAC"}
@@ -1,59 +1,70 @@
1
1
  export declare const chainConfigs: {
2
2
  1: {
3
3
  NONFUNGIBLE_POSITION_MANAGER: string;
4
+ UNISWAP_SWAP_ROUTER: string;
4
5
  PROXY_ADMIN: string;
5
6
  ZORA_RECIPIENT: string;
6
7
  WETH: string;
7
8
  };
8
9
  10: {
9
10
  NONFUNGIBLE_POSITION_MANAGER: string;
11
+ UNISWAP_SWAP_ROUTER: string;
10
12
  PROXY_ADMIN: string;
11
13
  ZORA_RECIPIENT: string;
12
14
  WETH: string;
13
15
  };
14
16
  8453: {
15
17
  NONFUNGIBLE_POSITION_MANAGER: string;
18
+ UNISWAP_SWAP_ROUTER: string;
16
19
  PROXY_ADMIN: string;
17
20
  ZORA_RECIPIENT: string;
18
21
  WETH: string;
19
22
  };
20
23
  42161: {
21
24
  NONFUNGIBLE_POSITION_MANAGER: string;
25
+ UNISWAP_SWAP_ROUTER: string;
22
26
  PROXY_ADMIN: string;
23
27
  ZORA_RECIPIENT: string;
24
28
  WETH: string;
25
29
  };
26
30
  81457: {
27
31
  NONFUNGIBLE_POSITION_MANAGER: string;
32
+ UNISWAP_SWAP_ROUTER: string;
28
33
  PROXY_ADMIN: string;
29
34
  ZORA_RECIPIENT: string;
30
35
  WETH: string;
31
36
  };
32
37
  84532: {
33
38
  NONFUNGIBLE_POSITION_MANAGER: string;
39
+ UNISWAP_SWAP_ROUTER: string;
34
40
  PROXY_ADMIN: string;
35
41
  ZORA_RECIPIENT: string;
36
42
  WETH: string;
37
43
  };
38
44
  421614: {
39
45
  NONFUNGIBLE_POSITION_MANAGER: string;
46
+ UNISWAP_SWAP_ROUTER: string;
40
47
  PROXY_ADMIN: string;
41
48
  ZORA_RECIPIENT: string;
49
+ WETH: string;
42
50
  };
43
51
  7777777: {
44
52
  NONFUNGIBLE_POSITION_MANAGER: string;
53
+ UNISWAP_SWAP_ROUTER: string;
45
54
  PROXY_ADMIN: string;
46
55
  ZORA_RECIPIENT: string;
47
56
  WETH: string;
48
57
  };
49
58
  11155111: {
50
59
  NONFUNGIBLE_POSITION_MANAGER: string;
60
+ UNISWAP_SWAP_ROUTER: string;
51
61
  PROXY_ADMIN: string;
52
62
  ZORA_RECIPIENT: string;
53
63
  WETH: string;
54
64
  };
55
65
  999999999: {
56
66
  NONFUNGIBLE_POSITION_MANAGER: string;
67
+ UNISWAP_SWAP_ROUTER: string;
57
68
  PROXY_ADMIN: string;
58
69
  ZORA_RECIPIENT: string;
59
70
  WETH: string;
@@ -1 +1 @@
1
- {"version":3,"file":"sparks.d.ts","sourceRoot":"","sources":["../../src/generated/sparks.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4DxB,CAAC;AACF,eAAO,MAAM,SAAS;;;;;;;;;;;CAarB,CAAC"}
1
+ {"version":3,"file":"sparks.d.ts","sourceRoot":"","sources":["../../src/generated/sparks.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuExB,CAAC;AACF,eAAO,MAAM,SAAS;;;;;;;;;;;CAarB,CAAC"}