@zoralabs/protocol-deployments 0.3.1-PRE.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.
- package/.turbo/turbo-build.log +43 -43
- package/CHANGELOG.md +3 -2
- package/LICENSE +21 -0
- package/dist/generated/wagmi.d.ts +32 -32
- package/dist/index.cjs +7 -7
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +7 -7
- package/dist/index.js.map +1 -1
- package/package.json +9 -9
- package/src/generated/wagmi.ts +25 -25
- package/json/1155.json +0 -212
- package/json/mints.json +0 -46
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,43 +1,43 @@
|
|
|
1
|
-
|
|
2
|
-
> @zoralabs/protocol-deployments@0.3.1
|
|
3
|
-
> pnpm bundle-configs && tsup
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
> @zoralabs/protocol-deployments@0.3.1
|
|
7
|
-
> tsx scripts/bundle-configs.ts && pnpm prettier:write
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
> @zoralabs/protocol-deployments@0.3.1
|
|
11
|
-
> prettier --write 'src/**/*.ts' 'scripts/*'
|
|
12
|
-
|
|
13
|
-
src/index.ts
|
|
14
|
-
src/typedData.ts
|
|
15
|
-
src/types.ts
|
|
16
|
-
scripts/bundle-chainConfigs.ts
|
|
17
|
-
scripts/bundle-configs.ts
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
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,10 +1,11 @@
|
|
|
1
1
|
# @zoralabs/protocol-deployments
|
|
2
2
|
|
|
3
|
-
## 0.3.1
|
|
3
|
+
## 0.3.1
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
7
|
+
- d221894d: Fix royalties contract address. Include secondary swap address
|
|
8
|
+
- f94e5f03: Deployed secondary swap to rest of chains
|
|
8
9
|
|
|
9
10
|
## 0.3.0
|
|
10
11
|
|
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.
|
|
@@ -4740,13 +4740,13 @@ export declare const protocolRewardsConfig: {
|
|
|
4740
4740
|
}];
|
|
4741
4741
|
};
|
|
4742
4742
|
/**
|
|
4743
|
-
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/
|
|
4744
|
-
* - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/
|
|
4745
|
-
* - [__View Contract on Base Basescan__](https://basescan.org/address/
|
|
4746
|
-
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/
|
|
4747
|
-
* - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/
|
|
4743
|
+
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x777777794a6e310f2a55da6f157b16ed28fa5d91)
|
|
4744
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/0x777777794a6e310f2a55da6f157b16ed28fa5d91)
|
|
4745
|
+
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x777777794a6e310f2a55da6f157b16ed28fa5d91)
|
|
4746
|
+
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x777777794a6e310f2a55da6f157b16ed28fa5d91)
|
|
4747
|
+
* - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0x777777794a6e310f2a55da6f157b16ed28fa5d91)
|
|
4748
4748
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x777777794a6e310f2a55da6f157b16ed28fa5d91)
|
|
4749
|
-
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/
|
|
4749
|
+
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x777777794a6e310f2a55da6f157b16ed28fa5d91)
|
|
4750
4750
|
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x777777794a6e310f2a55da6f157b16ed28fa5d91)
|
|
4751
4751
|
*/
|
|
4752
4752
|
export declare const secondarySwapABI: readonly [{
|
|
@@ -5050,46 +5050,46 @@ export declare const secondarySwapABI: readonly [{
|
|
|
5050
5050
|
readonly name: "SaleNotSet";
|
|
5051
5051
|
}];
|
|
5052
5052
|
/**
|
|
5053
|
-
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/
|
|
5054
|
-
* - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/
|
|
5055
|
-
* - [__View Contract on Base Basescan__](https://basescan.org/address/
|
|
5056
|
-
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/
|
|
5057
|
-
* - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/
|
|
5053
|
+
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x777777794a6e310f2a55da6f157b16ed28fa5d91)
|
|
5054
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/0x777777794a6e310f2a55da6f157b16ed28fa5d91)
|
|
5055
|
+
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x777777794a6e310f2a55da6f157b16ed28fa5d91)
|
|
5056
|
+
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x777777794a6e310f2a55da6f157b16ed28fa5d91)
|
|
5057
|
+
* - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0x777777794a6e310f2a55da6f157b16ed28fa5d91)
|
|
5058
5058
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x777777794a6e310f2a55da6f157b16ed28fa5d91)
|
|
5059
|
-
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/
|
|
5059
|
+
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x777777794a6e310f2a55da6f157b16ed28fa5d91)
|
|
5060
5060
|
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x777777794a6e310f2a55da6f157b16ed28fa5d91)
|
|
5061
5061
|
*/
|
|
5062
5062
|
export declare const secondarySwapAddress: {
|
|
5063
|
-
readonly 1: "
|
|
5064
|
-
readonly 10: "
|
|
5065
|
-
readonly 8453: "
|
|
5066
|
-
readonly 42161: "
|
|
5067
|
-
readonly 81457: "
|
|
5068
|
-
readonly 84532: "
|
|
5063
|
+
readonly 1: "0x777777794a6e310F2A55da6f157b16ED28Fa5D91";
|
|
5064
|
+
readonly 10: "0x777777794a6e310F2A55da6f157b16ED28Fa5D91";
|
|
5065
|
+
readonly 8453: "0x777777794a6e310F2A55da6f157b16ED28Fa5D91";
|
|
5066
|
+
readonly 42161: "0x777777794a6e310F2A55da6f157b16ED28Fa5D91";
|
|
5067
|
+
readonly 81457: "0x777777794a6e310F2A55da6f157b16ED28Fa5D91";
|
|
5068
|
+
readonly 84532: "0x777777794a6e310F2A55da6f157b16ED28Fa5D91";
|
|
5069
5069
|
readonly 7777777: "0x777777794a6e310F2A55da6f157b16ED28Fa5D91";
|
|
5070
|
-
readonly 11155111: "
|
|
5070
|
+
readonly 11155111: "0x777777794a6e310F2A55da6f157b16ED28Fa5D91";
|
|
5071
5071
|
readonly 999999999: "0x777777794a6e310F2A55da6f157b16ED28Fa5D91";
|
|
5072
5072
|
};
|
|
5073
5073
|
/**
|
|
5074
|
-
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/
|
|
5075
|
-
* - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/
|
|
5076
|
-
* - [__View Contract on Base Basescan__](https://basescan.org/address/
|
|
5077
|
-
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/
|
|
5078
|
-
* - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/
|
|
5074
|
+
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x777777794a6e310f2a55da6f157b16ed28fa5d91)
|
|
5075
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/0x777777794a6e310f2a55da6f157b16ed28fa5d91)
|
|
5076
|
+
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x777777794a6e310f2a55da6f157b16ed28fa5d91)
|
|
5077
|
+
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x777777794a6e310f2a55da6f157b16ed28fa5d91)
|
|
5078
|
+
* - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0x777777794a6e310f2a55da6f157b16ed28fa5d91)
|
|
5079
5079
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x777777794a6e310f2a55da6f157b16ed28fa5d91)
|
|
5080
|
-
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/
|
|
5080
|
+
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x777777794a6e310f2a55da6f157b16ed28fa5d91)
|
|
5081
5081
|
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x777777794a6e310f2a55da6f157b16ed28fa5d91)
|
|
5082
5082
|
*/
|
|
5083
5083
|
export declare const secondarySwapConfig: {
|
|
5084
5084
|
readonly address: {
|
|
5085
|
-
readonly 1: "
|
|
5086
|
-
readonly 10: "
|
|
5087
|
-
readonly 8453: "
|
|
5088
|
-
readonly 42161: "
|
|
5089
|
-
readonly 81457: "
|
|
5090
|
-
readonly 84532: "
|
|
5085
|
+
readonly 1: "0x777777794a6e310F2A55da6f157b16ED28Fa5D91";
|
|
5086
|
+
readonly 10: "0x777777794a6e310F2A55da6f157b16ED28Fa5D91";
|
|
5087
|
+
readonly 8453: "0x777777794a6e310F2A55da6f157b16ED28Fa5D91";
|
|
5088
|
+
readonly 42161: "0x777777794a6e310F2A55da6f157b16ED28Fa5D91";
|
|
5089
|
+
readonly 81457: "0x777777794a6e310F2A55da6f157b16ED28Fa5D91";
|
|
5090
|
+
readonly 84532: "0x777777794a6e310F2A55da6f157b16ED28Fa5D91";
|
|
5091
5091
|
readonly 7777777: "0x777777794a6e310F2A55da6f157b16ED28Fa5D91";
|
|
5092
|
-
readonly 11155111: "
|
|
5092
|
+
readonly 11155111: "0x777777794a6e310F2A55da6f157b16ED28Fa5D91";
|
|
5093
5093
|
readonly 999999999: "0x777777794a6e310F2A55da6f157b16ED28Fa5D91";
|
|
5094
5094
|
};
|
|
5095
5095
|
readonly abi: readonly [{
|
package/dist/index.cjs
CHANGED
|
@@ -3948,14 +3948,14 @@ var secondarySwapABI = [
|
|
|
3948
3948
|
{ type: "error", inputs: [], name: "SaleNotSet" }
|
|
3949
3949
|
];
|
|
3950
3950
|
var secondarySwapAddress = {
|
|
3951
|
-
1: "
|
|
3952
|
-
10: "
|
|
3953
|
-
8453: "
|
|
3954
|
-
42161: "
|
|
3955
|
-
81457: "
|
|
3956
|
-
84532: "
|
|
3951
|
+
1: "0x777777794a6e310F2A55da6f157b16ED28Fa5D91",
|
|
3952
|
+
10: "0x777777794a6e310F2A55da6f157b16ED28Fa5D91",
|
|
3953
|
+
8453: "0x777777794a6e310F2A55da6f157b16ED28Fa5D91",
|
|
3954
|
+
42161: "0x777777794a6e310F2A55da6f157b16ED28Fa5D91",
|
|
3955
|
+
81457: "0x777777794a6e310F2A55da6f157b16ED28Fa5D91",
|
|
3956
|
+
84532: "0x777777794a6e310F2A55da6f157b16ED28Fa5D91",
|
|
3957
3957
|
7777777: "0x777777794a6e310F2A55da6f157b16ED28Fa5D91",
|
|
3958
|
-
11155111: "
|
|
3958
|
+
11155111: "0x777777794a6e310F2A55da6f157b16ED28Fa5D91",
|
|
3959
3959
|
999999999: "0x777777794a6e310F2A55da6f157b16ED28Fa5D91"
|
|
3960
3960
|
};
|
|
3961
3961
|
var secondarySwapConfig = {
|