@joai/warps 4.31.2 → 4.33.0
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/dist/index.d.cts +20 -1
- package/dist/index.d.ts +20 -1
- package/dist/index.js +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
var nt=class{constructor(t){this.adapter=t}async getByAlias(t,e){try{let{registryInfo:n,brand:i}=await this.adapter.registry.getInfoByAlias(t,e);if(!n)return null;let a=await this.adapter.builder().createFromTransactionHash(n.hash,e);return a?{warp:a,brand:i,registryInfo:n}:null}catch{return null}}async getByHash(t,e){try{let n=await this.adapter.builder().createFromTransactionHash(t,e);if(!n)return null;let{registryInfo:i,brand:a}=await this.adapter.registry.getInfoByHash(t,e);return{warp:n,brand:a,registryInfo:i}}catch{return null}}};var it=class{constructor(t){this.resolvers=t}async getByAlias(t,e){for(let n of this.resolvers){let i=await n.getByAlias(t,e);if(i)return i}return null}async getByHash(t,e){for(let n of this.resolvers){let i=await n.getByHash(t,e);if(i)return i}return null}};var Rr=(r,t)=>{let e=r.user?.wallets?.[t]||null;if(!e)throw new Error(`No wallet configured for chain ${t}`);return e},Se=r=>r?typeof r=="string"?r:r.address:null,S=(r,t)=>Se(r.user?.wallets?.[t]||null),Te=r=>r?typeof r=="string"?r:r.privateKey||null:null,Ee=r=>r?typeof r=="string"?r:r.mnemonic||null:null,Re=r=>r?typeof r=="string"?r:r.externalId||null:null,$r=(r,t)=>Te(r.user?.wallets?.[t]||null)?.trim()||null,Nr=(r,t)=>Ee(r.user?.wallets?.[t]||null)?.trim()||null,$e=(r,t)=>Re(r.user?.wallets?.[t]||null)?.trim()||null,Or=(r,t)=>{let e=$e(r,t);if(!e)throw new Error(`No external ID configured for wallet onchain ${t}`);return e},Br=r=>typeof r=="string",jr=(r,t,e)=>{r.user||(r.user={}),r.user.wallets||(r.user.wallets={}),r.user.wallets[t]=e},Lr=(r,t)=>{r.user?.wallets&&delete r.user.wallets[t]},Ne=r=>{if(!r)throw new Error("Mnemonic is required");return typeof r=="string"?r.trim():String(r).trim()},Oe=(r,t=24)=>{let e=r.split(/\s+/).filter(n=>n.length>0);if(e.length!==t)throw new Error(`Mnemonic must be ${t} words. Got ${e.length} words`)},Vr=(r,t=24)=>{let e=Ne(r);return Oe(e,t),e};var Be=(h=>(h.Multiversx="multiversx",h.Claws="claws",h.Sui="sui",h.Ethereum="ethereum",h.Base="base",h.Arbitrum="arbitrum",h.Polygon="polygon",h.Somnia="somnia",h.Tempo="tempo",h.Fastset="fastset",h.Solana="solana",h.Near="near",h))(Be||{}),Mt=(n=>(n.Macos="macos",n.Linux="linux",n.Windows="windows",n))(Mt||{}),kt=Object.values(Mt),Ur=["ethereum","base","arbitrum","polygon","somnia","tempo"],Dr=["multiversx","claws"],Mr=["coinbase","privy","gaupa"],u={HttpProtocolPrefix:"https://",IdentifierParamName:"warp",IdentifierParamSeparator:":",IdentifierType:{Alias:"alias",Hash:"hash"},IdentifierAliasMarker:"@",Globals:{UserWallet:{Placeholder:"USER_WALLET",Accessor:r=>S(r.config,r.adapter.chainInfo.name)},UserWalletPublicKey:{Placeholder:"USER_WALLET_PUBLICKEY",Accessor:r=>{if(!r.adapter.wallet)return null;try{return r.adapter.wallet.getPublicKey()||null}catch{return null}}},ChainApiUrl:{Placeholder:"CHAIN_API",Accessor:r=>r.adapter.chainInfo.defaultApiUrl},ChainAddressHrp:{Placeholder:"CHAIN_ADDRESS_HRP",Accessor:r=>r.adapter.chainInfo.addressHrp}},Vars:{Query:"query",Env:"env"},ArgParamsSeparator:":",ArgCompositeSeparator:"|",ArgListSeparator:",",ArgStructSeparator:";",Transform:{Prefix:"transform:"},Source:{UserWallet:"user:wallet"},Position:{Payload:"payload:"}},m={Option:"option",Vector:"vector",Tuple:"tuple",Struct:"struct",String:"string",Uint8:"uint8",Uint16:"uint16",Uint32:"uint32",Uint64:"uint64",Uint128:"uint128",Uint256:"uint256",Biguint:"biguint",Bool:"bool",Address:"address",Asset:"asset",Hex:"hex",Datetime:"datetime",Email:"email",Textarea:"textarea",File:"file"},qt=typeof window<"u"?window:{open:()=>{}};var z={Warp:"3.0.0",Brand:"0.2.0",Abi:"0.1.0"},U={LatestWarpSchemaUrl:`https://raw.githubusercontent.com/JoAiHQ/warps-specs/refs/heads/main/schemas/v${z.Warp}.schema.json`,LatestBrandSchemaUrl:`https://raw.githubusercontent.com/JoAiHQ/warps-specs/refs/heads/main/schemas/brand/v${z.Brand}.schema.json`,DefaultClientUrl:r=>r==="devnet"?"https://devnet.joai.ai":r==="testnet"?"https://testnet.joai.ai":"https://joai.ai",SuperClientUrls:["https://joai.ai","https://devnet.joai.ai","https://testnet.joai.ai","https://usewarp.to","https://testnet.usewarp.to","https://devnet.usewarp.to"],AvailableActionInputSources:["field","query",u.Source.UserWallet,"hidden"],AvailableActionInputTypes:["string","string[]","json","uint8","uint16","uint32","uint64","biguint","boolean","address"],AvailableActionInputPositions:["receiver","value","transfer","arg:1","arg:2","arg:3","arg:4","arg:5","arg:6","arg:7","arg:8","arg:9","arg:10","data","ignore"]};var Gr=(r,t)=>(e,n)=>{let i=t(e,n);return r(e,i)};var at="https://raw.githubusercontent.com/JoAiHQ/assets/refs/heads/main",P={baseUrl:at,chainLogo:r=>`${at}/chains/logos/${r}`,tokenLogo:r=>`${at}/tokens/logos/${r}`,walletLogo:r=>`${at}/wallets/logos/${r}`},je={multiversx:"MultiversX",claws:"Claws Network",sui:"Sui",ethereum:"Ethereum",base:"Base",arbitrum:"Arbitrum",polygon:"Polygon",somnia:"Somnia",tempo:"Tempo",fastset:"Fastset",solana:"Solana",near:"NEAR"},Jr=r=>je[r]??r.charAt(0).toUpperCase()+r.slice(1),Le={ethereum:{light:P.chainLogo("ethereum-white.svg"),dark:P.chainLogo("ethereum-black.svg")},base:{light:P.chainLogo("base-white.svg"),dark:P.chainLogo("base-black.svg")},arbitrum:P.chainLogo("arbitrum.svg"),polygon:P.chainLogo("polygon.svg"),somnia:P.chainLogo("somnia.png"),tempo:{light:P.chainLogo("tempo-white.svg"),dark:P.chainLogo("tempo-black.svg")},multiversx:P.chainLogo("multiversx.svg"),claws:P.chainLogo("claws.png"),sui:P.chainLogo("sui.svg"),solana:P.chainLogo("solana.svg"),near:{light:P.chainLogo("near-white.svg"),dark:P.chainLogo("near-black.svg")},fastset:{light:P.chainLogo("fastset-white.svg"),dark:P.chainLogo("fastset-black.svg")}},Qr=(r,t="dark")=>{let e=Le[r];return typeof e=="string"?e:t==="dark"?e.light:e.dark};var bt=(r,t)=>r[t]??r.default??Object.values(r)[0],Xr=(r,t)=>{let e=t?.preferences?.theme??"light";return typeof r.logo=="string"?r.logo:bt(r.logo,e)},Zr=(r,t)=>{if(!r.logoUrl)return null;if(typeof r.logoUrl=="string")return r.logoUrl;let e=t?.preferences?.theme??"light";return bt(r.logoUrl,e)},Yr=(r,t)=>{if(typeof r.logoUrl=="string")return r.logoUrl;let e=t?.preferences?.theme??"light";return bt(r.logoUrl,e)};var wt=class{async getRandomBytes(t){if(typeof window>"u"||!window.crypto)throw new Error("Web Crypto API not available");let e=new Uint8Array(t);return window.crypto.getRandomValues(e),e}},It=class{async getRandomBytes(t){if(typeof process>"u"||!process.versions?.node)throw new Error("Node.js environment not detected");try{let e=await import("crypto");return new Uint8Array(e.randomBytes(t))}catch(e){throw new Error(`Node.js crypto not available: ${e instanceof Error?e.message:"Unknown error"}`)}}},D=null;function zt(){if(D)return D;if(typeof window<"u"&&window.crypto)return D=new wt,D;if(typeof process<"u"&&process.versions?.node)return D=new It,D;throw new Error("No compatible crypto provider found. Please provide a crypto provider using setCryptoProvider() or ensure Web Crypto API is available.")}function en(r){D=r}async function Gt(r,t){if(r<=0||!Number.isInteger(r))throw new Error("Size must be a positive integer");return(t||zt()).getRandomBytes(r)}function Ve(r){if(!(r instanceof Uint8Array))throw new Error("Input must be a Uint8Array");let t=new Array(r.length*2);for(let e=0;e<r.length;e++){let n=r[e];t[e*2]=(n>>>4).toString(16),t[e*2+1]=(n&15).toString(16)}return t.join("")}function rn(r){if(!(r instanceof Uint8Array))throw new Error("Input must be a Uint8Array");if(typeof Buffer<"u")return Buffer.from(r).toString("base64");if(typeof btoa<"u"){let t=String.fromCharCode.apply(null,Array.from(r));return btoa(t)}else throw new Error("Base64 encoding not available in this environment")}async function _t(r,t){if(r<=0||r%2!==0)throw new Error("Length must be a positive even number");let e=await Gt(r/2,t);return Ve(e)}async function nn(){let r={randomBytes:!1,environment:"unknown"};try{typeof window<"u"&&window.crypto?r.environment="browser":typeof process<"u"&&process.versions?.node&&(r.environment="nodejs"),await Gt(16),r.randomBytes=!0}catch{}return r}function an(){return zt()}var pn=r=>Object.values(r.vars||{}).filter(t=>t.startsWith(`${u.Vars.Env}:`)).map(t=>{let e=t.replace(`${u.Vars.Env}:`,"").trim(),[n,i]=e.split(u.ArgCompositeSeparator);return{key:n,description:i||null}});var W=(r,t)=>{let e=t.find(n=>n.chainInfo.name.toLowerCase()===r.toLowerCase());if(!e)throw new Error(`Adapter not found for chain: ${r}`);return e},st=r=>{if(r==="warp")return`warp:${z.Warp}`;if(r==="brand")return`brand:${z.Brand}`;if(r==="abi")return`abi:${z.Abi}`;throw new Error(`getLatestProtocolIdentifier: Invalid protocol name: ${r}`)},E=(r,t)=>r?.actions[t-1],He=["state","mount","unmount","loop"],N=r=>{if(r.actions.length===0)throw new Error(`Warp has no actions: ${r.meta?.identifier}`);let t=r.actions.find(e=>!He.includes(e.type));return t?{action:t,index:r.actions.indexOf(t)}:{action:r.actions[0],index:0}},Pt=r=>r.auto===!1?!1:r.type==="link"?r.auto===!0:!0,ot=(r,t)=>{let e=r.toString(),[n,i=""]=e.split("."),a=Math.abs(t);if(t>0)return BigInt(n+i.padEnd(a,"0"));if(t<0){let s=n+i;if(a>=s.length)return 0n;let p=s.slice(0,-a)||"0";return BigInt(p)}else return e.includes(".")?BigInt(e.split(".")[0]):BigInt(e)},Jt=(r,t=100)=>{if(!r)return"";let e=r.replace(/<\/?(h[1-6])[^>]*>/gi," - ").replace(/<\/?(p|div|ul|ol|li|br|hr)[^>]*>/gi," ").replace(/<[^>]+>/g,"").replace(/\s+/g," ").trim();return e=e.startsWith("- ")?e.slice(2):e,e=e.length>t?e.substring(0,e.lastIndexOf(" ",t))+"...":e,e},B=(r,t)=>r.replace(/\{\{([^}]+)\}\}/g,(e,n)=>{let i=t[n];return i==null?"":typeof i=="object"&&i!==null?JSON.stringify(i):String(i)}),M=(r,t)=>r.replace(/\{\{([^}]+)\}\}/g,(e,n)=>{let i=t[n];return i==null?"":typeof i=="string"?`'${i.replace(/\\/g,"\\\\").replace(/'/g,"\\'").replace(/\n/g,"\\n").replace(/\r/g,"\\r").replace(/\t/g,"\\t")}'`:typeof i=="object"&&i!==null?`'${JSON.stringify(i).replace(/'/g,"\\'")}'`:String(i)}),fn=r=>{let t=r.actions.some(e=>["transfer","contract"].includes(e.type)?!0:(e.inputs??[]).some(n=>n.source===u.Source.UserWallet||n.default===`{{${u.Globals.UserWallet.Placeholder}}}`||n.default===`{{${u.Globals.UserWalletPublicKey.Placeholder}}}`));return{required:t,chain:t?r.chain??null:null}},k=r=>{if(!r||typeof r!="string")return!0;try{return!!new Function(`return ${r}`)()}catch(t){throw new Error(`Failed to evaluate 'when' condition: ${r}. Error: ${t}`)}};var hn={de:"German",en:"English",es:"Spanish",fr:"French",it:"Italian",pt:"Portuguese",ru:"Russian",zh:"Chinese",ja:"Japanese",ko:"Korean",ar:"Arabic",hi:"Hindi",nl:"Dutch",sv:"Swedish",da:"Danish",no:"Norwegian",fi:"Finnish",pl:"Polish",tr:"Turkish",el:"Greek",he:"Hebrew",th:"Thai",vi:"Vietnamese",id:"Indonesian",ms:"Malay",tl:"Tagalog"},pt=(r,t)=>{let e=t?.preferences?.locale||"en";if(typeof r=="string")return r;if(typeof r=="object"&&r!==null){if(e in r)return r[e];if("en"in r)return r.en;let n=Object.keys(r);if(n.length>0)return r[n[0]]}return""},mn=r=>typeof r=="object"&&r!==null&&Object.keys(r).length>0,yn=r=>r;var K=r=>r.startsWith(u.IdentifierAliasMarker)?r.replace(u.IdentifierAliasMarker,""):r,An=(r,t)=>!r||!t?!1:K(r)===K(t),St=(r,t,e)=>{let n=K(e);if(t===u.IdentifierType.Alias)return u.IdentifierAliasMarker+n;if(!r)throw new Error("Chain is required for hash warp identifiers");return r+u.IdentifierParamSeparator+t+u.IdentifierParamSeparator+n},F=r=>{let t=decodeURIComponent(r).trim(),e=K(t),n=e.split("?")[0],i=Qt(n);if(n.length===64&&/^[a-fA-F0-9]+$/.test(n))return{chain:null,type:u.IdentifierType.Hash,identifier:e,identifierBase:n};if(i.length===2&&/^[a-zA-Z0-9]{62}$/.test(i[0])&&/^[a-zA-Z0-9]{2}$/.test(i[1]))return null;if(i.length===3){let[a,s,p]=i;if(s===u.IdentifierType.Alias||s===u.IdentifierType.Hash){let l=e.includes("?")?p+e.substring(e.indexOf("?")):p;return{chain:a,type:s,identifier:l,identifierBase:p}}}if(i.length===2){let[a,s]=i;if(a===u.IdentifierType.Alias||a===u.IdentifierType.Hash){let p=e.includes("?")?s+e.substring(e.indexOf("?")):s;return{chain:null,type:a,identifier:p,identifierBase:s}}}if(i.length===2){let[a,s]=i;if(a!==u.IdentifierType.Alias&&a!==u.IdentifierType.Hash){let p=e.includes("?")?s+e.substring(e.indexOf("?")):s,l=Fe(s,a)?u.IdentifierType.Hash:u.IdentifierType.Alias;return{chain:a,type:l,identifier:p,identifierBase:s}}}return{chain:null,type:u.IdentifierType.Alias,identifier:e,identifierBase:n}},X=r=>{let t=new URL(r),n=t.searchParams.get(u.IdentifierParamName);if(n||(n=t.pathname.split("/")[1]),!n)return null;let i=decodeURIComponent(n);return F(i)},Fe=(r,t)=>/^[a-fA-F0-9]+$/.test(r)&&r.length>32,Ue=r=>{let t=u.IdentifierParamSeparator,e=r.indexOf(t);return e!==-1?{separator:t,index:e}:null},Qt=r=>{let t=Ue(r);if(!t)return[r];let{separator:e,index:n}=t,i=r.substring(0,n),a=r.substring(n+e.length),s=Qt(a);return[i,...s]},Kt=r=>{try{let t=new URL(r),e=new URLSearchParams(t.search);return e.delete(u.IdentifierParamName),e.toString()||null}catch{return null}},Xt=r=>{let t=r.indexOf("?");if(t===-1||t===r.length-1)return null;let e=r.substring(t+1);return e.length>0?e:null},Zt=r=>{if(!r)return{};let t=r.startsWith("?")?r.slice(1):r;if(!t)return{};let e=new URLSearchParams(t),n={};return e.forEach((i,a)=>{n[a]=i}),n},Cn=r=>{let t=F(r);return(t?t.identifierBase:K(r)).trim()},bn=r=>{let t=r.meta?.identifier;if(!t)return"";let e=r.meta?.query;if(e&&typeof e=="object"&&Object.keys(e).length>0){let n=new URLSearchParams(e);return`${t}?${n.toString()}`}return t};var Tt=r=>{let[t,...e]=r.split(/:(.*)/,2);return[t,e[0]||""]},Pn=r=>{let t=new Set(Object.values(m));if(!r.includes(u.ArgParamsSeparator))return!1;let e=Tt(r)[0];return t.has(e)};var Et=(r,t,e)=>{let n=Object.entries(r.messages||{}).map(([i,a])=>{let s=pt(a,e);return[i,B(s,t)]});return Object.fromEntries(n)};import De from"qr-code-styling";var G=class{constructor(t,e){this.config=t;this.adapters=e}isValid(t){return t.startsWith(u.HttpProtocolPrefix)?!!X(t):!1}build(t,e,n){let i=this.config.clientUrl||U.DefaultClientUrl(this.config.env),a=W(t,this.adapters),s=e===u.IdentifierType.Alias?n:e+u.IdentifierParamSeparator+n,p=a.chainInfo.name+u.IdentifierParamSeparator+s,l=encodeURIComponent(p);return U.SuperClientUrls.includes(i)?`${i}/${l}`:`${i}?${u.IdentifierParamName}=${l}`}buildFromPrefixedIdentifier(t){let e=F(t);if(!e)return null;if(!e.chain){let i=this.config.clientUrl||U.DefaultClientUrl(this.config.env),a=u.IdentifierAliasMarker+e.identifierBase;return U.SuperClientUrls.includes(i)?`${i}/${encodeURIComponent(a)}`:`${i}?${u.IdentifierParamName}=${encodeURIComponent(a)}`}let n=W(e.chain,this.adapters);return n?this.build(n.chainInfo.name,e.type,e.identifierBase):null}generateQrCode(t,e,n,i=512,a="white",s="black",p="#23F7DD"){let l=W(t,this.adapters),o=this.build(l.chainInfo.name,e,n);return new De({type:"svg",width:i,height:i,data:String(o),margin:16,qrOptions:{typeNumber:0,mode:"Byte",errorCorrectionLevel:"Q"},backgroundOptions:{color:a},dotsOptions:{type:"extra-rounded",color:s},cornersSquareOptions:{type:"extra-rounded",color:s},cornersDotOptions:{type:"square",color:s},imageOptions:{hideBackgroundDots:!0,imageSize:.4,margin:8},image:`data:image/svg+xml;utf8,<svg width="16" height="16" viewBox="0 0 100 100" fill="${encodeURIComponent(p)}" xmlns="http://www.w3.org/2000/svg"><path d="M54.8383 50.0242L95 28.8232L88.2456 16L51.4717 30.6974C50.5241 31.0764 49.4759 31.0764 48.5283 30.6974L11.7544 16L5 28.8232L45.1616 50.0242L5 71.2255L11.7544 84.0488L48.5283 69.351C49.4759 68.9724 50.5241 68.9724 51.4717 69.351L88.2456 84.0488L95 71.2255L54.8383 50.0242Z"/></svg>`})}};var Me="https://",ke=(r,t)=>{if(typeof r=="string")return r;if(r.when&&t){let e=M(r.when,t);if(!k(e))return null}return r.identifier},qe=r=>typeof r=="object"&&!Array.isArray(r)&&!("identifier"in r),$t=(r,t,e)=>{if(!r)return null;let n;if(typeof r=="string")n=t==="success"?[r]:[];else if(Array.isArray(r))n=t==="success"?r:[];else if(qe(r)){let a=r[t];n=a?Array.isArray(a)?a:[a]:[]}else n=t==="success"?[r]:[];if(n.length===0)return null;let i=[];for(let a of n){let s=ke(a,e);s!==null&&i.push(s)}return i.length>0?i:null},Un=(r,t,e)=>$t(r,t,e)?.[0]??null,Yt=(r,t,e,n,i)=>{if(n.startsWith(Me))return[{identifier:null,url:n}];let[a,s]=n.split("?");if(!s){let f=B(a,{...e.vars,...i});return[{identifier:f,url:Rt(t,f,r)}]}let p=s.match(/{{([^}]+)\[\](\.[^}]+)?}}/g)||[];if(p.length===0){let f=B(s,{...e.vars,...i}),g=f?`${a}?${f}`:a;return[{identifier:g,url:Rt(t,g,r)}]}let l=p[0];if(!l)return[];let o=l.match(/{{([^[]+)\[\]/),c=o?o[1]:null;if(!c||i[c]===void 0)return[];let d=Array.isArray(i[c])?i[c]:[i[c]];if(d.length===0)return[];let h=p.filter(f=>f.includes(`{{${c}[]`)).map(f=>{let g=f.match(/\[\](\.[^}]+)?}}/),y=g&&g[1]||"";return{placeholder:f,field:y?y.slice(1):"",regex:new RegExp(f.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),"g")}});return d.map(f=>{let g=s;for(let{regex:x,field:C}of h){let v=C?ze(f,C):f;if(v==null)return null;g=g.replace(x,v)}if(g.includes("{{")||g.includes("}}"))return null;let y=g?`${a}?${g}`:a;return{identifier:y,url:Rt(t,y,r)}}).filter(f=>f!==null)},lt=(r,t,e,n,i)=>{let a=E(e,n)?.next||e.next||null,s=$t(a,"success",i);if(!s)return null;let p=s.flatMap(l=>Yt(r,t,e,l,i));return p.length>0?p:null},ct=(r,t,e,n,i,a)=>{let s=a==="error"?"error":"success",p=E(e,n)?.next||e.next||null,l=$t(p,s,i);if(!l)return null;let o=l.flatMap(c=>Yt(r,t,e,c,i));return o.length>0?o:null},Rt=(r,t,e)=>{let[n,i]=t.split("?"),a=new G(e,r).buildFromPrefixedIdentifier(n);if(!a)throw new Error(`Cannot build URL for identifier: ${n}`);if(!i)return a;let s=new URL(a);return new URLSearchParams(i).forEach((p,l)=>s.searchParams.set(l,p)),s.toString().replace(/\/\?/,"?")},ze=(r,t)=>t.split(".").reduce((e,n)=>e?.[n],r);var q=class q{static debug(...t){q.isTestEnv||console.debug(...t)}static info(...t){q.isTestEnv||console.info(...t)}static warn(...t){q.isTestEnv||console.warn(...t)}static error(...t){q.isTestEnv||console.error(...t)}};q.isTestEnv=typeof process<"u"&&process.env.JEST_WORKER_ID!==void 0;var b=q;function Ge(r,t,e){return r.startsWith(u.Position.Payload)?r.slice(u.Position.Payload.length).split(".").reduceRight((n,i,a,s)=>({[i]:a===s.length-1?{[t]:e}:n}),{}):{[t]:e}}function te(r,t){if(!r)return{...t};if(!t)return{...r};let e={...r};return Object.keys(t).forEach(n=>{e[n]&&typeof e[n]=="object"&&typeof t[n]=="object"?e[n]=te(e[n],t[n]):e[n]=t[n]}),e}function _e(r,t){if(!r.value)return null;let e=t.stringToNative(r.value)[1];if(r.input.type==="biguint")return e.toString();if(r.input.type==="asset"){let{identifier:n,amount:i}=e;return{identifier:n,amount:i.toString()}}else return e}function j(r){return r.map(t=>t.value).filter(t=>t!=null&&t!=="")}function _(r,t){let e={};return r.forEach(n=>{if(n.input.position==="local")return;let i=n.input.as||n.input.name,a=_e(n,t);if(n.input.position&&typeof n.input.position=="string"&&n.input.position.startsWith(u.Position.Payload)){let s=Ge(n.input.position,i,a);e=te(e,s)}else e[i]=a}),e}function ut(r,t,e,n){let i={},a=e!==void 0?e:r.length,s=p=>{if(!p?.value)return;let l=p.input.as||p.input.name,[,o]=t.stringToNative(p.value);if(i[l]=o,p.input.type!=="asset"||typeof o!="object"||o===null)return;let c=o;if("identifier"in c&&"amount"in c){let d=String(c.identifier);i[`${l}.token`]=d,i[`${l}.identifier`]=d,i[`${l}.amount`]=String(c.amount)}};for(let p=0;p<a;p++)s(r[p]);return s(n),i}var ee=(r,t,e)=>{let n=[],i=[],a={};if(r.output)for(let[s,p]of Object.entries(r.output)){if(p.startsWith(u.Transform.Prefix))continue;let l=Xe(p);if(l!==null&&l!==t){a[s]=null;continue}let[o,...c]=p.split(".");if(o==="out"||o.startsWith("out[")||o==="$"){let d=e(c);n.push(String(d)),i.push(d),a[s]=d}else a[s]=p}return{stringValues:n,nativeValues:i,output:a}},Z=async(r,t,e,n,i,a)=>{let s=(h,f)=>f.reduce((g,y)=>g&&g[y]!==void 0?g[y]:null,h),p=h=>h.length===0?t:s(t,h),{stringValues:l,nativeValues:o,output:c}=ee(r,e,p),d=_(n,i);for(let h of n)if(h.input.position==="local"){let f=h.input.as||h.input.name;if(f&&h.value){let[,g]=i.stringToNative(h.value);d[f]=g}}return{values:{string:l,native:o,mapped:d},output:await re(r,c,t,e,n,i,a)}},re=async(r,t,e,n,i,a,s)=>{if(!r.output)return t;let p={...t};return p=Je(p,r,n,i,a),p=await Qe(r,p,e,i,a,s.transform?.runner||null),p},Je=(r,t,e,n,i)=>{let a={...r},s=E(t,e)?.inputs||[];for(let[p,l]of Object.entries(a))if(typeof l=="string"&&l.startsWith("in.")){let o=l.split(".")[1],c=s.findIndex(h=>h.as===o||h.name===o),d=c!==-1?n[c]?.value:null;a[p]=d?i.stringToNative(d)[1]:null}return a},Qe=async(r,t,e,n,i,a)=>{if(!r.output)return t;let s={...t},p=Object.entries(r.output).filter(([,o])=>o.startsWith(u.Transform.Prefix)).map(([o,c])=>({key:o,code:c.substring(u.Transform.Prefix.length)}));if(p.length>0&&(!a||typeof a.run!="function"))throw new Error("Transform output is defined but no transform runner is configured. Provide a runner via config.transform.runner.");let l={...s,out:Ke(e),inputs:ut(n,i)};for(let{key:o,code:c}of p)try{s[o]=await a.run(c,l),l[o]=s[o]}catch(d){b.error(`Transform error for Warp '${r.name}' with output '${o}':`,d),s[o]=null,l[o]=null}return s},Ke=r=>{if(!r||typeof r!="object"||Array.isArray(r)||!Array.isArray(r.data))return r;let t=[...r.data];return t.data=r.data,t},ne=async(r,t,e,n,i,a)=>{let s=d=>d.length===0?t:null,{stringValues:p,nativeValues:l,output:o}=ee(r,e,s),c=await re(r,o,t,e,n,i,a);return"PROMPT"in c||(c.PROMPT=t),{values:{string:p,native:l,mapped:_(n,i)},output:c}},Xe=r=>{if(r==="out")return 1;let t=r.match(/^out\[(\d+)\]/);return t?parseInt(t[1],10):(r.startsWith("out.")||r.startsWith("event."),null)};var Ze=r=>r==null||typeof r!="object"||Array.isArray(r)?!1:kt.some(t=>t in r),ie=(r,t)=>{if(!Ze(r))return r;if(!t)throw new Error("Platform-specific value requires platform in client config");let e=r[t];if(e===void 0)throw new Error(`Warp does not support platform: ${t}`);return e};var Yn=(r,t,e,n)=>{let i=r.preferences?.providers?.[t];return i?.[e]?typeof i[e]=="string"?{url:i[e]}:i[e]:{url:n}};async function Ye(r,t,e,n=5){let i=await _t(64,e),a=new Date(Date.now()+n*60*1e3).toISOString();return{message:JSON.stringify({wallet:r,nonce:i,expiresAt:a,purpose:t}),nonce:i,expiresAt:a}}async function Nt(r,t,e,n){let i=n||`prove-wallet-ownership for app "${t}"`;return Ye(r,i,e,5)}function Ot(r,t,e,n){return{"X-Signer-Wallet":r,"X-Signer-Signature":t,"X-Signer-Nonce":e,"X-Signer-ExpiresAt":n}}async function ni(r,t,e,n){let{message:i,nonce:a,expiresAt:s}=await Nt(r,e,n),p=await t(i);return Ot(r,p,a,s)}function ii(r){let t=new Date(r).getTime();return Date.now()<t}function ai(r){try{let t=JSON.parse(r);if(!t.wallet||!t.nonce||!t.expiresAt||!t.purpose)throw new Error("Invalid signed message: missing required fields");return t}catch(t){throw new Error(`Failed to parse signed message: ${t instanceof Error?t.message:"Unknown error"}`)}}var tr=r=>typeof r.name=="string"&&r.name.trim()?r.name.trim():typeof r.title=="string"&&r.title.trim()?r.title.trim():"generated-warp",er=r=>r.normalize("NFKD").replace(/[^\w\s-]/g,"").toLowerCase().replace(/[\s_]+/g,"-").replace(/-+/g,"-").replace(/^-|-$/g,""),ae=(r,t=24)=>{let e=er(r);return e?e.slice(0,t):"action"},se=r=>{let t=3735928559^r.length,e=1103547991^r.length;for(let a=0;a<r.length;a++){let s=r.charCodeAt(a);t=Math.imul(t^s,2654435761),e=Math.imul(e^s,1597334677)}t=Math.imul(t^t>>>16,2246822507)^Math.imul(e^e>>>13,3266489909),e=Math.imul(e^e>>>16,2246822507)^Math.imul(t^t>>>13,3266489909);let n=(e>>>0).toString(16).padStart(8,"0"),i=(t>>>0).toString(16).padStart(8,"0");return`${n}${i}`.slice(0,12)},rr=r=>{let t=(r||"").trim();if(!t)return"";try{let e=new URL(t),n=e.pathname.replace(/\/+$/,"").toLowerCase()||"/";return`${e.origin.toLowerCase()}${n}`}catch{return t.toLowerCase()}},oi=(r,t,e)=>{let n=ae((e||t||"").trim()||"action"),i=`${r.type}|${rr(r.url)}|${(r.contract||"").trim().toLowerCase()}|${t.trim().toLowerCase()}`,a=se(i);return`private_src_${n}_${a}`},nr=r=>{let t=tr(r),e=ae(t),n=se(t.trim().toLowerCase());return`private_gen_${e}_${n}`},pi=(r,t,e,n)=>{(!r.name||!r.name.trim())&&n&&(r.name=n);let i=r.chain||t;r.meta={chain:i,identifier:e||nr(r),hash:r.meta?.hash||"",creator:r.meta?.creator||"",createdAt:r.meta?.createdAt||"",query:r.meta?.query||null}},li=r=>!!r&&(r.startsWith("private_src_")||r.startsWith("private_gen_"));async function ui(r){let t={address:null,publicKey:null};if(!r)return t;try{t.address=await r.getAddress()}catch{}try{t.publicKey=await r.getPublicKey()}catch{}return t}function fi(r,t,e){return null}var ir=(r,t)=>{let e=null;try{e=N(r)}catch{return[]}let n=e?.action;return!n||n.type!=="contract"&&n.type!=="transfer"?[]:(n.inputs??[]).some(s=>s.position==="value"||s.position==="transfer"||s.type==="asset")?[t.nativeToken.identifier]:[]},mi=async(r,t,e,n)=>{try{let i=W(e,n),a=ir(r,i.chainInfo);if(!a.length)return!0;let s=await i.dataLoader.getAccountAssets(t),p=new Map(s.map(l=>[l.identifier,l.amount??0n]));return a.every(l=>(p.get(l)??0n)>0n)}catch{return!0}};import{Mppx as ar,tempo as sr}from"mppx/client";async function oe(r){for(let t of r){if(!t.wallet.getMppAccount)continue;let e=await t.wallet.getMppAccount().catch(()=>null);if(!e)continue;return b.debug("WarpExecutor: Using mppx fetch for MPP auto-payment"),ar.create({methods:[sr({account:e})],polyfill:!1}).fetch}return fetch}var or=r=>{try{return JSON.parse(r)}catch{return null}},pe=/^(.+)\[\]$/,le={boolean:m.Bool,integer:m.Uint32,int:m.Uint32,number:m.Uint64},w=class{constructor(t){this.typeRegistry=t?.typeRegistry}nativeToString(t,e){if(t=le[t]??t,pe.test(t)){let n=typeof e=="string"?or(e):null;return t+u.ArgParamsSeparator+JSON.stringify(n??e)}if(t===m.Tuple&&Array.isArray(e)){if(e.length===0)return t+u.ArgParamsSeparator;if(e.every(n=>typeof n=="string"&&n.includes(u.ArgParamsSeparator))){let n=e.map(s=>this.getTypeAndValue(s)),i=n.map(([s])=>s),a=n.map(([,s])=>s);return`${t}(${i.join(u.ArgCompositeSeparator)})${u.ArgParamsSeparator}${a.join(u.ArgListSeparator)}`}return t+u.ArgParamsSeparator+e.join(u.ArgListSeparator)}if(t===m.Struct&&typeof e=="object"&&e!==null&&!Array.isArray(e)){let n=e;if(!n._name)throw new Error("Struct objects must have a _name property to specify the struct name");let i=n._name,a=Object.keys(n).filter(p=>p!=="_name");if(a.length===0)return`${t}(${i})${u.ArgParamsSeparator}`;let s=a.map(p=>{let[l,o]=this.getTypeAndValue(n[p]);return`(${p}${u.ArgParamsSeparator}${l})${o}`});return`${t}(${i})${u.ArgParamsSeparator}${s.join(u.ArgListSeparator)}`}if(t.startsWith(m.Vector)&&Array.isArray(e)){if(e.length===0)return`${t}${u.ArgParamsSeparator}`;let i=t.includes(u.IdentifierParamSeparator)?t.split(u.IdentifierParamSeparator)[1]:typeof e[0]=="string"&&e[0].includes(u.ArgParamsSeparator)?e[0].substring(0,e[0].indexOf(u.ArgParamsSeparator)):null;if(!i)return t+u.ArgParamsSeparator+e.join(u.ArgListSeparator);let a=e.map(p=>{if(typeof p=="string"&&p.includes(u.ArgParamsSeparator)){let l=p.indexOf(u.ArgParamsSeparator),o=p.substring(l+1);return i.startsWith(m.Tuple)?o.replace(u.ArgListSeparator,u.ArgCompositeSeparator):o}return String(p)}),s=i.startsWith(m.Struct)?u.ArgStructSeparator:u.ArgListSeparator;return t+u.ArgParamsSeparator+i+u.ArgParamsSeparator+a.join(s)}if(t===m.Asset&&typeof e=="object"&&e&&"identifier"in e&&"amount"in e)return"decimals"in e?m.Asset+u.ArgParamsSeparator+e.identifier+u.ArgCompositeSeparator+String(e.amount)+u.ArgCompositeSeparator+String(e.decimals):m.Asset+u.ArgParamsSeparator+e.identifier+u.ArgCompositeSeparator+String(e.amount);if(this.typeRegistry){let n=this.typeRegistry.getHandler(t);if(n)return n.nativeToString(e);let i=this.typeRegistry.resolveType(t);if(i!==t)return this.nativeToString(i,e)}return t==="json"?t+u.ArgParamsSeparator+JSON.stringify(e):t+u.ArgParamsSeparator+(e?.toString()??"")}stringToNative(t){let e=t.split(u.ArgParamsSeparator),n=le[e[0]]??e[0],i=e.slice(1).join(u.ArgParamsSeparator);if(pe.test(n)){if(!i)return[n,[]];try{return[n,JSON.parse(i)]}catch{return[n,i]}}if(n==="null")return[n,null];if(n===m.Option){let[a,s]=i.split(u.ArgParamsSeparator);return[m.Option+u.ArgParamsSeparator+a,s||null]}if(n===m.Vector){let a=i.indexOf(u.ArgParamsSeparator),s=i.substring(0,a),p=i.substring(a+1),l=s.startsWith(m.Struct)?u.ArgStructSeparator:u.ArgListSeparator,c=(p?p.split(l):[]).map(d=>this.stringToNative(s+u.ArgParamsSeparator+d)[1]);return[m.Vector+u.ArgParamsSeparator+s,c]}else if(n.startsWith(m.Tuple)){let a=n.match(/\(([^)]+)\)/)?.[1]?.split(u.ArgCompositeSeparator),p=i.split(u.ArgCompositeSeparator).map((l,o)=>this.stringToNative(`${a[o]}${u.IdentifierParamSeparator}${l}`)[1]);return[n,p]}else if(n.startsWith(m.Struct)){let a=n.match(/\(([^)]+)\)/);if(!a)throw new Error("Struct type must include a name in the format struct(Name)");let p={_name:a[1]};return i&&i.split(u.ArgListSeparator).forEach(l=>{let o=l.match(new RegExp(`^\\(([^${u.ArgParamsSeparator}]+)${u.ArgParamsSeparator}([^)]+)\\)(.+)$`));if(o){let[,c,d,h]=o;p[c]=this.stringToNative(`${d}${u.IdentifierParamSeparator}${h}`)[1]}}),[n,p]}else{if(n===m.String)return[n,i];if(n===m.Uint8||n===m.Uint16||n===m.Uint32)return[n,Number(i)];if(n===m.Uint64||n===m.Uint128||n===m.Uint256||n===m.Biguint)return[n,BigInt(i||0)];if(n===m.Bool)return[n,i==="true"];if(n===m.Address)return[n,i];if(n===m.Hex)return[n,i];if(n===m.Datetime)return[n,i];if(n===m.Asset){let[a,s]=i.split(u.ArgCompositeSeparator),p={identifier:a,amount:BigInt(s)};return[n,p]}}if(this.typeRegistry){let a=this.typeRegistry.getHandler(n);if(a){let p=a.stringToNative(i);return[n,p]}let s=this.typeRegistry.resolveType(n);if(s!==n){let[p,l]=this.stringToNative(`${s}:${i}`);return[n,l]}}if(n==="json")try{return[n,JSON.parse(i)]}catch{return[n,i]}if(n==="chain"||n==="nft"||n==="email"||n==="textarea"||n==="file")return[n,i];throw new Error(`WarpArgSerializer (stringToNative): Unsupported input type: ${n}`)}getTypeAndValue(t){if(typeof t=="string"&&t.includes(u.ArgParamsSeparator)){let[e,n]=t.split(u.ArgParamsSeparator);return[e,n]}return typeof t=="number"?[m.Uint32,t]:typeof t=="bigint"?[m.Uint64,t]:typeof t=="boolean"?[m.Bool,t]:[typeof t,t]}};var Ii=r=>new w().nativeToString(m.String,r),Pi=r=>new w().nativeToString(m.Uint8,r),Si=r=>new w().nativeToString(m.Uint16,r),Ti=r=>new w().nativeToString(m.Uint32,r),Ei=r=>new w().nativeToString(m.Uint64,r),Ri=r=>new w().nativeToString(m.Biguint,r),$i=r=>new w().nativeToString(m.Bool,r),Ni=r=>new w().nativeToString(m.Address,r),ce=r=>new w().nativeToString(m.Asset,r),Oi=r=>new w().nativeToString(m.Hex,r),Bi=(r,t)=>{if(t===null)return m.Option+u.ArgParamsSeparator;let e=r(t),n=e.indexOf(u.ArgParamsSeparator),i=e.substring(0,n),a=e.substring(n+1);return m.Option+u.ArgParamsSeparator+i+u.ArgParamsSeparator+a},ji=(...r)=>new w().nativeToString(m.Tuple,r),Li=r=>new w().nativeToString(m.Struct,r),Vi=r=>new w().nativeToString(m.Vector,r);import pr from"ajv";var ue=class{constructor(t){this.pendingBrand={protocol:st("brand"),name:"",description:"",logo:""};this.config=t}async createFromRaw(t,e=!0){let n=JSON.parse(t);return e&&await this.ensureValidSchema(n),n}setName(t){return this.pendingBrand.name=t,this}setDescription(t){return this.pendingBrand.description=t,this}setLogo(t){return this.pendingBrand.logo=t,this}setUrls(t){return this.pendingBrand.urls=t,this}setColors(t){return this.pendingBrand.colors=t,this}setCta(t){return this.pendingBrand.cta=t,this}async build(){return this.ensureWarpText(this.pendingBrand.name,"name is required"),this.ensureWarpText(this.pendingBrand.description,"description is required"),typeof this.pendingBrand.logo=="string"&&this.ensure(this.pendingBrand.logo,"logo is required"),await this.ensureValidSchema(this.pendingBrand),this.pendingBrand}ensure(t,e){if(!t)throw new Error(`Warp: ${e}`)}ensureWarpText(t,e){if(!t)throw new Error(`Warp: ${e}`);if(typeof t=="object"&&Object.keys(t).length===0)throw new Error(`Warp: ${e}`)}async ensureValidSchema(t){let e=this.config.schema?.brand||U.LatestBrandSchemaUrl,i=await(await fetch(e)).json(),a=new pr,s=a.compile(i);if(!s(t))throw new Error(`BrandBuilder: schema validation failed: ${a.errorsText(s.errors)}`)}};import cr from"ajv";var de={$ref:"#/definitions/Warp",$schema:"http://json-schema.org/draft-07/schema#",definitions:{Warp:{additionalProperties:!1,properties:{actions:{items:{$ref:"#/definitions/WarpAction"},type:"array"},bot:{type:"string"},chain:{$ref:"#/definitions/WarpChainName"},description:{anyOf:[{$ref:"#/definitions/WarpText"},{type:"null"}]},messages:{additionalProperties:{$ref:"#/definitions/WarpText"},type:"object"},meta:{$ref:"#/definitions/WarpMeta"},name:{type:"string"},next:{$ref:"#/definitions/WarpNextConfig"},output:{additionalProperties:{$ref:"#/definitions/WarpResulutionPath"},type:"object"},preview:{type:"string"},protocol:{type:"string"},related:{items:{type:"string"},type:"array"},schedule:{$ref:"#/definitions/WarpSchedule"},sections:{items:{$ref:"#/definitions/WarpSection"},type:"array"},title:{$ref:"#/definitions/WarpText"},trigger:{$ref:"#/definitions/WarpTrigger"},ui:{type:"string"},vars:{additionalProperties:{type:"string"},type:"object"}},required:["protocol","name","title","description","actions"],type:"object"},WarpAction:{anyOf:[{$ref:"#/definitions/WarpTransferAction"},{$ref:"#/definitions/WarpContractAction"},{$ref:"#/definitions/WarpQueryAction"},{$ref:"#/definitions/WarpCollectAction"},{$ref:"#/definitions/WarpComputeAction"},{$ref:"#/definitions/WarpLinkAction"},{$ref:"#/definitions/WarpMcpAction"},{$ref:"#/definitions/WarpPromptAction"},{$ref:"#/definitions/WarpStateAction"},{$ref:"#/definitions/WarpMountAction"},{$ref:"#/definitions/WarpUnmountAction"},{$ref:"#/definitions/WarpLoopAction"},{$ref:"#/definitions/WarpInlineAction"}]},WarpActionInput:{additionalProperties:!1,properties:{as:{type:"string"},bot:{type:"string"},default:{type:["string","number","boolean"]},description:{anyOf:[{$ref:"#/definitions/WarpText"},{type:"null"}]},label:{$ref:"#/definitions/WarpText"},max:{anyOf:[{type:"number"},{$ref:"#/definitions/WarpVarPlaceholder"}]},min:{anyOf:[{type:"number"},{$ref:"#/definitions/WarpVarPlaceholder"}]},modifier:{type:"string"},name:{type:"string"},options:{anyOf:[{items:{type:"string"},type:"array"},{additionalProperties:{$ref:"#/definitions/WarpText"},type:"object"}]},pattern:{type:"string"},patternDescription:{$ref:"#/definitions/WarpText"},position:{$ref:"#/definitions/WarpActionInputPosition"},required:{type:"boolean"},source:{$ref:"#/definitions/WarpActionInputSource"},type:{$ref:"#/definitions/WarpActionInputType"}},required:["name","type","source"],type:"object"},WarpActionInputPosition:{anyOf:[{const:"receiver",type:"string"},{const:"value",type:"string"},{const:"transfer",type:"string"},{const:"arg:1",type:"string"},{const:"arg:2",type:"string"},{const:"arg:3",type:"string"},{const:"arg:4",type:"string"},{const:"arg:5",type:"string"},{const:"arg:6",type:"string"},{const:"arg:7",type:"string"},{const:"arg:8",type:"string"},{const:"arg:9",type:"string"},{const:"arg:10",type:"string"},{const:"data",type:"string"},{const:"chain",type:"string"},{type:"string"},{const:"destination",type:"string"},{const:"local",type:"string"},{$ref:"#/definitions/WarpActionInputPositionAssetObject"}]},WarpActionInputPositionAssetObject:{additionalProperties:!1,properties:{amount:{type:"string"},token:{type:"string"}},required:["token","amount"],type:"object"},WarpActionInputSource:{enum:["field","query","user:wallet","hidden"],type:"string"},WarpActionInputType:{type:"string"},WarpActionType:{enum:["transfer","contract","query","collect","compute","link","mcp","prompt","state","mount","unmount","loop","inline"],type:"string"},WarpChainName:{enum:["multiversx","claws","sui","ethereum","base","arbitrum","polygon","somnia","tempo","fastset","solana","near"],type:"string"},WarpCollectAction:{additionalProperties:!1,properties:{auto:{type:"boolean"},description:{anyOf:[{$ref:"#/definitions/WarpText"},{type:"null"}]},destination:{$ref:"#/definitions/WarpCollectDestination"},inputs:{items:{$ref:"#/definitions/WarpActionInput"},type:"array"},label:{$ref:"#/definitions/WarpText"},next:{$ref:"#/definitions/WarpNextConfig"},type:{$ref:"#/definitions/WarpActionType"},when:{type:"string"}},required:["type","label"],type:"object"},WarpCollectDestination:{anyOf:[{$ref:"#/definitions/WarpCollectDestinationHttp"},{type:"string"}]},WarpCollectDestinationHttp:{additionalProperties:!1,properties:{headers:{additionalProperties:{type:"string"},type:"object"},method:{enum:["GET","POST","PUT","DELETE"],type:"string"},url:{type:"string"}},required:["url"],type:"object"},WarpComputeAction:{additionalProperties:!1,properties:{auto:{type:"boolean"},description:{anyOf:[{$ref:"#/definitions/WarpText"},{type:"null"}]},inputs:{items:{$ref:"#/definitions/WarpActionInput"},type:"array"},label:{$ref:"#/definitions/WarpText"},next:{$ref:"#/definitions/WarpNextConfig"},type:{const:"compute",type:"string"},when:{type:"string"}},required:["type","label"],type:"object"},WarpContractAction:{additionalProperties:!1,properties:{abi:{type:"string"},address:{type:"string"},args:{items:{type:"string"},type:"array"},auto:{type:"boolean"},description:{anyOf:[{$ref:"#/definitions/WarpText"},{type:"null"}]},func:{type:["string","null"]},gasLimit:{type:"number"},inputs:{items:{$ref:"#/definitions/WarpActionInput"},type:"array"},label:{$ref:"#/definitions/WarpText"},next:{$ref:"#/definitions/WarpNextConfig"},transfers:{items:{type:"string"},type:"array"},type:{$ref:"#/definitions/WarpActionType"},value:{type:"string"},when:{type:"string"}},required:["type","label","gasLimit"],type:"object"},WarpI18nText:{additionalProperties:{type:"string"},type:"object"},WarpInlineAction:{additionalProperties:!1,properties:{auto:{type:"boolean"},description:{anyOf:[{$ref:"#/definitions/WarpText"},{type:"null"}]},inputs:{items:{$ref:"#/definitions/WarpActionInput"},type:"array"},label:{$ref:"#/definitions/WarpText"},silent:{type:"boolean"},type:{const:"inline",type:"string"},warp:{type:"string"},when:{type:"string"}},required:["type","label","warp"],type:"object"},WarpLinkAction:{additionalProperties:!1,properties:{auto:{type:"boolean"},description:{anyOf:[{$ref:"#/definitions/WarpText"},{type:"null"}]},inputs:{items:{$ref:"#/definitions/WarpActionInput"},type:"array"},label:{$ref:"#/definitions/WarpText"},type:{$ref:"#/definitions/WarpActionType"},url:{type:"string"},when:{type:"string"}},required:["type","label","url"],type:"object"},WarpLoopAction:{additionalProperties:!1,properties:{auto:{type:"boolean"},delay:{type:"number"},description:{anyOf:[{$ref:"#/definitions/WarpText"},{type:"null"}]},inputs:{items:{$ref:"#/definitions/WarpActionInput"},type:"array"},label:{$ref:"#/definitions/WarpText"},maxIterations:{type:"number"},next:{$ref:"#/definitions/WarpNextConfig"},type:{const:"loop",type:"string"},when:{type:"string"}},required:["type","label"],type:"object"},WarpMcpAction:{additionalProperties:!1,properties:{auto:{type:"boolean"},description:{anyOf:[{$ref:"#/definitions/WarpText"},{type:"null"}]},destination:{$ref:"#/definitions/WarpMcpDestination"},inputs:{items:{$ref:"#/definitions/WarpActionInput"},type:"array"},label:{$ref:"#/definitions/WarpText"},next:{$ref:"#/definitions/WarpNextConfig"},type:{$ref:"#/definitions/WarpActionType"},when:{type:"string"}},required:["type","label"],type:"object"},WarpMcpDestination:{additionalProperties:!1,properties:{headers:{additionalProperties:{type:"string"},type:"object"},tool:{type:"string"},url:{type:"string"}},required:["url","tool"],type:"object"},WarpMeta:{additionalProperties:!1,properties:{chain:{anyOf:[{$ref:"#/definitions/WarpChainName"},{type:"null"}]},createdAt:{type:"string"},creator:{type:"string"},hash:{type:"string"},identifier:{type:"string"},query:{anyOf:[{type:"object"},{type:"null"}]}},required:["chain","identifier","query","hash","creator","createdAt"],type:"object"},WarpMountAction:{additionalProperties:!1,properties:{auto:{type:"boolean"},description:{anyOf:[{$ref:"#/definitions/WarpText"},{type:"null"}]},inputs:{items:{$ref:"#/definitions/WarpActionInput"},type:"array"},label:{$ref:"#/definitions/WarpText"},next:{$ref:"#/definitions/WarpNextConfig"},type:{const:"mount",type:"string"},warp:{type:"string"},when:{type:"string"}},required:["type","label","warp"],type:"object"},WarpNextEntry:{anyOf:[{type:"string"},{additionalProperties:!1,properties:{identifier:{type:"string"},when:{type:"string"}},required:["identifier"],type:"object"}]},WarpNextConfig:{anyOf:[{$ref:"#/definitions/WarpNextEntry"},{items:{$ref:"#/definitions/WarpNextEntry"},type:"array"},{additionalProperties:!1,properties:{error:{anyOf:[{$ref:"#/definitions/WarpNextEntry"},{items:{$ref:"#/definitions/WarpNextEntry"},type:"array"}]},success:{anyOf:[{$ref:"#/definitions/WarpNextEntry"},{items:{$ref:"#/definitions/WarpNextEntry"},type:"array"}]}},type:"object"}]},"WarpPlatformValue<string>":{anyOf:[{type:"string"},{additionalProperties:!1,properties:{linux:{type:"string"},macos:{type:"string"},windows:{type:"string"}},type:"object"}]},WarpPromptAction:{additionalProperties:!1,properties:{as:{type:"string",description:"Variable name to store the LLM-generated response in. Defaults to MESSAGE if not set."},auto:{type:"boolean"},description:{anyOf:[{$ref:"#/definitions/WarpText"},{type:"null"}]},expect:{anyOf:[{type:"string"},{type:"object"}]},inputs:{items:{$ref:"#/definitions/WarpActionInput"},type:"array"},label:{$ref:"#/definitions/WarpText"},next:{$ref:"#/definitions/WarpNextConfig"},prompt:{$ref:"#/definitions/WarpPlatformValue%3Cstring%3E"},type:{$ref:"#/definitions/WarpActionType"},when:{type:"string"}},required:["type","label","prompt"],type:"object"},WarpQueryAction:{additionalProperties:!1,properties:{abi:{type:"string"},address:{type:"string"},args:{items:{type:"string"},type:"array"},auto:{type:"boolean"},description:{anyOf:[{$ref:"#/definitions/WarpText"},{type:"null"}]},func:{type:"string"},inputs:{items:{$ref:"#/definitions/WarpActionInput"},type:"array"},label:{$ref:"#/definitions/WarpText"},next:{$ref:"#/definitions/WarpNextConfig"},type:{$ref:"#/definitions/WarpActionType"},when:{type:"string"}},required:["type","label"],type:"object"},WarpResulutionPath:{type:"string"},WarpSchedule:{enum:["minutely","hourly","daily","weekly","monthly","yearly"],type:"string"},WarpSection:{additionalProperties:!1,properties:{description:{anyOf:[{$ref:"#/definitions/WarpText"},{type:"null"}]},inputs:{items:{type:"string"},type:"array"},title:{$ref:"#/definitions/WarpText"}},required:["title","inputs"],type:"object"},WarpStateAction:{additionalProperties:!1,properties:{auto:{type:"boolean"},data:{type:"object"},description:{anyOf:[{$ref:"#/definitions/WarpText"},{type:"null"}]},inputs:{items:{$ref:"#/definitions/WarpActionInput"},type:"array"},keys:{items:{type:"string"},type:"array"},label:{$ref:"#/definitions/WarpText"},next:{$ref:"#/definitions/WarpNextConfig"},op:{enum:["read","write","clear"],type:"string"},store:{type:"string"},type:{const:"state",type:"string"},when:{type:"string"}},required:["type","label","op","store"],type:"object"},WarpText:{anyOf:[{type:"string"},{$ref:"#/definitions/WarpI18nText"}]},WarpTransferAction:{additionalProperties:!1,properties:{address:{type:"string"},auto:{type:"boolean"},data:{type:"string"},description:{anyOf:[{$ref:"#/definitions/WarpText"},{type:"null"}]},inputs:{items:{$ref:"#/definitions/WarpActionInput"},type:"array"},label:{$ref:"#/definitions/WarpText"},next:{$ref:"#/definitions/WarpNextConfig"},transfers:{items:{type:"string"},type:"array"},type:{$ref:"#/definitions/WarpActionType"},value:{type:"string"},when:{type:"string"}},required:["type","label"],type:"object"},WarpTrigger:{anyOf:[{additionalProperties:!1,properties:{pattern:{type:"string"},type:{const:"message",type:"string"}},required:["type","pattern"],type:"object"},{additionalProperties:!1,properties:{body:{$ref:"#/definitions/WarpText"},inputs:{additionalProperties:{type:"string"},type:"object"},label:{$ref:"#/definitions/WarpText"},match:{additionalProperties:{type:["string","number","boolean"]},type:"object"},source:{type:"string"},subject:{$ref:"#/definitions/WarpText"},type:{const:"webhook",type:"string"}},required:["type","source"],type:"object"}]},WarpUnmountAction:{additionalProperties:!1,properties:{auto:{type:"boolean"},description:{anyOf:[{$ref:"#/definitions/WarpText"},{type:"null"}]},inputs:{items:{$ref:"#/definitions/WarpActionInput"},type:"array"},label:{$ref:"#/definitions/WarpText"},next:{$ref:"#/definitions/WarpNextConfig"},type:{const:"unmount",type:"string"},warp:{type:"string"},when:{type:"string"}},required:["type","label","warp"],type:"object"},WarpVarPlaceholder:{type:"string"}}};var ur=new Set(["POST","PUT","PATCH","DELETE"]),dr=/^[A-Z][A-Z0-9_]*$/,dt=class{constructor(t){this.config=t;this.config=t}async validate(t){let e=[];return e.push(...this.validateHasActions(t)),e.push(...this.validateMaxOneValuePosition(t)),e.push(...this.validateVariableNamesAndResultNamesUppercase(t)),e.push(...this.validateAbiIsSetIfApplicable(t)),e.push(...this.validateUrlPlaceholdersHaveInputs(t)),e.push(...this.validateNoArgPositionsOnHttpActions(t)),e.push(...await this.validateSchema(t)),{valid:e.length===0,errors:e}}validateHasActions(t){try{let{action:e}=N(t);return e?[]:["Warp must have at least one action"]}catch(e){return[e instanceof Error?e.message:"Warp must have at least one action"]}}validateMaxOneValuePosition(t){return t.actions.filter(n=>n.inputs?n.inputs.some(i=>i.position==="value"):!1).length>1?["Only one value position action is allowed"]:[]}validateVariableNamesAndResultNamesUppercase(t){let e=[],n=(i,a)=>{i&&Object.keys(i).forEach(s=>{s!==s.toUpperCase()&&e.push(`${a} name '${s}' must be uppercase`)})};return n(t.vars,"Variable"),n(t.output,"Output"),t.trigger?.type==="webhook"&&t.trigger.inputs&&n(t.trigger.inputs,"Webhook trigger input"),e}validateAbiIsSetIfApplicable(t){let e=t.actions.some(s=>s.type==="contract"),n=t.actions.some(s=>s.type==="query");if(!e&&!n)return[];let i=t.actions.some(s=>s.abi),a=Object.values(t.output||{}).some(s=>s.startsWith("out.")||s.startsWith("event."));return t.output&&!i&&a?["ABI is required when output is present for contract or query actions"]:[]}validateUrlPlaceholdersHaveInputs(t){let e=[],n=new Set(Object.keys(t.vars??{})),i=new Set;for(let a of t.actions){let s=a.inputs??[];for(let o of s)typeof o.position=="string"&&o.position.startsWith("url:")&&i.add(o.position.slice(4));let p=a.destination;if(!p||typeof p=="string"||!p.url)continue;let l=this.extractUrlPlaceholders(p.url);if(l.length!==0)for(let o of l)n.has(o)||dr.test(o)||i.has(o)||e.push(`URL "${p.url}" contains {{${o}}} but no input has position "url:${o}" (and it is not declared in vars)`)}return e}validateNoArgPositionsOnHttpActions(t){let e=[];for(let n of t.actions){let i=n.destination;if(!i||typeof i=="string")continue;let a=i.method?.toUpperCase();if(!a||!ur.has(a))continue;let s=n.inputs??[];for(let p of s)if(p.position?.startsWith("arg:")){let l=p.as??p.name??"(unnamed)";e.push(`Input "${l}" has position "${p.position}" on HTTP ${a} action \u2014 CLI arg positions are not sent in the JSON body. Remove the position (defaults to body) or use "payload:X" / "url:X" explicitly.`)}}return e}extractUrlPlaceholders(t){let n=t.split("?")[0].match(/\{\{([a-zA-Z_][a-zA-Z_0-9]*)\}\}/g);return n?n.map(i=>i.slice(2,-2)):[]}async validateSchema(t){try{let e=this.config.schema?.warp?await(await fetch(this.config.schema.warp)).json():de,n=new cr({strict:!1}),i=n.compile(e);return i(t)?[]:[`Schema validation failed: ${n.errorsText(i.errors)}`]}catch(e){return[`Schema validation failed: ${e instanceof Error?e.message:String(e)}`]}}};var ft=class{constructor(t){this.config=t;this.pendingWarp={protocol:st("warp"),name:"",title:"",description:null,preview:"",actions:[]}}async createFromRaw(t,e=!0){let n=JSON.parse(t);return e&&await this.validate(n),n}async createFromUrl(t){return await(await fetch(t)).json()}setChain(t){return this.pendingWarp.chain=t,this}setName(t){return this.pendingWarp.name=t,this}setTitle(t){return this.pendingWarp.title=t,this}setDescription(t){return this.pendingWarp.description=t,this}setPreview(t){return this.pendingWarp.preview=t,this}setActions(t){return this.pendingWarp.actions=t,this}addAction(t){return this.pendingWarp.actions.push(t),this}setOutput(t){return this.pendingWarp.output=t??void 0,this}async build(t=!0){return this.ensure(this.pendingWarp.protocol,"protocol is required"),this.ensure(this.pendingWarp.name,"name is required"),this.ensureWarpText(this.pendingWarp.title,"title is required"),this.ensure(this.pendingWarp.actions.length>0,"actions are required"),t&&await this.validate(this.pendingWarp),this.pendingWarp}getDescriptionPreview(t,e=100){return Jt(t,e)}ensure(t,e){if(!t)throw new Error(e)}ensureWarpText(t,e){if(!t)throw new Error(e);if(typeof t=="object"&&!t.en)throw new Error(e)}async validate(t){let n=await new dt(this.config).validate(t);if(!n.valid)throw new Error(n.errors.join(`
|
|
2
|
-
`))}};import{existsSync as jt,mkdirSync as fr,readdirSync as fe,readFileSync as gr,unlinkSync as Lt,writeFileSync as hr}from"fs";import{join as ge,resolve as he}from"path";var Bt="$bigint:",gt=(r,t)=>typeof t=="bigint"?Bt+t.toString():t,J=(r,t)=>typeof t=="string"&&t.startsWith(Bt)?BigInt(t.slice(Bt.length)):t;var ht=class{constructor(t,e){let n=e?.path;this.cacheDir=n?he(n):he(process.cwd(),".warp-cache"),this.ensureCacheDir()}ensureCacheDir(){jt(this.cacheDir)||fr(this.cacheDir,{recursive:!0})}getFilePath(t){let e=t.replace(/[^a-zA-Z0-9_-]/g,"_");return ge(this.cacheDir,`${e}.json`)}async get(t){try{let e=this.getFilePath(t);if(!jt(e))return null;let n=gr(e,"utf-8"),i=JSON.parse(n,J);return i.expiresAt!==null&&Date.now()>i.expiresAt?(Lt(e),null):i.value}catch{return null}}async set(t,e,n){let i={value:e,expiresAt:n?Date.now()+n*1e3:null},a=this.getFilePath(t);hr(a,JSON.stringify(i,gt),"utf-8")}async delete(t){try{let e=this.getFilePath(t);jt(e)&&Lt(e)}catch{}}async keys(t){try{let e=fe(this.cacheDir).filter(i=>i.endsWith(".json")).map(i=>i.slice(0,-5));if(!t)return e;let n=new RegExp("^"+t.replace(/\*/g,".*")+"$");return e.filter(i=>n.test(i))}catch{return[]}}async clear(){try{fe(this.cacheDir).forEach(e=>{e.endsWith(".json")&&Lt(ge(this.cacheDir,e))})}catch{}}};var Y=class{constructor(t,e){this.prefix="warp-cache"}getKey(t){return`${this.prefix}:${t}`}async get(t){try{let e=localStorage.getItem(this.getKey(t));if(!e)return null;let n=JSON.parse(e,J);return n.expiresAt!==null&&Date.now()>n.expiresAt?(localStorage.removeItem(this.getKey(t)),null):n.value}catch{return null}}async set(t,e,n){let i={value:e,expiresAt:n?Date.now()+n*1e3:null};localStorage.setItem(this.getKey(t),JSON.stringify(i,gt))}async delete(t){localStorage.removeItem(this.getKey(t))}async keys(t){let e=[];for(let i=0;i<localStorage.length;i++){let a=localStorage.key(i);a?.startsWith(this.prefix+":")&&e.push(a.slice(this.prefix.length+1))}if(!t)return e;let n=new RegExp("^"+t.replace(/\*/g,".*")+"$");return e.filter(i=>n.test(i))}async clear(){for(let t=0;t<localStorage.length;t++){let e=localStorage.key(t);e?.startsWith(this.prefix)&&localStorage.removeItem(e)}}};var L=class L{constructor(t,e){}async get(t){let e=L.cache.get(t);return e?e.expiresAt!==null&&Date.now()>e.expiresAt?(L.cache.delete(t),null):e.value:null}async set(t,e,n){let i=n?Date.now()+n*1e3:null;L.cache.set(t,{value:e,expiresAt:i})}async delete(t){L.cache.delete(t)}async keys(t){let e=Array.from(L.cache.keys());if(!t)return e;let n=new RegExp("^"+t.replace(/\*/g,".*")+"$");return e.filter(i=>n.test(i))}async clear(){L.cache.clear()}};L.cache=new Map;var tt=L;import{readFileSync as mr}from"fs";import{resolve as me}from"path";var mt=class{constructor(t,e){let n=e?.path?me(e.path):me(process.cwd(),`warps-manifest-${t}.json`);this.cache=this.loadManifest(n)}loadManifest(t){try{let e=mr(t,"utf-8");return new Map(Object.entries(JSON.parse(e,J)))}catch(e){return b.warn(`StaticCacheStrategy (loadManifest): Failed to load manifest from ${t}:`,e),new Map}}async get(t){let e=this.cache.get(t);return!e||e.expiresAt!==null&&Date.now()>e.expiresAt?(e&&this.cache.delete(t),null):e.value}async set(t,e,n){let i=n?Date.now()+n*1e3:null,a={value:e,expiresAt:i};this.cache.set(t,a)}async delete(t){this.cache.delete(t)}async keys(t){let e=Array.from(this.cache.keys());if(!t)return e;let n=new RegExp("^"+t.replace(/\*/g,".*")+"$");return e.filter(i=>n.test(i))}async clear(){this.cache.clear()}};var ye={OneMinute:60,OneHour:3600,OneDay:3600*24,OneWeek:3600*24*7,OneMonth:3600*24*30,OneYear:3600*24*365},Wt={Warp:(r,t)=>`warp:${r}:${t}`,WarpAbi:(r,t)=>`warp-abi:${r}:${t}`,WarpExecutable:(r,t,e)=>`warp-exec:${r}:${t}:${e}`,RegistryInfo:(r,t)=>`registry-info:${r}:${t}`,Brand:(r,t)=>`brand:${r}:${t}`,Asset:(r,t,e)=>`asset:${r}:${t}:${e}`,AccountNfts:(r,t,e,n,i)=>`account-nfts:${r}:${t}:${e}:${n}:${i}`},yt=class{constructor(t,e){this.strategy=this.selectStrategy(t,e)}selectStrategy(t,e){return e?.adapter?e.adapter:e?.type==="localStorage"?new Y(t,e):e?.type==="memory"?new tt(t,e):e?.type==="static"?new mt(t,e):e?.type==="filesystem"?new ht(t,e):typeof window<"u"&&window.localStorage?new Y(t,e):new tt(t,e)}async set(t,e,n){await this.strategy.set(t,e,n)}async get(t){return await this.strategy.get(t)}async delete(t){await this.strategy.delete(t)}async keys(t){return await this.strategy.keys(t)}async clear(){await this.strategy.clear()}};var et={Queries:"QUERIES",Payload:"PAYLOAD",Headers:"HEADERS"},Vt={Get:"GET",Post:"POST",Put:"PUT",Delete:"DELETE"},Ht=(r,t,e)=>{let n=r.find(a=>a.input.as===t||a.input.name===t);if(!n?.value)return null;let[,i]=e.stringToNative(n.value);return typeof i=="string"?i:String(i)},Ft=r=>{try{return JSON.parse(r)}catch{return null}},yr=async(r,t,e,n,i,a)=>{let s=new Headers;if(s.set("Content-Type","application/json"),s.set("Accept","application/json"),a&&n){let{message:l,nonce:o,expiresAt:c}=await Nt(n,`${e.chain.name}-adapter`),d=await a({message:l,chain:e.chain});d&&Object.entries(Ot(n,d,o,c)).forEach(([h,f])=>s.set(h,f))}let p=Ht(e.resolvedInputs,et.Headers,i);if(p){let l=Ft(p);l&&typeof l=="object"&&Object.entries(l).forEach(([o,c])=>typeof c=="string"&&s.set(o,c))}else t.headers&&Object.entries(t.headers).forEach(([l,o])=>{s.set(l,r.applyInputs(o,e.resolvedInputs,i))});return s},Wr=(r,t,e,n,i)=>{let a=r.applyInputs(t.url,e.resolvedInputs,i);if(n===Vt.Get){let s=Ht(e.resolvedInputs,et.Queries,i);if(s){let p=Ft(s);if(p&&typeof p=="object"){let l=new URL(a);Object.entries(p).forEach(([o,c])=>c!=null&&l.searchParams.set(o,String(c))),a=l.toString()}}}return a},xr=(r,t,e,n,i)=>{if(r===Vt.Get)return;let a=Ht(t.resolvedInputs,et.Payload,n);if(a&&Ft(a)!==null)return a;let{[et.Payload]:s,[et.Queries]:p,...l}=e;return JSON.stringify({...l,...i})},We=async(r,t,e,n,i,a,s,p)=>{let l=t.method||Vt.Get,o=await yr(r,t,e,n,a,p),c=Wr(r,t,e,l,a),d=xr(l,e,i,a,s);return{url:c,method:l,headers:o,body:d}};var R=class{constructor(t,e,n){this.config=t;this.adapter=e;this.adapters=n}async apply(t,e={}){let n=this.applyVars(t,e),i=await this.applyGlobals(n);return e.envs?this.applyEnvs(i,e.envs):i}applyEnvs(t,e){if(!e||Object.keys(e).length===0)return t;let n=JSON.stringify(t);for(let[i,a]of Object.entries(e)){if(a==null)continue;let s=typeof a=="object"?JSON.stringify(a):String(a),p=JSON.stringify(s).slice(1,-1);n=n.replace(new RegExp(`\\{\\{${vr(i)}\\}\\}`,"g"),p)}return JSON.parse(n)}async applyGlobals(t){let e={...t};return e.actions=await Promise.all((e.actions||[]).map(async n=>await this.applyActionGlobals(n))),e=await this.applyRootGlobals(e),e}applyVars(t,e={}){if(!t?.vars)return t;let n=S(this.config,this.adapter.chainInfo.name),i=JSON.stringify(t),a=(s,p)=>{i=i.replace(new RegExp(`{{${s.toUpperCase()}}}`,"g"),p.toString())};return Object.entries(t.vars).forEach(([s,p])=>{if(typeof p!="string")a(s,p);else if(p.startsWith(u.Vars.Query+u.ArgParamsSeparator)){let l=p.slice(u.Vars.Query.length+1),[o,c]=l.split(u.ArgCompositeSeparator),d=this.config.currentUrl?new URLSearchParams(this.config.currentUrl.split("?")[1]).get(o):null,f=e.queries?.[o]??null??d;f!=null&&a(s,f)}else if(p.startsWith(u.Vars.Env+u.ArgParamsSeparator)){let l=p.slice(u.Vars.Env.length+1),[o,c]=l.split(u.ArgCompositeSeparator),h={...this.config.vars,...e.envs}?.[o];h!=null&&a(s,h)}else p===u.Source.UserWallet&&n?a(s,n):a(s,p)}),JSON.parse(i)}async applyRootGlobals(t){let e=JSON.stringify(t),n={config:this.config,adapter:this.adapter};return Object.values(u.Globals).forEach(i=>{let a=i.Accessor(n);a!=null&&(e=e.replace(new RegExp(`{{${i.Placeholder}}}`,"g"),a.toString())),e=this.replacePlaceholdersWithChain(e,i.Placeholder,n,i.Accessor)}),JSON.parse(e)}async applyActionGlobals(t){let e=JSON.stringify(t),n={config:this.config,adapter:this.adapter};return Object.values(u.Globals).forEach(i=>{let a=i.Accessor(n);a!=null&&(e=e.replace(new RegExp(`{{${i.Placeholder}}}`,"g"),a.toString())),e=this.replacePlaceholdersWithChain(e,i.Placeholder,n,i.Accessor)}),JSON.parse(e)}applyInputs(t,e,n){if(!t||typeof t!="string"||!t.includes("{{"))return t;let i=this.applyGlobalsToText(t),a=this.buildInputBag(e,n);return B(i,a)}applyGlobalsToText(t){if(!Object.values(u.Globals).map(s=>s.Placeholder).some(s=>t.includes(`{{${s}}}`)||t.includes(`{{${s}:`)))return t;let i={config:this.config,adapter:this.adapter},a=t;return Object.values(u.Globals).forEach(s=>{let p=s.Accessor(i);p!=null&&(a=a.replace(new RegExp(`{{${s.Placeholder}}}`,"g"),p.toString())),a=this.replacePlaceholdersWithChain(a,s.Placeholder,i,s.Accessor)}),a}replacePlaceholdersWithChain(t,e,n,i){let a=new RegExp(`\\{\\{${e}:([^}]+)\\}\\}`,"g");return t.replace(a,(s,p)=>{let l=p.trim().toLowerCase();if(!this.adapters)return s;try{let o=W(l,this.adapters),c={config:this.config,adapter:o},d=i(c);return d!=null?d.toString():s}catch{return s}})}buildInputBag(t,e){let n={};return t.forEach(i=>{if(!i.value)return;let a=i.input.as||i.input.name,[,s]=e.stringToNative(i.value);n[a]=String(s)}),n}},vr=r=>r.replace(/[.*+?^${}()|[\]\\]/g,"\\$&");var Ar=["collect","compute","mcp","state","mount","unmount"],Cr=new Set(Object.values(m)),br=r=>{let t=r.indexOf(u.ArgParamsSeparator);return t===-1?!1:Cr.has(r.slice(0,t))},Q=class{constructor(t,e){this.config=t;this.adapters=e;if(!t.currentUrl)throw new Error("WarpFactory: currentUrl config not set");this.url=new URL(t.currentUrl),this.serializer=new w,this.cache=new yt(t.env,t.cache)}getSerializer(){return this.serializer}getCache(){return this.cache}async getResolvedInputsFromCache(t,e,n){let i=await this.cache.get(Wt.WarpExecutable(t,e||"",n))||[];return j(i)}async getRawResolvedInputsFromCache(t,e,n){return await this.cache.get(Wt.WarpExecutable(t,e||"",n))||[]}async createExecutable(t,e,n,i={}){let a=E(t,e);if(!a)throw new Error("WarpFactory: Action not found");let s=await this.getChainInfoForWarp(t,n),p=W(s.name,this.adapters),l=new R(this.config,p,this.adapters),o=await l.apply(t,i),c=E(o,e),{action:d,index:h}=N(o),f=[],g=[];if(h===e-1){let I=this.getStringTypedInputs(d,n);f=await this.getResolvedInputs(s.name,d,I,l,i.queries),g=await this.getModifiedInputs(f)}else c.inputs&&c.inputs.length>0&&(f=await this.resolveActionInputs(s.name,c,n,l,i.queries),g=await this.getModifiedInputs(f));let y=g.find(I=>I.input.position==="receiver"||I.input.position==="destination")?.value,x=this.getDestinationFromAction(c),C=y?this.serializer.stringToNative(y)[1]:x;if(C&&(C=l.applyInputs(C,g,this.serializer)),!C&&!Ar.includes(a.type))throw new Error("WarpActionExecutor: Destination/Receiver not provided");let v=this.getPreparedArgs(c,g);v=v.map(I=>l.applyInputs(I,g,this.serializer));let T=g.find(I=>I.input.position==="value")?.value||null,A="value"in c?c.value:null,O=T?.split(u.ArgParamsSeparator)[1]||A||"0",V=l.applyInputs(O,g,this.serializer),$=BigInt(V),H=g.filter(I=>I.input.position==="transfer"&&I.value).map(I=>I.value),Ce=[...("transfers"in c?c.transfers:[])||[],...H||[]].map(I=>{let Ct=l.applyInputs(I,g,this.serializer),Pe=Ct.startsWith(`asset${u.ArgParamsSeparator}`)?Ct:`asset${u.ArgParamsSeparator}${Ct}`;return this.serializer.stringToNative(Pe)[1]}),be=g.find(I=>I.input.position==="data")?.value,we="data"in c?c.data||"":null,Ut=be||we||null,Ie=Ut?l.applyInputs(Ut,g,this.serializer):null,Dt={adapter:p,warp:o,chain:s,action:e,destination:C,args:v,value:$,transfers:Ce,data:Ie,resolvedInputs:g};return await this.cache.set(Wt.WarpExecutable(this.config.env,o.meta?.hash||"",e),Dt.resolvedInputs,ye.OneWeek),Dt}async getChainInfoForWarp(t,e){if(t.chain)return W(t.chain,this.adapters).chainInfo;if(e){let i=await this.tryGetChainFromInputs(t,e);if(i)return i}return this.adapters[0].chainInfo}getStringTypedInputs(t,e){let n=t.inputs||[];return e.map((i,a)=>{let s=n[a];return!s||br(i)?i:this.serializer.nativeToString(s.type,i)})}async getResolvedInputs(t,e,n,i,a){let s=e.inputs||[],p=n.map(c=>i.applyInputs(c,[],this.serializer)),l=await Promise.all(p.map(c=>this.preprocessInput(t,c))),o=(c,d)=>{if(c.source===u.Source.UserWallet){let x=S(this.config,t);return x?this.serializer.nativeToString("address",x):null}if(c.source==="hidden"){if(c.default===void 0)return null;let x=i?i.applyInputs(String(c.default),[],this.serializer):String(c.default);return this.serializer.nativeToString(c.type,x)}if(l[d])return l[d];let h=c.as||c.name,f=a?.[h],g=this.url.searchParams.get(h),y=f||g;return y?this.serializer.nativeToString(c.type,String(y)):null};return s.map((c,d)=>{let h=o(c,d),f=c.default!==void 0?i?i.applyInputs(String(c.default),[],this.serializer):String(c.default):void 0;return{input:c,value:h||(f!==void 0?this.serializer.nativeToString(c.type,f):null)}})}async resolveInputsFromQuery(t,e,n){let i=E(t,e);if(!i||!i.inputs?.length)return[];let a=await this.getChainInfoForWarp(t),s=W(a.name,this.adapters),p=new R(this.config,s,this.adapters);return this.getResolvedInputs(a.name,i,[],p,n)}requiresPayloadInputs(t){return t.inputs?.some(e=>typeof e.position=="string"&&e.position.startsWith("payload:"))??!1}async resolveActionInputs(t,e,n,i,a){let s=this.getStringTypedInputs(e,n);return await this.getResolvedInputs(t,e,s,i,a)}async getModifiedInputs(t){let e=[];for(let n=0;n<t.length;n++){let i=t[n];if(i.input.modifier?.startsWith("scale:")){let[,a]=i.input.modifier.split(":");if(isNaN(Number(a))){let s=Number(t.find(o=>o.input.name===a)?.value?.split(":")[1]);if(!s)throw new Error(`WarpActionExecutor: Exponent value not found for input ${a}`);let p=i.value?.split(":")[1];if(!p)throw new Error("WarpActionExecutor: Scalable value not found");let l=ot(p,+s);e.push({...i,value:`${i.input.type}:${l}`})}else{let s=i.value?.split(":")[1];if(!s)throw new Error("WarpActionExecutor: Scalable value not found");let p=ot(s,+a);e.push({...i,value:`${i.input.type}:${p}`})}}else if(i.input.modifier?.startsWith(u.Transform.Prefix)){let a=i.input.modifier.substring(u.Transform.Prefix.length),s=this.config.transform?.runner;if(!s||typeof s.run!="function")throw new Error("Transform modifier is defined but no transform runner is configured. Provide a runner via config.transform.runner.");let p=ut(t,this.serializer,n,i),l=await s.run(a,p);if(l==null)e.push(i);else{let o=this.serializer.nativeToString(i.input.type,l);e.push({...i,value:o})}}else if(i.input.modifier?.startsWith("crypto:")){let[,a,s]=i.input.modifier.split(":"),p=a==="sha256"&&s?t.find(o=>(o.input.as||o.input.name)===s):null,l=p?.value?this.serializer.stringToNative(p.value)[1]??null:null;if(l){let c=await(await fetch(l)).arrayBuffer(),d=await globalThis.crypto.subtle.digest("SHA-256",c),h=Array.from(new Uint8Array(d)).map(f=>f.toString(16).padStart(2,"0")).join("");e.push({...i,value:this.serializer.nativeToString("string",h)})}else e.push(i)}else e.push(i)}return e}async preprocessInput(t,e){try{let[n,i]=Tt(e),a=W(t,this.adapters);if(n==="asset"){let[s,p,l]=i.split(u.ArgCompositeSeparator);if(l)return e;let o=await a.dataLoader.getAsset(s);if(!o)throw new Error(`WarpFactory: Asset not found for asset ${s}`);if(typeof o.decimals!="number")throw new Error(`WarpFactory: Decimals not found for asset ${s}`);let c=ot(p,o.decimals);return ce({...o,amount:c})}else return e}catch(n){throw b.warn("WarpFactory: Preprocess input failed",n),n}}getDestinationFromAction(t){if("address"in t&&t.address)return t.address;if("destination"in t&&t.destination){if(typeof t.destination=="string")return t.destination;if(typeof t.destination=="object"&&"url"in t.destination)return t.destination.url}return null}getPreparedArgs(t,e){let n="args"in t?t.args||[]:[],i=[];return e.forEach(({input:a,value:s})=>{if(!(!s||!a.position)){if(typeof a.position=="object"){if(a.type!=="asset")throw new Error(`WarpFactory: Object position is only supported for asset type. Input "${a.name}" has type "${a.type}"`);if(!a.position.token?.startsWith("arg:")||!a.position.amount?.startsWith("arg:"))throw new Error(`WarpFactory: Object position must have token and amount as arg:N. Input "${a.name}"`);let[p,l]=this.serializer.stringToNative(s),o=l;if(!o||typeof o!="object"||!("identifier"in o)||!("amount"in o))throw new Error(`WarpFactory: Invalid asset value for input "${a.name}"`);let c=Number(a.position.token.split(":")[1])-1,d=Number(a.position.amount.split(":")[1])-1;i.push({index:c,value:this.serializer.nativeToString("address",o.identifier)}),i.push({index:d,value:this.serializer.nativeToString("uint256",o.amount)})}else if(a.position.startsWith("arg:")){let p=Number(a.position.split(":")[1])-1;i.push({index:p,value:s})}}}),i.forEach(({index:a,value:s})=>{for(;n.length<=a;)n.push(void 0);n[a]=s}),n.filter(a=>a!==void 0)}async tryGetChainFromInputs(t,e){let n=t.actions.find(l=>l.inputs?.some(o=>o.position==="chain"));if(!n)return null;let i=n.inputs?.findIndex(l=>l.position==="chain");if(i===-1||i===void 0)return null;let a=e[i];if(!a)throw new Error("Chain input not found");let s=this.serializer.stringToNative(a)[1];return W(s,this.adapters).chainInfo}};var xt=class{constructor(t,e,n){this.config=t;this.adapters=e;this.handlers=n;this.loopIterations=new Map;this.active=!0;this.warpResolver=null;this.handlers=n,this.factory=new Q(t,e)}setWarpResolver(t){this.warpResolver=t}stop(){this.active=!1,this.loopIterations.clear()}async execute(t,e,n={}){let i=[],a=null,s=[],p=[],o={...t.meta?.query??{},...n.queries},c={...n,queries:o},d={};if(t.vars)try{let f=this.adapters?.find(g=>g.chainInfo.name===(t.chain||this.adapters[0]?.chainInfo?.name));if(f){let g=await new R(this.config,f,this.adapters).apply(t,c);g?.actions&&(t.actions=g.actions),g?.meta&&(t.meta=g.meta)}}catch{}let{index:h}=N(t);for(let f=1;f<=t.actions.length;f++){let g=E(t,f);if(!Pt(g))continue;let y=Object.keys(d).length>0?{...c,envs:{...c.envs,...d}}:c,{tx:x,chain:C,immediateExecution:v,executable:T}=await this.executeAction(t,f,e,y);if(x&&i.push(x),C&&(a=C),v&&s.push(v),v?.output){let{_DATA:A,...O}=v.output;Object.assign(d,O)}v?.values?.mapped&&Object.assign(d,v.values.mapped),T&&f===h+1&&T.resolvedInputs&&(p=j(T.resolvedInputs))}if(!a&&i.length>0)throw new Error(`WarpExecutor: Chain not found for ${i.length} transactions`);if(i.length===0&&s.length>0){let f=s[s.length-1];await this.callHandler(()=>this.handlers?.onExecuted?.(f))}return this.scheduleLoops(t,e,c,d),{txs:i,chain:a,immediateExecutions:s,resolvedInputs:p}}async executeAction(t,e,n,i={}){let a=E(t,e);if(a.type==="link")return a.when&&!await this.evaluateWhenCondition(t,a,n,i)?{tx:null,chain:null,immediateExecution:null,executable:null}:(await this.callHandler(async()=>{let o=a.url;this.config.interceptors?.openLink?await this.config.interceptors.openLink(o):qt.open(o,"_blank")}),{tx:null,chain:null,immediateExecution:null,executable:null});if(a.type==="prompt"){let o=await this.executePrompt(t,a,e,n,i);if(o.status==="success")return await this.callHandler(()=>this.handlers?.onActionExecuted?.({action:e,chain:null,execution:o,tx:null})),{tx:null,chain:null,immediateExecution:o,executable:null};{let c=o.output._DATA instanceof Error?o.output._DATA.message:JSON.stringify(o.output._DATA);return this.handlers?.onError?.({message:c,result:o}),{tx:null,chain:null,immediateExecution:o,executable:null}}}if(a.type==="loop")return{tx:null,chain:null,immediateExecution:null,executable:null};if(a.type==="state")return this.executeState(t,a,e,i);if(a.type==="mount"||a.type==="unmount"){if(a.when){let o=i.envs||{},c=M(a.when,o);if(!k(c))return{tx:null,chain:null,immediateExecution:null,executable:null}}return await this.handlers?.onMountAction?.({action:a,actionIndex:e,warp:t}),{tx:null,chain:null,immediateExecution:null,executable:null}}if(a.type==="inline"){if(!this.warpResolver)return{tx:null,chain:null,immediateExecution:null,executable:null};if(a.when){let y=this.adapters[0]?.chainInfo.name||"";if(!await this.evaluateWhenCondition(t,a,n,i,[],y))return{tx:null,chain:null,immediateExecution:null,executable:null}}let o=a,c=await this.warpResolver(o.warp);if(!c)return{tx:null,chain:null,immediateExecution:null,executable:null};await this.callHandler(()=>this.handlers?.onActionProcessing?.(a));let d={...this.config.vars,...i.envs||{},...i.queries||{}},h={};for(let[y,x]of Object.entries(c.meta?.query||{}))h[y]=x.replace(/\{\{(.+?)\}\}/g,(C,v)=>{let T=d[v.trim()];return T==null?"":typeof T=="object"?JSON.stringify(T):String(T)});c.meta={...c.meta,query:h};let{immediateExecutions:f}=await this.execute(c,[],i),g=f[0];return g?(await this.callHandler(()=>this.handlers?.onActionExecuted?.({action:e,chain:null,execution:g,tx:null})),{tx:null,chain:null,immediateExecution:g,executable:null}):{tx:null,chain:null,immediateExecution:null,executable:null}}let s=await this.factory.createExecutable(t,e,n,i);if(a.when&&!await this.evaluateWhenCondition(t,a,n,i,s.resolvedInputs,s.chain.name))return{tx:null,chain:null,immediateExecution:null,executable:null};if(a.type==="collect"){let o=await this.executeCollect(s,void 0,i.envs);if(o.status==="success")return await this.callHandler(()=>this.handlers?.onActionExecuted?.({action:e,chain:null,execution:o,tx:null})),{tx:null,chain:null,immediateExecution:o,executable:s};if(o.status==="unhandled")return await this.callHandler(()=>this.handlers?.onActionUnhandled?.({action:e,chain:null,execution:o,tx:null})),{tx:null,chain:null,immediateExecution:o,executable:s};{let c=o.output._DATA instanceof Error?o.output._DATA.message:JSON.stringify(o.output._DATA);this.handlers?.onError?.({message:c,result:o})}return{tx:null,chain:null,immediateExecution:null,executable:s}}if(a.type==="compute"){let o=await this.executeCompute(s);if(o.status==="success")return await this.callHandler(()=>this.handlers?.onActionExecuted?.({action:e,chain:null,execution:o,tx:null})),{tx:null,chain:null,immediateExecution:o,executable:s};{let c=o.output._DATA instanceof Error?o.output._DATA.message:JSON.stringify(o.output._DATA);this.handlers?.onError?.({message:c,result:o})}return{tx:null,chain:null,immediateExecution:null,executable:s}}if(a.type==="mcp"){let o=await this.executeMcp(s);if(o.status==="success")return await this.callHandler(()=>this.handlers?.onActionExecuted?.({action:e,chain:null,execution:o,tx:null})),{tx:null,chain:null,immediateExecution:o,executable:s};if(o.status==="unhandled")return await this.callHandler(()=>this.handlers?.onActionUnhandled?.({action:e,chain:null,execution:o,tx:null})),{tx:null,chain:null,immediateExecution:o,executable:s};{let c=o.output._DATA instanceof Error?o.output._DATA.message:JSON.stringify(o.output._DATA);return this.handlers?.onError?.({message:c,result:o}),{tx:null,chain:null,immediateExecution:o,executable:s}}}let p=W(s.chain.name,this.adapters);if(a.type==="query"){let o=await p.executor.executeQuery(s);if(o.status==="success")await this.callHandler(()=>this.handlers?.onActionExecuted?.({action:e,chain:s.chain,execution:o,tx:null}));else{let c=o.output._DATA instanceof Error?o.output._DATA.message:JSON.stringify(o.output._DATA);this.handlers?.onError?.({message:c,result:o})}return{tx:null,chain:s.chain,immediateExecution:o,executable:s}}return{tx:await p.executor.createTransaction(s),chain:s.chain,immediateExecution:null,executable:s}}async evaluateOutput(t,e){if(e.length===0||t.actions.length===0||!this.handlers)return;let n=await this.factory.getChainInfoForWarp(t),i=W(n.name,this.adapters),a=(await Promise.all(t.actions.map(async(s,p)=>{if(!Pt(s)||s.type!=="transfer"&&s.type!=="contract")return null;let l=e[p],o=p+1;if(!l){let f=await this.factory.getResolvedInputsFromCache(this.config.env,t.meta?.hash,o),g={status:"error",warp:t,action:o,user:S(this.config,n.name),txHash:null,tx:null,next:null,values:{string:[],native:[],mapped:{}},output:{},messages:{},destination:null,resolvedInputs:f};return await this.callHandler(()=>this.handlers?.onError?.({message:`Action ${o} failed: Transaction not found`,result:g})),g}let c=await this.factory.getRawResolvedInputsFromCache(this.config.env,t.meta?.hash,o);if(c.length===0){let f=t.meta?.query;f&&Object.keys(f).length>0&&(c=await this.factory.resolveInputsFromQuery(t,o,f))}let d=await i.output.getActionExecution(t,o,l.tx,c),h=wr(c,d.output);return d.next=ct(this.config,this.adapters,t,o,h,d.status),d.status==="success"?await this.callHandler(()=>this.handlers?.onActionExecuted?.({action:o,chain:n,execution:d,tx:l})):await this.callHandler(()=>this.handlers?.onError?.({message:"Action failed: "+JSON.stringify(d.values),result:d})),d}))).filter(s=>s!==null);if(a.every(s=>s.status==="success")){let s=a[a.length-1];await this.callHandler(()=>this.handlers?.onExecuted?.(s))}else{let s=a.find(p=>p.status!=="success");await this.callHandler(()=>this.handlers?.onError?.({message:`Warp failed: ${JSON.stringify(a)}`,result:s}))}}async executeCollect(t,e,n){let i=S(this.config,t.chain.name),a=E(t.warp,t.action),s=this.factory.getSerializer(),p=_(t.resolvedInputs,s);if(a.destination&&typeof a.destination=="object"&&"url"in a.destination)return await this.doHttpRequest(t,a.destination,i,p,e,n);let{values:l,output:o}=await Z(t.warp,p,t.action,t.resolvedInputs,s,this.config);return this.buildCollectResult(t,i,"unhandled",l,o)}async executeCompute(t){let e=S(this.config,t.chain.name),n=this.factory.getSerializer(),i=_(t.resolvedInputs,n),{values:a,output:s}=await Z(t.warp,i,t.action,t.resolvedInputs,n,this.config);return this.buildCollectResult(t,e,"success",a,s)}async doHttpRequest(t,e,n,i,a,s){let p=new R(this.config,W(t.chain.name,this.adapters),this.adapters),l=this.factory.getSerializer(),{url:o,method:c,headers:d,body:h}=await We(p,e,t,n,i,l,a,async f=>await this.callHandler(()=>this.handlers?.onSignRequest?.(f)));s&&(o=B(o,s)),b.debug("WarpExecutor: Executing HTTP collect",{url:o,method:c,headers:d,body:h});try{let f={method:c,headers:d,body:h},y=await(await oe(this.adapters))(o,f);b.debug("Collect response status",{status:y.status});let x=await y.json();b.debug("Collect response content",{content:x});let{values:C,output:v}=await Z(t.warp,x,t.action,t.resolvedInputs,this.factory.getSerializer(),this.config);return this.buildCollectResult(t,S(this.config,t.chain.name),y.ok?"success":"error",C,v,x)}catch(f){b.error("WarpActionExecutor: Error executing collect",f);let g=j(t.resolvedInputs);return{status:"error",warp:t.warp,action:t.action,user:n,txHash:null,tx:null,next:null,values:{string:[],native:[],mapped:{}},output:{_DATA:f},messages:{},destination:this.getDestinationFromResolvedInputs(t),resolvedInputs:g}}}getDestinationFromResolvedInputs(t){return t.resolvedInputs.find(n=>n.input.position==="receiver"||n.input.position==="destination")?.value||t.destination}async executeMcp(t,e){let n=S(this.config,t.chain.name),i=E(t.warp,t.action);if(!i.destination){let f=j(t.resolvedInputs);return{status:"error",warp:t.warp,action:t.action,user:n,txHash:null,tx:null,next:null,values:{string:[],native:[],mapped:{}},output:{_DATA:new Error("WarpExecutor: MCP action requires destination")},messages:{},destination:this.getDestinationFromResolvedInputs(t),resolvedInputs:f}}let a,s;try{a=(await import("@modelcontextprotocol/sdk/client/index.js")).Client,s=(await import("@modelcontextprotocol/sdk/client/streamableHttp.js")).StreamableHTTPClientTransport}catch{let g=j(t.resolvedInputs);return{status:"error",warp:t.warp,action:t.action,user:n,txHash:null,tx:null,next:null,values:{string:[],native:[],mapped:{}},output:{_DATA:new Error("Please install @modelcontextprotocol/sdk to execute MCP warps or mcp actions")},messages:{},destination:this.getDestinationFromResolvedInputs(t),resolvedInputs:g}}let p=this.factory.getSerializer(),l=new R(this.config,W(t.chain.name,this.adapters),this.adapters),o=i.destination,c=l.applyInputs(o.url,t.resolvedInputs,this.factory.getSerializer()),d=l.applyInputs(o.tool,t.resolvedInputs,this.factory.getSerializer()),h={};o.headers&&Object.entries(o.headers).forEach(([f,g])=>{let y=l.applyInputs(g,t.resolvedInputs,this.factory.getSerializer());h[f]=y}),b.debug("WarpExecutor: Executing MCP",{url:c,tool:d,headers:h});try{let f=new s(new URL(c),{requestInit:{headers:h}}),g=new a({name:"warps-mcp-client",version:"1.0.0"},{capabilities:{}});await g.connect(f);let y={};t.resolvedInputs.forEach(({input:A,value:O})=>{if(O&&A.position&&typeof A.position=="string"&&A.position.startsWith("payload:")){let V=A.position.replace("payload:",""),[$,H]=p.stringToNative(O);if($==="string")y[V]=String(H);else if($==="bool")y[V]=!!H;else if($==="uint8"||$==="uint16"||$==="uint32"||$==="uint64"||$==="uint128"||$==="uint256"||$==="biguint"){let rt=Number(H);y[V]=(Number.isInteger(rt),rt)}else y[V]=H}}),e&&Object.assign(y,e);let x=await g.callTool({name:d,arguments:y});await g.close();let C;if(x.content&&x.content.length>0){let A=x.content[0];if(A.type==="text")try{C=JSON.parse(A.text)}catch{C=A.text}else A.type,C=A}else C=x;let{values:v,output:T}=await Z(t.warp,C,t.action,t.resolvedInputs,p,this.config);return this.buildCollectResult(t,n,"success",v,T,x)}catch(f){b.error("WarpExecutor: Error executing MCP",f);let g=j(t.resolvedInputs);return{status:"error",warp:t.warp,action:t.action,user:n,txHash:null,tx:null,next:null,values:{string:[],native:[],mapped:{}},output:{_DATA:f},messages:{},destination:this.getDestinationFromResolvedInputs(t),resolvedInputs:g}}}buildCollectResult(t,e,n,i,a,s){let p=ct(this.config,this.adapters,t.warp,t.action,a,n),l=j(t.resolvedInputs);return{status:n,warp:t.warp,action:t.action,user:e||S(this.config,t.chain.name),txHash:null,tx:null,next:p,values:i,output:s?{...a,_DATA:s}:a,messages:Et(t.warp,{...i.mapped,...a},this.config),destination:this.getDestinationFromResolvedInputs(t),resolvedInputs:l}}async callHandler(t){if(t)return await t()}scheduleLoops(t,e,n,i){if(this.active)for(let a of t.actions){if(a.type!=="loop"||a.auto===!1)continue;let s=a,l=`loop:${n.scope||"default"}:${t.meta?.identifier||t.name}`;if(s.when){let h={...n.envs,...i},f=M(s.when,h);try{if(!k(f)){this.loopIterations.delete(l);continue}}catch{this.loopIterations.delete(l);continue}}let o=s.maxIterations??1e4,c=(this.loopIterations.get(l)??0)+1;if(c>o){this.loopIterations.delete(l),b.debug(`Loop maxIterations (${o}) reached for warp ${t.meta?.identifier}`);continue}if(this.loopIterations.set(l,c),!this.handlers?.onLoop)continue;let d=s.delay??0;this.handlers.onLoop({warp:t,inputs:e,meta:n,delay:d})}}async executeState(t,e,n,i){if(e.when){let l=i.envs||{},o=M(e.when,l);if(!k(o))return{tx:null,chain:null,immediateExecution:null,executable:null}}let a=this.factory.getCache(),p=`state:${i.scope||"default"}:${e.store}`;if(e.op==="read"){let l=await a.get(p)??{},o=e.keys??Object.keys(l),c={};for(let h of o)l[h]!==void 0&&l[h]!==null&&(c[`state.${h}`]=l[h]);let d={status:"success",warp:t,action:n,user:null,txHash:null,tx:null,next:null,values:{string:[],native:[],mapped:{}},output:c,messages:{},destination:null,resolvedInputs:[]};return await this.callHandler(()=>this.handlers?.onActionExecuted?.({action:n,chain:null,execution:d,tx:null})),{tx:null,chain:null,immediateExecution:d,executable:null}}if(e.op==="write"&&e.data){let l=await a.get(p)??{},o=i.envs||{},c={};for(let[d,h]of Object.entries(e.data))if(typeof h=="string"){let f=h.replace(/\{\{([^}]+)\}\}/g,(g,y)=>{let x=o[y.trim()];return x!=null?String(x):h});c[d]=Ir(f)}else c[d]=h;await a.set(p,{...l,...c})}return e.op==="clear"&&await a.delete(p),{tx:null,chain:null,immediateExecution:null,executable:null}}async executePrompt(t,e,n,i,a={}){try{let s=await this.factory.getChainInfoForWarp(t,i),p=W(s.name,this.adapters),l=new R(this.config,p,this.adapters),o=await l.apply(t,a),c=E(o,n),d=[];if(e.inputs&&e.inputs.length>0){let A=this.factory.getStringTypedInputs(e,i),O=await this.factory.getResolvedInputs(s.name,e,A,l,a.queries);d=await this.factory.getModifiedInputs(O)}else{let{action:A}=N(o),O=this.factory.getStringTypedInputs(A,i),V=await this.factory.getResolvedInputs(s.name,A,O,l,a.queries);d=await this.factory.getModifiedInputs(V)}let h=ie(c.prompt,this.config.platform),f=l.applyInputs(h,d,this.factory.getSerializer());a.envs&&(f=B(f,a.envs));let g=j(d),y=S(this.config,s.name),x=this.factory.getSerializer(),{values:C,output:v}=await ne(o,f,n,d,x,this.config);if(this.handlers?.onPromptGenerate){let A=await this.handlers.onPromptGenerate(f,c.expect);A&&(v.MESSAGE=A,c.as&&(v[c.as]=A))}let T=d.find(A=>A.input.position==="destination")?.value||null;return{status:"success",warp:o,action:n,user:y,txHash:null,tx:null,next:lt(this.config,this.adapters,o,n,v),values:C,output:v,messages:Et(o,{...C.mapped,...v},this.config),destination:T,resolvedInputs:g}}catch(s){return b.error("WarpExecutor: Error executing prompt action",s),{status:"error",warp:t,action:n,user:null,txHash:null,tx:null,next:ct(this.config,this.adapters,t,n,{},"error"),values:{string:[],native:[],mapped:{}},output:{_DATA:s},messages:{},destination:null,resolvedInputs:[]}}}async evaluateWhenCondition(t,e,n,i,a,s){if(!e.when)return!0;let p=s?{name:s}:await this.factory.getChainInfoForWarp(t,n),l=W(p.name,this.adapters),o=new R(this.config,l,this.adapters),c;if(a)c=a;else{let g=await this.factory.getResolvedInputs(p.name,e,this.factory.getStringTypedInputs(e,n),o,i.queries);c=await this.factory.getModifiedInputs(g)}let d=o.buildInputBag(c,this.factory.getSerializer()),h={...i.envs??{},...d},f=M(e.when,h);return k(f)}},wr=(r,t)=>{let e=Object.fromEntries((r??[]).flatMap(i=>{let a=i.input.as||i.input.name;return a?[[a,i.value]]:[]})),n=Object.fromEntries(Object.entries(t).filter(([,i])=>i!=null));return{...e,...n}},Ir=r=>{if(r==="true")return!0;if(r==="false")return!1;let t=Number(r);return!isNaN(t)&&r.trim()!==""?t:r};var vt=class{constructor(t){this.config=t}async search(t,e,n){if(!this.config.index?.url)throw new Error("WarpIndex: Index URL is not set");try{let i=await fetch(this.config.index?.url,{method:"POST",headers:{"Content-Type":"application/json",Authorization:`Bearer ${this.config.index?.apiKey}`,...n},body:JSON.stringify({[this.config.index?.searchParamName||"search"]:t,...e})});if(!i.ok)throw new Error(`WarpIndex: search failed with status ${i.status}: ${await i.text()}`);return(await i.json()).hits}catch(i){throw b.error("WarpIndex: Error searching for warps: ",i),i}}};var At=class{constructor(t,e,n){this.config=t;this.adapters=e;this.resolver=n}isValid(t){return t.startsWith(u.HttpProtocolPrefix)?!!X(t):!1}async detectFromHtml(t){if(!t.length)return{match:!1,output:[]};let i=[...t.matchAll(/https?:\/\/[^\s"'<>]+/gi)].map(o=>o[0]).filter(o=>this.isValid(o)).map(o=>this.detect(o)),s=(await Promise.all(i)).filter(o=>o.match),p=s.length>0,l=s.map(o=>({url:o.url,warp:o.warp}));return{match:p,output:l}}async detect(t,e){let n={match:!1,url:t,warp:null,chain:null,registryInfo:null,brand:null},i=t.startsWith(u.HttpProtocolPrefix)?X(t):F(t);if(!i)return n;try{let{type:a,identifierBase:s}=i,p=null,l=null,o=null,c=t.startsWith(u.HttpProtocolPrefix)?Kt(t):Xt(i.identifier);if(this.resolver){let g=null;if(a==="hash")g=await this.resolver.getByHash(s,e);else if(a==="alias"){let y=`${i.chain}:${s}`;g=await this.resolver.getByAlias(y,e)||await this.resolver.getByAlias(s,e)}g&&(p=g.warp,l=g.registryInfo,o=g.brand)}else{if(!i.chain)throw new Error(`WarpLinkDetecter: chain is required for identifier ${i.identifier}`);let g=W(i.chain,this.adapters);if(a==="hash"){p=await g.builder().createFromTransactionHash(s,e);let y=await g.registry.getInfoByHash(s,e);l=y.registryInfo,o=y.brand}else if(a==="alias"){let y=await g.registry.getInfoByAlias(s,e);l=y.registryInfo,o=y.brand,y.registryInfo&&(p=await g.builder().createFromTransactionHash(y.registryInfo.hash,e))}}if(p&&p.meta&&(Pr(p,i.chain,l,i.identifier),p.meta.query=c?Zt(c):null),!p)return n;let d=p.chain||i.chain||null,h=d?this.adapters.find(g=>g.chainInfo.name.toLowerCase()===d.toLowerCase()):null,f=h?await new R(this.config,h,this.adapters).apply(p):p;return{match:!0,url:t,warp:f,chain:d,registryInfo:l,brand:o}}catch(a){return b.error("Error detecting warp link",a),n}}},Pr=(r,t,e,n)=>{r.meta&&(r.meta.identifier=e?.alias?St(null,"alias",e.alias):St(t,"hash",e?.hash??n))};var xe=class{constructor(t,e){this.config=t;this.options=e;this.chains=e.chains.map(n=>n(this.config)),this.resolver=e.resolver??this.buildDefaultResolver()}buildDefaultResolver(){let t=this.chains.map(e=>new nt(e));return new it(t)}getConfig(){return this.config}mergeVars(t){this.config={...this.config,vars:{...this.config.vars,...t}}}getResolver(){return this.resolver}createExecutor(t){let e=new xt(this.config,this.chains,t);return e.setWarpResolver(async n=>(await this.detectWarp(n)).warp??null),e}async detectWarp(t,e){return new At(this.config,this.chains,this.resolver).detect(t,e)}async executeWarp(t,e,n,i={}){let a=typeof t=="object",s=!a&&t.startsWith("http")&&t.endsWith(".json"),p=a?t:null;if(!p&&s){let g=await fetch(t);if(!g.ok)throw new Error("WarpClient: executeWarp - invalid url");p=await g.json()}if(p||(p=(await this.detectWarp(t,i.cache)).warp),!p)throw new Error("Warp not found");let l=this.createExecutor(n),{txs:o,chain:c,immediateExecutions:d,resolvedInputs:h}=await l.execute(p,e,{queries:i.queries});return{txs:o,chain:c,immediateExecutions:d,evaluateOutput:async g=>{await l.evaluateOutput(p,g)},resolvedInputs:h}}async createInscriptionTransaction(t,e){return await W(t,this.chains).builder().createInscriptionTransaction(e)}async createFromTransaction(t,e,n=!1){return W(t,this.chains).builder().createFromTransaction(e,n)}async createFromTransactionHash(t,e){let n=F(t);if(!n)throw new Error("WarpClient: createFromTransactionHash - invalid hash");if(!n.chain)throw new Error("WarpClient: createFromTransactionHash - chain is required");return W(n.chain,this.chains).builder().createFromTransactionHash(t,e)}async signMessage(t,e){if(!S(this.config,t))throw new Error(`No wallet configured for chain ${t}`);return W(t,this.chains).wallet.signMessage(e)}async getActions(t,e,n=!1){let i=this.getDataLoader(t);return(await Promise.all(e.map(async s=>i.getAction(s,n)))).filter(s=>s!==null)}getExplorer(t){return W(t,this.chains).explorer}getOutput(t){return W(t,this.chains).output}async getActionExecution(t,e,n,i){let a=i??N(e).index+1,p=await W(t,this.chains).output.getActionExecution(e,a,n);return p.next=lt(this.config,this.chains,e,a,p.output),p}async getRegistry(t){let e=W(t,this.chains).registry;return await e.init(),e}getDataLoader(t){return W(t,this.chains).dataLoader}getWallet(t){return W(t,this.chains).wallet}get factory(){return new Q(this.config,this.chains)}get index(){return new vt(this.config)}get linkBuilder(){return new G(this.config,this.chains)}createBuilder(t){return t?W(t,this.chains).builder():new ft(this.config)}createAbiBuilder(t){return W(t,this.chains).abiBuilder()}createBrandBuilder(t){return W(t,this.chains).brandBuilder()}createSerializer(t){return W(t,this.chains).serializer}resolveText(t){return pt(t,this.config)}};var ve=class{constructor(){this.typeHandlers=new Map;this.typeAliases=new Map}registerType(t,e){this.typeHandlers.set(t,e)}registerTypeAlias(t,e){this.typeAliases.set(t,e)}hasType(t){return this.typeHandlers.has(t)||this.typeAliases.has(t)}getHandler(t){let e=this.typeAliases.get(t);return e?this.getHandler(e):this.typeHandlers.get(t)}getAlias(t){return this.typeAliases.get(t)}resolveType(t){let e=this.typeAliases.get(t);return e?this.resolveType(e):t}getRegisteredTypes(){return Array.from(new Set([...this.typeHandlers.keys(),...this.typeAliases.keys()]))}};function gs(r,t){let e=r.match??{};for(let[n,i]of Object.entries(e))if(Ae(t,n)!==i)return!1;return!0}function hs(r,t){let e={};for(let[n,i]of Object.entries(r.inputs??{}))e[n]=i.includes(".")?Ae(t,i):i;return e}function Ae(r,t){return t.split(".").reduce((e,n)=>e?.[n],r)}export{wt as BrowserCryptoProvider,Mr as CLOUD_WALLET_PROVIDERS,ye as CacheTtl,Ur as EvmWalletChainNames,Dr as MultiversxWalletChainNames,It as NodeCryptoProvider,hn as WARP_LANGUAGES,P as WarpAssets,ue as WarpBrandBuilder,ft as WarpBuilder,yt as WarpCache,Wt as WarpCacheKey,je as WarpChainDisplayNames,Le as WarpChainLogos,Be as WarpChainName,nt as WarpChainResolver,xe as WarpClient,it as WarpCompositeResolver,U as WarpConfig,u as WarpConstants,xt as WarpExecutor,Q as WarpFactory,vt as WarpIndex,m as WarpInputTypes,R as WarpInterpolator,G as WarpLinkBuilder,At as WarpLinkDetecter,b as WarpLogger,Mt as WarpPlatformName,kt as WarpPlatforms,z as WarpProtocolVersions,w as WarpSerializer,ve as WarpTypeRegistry,dt as WarpValidator,Ni as address,Et as applyOutputToMessages,ce as asset,Ri as biguint,$i as bool,nr as buildGeneratedFallbackWarpIdentifier,oi as buildGeneratedSourceWarpIdentifier,ut as buildInputsContext,_ as buildMappedOutput,Ge as buildNestedPayload,rn as bytesToBase64,Ve as bytesToHex,mi as checkWarpAssetBalance,K as cleanWarpIdentifier,Ot as createAuthHeaders,Nt as createAuthMessage,an as createCryptoProvider,fi as createDefaultWalletProvider,ni as createHttpAuthHeaders,Ye as createSignableMessage,yn as createWarpI18nText,St as createWarpIdentifier,fn as doesWarpRequireWallet,re as evaluateOutputCommon,k as evaluateWhenCondition,Z as extractCollectOutput,X as extractIdentifierInfoFromUrl,ne as extractPromptOutput,Xt as extractQueryStringFromIdentifier,Kt as extractQueryStringFromUrl,j as extractResolvedInputValues,pn as extractWarpSecrets,W as findWarpAdapterForChain,Jr as getChainDisplayName,Qr as getChainLogo,zt as getCryptoProvider,tr as getGeneratedSourceWarpName,st as getLatestProtocolIdentifier,oe as getMppFetch,lt as getNextInfo,ct as getNextInfoForStatus,Yn as getProviderConfig,Gt as getRandomBytes,_t as getRandomHex,ir as getRequiredAssetIds,Rr as getWalletFromConfigOrFail,E as getWarpActionByIndex,Xr as getWarpBrandLogoUrl,Zr as getWarpChainAssetLogoUrl,Yr as getWarpChainInfoLogoUrl,bn as getWarpIdentifierWithQuery,F as getWarpInfoFromIdentifier,N as getWarpInputAction,Se as getWarpWalletAddress,S as getWarpWalletAddressFromConfig,Re as getWarpWalletExternalId,$e as getWarpWalletExternalIdFromConfig,Or as getWarpWalletExternalIdFromConfigOrFail,Ee as getWarpWalletMnemonic,Nr as getWarpWalletMnemonicFromConfig,Te as getWarpWalletPrivateKey,$r as getWarpWalletPrivateKeyFromConfig,Pn as hasInputPrefix,Oi as hex,ui as initializeWalletCache,An as isEqualWarpIdentifier,li as isGeneratedSourcePrivateIdentifier,Ze as isPlatformValue,Pt as isWarpActionAutoExecute,mn as isWarpI18nText,Br as isWarpWalletReadOnly,gs as matchesTrigger,te as mergeNestedPayload,Vr as normalizeAndValidateMnemonic,Ne as normalizeMnemonic,Bi as option,Xe as parseOutputOutIndex,ai as parseSignedMessage,Zt as parseWarpQueryStringToObject,Cn as removeWarpChainPrefix,Lr as removeWarpWalletFromConfig,B as replacePlaceholders,M as replacePlaceholdersInWhenExpression,hs as resolveInputs,Un as resolveNextString,$t as resolveNextStrings,Ae as resolvePath,ie as resolvePlatformValue,pt as resolveWarpText,qt as safeWindow,en as setCryptoProvider,jr as setWarpWalletInConfig,ot as shiftBigintBy,Tt as splitInput,pi as stampGeneratedWarpMeta,Ii as string,Li as struct,nn as testCryptoAvailability,_e as toInputPayloadValue,Jt as toPreviewText,ji as tuple,Si as uint16,Ti as uint32,Ei as uint64,Pi as uint8,Oe as validateMnemonicLength,ii as validateSignedMessage,Vi as vector,Gr as withAdapterFallback};
|
|
1
|
+
var nt=class{constructor(t){this.adapter=t}async getByAlias(t,e){try{let{registryInfo:n,brand:i}=await this.adapter.registry.getInfoByAlias(t,e);if(!n)return null;let a=await this.adapter.builder().createFromTransactionHash(n.hash,e);return a?{warp:a,brand:i,registryInfo:n}:null}catch{return null}}async getByHash(t,e){try{let n=await this.adapter.builder().createFromTransactionHash(t,e);if(!n)return null;let{registryInfo:i,brand:a}=await this.adapter.registry.getInfoByHash(t,e);return{warp:n,brand:a,registryInfo:i}}catch{return null}}};var it=class{constructor(t){this.resolvers=t}async getByAlias(t,e){for(let n of this.resolvers){let i=await n.getByAlias(t,e);if(i)return i}return null}async getByHash(t,e){for(let n of this.resolvers){let i=await n.getByHash(t,e);if(i)return i}return null}};var Or=(r,t)=>{let e=r.user?.wallets?.[t]||null;if(!e)throw new Error(`No wallet configured for chain ${t}`);return e},Ee=r=>r?typeof r=="string"?r:r.address:null,T=(r,t)=>Ee(r.user?.wallets?.[t]||null),Re=r=>r?typeof r=="string"?r:r.privateKey||null:null,$e=r=>r?typeof r=="string"?r:r.mnemonic||null:null,Ne=r=>r?typeof r=="string"?r:r.externalId||null:null,jr=(r,t)=>Re(r.user?.wallets?.[t]||null)?.trim()||null,Br=(r,t)=>$e(r.user?.wallets?.[t]||null)?.trim()||null,Oe=(r,t)=>Ne(r.user?.wallets?.[t]||null)?.trim()||null,Lr=(r,t)=>{let e=Oe(r,t);if(!e)throw new Error(`No external ID configured for wallet onchain ${t}`);return e},Vr=r=>typeof r=="string",Hr=(r,t,e)=>{r.user||(r.user={}),r.user.wallets||(r.user.wallets={}),r.user.wallets[t]=e},Fr=(r,t)=>{r.user?.wallets&&delete r.user.wallets[t]},je=r=>{if(!r)throw new Error("Mnemonic is required");return typeof r=="string"?r.trim():String(r).trim()},Be=(r,t=24)=>{let e=r.split(/\s+/).filter(n=>n.length>0);if(e.length!==t)throw new Error(`Mnemonic must be ${t} words. Got ${e.length} words`)},Ur=(r,t=24)=>{let e=je(r);return Be(e,t),e};var Le=(h=>(h.Multiversx="multiversx",h.Claws="claws",h.Sui="sui",h.Ethereum="ethereum",h.Base="base",h.Arbitrum="arbitrum",h.Polygon="polygon",h.Somnia="somnia",h.Tempo="tempo",h.Fastset="fastset",h.Solana="solana",h.Near="near",h))(Le||{}),Mt=(n=>(n.Macos="macos",n.Linux="linux",n.Windows="windows",n))(Mt||{}),kt=Object.values(Mt),kr=["ethereum","base","arbitrum","polygon","somnia","tempo"],qr=["multiversx","claws"],zr=["coinbase","privy","gaupa"],u={HttpProtocolPrefix:"https://",IdentifierParamName:"warp",IdentifierParamSeparator:":",IdentifierType:{Alias:"alias",Hash:"hash"},IdentifierAliasMarker:"@",Globals:{UserWallet:{Placeholder:"USER_WALLET",Accessor:r=>T(r.config,r.adapter.chainInfo.name)},UserWalletPublicKey:{Placeholder:"USER_WALLET_PUBLICKEY",Accessor:r=>{if(!r.adapter.wallet)return null;try{return r.adapter.wallet.getPublicKey()||null}catch{return null}}},ChainApiUrl:{Placeholder:"CHAIN_API",Accessor:r=>r.adapter.chainInfo.defaultApiUrl},ChainAddressHrp:{Placeholder:"CHAIN_ADDRESS_HRP",Accessor:r=>r.adapter.chainInfo.addressHrp}},Vars:{Query:"query",Env:"env"},ArgParamsSeparator:":",ArgCompositeSeparator:"|",ArgListSeparator:",",ArgStructSeparator:";",Append:{Prefix:"append:"},Transform:{Prefix:"transform:"},Source:{UserWallet:"user:wallet"},Position:{Payload:"payload:"}},m={Option:"option",Vector:"vector",Tuple:"tuple",Struct:"struct",String:"string",Uint8:"uint8",Uint16:"uint16",Uint32:"uint32",Uint64:"uint64",Uint128:"uint128",Uint256:"uint256",Biguint:"biguint",Bool:"bool",Address:"address",Asset:"asset",Hex:"hex",Datetime:"datetime",Email:"email",Textarea:"textarea",File:"file"},qt=typeof window<"u"?window:{open:()=>{}};var z={Warp:"3.0.0",Brand:"0.2.0",Abi:"0.1.0"},U={LatestWarpSchemaUrl:`https://raw.githubusercontent.com/JoAiHQ/warps-specs/refs/heads/main/schemas/v${z.Warp}.schema.json`,LatestBrandSchemaUrl:`https://raw.githubusercontent.com/JoAiHQ/warps-specs/refs/heads/main/schemas/brand/v${z.Brand}.schema.json`,DefaultClientUrl:r=>r==="devnet"?"https://devnet.joai.ai":r==="testnet"?"https://testnet.joai.ai":"https://joai.ai",SuperClientUrls:["https://joai.ai","https://devnet.joai.ai","https://testnet.joai.ai","https://usewarp.to","https://testnet.usewarp.to","https://devnet.usewarp.to"],AvailableActionInputSources:["field","query",u.Source.UserWallet,"hidden"],AvailableActionInputTypes:["string","string[]","json","uint8","uint16","uint32","uint64","biguint","boolean","address"],AvailableActionInputPositions:["receiver","value","transfer","arg:1","arg:2","arg:3","arg:4","arg:5","arg:6","arg:7","arg:8","arg:9","arg:10","data","ignore"]};var Qr=(r,t)=>(e,n)=>{let i=t(e,n);return r(e,i)};var at="https://raw.githubusercontent.com/JoAiHQ/assets/refs/heads/main",P={baseUrl:at,chainLogo:r=>`${at}/chains/logos/${r}`,tokenLogo:r=>`${at}/tokens/logos/${r}`,walletLogo:r=>`${at}/wallets/logos/${r}`},Ve={multiversx:"MultiversX",claws:"Claws Network",sui:"Sui",ethereum:"Ethereum",base:"Base",arbitrum:"Arbitrum",polygon:"Polygon",somnia:"Somnia",tempo:"Tempo",fastset:"Fastset",solana:"Solana",near:"NEAR"},Xr=r=>Ve[r]??r.charAt(0).toUpperCase()+r.slice(1),He={ethereum:{light:P.chainLogo("ethereum-white.svg"),dark:P.chainLogo("ethereum-black.svg")},base:{light:P.chainLogo("base-white.svg"),dark:P.chainLogo("base-black.svg")},arbitrum:P.chainLogo("arbitrum.svg"),polygon:P.chainLogo("polygon.svg"),somnia:P.chainLogo("somnia.png"),tempo:{light:P.chainLogo("tempo-white.svg"),dark:P.chainLogo("tempo-black.svg")},multiversx:P.chainLogo("multiversx.svg"),claws:P.chainLogo("claws.png"),sui:P.chainLogo("sui.svg"),solana:P.chainLogo("solana.svg"),near:{light:P.chainLogo("near-white.svg"),dark:P.chainLogo("near-black.svg")},fastset:{light:P.chainLogo("fastset-white.svg"),dark:P.chainLogo("fastset-black.svg")}},Zr=(r,t="dark")=>{let e=He[r];return typeof e=="string"?e:t==="dark"?e.light:e.dark};var bt=(r,t)=>r[t]??r.default??Object.values(r)[0],tn=(r,t)=>{let e=t?.preferences?.theme??"light";return typeof r.logo=="string"?r.logo:bt(r.logo,e)},en=(r,t)=>{if(!r.logoUrl)return null;if(typeof r.logoUrl=="string")return r.logoUrl;let e=t?.preferences?.theme??"light";return bt(r.logoUrl,e)},rn=(r,t)=>{if(typeof r.logoUrl=="string")return r.logoUrl;let e=t?.preferences?.theme??"light";return bt(r.logoUrl,e)};var wt=class{async getRandomBytes(t){if(typeof window>"u"||!window.crypto)throw new Error("Web Crypto API not available");let e=new Uint8Array(t);return window.crypto.getRandomValues(e),e}},It=class{async getRandomBytes(t){if(typeof process>"u"||!process.versions?.node)throw new Error("Node.js environment not detected");try{let e=await import("crypto");return new Uint8Array(e.randomBytes(t))}catch(e){throw new Error(`Node.js crypto not available: ${e instanceof Error?e.message:"Unknown error"}`)}}},D=null;function zt(){if(D)return D;if(typeof window<"u"&&window.crypto)return D=new wt,D;if(typeof process<"u"&&process.versions?.node)return D=new It,D;throw new Error("No compatible crypto provider found. Please provide a crypto provider using setCryptoProvider() or ensure Web Crypto API is available.")}function an(r){D=r}async function _t(r,t){if(r<=0||!Number.isInteger(r))throw new Error("Size must be a positive integer");return(t||zt()).getRandomBytes(r)}function Fe(r){if(!(r instanceof Uint8Array))throw new Error("Input must be a Uint8Array");let t=new Array(r.length*2);for(let e=0;e<r.length;e++){let n=r[e];t[e*2]=(n>>>4).toString(16),t[e*2+1]=(n&15).toString(16)}return t.join("")}function sn(r){if(!(r instanceof Uint8Array))throw new Error("Input must be a Uint8Array");if(typeof Buffer<"u")return Buffer.from(r).toString("base64");if(typeof btoa<"u"){let t=String.fromCharCode.apply(null,Array.from(r));return btoa(t)}else throw new Error("Base64 encoding not available in this environment")}async function Gt(r,t){if(r<=0||r%2!==0)throw new Error("Length must be a positive even number");let e=await _t(r/2,t);return Fe(e)}async function on(){let r={randomBytes:!1,environment:"unknown"};try{typeof window<"u"&&window.crypto?r.environment="browser":typeof process<"u"&&process.versions?.node&&(r.environment="nodejs"),await _t(16),r.randomBytes=!0}catch{}return r}function pn(){return zt()}var un=r=>Object.values(r.vars||{}).filter(t=>t.startsWith(`${u.Vars.Env}:`)).map(t=>{let e=t.replace(`${u.Vars.Env}:`,"").trim(),[n,i]=e.split(u.ArgCompositeSeparator);return{key:n,description:i||null}});var W=(r,t)=>{let e=t.find(n=>n.chainInfo.name.toLowerCase()===r.toLowerCase());if(!e)throw new Error(`Adapter not found for chain: ${r}`);return e},st=r=>{if(r==="warp")return`warp:${z.Warp}`;if(r==="brand")return`brand:${z.Brand}`;if(r==="abi")return`abi:${z.Abi}`;throw new Error(`getLatestProtocolIdentifier: Invalid protocol name: ${r}`)},E=(r,t)=>r?.actions[t-1],Ue=["state","mount","unmount","loop"],N=r=>{if(r.actions.length===0)throw new Error(`Warp has no actions: ${r.meta?.identifier}`);let t=r.actions.find(e=>!Ue.includes(e.type));return t?{action:t,index:r.actions.indexOf(t)}:{action:r.actions[0],index:0}},Pt=r=>r.auto===!1?!1:r.type==="link"?r.auto===!0:!0,ot=(r,t)=>{let e=r.toString(),[n,i=""]=e.split("."),a=Math.abs(t);if(t>0)return BigInt(n+i.padEnd(a,"0"));if(t<0){let s=n+i;if(a>=s.length)return 0n;let p=s.slice(0,-a)||"0";return BigInt(p)}else return e.includes(".")?BigInt(e.split(".")[0]):BigInt(e)},Jt=(r,t=100)=>{if(!r)return"";let e=r.replace(/<\/?(h[1-6])[^>]*>/gi," - ").replace(/<\/?(p|div|ul|ol|li|br|hr)[^>]*>/gi," ").replace(/<[^>]+>/g,"").replace(/\s+/g," ").trim();return e=e.startsWith("- ")?e.slice(2):e,e=e.length>t?e.substring(0,e.lastIndexOf(" ",t))+"...":e,e},j=(r,t)=>r.replace(/\{\{([^}]+)\}\}/g,(e,n)=>{let i=t[n];return i==null?"":typeof i=="object"&&i!==null?JSON.stringify(i):String(i)}),M=(r,t)=>r.replace(/\{\{([^}]+)\}\}/g,(e,n)=>{let i=t[n];return i==null?"":typeof i=="string"?`'${i.replace(/\\/g,"\\\\").replace(/'/g,"\\'").replace(/\n/g,"\\n").replace(/\r/g,"\\r").replace(/\t/g,"\\t")}'`:typeof i=="object"&&i!==null?`'${JSON.stringify(i).replace(/'/g,"\\'")}'`:String(i)}),mn=r=>{let t=r.actions.some(e=>["transfer","contract"].includes(e.type)?!0:(e.inputs??[]).some(n=>n.source===u.Source.UserWallet||n.default===`{{${u.Globals.UserWallet.Placeholder}}}`||n.default===`{{${u.Globals.UserWalletPublicKey.Placeholder}}}`));return{required:t,chain:t?r.chain??null:null}},k=r=>{if(!r||typeof r!="string")return!0;try{return!!new Function(`return ${r}`)()}catch(t){throw new Error(`Failed to evaluate 'when' condition: ${r}. Error: ${t}`)}};var Wn={de:"German",en:"English",es:"Spanish",fr:"French",it:"Italian",pt:"Portuguese",ru:"Russian",zh:"Chinese",ja:"Japanese",ko:"Korean",ar:"Arabic",hi:"Hindi",nl:"Dutch",sv:"Swedish",da:"Danish",no:"Norwegian",fi:"Finnish",pl:"Polish",tr:"Turkish",el:"Greek",he:"Hebrew",th:"Thai",vi:"Vietnamese",id:"Indonesian",ms:"Malay",tl:"Tagalog"},pt=(r,t)=>{let e=t?.preferences?.locale||"en";if(typeof r=="string")return r;if(typeof r=="object"&&r!==null){if(e in r)return r[e];if("en"in r)return r.en;let n=Object.keys(r);if(n.length>0)return r[n[0]]}return""},xn=r=>typeof r=="object"&&r!==null&&Object.keys(r).length>0,An=r=>r;var K=r=>r.startsWith(u.IdentifierAliasMarker)?r.replace(u.IdentifierAliasMarker,""):r,wn=(r,t)=>!r||!t?!1:K(r)===K(t),Tt=(r,t,e)=>{let n=K(e);if(t===u.IdentifierType.Alias)return u.IdentifierAliasMarker+n;if(!r)throw new Error("Chain is required for hash warp identifiers");return r+u.IdentifierParamSeparator+t+u.IdentifierParamSeparator+n},F=r=>{let t=decodeURIComponent(r).trim(),e=K(t),n=e.split("?")[0],i=Qt(n);if(n.length===64&&/^[a-fA-F0-9]+$/.test(n))return{chain:null,type:u.IdentifierType.Hash,identifier:e,identifierBase:n};if(i.length===2&&/^[a-zA-Z0-9]{62}$/.test(i[0])&&/^[a-zA-Z0-9]{2}$/.test(i[1]))return null;if(i.length===3){let[a,s,p]=i;if(s===u.IdentifierType.Alias||s===u.IdentifierType.Hash){let l=e.includes("?")?p+e.substring(e.indexOf("?")):p;return{chain:a,type:s,identifier:l,identifierBase:p}}}if(i.length===2){let[a,s]=i;if(a===u.IdentifierType.Alias||a===u.IdentifierType.Hash){let p=e.includes("?")?s+e.substring(e.indexOf("?")):s;return{chain:null,type:a,identifier:p,identifierBase:s}}}if(i.length===2){let[a,s]=i;if(a!==u.IdentifierType.Alias&&a!==u.IdentifierType.Hash){let p=e.includes("?")?s+e.substring(e.indexOf("?")):s,l=De(s,a)?u.IdentifierType.Hash:u.IdentifierType.Alias;return{chain:a,type:l,identifier:p,identifierBase:s}}}return{chain:null,type:u.IdentifierType.Alias,identifier:e,identifierBase:n}},X=r=>{let t=new URL(r),n=t.searchParams.get(u.IdentifierParamName);if(n||(n=t.pathname.split("/")[1]),!n)return null;let i=decodeURIComponent(n);return F(i)},De=(r,t)=>/^[a-fA-F0-9]+$/.test(r)&&r.length>32,Me=r=>{let t=u.IdentifierParamSeparator,e=r.indexOf(t);return e!==-1?{separator:t,index:e}:null},Qt=r=>{let t=Me(r);if(!t)return[r];let{separator:e,index:n}=t,i=r.substring(0,n),a=r.substring(n+e.length),s=Qt(a);return[i,...s]},Kt=r=>{try{let t=new URL(r),e=new URLSearchParams(t.search);return e.delete(u.IdentifierParamName),e.toString()||null}catch{return null}},Xt=r=>{let t=r.indexOf("?");if(t===-1||t===r.length-1)return null;let e=r.substring(t+1);return e.length>0?e:null},Zt=r=>{if(!r)return{};let t=r.startsWith("?")?r.slice(1):r;if(!t)return{};let e=new URLSearchParams(t),n={};return e.forEach((i,a)=>{n[a]=i}),n},In=r=>{let t=F(r);return(t?t.identifierBase:K(r)).trim()},Pn=r=>{let t=r.meta?.identifier;if(!t)return"";let e=r.meta?.query;if(e&&typeof e=="object"&&Object.keys(e).length>0){let n=new URLSearchParams(e);return`${t}?${n.toString()}`}return t};var St=r=>{let[t,...e]=r.split(/:(.*)/,2);return[t,e[0]||""]},En=r=>{let t=new Set(Object.values(m));if(!r.includes(u.ArgParamsSeparator))return!1;let e=St(r)[0];return t.has(e)};var Et=(r,t,e)=>Yt(r.messages,t,e),On=(r,t,e)=>!("messages"in r)||!r.messages?{}:Yt(r.messages,t,e),Yt=(r,t,e)=>{if(!r)return{};let n=Object.entries(r).map(([i,a])=>{let s=pt(a,e);return[i,j(s,t)]});return Object.fromEntries(n)};import ke from"qr-code-styling";var _=class{constructor(t,e){this.config=t;this.adapters=e}isValid(t){return t.startsWith(u.HttpProtocolPrefix)?!!X(t):!1}build(t,e,n){let i=this.config.clientUrl||U.DefaultClientUrl(this.config.env),a=W(t,this.adapters),s=e===u.IdentifierType.Alias?n:e+u.IdentifierParamSeparator+n,p=a.chainInfo.name+u.IdentifierParamSeparator+s,l=encodeURIComponent(p);return U.SuperClientUrls.includes(i)?`${i}/${l}`:`${i}?${u.IdentifierParamName}=${l}`}buildFromPrefixedIdentifier(t){let e=F(t);if(!e)return null;if(!e.chain){let i=this.config.clientUrl||U.DefaultClientUrl(this.config.env),a=u.IdentifierAliasMarker+e.identifierBase;return U.SuperClientUrls.includes(i)?`${i}/${encodeURIComponent(a)}`:`${i}?${u.IdentifierParamName}=${encodeURIComponent(a)}`}let n=W(e.chain,this.adapters);return n?this.build(n.chainInfo.name,e.type,e.identifierBase):null}generateQrCode(t,e,n,i=512,a="white",s="black",p="#23F7DD"){let l=W(t,this.adapters),o=this.build(l.chainInfo.name,e,n);return new ke({type:"svg",width:i,height:i,data:String(o),margin:16,qrOptions:{typeNumber:0,mode:"Byte",errorCorrectionLevel:"Q"},backgroundOptions:{color:a},dotsOptions:{type:"extra-rounded",color:s},cornersSquareOptions:{type:"extra-rounded",color:s},cornersDotOptions:{type:"square",color:s},imageOptions:{hideBackgroundDots:!0,imageSize:.4,margin:8},image:`data:image/svg+xml;utf8,<svg width="16" height="16" viewBox="0 0 100 100" fill="${encodeURIComponent(p)}" xmlns="http://www.w3.org/2000/svg"><path d="M54.8383 50.0242L95 28.8232L88.2456 16L51.4717 30.6974C50.5241 31.0764 49.4759 31.0764 48.5283 30.6974L11.7544 16L5 28.8232L45.1616 50.0242L5 71.2255L11.7544 84.0488L48.5283 69.351C49.4759 68.9724 50.5241 68.9724 51.4717 69.351L88.2456 84.0488L95 71.2255L54.8383 50.0242Z"/></svg>`})}};var qe="https://",ze=(r,t)=>{if(typeof r=="string")return r;if(r.when&&t){let e=M(r.when,t);if(!k(e))return null}return r.identifier},_e=r=>typeof r=="object"&&!Array.isArray(r)&&!("identifier"in r),$t=(r,t,e)=>{if(!r)return null;let n;if(typeof r=="string")n=t==="success"?[r]:[];else if(Array.isArray(r))n=t==="success"?r:[];else if(_e(r)){let a=r[t];n=a?Array.isArray(a)?a:[a]:[]}else n=t==="success"?[r]:[];if(n.length===0)return null;let i=[];for(let a of n){let s=ze(a,e);s!==null&&i.push(s)}return i.length>0?i:null},qn=(r,t,e)=>$t(r,t,e)?.[0]??null,te=(r,t,e,n,i)=>{if(n.startsWith(qe))return[{identifier:null,url:n}];let[a,s]=n.split("?");if(!s){let f=j(a,{...e.vars,...i});return[{identifier:f,url:Rt(t,f,r)}]}let p=s.match(/{{([^}]+)\[\](\.[^}]+)?}}/g)||[];if(p.length===0){let f=j(s,{...e.vars,...i}),g=f?`${a}?${f}`:a;return[{identifier:g,url:Rt(t,g,r)}]}let l=p[0];if(!l)return[];let o=l.match(/{{([^[]+)\[\]/),c=o?o[1]:null;if(!c||i[c]===void 0)return[];let d=Array.isArray(i[c])?i[c]:[i[c]];if(d.length===0)return[];let h=p.filter(f=>f.includes(`{{${c}[]`)).map(f=>{let g=f.match(/\[\](\.[^}]+)?}}/),y=g&&g[1]||"";return{placeholder:f,field:y?y.slice(1):"",regex:new RegExp(f.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),"g")}});return d.map(f=>{let g=s;for(let{regex:x,field:C}of h){let A=C?Ge(f,C):f;if(A==null)return null;g=g.replace(x,A)}if(g.includes("{{")||g.includes("}}"))return null;let y=g?`${a}?${g}`:a;return{identifier:y,url:Rt(t,y,r)}}).filter(f=>f!==null)},lt=(r,t,e,n,i)=>{let a=E(e,n)?.next||e.next||null,s=$t(a,"success",i);if(!s)return null;let p=s.flatMap(l=>te(r,t,e,l,i));return p.length>0?p:null},ct=(r,t,e,n,i,a)=>{let s=a==="error"?"error":"success",p=E(e,n)?.next||e.next||null,l=$t(p,s,i);if(!l)return null;let o=l.flatMap(c=>te(r,t,e,c,i));return o.length>0?o:null},Rt=(r,t,e)=>{let[n,i]=t.split("?"),a=new _(e,r).buildFromPrefixedIdentifier(n);if(!a)throw new Error(`Cannot build URL for identifier: ${n}`);if(!i)return a;let s=new URL(a);return new URLSearchParams(i).forEach((p,l)=>s.searchParams.set(l,p)),s.toString().replace(/\/\?/,"?")},Ge=(r,t)=>t.split(".").reduce((e,n)=>e?.[n],r);var q=class q{static debug(...t){q.isTestEnv||console.debug(...t)}static info(...t){q.isTestEnv||console.info(...t)}static warn(...t){q.isTestEnv||console.warn(...t)}static error(...t){q.isTestEnv||console.error(...t)}};q.isTestEnv=typeof process<"u"&&process.env.JEST_WORKER_ID!==void 0;var b=q;function Je(r,t,e){return r.startsWith(u.Position.Payload)?r.slice(u.Position.Payload.length).split(".").reduceRight((n,i,a,s)=>({[i]:a===s.length-1?{[t]:e}:n}),{}):{[t]:e}}function ee(r,t){if(!r)return{...t};if(!t)return{...r};let e={...r};return Object.keys(t).forEach(n=>{e[n]&&typeof e[n]=="object"&&typeof t[n]=="object"?e[n]=ee(e[n],t[n]):e[n]=t[n]}),e}function Qe(r,t){if(!r.value)return null;let e=t.stringToNative(r.value)[1];if(r.input.type==="biguint")return e.toString();if(r.input.type==="asset"){let{identifier:n,amount:i}=e;return{identifier:n,amount:i.toString()}}else return e}function B(r){return r.map(t=>t.value).filter(t=>t!=null&&t!=="")}function G(r,t){let e={};return r.forEach(n=>{if(n.input.position==="local")return;let i=n.input.as||n.input.name,a=Qe(n,t);if(n.input.position&&typeof n.input.position=="string"&&n.input.position.startsWith(u.Position.Payload)){let s=Je(n.input.position,i,a);e=ee(e,s)}else e[i]=a}),e}function ut(r,t,e,n){let i={},a=e!==void 0?e:r.length,s=p=>{if(!p?.value)return;let l=p.input.as||p.input.name,[,o]=t.stringToNative(p.value);if(i[l]=o,p.input.type!=="asset"||typeof o!="object"||o===null)return;let c=o;if("identifier"in c&&"amount"in c){let d=String(c.identifier);i[`${l}.token`]=d,i[`${l}.identifier`]=d,i[`${l}.amount`]=String(c.amount)}};for(let p=0;p<a;p++)s(r[p]);return s(n),i}var re=(r,t,e)=>{let n=[],i=[],a={};if(r.output)for(let[s,p]of Object.entries(r.output)){if(p.startsWith(u.Transform.Prefix))continue;let l=tr(p);if(l!==null&&l!==t){a[s]=null;continue}let[o,...c]=p.split(".");if(o==="out"||o.startsWith("out[")||o==="$"){let d=e(c);n.push(String(d)),i.push(d),a[s]=d}else a[s]=p}return{stringValues:n,nativeValues:i,output:a}},Z=async(r,t,e,n,i,a)=>{let s=(h,f)=>f.reduce((g,y)=>g&&g[y]!==void 0?g[y]:null,h),p=h=>h.length===0?t:s(t,h),{stringValues:l,nativeValues:o,output:c}=re(r,e,p),d=G(n,i);for(let h of n)if(h.input.position==="local"){let f=h.input.as||h.input.name;if(f&&h.value){let[,g]=i.stringToNative(h.value);d[f]=g}}return{values:{string:l,native:o,mapped:d},output:await ne(r,c,t,e,n,i,a)}},ne=async(r,t,e,n,i,a,s)=>{if(!r.output)return t;let p={...t};return p=Ke(p,r,n,i,a),p=await Xe(r,p,e,i,a,s.transform?.runner||null),p},Ke=(r,t,e,n,i)=>{let a={...r},s=E(t,e)?.inputs||[];for(let[p,l]of Object.entries(a))if(typeof l=="string"&&l.startsWith("in.")){let o=l.split(".")[1],c=s.findIndex(h=>h.as===o||h.name===o),d=c!==-1?n[c]?.value:null;a[p]=d?i.stringToNative(d)[1]:null}return a},Xe=async(r,t,e,n,i,a)=>{if(!r.output)return t;let s={...t},p=Object.entries(r.output).filter(([,o])=>o.startsWith(u.Transform.Prefix)).map(([o,c])=>({key:o,code:c.substring(u.Transform.Prefix.length)}));if(p.length>0&&(!a||typeof a.run!="function"))throw new Error("Transform output is defined but no transform runner is configured. Provide a runner via config.transform.runner.");let l={...s,out:Ze(e),inputs:ut(n,i)};for(let{key:o,code:c}of p)try{s[o]=await a.run(c,l),l[o]=s[o]}catch(d){b.error(`Transform error for Warp '${r.name}' with output '${o}':`,d),s[o]=null,l[o]=null}return s},Ze=r=>{if(!r||typeof r!="object"||Array.isArray(r)||!Array.isArray(r.data))return r;let t=[...r.data];return t.data=r.data,t},ie=async(r,t,e,n,i,a)=>{let s=d=>d.length===0?t:null,{stringValues:p,nativeValues:l,output:o}=re(r,e,s),c=await ne(r,o,t,e,n,i,a);return"PROMPT"in c||(c.PROMPT=t),{values:{string:p,native:l,mapped:G(n,i)},output:c}},Ye=(r,t)=>{let e=r.split(".");return e[0]!=="out"?r:e.length===1?t:e.slice(1).reduce((n,i)=>n&&n[i]!==void 0?n[i]:null,t)},ae=(r,t,e)=>{if(!r.output)return t.output;let n={...t.output||{},...t.values?.mapped||{}},i={};for(let[a,s]of Object.entries(r.output)){let p=s.startsWith(u.Append.Prefix),l=p?s.slice(u.Append.Prefix.length):s,o=Ye(l,n);if(p){let c=e?.[a],d=Array.isArray(c)?c:c!==void 0?[c]:[];i[a]=[...d,o]}else i[a]=o}return{...t.output,...i}},tr=r=>{if(r==="out")return 1;let t=r.match(/^out\[(\d+)\]/);return t?parseInt(t[1],10):(r.startsWith("out.")||r.startsWith("event."),null)};var er=r=>r==null||typeof r!="object"||Array.isArray(r)?!1:kt.some(t=>t in r),se=(r,t)=>{if(!er(r))return r;if(!t)throw new Error("Platform-specific value requires platform in client config");let e=r[t];if(e===void 0)throw new Error(`Warp does not support platform: ${t}`);return e};var ni=(r,t,e,n)=>{let i=r.preferences?.providers?.[t];return i?.[e]?typeof i[e]=="string"?{url:i[e]}:i[e]:{url:n}};async function rr(r,t,e,n=5){let i=await Gt(64,e),a=new Date(Date.now()+n*60*1e3).toISOString();return{message:JSON.stringify({wallet:r,nonce:i,expiresAt:a,purpose:t}),nonce:i,expiresAt:a}}async function Nt(r,t,e,n){let i=n||`prove-wallet-ownership for app "${t}"`;return rr(r,i,e,5)}function Ot(r,t,e,n){return{"X-Signer-Wallet":r,"X-Signer-Signature":t,"X-Signer-Nonce":e,"X-Signer-ExpiresAt":n}}async function oi(r,t,e,n){let{message:i,nonce:a,expiresAt:s}=await Nt(r,e,n),p=await t(i);return Ot(r,p,a,s)}function pi(r){let t=new Date(r).getTime();return Date.now()<t}function li(r){try{let t=JSON.parse(r);if(!t.wallet||!t.nonce||!t.expiresAt||!t.purpose)throw new Error("Invalid signed message: missing required fields");return t}catch(t){throw new Error(`Failed to parse signed message: ${t instanceof Error?t.message:"Unknown error"}`)}}var nr=r=>typeof r.name=="string"&&r.name.trim()?r.name.trim():typeof r.title=="string"&&r.title.trim()?r.title.trim():"generated-warp",ir=r=>r.normalize("NFKD").replace(/[^\w\s-]/g,"").toLowerCase().replace(/[\s_]+/g,"-").replace(/-+/g,"-").replace(/^-|-$/g,""),oe=(r,t=24)=>{let e=ir(r);return e?e.slice(0,t):"action"},pe=r=>{let t=3735928559^r.length,e=1103547991^r.length;for(let a=0;a<r.length;a++){let s=r.charCodeAt(a);t=Math.imul(t^s,2654435761),e=Math.imul(e^s,1597334677)}t=Math.imul(t^t>>>16,2246822507)^Math.imul(e^e>>>13,3266489909),e=Math.imul(e^e>>>16,2246822507)^Math.imul(t^t>>>13,3266489909);let n=(e>>>0).toString(16).padStart(8,"0"),i=(t>>>0).toString(16).padStart(8,"0");return`${n}${i}`.slice(0,12)},ar=r=>{let t=(r||"").trim();if(!t)return"";try{let e=new URL(t),n=e.pathname.replace(/\/+$/,"").toLowerCase()||"/";return`${e.origin.toLowerCase()}${n}`}catch{return t.toLowerCase()}},ui=(r,t,e)=>{let n=oe((e||t||"").trim()||"action"),i=`${r.type}|${ar(r.url)}|${(r.contract||"").trim().toLowerCase()}|${t.trim().toLowerCase()}`,a=pe(i);return`private_src_${n}_${a}`},sr=r=>{let t=nr(r),e=oe(t),n=pe(t.trim().toLowerCase());return`private_gen_${e}_${n}`},di=(r,t,e,n)=>{(!r.name||!r.name.trim())&&n&&(r.name=n);let i=r.chain||t;r.meta={chain:i,identifier:e||sr(r),hash:r.meta?.hash||"",creator:r.meta?.creator||"",createdAt:r.meta?.createdAt||"",query:r.meta?.query||null}},fi=r=>!!r&&(r.startsWith("private_src_")||r.startsWith("private_gen_"));async function hi(r){let t={address:null,publicKey:null};if(!r)return t;try{t.address=await r.getAddress()}catch{}try{t.publicKey=await r.getPublicKey()}catch{}return t}function yi(r,t,e){return null}var or=(r,t)=>{let e=null;try{e=N(r)}catch{return[]}let n=e?.action;return!n||n.type!=="contract"&&n.type!=="transfer"?[]:(n.inputs??[]).some(s=>s.position==="value"||s.position==="transfer"||s.type==="asset")?[t.nativeToken.identifier]:[]},Ai=async(r,t,e,n)=>{try{let i=W(e,n),a=or(r,i.chainInfo);if(!a.length)return!0;let s=await i.dataLoader.getAccountAssets(t),p=new Map(s.map(l=>[l.identifier,l.amount??0n]));return a.every(l=>(p.get(l)??0n)>0n)}catch{return!0}};import{Mppx as pr,tempo as lr}from"mppx/client";async function le(r){for(let t of r){if(!t.wallet.getMppAccount)continue;let e=await t.wallet.getMppAccount().catch(()=>null);if(!e)continue;return b.debug("WarpExecutor: Using mppx fetch for MPP auto-payment"),pr.create({methods:[lr({account:e})],polyfill:!1}).fetch}return fetch}var cr=r=>{try{return JSON.parse(r)}catch{return null}},ce=/^(.+)\[\]$/,ue={boolean:m.Bool,integer:m.Uint32,int:m.Uint32,number:m.Uint64},w=class{constructor(t){this.typeRegistry=t?.typeRegistry}nativeToString(t,e){if(t=ue[t]??t,ce.test(t)){let n=typeof e=="string"?cr(e):null;return t+u.ArgParamsSeparator+JSON.stringify(n??e)}if(t===m.Tuple&&Array.isArray(e)){if(e.length===0)return t+u.ArgParamsSeparator;if(e.every(n=>typeof n=="string"&&n.includes(u.ArgParamsSeparator))){let n=e.map(s=>this.getTypeAndValue(s)),i=n.map(([s])=>s),a=n.map(([,s])=>s);return`${t}(${i.join(u.ArgCompositeSeparator)})${u.ArgParamsSeparator}${a.join(u.ArgListSeparator)}`}return t+u.ArgParamsSeparator+e.join(u.ArgListSeparator)}if(t===m.Struct&&typeof e=="object"&&e!==null&&!Array.isArray(e)){let n=e;if(!n._name)throw new Error("Struct objects must have a _name property to specify the struct name");let i=n._name,a=Object.keys(n).filter(p=>p!=="_name");if(a.length===0)return`${t}(${i})${u.ArgParamsSeparator}`;let s=a.map(p=>{let[l,o]=this.getTypeAndValue(n[p]);return`(${p}${u.ArgParamsSeparator}${l})${o}`});return`${t}(${i})${u.ArgParamsSeparator}${s.join(u.ArgListSeparator)}`}if(t.startsWith(m.Vector)&&Array.isArray(e)){if(e.length===0)return`${t}${u.ArgParamsSeparator}`;let i=t.includes(u.IdentifierParamSeparator)?t.split(u.IdentifierParamSeparator)[1]:typeof e[0]=="string"&&e[0].includes(u.ArgParamsSeparator)?e[0].substring(0,e[0].indexOf(u.ArgParamsSeparator)):null;if(!i)return t+u.ArgParamsSeparator+e.join(u.ArgListSeparator);let a=e.map(p=>{if(typeof p=="string"&&p.includes(u.ArgParamsSeparator)){let l=p.indexOf(u.ArgParamsSeparator),o=p.substring(l+1);return i.startsWith(m.Tuple)?o.replace(u.ArgListSeparator,u.ArgCompositeSeparator):o}return String(p)}),s=i.startsWith(m.Struct)?u.ArgStructSeparator:u.ArgListSeparator;return t+u.ArgParamsSeparator+i+u.ArgParamsSeparator+a.join(s)}if(t===m.Asset&&typeof e=="object"&&e&&"identifier"in e&&"amount"in e)return"decimals"in e?m.Asset+u.ArgParamsSeparator+e.identifier+u.ArgCompositeSeparator+String(e.amount)+u.ArgCompositeSeparator+String(e.decimals):m.Asset+u.ArgParamsSeparator+e.identifier+u.ArgCompositeSeparator+String(e.amount);if(this.typeRegistry){let n=this.typeRegistry.getHandler(t);if(n)return n.nativeToString(e);let i=this.typeRegistry.resolveType(t);if(i!==t)return this.nativeToString(i,e)}return t==="json"?t+u.ArgParamsSeparator+JSON.stringify(e):t+u.ArgParamsSeparator+(e?.toString()??"")}stringToNative(t){let e=t.split(u.ArgParamsSeparator),n=ue[e[0]]??e[0],i=e.slice(1).join(u.ArgParamsSeparator);if(ce.test(n)){if(!i)return[n,[]];try{return[n,JSON.parse(i)]}catch{return[n,i]}}if(n==="null")return[n,null];if(n===m.Option){let[a,s]=i.split(u.ArgParamsSeparator);return[m.Option+u.ArgParamsSeparator+a,s||null]}if(n===m.Vector){let a=i.indexOf(u.ArgParamsSeparator),s=i.substring(0,a),p=i.substring(a+1),l=s.startsWith(m.Struct)?u.ArgStructSeparator:u.ArgListSeparator,c=(p?p.split(l):[]).map(d=>this.stringToNative(s+u.ArgParamsSeparator+d)[1]);return[m.Vector+u.ArgParamsSeparator+s,c]}else if(n.startsWith(m.Tuple)){let a=n.match(/\(([^)]+)\)/)?.[1]?.split(u.ArgCompositeSeparator),p=i.split(u.ArgCompositeSeparator).map((l,o)=>this.stringToNative(`${a[o]}${u.IdentifierParamSeparator}${l}`)[1]);return[n,p]}else if(n.startsWith(m.Struct)){let a=n.match(/\(([^)]+)\)/);if(!a)throw new Error("Struct type must include a name in the format struct(Name)");let p={_name:a[1]};return i&&i.split(u.ArgListSeparator).forEach(l=>{let o=l.match(new RegExp(`^\\(([^${u.ArgParamsSeparator}]+)${u.ArgParamsSeparator}([^)]+)\\)(.+)$`));if(o){let[,c,d,h]=o;p[c]=this.stringToNative(`${d}${u.IdentifierParamSeparator}${h}`)[1]}}),[n,p]}else{if(n===m.String)return[n,i];if(n===m.Uint8||n===m.Uint16||n===m.Uint32)return[n,Number(i)];if(n===m.Uint64||n===m.Uint128||n===m.Uint256||n===m.Biguint)return[n,BigInt(i||0)];if(n===m.Bool)return[n,i==="true"];if(n===m.Address)return[n,i];if(n===m.Hex)return[n,i];if(n===m.Datetime)return[n,i];if(n===m.Asset){let[a,s]=i.split(u.ArgCompositeSeparator),p={identifier:a,amount:BigInt(s)};return[n,p]}}if(this.typeRegistry){let a=this.typeRegistry.getHandler(n);if(a){let p=a.stringToNative(i);return[n,p]}let s=this.typeRegistry.resolveType(n);if(s!==n){let[p,l]=this.stringToNative(`${s}:${i}`);return[n,l]}}if(n==="json")try{return[n,JSON.parse(i)]}catch{return[n,i]}if(n==="chain"||n==="nft"||n==="email"||n==="textarea"||n==="file")return[n,i];throw new Error(`WarpArgSerializer (stringToNative): Unsupported input type: ${n}`)}getTypeAndValue(t){if(typeof t=="string"&&t.includes(u.ArgParamsSeparator)){let[e,n]=t.split(u.ArgParamsSeparator);return[e,n]}return typeof t=="number"?[m.Uint32,t]:typeof t=="bigint"?[m.Uint64,t]:typeof t=="boolean"?[m.Bool,t]:[typeof t,t]}};var Ei=r=>new w().nativeToString(m.String,r),Ri=r=>new w().nativeToString(m.Uint8,r),$i=r=>new w().nativeToString(m.Uint16,r),Ni=r=>new w().nativeToString(m.Uint32,r),Oi=r=>new w().nativeToString(m.Uint64,r),ji=r=>new w().nativeToString(m.Biguint,r),Bi=r=>new w().nativeToString(m.Bool,r),Li=r=>new w().nativeToString(m.Address,r),de=r=>new w().nativeToString(m.Asset,r),Vi=r=>new w().nativeToString(m.Hex,r),Hi=(r,t)=>{if(t===null)return m.Option+u.ArgParamsSeparator;let e=r(t),n=e.indexOf(u.ArgParamsSeparator),i=e.substring(0,n),a=e.substring(n+1);return m.Option+u.ArgParamsSeparator+i+u.ArgParamsSeparator+a},Fi=(...r)=>new w().nativeToString(m.Tuple,r),Ui=r=>new w().nativeToString(m.Struct,r),Di=r=>new w().nativeToString(m.Vector,r);import ur from"ajv";var fe=class{constructor(t){this.pendingBrand={protocol:st("brand"),name:"",description:"",logo:""};this.config=t}async createFromRaw(t,e=!0){let n=JSON.parse(t);return e&&await this.ensureValidSchema(n),n}setName(t){return this.pendingBrand.name=t,this}setDescription(t){return this.pendingBrand.description=t,this}setLogo(t){return this.pendingBrand.logo=t,this}setUrls(t){return this.pendingBrand.urls=t,this}setColors(t){return this.pendingBrand.colors=t,this}setCta(t){return this.pendingBrand.cta=t,this}async build(){return this.ensureWarpText(this.pendingBrand.name,"name is required"),this.ensureWarpText(this.pendingBrand.description,"description is required"),typeof this.pendingBrand.logo=="string"&&this.ensure(this.pendingBrand.logo,"logo is required"),await this.ensureValidSchema(this.pendingBrand),this.pendingBrand}ensure(t,e){if(!t)throw new Error(`Warp: ${e}`)}ensureWarpText(t,e){if(!t)throw new Error(`Warp: ${e}`);if(typeof t=="object"&&Object.keys(t).length===0)throw new Error(`Warp: ${e}`)}async ensureValidSchema(t){let e=this.config.schema?.brand||U.LatestBrandSchemaUrl,i=await(await fetch(e)).json(),a=new ur,s=a.compile(i);if(!s(t))throw new Error(`BrandBuilder: schema validation failed: ${a.errorsText(s.errors)}`)}};import fr from"ajv";var ge={$ref:"#/definitions/Warp",$schema:"http://json-schema.org/draft-07/schema#",definitions:{Warp:{additionalProperties:!1,properties:{actions:{items:{$ref:"#/definitions/WarpAction"},type:"array"},bot:{type:"string"},chain:{$ref:"#/definitions/WarpChainName"},description:{anyOf:[{$ref:"#/definitions/WarpText"},{type:"null"}]},messages:{additionalProperties:{$ref:"#/definitions/WarpText"},type:"object"},meta:{$ref:"#/definitions/WarpMeta"},name:{type:"string"},next:{$ref:"#/definitions/WarpNextConfig"},output:{additionalProperties:{$ref:"#/definitions/WarpResulutionPath"},type:"object"},preview:{type:"string"},protocol:{type:"string"},related:{items:{type:"string"},type:"array"},schedule:{$ref:"#/definitions/WarpSchedule"},sections:{items:{$ref:"#/definitions/WarpSection"},type:"array"},title:{$ref:"#/definitions/WarpText"},trigger:{$ref:"#/definitions/WarpTrigger"},ui:{type:"string"},vars:{additionalProperties:{type:"string"},type:"object"}},required:["protocol","name","title","description","actions"],type:"object"},WarpAction:{anyOf:[{$ref:"#/definitions/WarpTransferAction"},{$ref:"#/definitions/WarpContractAction"},{$ref:"#/definitions/WarpQueryAction"},{$ref:"#/definitions/WarpCollectAction"},{$ref:"#/definitions/WarpComputeAction"},{$ref:"#/definitions/WarpLinkAction"},{$ref:"#/definitions/WarpMcpAction"},{$ref:"#/definitions/WarpPromptAction"},{$ref:"#/definitions/WarpStateAction"},{$ref:"#/definitions/WarpMountAction"},{$ref:"#/definitions/WarpUnmountAction"},{$ref:"#/definitions/WarpLoopAction"},{$ref:"#/definitions/WarpInlineAction"}]},WarpActionInput:{additionalProperties:!1,properties:{as:{type:"string"},bot:{type:"string"},default:{type:["string","number","boolean"]},description:{anyOf:[{$ref:"#/definitions/WarpText"},{type:"null"}]},label:{$ref:"#/definitions/WarpText"},max:{anyOf:[{type:"number"},{$ref:"#/definitions/WarpVarPlaceholder"}]},min:{anyOf:[{type:"number"},{$ref:"#/definitions/WarpVarPlaceholder"}]},modifier:{type:"string"},name:{type:"string"},options:{anyOf:[{items:{type:"string"},type:"array"},{additionalProperties:{$ref:"#/definitions/WarpText"},type:"object"}]},pattern:{type:"string"},patternDescription:{$ref:"#/definitions/WarpText"},position:{$ref:"#/definitions/WarpActionInputPosition"},required:{type:"boolean"},source:{$ref:"#/definitions/WarpActionInputSource"},type:{$ref:"#/definitions/WarpActionInputType"}},required:["name","type","source"],type:"object"},WarpActionInputPosition:{anyOf:[{const:"receiver",type:"string"},{const:"value",type:"string"},{const:"transfer",type:"string"},{const:"arg:1",type:"string"},{const:"arg:2",type:"string"},{const:"arg:3",type:"string"},{const:"arg:4",type:"string"},{const:"arg:5",type:"string"},{const:"arg:6",type:"string"},{const:"arg:7",type:"string"},{const:"arg:8",type:"string"},{const:"arg:9",type:"string"},{const:"arg:10",type:"string"},{const:"data",type:"string"},{const:"chain",type:"string"},{type:"string"},{const:"destination",type:"string"},{const:"local",type:"string"},{$ref:"#/definitions/WarpActionInputPositionAssetObject"}]},WarpActionInputPositionAssetObject:{additionalProperties:!1,properties:{amount:{type:"string"},token:{type:"string"}},required:["token","amount"],type:"object"},WarpActionInputSource:{enum:["field","query","user:wallet","hidden"],type:"string"},WarpActionInputType:{type:"string"},WarpActionType:{enum:["transfer","contract","query","collect","compute","link","mcp","prompt","state","mount","unmount","loop","inline"],type:"string"},WarpChainName:{enum:["multiversx","claws","sui","ethereum","base","arbitrum","polygon","somnia","tempo","fastset","solana","near"],type:"string"},WarpCollectAction:{additionalProperties:!1,properties:{auto:{type:"boolean"},description:{anyOf:[{$ref:"#/definitions/WarpText"},{type:"null"}]},destination:{$ref:"#/definitions/WarpCollectDestination"},inputs:{items:{$ref:"#/definitions/WarpActionInput"},type:"array"},label:{$ref:"#/definitions/WarpText"},messages:{additionalProperties:{$ref:"#/definitions/WarpText"},type:"object"},next:{$ref:"#/definitions/WarpNextConfig"},type:{$ref:"#/definitions/WarpActionType"},when:{type:"string"}},required:["type","label"],type:"object"},WarpCollectDestination:{anyOf:[{$ref:"#/definitions/WarpCollectDestinationHttp"},{type:"string"}]},WarpCollectDestinationHttp:{additionalProperties:!1,properties:{headers:{additionalProperties:{type:"string"},type:"object"},method:{enum:["GET","POST","PUT","DELETE"],type:"string"},url:{type:"string"}},required:["url"],type:"object"},WarpComputeAction:{additionalProperties:!1,properties:{auto:{type:"boolean"},description:{anyOf:[{$ref:"#/definitions/WarpText"},{type:"null"}]},inputs:{items:{$ref:"#/definitions/WarpActionInput"},type:"array"},label:{$ref:"#/definitions/WarpText"},messages:{additionalProperties:{$ref:"#/definitions/WarpText"},type:"object"},next:{$ref:"#/definitions/WarpNextConfig"},type:{const:"compute",type:"string"},when:{type:"string"}},required:["type","label"],type:"object"},WarpContractAction:{additionalProperties:!1,properties:{abi:{type:"string"},address:{type:"string"},args:{items:{type:"string"},type:"array"},auto:{type:"boolean"},description:{anyOf:[{$ref:"#/definitions/WarpText"},{type:"null"}]},func:{type:["string","null"]},gasLimit:{type:"number"},inputs:{items:{$ref:"#/definitions/WarpActionInput"},type:"array"},label:{$ref:"#/definitions/WarpText"},messages:{additionalProperties:{$ref:"#/definitions/WarpText"},type:"object"},next:{$ref:"#/definitions/WarpNextConfig"},transfers:{items:{type:"string"},type:"array"},type:{$ref:"#/definitions/WarpActionType"},value:{type:"string"},when:{type:"string"}},required:["type","label","gasLimit"],type:"object"},WarpI18nText:{additionalProperties:{type:"string"},type:"object"},WarpInlineAction:{additionalProperties:!1,properties:{auto:{type:"boolean"},description:{anyOf:[{$ref:"#/definitions/WarpText"},{type:"null"}]},inputs:{items:{$ref:"#/definitions/WarpActionInput"},type:"array"},label:{$ref:"#/definitions/WarpText"},messages:{additionalProperties:{$ref:"#/definitions/WarpText"},type:"object"},output:{additionalProperties:{type:"string"},type:"object"},silent:{type:"boolean"},type:{const:"inline",type:"string"},warp:{type:"string"},when:{type:"string"}},required:["type","label","warp"],type:"object"},WarpLinkAction:{additionalProperties:!1,properties:{auto:{type:"boolean"},description:{anyOf:[{$ref:"#/definitions/WarpText"},{type:"null"}]},inputs:{items:{$ref:"#/definitions/WarpActionInput"},type:"array"},label:{$ref:"#/definitions/WarpText"},messages:{additionalProperties:{$ref:"#/definitions/WarpText"},type:"object"},type:{$ref:"#/definitions/WarpActionType"},url:{type:"string"},when:{type:"string"}},required:["type","label","url"],type:"object"},WarpLoopAction:{additionalProperties:!1,properties:{auto:{type:"boolean"},delay:{type:"number"},description:{anyOf:[{$ref:"#/definitions/WarpText"},{type:"null"}]},inputs:{items:{$ref:"#/definitions/WarpActionInput"},type:"array"},label:{$ref:"#/definitions/WarpText"},maxIterations:{type:"number"},messages:{additionalProperties:{$ref:"#/definitions/WarpText"},type:"object"},next:{$ref:"#/definitions/WarpNextConfig"},type:{const:"loop",type:"string"},when:{type:"string"}},required:["type","label"],type:"object"},WarpMcpAction:{additionalProperties:!1,properties:{auto:{type:"boolean"},description:{anyOf:[{$ref:"#/definitions/WarpText"},{type:"null"}]},destination:{$ref:"#/definitions/WarpMcpDestination"},inputs:{items:{$ref:"#/definitions/WarpActionInput"},type:"array"},label:{$ref:"#/definitions/WarpText"},messages:{additionalProperties:{$ref:"#/definitions/WarpText"},type:"object"},next:{$ref:"#/definitions/WarpNextConfig"},type:{$ref:"#/definitions/WarpActionType"},when:{type:"string"}},required:["type","label"],type:"object"},WarpMcpDestination:{additionalProperties:!1,properties:{headers:{additionalProperties:{type:"string"},type:"object"},tool:{type:"string"},url:{type:"string"}},required:["url","tool"],type:"object"},WarpMeta:{additionalProperties:!1,properties:{chain:{anyOf:[{$ref:"#/definitions/WarpChainName"},{type:"null"}]},createdAt:{type:"string"},creator:{type:"string"},hash:{type:"string"},identifier:{type:"string"},query:{anyOf:[{type:"object"},{type:"null"}]}},required:["chain","identifier","query","hash","creator","createdAt"],type:"object"},WarpMountAction:{additionalProperties:!1,properties:{auto:{type:"boolean"},description:{anyOf:[{$ref:"#/definitions/WarpText"},{type:"null"}]},inputs:{items:{$ref:"#/definitions/WarpActionInput"},type:"array"},label:{$ref:"#/definitions/WarpText"},messages:{additionalProperties:{$ref:"#/definitions/WarpText"},type:"object"},next:{$ref:"#/definitions/WarpNextConfig"},type:{const:"mount",type:"string"},warp:{type:"string"},when:{type:"string"}},required:["type","label","warp"],type:"object"},WarpNextConfig:{anyOf:[{$ref:"#/definitions/WarpNextEntry"},{items:{$ref:"#/definitions/WarpNextEntry"},type:"array"},{additionalProperties:!1,properties:{error:{anyOf:[{$ref:"#/definitions/WarpNextEntry"},{items:{$ref:"#/definitions/WarpNextEntry"},type:"array"}]},success:{anyOf:[{$ref:"#/definitions/WarpNextEntry"},{items:{$ref:"#/definitions/WarpNextEntry"},type:"array"}]}},type:"object"}]},WarpNextEntry:{anyOf:[{type:"string"},{additionalProperties:!1,properties:{identifier:{type:"string"},when:{type:"string"}},required:["identifier"],type:"object"}]},"WarpPlatformValue<string>":{anyOf:[{type:"string"},{additionalProperties:!1,properties:{linux:{type:"string"},macos:{type:"string"},windows:{type:"string"}},type:"object"}]},WarpPromptAction:{additionalProperties:!1,properties:{as:{type:"string"},auto:{type:"boolean"},description:{anyOf:[{$ref:"#/definitions/WarpText"},{type:"null"}]},expect:{anyOf:[{type:"string"},{type:"object"}]},inputs:{items:{$ref:"#/definitions/WarpActionInput"},type:"array"},label:{$ref:"#/definitions/WarpText"},messages:{additionalProperties:{$ref:"#/definitions/WarpText"},type:"object"},next:{$ref:"#/definitions/WarpNextConfig"},prompt:{$ref:"#/definitions/WarpPlatformValue%3Cstring%3E"},type:{$ref:"#/definitions/WarpActionType"},when:{type:"string"}},required:["type","label","prompt"],type:"object"},WarpQueryAction:{additionalProperties:!1,properties:{abi:{type:"string"},address:{type:"string"},args:{items:{type:"string"},type:"array"},auto:{type:"boolean"},description:{anyOf:[{$ref:"#/definitions/WarpText"},{type:"null"}]},func:{type:"string"},inputs:{items:{$ref:"#/definitions/WarpActionInput"},type:"array"},label:{$ref:"#/definitions/WarpText"},messages:{additionalProperties:{$ref:"#/definitions/WarpText"},type:"object"},next:{$ref:"#/definitions/WarpNextConfig"},type:{$ref:"#/definitions/WarpActionType"},when:{type:"string"}},required:["type","label"],type:"object"},WarpResulutionPath:{type:"string"},WarpSchedule:{enum:["minutely","hourly","daily","weekly","monthly","yearly"],type:"string"},WarpSection:{additionalProperties:!1,properties:{description:{anyOf:[{$ref:"#/definitions/WarpText"},{type:"null"}]},inputs:{items:{type:"string"},type:"array"},title:{$ref:"#/definitions/WarpText"}},required:["title","inputs"],type:"object"},WarpStateAction:{additionalProperties:!1,properties:{auto:{type:"boolean"},data:{type:"object"},description:{anyOf:[{$ref:"#/definitions/WarpText"},{type:"null"}]},inputs:{items:{$ref:"#/definitions/WarpActionInput"},type:"array"},keys:{items:{type:"string"},type:"array"},label:{$ref:"#/definitions/WarpText"},messages:{additionalProperties:{$ref:"#/definitions/WarpText"},type:"object"},next:{$ref:"#/definitions/WarpNextConfig"},op:{enum:["read","write","clear"],type:"string"},store:{type:"string"},type:{const:"state",type:"string"},when:{type:"string"}},required:["type","label","op","store"],type:"object"},WarpText:{anyOf:[{type:"string"},{$ref:"#/definitions/WarpI18nText"}]},WarpTransferAction:{additionalProperties:!1,properties:{address:{type:"string"},auto:{type:"boolean"},data:{type:"string"},description:{anyOf:[{$ref:"#/definitions/WarpText"},{type:"null"}]},inputs:{items:{$ref:"#/definitions/WarpActionInput"},type:"array"},label:{$ref:"#/definitions/WarpText"},messages:{additionalProperties:{$ref:"#/definitions/WarpText"},type:"object"},next:{$ref:"#/definitions/WarpNextConfig"},transfers:{items:{type:"string"},type:"array"},type:{$ref:"#/definitions/WarpActionType"},value:{type:"string"},when:{type:"string"}},required:["type","label"],type:"object"},WarpTrigger:{anyOf:[{additionalProperties:!1,properties:{pattern:{type:"string"},type:{const:"message",type:"string"}},required:["type","pattern"],type:"object"},{additionalProperties:!1,properties:{body:{$ref:"#/definitions/WarpText"},inputs:{additionalProperties:{type:"string"},type:"object"},label:{$ref:"#/definitions/WarpText"},match:{additionalProperties:{type:["string","number","boolean"]},type:"object"},source:{type:"string"},subject:{$ref:"#/definitions/WarpText"},type:{const:"webhook",type:"string"}},required:["type","source"],type:"object"}]},WarpUnmountAction:{additionalProperties:!1,properties:{auto:{type:"boolean"},description:{anyOf:[{$ref:"#/definitions/WarpText"},{type:"null"}]},inputs:{items:{$ref:"#/definitions/WarpActionInput"},type:"array"},label:{$ref:"#/definitions/WarpText"},messages:{additionalProperties:{$ref:"#/definitions/WarpText"},type:"object"},next:{$ref:"#/definitions/WarpNextConfig"},type:{const:"unmount",type:"string"},warp:{type:"string"},when:{type:"string"}},required:["type","label","warp"],type:"object"},WarpVarPlaceholder:{type:"string"}}};var gr=new Set(["POST","PUT","PATCH","DELETE"]),hr=/^[A-Z][A-Z0-9_]*$/,dt=class{constructor(t){this.config=t;this.config=t}async validate(t){let e=[];return e.push(...this.validateHasActions(t)),e.push(...this.validateMaxOneValuePosition(t)),e.push(...this.validateVariableNamesAndResultNamesUppercase(t)),e.push(...this.validateAbiIsSetIfApplicable(t)),e.push(...this.validateUrlPlaceholdersHaveInputs(t)),e.push(...this.validateNoArgPositionsOnHttpActions(t)),e.push(...await this.validateSchema(t)),{valid:e.length===0,errors:e}}validateHasActions(t){try{let{action:e}=N(t);return e?[]:["Warp must have at least one action"]}catch(e){return[e instanceof Error?e.message:"Warp must have at least one action"]}}validateMaxOneValuePosition(t){return t.actions.filter(n=>n.inputs?n.inputs.some(i=>i.position==="value"):!1).length>1?["Only one value position action is allowed"]:[]}validateVariableNamesAndResultNamesUppercase(t){let e=[],n=(i,a)=>{i&&Object.keys(i).forEach(s=>{s!==s.toUpperCase()&&e.push(`${a} name '${s}' must be uppercase`)})};return n(t.vars,"Variable"),n(t.output,"Output"),t.trigger?.type==="webhook"&&t.trigger.inputs&&n(t.trigger.inputs,"Webhook trigger input"),e}validateAbiIsSetIfApplicable(t){let e=t.actions.some(s=>s.type==="contract"),n=t.actions.some(s=>s.type==="query");if(!e&&!n)return[];let i=t.actions.some(s=>s.abi),a=Object.values(t.output||{}).some(s=>s.startsWith("out.")||s.startsWith("event."));return t.output&&!i&&a?["ABI is required when output is present for contract or query actions"]:[]}validateUrlPlaceholdersHaveInputs(t){let e=[],n=new Set(Object.keys(t.vars??{})),i=new Set;for(let a of t.actions){let s=a.inputs??[];for(let o of s)typeof o.position=="string"&&o.position.startsWith("url:")&&i.add(o.position.slice(4));let p=a.destination;if(!p||typeof p=="string"||!p.url)continue;let l=this.extractUrlPlaceholders(p.url);if(l.length!==0)for(let o of l)n.has(o)||hr.test(o)||i.has(o)||e.push(`URL "${p.url}" contains {{${o}}} but no input has position "url:${o}" (and it is not declared in vars)`)}return e}validateNoArgPositionsOnHttpActions(t){let e=[];for(let n of t.actions){let i=n.destination;if(!i||typeof i=="string")continue;let a=i.method?.toUpperCase();if(!a||!gr.has(a))continue;let s=n.inputs??[];for(let p of s)if(p.position?.startsWith("arg:")){let l=p.as??p.name??"(unnamed)";e.push(`Input "${l}" has position "${p.position}" on HTTP ${a} action \u2014 CLI arg positions are not sent in the JSON body. Remove the position (defaults to body) or use "payload:X" / "url:X" explicitly.`)}}return e}extractUrlPlaceholders(t){let n=t.split("?")[0].match(/\{\{([a-zA-Z_][a-zA-Z_0-9]*)\}\}/g);return n?n.map(i=>i.slice(2,-2)):[]}async validateSchema(t){try{let e=this.config.schema?.warp?await(await fetch(this.config.schema.warp)).json():ge,n=new fr({strict:!1}),i=n.compile(e);return i(t)?[]:[`Schema validation failed: ${n.errorsText(i.errors)}`]}catch(e){return[`Schema validation failed: ${e instanceof Error?e.message:String(e)}`]}}};var ft=class{constructor(t){this.config=t;this.pendingWarp={protocol:st("warp"),name:"",title:"",description:null,preview:"",actions:[]}}async createFromRaw(t,e=!0){let n=JSON.parse(t);return e&&await this.validate(n),n}async createFromUrl(t){return await(await fetch(t)).json()}setChain(t){return this.pendingWarp.chain=t,this}setName(t){return this.pendingWarp.name=t,this}setTitle(t){return this.pendingWarp.title=t,this}setDescription(t){return this.pendingWarp.description=t,this}setPreview(t){return this.pendingWarp.preview=t,this}setActions(t){return this.pendingWarp.actions=t,this}addAction(t){return this.pendingWarp.actions.push(t),this}setOutput(t){return this.pendingWarp.output=t??void 0,this}async build(t=!0){return this.ensure(this.pendingWarp.protocol,"protocol is required"),this.ensure(this.pendingWarp.name,"name is required"),this.ensureWarpText(this.pendingWarp.title,"title is required"),this.ensure(this.pendingWarp.actions.length>0,"actions are required"),t&&await this.validate(this.pendingWarp),this.pendingWarp}getDescriptionPreview(t,e=100){return Jt(t,e)}ensure(t,e){if(!t)throw new Error(e)}ensureWarpText(t,e){if(!t)throw new Error(e);if(typeof t=="object"&&!t.en)throw new Error(e)}async validate(t){let n=await new dt(this.config).validate(t);if(!n.valid)throw new Error(n.errors.join(`
|
|
2
|
+
`))}};import{existsSync as Bt,mkdirSync as mr,readdirSync as he,readFileSync as yr,unlinkSync as Lt,writeFileSync as Wr}from"fs";import{join as me,resolve as ye}from"path";var jt="$bigint:",gt=(r,t)=>typeof t=="bigint"?jt+t.toString():t,J=(r,t)=>typeof t=="string"&&t.startsWith(jt)?BigInt(t.slice(jt.length)):t;var ht=class{constructor(t,e){let n=e?.path;this.cacheDir=n?ye(n):ye(process.cwd(),".warp-cache"),this.ensureCacheDir()}ensureCacheDir(){Bt(this.cacheDir)||mr(this.cacheDir,{recursive:!0})}getFilePath(t){let e=t.replace(/[^a-zA-Z0-9_-]/g,"_");return me(this.cacheDir,`${e}.json`)}async get(t){try{let e=this.getFilePath(t);if(!Bt(e))return null;let n=yr(e,"utf-8"),i=JSON.parse(n,J);return i.expiresAt!==null&&Date.now()>i.expiresAt?(Lt(e),null):i.value}catch{return null}}async set(t,e,n){let i={value:e,expiresAt:n?Date.now()+n*1e3:null},a=this.getFilePath(t);Wr(a,JSON.stringify(i,gt),"utf-8")}async delete(t){try{let e=this.getFilePath(t);Bt(e)&&Lt(e)}catch{}}async keys(t){try{let e=he(this.cacheDir).filter(i=>i.endsWith(".json")).map(i=>i.slice(0,-5));if(!t)return e;let n=new RegExp("^"+t.replace(/\*/g,".*")+"$");return e.filter(i=>n.test(i))}catch{return[]}}async clear(){try{he(this.cacheDir).forEach(e=>{e.endsWith(".json")&&Lt(me(this.cacheDir,e))})}catch{}}};var Y=class{constructor(t,e){this.prefix="warp-cache"}getKey(t){return`${this.prefix}:${t}`}async get(t){try{let e=localStorage.getItem(this.getKey(t));if(!e)return null;let n=JSON.parse(e,J);return n.expiresAt!==null&&Date.now()>n.expiresAt?(localStorage.removeItem(this.getKey(t)),null):n.value}catch{return null}}async set(t,e,n){let i={value:e,expiresAt:n?Date.now()+n*1e3:null};localStorage.setItem(this.getKey(t),JSON.stringify(i,gt))}async delete(t){localStorage.removeItem(this.getKey(t))}async keys(t){let e=[];for(let i=0;i<localStorage.length;i++){let a=localStorage.key(i);a?.startsWith(this.prefix+":")&&e.push(a.slice(this.prefix.length+1))}if(!t)return e;let n=new RegExp("^"+t.replace(/\*/g,".*")+"$");return e.filter(i=>n.test(i))}async clear(){for(let t=0;t<localStorage.length;t++){let e=localStorage.key(t);e?.startsWith(this.prefix)&&localStorage.removeItem(e)}}};var L=class L{constructor(t,e){}async get(t){let e=L.cache.get(t);return e?e.expiresAt!==null&&Date.now()>e.expiresAt?(L.cache.delete(t),null):e.value:null}async set(t,e,n){let i=n?Date.now()+n*1e3:null;L.cache.set(t,{value:e,expiresAt:i})}async delete(t){L.cache.delete(t)}async keys(t){let e=Array.from(L.cache.keys());if(!t)return e;let n=new RegExp("^"+t.replace(/\*/g,".*")+"$");return e.filter(i=>n.test(i))}async clear(){L.cache.clear()}};L.cache=new Map;var tt=L;import{readFileSync as xr}from"fs";import{resolve as We}from"path";var mt=class{constructor(t,e){let n=e?.path?We(e.path):We(process.cwd(),`warps-manifest-${t}.json`);this.cache=this.loadManifest(n)}loadManifest(t){try{let e=xr(t,"utf-8");return new Map(Object.entries(JSON.parse(e,J)))}catch(e){return b.warn(`StaticCacheStrategy (loadManifest): Failed to load manifest from ${t}:`,e),new Map}}async get(t){let e=this.cache.get(t);return!e||e.expiresAt!==null&&Date.now()>e.expiresAt?(e&&this.cache.delete(t),null):e.value}async set(t,e,n){let i=n?Date.now()+n*1e3:null,a={value:e,expiresAt:i};this.cache.set(t,a)}async delete(t){this.cache.delete(t)}async keys(t){let e=Array.from(this.cache.keys());if(!t)return e;let n=new RegExp("^"+t.replace(/\*/g,".*")+"$");return e.filter(i=>n.test(i))}async clear(){this.cache.clear()}};var xe={OneMinute:60,OneHour:3600,OneDay:3600*24,OneWeek:3600*24*7,OneMonth:3600*24*30,OneYear:3600*24*365},Wt={Warp:(r,t)=>`warp:${r}:${t}`,WarpAbi:(r,t)=>`warp-abi:${r}:${t}`,WarpExecutable:(r,t,e)=>`warp-exec:${r}:${t}:${e}`,RegistryInfo:(r,t)=>`registry-info:${r}:${t}`,Brand:(r,t)=>`brand:${r}:${t}`,Asset:(r,t,e)=>`asset:${r}:${t}:${e}`,AccountNfts:(r,t,e,n,i)=>`account-nfts:${r}:${t}:${e}:${n}:${i}`},yt=class{constructor(t,e){this.strategy=this.selectStrategy(t,e)}selectStrategy(t,e){return e?.adapter?e.adapter:e?.type==="localStorage"?new Y(t,e):e?.type==="memory"?new tt(t,e):e?.type==="static"?new mt(t,e):e?.type==="filesystem"?new ht(t,e):typeof window<"u"&&window.localStorage?new Y(t,e):new tt(t,e)}async set(t,e,n){await this.strategy.set(t,e,n)}async get(t){return await this.strategy.get(t)}async delete(t){await this.strategy.delete(t)}async keys(t){return await this.strategy.keys(t)}async clear(){await this.strategy.clear()}};var et={Queries:"QUERIES",Payload:"PAYLOAD",Headers:"HEADERS"},Vt={Get:"GET",Post:"POST",Put:"PUT",Delete:"DELETE"},Ht=(r,t,e)=>{let n=r.find(a=>a.input.as===t||a.input.name===t);if(!n?.value)return null;let[,i]=e.stringToNative(n.value);return typeof i=="string"?i:String(i)},Ft=r=>{try{return JSON.parse(r)}catch{return null}},Ar=async(r,t,e,n,i,a)=>{let s=new Headers;if(s.set("Content-Type","application/json"),s.set("Accept","application/json"),a&&n){let{message:l,nonce:o,expiresAt:c}=await Nt(n,`${e.chain.name}-adapter`),d=await a({message:l,chain:e.chain});d&&Object.entries(Ot(n,d,o,c)).forEach(([h,f])=>s.set(h,f))}let p=Ht(e.resolvedInputs,et.Headers,i);if(p){let l=Ft(p);l&&typeof l=="object"&&Object.entries(l).forEach(([o,c])=>typeof c=="string"&&s.set(o,c))}else t.headers&&Object.entries(t.headers).forEach(([l,o])=>{s.set(l,r.applyInputs(o,e.resolvedInputs,i))});return s},vr=(r,t,e,n,i)=>{let a=r.applyInputs(t.url,e.resolvedInputs,i);if(n===Vt.Get){let s=Ht(e.resolvedInputs,et.Queries,i);if(s){let p=Ft(s);if(p&&typeof p=="object"){let l=new URL(a);Object.entries(p).forEach(([o,c])=>c!=null&&l.searchParams.set(o,String(c))),a=l.toString()}}}return a},Cr=(r,t,e,n,i)=>{if(r===Vt.Get)return;let a=Ht(t.resolvedInputs,et.Payload,n);if(a&&Ft(a)!==null)return a;let{[et.Payload]:s,[et.Queries]:p,...l}=e;return JSON.stringify({...l,...i})},Ae=async(r,t,e,n,i,a,s,p)=>{let l=t.method||Vt.Get,o=await Ar(r,t,e,n,a,p),c=vr(r,t,e,l,a),d=Cr(l,e,i,a,s);return{url:c,method:l,headers:o,body:d}};var R=class{constructor(t,e,n){this.config=t;this.adapter=e;this.adapters=n}async apply(t,e={}){let n=this.applyVars(t,e),i=await this.applyGlobals(n);return e.envs?this.applyEnvs(i,e.envs):i}applyEnvs(t,e){if(!e||Object.keys(e).length===0)return t;let n=JSON.stringify(t);for(let[i,a]of Object.entries(e)){if(a==null)continue;let s=typeof a=="object"?JSON.stringify(a):String(a),p=JSON.stringify(s).slice(1,-1);n=n.replace(new RegExp(`\\{\\{${br(i)}\\}\\}`,"g"),p)}return JSON.parse(n)}async applyGlobals(t){let e={...t};return e.actions=await Promise.all((e.actions||[]).map(async n=>await this.applyActionGlobals(n))),e=await this.applyRootGlobals(e),e}applyVars(t,e={}){if(!t?.vars)return t;let n=T(this.config,this.adapter.chainInfo.name),i=JSON.stringify(t),a=(s,p)=>{i=i.replace(new RegExp(`{{${s.toUpperCase()}}}`,"g"),p.toString())};return Object.entries(t.vars).forEach(([s,p])=>{if(typeof p!="string")a(s,p);else if(p.startsWith(u.Vars.Query+u.ArgParamsSeparator)){let l=p.slice(u.Vars.Query.length+1),[o,c]=l.split(u.ArgCompositeSeparator),d=this.config.currentUrl?new URLSearchParams(this.config.currentUrl.split("?")[1]).get(o):null,f=e.queries?.[o]??null??d;f!=null&&a(s,f)}else if(p.startsWith(u.Vars.Env+u.ArgParamsSeparator)){let l=p.slice(u.Vars.Env.length+1),[o,c]=l.split(u.ArgCompositeSeparator),h={...this.config.vars,...e.envs}?.[o];h!=null&&a(s,h)}else p===u.Source.UserWallet&&n?a(s,n):a(s,p)}),JSON.parse(i)}async applyRootGlobals(t){let e=JSON.stringify(t),n={config:this.config,adapter:this.adapter};return Object.values(u.Globals).forEach(i=>{let a=i.Accessor(n);a!=null&&(e=e.replace(new RegExp(`{{${i.Placeholder}}}`,"g"),a.toString())),e=this.replacePlaceholdersWithChain(e,i.Placeholder,n,i.Accessor)}),JSON.parse(e)}async applyActionGlobals(t){let e=JSON.stringify(t),n={config:this.config,adapter:this.adapter};return Object.values(u.Globals).forEach(i=>{let a=i.Accessor(n);a!=null&&(e=e.replace(new RegExp(`{{${i.Placeholder}}}`,"g"),a.toString())),e=this.replacePlaceholdersWithChain(e,i.Placeholder,n,i.Accessor)}),JSON.parse(e)}applyInputs(t,e,n){if(!t||typeof t!="string"||!t.includes("{{"))return t;let i=this.applyGlobalsToText(t),a=this.buildInputBag(e,n);return j(i,a)}applyGlobalsToText(t){if(!Object.values(u.Globals).map(s=>s.Placeholder).some(s=>t.includes(`{{${s}}}`)||t.includes(`{{${s}:`)))return t;let i={config:this.config,adapter:this.adapter},a=t;return Object.values(u.Globals).forEach(s=>{let p=s.Accessor(i);p!=null&&(a=a.replace(new RegExp(`{{${s.Placeholder}}}`,"g"),p.toString())),a=this.replacePlaceholdersWithChain(a,s.Placeholder,i,s.Accessor)}),a}replacePlaceholdersWithChain(t,e,n,i){let a=new RegExp(`\\{\\{${e}:([^}]+)\\}\\}`,"g");return t.replace(a,(s,p)=>{let l=p.trim().toLowerCase();if(!this.adapters)return s;try{let o=W(l,this.adapters),c={config:this.config,adapter:o},d=i(c);return d!=null?d.toString():s}catch{return s}})}buildInputBag(t,e){let n={};return t.forEach(i=>{if(!i.value)return;let a=i.input.as||i.input.name,[,s]=e.stringToNative(i.value);n[a]=String(s)}),n}},br=r=>r.replace(/[.*+?^${}()|[\]\\]/g,"\\$&");var wr=["collect","compute","mcp","state","mount","unmount"],Ir=new Set(Object.values(m)),Pr=r=>{let t=r.indexOf(u.ArgParamsSeparator);return t===-1?!1:Ir.has(r.slice(0,t))},Q=class{constructor(t,e){this.config=t;this.adapters=e;if(!t.currentUrl)throw new Error("WarpFactory: currentUrl config not set");this.url=new URL(t.currentUrl),this.serializer=new w,this.cache=new yt(t.env,t.cache)}getSerializer(){return this.serializer}getCache(){return this.cache}async getResolvedInputsFromCache(t,e,n){let i=await this.cache.get(Wt.WarpExecutable(t,e||"",n))||[];return B(i)}async getRawResolvedInputsFromCache(t,e,n){return await this.cache.get(Wt.WarpExecutable(t,e||"",n))||[]}async createExecutable(t,e,n,i={}){let a=E(t,e);if(!a)throw new Error("WarpFactory: Action not found");let s=await this.getChainInfoForWarp(t,n),p=W(s.name,this.adapters),l=new R(this.config,p,this.adapters),o=await l.apply(t,i),c=E(o,e),{action:d,index:h}=N(o),f=[],g=[];if(h===e-1){let I=this.getStringTypedInputs(d,n);f=await this.getResolvedInputs(s.name,d,I,l,i.queries),g=await this.getModifiedInputs(f)}else c.inputs&&c.inputs.length>0&&(f=await this.resolveActionInputs(s.name,c,n,l,i.queries),g=await this.getModifiedInputs(f));let y=g.find(I=>I.input.position==="receiver"||I.input.position==="destination")?.value,x=this.getDestinationFromAction(c),C=y?this.serializer.stringToNative(y)[1]:x;if(C&&(C=l.applyInputs(C,g,this.serializer)),!C&&!wr.includes(a.type))throw new Error("WarpActionExecutor: Destination/Receiver not provided");let A=this.getPreparedArgs(c,g);A=A.map(I=>l.applyInputs(I,g,this.serializer));let S=g.find(I=>I.input.position==="value")?.value||null,v="value"in c?c.value:null,O=S?.split(u.ArgParamsSeparator)[1]||v||"0",V=l.applyInputs(O,g,this.serializer),$=BigInt(V),H=g.filter(I=>I.input.position==="transfer"&&I.value).map(I=>I.value),we=[...("transfers"in c?c.transfers:[])||[],...H||[]].map(I=>{let Ct=l.applyInputs(I,g,this.serializer),Se=Ct.startsWith(`asset${u.ArgParamsSeparator}`)?Ct:`asset${u.ArgParamsSeparator}${Ct}`;return this.serializer.stringToNative(Se)[1]}),Ie=g.find(I=>I.input.position==="data")?.value,Pe="data"in c?c.data||"":null,Ut=Ie||Pe||null,Te=Ut?l.applyInputs(Ut,g,this.serializer):null,Dt={adapter:p,warp:o,chain:s,action:e,destination:C,args:A,value:$,transfers:we,data:Te,resolvedInputs:g};return await this.cache.set(Wt.WarpExecutable(this.config.env,o.meta?.hash||"",e),Dt.resolvedInputs,xe.OneWeek),Dt}async getChainInfoForWarp(t,e){if(t.chain)return W(t.chain,this.adapters).chainInfo;if(e){let i=await this.tryGetChainFromInputs(t,e);if(i)return i}return this.adapters[0].chainInfo}getStringTypedInputs(t,e){let n=t.inputs||[];return e.map((i,a)=>{let s=n[a];return!s||Pr(i)?i:this.serializer.nativeToString(s.type,i)})}async getResolvedInputs(t,e,n,i,a){let s=e.inputs||[],p=n.map(c=>i.applyInputs(c,[],this.serializer)),l=await Promise.all(p.map(c=>this.preprocessInput(t,c))),o=(c,d)=>{if(c.source===u.Source.UserWallet){let x=T(this.config,t);return x?this.serializer.nativeToString("address",x):null}if(c.source==="hidden"){if(c.default===void 0)return null;let x=i?i.applyInputs(String(c.default),[],this.serializer):String(c.default);return this.serializer.nativeToString(c.type,x)}if(l[d])return l[d];let h=c.as||c.name,f=a?.[h],g=this.url.searchParams.get(h),y=f||g;return y?this.serializer.nativeToString(c.type,String(y)):null};return s.map((c,d)=>{let h=o(c,d),f=c.default!==void 0?i?i.applyInputs(String(c.default),[],this.serializer):String(c.default):void 0;return{input:c,value:h||(f!==void 0?this.serializer.nativeToString(c.type,f):null)}})}async resolveInputsFromQuery(t,e,n){let i=E(t,e);if(!i||!i.inputs?.length)return[];let a=await this.getChainInfoForWarp(t),s=W(a.name,this.adapters),p=new R(this.config,s,this.adapters);return this.getResolvedInputs(a.name,i,[],p,n)}requiresPayloadInputs(t){return t.inputs?.some(e=>typeof e.position=="string"&&e.position.startsWith("payload:"))??!1}async resolveActionInputs(t,e,n,i,a){let s=this.getStringTypedInputs(e,n);return await this.getResolvedInputs(t,e,s,i,a)}async getModifiedInputs(t){let e=[];for(let n=0;n<t.length;n++){let i=t[n];if(i.input.modifier?.startsWith("scale:")){let[,a]=i.input.modifier.split(":");if(isNaN(Number(a))){let s=Number(t.find(o=>o.input.name===a)?.value?.split(":")[1]);if(!s)throw new Error(`WarpActionExecutor: Exponent value not found for input ${a}`);let p=i.value?.split(":")[1];if(!p)throw new Error("WarpActionExecutor: Scalable value not found");let l=ot(p,+s);e.push({...i,value:`${i.input.type}:${l}`})}else{let s=i.value?.split(":")[1];if(!s)throw new Error("WarpActionExecutor: Scalable value not found");let p=ot(s,+a);e.push({...i,value:`${i.input.type}:${p}`})}}else if(i.input.modifier?.startsWith(u.Transform.Prefix)){let a=i.input.modifier.substring(u.Transform.Prefix.length),s=this.config.transform?.runner;if(!s||typeof s.run!="function")throw new Error("Transform modifier is defined but no transform runner is configured. Provide a runner via config.transform.runner.");let p=ut(t,this.serializer,n,i),l=await s.run(a,p);if(l==null)e.push(i);else{let o=this.serializer.nativeToString(i.input.type,l);e.push({...i,value:o})}}else if(i.input.modifier?.startsWith("crypto:")){let[,a,s]=i.input.modifier.split(":"),p=a==="sha256"&&s?t.find(o=>(o.input.as||o.input.name)===s):null,l=p?.value?this.serializer.stringToNative(p.value)[1]??null:null;if(l){let c=await(await fetch(l)).arrayBuffer(),d=await globalThis.crypto.subtle.digest("SHA-256",c),h=Array.from(new Uint8Array(d)).map(f=>f.toString(16).padStart(2,"0")).join("");e.push({...i,value:this.serializer.nativeToString("string",h)})}else e.push(i)}else e.push(i)}return e}async preprocessInput(t,e){try{let[n,i]=St(e),a=W(t,this.adapters);if(n==="asset"){let[s,p,l]=i.split(u.ArgCompositeSeparator);if(l)return e;let o=await a.dataLoader.getAsset(s);if(!o)throw new Error(`WarpFactory: Asset not found for asset ${s}`);if(typeof o.decimals!="number")throw new Error(`WarpFactory: Decimals not found for asset ${s}`);let c=ot(p,o.decimals);return de({...o,amount:c})}else return e}catch(n){throw b.warn("WarpFactory: Preprocess input failed",n),n}}getDestinationFromAction(t){if("address"in t&&t.address)return t.address;if("destination"in t&&t.destination){if(typeof t.destination=="string")return t.destination;if(typeof t.destination=="object"&&"url"in t.destination)return t.destination.url}return null}getPreparedArgs(t,e){let n="args"in t?t.args||[]:[],i=[];return e.forEach(({input:a,value:s})=>{if(!(!s||!a.position)){if(typeof a.position=="object"){if(a.type!=="asset")throw new Error(`WarpFactory: Object position is only supported for asset type. Input "${a.name}" has type "${a.type}"`);if(!a.position.token?.startsWith("arg:")||!a.position.amount?.startsWith("arg:"))throw new Error(`WarpFactory: Object position must have token and amount as arg:N. Input "${a.name}"`);let[p,l]=this.serializer.stringToNative(s),o=l;if(!o||typeof o!="object"||!("identifier"in o)||!("amount"in o))throw new Error(`WarpFactory: Invalid asset value for input "${a.name}"`);let c=Number(a.position.token.split(":")[1])-1,d=Number(a.position.amount.split(":")[1])-1;i.push({index:c,value:this.serializer.nativeToString("address",o.identifier)}),i.push({index:d,value:this.serializer.nativeToString("uint256",o.amount)})}else if(a.position.startsWith("arg:")){let p=Number(a.position.split(":")[1])-1;i.push({index:p,value:s})}}}),i.forEach(({index:a,value:s})=>{for(;n.length<=a;)n.push(void 0);n[a]=s}),n.filter(a=>a!==void 0)}async tryGetChainFromInputs(t,e){let n=t.actions.find(l=>l.inputs?.some(o=>o.position==="chain"));if(!n)return null;let i=n.inputs?.findIndex(l=>l.position==="chain");if(i===-1||i===void 0)return null;let a=e[i];if(!a)throw new Error("Chain input not found");let s=this.serializer.stringToNative(a)[1];return W(s,this.adapters).chainInfo}};var xt=class{constructor(t,e,n){this.config=t;this.adapters=e;this.handlers=n;this.loopIterations=new Map;this.active=!0;this.warpResolver=null;this.handlers=n,this.factory=new Q(t,e)}setWarpResolver(t){this.warpResolver=t}stop(){this.active=!1,this.loopIterations.clear()}async execute(t,e,n={}){let i=[],a=null,s=[],p=[],o={...t.meta?.query??{},...n.queries},c={...n,queries:o},d={};if(t.vars)try{let f=this.adapters?.find(g=>g.chainInfo.name===(t.chain||this.adapters[0]?.chainInfo?.name));if(f){let g=await new R(this.config,f,this.adapters).apply(t,c);g?.actions&&(t.actions=g.actions),g?.meta&&(t.meta=g.meta)}}catch{}let{index:h}=N(t);for(let f=1;f<=t.actions.length;f++){let g=E(t,f);if(!Pt(g))continue;let y=Object.keys(d).length>0?{...c,envs:{...c.envs,...d}}:c,{tx:x,chain:C,immediateExecution:A,executable:S}=await this.executeAction(t,f,e,y);if(x&&i.push(x),C&&(a=C),A&&s.push(A),A?.output){let{_DATA:v,...O}=A.output;Object.assign(d,O)}A?.values?.mapped&&Object.assign(d,A.values.mapped),S&&f===h+1&&S.resolvedInputs&&(p=B(S.resolvedInputs))}if(!a&&i.length>0)throw new Error(`WarpExecutor: Chain not found for ${i.length} transactions`);if(i.length===0&&s.length>0){let f=s[s.length-1];await this.callHandler(()=>this.handlers?.onExecuted?.(f))}return this.scheduleLoops(t,e,c,d),{txs:i,chain:a,immediateExecutions:s,resolvedInputs:p}}async executeAction(t,e,n,i={}){let a=E(t,e);if(a.type==="link")return a.when&&!await this.evaluateWhenCondition(t,a,n,i)?{tx:null,chain:null,immediateExecution:null,executable:null}:(await this.callHandler(async()=>{let o=a.url;this.config.interceptors?.openLink?await this.config.interceptors.openLink(o):qt.open(o,"_blank")}),{tx:null,chain:null,immediateExecution:null,executable:null});if(a.type==="prompt"){let o=await this.executePrompt(t,a,e,n,i);if(o.status==="success")return await this.callHandler(()=>this.handlers?.onActionExecuted?.({action:e,chain:null,execution:o,tx:null})),{tx:null,chain:null,immediateExecution:o,executable:null};{let c=o.output._DATA instanceof Error?o.output._DATA.message:JSON.stringify(o.output._DATA);return this.handlers?.onError?.({message:c,result:o}),{tx:null,chain:null,immediateExecution:o,executable:null}}}if(a.type==="loop")return{tx:null,chain:null,immediateExecution:null,executable:null};if(a.type==="state")return this.executeState(t,a,e,i);if(a.type==="mount"||a.type==="unmount"){if(a.when){let o=i.envs||{},c=M(a.when,o);if(!k(c))return{tx:null,chain:null,immediateExecution:null,executable:null}}return await this.handlers?.onMountAction?.({action:a,actionIndex:e,warp:t}),{tx:null,chain:null,immediateExecution:null,executable:null}}if(a.type==="inline"){if(!this.warpResolver)return{tx:null,chain:null,immediateExecution:null,executable:null};if(a.when){let y=this.adapters[0]?.chainInfo.name||"";if(!await this.evaluateWhenCondition(t,a,n,i,[],y))return{tx:null,chain:null,immediateExecution:null,executable:null}}let o=a,c=await this.warpResolver(o.warp);if(!c)return{tx:null,chain:null,immediateExecution:null,executable:null};await this.callHandler(()=>this.handlers?.onActionProcessing?.(a));let d={...this.config.vars,...i.envs||{},...i.queries||{}},h={};for(let[y,x]of Object.entries(c.meta?.query||{}))h[y]=x.replace(/\{\{(.+?)\}\}/g,(C,A)=>{let S=d[A.trim()];return S==null?"":typeof S=="object"?JSON.stringify(S):String(S)});c.meta={...c.meta,query:h};let{immediateExecutions:f}=await this.execute(c,[],i),g=f[0];if(g){if(await this.callHandler(()=>this.handlers?.onActionExecuted?.({action:e,chain:null,execution:g,tx:null})),o.output){let y=ae(o,g,i.envs);return{tx:null,chain:null,immediateExecution:{...g,output:y},executable:null}}return{tx:null,chain:null,immediateExecution:g,executable:null}}return{tx:null,chain:null,immediateExecution:null,executable:null}}let s=await this.factory.createExecutable(t,e,n,i);if(a.when&&!await this.evaluateWhenCondition(t,a,n,i,s.resolvedInputs,s.chain.name))return{tx:null,chain:null,immediateExecution:null,executable:null};if(a.type==="collect"){let o=await this.executeCollect(s,void 0,i.envs);if(o.status==="success")return await this.callHandler(()=>this.handlers?.onActionExecuted?.({action:e,chain:null,execution:o,tx:null})),{tx:null,chain:null,immediateExecution:o,executable:s};if(o.status==="unhandled")return await this.callHandler(()=>this.handlers?.onActionUnhandled?.({action:e,chain:null,execution:o,tx:null})),{tx:null,chain:null,immediateExecution:o,executable:s};{let c=o.output._DATA instanceof Error?o.output._DATA.message:JSON.stringify(o.output._DATA);this.handlers?.onError?.({message:c,result:o})}return{tx:null,chain:null,immediateExecution:null,executable:s}}if(a.type==="compute"){let o=await this.executeCompute(s);if(o.status==="success")return await this.callHandler(()=>this.handlers?.onActionExecuted?.({action:e,chain:null,execution:o,tx:null})),{tx:null,chain:null,immediateExecution:o,executable:s};{let c=o.output._DATA instanceof Error?o.output._DATA.message:JSON.stringify(o.output._DATA);this.handlers?.onError?.({message:c,result:o})}return{tx:null,chain:null,immediateExecution:null,executable:s}}if(a.type==="mcp"){let o=await this.executeMcp(s);if(o.status==="success")return await this.callHandler(()=>this.handlers?.onActionExecuted?.({action:e,chain:null,execution:o,tx:null})),{tx:null,chain:null,immediateExecution:o,executable:s};if(o.status==="unhandled")return await this.callHandler(()=>this.handlers?.onActionUnhandled?.({action:e,chain:null,execution:o,tx:null})),{tx:null,chain:null,immediateExecution:o,executable:s};{let c=o.output._DATA instanceof Error?o.output._DATA.message:JSON.stringify(o.output._DATA);return this.handlers?.onError?.({message:c,result:o}),{tx:null,chain:null,immediateExecution:o,executable:s}}}let p=W(s.chain.name,this.adapters);if(a.type==="query"){let o=await p.executor.executeQuery(s);if(o.status==="success")await this.callHandler(()=>this.handlers?.onActionExecuted?.({action:e,chain:s.chain,execution:o,tx:null}));else{let c=o.output._DATA instanceof Error?o.output._DATA.message:JSON.stringify(o.output._DATA);this.handlers?.onError?.({message:c,result:o})}return{tx:null,chain:s.chain,immediateExecution:o,executable:s}}return{tx:await p.executor.createTransaction(s),chain:s.chain,immediateExecution:null,executable:s}}async evaluateOutput(t,e){if(e.length===0||t.actions.length===0||!this.handlers)return;let n=await this.factory.getChainInfoForWarp(t),i=W(n.name,this.adapters),a=(await Promise.all(t.actions.map(async(s,p)=>{if(!Pt(s)||s.type!=="transfer"&&s.type!=="contract")return null;let l=e[p],o=p+1;if(!l){let f=await this.factory.getResolvedInputsFromCache(this.config.env,t.meta?.hash,o),g={status:"error",warp:t,action:o,user:T(this.config,n.name),txHash:null,tx:null,next:null,values:{string:[],native:[],mapped:{}},output:{},messages:{},destination:null,resolvedInputs:f};return await this.callHandler(()=>this.handlers?.onError?.({message:`Action ${o} failed: Transaction not found`,result:g})),g}let c=await this.factory.getRawResolvedInputsFromCache(this.config.env,t.meta?.hash,o);if(c.length===0){let f=t.meta?.query;f&&Object.keys(f).length>0&&(c=await this.factory.resolveInputsFromQuery(t,o,f))}let d=await i.output.getActionExecution(t,o,l.tx,c),h=Tr(c,d.output);return d.next=ct(this.config,this.adapters,t,o,h,d.status),d.status==="success"?await this.callHandler(()=>this.handlers?.onActionExecuted?.({action:o,chain:n,execution:d,tx:l})):await this.callHandler(()=>this.handlers?.onError?.({message:"Action failed: "+JSON.stringify(d.values),result:d})),d}))).filter(s=>s!==null);if(a.every(s=>s.status==="success")){let s=a[a.length-1];await this.callHandler(()=>this.handlers?.onExecuted?.(s))}else{let s=a.find(p=>p.status!=="success");await this.callHandler(()=>this.handlers?.onError?.({message:`Warp failed: ${JSON.stringify(a)}`,result:s}))}}async executeCollect(t,e,n){let i=T(this.config,t.chain.name),a=E(t.warp,t.action),s=this.factory.getSerializer(),p=G(t.resolvedInputs,s);if(a.destination&&typeof a.destination=="object"&&"url"in a.destination)return await this.doHttpRequest(t,a.destination,i,p,e,n);let{values:l,output:o}=await Z(t.warp,p,t.action,t.resolvedInputs,s,this.config);return this.buildCollectResult(t,i,"unhandled",l,o)}async executeCompute(t){let e=T(this.config,t.chain.name),n=this.factory.getSerializer(),i=G(t.resolvedInputs,n),{values:a,output:s}=await Z(t.warp,i,t.action,t.resolvedInputs,n,this.config);return this.buildCollectResult(t,e,"success",a,s)}async doHttpRequest(t,e,n,i,a,s){let p=new R(this.config,W(t.chain.name,this.adapters),this.adapters),l=this.factory.getSerializer(),{url:o,method:c,headers:d,body:h}=await Ae(p,e,t,n,i,l,a,async f=>await this.callHandler(()=>this.handlers?.onSignRequest?.(f)));s&&(o=j(o,s)),b.debug("WarpExecutor: Executing HTTP collect",{url:o,method:c,headers:d,body:h});try{let f={method:c,headers:d,body:h},y=await(await le(this.adapters))(o,f);b.debug("Collect response status",{status:y.status});let x=await y.json();b.debug("Collect response content",{content:x});let{values:C,output:A}=await Z(t.warp,x,t.action,t.resolvedInputs,this.factory.getSerializer(),this.config);return this.buildCollectResult(t,T(this.config,t.chain.name),y.ok?"success":"error",C,A,x)}catch(f){b.error("WarpActionExecutor: Error executing collect",f);let g=B(t.resolvedInputs);return{status:"error",warp:t.warp,action:t.action,user:n,txHash:null,tx:null,next:null,values:{string:[],native:[],mapped:{}},output:{_DATA:f},messages:{},destination:this.getDestinationFromResolvedInputs(t),resolvedInputs:g}}}getDestinationFromResolvedInputs(t){return t.resolvedInputs.find(n=>n.input.position==="receiver"||n.input.position==="destination")?.value||t.destination}async executeMcp(t,e){let n=T(this.config,t.chain.name),i=E(t.warp,t.action);if(!i.destination){let f=B(t.resolvedInputs);return{status:"error",warp:t.warp,action:t.action,user:n,txHash:null,tx:null,next:null,values:{string:[],native:[],mapped:{}},output:{_DATA:new Error("WarpExecutor: MCP action requires destination")},messages:{},destination:this.getDestinationFromResolvedInputs(t),resolvedInputs:f}}let a,s;try{a=(await import("@modelcontextprotocol/sdk/client/index.js")).Client,s=(await import("@modelcontextprotocol/sdk/client/streamableHttp.js")).StreamableHTTPClientTransport}catch{let g=B(t.resolvedInputs);return{status:"error",warp:t.warp,action:t.action,user:n,txHash:null,tx:null,next:null,values:{string:[],native:[],mapped:{}},output:{_DATA:new Error("Please install @modelcontextprotocol/sdk to execute MCP warps or mcp actions")},messages:{},destination:this.getDestinationFromResolvedInputs(t),resolvedInputs:g}}let p=this.factory.getSerializer(),l=new R(this.config,W(t.chain.name,this.adapters),this.adapters),o=i.destination,c=l.applyInputs(o.url,t.resolvedInputs,this.factory.getSerializer()),d=l.applyInputs(o.tool,t.resolvedInputs,this.factory.getSerializer()),h={};o.headers&&Object.entries(o.headers).forEach(([f,g])=>{let y=l.applyInputs(g,t.resolvedInputs,this.factory.getSerializer());h[f]=y}),b.debug("WarpExecutor: Executing MCP",{url:c,tool:d,headers:h});try{let f=new s(new URL(c),{requestInit:{headers:h}}),g=new a({name:"warps-mcp-client",version:"1.0.0"},{capabilities:{}});await g.connect(f);let y={};t.resolvedInputs.forEach(({input:v,value:O})=>{if(O&&v.position&&typeof v.position=="string"&&v.position.startsWith("payload:")){let V=v.position.replace("payload:",""),[$,H]=p.stringToNative(O);if($==="string")y[V]=String(H);else if($==="bool")y[V]=!!H;else if($==="uint8"||$==="uint16"||$==="uint32"||$==="uint64"||$==="uint128"||$==="uint256"||$==="biguint"){let rt=Number(H);y[V]=(Number.isInteger(rt),rt)}else y[V]=H}}),e&&Object.assign(y,e);let x=await g.callTool({name:d,arguments:y});await g.close();let C;if(x.content&&x.content.length>0){let v=x.content[0];if(v.type==="text")try{C=JSON.parse(v.text)}catch{C=v.text}else v.type,C=v}else C=x;let{values:A,output:S}=await Z(t.warp,C,t.action,t.resolvedInputs,p,this.config);return this.buildCollectResult(t,n,"success",A,S,x)}catch(f){b.error("WarpExecutor: Error executing MCP",f);let g=B(t.resolvedInputs);return{status:"error",warp:t.warp,action:t.action,user:n,txHash:null,tx:null,next:null,values:{string:[],native:[],mapped:{}},output:{_DATA:f},messages:{},destination:this.getDestinationFromResolvedInputs(t),resolvedInputs:g}}}buildCollectResult(t,e,n,i,a,s){let p=ct(this.config,this.adapters,t.warp,t.action,a,n),l=B(t.resolvedInputs);return{status:n,warp:t.warp,action:t.action,user:e||T(this.config,t.chain.name),txHash:null,tx:null,next:p,values:i,output:s?{...a,_DATA:s}:a,messages:Et(t.warp,{...i.mapped,...a},this.config),destination:this.getDestinationFromResolvedInputs(t),resolvedInputs:l}}async callHandler(t){if(t)return await t()}scheduleLoops(t,e,n,i){if(this.active)for(let a of t.actions){if(a.type!=="loop"||a.auto===!1)continue;let s=a,l=`loop:${n.scope||"default"}:${t.meta?.identifier||t.name}`;if(s.when){let h={...n.envs,...i},f=M(s.when,h);try{if(!k(f)){this.loopIterations.delete(l);continue}}catch{this.loopIterations.delete(l);continue}}let o=s.maxIterations??1e4,c=(this.loopIterations.get(l)??0)+1;if(c>o){this.loopIterations.delete(l),b.debug(`Loop maxIterations (${o}) reached for warp ${t.meta?.identifier}`);continue}if(this.loopIterations.set(l,c),!this.handlers?.onLoop)continue;let d=s.delay??0;this.handlers.onLoop({warp:t,inputs:e,meta:n,delay:d})}}async executeState(t,e,n,i){if(e.when){let l=i.envs||{},o=M(e.when,l);if(!k(o))return{tx:null,chain:null,immediateExecution:null,executable:null}}let a=this.factory.getCache(),p=`state:${i.scope||"default"}:${e.store}`;if(e.op==="read"){let l=await a.get(p)??{},o=e.keys??Object.keys(l),c={};for(let h of o)l[h]!==void 0&&l[h]!==null&&(c[`state.${h}`]=l[h]);let d={status:"success",warp:t,action:n,user:null,txHash:null,tx:null,next:null,values:{string:[],native:[],mapped:{}},output:c,messages:{},destination:null,resolvedInputs:[]};return await this.callHandler(()=>this.handlers?.onActionExecuted?.({action:n,chain:null,execution:d,tx:null})),{tx:null,chain:null,immediateExecution:d,executable:null}}if(e.op==="write"&&e.data){let l=await a.get(p)??{},o=i.envs||{},c={};for(let[d,h]of Object.entries(e.data))if(typeof h=="string"){let f=h.replace(/\{\{([^}]+)\}\}/g,(g,y)=>{let x=o[y.trim()];return x!=null?String(x):h});c[d]=Sr(f)}else c[d]=h;await a.set(p,{...l,...c})}return e.op==="clear"&&await a.delete(p),{tx:null,chain:null,immediateExecution:null,executable:null}}async executePrompt(t,e,n,i,a={}){try{let s=await this.factory.getChainInfoForWarp(t,i),p=W(s.name,this.adapters),l=new R(this.config,p,this.adapters),o=await l.apply(t,a),c=E(o,n),d=[];if(e.inputs&&e.inputs.length>0){let v=this.factory.getStringTypedInputs(e,i),O=await this.factory.getResolvedInputs(s.name,e,v,l,a.queries);d=await this.factory.getModifiedInputs(O)}else{let{action:v}=N(o),O=this.factory.getStringTypedInputs(v,i),V=await this.factory.getResolvedInputs(s.name,v,O,l,a.queries);d=await this.factory.getModifiedInputs(V)}let h=se(c.prompt,this.config.platform),f=l.applyInputs(h,d,this.factory.getSerializer());a.envs&&(f=j(f,a.envs));let g=B(d),y=T(this.config,s.name),x=this.factory.getSerializer(),{values:C,output:A}=await ie(o,f,n,d,x,this.config);if(this.handlers?.onPromptGenerate){let v=await this.handlers.onPromptGenerate(f,c.expect);v&&(A.MESSAGE=v,c.as&&(A[c.as]=v))}let S=d.find(v=>v.input.position==="destination")?.value||null;return{status:"success",warp:o,action:n,user:y,txHash:null,tx:null,next:lt(this.config,this.adapters,o,n,A),values:C,output:A,messages:Et(o,{...C.mapped,...A},this.config),destination:S,resolvedInputs:g}}catch(s){return b.error("WarpExecutor: Error executing prompt action",s),{status:"error",warp:t,action:n,user:null,txHash:null,tx:null,next:ct(this.config,this.adapters,t,n,{},"error"),values:{string:[],native:[],mapped:{}},output:{_DATA:s},messages:{},destination:null,resolvedInputs:[]}}}async evaluateWhenCondition(t,e,n,i,a,s){if(!e.when)return!0;let p=s?{name:s}:await this.factory.getChainInfoForWarp(t,n),l=W(p.name,this.adapters),o=new R(this.config,l,this.adapters),c;if(a)c=a;else{let g=await this.factory.getResolvedInputs(p.name,e,this.factory.getStringTypedInputs(e,n),o,i.queries);c=await this.factory.getModifiedInputs(g)}let d=o.buildInputBag(c,this.factory.getSerializer()),h={...i.envs??{},...d},f=M(e.when,h);return k(f)}},Tr=(r,t)=>{let e=Object.fromEntries((r??[]).flatMap(i=>{let a=i.input.as||i.input.name;return a?[[a,i.value]]:[]})),n=Object.fromEntries(Object.entries(t).filter(([,i])=>i!=null));return{...e,...n}},Sr=r=>{if(r==="true")return!0;if(r==="false")return!1;let t=Number(r);return!isNaN(t)&&r.trim()!==""?t:r};var At=class{constructor(t){this.config=t}async search(t,e,n){if(!this.config.index?.url)throw new Error("WarpIndex: Index URL is not set");try{let i=await fetch(this.config.index?.url,{method:"POST",headers:{"Content-Type":"application/json",Authorization:`Bearer ${this.config.index?.apiKey}`,...n},body:JSON.stringify({[this.config.index?.searchParamName||"search"]:t,...e})});if(!i.ok)throw new Error(`WarpIndex: search failed with status ${i.status}: ${await i.text()}`);return(await i.json()).hits}catch(i){throw b.error("WarpIndex: Error searching for warps: ",i),i}}};var vt=class{constructor(t,e,n){this.config=t;this.adapters=e;this.resolver=n}isValid(t){return t.startsWith(u.HttpProtocolPrefix)?!!X(t):!1}async detectFromHtml(t){if(!t.length)return{match:!1,output:[]};let i=[...t.matchAll(/https?:\/\/[^\s"'<>]+/gi)].map(o=>o[0]).filter(o=>this.isValid(o)).map(o=>this.detect(o)),s=(await Promise.all(i)).filter(o=>o.match),p=s.length>0,l=s.map(o=>({url:o.url,warp:o.warp}));return{match:p,output:l}}async detect(t,e){let n={match:!1,url:t,warp:null,chain:null,registryInfo:null,brand:null},i=t.startsWith(u.HttpProtocolPrefix)?X(t):F(t);if(!i)return n;try{let{type:a,identifierBase:s}=i,p=null,l=null,o=null,c=t.startsWith(u.HttpProtocolPrefix)?Kt(t):Xt(i.identifier);if(this.resolver){let g=null;if(a==="hash")g=await this.resolver.getByHash(s,e);else if(a==="alias"){let y=`${i.chain}:${s}`;g=await this.resolver.getByAlias(y,e)||await this.resolver.getByAlias(s,e)}g&&(p=g.warp,l=g.registryInfo,o=g.brand)}else{if(!i.chain)throw new Error(`WarpLinkDetecter: chain is required for identifier ${i.identifier}`);let g=W(i.chain,this.adapters);if(a==="hash"){p=await g.builder().createFromTransactionHash(s,e);let y=await g.registry.getInfoByHash(s,e);l=y.registryInfo,o=y.brand}else if(a==="alias"){let y=await g.registry.getInfoByAlias(s,e);l=y.registryInfo,o=y.brand,y.registryInfo&&(p=await g.builder().createFromTransactionHash(y.registryInfo.hash,e))}}if(p&&p.meta&&(Er(p,i.chain,l,i.identifier),p.meta.query=c?Zt(c):null),!p)return n;let d=p.chain||i.chain||null,h=d?this.adapters.find(g=>g.chainInfo.name.toLowerCase()===d.toLowerCase()):null,f=h?await new R(this.config,h,this.adapters).apply(p):p;return{match:!0,url:t,warp:f,chain:d,registryInfo:l,brand:o}}catch(a){return b.error("Error detecting warp link",a),n}}},Er=(r,t,e,n)=>{r.meta&&(r.meta.identifier=e?.alias?Tt(null,"alias",e.alias):Tt(t,"hash",e?.hash??n))};var ve=class{constructor(t,e){this.config=t;this.options=e;this.chains=e.chains.map(n=>n(this.config)),this.resolver=e.resolver??this.buildDefaultResolver()}buildDefaultResolver(){let t=this.chains.map(e=>new nt(e));return new it(t)}getConfig(){return this.config}mergeVars(t){this.config={...this.config,vars:{...this.config.vars,...t}}}getResolver(){return this.resolver}createExecutor(t){let e=new xt(this.config,this.chains,t);return e.setWarpResolver(async n=>(await this.detectWarp(n)).warp??null),e}async detectWarp(t,e){return new vt(this.config,this.chains,this.resolver).detect(t,e)}async executeWarp(t,e,n,i={}){let a=typeof t=="object",s=!a&&t.startsWith("http")&&t.endsWith(".json"),p=a?t:null;if(!p&&s){let g=await fetch(t);if(!g.ok)throw new Error("WarpClient: executeWarp - invalid url");p=await g.json()}if(p||(p=(await this.detectWarp(t,i.cache)).warp),!p)throw new Error("Warp not found");let l=this.createExecutor(n),{txs:o,chain:c,immediateExecutions:d,resolvedInputs:h}=await l.execute(p,e,{queries:i.queries});return{txs:o,chain:c,immediateExecutions:d,evaluateOutput:async g=>{await l.evaluateOutput(p,g)},resolvedInputs:h}}async createInscriptionTransaction(t,e){return await W(t,this.chains).builder().createInscriptionTransaction(e)}async createFromTransaction(t,e,n=!1){return W(t,this.chains).builder().createFromTransaction(e,n)}async createFromTransactionHash(t,e){let n=F(t);if(!n)throw new Error("WarpClient: createFromTransactionHash - invalid hash");if(!n.chain)throw new Error("WarpClient: createFromTransactionHash - chain is required");return W(n.chain,this.chains).builder().createFromTransactionHash(t,e)}async signMessage(t,e){if(!T(this.config,t))throw new Error(`No wallet configured for chain ${t}`);return W(t,this.chains).wallet.signMessage(e)}async getActions(t,e,n=!1){let i=this.getDataLoader(t);return(await Promise.all(e.map(async s=>i.getAction(s,n)))).filter(s=>s!==null)}getExplorer(t){return W(t,this.chains).explorer}getOutput(t){return W(t,this.chains).output}async getActionExecution(t,e,n,i){let a=i??N(e).index+1,p=await W(t,this.chains).output.getActionExecution(e,a,n);return p.next=lt(this.config,this.chains,e,a,p.output),p}async getRegistry(t){let e=W(t,this.chains).registry;return await e.init(),e}getDataLoader(t){return W(t,this.chains).dataLoader}getWallet(t){return W(t,this.chains).wallet}get factory(){return new Q(this.config,this.chains)}get index(){return new At(this.config)}get linkBuilder(){return new _(this.config,this.chains)}createBuilder(t){return t?W(t,this.chains).builder():new ft(this.config)}createAbiBuilder(t){return W(t,this.chains).abiBuilder()}createBrandBuilder(t){return W(t,this.chains).brandBuilder()}createSerializer(t){return W(t,this.chains).serializer}resolveText(t){return pt(t,this.config)}};var Ce=class{constructor(){this.typeHandlers=new Map;this.typeAliases=new Map}registerType(t,e){this.typeHandlers.set(t,e)}registerTypeAlias(t,e){this.typeAliases.set(t,e)}hasType(t){return this.typeHandlers.has(t)||this.typeAliases.has(t)}getHandler(t){let e=this.typeAliases.get(t);return e?this.getHandler(e):this.typeHandlers.get(t)}getAlias(t){return this.typeAliases.get(t)}resolveType(t){let e=this.typeAliases.get(t);return e?this.resolveType(e):t}getRegisteredTypes(){return Array.from(new Set([...this.typeHandlers.keys(),...this.typeAliases.keys()]))}};function xs(r,t){let e=r.match??{};for(let[n,i]of Object.entries(e))if(be(t,n)!==i)return!1;return!0}function As(r,t){let e={};for(let[n,i]of Object.entries(r.inputs??{}))e[n]=i.includes(".")?be(t,i):i;return e}function be(r,t){return t.split(".").reduce((e,n)=>e?.[n],r)}export{wt as BrowserCryptoProvider,zr as CLOUD_WALLET_PROVIDERS,xe as CacheTtl,kr as EvmWalletChainNames,qr as MultiversxWalletChainNames,It as NodeCryptoProvider,Wn as WARP_LANGUAGES,P as WarpAssets,fe as WarpBrandBuilder,ft as WarpBuilder,yt as WarpCache,Wt as WarpCacheKey,Ve as WarpChainDisplayNames,He as WarpChainLogos,Le as WarpChainName,nt as WarpChainResolver,ve as WarpClient,it as WarpCompositeResolver,U as WarpConfig,u as WarpConstants,xt as WarpExecutor,Q as WarpFactory,At as WarpIndex,m as WarpInputTypes,R as WarpInterpolator,_ as WarpLinkBuilder,vt as WarpLinkDetecter,b as WarpLogger,Mt as WarpPlatformName,kt as WarpPlatforms,z as WarpProtocolVersions,w as WarpSerializer,Ce as WarpTypeRegistry,dt as WarpValidator,Li as address,Et as applyOutputToMessages,de as asset,ji as biguint,Bi as bool,sr as buildGeneratedFallbackWarpIdentifier,ui as buildGeneratedSourceWarpIdentifier,ut as buildInputsContext,G as buildMappedOutput,Je as buildNestedPayload,sn as bytesToBase64,Fe as bytesToHex,Ai as checkWarpAssetBalance,K as cleanWarpIdentifier,Ot as createAuthHeaders,Nt as createAuthMessage,pn as createCryptoProvider,yi as createDefaultWalletProvider,oi as createHttpAuthHeaders,rr as createSignableMessage,An as createWarpI18nText,Tt as createWarpIdentifier,mn as doesWarpRequireWallet,ne as evaluateOutputCommon,k as evaluateWhenCondition,Z as extractCollectOutput,X as extractIdentifierInfoFromUrl,ae as extractInlineOutput,ie as extractPromptOutput,Xt as extractQueryStringFromIdentifier,Kt as extractQueryStringFromUrl,B as extractResolvedInputValues,un as extractWarpSecrets,W as findWarpAdapterForChain,Xr as getChainDisplayName,Zr as getChainLogo,zt as getCryptoProvider,nr as getGeneratedSourceWarpName,st as getLatestProtocolIdentifier,le as getMppFetch,lt as getNextInfo,ct as getNextInfoForStatus,ni as getProviderConfig,_t as getRandomBytes,Gt as getRandomHex,or as getRequiredAssetIds,Or as getWalletFromConfigOrFail,E as getWarpActionByIndex,tn as getWarpBrandLogoUrl,en as getWarpChainAssetLogoUrl,rn as getWarpChainInfoLogoUrl,Pn as getWarpIdentifierWithQuery,F as getWarpInfoFromIdentifier,N as getWarpInputAction,Ee as getWarpWalletAddress,T as getWarpWalletAddressFromConfig,Ne as getWarpWalletExternalId,Oe as getWarpWalletExternalIdFromConfig,Lr as getWarpWalletExternalIdFromConfigOrFail,$e as getWarpWalletMnemonic,Br as getWarpWalletMnemonicFromConfig,Re as getWarpWalletPrivateKey,jr as getWarpWalletPrivateKeyFromConfig,En as hasInputPrefix,Vi as hex,hi as initializeWalletCache,wn as isEqualWarpIdentifier,fi as isGeneratedSourcePrivateIdentifier,er as isPlatformValue,Pt as isWarpActionAutoExecute,xn as isWarpI18nText,Vr as isWarpWalletReadOnly,xs as matchesTrigger,ee as mergeNestedPayload,Ur as normalizeAndValidateMnemonic,je as normalizeMnemonic,Hi as option,tr as parseOutputOutIndex,li as parseSignedMessage,Zt as parseWarpQueryStringToObject,In as removeWarpChainPrefix,Fr as removeWarpWalletFromConfig,j as replacePlaceholders,M as replacePlaceholdersInWhenExpression,On as resolveActionMessages,As as resolveInputs,qn as resolveNextString,$t as resolveNextStrings,be as resolvePath,se as resolvePlatformValue,pt as resolveWarpText,qt as safeWindow,an as setCryptoProvider,Hr as setWarpWalletInConfig,ot as shiftBigintBy,St as splitInput,di as stampGeneratedWarpMeta,Ei as string,Ui as struct,on as testCryptoAvailability,Qe as toInputPayloadValue,Jt as toPreviewText,Fi as tuple,$i as uint16,Ni as uint32,Oi as uint64,Ri as uint8,Be as validateMnemonicLength,pi as validateSignedMessage,Di as vector,Qr as withAdapterFallback};
|