@gvnrdao/dh-sdk 0.0.166 → 0.0.172
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/browser/dist/20.browser.js +1 -0
- package/browser/dist/browser.js +5 -5
- package/browser/dist/browser.js.LICENSE.txt +0 -2
- package/dist/index.d.mts +11 -83
- package/dist/index.d.ts +11 -83
- package/dist/index.js +231 -119
- package/dist/index.mjs +231 -119
- package/package.json +4 -3
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const __webpack_esm_id__=20;export const __webpack_esm_ids__=[20];export const __webpack_esm_modules__={2681:(e,t,i)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.DH_LIT_ACTIONS_REGISTRY=void 0;const o=i(89852);t.DH_LIT_ACTIONS_REGISTRY={packageName:"dh-lit-actions",packageVersion:"0.1.0",buildTime:Date.now(),totalActions:Object.keys(o.DH_LIT_ACTIONS_DATIL).length,actions:o.DH_LIT_ACTIONS_DATIL}},9006:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},9877:function(e,t,i){var o,r=this&&this.__createBinding||(Object.create?function(e,t,i,o){void 0===o&&(o=i);var r=Object.getOwnPropertyDescriptor(t,i);r&&!("get"in r?!t.__esModule:r.writable||r.configurable)||(r={enumerable:!0,get:function(){return t[i]}}),Object.defineProperty(e,o,r)}:function(e,t,i,o){void 0===o&&(o=i),e[o]=t[i]}),a=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),n=this&&this.__importStar||(o=function(e){return o=Object.getOwnPropertyNames||function(e){var t=[];for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&(t[t.length]=i);return t},o(e)},function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var i=o(e),n=0;n<i.length;n++)"default"!==i[n]&&r(t,e,i[n]);return a(t,e),t});Object.defineProperty(t,"__esModule",{value:!0}),t.NETWORK_TIMEOUTS=t.DEFAULT_RETRY_CONFIG=void 0,t.sleep=d,t.isRetryableError=function(e,i=t.DEFAULT_RETRY_CONFIG.retryableErrors){if(!e)return!1;const o=(0,s.classifyError)(e);if(void 0!==o.isRetryable)return(0,c.debugInfo)("ERROR_CLASSIFICATION",`Error classified as: ${o.category} (retryable: ${o.isRetryable})`),o.isRetryable;const r=(e.message||e.toString()||"").toLowerCase();return i.some(e=>r.includes(e.toLowerCase()))},t.calculateDelay=f,t.withRetry=u,t.connectLitNodeClient=async function(e,i={}){const o=e?.config?.litNetwork||"unknown";return u(async()=>{if(!e)throw new Error("LIT Node Client is null or undefined");const r=Date.now();(0,c.logConnectionAttempt)(o,1,i.maxAttempts||t.DEFAULT_RETRY_CONFIG.maxAttempts),await e.connect(),(0,c.debugInfo)("CONNECTION","⏳ Waiting for LIT Node Client to be ready...");const a=Date.now();for(;!e.ready&&Date.now()-a<3e4;)await d(500);if(!e.ready)throw new Error("LIT Node Client failed to become ready within 30000ms");const n=Date.now()-r;(0,c.debugInfo)("CONNECTION",`✅ LIT Node Client is ready (${e.ready})`),(0,c.logConnectionSuccess)(o,n)},i,"LIT Node Client Connection")},t.connectLitContracts=async function(e,t={}){return u(async()=>{if(!e)throw new Error("LIT Contracts is null or undefined");console.log(`🔗 Connecting to LIT Contracts: ${e.network||"unknown"}`),await e.connect(),console.log("✅ LIT Contracts connected successfully")},t,"LIT Contracts Connection")},t.validateLitNodeConnection=async function(e){try{const t=Date.now();return e?(await e.getLatestBlockhash(),{isValid:!0,latencyMs:Date.now()-t}):{isValid:!1,error:"LIT Node Client is null or undefined"}}catch(e){return{isValid:!1,error:e?.message||e?.toString()||"Unknown validation error"}}},t.generateSessionSignatures=async function(e,t,o={},r,a,s,d="datil"){if(r&&a&&s){const{sessionSignatureCache:e}=await Promise.resolve().then(()=>n(i(62133))),t=e.get(r,a,s,d);if(t){const e=Object.keys(t).length;return(0,c.debugInfo)("SESSION",`🔄 Using cached session signatures (${e} sigs)`),t}}return u(async()=>{(0,c.debugInfo)("SESSION","🔐 Generating new session signatures...");const o=await e.getSessionSigs(t),f=Object.keys(o).length;if(r&&a&&s){const{sessionSignatureCache:e}=await Promise.resolve().then(()=>n(i(62133))),c=new Date(t.expiration);e.set(r,a,s,d,o,c)}return(0,c.debugInfo)("SESSION",`✅ Generated ${f} session signatures`),o},o,"Session Signature Generation")},t.validateLitNodeReadiness=l,t.executeLitAction=async function(e,t,i={}){const o=t.ipfsId;return u(async()=>{const i=Date.now();await l(e),(0,c.logLitActionExecution)(o,t.jsParams),(0,c.logRequest)("LIT_ACTION","executeJs",t);const r=await e.executeJs(t),a=Date.now()-i;if(!r.response)throw(0,c.logError)("LIT_ACTION","executeJs",new Error("No response from LIT Action"),a),new Error("No response from LIT Action");return(0,c.logResponse)("LIT_ACTION","executeJs",r,a),(0,c.logLitActionResult)(o,!0,a,r),r},i,"LIT Action Execution")},t.executePkpOperation=async function(e,i,o={}){return u(e,{...t.DEFAULT_RETRY_CONFIG,...o,retryableErrors:[...t.DEFAULT_RETRY_CONFIG.retryableErrors,"pkp validation","signing shares","resource validation","ipfs propagation"]},`PKP ${i}`)},t.getNetworkTimeouts=function(e){return t.NETWORK_TIMEOUTS[e]||t.NETWORK_TIMEOUTS.datil};const c=i(83623),s=i(41020);function d(e){return new Promise(t=>setTimeout(t,e))}function f(e,t){const i=Math.min(t.initialDelayMs*Math.pow(t.backoffMultiplier,e-1),t.maxDelayMs),o=.25*i*(Math.random()-.5);return Math.max(100,i+o)}async function u(e,i={},o="operation"){let r={...t.DEFAULT_RETRY_CONFIG,...i};const a=new c.PerformanceTracker(`Retry ${o}`);let n,u=null;for(let t=1;t<=r.maxAttempts;t++)try{(0,c.debugInfo)("RETRY",`🔄 [${o}] Attempt ${t}/${r.maxAttempts}`);const i=Date.now(),n=await e(),s=Date.now()-i;return(0,c.debugInfo)("RETRY",`✅ [${o}] Success after ${s}ms (attempt ${t})`),c.networkMetrics.recordRequest(o,!0,s),a.end(!0),n}catch(e){n=e;const i=e?.message||e?.toString()||"Unknown error";if(u=(0,s.classifyError)(e),1===t&&u){const e=(0,s.getRetryConfigFromClassification)(u);r={...r,...e,maxAttempts:Math.min(r.maxAttempts,e.maxAttempts)},(0,c.debugInfo)("RETRY",`🧠 Intelligent retry strategy applied: ${u.category} (${u.retryStrategy})`),(0,c.debugInfo)("RETRY",`📊 Adjusted config: max=${r.maxAttempts}, delay=${r.initialDelayMs}ms`)}if((0,c.debugWarn)("RETRY",`⚠️ [${o}] Attempt ${t} failed:`,{error:i,attempt:t,category:u.category,retryable:u.isRetryable}),c.networkMetrics.recordRequest(o,!1,0,i),t>=r.maxAttempts){if((0,c.debugError)("RETRY",`❌ [${o}] All attempts failed. Last error:`,{error:i}),u){const t=(0,s.createErrorReport)(e);(0,c.debugError)("RETRY",`📋 Error Analysis Report:\n${t}`)}a.end(!1);break}if(!u.isRetryable){(0,c.debugError)("RETRY",`🚫 [${o}] Non-retryable error (${u.category}):`,{error:i}),u.troubleshooting&&(0,c.debugInfo)("RETRY",`💡 Troubleshooting suggestions:\n ${u.troubleshooting.join("\n ")}`),a.end(!1);break}const l=f(t,r);(0,c.debugInfo)("RETRY",`⏳ [${o}] Waiting ${l}ms before retry... (${u.retryStrategy} strategy)`),await d(l)}throw n}async function l(e){if(!e)throw new Error("LIT Node Client is null or undefined");if(!e.ready){(0,c.debugWarn)("CONNECTION","⚠️ LIT Node Client not ready, attempting to reconnect..."),await e.connect();const t=15e3,i=Date.now();for(;!e.ready&&Date.now()-i<t;)await d(500);if(!e.ready)throw new Error("LIT Node Client is not ready for operations")}(0,c.debugInfo)("CONNECTION","✅ LIT Node Client readiness validated")}t.DEFAULT_RETRY_CONFIG={maxAttempts:5,initialDelayMs:2e3,maxDelayMs:6e4,backoffMultiplier:2,retryableErrors:["request_timeout","network error","connection failed","ENOTFOUND","ECONNREFUSED","ETIMEDOUT","socket hang up","timeout","signing shares","There was an error getting the signing shares","PKP validation","pkp validation failed","resource validation","ipfs propagation","session.*expired","NodeError","Response from the nodes","consensus","threshold"]},t.NETWORK_TIMEOUTS={datil:{connection:6e4,operation:12e4,pkpValidation:18e4},"datil-test":{connection:3e4,operation:6e4,pkpValidation:9e4}}},13525:function(e,t,i){var o=this&&this.__createBinding||(Object.create?function(e,t,i,o){void 0===o&&(o=i);var r=Object.getOwnPropertyDescriptor(t,i);r&&!("get"in r?!t.__esModule:r.writable||r.configurable)||(r={enumerable:!0,get:function(){return t[i]}}),Object.defineProperty(e,o,r)}:function(e,t,i,o){void 0===o&&(o=i),e[o]=t[i]}),r=this&&this.__exportStar||function(e,t){for(var i in e)"default"===i||Object.prototype.hasOwnProperty.call(t,i)||o(t,e,i)};Object.defineProperty(t,"__esModule",{value:!0}),r(i(55297),t),r(i(9006),t),r(i(18888),t),r(i(66099),t)},16326:function(e,t,i){var o=this&&this.__createBinding||(Object.create?function(e,t,i,o){void 0===o&&(o=i);var r=Object.getOwnPropertyDescriptor(t,i);r&&!("get"in r?!t.__esModule:r.writable||r.configurable)||(r={enumerable:!0,get:function(){return t[i]}}),Object.defineProperty(e,o,r)}:function(e,t,i,o){void 0===o&&(o=i),e[o]=t[i]}),r=this&&this.__exportStar||function(e,t){for(var i in e)"default"===i||Object.prototype.hasOwnProperty.call(t,i)||o(t,e,i)};Object.defineProperty(t,"__esModule",{value:!0}),r(i(72287),t),r(i(39882),t),r(i(70809),t),r(i(9877),t),r(i(83623),t),r(i(41020),t),r(i(62133),t)},18888:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},39882:(e,t,i)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.getPKPValidatorSetup=function(e="datil"){return{litAction:"datil"===e?o.DH_LIT_ACTIONS_DATIL.pkpValidator:(()=>{throw new Error("Unsupported LIT network")})(),pkp:"datil"===e?o.DH_LIT_ACTIONS_DATIL.pkpValidator.pkp:(()=>{throw new Error("Unsupported LIT network")})()}};const o=i(89852)},41020:(e,t)=>{var i,o;Object.defineProperty(t,"__esModule",{value:!0}),t.litProtocolErrors=t.RetryStrategy=t.ErrorCategory=void 0,t.classifyError=c,t.getRetryConfigFromClassification=s,t.analyzeError=d,t.createErrorReport=function(e){const t=d(e),i=["🔍 Error Analysis Report","=====================================",`Category: ${t.category.toUpperCase()}`,"Retryable: "+(t.isRetryable?"✅ Yes":"❌ No"),`Strategy: ${t.retryStrategy}`,`Max Attempts: ${t.maxAttempts}`,`Description: ${t.description}`,`Timestamp: ${t.timestamp}`,"",`Original Error: ${t.errorMessage}`,""];return t.troubleshooting&&t.troubleshooting.length>0&&(i.push("🛠️ Troubleshooting Steps:"),t.troubleshooting.forEach((e,t)=>{i.push(` ${t+1}. ${e}`)}),i.push("")),i.join("\n")},function(e){e.NETWORK="network",e.PROTOCOL="protocol",e.AUTHENTICATION="authentication",e.RESOURCE="resource",e.VALIDATION="validation",e.TIMEOUT="timeout",e.RATE_LIMIT="rate_limit",e.CONFIGURATION="configuration",e.UNKNOWN="unknown"}(i||(t.ErrorCategory=i={})),function(e){e.AGGRESSIVE="aggressive",e.CONSERVATIVE="conservative",e.EXPONENTIAL="exponential",e.LINEAR="linear",e.NONE="none"}(o||(t.RetryStrategy=o={}));const r={network:[/network error/i,/connection failed/i,/connection refused/i,/connection timeout/i,/socket hang up/i,/enotfound/i,/econnrefused/i,/etimedout/i,/dns resolution failed/i,/request failed/i],protocol:[/lit protocol/i,/lit node/i,/signing shares/i,/node communication/i,/consensus/i,/threshold/i,/decryption/i,/signature verification/i,/There was an error getting the signing shares/i,/Response from the nodes/i,/NodeError/i,/PKP validation/i,/pkp validation failed/i],authentication:[/authentication/i,/authorization/i,/session.*expired/i,/invalid.*signature/i,/unauthorized/i,/access.*denied/i,/permission/i,/auth.*failed/i,/siwe/i,/session.*sig/i],resource:[/resource.*not.*found/i,/ipfs.*not.*found/i,/cid.*invalid/i,/pkp.*not.*found/i,/pkp.*validation/i,/resource.*validation/i,/action.*not.*permitted/i,/lit.*action.*not.*found/i],validation:[/validation.*failed/i,/invalid.*input/i,/invalid.*parameter/i,/malformed/i,/schema.*validation/i,/type.*error/i,/missing.*required/i],timeout:[/timeout/i,/request.*timed.*out/i,/operation.*timed.*out/i,/deadline.*exceeded/i,/time.*limit.*exceeded/i],rateLimit:[/rate.*limit/i,/too.*many.*requests/i,/quota.*exceeded/i,/throttled/i,/429/,/rate.*exceeded/i],configuration:[/configuration/i,/config.*error/i,/environment/i,/missing.*env/i,/invalid.*config/i,/setup.*error/i]},a={[o.AGGRESSIVE]:{maxAttempts:5,baseDelayMs:500,maxDelayMs:5e3,multiplier:1.5},[o.CONSERVATIVE]:{maxAttempts:3,baseDelayMs:3e3,maxDelayMs:3e4,multiplier:2.5},[o.EXPONENTIAL]:{maxAttempts:4,baseDelayMs:1e3,maxDelayMs:15e3,multiplier:2},[o.LINEAR]:{maxAttempts:3,baseDelayMs:2e3,maxDelayMs:1e4,multiplier:1},[o.NONE]:{maxAttempts:1,baseDelayMs:0,maxDelayMs:0,multiplier:1}},n={[i.NETWORK]:{category:i.NETWORK,retryStrategy:o.AGGRESSIVE,isRetryable:!0,...a[o.AGGRESSIVE],description:"Network connectivity or communication error",troubleshooting:["Check internet connection","Verify LIT Protocol network status","Check firewall and proxy settings","Try connecting to different node endpoints"]},[i.PROTOCOL]:{category:i.PROTOCOL,retryStrategy:o.CONSERVATIVE,isRetryable:!0,...a[o.CONSERVATIVE],description:"LIT Protocol specific operational error",troubleshooting:["Check LIT Protocol network status","Verify PKP configuration","Check signing shares availability","Wait for network consensus"]},[i.AUTHENTICATION]:{category:i.AUTHENTICATION,retryStrategy:o.EXPONENTIAL,isRetryable:!0,...a[o.EXPONENTIAL],maxAttempts:2,description:"Authentication or authorization error",troubleshooting:["Check session signatures validity","Regenerate authentication tokens","Verify wallet permissions","Check PKP authorization status"]},[i.RESOURCE]:{category:i.RESOURCE,retryStrategy:o.LINEAR,isRetryable:!0,...a[o.LINEAR],maxAttempts:2,description:"Resource not found or validation error",troubleshooting:["Verify resource CIDs are correct","Check IPFS availability","Confirm PKP exists and is accessible","Wait for resource propagation"]},[i.VALIDATION]:{category:i.VALIDATION,retryStrategy:o.NONE,isRetryable:!1,...a[o.NONE],description:"Input validation or schema error",troubleshooting:["Check input parameters format","Verify required fields are provided","Validate data types and ranges","Review API documentation"]},[i.TIMEOUT]:{category:i.TIMEOUT,retryStrategy:o.CONSERVATIVE,isRetryable:!0,...a[o.CONSERVATIVE],description:"Operation timeout error",troubleshooting:["Increase timeout values","Check network latency","Verify system resources","Split operations into smaller chunks"]},[i.RATE_LIMIT]:{category:i.RATE_LIMIT,retryStrategy:o.CONSERVATIVE,isRetryable:!0,...a[o.CONSERVATIVE],maxAttempts:2,baseDelayMs:5e3,description:"Rate limit or quota exceeded",troubleshooting:["Reduce request frequency","Implement request batching","Check rate limit headers","Wait for quota reset"]},[i.CONFIGURATION]:{category:i.CONFIGURATION,retryStrategy:o.NONE,isRetryable:!1,...a[o.NONE],description:"Configuration or setup error",troubleshooting:["Check environment variables","Verify configuration files","Review setup documentation","Check required dependencies"]},[i.UNKNOWN]:{category:i.UNKNOWN,retryStrategy:o.EXPONENTIAL,isRetryable:!0,...a[o.EXPONENTIAL],maxAttempts:2,description:"Unknown or unclassified error",troubleshooting:["Check logs for more details","Verify system status","Try again with debug logging","Contact support if persists"]}};function c(e){const t=e?.message||e?.toString()||"",o=t.toLowerCase();for(const[e,i]of Object.entries(r))for(const r of i)if(r.test(t)||r.test(o)){const i=n[e];return{...i,description:`${i.description}: ${t.slice(0,100)}`}}const a=n[i.UNKNOWN];return{...a,description:`${a.description}: ${t.slice(0,100)}`}}function s(e){return{maxAttempts:e.maxAttempts,initialDelayMs:e.baseDelayMs,maxDelayMs:e.maxDelayMs,backoffMultiplier:a[e.retryStrategy].multiplier,retryableErrors:["*"]}}function d(e){const t=c(e);return{...t,originalError:e,errorMessage:e?.message||e?.toString()||"Unknown error",errorStack:e?.stack,timestamp:(new Date).toISOString(),retryConfig:s(t)}}t.litProtocolErrors={isNetworkError:e=>c(e).category===i.NETWORK,isProtocolError:e=>c(e).category===i.PROTOCOL,isAuthenticationError:e=>c(e).category===i.AUTHENTICATION,isResourceError:e=>c(e).category===i.RESOURCE,isTimeoutError:e=>c(e).category===i.TIMEOUT,isRateLimitError:e=>c(e).category===i.RATE_LIMIT,isConfigurationError:e=>c(e).category===i.CONFIGURATION,isRetryable:e=>c(e).isRetryable}},55297:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},56018:function(e,t,i){var o=this&&this.__createBinding||(Object.create?function(e,t,i,o){void 0===o&&(o=i);var r=Object.getOwnPropertyDescriptor(t,i);r&&!("get"in r?!t.__esModule:r.writable||r.configurable)||(r={enumerable:!0,get:function(){return t[i]}}),Object.defineProperty(e,o,r)}:function(e,t,i,o){void 0===o&&(o=i),e[o]=t[i]}),r=this&&this.__exportStar||function(e,t){for(var i in e)"default"===i||Object.prototype.hasOwnProperty.call(t,i)||o(t,e,i)};Object.defineProperty(t,"__esModule",{value:!0}),r(i(89852),t),r(i(2681),t)},62133:(e,t,i)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.sessionSignatureCache=t.DEFAULT_CACHE_CONFIG=void 0,t.generateSessionSignaturesWithCache=async function(e,i,r,a,n,c="datil"){const s=t.sessionSignatureCache.get(r,a,n,c);if(s)return s;(0,o.debugInfo)("CACHE","🔐 Generating new session signatures (cache miss)...");const d=await e.getSessionSigs(i),f=new Date(i.expiration);t.sessionSignatureCache.set(r,a,n,c,d,f);const u=Object.keys(d).length;return(0,o.debugInfo)("CACHE",`✅ Generated and cached ${u} session signatures`),d},t.configureSessionSignatureCache=function(e){Object.assign(t.sessionSignatureCache.config,e)},t.clearSessionSignatureCache=function(){t.sessionSignatureCache.clear()},t.getSessionSignatureCacheStats=function(){return t.sessionSignatureCache.getStats()};const o=i(83623);t.DEFAULT_CACHE_CONFIG={maxEntries:50,bufferTimeMs:6e4,enableLogging:!0},t.sessionSignatureCache=new class{constructor(e={}){this.cache=new Map,this.config={...t.DEFAULT_CACHE_CONFIG,...e}}generateCacheKey(e,t,i,o){return`${i}-${o}-${e}-${t}`}isEntryValid(e){return new Date<new Date(e.expiration.getTime()-this.config.bufferTimeMs)}cleanExpiredEntries(){const e=new Date;let t=0;for(const[i,o]of this.cache.entries())e>=o.expiration&&(this.cache.delete(i),t++);t>0&&this.config.enableLogging&&(0,o.debugInfo)("CACHE",`🧹 Cleaned ${t} expired session signature entries`)}enforceCacheSize(){if(this.cache.size<=this.config.maxEntries)return;const e=Array.from(this.cache.entries()).sort(([,e],[,t])=>e.createdAt.getTime()-t.createdAt.getTime()).slice(0,this.cache.size-this.config.maxEntries);for(const[t]of e)this.cache.delete(t);this.config.enableLogging&&(0,o.debugInfo)("CACHE",`📦 Removed ${e.length} oldest cache entries to maintain size limit`)}get(e,t,i,r){this.cleanExpiredEntries();const a=this.generateCacheKey(e,t,i,r),n=this.cache.get(a);if(!n)return this.config.enableLogging&&(0,o.debugLog)("CACHE",`❌ Session signatures cache miss: ${a}`),null;if(!this.isEntryValid(n))return this.cache.delete(a),this.config.enableLogging&&(0,o.debugWarn)("CACHE",`⏰ Session signatures expired: ${a}`),null;if(this.config.enableLogging){const e=n.expiration.getTime()-Date.now();(0,o.debugInfo)("CACHE",`✅ Session signatures cache hit: ${a} (expires in ${Math.round(e/1e3)}s)`)}return n.sessionSigs}set(e,t,i,r,a,n){const c=this.generateCacheKey(e,t,i,r),s={sessionSigs:a,expiration:n,pkpTokenId:e,litActionCid:t,signerAddress:i,network:r,createdAt:new Date};if(this.cache.set(c,s),this.config.enableLogging){const e=n.getTime()-Date.now();(0,o.debugInfo)("CACHE",`💾 Cached session signatures: ${c} (expires in ${Math.round(e/1e3)}s)`)}this.enforceCacheSize()}clear(){const e=this.cache.size;this.cache.clear(),this.config.enableLogging&&(0,o.debugInfo)("CACHE",`🗑️ Cleared ${e} cached session signature entries`)}getStats(){return this.cleanExpiredEntries(),{size:this.cache.size,maxEntries:this.config.maxEntries,utilizationPercent:Math.round(this.cache.size/this.config.maxEntries*100)}}delete(e,t,i,r){const a=this.generateCacheKey(e,t,i,r),n=this.cache.delete(a);return n&&this.config.enableLogging&&(0,o.debugInfo)("CACHE",`🗑️ Removed session signatures from cache: ${a}`),n}}},66099:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},70809:function(e,t,i){var o=i(38891).Buffer,r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.cidToHex=function(e){try{if(e.startsWith("Qm")){const t=a.default.decode(e);return"0x"+o.from(t).toString("hex")}if(e.startsWith("0x"))return e;throw new Error(`Unsupported CID format: ${e}. Only CIDv0 (Qm...) and hex (0x...) formats are supported.`)}catch(t){if(t instanceof Error&&t.message.includes("Unsupported CID format"))throw t;throw new Error(`Failed to convert CID ${e} to hex: ${t instanceof Error?t.message:String(t)}`)}};const a=r(i(61407))},72287:(e,t,i)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.getLitActionCID=function(e="datil",t){const i="datil"===e?o.DH_LIT_ACTIONS_DATIL[t]:(()=>{throw new Error("Unsupported LIT network")})();if(!i.deployed||!i.cid)throw new Error(`LIT Action '${t}' not deployed. Check deployment status.`);return i.cid},t.getLitActionConfig=function(e,t="datil"){const i=("datil"===t?o.DH_LIT_ACTIONS_DATIL:(()=>{throw new Error("Unsupported LIT network")})())[e];if(!i)throw new Error(`LIT Action '${e}' not found in registry for network '${t}'.`);return i},t.isLitActionDeployed=r,t.validateDeployedActions=function(e,t="datil"){return e.every(e=>r(e,t))},t.getDeployedActions=function(e="datil"){const t="datil"===e?o.DH_LIT_ACTIONS_DATIL:(()=>{throw new Error("Unsupported LIT network")})();return Object.values(t).filter(e=>e.deployed)};const o=i(56018);function r(e,t="datil"){const i=("datil"===t?o.DH_LIT_ACTIONS_DATIL:(()=>{throw new Error("Unsupported LIT network")})())[e];return!!(i&&i.deployed&&i.cid)}},77639:function(e,t,i){var o=this&&this.__createBinding||(Object.create?function(e,t,i,o){void 0===o&&(o=i);var r=Object.getOwnPropertyDescriptor(t,i);r&&!("get"in r?!t.__esModule:r.writable||r.configurable)||(r={enumerable:!0,get:function(){return t[i]}}),Object.defineProperty(e,o,r)}:function(e,t,i,o){void 0===o&&(o=i),e[o]=t[i]}),r=this&&this.__exportStar||function(e,t){for(var i in e)"default"===i||Object.prototype.hasOwnProperty.call(t,i)||o(t,e,i)};Object.defineProperty(t,"__esModule",{value:!0}),t.DH_LIT_ACTIONS_DATIL=void 0,r(i(13525),t),r(i(89852),t),r(i(16326),t);var a=i(89852);Object.defineProperty(t,"DH_LIT_ACTIONS_DATIL",{enumerable:!0,get:function(){return a.DH_LIT_ACTIONS_DATIL}})},83623:(e,t)=>{var i;Object.defineProperty(t,"__esModule",{value:!0}),t.networkMetrics=t.PerformanceTracker=t.DEFAULT_DEBUG_CONFIG=t.LogLevel=void 0,t.configureDebugLogging=function(e){o={...o,...e}},t.debugError=n,t.debugWarn=function(e,t,a){o.level>=i.WARN&&console.warn(r("WARN",e,t,a))},t.debugInfo=c,t.debugLog=s,t.debugTrace=function(e,t,a){o.level>=i.TRACE&&console.log(r("TRACE",e,t,a))},t.logRequest=function(e,t,i){o.enableRequestLogging&&s(e,`🔄 Request: ${t}`,{operation:t,params:JSON.stringify(i,null,2)})},t.logResponse=function(e,t,i,r){o.enableRequestLogging&&s(e,`✅ Response: ${t} (${r}ms)`,{operation:t,duration:r,response:"object"==typeof i?JSON.stringify(i,null,2):i})},t.logError=function(e,t,i,o){n(e,`❌ Error: ${t}${o?` (${o}ms)`:""}`,{operation:t,duration:o,error:i?.message||i?.toString()||"Unknown error",stack:i?.stack})},t.logConnectionAttempt=function(e,t,i){c("CONNECTION",`🔗 Connecting to ${e} (attempt ${t}/${i})`)},t.logConnectionSuccess=function(e,i){c("CONNECTION",`✅ Connected to ${e} (${i}ms)`),t.networkMetrics.recordRequest(`connection-${e}`,!0,i)},t.logConnectionFailure=function(e,i,o){n("CONNECTION",`❌ Connection failed to ${e} (attempt ${o})`,{error:i}),t.networkMetrics.recordRequest(`connection-${e}`,!1,0,i)},t.logPkpOperation=function(e,t,i){c("PKP",`🔑 ${e}${t?` (PKP: ${t.slice(0,8)}...)`:""}`,i)},t.logSessionSignatures=function(e,t){c("SESSION",`🔐 Generated ${e} session signatures (expires: ${t})`)},t.logLitActionExecution=function(e,t){c("LIT_ACTION",`⚡ Executing LIT Action: ${e}`,{cid:e,params:t})},t.logLitActionResult=function(e,t,i,o){c("LIT_ACTION",`${t?"✅":"❌"} LIT Action completed: ${e} (${i}ms)`,{cid:e,success:t,duration:i,result:t&&o?JSON.stringify(o,null,2):void 0})},t.logTestStart=function(e){return c("TEST",`🧪 Starting test: ${e}`),new a(e)},t.logTestEnd=function(e,i,o){c("TEST",`${i?"✅":"❌"} Test completed: ${e} (${o}ms)`),t.networkMetrics.printSummary()},function(e){e[e.ERROR=0]="ERROR",e[e.WARN=1]="WARN",e[e.INFO=2]="INFO",e[e.DEBUG=3]="DEBUG",e[e.TRACE=4]="TRACE"}(i||(t.LogLevel=i={})),t.DEFAULT_DEBUG_CONFIG={level:i.INFO,enableTimestamps:!0,enablePerformanceMetrics:!0,enableRequestLogging:!0,enableNetworkMetrics:!0};let o={...t.DEFAULT_DEBUG_CONFIG};function r(e,t,i,r){return`${o.enableTimestamps?`[${(new Date).toISOString()}] `:""}[${e}] [${t}] ${i}${r?` ${JSON.stringify(r)}`:""}`}class a{constructor(e){this.operationName=e,this.markers=new Map,this.startTime=Date.now(),this.log("PERF",`Started: ${e}`)}mark(e){const t=Date.now()-this.startTime;this.markers.set(e,t),this.log("PERF",`${this.operationName} - ${e}: ${t}ms`)}end(e=!0){const t=Date.now()-this.startTime,i=e?"SUCCESS":"FAILED";if(this.log("PERF",`${this.operationName} - ${i}: ${t}ms`),o.enablePerformanceMetrics&&this.markers.size>0){console.log(`📊 Performance Breakdown for ${this.operationName}:`);for(const[e,t]of this.markers)console.log(` ${e}: ${t}ms`);console.log(` Total: ${t}ms`)}return t}log(e,t){o.enablePerformanceMetrics&&console.log(r(e,"PERFORMANCE",t))}}function n(e,t,a){o.level>=i.ERROR&&console.error(r("ERROR",e,t,a))}function c(e,t,a){o.level>=i.INFO&&console.log(r("INFO",e,t,a))}function s(e,t,a){o.level>=i.DEBUG&&console.log(r("DEBUG",e,t,a))}t.PerformanceTracker=a,t.networkMetrics=new class{constructor(){this.metrics=new Map}getMetrics(e){return this.metrics.has(e)||this.metrics.set(e,{requestCount:0,successCount:0,failureCount:0,averageLatency:0,startTime:Date.now()}),this.metrics.get(e)}recordRequest(e,t,i,r){const a=this.getMetrics(e);a.requestCount++,t?(a.successCount++,a.averageLatency=(a.averageLatency*(a.successCount-1)+i)/a.successCount):(a.failureCount++,r&&(a.lastError=r)),o.enableNetworkMetrics&&s("NETWORK",`${e} - Success: ${t}, Latency: ${i}ms, Success Rate: ${(a.successCount/a.requestCount*100).toFixed(1)}%`)}printSummary(){if(o.enableNetworkMetrics){console.log("\n📈 Network Metrics Summary:");for(const[e,t]of this.metrics){const i=(t.successCount/t.requestCount*100).toFixed(1),o=Date.now()-t.startTime;console.log(` ${e}:`),console.log(` Requests: ${t.requestCount}`),console.log(` Success Rate: ${i}%`),console.log(` Avg Latency: ${t.averageLatency.toFixed(0)}ms`),console.log(` Runtime: ${o}ms`),t.lastError&&console.log(` Last Error: ${t.lastError}`)}}}}},89852:(e,t,i)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.DATIL_PKP_VALIDATOR_CID=t.DATIL_AUTHORIZATION_DUMMY_B_CID=t.DATIL_AUTHORIZATION_DUMMY_CID=t.DATIL_DEPLOYMENTS=t.DH_LIT_ACTIONS_DATIL=void 0,t.getDeploymentsForNetwork=function(e){return t.DH_LIT_ACTIONS_DATIL};const o=i(70809);t.DH_LIT_ACTIONS_DATIL={authorizationDummy:{cid:"QmPYUPNqaxWgRW5EARjDNKvkMzdMNsSwmmxYg2WEk97yNb",authorizedCidHex:(0,o.cidToHex)("QmPYUPNqaxWgRW5EARjDNKvkMzdMNsSwmmxYg2WEk97yNb"),name:"Authorization Dummy",description:"Production Authorization Dummy",version:"1.0.0",deployed:!0,deployedAt:1769283613843,size:1021,hash:"650ea6a8889dfc3366038e7f503cf879ebeb17805256ee42a754b622678998bf"},authorizationDummyB:{cid:"QmRSrHPyhX6tyjpYYrMYSXKjUTaTb6UaKVXwt4bNxiHK48",authorizedCidHex:(0,o.cidToHex)("QmRSrHPyhX6tyjpYYrMYSXKjUTaTb6UaKVXwt4bNxiHK48"),name:"Authorization Dummy B (Test)",description:"Development second dummy authorization LIT Action for testing failed authorization scenarios on datil-test",version:"0.1.0",deployed:!0,deployedAt:1769283613842,size:728,hash:"fdfc89c557ef3cb5e9cf81eef854a80add513696875f9ce1bae7fb96988b09ce"},pkpValidator:{cid:"QmV9hhs7mB6Sq4VwjctecYWn8yCtRktRHbwnMP3pymParp",authorizedCidHex:(0,o.cidToHex)("QmV9hhs7mB6Sq4VwjctecYWn8yCtRktRHbwnMP3pymParp"),name:"Pkp Validator Datil",description:"Production Pkp Validator Datil",version:"1.0.0",deployed:!0,deployedAt:1767905423227,size:9061,hash:"acd53f3f9d1ced662461bd5d461b83826bdf6fde8275da81069acd8ade2cd76e",pkp:{tokenId:"22544487681068775241637935551968274935828006096917056373558607845799537896739",publicKey:"0x04ea1e6a63e86fbcf792dfa0f74ed7b49169bbd100eb62a5348a25a64fb4cf067020ab57a06a239d8e949e00674809c1fd183a94566e4698d84c7b08202d417ac5",ethAddress:"0x9624C46073E1d1F5AB975c67Fc899536d599bb57",mintTxHash:"0x05c63030f3bd15437aef80523b7542d58f108f02bca947ac542c03fb4e48df94",authTxHash:"0x6b0042708679e68da58fe17c23b2ffe5a77fc8afd2303b6daa4e2ba618b9df83",burnTxHash:"0x703a2ad58fb65b1d41f03cfc65ec183d94ea15c7bdb6dd89785aa851a6197b62",immutable:!0,authorizedCidHex:(0,o.cidToHex)("QmV9hhs7mB6Sq4VwjctecYWn8yCtRktRHbwnMP3pymParp"),createdAt:1767905423197}},ucdMintValidator:{cid:"QmW875Md2SMF55mACUuqZj5SAuTmWkoKp3pUePV64gqyjL",authorizedCidHex:(0,o.cidToHex)("QmW875Md2SMF55mACUuqZj5SAuTmWkoKp3pUePV64gqyjL"),name:"Ucd Mint Validator",description:"Production Ucd Mint Validator",version:"1.0.0",deployed:!0,deployedAt:1769403115067,size:53843,hash:"a1c6a711b05d54c83b363cb759309b2382a707b85c0670213b4e7afcf4ff041b",pkp:{tokenId:"109409481756143916201751173142972102700436825798318867060705655292262612463094",publicKey:"0x044997299c13c0f3f5005cdc2568b409b97f5212156148b6b59b68d722ffea265d2316fe3cad62d836da04641933438b18b494e3ea5b0e2445177d581b5ae95558",ethAddress:"0x6F5E03b4B03D48866f8132D84a5d87fD7cD092Ce",mintTxHash:"0x268a719da4c3348b780cd316a6036f2d27b5c064a46c778f3a64c67fb6802ec7",authTxHash:"0x2f661e8a7d45f9757da71ce2ee0a3f01ecf5a0ca315fde336645e13b868adf8f",burnTxHash:"0xe936fd243ecf94024e1ada69ae16aeea437dc1790ddf728120e376f5ac99175d",immutable:!0,authorizedCidHex:(0,o.cidToHex)("QmW875Md2SMF55mACUuqZj5SAuTmWkoKp3pUePV64gqyjL"),createdAt:1770037900502}},priceOracle:{cid:"QmPdaNFvnyR1MakBV1RQofPKLBmmwmrVwUsLc4uCuzQCBn",authorizedCidHex:(0,o.cidToHex)("QmPdaNFvnyR1MakBV1RQofPKLBmmwmrVwUsLc4uCuzQCBn"),name:"Price Oracle",description:"Production Price Oracle",version:"1.0.0",deployed:!0,deployedAt:1769283613844,size:9382,hash:"37c45d3fa858b995d84caff1225a95b3e592d67e4de521ca376e615115fb3340"},loanVaultBtcBalance:{cid:"QmSoJFpWbTTABPxzq7JvWkf2ZqaBzkUoyKDa27GoxEaFpH",authorizedCidHex:(0,o.cidToHex)("QmSoJFpWbTTABPxzq7JvWkf2ZqaBzkUoyKDa27GoxEaFpH"),name:"Loan Vault Btc Balance",description:"Production Loan Vault Btc Balance",version:"1.0.0",deployed:!0,deployedAt:1769283613844,size:35032,hash:"1312b8532d1a4bcfa58600d709bda9a2473126b98c27c62f82cb6df3a43969f4",pkp:{tokenId:"101638307363134678913173260680422514704529537590916601209667221514221697984707",publicKey:"0x04d5f25c355bb416a27a40178e087d5c2edb8f513ebc3bc96327e6452d25b0d5089f91060d0be31ee8ea7fbac5d59d4fe9473a72ec5efca3a771c62122d09018f9",ethAddress:"0x8A40C22B03348bc10df9ae0dc54346b4AE8e909c",mintTxHash:"0xb9b62acac5cf378d2cdcc4cb447b27dd79d3a124c523121f3333537a9f4343cd",authTxHash:"0x855f77530063a07db908fc8e56d39d40a51b63b56698141661761bd12d93d8ff",burnTxHash:"0xb73d259512a378a840066f734a36b7926b97f5ae203c3b1a5f7fd8a2ae7012ee",immutable:!0,authorizedCidHex:(0,o.cidToHex)("QmSoJFpWbTTABPxzq7JvWkf2ZqaBzkUoyKDa27GoxEaFpH"),createdAt:1768571068655}},btcWithdrawal:{cid:"QmbjzEuoKLje3jyQPnsurTSbnjm1QnMF5LD9awxnPYQLf4",authorizedCidHex:(0,o.cidToHex)("QmbjzEuoKLje3jyQPnsurTSbnjm1QnMF5LD9awxnPYQLf4"),name:"Btc Withdrawal",description:"Production Btc Withdrawal",version:"1.0.0",deployed:!0,deployedAt:1769283613843,size:54621,hash:"170950072f0e9f4fc9f1893ba9972b9757346c96dfd6aadae28f2c875ec970da",pkp:{tokenId:"88083666045978600299009521816300852427581971702809904885496796285668335015424",publicKey:"0x0483c6d94ae748fa581c3a4935e7d392a0270ed0d2b92b016ad30c3226c3faad2e476c3df1b33c7a067158083b9bacf43d1be6fa85b488ec57abb1f18b2c10139f",ethAddress:"0x1b9d9C0fFB991a7a2812d070657D8EEC610e8E82",mintTxHash:"0x8f724cee7dbf572a9bb347ea909d7e2f5ca12fb3f16db811409fed75819d44d5",authTxHash:"0x30b0333375a2b4c7ca4ad41ecba4d87229a85e56a2ddcb1fd2b79e2c2bca28cd",burnTxHash:"0xcf480ad89be4ceb2a2d3fa5546517f4b03d2d764115da29388026ec8e2d213b2",immutable:!0,authorizedCidHex:(0,o.cidToHex)("QmbjzEuoKLje3jyQPnsurTSbnjm1QnMF5LD9awxnPYQLf4"),createdAt:1768575445344}},liquidationValidator:{cid:"QmbLaycKYXYBDo8bfJUzjGRuwfcR55MyVicrvJrXzM5B5t",authorizedCidHex:(0,o.cidToHex)("QmcZxzUGbYY9o7jS1kXVRkcBDKWYqYsJems12rT3fY6KD3"),name:"Liquidation Validator",description:"Production Liquidation Validator",version:"1.0.0",deployed:!0,deployedAt:1769283613844,size:35179,hash:"86d79018f11b651ae8660c643a1a79111a7e51d498385ea1aff851f444ab9fff",pkp:{tokenId:"77164277440579836599337676668864162316346328150028059005112783614109550487087",publicKey:"0x04a2e860975b44b255fb121a3082efcc0f6ecc719fb7c192edc162b64b54b48e3e3f989ad3aac52641c7a6b88cfce7a7840835040d089d6957cd96600ac1d4f597",ethAddress:"0xD2bBd384CfeDdbB64A0bd59CdCffD47B5581e930",mintTxHash:"0x6770e7a027977d2a4c85512ed63e886d151dca147133757e6590c3cce298fb8b",authTxHash:"0x64364ddbef502e8f02d66b330ff4a97e6b4036951e033af9ffca68f2c21dba7f",burnTxHash:"0xc81680d2d4b6ffc4564384d553b3fd06efc44bf63e3fbf69bfdb8ef45bf46ab5",immutable:!0,authorizedCidHex:(0,o.cidToHex)("QmbLaycKYXYBDo8bfJUzjGRuwfcR55MyVicrvJrXzM5B5t"),createdAt:1768236947489}},adminLiquidationValidator:{cid:"QmdYofeYb8dBuC1nFi9bux4N9NaCE8MrUGv86vnoepMvQS",authorizedCidHex:(0,o.cidToHex)("QmVHqT2cRVqY2ysRQiwVJxQCpNhjaAgrP92UMsNciKvXpQ"),name:"Admin Liquidation Validator",description:"Production Admin Liquidation Validator",version:"1.0.0",deployed:!0,deployedAt:1769283613841,size:36155,hash:"75c0329c1a53d58398bdd68f605161b25cc32f485c4c46c5cddadf53d351b13d",pkp:{tokenId:"4324403275047082381124795898056756947829065434501788352600302296446020253129",publicKey:"0x048b9f304b236cd1ffb8afa0928e250bba5d43680d0e2c122a3dd1ae93f9d6c80362767b321ef48bdc4a314132207e8c76e9d2693c96cf71407bc3c0aaa25e487c",ethAddress:"0xa78D2FBb03BF69a84d9ECb6B3C054aC6406a6499",mintTxHash:"0x66ee2d82f3f88d44484780cd35ca0b9dac9594c348eb594351244d0c4f812d25",authTxHash:"0x4059e91d9a2f2b6e15593ad131e2173d781093f9163ba40ecd9f23c2874e0443",burnTxHash:"0x0c8bd1209bda5f7c2de6bf5945c93f78d0bc43de3fe566edc2fa688e20bdd18b",immutable:!0,authorizedCidHex:(0,o.cidToHex)("QmdYofeYb8dBuC1nFi9bux4N9NaCE8MrUGv86vnoepMvQS"),createdAt:1768236991158}},processPaymentValidator:{cid:"QmSC5UVpTj2SYkLpsrZqErPH2B4SSCJGHxpiNSngcCXjf6",authorizedCidHex:(0,o.cidToHex)("QmSC5UVpTj2SYkLpsrZqErPH2B4SSCJGHxpiNSngcCXjf6"),name:"Process Payment Validator",description:"Production Process Payment Validator",version:"1.0.0",deployed:!0,deployedAt:1769429749690,size:32745,hash:"64990f8785ae4bc5a681e7bf29ff116946290fc187c4eda4bfda73800b28e16f",pkp:{tokenId:"60312071065692156343857812512762393070456243801052345448448066162845559822718",publicKey:"0x0470400c7026ed694ddbb1e02326f7beab70b7df03d5cf500d56740972d7856c5e988d18235d3e6524abdf0504bfc5b309c14593fea895d7edda14a83f67d7c63f",ethAddress:"0x1D681D5Aa7db6376212A30241Dcb2745A4785915",mintTxHash:"0xa1bdd2ab9fca00b03470dd539849bc66b704047ced93b0adea50e701e8123c08",authTxHash:"0x5584fb6d27b8964203a4ad5c41a59e44e2742d1e9b2e34c2e7aafd4b77cf1cee",burnTxHash:"0xe75261ea0236d1c020c40d11a4acb061cc45e18dd7011df0eefbb50d4b057792",immutable:!0,authorizedCidHex:(0,o.cidToHex)("QmSC5UVpTj2SYkLpsrZqErPH2B4SSCJGHxpiNSngcCXjf6"),createdAt:1769429749400}},extendPositionValidator:{cid:"QmZcaMjFsZwxipwRMh8x8HKTVS1S7iEwJAhCctTKFXxKcU",authorizedCidHex:(0,o.cidToHex)("QmZcaMjFsZwxipwRMh8x8HKTVS1S7iEwJAhCctTKFXxKcU"),name:"Extend Position Validator",description:"Production Extend Position Validator",version:"1.0.0",deployed:!0,deployedAt:1770228918704,size:46886,hash:"ac382a9de56ea7d977a0c1d47e424dd0ff72af55165cbbddf38a3e0fbb955aa5",pkp:{tokenId:"112800281724375406728913432602803471741793156463602580582627945542881441668069",publicKey:"0x040a28ec92c42e1da08477edcf6e8982d38ca418ced8f288ecac7aef7d6d6904038f5e2635e4bf8b39f5f902a1af3cda38ff0d07f6c2f1f34ea49a00b55a76f327",ethAddress:"0x572eedF133bbf43Ec0094Ec309d92D4Ba5fc6e5e",mintTxHash:"0xed8515bba459b03d8e47424a3ded10840e13b9a2d627fd697a6f392d193b4532",authTxHash:"0x6478500a566930b5fc3871741bec2d281f2b8a74e2d10838b4d8b9826f7a6993",burnTxHash:"0xc70b747f9a26c30e72d939e965fb366f8b4c768c7716364a501267721c79bb08",immutable:!0,authorizedCidHex:(0,o.cidToHex)("QmZcaMjFsZwxipwRMh8x8HKTVS1S7iEwJAhCctTKFXxKcU"),createdAt:1770228918665}},alwaysSigner:{cid:"QmdjqP6EfJNiTYf9RNL3fxDQan9bSrm4MJ28LSgFPadcCG",authorizedCidHex:(0,o.cidToHex)("QmdjqP6EfJNiTYf9RNL3fxDQan9bSrm4MJ28LSgFPadcCG"),name:"Always Signer",description:"Production Always Signer",version:"1.0.0",deployed:!0,deployedAt:1769283613842,size:3234,hash:"16fec6721b33573a80939be326501e0ff5dddd6d6521eb4dec606d3d6afaf946",pkp:{tokenId:"103478053481671592175363349032091940459278914221144113534034390533668468479857",publicKey:"0x04fe7418bab47369abe95d029e2d83e91dd52e1c7faa33cdfe701e326635678637f32619ddc539080474e864296af61fe2eb43ffc174d7f852439c1976478dae1a",ethAddress:"0x0C990Dad4ed87C94FCFc7724152213eEA26C7465",mintTxHash:"0xd2af8e7f4b401812e02b8c7459af2694e9196456f2db4ee0768ba16a833721fd",authTxHash:"0x16a5849c4209e8aa3eb444e27118208bb30edfd623e0bbd55a63261421fd28a4",burnTxHash:"0x8a0e0d3da03d6c2985a1cbb3569aac66e38971cb20f5af1f932bf3a6c3a2a552",immutable:!0,authorizedCidHex:(0,o.cidToHex)("QmdjqP6EfJNiTYf9RNL3fxDQan9bSrm4MJ28LSgFPadcCG"),createdAt:1764104607484}},btcTransactionSigner:{cid:"QmeGk33k4wnxignSmwNBxiYSStxgsosBpdwk5Le8bDCoMj",authorizedCidHex:(0,o.cidToHex)("QmeGk33k4wnxignSmwNBxiYSStxgsosBpdwk5Le8bDCoMj"),name:"Btc Transaction Signer",description:"Production Btc Transaction Signer",version:"1.0.0",deployed:!0,deployedAt:1769283613843,size:20804,hash:"dbf23063b3c267c3e104958c0072c9d26f1e2f8bcc46a0726cbfff300fa3fb0c",pkp:{tokenId:"90386569693924187626090156578239327853198345844839249291128798357629538740112",publicKey:"0x04ca638e425a59e6d4a0d5b8c5b6123d93f345f11b73399bf16b8574c7c2762c8682a88c607122001fccd9644abcf86466521d3d7919264d58da6323304b9a1a37",ethAddress:"0xf48325C29541D1Ea49971c74A7877497C698650A",mintTxHash:"0x43473b68cf416fa531981c8b826338f0a536fc6f15fb50732032071caae4ddd2",authTxHash:"0x9e911679d2233e14ffb889ccbb6c63c081f27ba3e927d6d9542f9cb1af8b73a3",burnTxHash:"0xab65a52c87790726589245a3f96483c512791ffd1e6ebbc7d7dc9a6ce748589c",immutable:!0,authorizedCidHex:(0,o.cidToHex)("QmeGk33k4wnxignSmwNBxiYSStxgsosBpdwk5Le8bDCoMj"),createdAt:1767905470703}}},t.DATIL_DEPLOYMENTS=t.DH_LIT_ACTIONS_DATIL,t.DATIL_AUTHORIZATION_DUMMY_CID=t.DH_LIT_ACTIONS_DATIL.authorizationDummy.cid,t.DATIL_AUTHORIZATION_DUMMY_B_CID=t.DH_LIT_ACTIONS_DATIL.authorizationDummyB.cid,t.DATIL_PKP_VALIDATOR_CID=t.DH_LIT_ACTIONS_DATIL.pkpValidator.cid}};
|