@zoralabs/protocol-deployments 0.3.5-COMMENTS.4 → 0.3.5-COMMENTS.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 +21 -21
- package/CHANGELOG.md +12 -0
- package/dist/generated/wagmi.d.ts +15 -0
- package/dist/generated/wagmi.d.ts.map +1 -1
- package/dist/index.cjs +6 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +5 -2
- package/dist/index.js.map +1 -1
- package/dist/typedData.d.ts +3 -3
- package/dist/typedData.d.ts.map +1 -1
- package/dist/types.d.ts +8 -1
- package/dist/types.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/generated/wagmi.ts +12 -0
- package/src/typedData.ts +4 -4
- package/src/types.ts +8 -1
package/dist/index.js
CHANGED
|
@@ -1783,6 +1783,9 @@ var commentsABI = [
|
|
|
1783
1783
|
}
|
|
1784
1784
|
];
|
|
1785
1785
|
var commentsAddress = {
|
|
1786
|
+
10: "0x7777777C2B3132e03a65721a41745C07170a5877",
|
|
1787
|
+
8453: "0x7777777C2B3132e03a65721a41745C07170a5877",
|
|
1788
|
+
42161: "0x7777777C2B3132e03a65721a41745C07170a5877",
|
|
1786
1789
|
7777777: "0x7777777C2B3132e03a65721a41745C07170a5877",
|
|
1787
1790
|
999999999: "0x7777777C2B3132e03a65721a41745C07170a5877"
|
|
1788
1791
|
};
|
|
@@ -12785,7 +12788,7 @@ var callerAndCommenterDomain = ({
|
|
|
12785
12788
|
chainId: signingChainId,
|
|
12786
12789
|
verifyingContract: callerAndCommenterAddress[destinationChainId]
|
|
12787
12790
|
});
|
|
12788
|
-
var
|
|
12791
|
+
var permitMintAndCommentTypedDataDefinition = (message, signingAccount) => ({
|
|
12789
12792
|
types: permitTimedSaleMintAndCommentTypedDataType,
|
|
12790
12793
|
message,
|
|
12791
12794
|
primaryType: "PermitTimedSaleMintAndComment",
|
|
@@ -13158,8 +13161,8 @@ export {
|
|
|
13158
13161
|
mintsSafeTransferBatchTypedDataDefinition,
|
|
13159
13162
|
mintsSafeTransferTypedDataDefinition,
|
|
13160
13163
|
permitCommentTypedDataDefinition,
|
|
13164
|
+
permitMintAndCommentTypedDataDefinition,
|
|
13161
13165
|
permitSparkCommentTypedDataDefinition,
|
|
13162
|
-
permitTimedSaleMintAndCommentTypedDataDefinition,
|
|
13163
13166
|
premintTypedDataDefinition,
|
|
13164
13167
|
premintV1TypedDataDefinition,
|
|
13165
13168
|
premintV2TypedDataDefinition,
|