@zoralabs/protocol-deployments 0.3.5-COMMENTS.4 → 0.3.5-COMMENTS.5
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 +14 -14
- package/CHANGELOG.md +6 -0
- package/dist/index.cjs +3 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -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/typedData.ts +4 -4
- package/src/types.ts +8 -1
package/dist/index.js
CHANGED
|
@@ -12785,7 +12785,7 @@ var callerAndCommenterDomain = ({
|
|
|
12785
12785
|
chainId: signingChainId,
|
|
12786
12786
|
verifyingContract: callerAndCommenterAddress[destinationChainId]
|
|
12787
12787
|
});
|
|
12788
|
-
var
|
|
12788
|
+
var permitMintAndCommentTypedDataDefinition = (message, signingAccount) => ({
|
|
12789
12789
|
types: permitTimedSaleMintAndCommentTypedDataType,
|
|
12790
12790
|
message,
|
|
12791
12791
|
primaryType: "PermitTimedSaleMintAndComment",
|
|
@@ -13158,8 +13158,8 @@ export {
|
|
|
13158
13158
|
mintsSafeTransferBatchTypedDataDefinition,
|
|
13159
13159
|
mintsSafeTransferTypedDataDefinition,
|
|
13160
13160
|
permitCommentTypedDataDefinition,
|
|
13161
|
+
permitMintAndCommentTypedDataDefinition,
|
|
13161
13162
|
permitSparkCommentTypedDataDefinition,
|
|
13162
|
-
permitTimedSaleMintAndCommentTypedDataDefinition,
|
|
13163
13163
|
premintTypedDataDefinition,
|
|
13164
13164
|
premintV1TypedDataDefinition,
|
|
13165
13165
|
premintV2TypedDataDefinition,
|