Comparing version 1.15.6 to 1.15.7
@@ -36,3 +36,3 @@ import { MinaNFTCommitData } from "../update"; | ||
* @param data.contract The contract | ||
* @param data.version The version of signature ("1" or "2") | ||
* @param data.version The version of signature ("v1" or "v2") | ||
* @param data.developer The developer of the NFT | ||
@@ -39,0 +39,0 @@ * @param data.repo The repo of the NFT |
@@ -72,3 +72,3 @@ "use strict"; | ||
* @param data.contract The contract | ||
* @param data.version The version of signature ("1" or "2") | ||
* @param data.version The version of signature ("v1" or "v2") | ||
* @param data.developer The developer of the NFT | ||
@@ -75,0 +75,0 @@ * @param data.repo The repo of the NFT |
@@ -45,3 +45,3 @@ import { VerificationKey } from "o1js"; | ||
declare const MINANFT_NAME_SERVICE = "B62qrryunX2LzaZ1sGtqfJqzSdNdN7pVSZw8YtnxQNxrrF9Vt56bNFT"; | ||
declare const VERIFICATION_KEY_HASH = "10063414310819081074150032663721926544337121483850004965294429026545856295819"; | ||
declare const VERIFICATION_KEY_HASH = "9689101879662038518187439125596529724359011056818448961374724346336569336054"; | ||
declare const VERIFICATION_KEY_HASH_V2 = "11898003040497624144981700748932236595152315539718872374609311119854736392571"; | ||
@@ -48,0 +48,0 @@ declare const VERIFIER = "B62qqzwDxiH172SXE4SUVYsNV2FteL2UeYFsjRqF4Qf42KnE1q1VNFT"; |
@@ -68,3 +68,3 @@ "use strict"; | ||
exports.MINANFT_NAME_SERVICE = MINANFT_NAME_SERVICE; | ||
const VERIFICATION_KEY_HASH = "10063414310819081074150032663721926544337121483850004965294429026545856295819"; | ||
const VERIFICATION_KEY_HASH = "9689101879662038518187439125596529724359011056818448961374724346336569336054"; | ||
exports.VERIFICATION_KEY_HASH = VERIFICATION_KEY_HASH; | ||
@@ -71,0 +71,0 @@ const VERIFICATION_KEY_HASH_V2 = "11898003040497624144981700748932236595152315539718872374609311119854736392571"; |
@@ -36,3 +36,3 @@ import { MinaNFTCommitData } from "../update"; | ||
* @param data.contract The contract | ||
* @param data.version The version of signature ("1" or "2") | ||
* @param data.version The version of signature ("v1" or "v2") | ||
* @param data.developer The developer of the NFT | ||
@@ -39,0 +39,0 @@ * @param data.repo The repo of the NFT |
@@ -66,3 +66,3 @@ import axios from "axios"; | ||
* @param data.contract The contract | ||
* @param data.version The version of signature ("1" or "2") | ||
* @param data.version The version of signature ("v1" or "v2") | ||
* @param data.developer The developer of the NFT | ||
@@ -69,0 +69,0 @@ * @param data.repo The repo of the NFT |
@@ -45,3 +45,3 @@ import { VerificationKey } from "o1js"; | ||
declare const MINANFT_NAME_SERVICE = "B62qrryunX2LzaZ1sGtqfJqzSdNdN7pVSZw8YtnxQNxrrF9Vt56bNFT"; | ||
declare const VERIFICATION_KEY_HASH = "10063414310819081074150032663721926544337121483850004965294429026545856295819"; | ||
declare const VERIFICATION_KEY_HASH = "9689101879662038518187439125596529724359011056818448961374724346336569336054"; | ||
declare const VERIFICATION_KEY_HASH_V2 = "11898003040497624144981700748932236595152315539718872374609311119854736392571"; | ||
@@ -48,0 +48,0 @@ declare const VERIFIER = "B62qqzwDxiH172SXE4SUVYsNV2FteL2UeYFsjRqF4Qf42KnE1q1VNFT"; |
@@ -46,3 +46,3 @@ import { Field } from "o1js"; | ||
const MINANFT_NAME_SERVICE = "B62qrryunX2LzaZ1sGtqfJqzSdNdN7pVSZw8YtnxQNxrrF9Vt56bNFT"; | ||
const VERIFICATION_KEY_HASH = "10063414310819081074150032663721926544337121483850004965294429026545856295819"; | ||
const VERIFICATION_KEY_HASH = "9689101879662038518187439125596529724359011056818448961374724346336569336054"; | ||
const VERIFICATION_KEY_HASH_V2 = "11898003040497624144981700748932236595152315539718872374609311119854736392571"; | ||
@@ -49,0 +49,0 @@ const VERIFIER = "B62qqzwDxiH172SXE4SUVYsNV2FteL2UeYFsjRqF4Qf42KnE1q1VNFT"; |
{ | ||
"name": "minanft", | ||
"version": "1.15.6", | ||
"version": "1.15.7", | ||
"description": "MinaNFT Typescript/JavaScript integration library", | ||
@@ -5,0 +5,0 @@ "author": "dfst.io", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1359888