@zoralabs/protocol-deployments 0.1.6 → 0.1.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.
@@ -10,11 +10,11 @@ $ wagmi generate
10
10
  ✔ Writing to src/generated/wagmi.ts
11
11
  $ tsx scripts/bundle-configs.ts && yarn prettier
12
12
  $ prettier --write 'src/**/*.ts' 'scripts/*' 'wagmi.config.ts'
13
- src/addresses.ts 248ms (unchanged)
13
+ src/addresses.ts 243ms (unchanged)
14
14
  src/index.ts 6ms (unchanged)
15
15
  scripts/bundle-chainConfigs.ts 19ms (unchanged)
16
- scripts/bundle-configs.ts 40ms (unchanged)
17
- wagmi.config.ts 44ms (unchanged)
16
+ scripts/bundle-configs.ts 37ms (unchanged)
17
+ wagmi.config.ts 61ms (unchanged)
18
18
  CLI Building entry: src/index.ts
19
19
  CLI Using tsconfig: tsconfig.json
20
20
  CLI tsup v7.3.0
@@ -23,9 +23,9 @@ wagmi.config.ts 44ms (unchanged)
23
23
  CLI Cleaning output folder
24
24
  CJS Build start
25
25
  ESM Build start
26
- CJS dist/index.cjs 168.25 KB
27
- CJS dist/index.cjs.map 307.97 KB
28
- CJS ⚡️ Build success in 58ms
29
- ESM dist/index.js 165.51 KB
30
- ESM dist/index.js.map 307.47 KB
31
- ESM ⚡️ Build success in 57ms
26
+ CJS dist/index.cjs 189.63 KB
27
+ CJS dist/index.cjs.map 352.50 KB
28
+ CJS ⚡️ Build success in 57ms
29
+ ESM dist/index.js 186.61 KB
30
+ ESM dist/index.js.map 351.98 KB
31
+ ESM ⚡️ Build success in 61ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @zoralabs/protocol-deployments
2
2
 
3
+ ## 0.1.8
4
+
5
+ ### Patch Changes
6
+
7
+ - 8e514b7: Deployed lateset MintsEthUnwrapperAndCaller to chains
8
+
9
+ ## 0.1.7
10
+
11
+ ### Patch Changes
12
+
13
+ - b6fc3a4: Deployed latest ZoraMintsManagerImpl to zora and zora-sepolia
14
+ - 5e6a4b0: Added Protocol Rewards and ERC20 Minter abis and addresses to protocol-deployments
15
+
3
16
  ## 0.1.6
4
17
 
5
18
  ### Patch Changes
@@ -183,6 +183,7 @@ export declare const addresses: {
183
183
  PREMINTER_PROXY: string;
184
184
  REDEEM_MINTER_FACTORY: string;
185
185
  UPGRADE_GATE: string;
186
+ ERC20_MINTER: string;
186
187
  timestamp: number;
187
188
  };
188
189
  11155111: {
@@ -223,6 +224,7 @@ export declare const addresses: {
223
224
  PREMINTER_PROXY: string;
224
225
  REDEEM_MINTER_FACTORY: string;
225
226
  UPGRADE_GATE: string;
227
+ ERC20_MINTER: string;
226
228
  timestamp: number;
227
229
  };
228
230
  };
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqKrB,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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuKrB,CAAC"}