@zoralabs/protocol-deployments 0.1.6-DEV.0 → 0.1.7

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.
@@ -0,0 +1,31 @@
1
+ $ yarn wagmi && yarn bundle-configs && tsup
2
+ $ wagmi generate
3
+ - Validating plugins
4
+ ✔ Validating plugins
5
+ - Resolving contracts
6
+ ✔ Resolving contracts
7
+ - Running plugins
8
+ ✔ Running plugins
9
+ - Writing to src/generated/wagmi.ts
10
+ ✔ Writing to src/generated/wagmi.ts
11
+ $ tsx scripts/bundle-configs.ts && yarn prettier
12
+ $ prettier --write 'src/**/*.ts' 'scripts/*' 'wagmi.config.ts'
13
+ src/addresses.ts 230ms (unchanged)
14
+ src/index.ts 7ms (unchanged)
15
+ scripts/bundle-chainConfigs.ts 20ms (unchanged)
16
+ scripts/bundle-configs.ts 37ms (unchanged)
17
+ wagmi.config.ts 61ms (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 186.68 KB
27
+ ESM dist/index.js.map 352.10 KB
28
+ ESM ⚡️ Build success in 61ms
29
+ CJS dist/index.cjs 189.70 KB
30
+ CJS dist/index.cjs.map 352.63 KB
31
+ CJS ⚡️ Build success in 61ms
package/CHANGELOG.md CHANGED
@@ -1,10 +1,17 @@
1
1
  # @zoralabs/protocol-deployments
2
2
 
3
- ## 0.1.6-DEV.0
3
+ ## 0.1.7
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - 9341f3dd: Deployed lateset MintsEthUnwrapperAndCaller to chains
7
+ - b6fc3a4: Deployed latest ZoraMintsManagerImpl to zora and zora-sepolia
8
+ - 5e6a4b0: Added Protocol Rewards and ERC20 Minter abis and addresses to protocol-deployments
9
+
10
+ ## 0.1.6
11
+
12
+ ### Patch Changes
13
+
14
+ - 9a16b81: Remove graphql-request from hard dependencies in protocol sdk
8
15
 
9
16
  ## 0.1.5
10
17
 
@@ -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"}