@zoralabs/protocol-deployments 0.1.6-DEV.0 → 0.1.6
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/.turbo/turbo-build.log +31 -0
- package/CHANGELOG.md +2 -2
- package/dist/generated/wagmi.d.ts +10 -10
- package/dist/index.cjs +4 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
- package/src/generated/mints.ts +2 -2
- package/src/generated/wagmi.ts +8 -8
- package/tsconfig.build.json +10 -0
- package/tsup.config.ts +11 -0
- package/wagmi.config.ts +170 -0
- package/json/1155.json +0 -212
- package/json/mints.json +0 -46
|
@@ -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 [90msrc/generated/wagmi.ts[39m
|
|
10
|
+
✔ Writing to [90msrc/generated/wagmi.ts[39m
|
|
11
|
+
$ tsx scripts/bundle-configs.ts && yarn prettier
|
|
12
|
+
$ prettier --write 'src/**/*.ts' 'scripts/*' 'wagmi.config.ts'
|
|
13
|
+
src/addresses.ts 248ms (unchanged)
|
|
14
|
+
src/index.ts 6ms (unchanged)
|
|
15
|
+
scripts/bundle-chainConfigs.ts 19ms (unchanged)
|
|
16
|
+
scripts/bundle-configs.ts 40ms (unchanged)
|
|
17
|
+
wagmi.config.ts 44ms (unchanged)
|
|
18
|
+
[34mCLI[39m Building entry: src/index.ts
|
|
19
|
+
[34mCLI[39m Using tsconfig: tsconfig.json
|
|
20
|
+
[34mCLI[39m tsup v7.3.0
|
|
21
|
+
[34mCLI[39m Using tsup config: /home/runner/work/zora-protocol-private/zora-protocol-private/packages/protocol-deployments/tsup.config.ts
|
|
22
|
+
[34mCLI[39m Target: es2021
|
|
23
|
+
[34mCLI[39m Cleaning output folder
|
|
24
|
+
[34mCJS[39m Build start
|
|
25
|
+
[34mESM[39m Build start
|
|
26
|
+
[32mCJS[39m [1mdist/index.cjs [22m[32m168.25 KB[39m
|
|
27
|
+
[32mCJS[39m [1mdist/index.cjs.map [22m[32m307.97 KB[39m
|
|
28
|
+
[32mCJS[39m ⚡️ Build success in 58ms
|
|
29
|
+
[32mESM[39m [1mdist/index.js [22m[32m165.51 KB[39m
|
|
30
|
+
[32mESM[39m [1mdist/index.js.map [22m[32m307.47 KB[39m
|
|
31
|
+
[32mESM[39m ⚡️ Build success in 57ms
|
package/CHANGELOG.md
CHANGED
|
@@ -18,8 +18,8 @@ export declare const iUnwrapAndForwardActionABI: readonly [{
|
|
|
18
18
|
readonly outputs: readonly [];
|
|
19
19
|
}];
|
|
20
20
|
/**
|
|
21
|
-
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/
|
|
22
|
-
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/
|
|
21
|
+
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0xE9Db91DD126D81697B588F1C145d74283E5C8ccC)
|
|
22
|
+
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0xE9Db91DD126D81697B588F1C145d74283E5C8ccC)
|
|
23
23
|
*/
|
|
24
24
|
export declare const mintsEthUnwrapperAndCallerABI: readonly [{
|
|
25
25
|
readonly stateMutability: "nonpayable";
|
|
@@ -189,21 +189,21 @@ export declare const mintsEthUnwrapperAndCallerABI: readonly [{
|
|
|
189
189
|
readonly name: "UnknownUserAction";
|
|
190
190
|
}];
|
|
191
191
|
/**
|
|
192
|
-
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/
|
|
193
|
-
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/
|
|
192
|
+
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0xE9Db91DD126D81697B588F1C145d74283E5C8ccC)
|
|
193
|
+
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0xE9Db91DD126D81697B588F1C145d74283E5C8ccC)
|
|
194
194
|
*/
|
|
195
195
|
export declare const mintsEthUnwrapperAndCallerAddress: {
|
|
196
|
-
readonly 7777777: "
|
|
197
|
-
readonly 999999999: "
|
|
196
|
+
readonly 7777777: "0xE9Db91DD126D81697B588F1C145d74283E5C8ccC";
|
|
197
|
+
readonly 999999999: "0xE9Db91DD126D81697B588F1C145d74283E5C8ccC";
|
|
198
198
|
};
|
|
199
199
|
/**
|
|
200
|
-
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/
|
|
201
|
-
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/
|
|
200
|
+
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0xE9Db91DD126D81697B588F1C145d74283E5C8ccC)
|
|
201
|
+
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0xE9Db91DD126D81697B588F1C145d74283E5C8ccC)
|
|
202
202
|
*/
|
|
203
203
|
export declare const mintsEthUnwrapperAndCallerConfig: {
|
|
204
204
|
readonly address: {
|
|
205
|
-
readonly 7777777: "
|
|
206
|
-
readonly 999999999: "
|
|
205
|
+
readonly 7777777: "0xE9Db91DD126D81697B588F1C145d74283E5C8ccC";
|
|
206
|
+
readonly 999999999: "0xE9Db91DD126D81697B588F1C145d74283E5C8ccC";
|
|
207
207
|
};
|
|
208
208
|
readonly abi: readonly [{
|
|
209
209
|
readonly stateMutability: "nonpayable";
|
package/dist/index.cjs
CHANGED
|
@@ -154,8 +154,8 @@ var mintsEthUnwrapperAndCallerABI = [
|
|
|
154
154
|
{ type: "error", inputs: [], name: "UnknownUserAction" }
|
|
155
155
|
];
|
|
156
156
|
var mintsEthUnwrapperAndCallerAddress = {
|
|
157
|
-
7777777: "
|
|
158
|
-
999999999: "
|
|
157
|
+
7777777: "0xE9Db91DD126D81697B588F1C145d74283E5C8ccC",
|
|
158
|
+
999999999: "0xE9Db91DD126D81697B588F1C145d74283E5C8ccC"
|
|
159
159
|
};
|
|
160
160
|
var mintsEthUnwrapperAndCallerConfig = {
|
|
161
161
|
address: mintsEthUnwrapperAndCallerAddress,
|
|
@@ -5581,12 +5581,12 @@ var chainConfigs2 = {
|
|
|
5581
5581
|
};
|
|
5582
5582
|
var addresses2 = {
|
|
5583
5583
|
7777777: {
|
|
5584
|
-
MINTS_ETH_UNWRAPPER_AND_CALLER: "
|
|
5584
|
+
MINTS_ETH_UNWRAPPER_AND_CALLER: "0xE9Db91DD126D81697B588F1C145d74283E5C8ccC",
|
|
5585
5585
|
MINTS_MANAGER_IMPL: "0x212957295F3A40408E14531387915cDfB26A7DeB",
|
|
5586
5586
|
MINTS_MANAGER_IMPL_VERSION: "0.1.0"
|
|
5587
5587
|
},
|
|
5588
5588
|
999999999: {
|
|
5589
|
-
MINTS_ETH_UNWRAPPER_AND_CALLER: "
|
|
5589
|
+
MINTS_ETH_UNWRAPPER_AND_CALLER: "0xE9Db91DD126D81697B588F1C145d74283E5C8ccC",
|
|
5590
5590
|
MINTS_MANAGER_IMPL: "0x212957295F3A40408E14531387915cDfB26A7DeB",
|
|
5591
5591
|
MINTS_MANAGER_IMPL_VERSION: "0.1.0"
|
|
5592
5592
|
}
|