@zoralabs/protocol-deployments 0.1.10 → 0.1.12

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,11 +1,12 @@
1
1
  $ yarn bundle-configs && tsup
2
2
  $ tsx scripts/bundle-configs.ts && yarn prettier
3
3
  $ prettier --write 'src/**/*.ts' 'scripts/*'
4
- src/addresses.ts 213ms (unchanged)
5
- src/index.ts 9ms (unchanged)
6
- src/typedData.ts 67ms (unchanged)
7
- scripts/bundle-chainConfigs.ts 15ms (unchanged)
8
- scripts/bundle-configs.ts 38ms (unchanged)
4
+ src/addresses.ts 217ms (unchanged)
5
+ src/index.ts 10ms (unchanged)
6
+ src/typedData.ts 92ms (unchanged)
7
+ src/types.ts 38ms (unchanged)
8
+ scripts/bundle-chainConfigs.ts 20ms (unchanged)
9
+ scripts/bundle-configs.ts 33ms (unchanged)
9
10
  CLI Building entry: src/index.ts
10
11
  CLI Using tsconfig: tsconfig.json
11
12
  CLI tsup v7.3.0
@@ -14,9 +15,21 @@ scripts/bundle-configs.ts 38ms (unchanged)
14
15
  CLI Cleaning output folder
15
16
  CJS Build start
16
17
  ESM Build start
17
- CJS dist/index.cjs 198.44 KB
18
- CJS dist/index.cjs.map 369.10 KB
19
- CJS ⚡️ Build success in 65ms
20
- ESM dist/index.js 195.11 KB
21
- ESM dist/index.js.map 368.52 KB
22
- ESM ⚡️ Build success in 66ms
18
+ CJS dist/index.cjs 263.65 KB
19
+ CJS dist/index.cjs.map 602.08 KB
20
+ CJS ⚡️ Build success in 575ms
21
+ ESM dist/index.js 210.99 KB
22
+ ESM dist/ccip-IGMHQQR7.js 320.00 B
23
+ ESM dist/chunk-KIPP2F4J.js 98.24 KB
24
+ ESM dist/chunk-3EJPJMEH.js 1.88 KB
25
+ ESM dist/_esm-ZN7ZVJVO.js 131.00 KB
26
+ ESM dist/secp256k1-R7PEGLZR.js 68.15 KB
27
+ ESM dist/chunk-2FDPSBOH.js 3.58 KB
28
+ ESM dist/index.js.map 410.26 KB
29
+ ESM dist/ccip-IGMHQQR7.js.map 71.00 B
30
+ ESM dist/chunk-2FDPSBOH.js.map 12.50 KB
31
+ ESM dist/chunk-KIPP2F4J.js.map 304.50 KB
32
+ ESM dist/_esm-ZN7ZVJVO.js.map 209.32 KB
33
+ ESM dist/chunk-3EJPJMEH.js.map 71.00 B
34
+ ESM dist/secp256k1-R7PEGLZR.js.map 167.07 KB
35
+ ESM ⚡️ Build success in 622ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @zoralabs/protocol-deployments
2
2
 
3
+ ## 0.1.12
4
+
5
+ ### Patch Changes
6
+
7
+ - 7af9c4db: Deployed 1155 version 2.9.0 to mainnet, optimism, base, arbitrum one, arbitrum sepolia, blast
8
+
9
+ ## 0.1.11
10
+
11
+ ### Patch Changes
12
+
13
+ - 399ba552: Deployed deterministic proxies to base sepolia. Deployed latest versions to base sepolia.
14
+
3
15
  ## 0.1.10
4
16
 
5
17
  ### Patch Changes