@nexus-cross/crossx-sdk-core 1.4.2 → 1.5.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/adapters/confirmation/BrowserConfirmationAdapter.d.ts.map +1 -1
- package/dist/adapters/wallet/RemoteWalletProviderAdapter.d.ts.map +1 -1
- package/dist/core/i18n/messages.en.d.ts.map +1 -1
- package/dist/core/i18n/messages.ko.d.ts.map +1 -1
- package/dist/core/i18n/types.d.ts +2 -0
- package/dist/core/i18n/types.d.ts.map +1 -1
- package/dist/crossx.global +247 -88
- package/dist/index.cjs +261 -102
- package/dist/index.js +1792 -1534
- package/dist/sdk/CROSSxSDK.d.ts +5 -0
- package/dist/sdk/CROSSxSDK.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/crossx.global
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
var CROSSx=function(
|
|
1
|
+
var CROSSx=function(Q){"use strict";var zo=Object.defineProperty;var Yo=(Q,h,g)=>h in Q?zo(Q,h,{enumerable:!0,configurable:!0,writable:!0,value:g}):Q[h]=g;var O=(Q,h,g)=>Yo(Q,typeof h!="symbol"?h+"":h,g);var yt,Mr;var h=(r=>(r.AUTH_NOT_INITIALIZED="AUTH_NOT_INITIALIZED",r.AUTH_FAILED="AUTH_FAILED",r.AUTH_TOKEN_INVALID="AUTH_TOKEN_INVALID",r.AUTH_TOKEN_EXPIRED="AUTH_TOKEN_EXPIRED",r.AUTH_NOT_AUTHENTICATED="AUTH_NOT_AUTHENTICATED",r.ALREADY_AUTHENTICATED="ALREADY_AUTHENTICATED",r.SESSION_EXPIRED="SESSION_EXPIRED",r.OAUTH_POPUP_BLOCKED="OAUTH_POPUP_BLOCKED",r.WALLET_NOT_FOUND="WALLET_NOT_FOUND",r.WALLET_CREATION_FAILED="WALLET_CREATION_FAILED",r.WALLET_ALREADY_EXISTS="WALLET_ALREADY_EXISTS",r.SIGN_FAILED="SIGN_FAILED",r.SIGN_REJECTED="SIGN_REJECTED",r.TX_FAILED="TX_FAILED",r.TX_REJECTED="TX_REJECTED",r.BROADCAST_FAILED="BROADCAST_FAILED",r.USER_REJECTED="USER_REJECTED",r.TX_INVALID_PARAMS="TX_INVALID_PARAMS",r.NETWORK_ERROR="NETWORK_ERROR",r.NETWORK_NOT_CONFIGURED="NETWORK_NOT_CONFIGURED",r.INVALID_CHAIN="INVALID_CHAIN",r.CHAIN_NOT_SUPPORTED="CHAIN_NOT_SUPPORTED",r.CHAIN_ADAPTER_NOT_FOUND="CHAIN_ADAPTER_NOT_FOUND",r.NOT_IMPLEMENTED="NOT_IMPLEMENTED",r.SIGNATURE_FAILED="SIGNATURE_FAILED",r.TRANSACTION_FAILED="TRANSACTION_FAILED",r.PREPARE_FAILED="PREPARE_FAILED",r.PREPARE_EXPIRED="PREPARE_EXPIRED",r.PREPARE_MISMATCH="PREPARE_MISMATCH",r.MIGRATION_FAILED="MIGRATION_FAILED",r.MIGRATION_BACKUP_EXISTS="MIGRATION_BACKUP_EXISTS",r.MIGRATION_PIN_LOCKED="MIGRATION_PIN_LOCKED",r.GATEWAY_INTERNAL_ERROR="GATEWAY_INTERNAL_ERROR",r.GATEWAY_LOCK_CONFLICT="GATEWAY_LOCK_CONFLICT",r.WALLET_INCONSISTENT_STATE="WALLET_INCONSISTENT_STATE",r.PROJECT_ID_MISSING="PROJECT_ID_MISSING",r.ORIGIN_NOT_ALLOWED="ORIGIN_NOT_ALLOWED",r.APP_IDENTIFIER_MISSING="APP_IDENTIFIER_MISSING",r.INVALID_APP_TYPE="INVALID_APP_TYPE",r.PROJECT_NOT_REGISTERED="PROJECT_NOT_REGISTERED",r.SIGNATURE_SIGNER_MISMATCH="SIGNATURE_SIGNER_MISMATCH",r.GAS_ESTIMATION_FAILED="GAS_ESTIMATION_FAILED",r.TYPED_DATA_CHAIN_ID_MISMATCH="TYPED_DATA_CHAIN_ID_MISMATCH",r.PIN_NOT_SET="PIN_NOT_SET",r.PIN_WRONG="PIN_WRONG",r.PIN_INVALID="PIN_INVALID",r.PIN_REPEATED_PATTERN="PIN_REPEATED_PATTERN",r.PIN_CANCELLED="PIN_CANCELLED",r.EXTERNAL_WALLET_REQUESTED="EXTERNAL_WALLET_REQUESTED",r.PIN_LOCKED="PIN_LOCKED",r.HMAC_REQUIRED="HMAC_REQUIRED",r.HMAC_VERIFICATION_FAILED="HMAC_VERIFICATION_FAILED",r.WITHDRAW_FAILED="WITHDRAW_FAILED",r.USER_NOT_FOUND="USER_NOT_FOUND",r.INVALID_CONFIG="INVALID_CONFIG",r.UNKNOWN_ERROR="UNKNOWN_ERROR",r))(h||{});class g extends Error{constructor(e,s,t){super(s),this.code=e,this.details=t,this.name="CROSSxError",Object.setPrototypeOf(this,g.prototype)}toJSON(){return{name:this.name,code:this.code,message:this.message,details:this.details}}}const tt={CROSS_MAINNET:{caipId:"eip155:612055",chainId:612055,name:"CROSS Mainnet",nativeCurrency:{symbol:"CROSS",decimals:18},rpcUrl:"https://mainnet.crosstoken.io:22001"},CROSS_TESTNET:{caipId:"eip155:612044",chainId:612044,name:"CROSS Testnet",nativeCurrency:{symbol:"tCROSS",decimals:18},rpcUrl:"https://testnet.crosstoken.io:22001",testnet:!0},BSC_MAINNET:{caipId:"eip155:56",chainId:56,name:"BNB Smart Chain",nativeCurrency:{symbol:"BNB",decimals:18},rpcUrl:"https://bsc-mainnet.crosstoken.io/2272489872e4f1475ff25d57ce93b51989f933c7"},BSC_TESTNET:{caipId:"eip155:97",chainId:97,name:"BNB Smart Chain Testnet",nativeCurrency:{symbol:"BNB",decimals:18},rpcUrl:"https://bsc-testnet.crosstoken.io/110ea3628b77f244e5dbab16790d81bba874b962",testnet:!0},RONIN_MAINNET:{caipId:"eip155:2020",chainId:2020,name:"Ronin",nativeCurrency:{symbol:"RON",decimals:18},rpcUrl:"https://api.roninchain.com/rpc"},RONIN_SAIGON:{caipId:"eip155:202601",chainId:202601,name:"Ronin Saigon",nativeCurrency:{symbol:"RON",decimals:18},rpcUrl:"https://saigon-testnet.roninchain.com/rpc",testnet:!0}},Ur=Object.fromEntries(Object.entries(tt).map(([r,e])=>[r,e.caipId])),Hr=new Map(Object.values(tt).map(r=>[r.caipId,r]));new Map(Object.values(tt).map(r=>[r.chainId,r]));const Br={symbol:"",decimals:18};function bt(r){var e;return((e=Hr.get(r))==null?void 0:e.nativeCurrency)??Br}class ts{constructor(e,s){this.sdk=e,this.chainId=s,this._listeners=new Map}async request({method:e,params:s=[]}){switch(e){case"eth_accounts":case"eth_requestAccounts":{const t=await this.sdk.getAddress();return t?[t.address]:[]}case"eth_chainId":return this._caip2ToHex(this.chainId);case"net_version":return this.chainId.split(":")[1]??"1";case"eth_signTransaction":{const t=this._normalizeEIP1193Tx(s[0]);return(await this.sdk.signTransaction(this.chainId,t)).signedTx}case"eth_sendTransaction":{const t=this._normalizeEIP1193Tx(s[0]);return(await this.sdk.sendTransaction(this.chainId,t)).txHash}case"personal_sign":case"eth_sign":throw new g(h.NOT_IMPLEMENTED,`${e}은(는) 아직 지원되지 않습니다. sdk.signMessage()를 직접 사용하세요.`);case"eth_signTypedData":case"eth_signTypedData_v1":case"eth_signTypedData_v3":case"eth_signTypedData_v4":throw new g(h.NOT_IMPLEMENTED,`${e}은(는) 아직 지원되지 않습니다. sdk.signTypedData() 또는 sdk.signTypedDataOffchain()을 직접 사용하세요.`);default:return this.sdk.walletRpc(e,s,this.chainId)}}on(e,s){return this._listeners.has(e)||this._listeners.set(e,new Set),this._listeners.get(e).add(s),this}removeListener(e,s){var t;return(t=this._listeners.get(e))==null||t.delete(s),this}emit(e,...s){var t;(t=this._listeners.get(e))==null||t.forEach(n=>n(...s))}_caip2ToHex(e){const s=e.split(":");return`0x${parseInt(s[1]??"1",10).toString(16)}`}_normalizeEIP1193Tx(e){return{from:e.from,to:e.to,value:e.value,data:e.data,gasLimit:e.gasLimit??e.gas,gasPrice:e.gasPrice,maxFeePerGas:e.maxFeePerGas,maxPriorityFeePerGas:e.maxPriorityFeePerGas,nonce:e.nonce!==void 0?parseInt(String(e.nonce),16):void 0,chainId:parseInt(this.chainId.split(":")[1]??"1",10)}}}let be=null;function jo(r){}function ss(r){be=r}const d={info(...r){if(be){be.log(...r);return}console.log(...r)},log(...r){if(be){be.log(...r);return}},warn(...r){if(be){be.warn(...r);return}},error(...r){if(be){be.error(...r);return}}},Fr={confirm:"확인",cancel:"취소",close:"닫기",signMessage_title:"메시지 서명",signTypedData_title:"데이터 서명",signTransaction_title:"트랜잭션 서명",sendTransaction_title:"트랜잭션 전송",tx_pending:"트랜잭션 처리 중...",tx_success:"트랜잭션이 완료되었습니다",tx_failed:"트랜잭션이 실패했습니다",tx_timeout:"트랜잭션 확인 시간이 초과되었습니다",loginSelector_title:"로그인 방법 선택",loginSelector_google:"Google로 계속하기",loginSelector_apple:"Apple로 계속하기",loginSelector_connectOtherWallets:"다른 지갑으로 연결",loginSelector_connectOtherWalletsDesc:"기존 Web3 지갑을 연결하여 자산을 관리하세요.",migration_foundTitle:"기존 지갑 발견",migration_foundDescription:"기존 CROSSx 지갑이 발견되었습니다. 복구하시겠습니까?",migration_recoverButton:"복구하기",migration_skipButton:"건너뛰기",recoveryPinInput_title:"PIN 입력",recoveryPinInput_placeholder:"4자리 PIN을 입력하세요",recoveryPinInput_error:"PIN이 올바르지 않습니다. 다시 시도해 주세요.",walletSelector_title:"지갑 선택",walletSelector_addButton:"지갑 추가",walletSelector_selected:"선택됨",pinNotice_headerSubtitle:"트랜잭션, PK/니모닉 내보내기 및 계정 삭제 시 필요합니다.",pinNotice_title:"PIN 설정 주의사항",pinNotice_description:"보안을 위해 이 PIN은 재설정하거나 복구할 수 없습니다. 반드시 기억해 두거나 안전한 곳에 보관하세요.",pinNotice_check1:"이 PIN을 분실하면 지갑과 자산에 영구적으로 접근이 불가능해진다는 것을 이해합니다.",pinNotice_check2:"지원팀을 포함한 어느 누구도 이 PIN을 복구하거나 재설정해 줄 수 없다는 것을 이해합니다.",pinNotice_nextButton:"다음",pinNotice_submitButton:"동의합니다",pinSetup_title:"PIN 만들기",pinSetup_headerSubtitle:"이 PIN은 거래 승인에 사용됩니다.",pinSetup_subtitle:"거래 승인을 위한 6자리 PIN을 설정하세요.",pinSetup_confirmTitle:"PIN 확인",pinSetup_confirmSubtitle:"확인을 위해 PIN을 다시 입력하세요.",pinSetup_mismatchError:"PIN이 일치하지 않습니다. 다시 시도해 주세요.",pinValidation_tooShort:"6자리 PIN을 입력해 주세요.",pinValidation_numbersOnly:"숫자(0-9)만 입력할 수 있습니다.",pinValidation_repeatingDigit:"같은 숫자를 연속으로 3번 이상 사용할 수 없습니다.",pinValidation_sequential:"연속된 숫자(예: 123456)는 사용할 수 없습니다.",pinValidation_alternatingPattern:"반복 패턴(예: 121212)은 사용할 수 없습니다.",pinInput_title:"PIN 입력",pinInput_subtitle:"계속하려면 6자리 PIN을 입력하세요.",pinInput_error:"PIN이 올바르지 않습니다. 다시 시도해 주세요.",verifyPin_title:"PIN 확인",verifyPin_subtitle:"계속하려면 PIN을 확인해 주세요.",pinLocked_message:"잠금이 해제된 후 다시 시도해 주세요.",pinLocked_availableFrom:"이용 가능 시간",pinLocked_failureWarning:"추가 실패 시 계정이 잠금됩니다.",pinLocked_permanent:"너무 많은 시도 실패로 계정이 영구 잠금되었습니다.",alert_sessionExpired:"세션이 만료되었습니다. 다시 로그인해 주세요.",alert_accountWithdrawn:"계정이 탈퇴 처리되었거나 더 이상 사용할 수 없습니다. 다시 로그인해 주세요.",alert_walletNotFound:"지갑 정보를 찾을 수 없습니다. 다시 로그인해 주세요.",alert_differentAccount:`이전에 사용하던 계정이 아닌 다른 계정으로 로그인되었습니다.
|
|
2
2
|
|
|
3
|
-
보안을 위해 동일한 Google/Apple 계정으로만 이어서 사용할 수 있습니다.`,sessionAlert_title:"세션 만료",sessionAlert_accountLabel:"계정",sessionAlert_signOutButton:"로그아웃",sessionAlert_signInAgainButton:"다시 로그인"},
|
|
3
|
+
보안을 위해 동일한 Google/Apple 계정으로만 이어서 사용할 수 있습니다.`,sessionAlert_title:"세션 만료",sessionAlert_accountLabel:"계정",sessionAlert_appleAccount:"Apple 계정",sessionAlert_signOutButton:"로그아웃",sessionAlert_signInAgainButton:"다시 로그인"},rs={confirm:"Confirm",cancel:"Cancel",close:"Close",signMessage_title:"Sign Message",signTypedData_title:"Sign Data",signTransaction_title:"Sign Transaction",sendTransaction_title:"Send Transaction",tx_pending:"Processing transaction...",tx_success:"Transaction completed",tx_failed:"Transaction failed",tx_timeout:"Transaction confirmation timed out",loginSelector_title:"Choose a sign-in method",loginSelector_google:"Continue with Google",loginSelector_apple:"Continue with Apple",loginSelector_connectOtherWallets:"Connect with Other Wallets",loginSelector_connectOtherWalletsDesc:"Connect your existing Web3 wallet to manage your assets.",migration_foundTitle:"Existing Wallet Found",migration_foundDescription:"An existing CROSSx wallet was found. Would you like to recover it?",migration_recoverButton:"Recover",migration_skipButton:"Skip",recoveryPinInput_title:"Enter PIN",recoveryPinInput_placeholder:"Enter your 4-digit PIN",recoveryPinInput_error:"Incorrect PIN. Please try again.",walletSelector_title:"Select Wallet",walletSelector_addButton:"Add Wallet",walletSelector_selected:"Selected",pinNotice_headerSubtitle:"Required for transactions, PK/mnemonic export & account deletion.",pinNotice_title:"PIN Setup Notice",pinNotice_description:"For your security, this PIN cannot be reset or recovered. Please make sure you remember it or store it in a safe place.",pinNotice_check1:"I understand that losing this PIN will result in permanent loss of access to my wallet and assets.",pinNotice_check2:"I understand that no one, including the support team, can recover or reset this PIN on my behalf.",pinNotice_nextButton:"Next",pinNotice_submitButton:"I Understand",pinSetup_title:"Create PIN",pinSetup_headerSubtitle:"This PIN is used to authorize your transactions.",pinSetup_subtitle:"Set a 6-digit PIN to authorize transactions.",pinSetup_confirmTitle:"Confirm PIN",pinSetup_confirmSubtitle:"Enter your PIN again to confirm.",pinSetup_mismatchError:"PINs do not match. Please try again.",pinValidation_tooShort:"Please enter a 6-digit PIN.",pinValidation_numbersOnly:"Only numbers (0-9) are allowed.",pinValidation_repeatingDigit:"Cannot use the same number 3+ times in a row.",pinValidation_sequential:"Sequential numbers (e.g., 123456) are not allowed.",pinValidation_alternatingPattern:"Repeating patterns (e.g., 121212) are not allowed.",pinInput_title:"Enter PIN",pinInput_subtitle:"Enter your 6-digit PIN to continue.",pinInput_error:"Incorrect PIN. Please try again.",verifyPin_title:"Verify Your PIN",verifyPin_subtitle:"To continue, please confirm your PIN.",pinLocked_message:"Please try again after the lock expires.",pinLocked_availableFrom:"Available from",pinLocked_failureWarning:"Your account will be locked after further failures.",pinLocked_permanent:"Your account has been permanently locked due to too many failed attempts.",alert_sessionExpired:"Your session has expired. Please sign in again.",alert_accountWithdrawn:"This account is no longer available or has been withdrawn. Please sign in again.",alert_walletNotFound:"Wallet data could not be found. Please sign in again.",alert_differentAccount:`You signed in with a different Google/Apple account than before.
|
|
4
4
|
|
|
5
|
-
For security, you must continue with the same account.`,sessionAlert_title:"Session expired",sessionAlert_accountLabel:"Account",sessionAlert_signOutButton:"Sign out",sessionAlert_signInAgainButton:"Sign in again"},Ks={ko:Fs,en:sr};function Se(s="en",e){return Ks[s]??sr}const nr="crossx_access_token",ir="crossx_refresh_token",or="crossx_user_info",wt=class wt{constructor(e,r,t,n,i,o,a){this.config=e,this.storage=r,this.crypto=t,this.oauth=n,this.transport=i,this.walletProvider=o,this.tokenStore=a,this._refreshPromise=null,this._migrated=!1;const c=e.projectId;this.STORAGE_KEY_ACCESS_TOKEN=`crossx_${c}_access_token`,this.STORAGE_KEY_REFRESH_TOKEN=`crossx_${c}_refresh_token`,this.STORAGE_KEY_USER=`crossx_${c}_user_info`}get useCookieAuth(){return this.config.authMode==="cookie"}extractResponseErrorCode(e){if(e!=null&&e.code&&e.code!==200&&e.code>0)return{code:e.code,message:e.message??""};const r=e==null?void 0:e.data;if(typeof r=="object"&&r!==null&&"code"in r){const t=r;if(t.code&&t.code!==200&&t.code>0)return{code:t.code,message:t.message??""}}return null}checkResponseError(e,r){const t=this.extractResponseErrorCode(e);if(t)throw new _(h.AUTH_FAILED,`${r} 실패 (코드 ${t.code}): ${t.message}`)}async execute(e){let r,t;try{const n=e==null?void 0:e.provider;let i="/login";n==="google"?i="/google":n==="apple"&&(i="/apple");const{oauthServiceUrl:o}=this.config,a=`${o}${i}`;u.log(`[CROSSx] OAuth 팝업 열기 (${n||"일반"} 로그인)`);const c=await this.oauth.openAuth({authUrl:a,expectedOrigin:new URL(o).origin});r=c.token,t=c.email,u.log("[CROSSx] OAuth Firebase 토큰 받음 (length:",r.length,")"),t&&u.log("[CROSSx] OAuth 콜백 email:",t)}catch(n){u.error("[CROSSx] SignIn 에러 (OAuth 단계):",n);const i=n instanceof Error?n.message:"Sign in failed";throw/팝업|popup/i.test(i)?new _(h.OAUTH_POPUP_BLOCKED,i):new _(h.AUTH_FAILED,i)}return this.processFirebaseToken(r,t)}async executeWithOAuthToken(e){return u.log("[CROSSx] signInWithOAuthToken — Firebase 토큰 주입 (length:",e.length,")"),this.processFirebaseToken(e)}async processFirebaseToken(e,r){var i,o,a,c,l;let t,n=!1;try{const{authApiUrl:d}=this.config,{accessToken:f,refreshToken:g}=await this.exchangeFirebaseToken(e,d);let p,w,b;try{const I=this.crypto.decodeJWT(e);u.log("[CROSSx] Firebase JWT 필드:",Object.keys(I).join(", ")),w=(i=I.firebase)==null?void 0:i.sign_in_provider;const C=((o=I.firebase)==null?void 0:o.identities)??{};b=I.email??((a=C.email)==null?void 0:a[0]),w==="google.com"?p=(c=C["google.com"])==null?void 0:c[0]:w==="apple.com"&&(p=(l=C["apple.com"])==null?void 0:l[0]),u.log("[CROSSx] OAuth provider sub 추출 — provider:",w,"hasProviderSub:",!!p,"email:",b??"(없음)")}catch{u.warn("[CROSSx] firebaseToken에서 providerSub 추출 실패")}if(f){const I=this.crypto.decodeJWT(f);u.log("[CROSSx] access_token 디코딩 — sub:",I.sub,"exp:",I.exp,"필드:",Object.keys(I).join(", "));const C=await this.crypto.verifyJWT(f);if(n=C.signatureVerified??!1,!C.valid)throw u.error("[CROSSx] access_token 검증 실패"),new Error("유효하지 않은 access token");const H=C.payload,D=H.email??b??r;u.log("[CROSSx] email 소스 — CROSSx JWT:",H.email??"(없음)","/ Firebase JWT:",b??"(없음)","/ OAuth 콜백:",r??"(없음)","→",D??"(없음)"),t={id:H.sub,email:D,signInProvider:w,providerSub:p},this.tokenStore.set(f),this.useCookieAuth||(await this.storage.set(this.STORAGE_KEY_ACCESS_TOKEN,f),g&&this.config.secureStorageAvailable!==!1?await this.storage.set(this.STORAGE_KEY_REFRESH_TOKEN,g):g&&u.warn("[CROSSx] 안전한 스토리지 미사용 — refresh_token 영속 저장을 건너뜁니다"))}else{const I=this.crypto.decodeJWT(e);t={id:I.sub,email:I.email??r,signInProvider:w,providerSub:p},u.log("[CROSSx] Cookie 모드 — Firebase 토큰에서 사용자 정보 추출 — id:",t.id)}u.log("[CROSSx] 사용자 정보 — id:",t.id,"email:",t.email??"(없음)");const y=this.useCookieAuth?{id:t.id,email:t.email,signInProvider:t.signInProvider,providerSub:t.providerSub}:t;await this.storage.set(this.STORAGE_KEY_USER,y),u.log("[CROSSx] 사용자 정보 저장 완료 (authMode:",this.useCookieAuth?"cookie":"token",")")}catch(d){return u.error("[CROSSx] SignIn 에러 (토큰 교환 단계):",d),{success:!1,error:d instanceof Error?d.message:"Sign in failed"}}return u.log("[CROSSx][Migration Phase 1] 로그인 완료, 지갑 로드 시작 — userId:",t.id),this.loadWallet(t,n)}async exchangeFirebaseToken(e,r){const t=this.useCookieAuth,n=t?`${r}/cross-auth/social/login/cookie`:`${r}/cross-auth/social/login`;u.log("[CROSSx] Firebase 토큰 교환 요청");const i=await this.transport.request({url:n,method:"POST",headers:{"Content-Type":"application/json"},body:{auth_code:e,login_type:"firebase"},...t?{credentials:"include"}:{}});u.log("[CROSSx] 토큰 교환 응답 — status:",i.status);const o=i.data;this.checkResponseError(o,"Token exchange");const a=this.extractAccessToken(o);if(t&&!a)return u.log("[CROSSx] Cookie 모드 — 로그인 성공 (JWT는 HttpOnly 쿠키)"),{};if(!a)throw new _(h.AUTH_FAILED,"토큰 교환 응답에서 access_token을 찾을 수 없습니다");u.log("[CROSSx] access_token 교환 성공");let c;return t||(c=this.extractRefreshToken(o)),{accessToken:a,refreshToken:c}}extractAccessToken(e){const r=(e==null?void 0:e.data)??e;if(this.isJwtString(r))return r;if(typeof r=="object"&&r!==null){const t=r;if(this.isJwtString(t.data))return t.data;if(typeof t.data=="object"&&t.data!==null){const i=t.data,o=i.access_token??i.token;if(typeof o=="string")return o}const n=t.access_token??t.token;if(typeof n=="string")return n}}extractRefreshToken(e){const r=(e==null?void 0:e.data)??e;if(typeof r!="object"||r===null)return;const t=r;if(typeof t.data=="object"&&t.data!==null){const i=t.data,o=i.refresh_token??i.refresh;if(typeof o=="string")return o}const n=t.refresh_token??t.refresh;if(typeof n=="string")return n}isJwtString(e){return typeof e=="string"&&e.split(".").length===3}async restoreSession(){try{await this.migrateStorageKeys();const e=this.tokenStore.get();if(e){const t=await this.crypto.verifyJWT(e);if(t.valid){const n=await this.storage.get(this.STORAGE_KEY_USER);if(n)return u.log("[CROSSx] restoreSession — 메모리 토큰 유효, 세션 복원"),this.loadWallet(n,t.signatureVerified)}this.tokenStore.clear()}if(this.useCookieAuth){u.log("[CROSSx] restoreSession — 쿠키 기반 silentRefresh 시도");const t=await this.silentRefresh();t&&this.tokenStore.set(t)}else{const t=await this.storage.get(this.STORAGE_KEY_ACCESS_TOKEN),n=await this.storage.get(this.STORAGE_KEY_REFRESH_TOKEN);if(u.log("[CROSSx] restoreSession — access_token:",t?"있음":"없음","refresh_token:",n?"있음":"없음"),!n)return u.log("[CROSSx] restoreSession — refresh_token 없음, 세션 복원 생략"),null;t&&this.tokenStore.set(t);const i=await this.silentRefresh(n);u.log("[CROSSx] restoreSession — silentRefresh 결과:",i?"토큰 발급 성공":"토큰 없음"),i&&this.tokenStore.set(i)}const r=await this.storage.get(this.STORAGE_KEY_USER);if(u.log("[CROSSx] restoreSession — userInfo 조회:",r?`있음 (id: ${r.id})`:"없음"),!r)return null;u.log("[CROSSx] restoreSession — silentRefresh 성공, 세션 복원 — userId:",r.id);try{return await this.loadWallet(r,!1)}catch(t){return u.warn("[CROSSx] restoreSession — 지갑 로드 실패 (세션은 유지):",t),{success:!0,user:r,tokenSignatureVerified:!1}}}catch(e){const r=e instanceof _&&e.code===h.SESSION_EXPIRED;return u.log("[CROSSx] restoreSession —",r?"세션 만료 (재로그인 필요)":"세션 복원 실패:",e),this.tokenStore.clear(),r&&(this.useCookieAuth||await this.storage.remove(this.STORAGE_KEY_REFRESH_TOKEN),await this.storage.remove(this.STORAGE_KEY_USER)),null}}silentRefresh(e){return this._refreshPromise&&this._lastRefreshToken===e?this._refreshPromise:(this._lastRefreshToken=e,this._refreshPromise=this._doSilentRefresh(e).finally(()=>{this._refreshPromise=null,this._lastRefreshToken=void 0}),this._refreshPromise)}async _doSilentRefresh(e){const{authApiUrl:r}=this.config,t=this.useCookieAuth,n=`${r}/cross-auth/social/refresh/simple`,i={};if(!t){const d=this.tokenStore.get()??"";d&&(i.access_token=d),e&&(i.refresh_token=e)}const o=await this.transport.request({url:n,method:"POST",headers:{"Content-Type":"application/json"},body:i,...t?{credentials:"include"}:{}});u.log("[CROSSx] silentRefresh 응답 — status:",o.status);const a=o.data,c=this.extractResponseErrorCode(a);if(c){const d=wt.REFRESH_RELOGIN_CODES.has(c.code);throw new _(d?h.SESSION_EXPIRED:h.AUTH_FAILED,`토큰 갱신 실패 (코드 ${c.code}): ${c.message}`)}const l=this.extractAccessToken(a);if(t&&!l){u.log("[CROSSx] silentRefresh 성공 (cookie 갱신)");return}if(!l)throw new _(h.AUTH_FAILED,"토큰 자동 갱신 실패: 응답에 토큰이 없습니다");if(this.tokenStore.set(l),!t){await this.storage.set(this.STORAGE_KEY_ACCESS_TOKEN,l);const d=this.extractRefreshToken(a);d&&this.config.secureStorageAvailable!==!1&&await this.storage.set(this.STORAGE_KEY_REFRESH_TOKEN,d)}return u.log("[CROSSx] silentRefresh 성공"),l}async refreshAccessToken(){try{if(this.useCookieAuth)return!!await this.silentRefresh()||this.tokenStore.has();const e=await this.storage.get(this.STORAGE_KEY_REFRESH_TOKEN);return e?!!await this.silentRefresh(e):(u.warn("[CROSSx] refreshAccessToken: refresh_token 없음 — 갱신 불가"),!1)}catch(e){return e instanceof _&&e.code===h.SESSION_EXPIRED?(u.warn("[CROSSx] refreshAccessToken: 세션 만료 — 재로그인 필요"),this.tokenStore.clear(),this.useCookieAuth||await this.storage.remove(this.STORAGE_KEY_REFRESH_TOKEN)):u.warn("[CROSSx] refreshAccessToken 실패:",e),!1}}async executeWithJWT(e,r){let t,n=!1;try{let i=await this.crypto.verifyJWT(e);if(n=i.signatureVerified??!1,!i.valid){if(!r)return u.error("[CROSSx] signInWithJWT: access_token 검증 실패, refreshToken 없음"),{success:!1,error:"유효하지 않은 access token"};u.log("[CROSSx] signInWithJWT: access_token 만료, refreshToken으로 갱신 시도");const a=await this.silentRefresh(r);if(!a)return u.error("[CROSSx] signInWithJWT: silentRefresh 실패"),{success:!1,error:"access token이 만료되었고 갱신에 실패했습니다"};if(e=a,i=await this.crypto.verifyJWT(e),n=i.signatureVerified??!1,!i.valid)return u.error("[CROSSx] signInWithJWT: 갱신된 access_token도 유효하지 않음"),{success:!1,error:"갱신된 access token이 유효하지 않습니다"};u.log("[CROSSx] signInWithJWT: silentRefresh 성공, 새 access_token 사용")}const o=i.payload;u.log("[CROSSx] signInWithJWT — sub:",o.sub,"signatureVerified:",n),t={id:o.sub,email:o.email},this.tokenStore.set(e),this.useCookieAuth||(await this.storage.set(this.STORAGE_KEY_ACCESS_TOKEN,e),r&&this.config.secureStorageAvailable!==!1&&await this.storage.set(this.STORAGE_KEY_REFRESH_TOKEN,r)),await this.storage.set(this.STORAGE_KEY_USER,t),u.log("[CROSSx] signInWithJWT — 토큰 및 사용자 정보 저장 완료")}catch(i){return u.error("[CROSSx] signInWithJWT 에러:",i),{success:!1,error:i instanceof Error?i.message:"JWT sign in failed"}}return this.loadWallet(t,n)}async migrateStorageKeys(){if(!this._migrated){this._migrated=!0;try{const e=await this.storage.get(or);if(!e||await this.storage.get(this.STORAGE_KEY_USER))return;await this.storage.set(this.STORAGE_KEY_USER,e);const t=await this.storage.get(nr);t&&await this.storage.set(this.STORAGE_KEY_ACCESS_TOKEN,t);const n=await this.storage.get(ir);n&&await this.storage.set(this.STORAGE_KEY_REFRESH_TOKEN,n),await this.storage.remove(or),await this.storage.remove(nr),await this.storage.remove(ir),u.log("[CROSSx] 스토리지 키 마이그레이션 완료 (projectId 스코프)")}catch(e){u.warn("[CROSSx] 스토리지 키 마이그레이션 실패:",e)}}}async loadWallet(e,r){let t,n=!1;try{if(typeof this.walletProvider.checkWallet=="function"){u.log("[CROSSx] GET /mnemonic/check — 지갑 상태 확인 (비밀번호 불필요)");const i=await this.walletProvider.checkWallet();if(u.log("[CROSSx] 지갑 상태:",i),i==="migration_required")u.log("[CROSSx] migration_required → needsMigration = true"),n=!0;else if(i==="exists")try{const o=await this.walletProvider.getAddresses(e.id);o.length>0?(t=o[0].address,u.log("[CROSSx] 캐시된 주소 로드 완료 (비밀번호 불필요):",t)):u.log("[CROSSx] 주소 캐시 없음 — createWallet 단계에서 비밀번호 입력 후 로드")}catch(o){u.warn("[CROSSx] getAddresses 실패, createWallet 단계에서 재시도:",o)}}else u.log("[CROSSx] getOrCreateWallet 직접 호출 (폴백)"),t=(await this.walletProvider.getOrCreateWallet(e.id)).address,u.log("[CROSSx] 지갑 로드 완료 — address:",t)}catch(i){if(i instanceof _&&i.code===h.MIGRATION_BACKUP_EXISTS)u.log("[CROSSx] MIGRATION_BACKUP_EXISTS 감지 → needsMigration = true"),n=!0;else{if(i instanceof _&&(i.code===h.PROJECT_NOT_REGISTERED||i.code===h.PROJECT_ID_MISSING||i.code===h.ORIGIN_NOT_ALLOWED))throw u.error("[CROSSx] 프로젝트 설정 에러:",i.message),i;u.warn("[CROSSx] 지갑 상태 확인 실패 (로그인은 유지):",i)}}return u.log("[CROSSx] loadWallet 결과 — address:",t,"needsMigration:",n),{success:!0,address:t,user:e,needsMigration:n,tokenSignatureVerified:r}}};wt.REFRESH_RELOGIN_CODES=new Set([1007,1008]);let St=wt;class Gs{constructor(e,r,t){this.config=e,this.storage=r,this.tokenStore=t;const n=e.projectId;this.STORAGE_KEY_ACCESS_TOKEN=`crossx_${n}_access_token`,this.STORAGE_KEY_REFRESH_TOKEN=`crossx_${n}_refresh_token`,this.STORAGE_KEY_USER=`crossx_${n}_user_info`}async execute(){this.tokenStore.clear(),this.config.authMode!=="cookie"&&(await this.storage.remove(this.STORAGE_KEY_ACCESS_TOKEN),await this.storage.remove(this.STORAGE_KEY_REFRESH_TOKEN)),await this.storage.remove(this.STORAGE_KEY_USER),await this.storage.clear()}}class qs{constructor(e,r){this.storage=e,this.walletProvider=r}async execute(e,r){if(!this.walletProvider.migrateWallet)throw new _(h.NOT_IMPLEMENTED,"현재 환경에서는 마이그레이션이 지원되지 않습니다");u.log("[CROSSx][Migration Phase 4] MigrateWalletUseCase.execute() — pin 길이:",e.length,"sub:",r);const t=await this.walletProvider.migrateWallet(e,r);return u.log("[CROSSx][Migration Phase 5] MigrateWalletUseCase 완료 — address:",t.address),{address:t.address}}}class vt{constructor(){this.encryptedBytes=null,this.xorKey=null}set(e){this.clear();const r=new TextEncoder().encode(e),t=new Uint8Array(r.length);crypto.getRandomValues(t);const n=new Uint8Array(r.length);for(let i=0;i<r.length;i++)n[i]=r[i]^t[i];r.fill(0),this.xorKey=t,this.encryptedBytes=n}get(){if(!this.encryptedBytes||!this.xorKey)return null;const e=new Uint8Array(this.encryptedBytes.length);for(let t=0;t<this.encryptedBytes.length;t++)e[t]=this.encryptedBytes[t]^this.xorKey[t];const r=new TextDecoder().decode(e);return e.fill(0),r}clear(){var e,r;(e=this.encryptedBytes)==null||e.fill(0),(r=this.xorKey)==null||r.fill(0),this.encryptedBytes=null,this.xorKey=null}has(){return this.encryptedBytes!==null}}class Js{constructor(e,r){this.chainRegistry=e,this.transport=r,this._nextId=1}async call(e,r,t){const n=await this.chainRegistry.getChain(t),i={jsonrpc:"2.0",method:e,params:r,id:this._nextId++},a=(await this.transport.request({url:n.rpcUrl,method:"POST",headers:{"Content-Type":"application/json"},body:i})).data;if(a!=null&&a.error)throw new _(h.UNKNOWN_ERROR,`RPC 오류 [${e}] (${t}): ${a.error.message} (코드: ${a.error.code})`);return a==null?void 0:a.result}}class Vs{constructor(){this.listeners=new Map}on(e,r){return this.listeners.has(e)||this.listeners.set(e,new Set),this.listeners.get(e).add(r),()=>this.off(e,r)}off(e,r){var t;(t=this.listeners.get(e))==null||t.delete(r)}emit(e,r){var t;(t=this.listeners.get(e))==null||t.forEach(n=>n(r))}removeAllListeners(){this.listeners.clear()}}var rt={environment:"production"};const We={production:{oauthServiceUrl:"https://cross-wallet-oauth.crosstoken.io",authApiUrl:"https://cross-auth.crosstoken.io",walletGatewayUrl:"https://embedded-wallet-gateway.crosstoken.io/api/v1"},staging:{oauthServiceUrl:"https://stg-cross-wallet-oauth.crosstoken.io",authApiUrl:"https://stg-cross-auth.crosstoken.io",walletGatewayUrl:"https://stg-embedded-wallet-gateway.crosstoken.io/api/v1"},development:{oauthServiceUrl:"https://dev-cross-wallet-oauth.crosstoken.io",authApiUrl:"https://dev-cross-auth.crosstoken.io",walletGatewayUrl:"https://dev-embedded-wallet-gateway.crosstoken.io/api/v1"}};function zs(s){const e=s.environment;return e&&e in We?We[e]:null}function Ys(){try{if(typeof rt<"u"){const s=typeof rt=="string"?JSON.parse(rt):rt,e=zs(s);if(e)return e}}catch{}try{const s=process.env.NEXT_PUBLIC_CROSSX_ENVIRONMENT;if(s&&s in We)return We[s]}catch{}return We.production}const js=2e3,ar=6e4,Xs=1e3,Zs=1e4,Qs="0x77359400",cr="0x3B9ACA00",lr=130,dr=6,ur=18,hr=3e4,en=5*60*1e3,tn=30*1e3;function ze(s){const e=s.indexOf("@");if(e<0)return"***";const r=s.substring(0,e),t=s.substring(e);return r.length<=1?`${r}***${t}`:`${r[0]}***${t}`}const se=class se extends Vs{constructor(e,r,t,n,i,o,a,c,l,d,f){var g,p;super(),this.storage=t,this.crypto=n,this.transport=i,this.oauth=o,this.walletProvider=a,this.tokenStore=c,this.initialized=!1,this._initPromise=null,this.authenticated=!1,this.userId=null,this.address=null,this.activeWalletIndex=0,this.userEmail=null,this.loginType=null,this.providerSub=null,this.tokenSignatureVerified=!1,this._verifyPinMutex=null,this._themeMediaCleanup=null,this._isRecoveringSession=!1,this._config=Object.freeze({...e}),this.internalConfig=e,this.adapterConfig=r,e.logger&&rr(e.logger),this.confirmation=l,this.pinStore=f??new vt,this.chainRegistry=d,this.jsonRpc=new Js(d,i),this.signInUseCase=new St(this.internalConfig,t,n,o,i,a,c),this.signOutUseCase=new Gs(this.internalConfig,t,c),this.migrateWalletUseCase=new qs(t,a),(g=a.setOnUnauthorized)==null||g.call(a,()=>this.forceLogout()),(p=a.setTokenRefresher)==null||p.call(a,()=>this.signInUseCase.refreshAccessToken()),e.autoDetectTheme&&this._setupAutoDetectTheme()}get config(){return this._config}async initialize(e){return this.initialized?this.authenticated?{success:!0,address:this.address??void 0}:null:this._initPromise?this._initPromise:(this._initPromise=this._doInitialize(e).finally(()=>{this._initPromise=null}),this._initPromise)}async _doInitialize(e){var r,t;u.log("[CROSSx SDK] v1.4.2 초기화 중..."),this.confirmation.setMessages(Se(this._config.locale));try{const n=Ys();this.internalConfig.oauthServiceUrl=n.oauthServiceUrl,this.internalConfig.authApiUrl=n.authApiUrl,this.internalConfig.walletGatewayUrl=n.walletGatewayUrl,this.adapterConfig.gatewayUrl=n.walletGatewayUrl,(t=(r=this.crypto).setJWKSEndpoint)==null||t.call(r,`${n.authApiUrl}/.well-known/jwks.json`);const i=await this.signInUseCase.restoreSession();if(i!=null&&i.success){this.applyAuthResult(i);try{await this.loadWalletAfterAuth(e==null?void 0:e.preferredWalletIndex)}catch(o){if(!(o instanceof _&&o.code===h.PIN_CANCELLED))throw o;u.log("[CROSSx] initialize: 비밀번호 입력 취소 — 지갑 미로드 상태로 계속")}}return this.initialized=!0,u.info("[CROSSx SDK] v1.4.2 초기화 완료"),this.emit("initialized",{restored:!!(i!=null&&i.success)}),i??null}catch(n){throw new _(h.AUTH_NOT_INITIALIZED,"SDK 초기화에 실패했습니다",n)}}async signIn(e){if(this.ensureInitialized(),this.authenticated)throw new _(h.ALREADY_AUTHENTICATED,"이미 로그인된 상태입니다. signOut()을 먼저 호출하세요.");let r=e;if(!(e!=null&&e.provider)){const t=await this.confirmation.showLoginSelector({showConnectOtherWallets:this._config.showConnectOtherWallets});if(t==="external")throw this.emit("connectExternalWallet",{}),new _(h.EXTERNAL_WALLET_REQUESTED,"User requested external wallet connection");if(t===null)return{success:!1,error:"User cancelled login"};r={...e,provider:t}}try{const t=await this.signInUseCase.execute(r);return t.success&&this.applyAuthResult(t),t}catch(t){throw t instanceof _?t:new _(h.AUTH_FAILED,"로그인에 실패했습니다",t)}}async signInWithCreate(e){const r=await this.signIn(e);if(!r.success)return{...r,addresses:[]};try{if(r.needsMigration||!r.address){const{address:i}=await this.createWallet(),o=await this.getAddresses(),a=await this.selectWalletIfMultiple(o);return{...r,address:(a==null?void 0:a.address)??i,needsMigration:!1,addresses:o}}const t=await this.getAddresses(),n=await this.selectWalletIfMultiple(t);return{...r,address:(n==null?void 0:n.address)??r.address,addresses:t}}catch(t){throw t instanceof _&&t.code===h.PIN_CANCELLED&&(u.log("[CROSSx] signInWithCreate: 비밀번호 설정 취소 — 자동 로그아웃 진행"),await this.signOut().catch(n=>u.warn("[CROSSx] signInWithCreate: 자동 로그아웃 실패",n))),t}}async signInWithOAuthToken(e){if(this.ensureInitialized(),this.authenticated)throw new _(h.ALREADY_AUTHENTICATED,"이미 로그인된 상태입니다. signOut()을 먼저 호출하세요.");try{const r=await this.signInUseCase.executeWithOAuthToken(e);return r.success&&this.applyAuthResult(r),r}catch(r){throw new _(h.AUTH_FAILED,"OAuth 토큰 로그인에 실패했습니다",r)}}async signInWithJWT(e,r){if(this.ensureInitialized(),this.authenticated)throw new _(h.ALREADY_AUTHENTICATED,"이미 로그인된 상태입니다. signOut()을 먼저 호출하세요.");try{const t=await this.signInUseCase.executeWithJWT(e,r);return t.success&&this.applyAuthResult(t),t}catch(t){throw new _(h.AUTH_FAILED,"JWT 로그인에 실패했습니다",t)}}async signOut(){this.ensureInitialized();try{await this.signOutUseCase.execute(),this.clearAuthState()}catch(e){throw new _(h.UNKNOWN_ERROR,"로그아웃에 실패했습니다",e)}}isAuthenticated(){return this.authenticated}async whenReady(){if(this.initialized)return!0;if(this._initPromise)try{return await this._initPromise,this.initialized}catch{return!1}return!1}get currentAddress(){return this.address}get currentUserId(){return this.userId}isLoggedIn(){return this.isAuthenticated()}async ensureLoggedIn(){if(!this.initialized)return!1;if(this.authenticated)return!0;try{const e=await this.signInUseCase.restoreSession();if(e!=null&&e.success){this.applyAuthResult(e);try{await this.loadWalletAfterAuth()}catch(r){r instanceof _&&r.code===h.PIN_CANCELLED||u.warn("[CROSSx] ensureLoggedIn: loadWalletAfterAuth 실패:",r)}return!0}return!1}catch{return!1}}async getUserInfo(){return this.ensureAuthenticated(),{id:this.userId,email:this.userEmail??void 0,loginType:this.loginType??void 0,addresses:this.address?[this.address]:[],tokenSignatureVerified:this.tokenSignatureVerified}}async migrateWallet(e){if(this.ensureAuthenticated(),!this.userId)throw new _(h.AUTH_NOT_AUTHENTICATED,"사용자 ID를 찾을 수 없습니다");try{const r=await this.migrateWalletUseCase.execute(e,this.userId);return this.address=r.address,this.activeWalletIndex=0,this.emit("addressChanged",{address:r.address,index:0}),u.log("[CROSSx] migrateWallet 완료 — address:",r.address),r}catch(r){throw r instanceof _?r:new _(h.MIGRATION_FAILED,"지갑 마이그레이션에 실패했습니다",r)}}async getAddress(e){if(e!==void 0){if(this.ensureAuthenticated(),!this.userId)throw new _(h.AUTH_NOT_AUTHENTICATED,"사용자 ID를 찾을 수 없습니다");return{address:(await this.walletProvider.getAddress(this.userId,e)).address,index:e}}return!this.authenticated||!this.address?null:{address:this.address,index:this.activeWalletIndex}}async getAddresses(){if(this.ensureAuthenticated(),!this.userId)return[];const e=await this.withSessionRecovery(()=>this.walletProvider.getAddresses(this.userId));return e.length===0&&this.address?[{address:this.address,index:0}]:e}async selectWallet(e){if(this.ensureAuthenticated(),!this.userId)throw new _(h.AUTH_NOT_AUTHENTICATED,"사용자 ID를 찾을 수 없습니다");let r=await this.withSessionRecovery(()=>this.walletProvider.getAddresses(this.userId));r.length===0&&this.address&&(r=[{address:this.address,index:0}]);const t=await this.confirmation.showWalletSelector(r,async()=>{await this.ensurePinForSigning();const n=r.length,o={address:(await this.withPinRetry(()=>this.withSessionRecovery(()=>this.walletProvider.getAddress(this.userId,n)))).address,index:n};return r.push(o),o},e);return t&&(this.address=t.address,this.activeWalletIndex=t.index,this.emit("addressChanged",{address:t.address,index:t.index})),t}async selectWalletIfMultiple(e){return e.length<2?null:this.selectWallet()}async getChains(){this.ensureInitialized();try{return await this.chainRegistry.getChains()}catch(e){throw e instanceof _?e:new _(h.UNKNOWN_ERROR,"체인 목록 조회에 실패했습니다",e)}}async getChain(e){this.ensureInitialized();try{return await this.chainRegistry.getChain(e)}catch(r){throw r instanceof _?r:new _(h.CHAIN_NOT_SUPPORTED,`체인 조회에 실패했습니다: ${e}`,r)}}_setupAutoDetectTheme(){if(typeof window>"u"||!window.matchMedia)return;const e=window.matchMedia("(prefers-color-scheme: dark)"),r=n=>{const i=n?"dark":"light";this.applyTheme(i,this._config.themeTokens??{})};r(e.matches);const t=n=>r(n.matches);e.addEventListener("change",t),this._themeMediaCleanup=()=>e.removeEventListener("change",t)}applyTheme(e=this._config.theme??"light",r=this._config.themeTokens??{}){this._config=Object.freeze({...this._config,theme:e,themeTokens:r}),this.confirmation.setTheme(e,r)}applyLocale(e=this._config.locale??"en"){this._config=Object.freeze({...this._config,locale:e}),this.confirmation.setMessages(Se(e))}async createWallet(){return this.withSessionRecovery(()=>this._createWallet())}async _createWallet(){if(this.ensureAuthenticated(),!this.userId)throw new _(h.AUTH_NOT_AUTHENTICATED,"사용자 ID를 찾을 수 없습니다");u.log("[CROSSx] createWallet 시작");const e=await this.fetchWalletStatus();if(u.log("[CROSSx] 지갑 상태:",e),e==="migration_required"){const r=this.providerSub??this.userId;u.log("[CROSSx] migration_required → 마이그레이션 UI 시작 — sub:",r);const t=await this.handleMigrationFlow(r);if(t)return this.address=t.address,this.activeWalletIndex=0,this.emit("addressChanged",{address:t.address,index:0}),{address:t.address};throw new _(h.MIGRATION_FAILED,"사용자가 마이그레이션을 건너뛰었습니다")}if(e==="exists"){await this.ensureVerifiedPin();try{const r=await this.withPinRetry(()=>this.walletProvider.getOrCreateWallet(this.userId));return this.address=r.address,this.activeWalletIndex=0,this.emit("addressChanged",{address:r.address,index:0}),u.log("[CROSSx] 지갑 준비 완료:",r.address),{address:r.address}}catch(r){if(r instanceof _&&r.code===h.MIGRATION_BACKUP_EXISTS){const t=this.providerSub??this.userId;u.log("[CROSSx] MIGRATION_BACKUP_EXISTS (폴백) → 마이그레이션 UI 시작");const n=await this.handleMigrationFlow(t);if(n)return this.address=n.address,this.activeWalletIndex=0,this.emit("addressChanged",{address:n.address,index:0}),{address:n.address};throw new _(h.MIGRATION_FAILED,"사용자가 마이그레이션을 건너뛰었습니다")}throw r}}await this.ensurePinSetup();try{const r=await this.walletProvider.getOrCreateWallet(this.userId);return this.address=r.address,this.activeWalletIndex=0,this.emit("addressChanged",{address:r.address,index:0}),u.log("[CROSSx] 지갑 준비 완료:",r.address),{address:r.address}}catch(r){if(r instanceof _&&r.code===h.MIGRATION_BACKUP_EXISTS){const t=this.providerSub??this.userId;u.log("[CROSSx] MIGRATION_BACKUP_EXISTS (폴백) → 마이그레이션 UI 시작");const n=await this.handleMigrationFlow(t);if(n)return this.address=n.address,this.activeWalletIndex=0,this.emit("addressChanged",{address:n.address,index:0}),{address:n.address};throw new _(h.MIGRATION_FAILED,"사용자가 마이그레이션을 건너뛰었습니다")}throw r}}async fetchWalletStatus(){if(typeof this.walletProvider.checkWallet=="function")try{return await this.walletProvider.checkWallet()}catch(e){return u.warn("[CROSSx] checkWallet 실패 (폴백: not_found 처리):",e),"not_found"}return null}async signMessage(e,r,t){return this.withSessionRecovery(()=>this._signMessage(e,r,t))}async _signMessage(e,r,t){if(this.ensureAuthenticated(),!this.userId)throw new _(h.AUTH_NOT_AUTHENTICATED,"사용자 ID를 찾을 수 없습니다");const n=await this.resolveAddress(t==null?void 0:t.index);if(!await this.confirmation.requestConfirmation({type:"sign-message",chainId:e,from:n.address,message:r,dappName:(t==null?void 0:t.dappName)??this._config.appName,accountName:t==null?void 0:t.accountName}))throw new _(h.USER_REJECTED,"User rejected the message signing request");try{const o=await this.withPinRetry(async()=>{let a;return this.walletProvider.prepare&&(a=(await this.walletProvider.prepare("sign-message",{message:r,from:n.address})).uuid),await this.ensureVerifiedPin(),this.walletProvider.signMessage(this.userId,e,r,t==null?void 0:t.index,a,n.address)});return this.verifySignatureSigner(r,o.signature,n.address),{chainId:e,signature:o.signature,message:r,address:n.address}}catch(o){throw o instanceof _?o:new _(h.SIGNATURE_FAILED,`메시지 서명에 실패했습니다 (${e})`,o)}}async signTypedData(e,r,t){return this.withSessionRecovery(()=>this._signTypedData(e,r,t))}async _signTypedData(e,r,t){if(this.ensureAuthenticated(),!this.userId)throw new _(h.AUTH_NOT_AUTHENTICATED,"사용자 ID를 찾을 수 없습니다");if(!this.walletProvider.signTypedData)throw new _(h.NOT_IMPLEMENTED,"signTypedData가 구현되어 있지 않습니다");se.validateTypedDataChainId(e,r);const n=await this.resolveAddress(t==null?void 0:t.index);if(!await this.confirmation.requestConfirmation({type:"sign-typed-data",chainId:e,from:n.address,typedData:r,dappName:(t==null?void 0:t.dappName)??this._config.appName,accountName:t==null?void 0:t.accountName}))throw new _(h.USER_REJECTED,"User rejected the typed data signing request");try{const o=await this.withPinRetry(async()=>{let a;return this.walletProvider.prepare&&(a=(await this.walletProvider.prepare("sign-typed-data",{typedData:r,from:n.address})).uuid),await this.ensureVerifiedPin(),this.walletProvider.signTypedData(this.userId,e,r,t==null?void 0:t.index,a,n.address)});return se.validateSignatureFormat(o.signature),{chainId:e,signature:o.signature,address:n.address}}catch(o){throw o instanceof _?o:new _(h.SIGNATURE_FAILED,`타입 데이터 서명에 실패했습니다 (${e})`,o)}}async signTypedDataOffchain(e,r){return this.signTypedData(se.OFFCHAIN_CHAIN_ID,e,r)}async signTransaction(e,r,t){return this.withSessionRecovery(()=>this._signTransaction(e,r,t))}async _signTransaction(e,r,t){if(this.ensureAuthenticated(),!this.userId)throw new _(h.AUTH_NOT_AUTHENTICATED,"사용자 ID를 찾을 수 없습니다");const n=await this.withResolvedGasAndFee(r,e);n.from||(n.from=(await this.resolveAddress(t==null?void 0:t.index)).address);const i=bt(e);if(!await this.confirmation.requestConfirmation({type:"sign",chainId:e,from:n.from,to:n.to,value:n.value,data:n.data,gasLimit:n.gasLimit,gasPrice:n.gasPrice,maxFeePerGas:n.maxFeePerGas,maxPriorityFeePerGas:n.maxPriorityFeePerGas,nativeSymbol:i.symbol,nativeDecimals:i.decimals,dappName:(t==null?void 0:t.dappName)??this._config.appName,accountName:t==null?void 0:t.accountName}))throw new _(h.USER_REJECTED,"User rejected the transaction signing request");try{const a=await this.withPinRetry(async()=>{let c;return this.walletProvider.prepare&&(c=(await this.walletProvider.prepare("sign",{tx:n})).uuid),await this.ensureVerifiedPin(),this.walletProvider.signTransaction(this.userId,e,n,t==null?void 0:t.index,c)});return se.validateSignedTxFormat(a.signature),{chainId:e,signedTx:a.signature,txHash:a.txHash??""}}catch(a){if(a instanceof _)throw a;const c=a instanceof Error?a.message:String(a);throw new _(h.SIGNATURE_FAILED,`트랜잭션 서명에 실패했습니다 (${e}): ${c}`,a)}}async sendTransaction(e,r,t){return this.withSessionRecovery(()=>this._sendTransaction(e,r,t))}async _sendTransaction(e,r,t){if(this.ensureAuthenticated(),!this.userId)throw new _(h.AUTH_NOT_AUTHENTICATED,"사용자 ID를 찾을 수 없습니다");const n=await this.withResolvedGasAndFee(r,e);n.from||(n.from=(await this.resolveAddress(t==null?void 0:t.index)).address);const i=bt(e);if(!await this.confirmation.requestConfirmation({type:"send",chainId:e,from:n.from,to:n.to,value:n.value,data:n.data,gasLimit:n.gasLimit,gasPrice:n.gasPrice,maxFeePerGas:n.maxFeePerGas,maxPriorityFeePerGas:n.maxPriorityFeePerGas,nativeSymbol:i.symbol,nativeDecimals:i.decimals,dappName:(t==null?void 0:t.dappName)??this._config.appName,accountName:t==null?void 0:t.accountName}))throw new _(h.USER_REJECTED,"User rejected the transaction request");try{const a=await this.withPinRetry(async()=>{let c;if(this.walletProvider.prepare&&(c=(await this.walletProvider.prepare("send",{tx:n})).uuid),await this.ensureVerifiedPin(),this.walletProvider.sendTransaction)return(await this.walletProvider.sendTransaction(this.userId,e,n,c)).txHash;const l=await this.walletProvider.signTransaction(this.userId,e,n,t==null?void 0:t.index,c);return l.txHash??l.signature});return{chainId:e,txHash:a,status:"pending"}}catch(a){if(a instanceof _)throw a;const c=a instanceof Error?a.message:String(a);throw new _(h.TRANSACTION_FAILED,`트랜잭션 전송에 실패했습니다 (${e}): ${c}`,a)}}async getTransactionReceipt(e,r){try{return await this.jsonRpc.call("eth_getTransactionReceipt",[e],r)??null}catch{return null}}async waitForTxAndGetReceipt(e,r,t={}){const n=t.intervalMs??Xs,i=Zs,o=t.timeoutMs??ar,a=Date.now()+o;let c=n;for(;Date.now()<a;){const l=await this.getTransactionReceipt(e,r);if(l)return l;await new Promise(d=>setTimeout(d,c)),c=Math.min(c*2,i)}throw new _(h.UNKNOWN_ERROR,`트랜잭션 영수증 조회 시간이 초과되었습니다 (${e})`)}async sendTransactionWithWaitForReceipt(e,r,t={}){var b,y;const{intervalMs:n,timeoutMs:i,...o}=t,{txHash:a}=await this.sendTransaction(e,r,o),c=n??((b=this._config.receiptPolling)==null?void 0:b.intervalMs)??js,l=i??((y=this._config.receiptPolling)==null?void 0:y.timeoutMs)??ar,d=bt(e),f=r.from??"";let g,p;const w=this.waitForTxAndGetReceipt(a,e,{intervalMs:c,timeoutMs:l}).then(I=>{g=I;const C=BigInt(I.gasUsed)*BigInt(I.effectiveGasPrice),H=r.value?BigInt(r.value):0n,D=se.formatTxAmount(r.value,d.symbol,d.decimals),q=se.formatTxAmount("0x"+C.toString(16),d.symbol,d.decimals),F=se.formatTxAmount("0x"+(H+C).toString(16),d.symbol,d.decimals);return{chainId:e,txHash:a,from:I.from,to:I.to??r.to,amount:D,fees:q,total:F,nativeSymbol:d.symbol,status:I.status==="0x1"?"success":"reverted"}}).catch(I=>(p=I instanceof Error?I:new Error(String(I)),{chainId:e,txHash:a,from:f,to:r.to,amount:se.formatTxAmount(r.value,d.symbol,d.decimals),nativeSymbol:d.symbol,status:"timeout"}));if(await this.confirmation.showTransactionProgress({chainId:e,txHash:a,from:f,to:r.to},w),p)throw p;return{chainId:e,txHash:a,receipt:g}}setPin(e){this.pinStore.set(e)}clearPin(){this.pinStore.clear()}hasPin(){return this.pinStore.has()}async changePin(e,r){this.ensureAuthenticated();const t=this.walletProvider;if(typeof t.changePin!="function")throw new _(h.NOT_IMPLEMENTED,"changePin이 구현되어 있지 않습니다");this.pinStore.set(e);try{await t.changePin(e,r),this.pinStore.set(r),u.log("[CROSSx] PIN 변경 완료")}catch(n){throw n instanceof _?n:new _(h.UNKNOWN_ERROR,"PIN 변경에 실패했습니다",n)}}async getGasPrice(e){this.ensureAuthenticated();try{return await this.walletRpc("eth_gasPrice",[],e)}catch(r){const t=r instanceof Error?r.message:String(r);throw new _(h.GAS_ESTIMATION_FAILED,`가스 가격 조회에 실패했습니다 (${e}): ${t}`,r)}}async estimateGas(e,r){this.ensureAuthenticated();const t={};e.from&&(t.from=e.from),e.to&&(t.to=e.to),e.value&&(t.value=e.value),e.data&&(t.data=e.data),e.gasPrice&&(t.gasPrice=e.gasPrice),e.maxFeePerGas&&(t.maxFeePerGas=e.maxFeePerGas),e.maxPriorityFeePerGas&&(t.maxPriorityFeePerGas=e.maxPriorityFeePerGas),e.nonce!==void 0&&(t.nonce="0x"+e.nonce.toString(16));try{return await this.walletRpc("eth_estimateGas",[t],r)}catch(n){const i=n instanceof Error?n.message:String(n);throw new _(h.GAS_ESTIMATION_FAILED,`가스 추정에 실패했습니다 (${r}): ${i}`,n)}}async getBaseFeePerGas(e){this.ensureAuthenticated();try{const r=await this.walletRpc("eth_getBlockByNumber",["latest",!1],e);return(r==null?void 0:r.baseFeePerGas)??null}catch(r){const t=r instanceof Error?r.message:String(r);throw new _(h.GAS_ESTIMATION_FAILED,`baseFeePerGas 조회에 실패했습니다 (${e}): ${t}`,r)}}async getMaxPriorityFeePerGas(e){this.ensureAuthenticated();try{return await this.walletRpc("eth_maxPriorityFeePerGas",[],e)}catch(r){const t=r instanceof Error?r.message:String(r);throw new _(h.GAS_ESTIMATION_FAILED,`maxPriorityFeePerGas 조회에 실패했습니다 (${e}): ${t}`,r)}}async getNonce(e){this.ensureAuthenticated();const r=this.address;if(!r)return 0;try{const t=await this.jsonRpc.call("eth_getTransactionCount",[r,"pending"],e);return parseInt(t??"0x0",16)}catch(t){if(t instanceof _)throw t;const n=t instanceof Error?t.message:String(t);throw new _(h.UNKNOWN_ERROR,`Nonce 조회에 실패했습니다: ${n}`,t)}}async getBalance(e){this.ensureAuthenticated();const r=this.address;if(!r)return{wei:"0x0",formatted:"0",chainId:e};try{const n=await this.jsonRpc.call("eth_getBalance",[r,"latest"],e)??"0x0";return{wei:n,formatted:se.formatWei(n),chainId:e}}catch(t){if(t instanceof _)throw t;const n=t instanceof Error?t.message:String(t);throw new _(h.UNKNOWN_ERROR,`잔액 조회에 실패했습니다 (${e}): ${n}`,t)}}static formatWei(e){if(!e||e==="0x0"||e==="0x")return"0";try{const r=BigInt(e);if(r===0n)return"0";const t=10n**BigInt(ur),n=r/t,o=(r%t).toString().padStart(ur,"0").replace(/0+$/,"").slice(0,dr);return o?`${n}.${o}`:`${n}`}catch{return"?"}}getProvider(e){return this.ensureAuthenticated(),new tr(this,e)}async walletRpc(e,r,t){this.ensureAuthenticated();try{return await this.jsonRpc.call(e,r,t)}catch(n){if(n instanceof _)throw n;const i=n instanceof Error?n.message:String(n);throw new _(h.UNKNOWN_ERROR,`walletRpc 호출에 실패했습니다 [${e}] (${t}): ${i}`,n)}}static formatTxAmount(e,r,t){if(!(!e||e==="0x"||e==="0x0"))try{const n=BigInt(e);if(n===0n)return;const i=10n**BigInt(t),o=n/i,c=(n%i).toString().padStart(t,"0").slice(0,dr).replace(/0+$/,"");return`${c?`${o}.${c}`:`${o}`} ${r}`}catch{return}}async handleMigrationFlow(e){var c,l,d;u.log('[CROSSx][Migration Phase 3] "Wallet Found" 팝업 표시');const r=((c=this._config.migration)==null?void 0:c.allowSkip)??!0,t=await this.confirmation.showMigrationFoundPrompt({allowSkip:r});if(u.log("[CROSSx][Migration Phase 3] 사용자 선택:",t),t==="skip")return u.log("[CROSSx][Migration Phase 3] 사용자가 마이그레이션을 건너뜀 → 종료"),null;let n,i=0,o=5,a=null;for(;;){i++,u.log(`[CROSSx][Migration Phase 4] PIN 입력 팝업 표시 (시도 #${i}/${o})`,n?`— 이전 메시지: ${n}`:"");const f=await this.confirmation.showRecoveryPinInputPrompt({errorMessage:n,attemptCount:i>1?i-1:void 0,maxAttempts:o});if(f===null)return u.log("[CROSSx][Migration Phase 4] 사용자가 PIN 입력을 취소함 → 종료"),null;u.log("[CROSSx][Migration Phase 4] PIN 입력 완료 — verify-recovery-pin API 호출"),n=void 0;try{const g=await((d=(l=this.walletProvider).verifyRecoveryPin)==null?void 0:d.call(l,f,e));if(!g){u.log("[CROSSx][Migration Phase 4] verifyRecoveryPin 미지원 — PIN 검증 생략"),a=f;break}if(g.valid){u.log("[CROSSx][Migration Phase 4] PIN 검증 성공"),a=f;break}const p=g.pinStatus;if(o=p.maxAttempts,i=o-p.remainingAttempts,p.remainingAttempts===0&&p.lockExpiresAt){const w=p.lockExpiresAt*1e3,b=Math.max(1,Math.round((w-Date.now())/1e3)),y=b<=1800?"Too many failed attempts. Please try again in 30 minutes.":"Too many failed attempts. Please try again in 24 hours.";u.warn(`[CROSSx][Migration Phase 4] verify-recovery-pin 잠금 — ${b}초, 메시지: ${y}`),await this.confirmation.showRecoveryPinLockedPrompt(b,y),i=0,n="Your account lock has been lifted. You may try again."}else u.warn(`[CROSSx][Migration Phase 4] PIN 불일치 (시도 ${i}/${o})`),n="Incorrect PIN."}catch(g){if(!(g instanceof _))throw g;if(g.code===h.SESSION_EXPIRED){u.warn("[CROSSx][Migration Phase 4] 세션 만료 — 재로그인 후 PIN 입력 재시도");const p=Se(this._config.locale??"en");if(await this.confirmation.showSessionAlert({title:p.sessionAlert_title,message:p.alert_sessionExpired,email:this.userEmail?ze(this.userEmail):void 0})==="signin-again"&&(await this.signInAgain()).success){u.log("[CROSSx][Migration Phase 4] 재로그인 성공 — PIN 입력 루프 계속"),i--;continue}throw this.clearAuthState(),g}if(g.code===h.MIGRATION_PIN_LOCKED){const p=g.details;if(o=(p==null?void 0:p.maxAttempts)??5,(p==null?void 0:p.permanent)===!0)return u.warn("[CROSSx][Migration Phase 4] PIN 영구 잠금 (verify-recovery-pin)"),await this.confirmation.showRecoveryPinLockedPrompt(0,"Your account has been permanently locked due to too many failed attempts."),null;const w=((p==null?void 0:p.lockExpiresAt)??0)*1e3,b=Math.max(1,Math.round((w-Date.now())/1e3)),y=b<=1800?"Too many failed attempts. Please try again in 30 minutes.":"Too many failed attempts. Please try again in 24 hours.";u.warn(`[CROSSx][Migration Phase 4] verify-recovery-pin 이미 잠금 — ${b}초`),await this.confirmation.showRecoveryPinLockedPrompt(b,y),i=0,n="Your account lock has been lifted. You may try again."}else throw u.error("[CROSSx][Migration Phase 4] verify-recovery-pin 실패 (복구 불가):",g),g}}u.log("[CROSSx][Migration Phase 5] PIN 검증 완료 — 비밀번호 설정 및 마이그레이션 진행");try{await this.ensurePinSetup();const f=await this.migrateWalletUseCase.execute(a,e);return u.log("[CROSSx][Migration Phase 5] 마이그레이션 성공 — address:",f.address),f}catch(f){if(f instanceof _&&f.code===h.MIGRATION_FAILED)return u.warn("[CROSSx][Migration Phase 5] migrate PIN 불일치 (경합) — 처음부터 재시도"),this.handleMigrationFlow(e);if(f instanceof _&&f.code===h.SESSION_EXPIRED){u.warn("[CROSSx][Migration Phase 5] 세션 만료 — 재로그인 후 마이그레이션 재시도");const g=Se(this._config.locale??"en");if(await this.confirmation.showSessionAlert({title:g.sessionAlert_title,message:g.alert_sessionExpired,email:this.userEmail?ze(this.userEmail):void 0})==="signin-again"&&(await this.signInAgain()).success){u.log("[CROSSx][Migration Phase 5] 재로그인 성공 — 마이그레이션 재시도 (검증된 PIN 유지)");try{const b=await this.migrateWalletUseCase.execute(a,e);return u.log("[CROSSx][Migration Phase 5] 마이그레이션 재시도 성공 — address:",b.address),b}catch(b){throw u.error("[CROSSx][Migration Phase 5] 마이그레이션 재시도 실패:",b),b}}throw this.clearAuthState(),f}throw u.error("[CROSSx][Migration Phase 5] 마이그레이션 실패 (복구 불가):",f),f}}async withResolvedGasAndFee(e,r){const t=p=>!(p!=null&&p.trim()),n=e.nonce===void 0||e.nonce===null,i=t(e.gasLimit),o=t(e.gasPrice)&&t(e.maxFeePerGas),a=!t(e.maxFeePerGas)&&t(e.maxPriorityFeePerGas);if(!n&&!i&&!o&&!a)return e;const c={...e},l=n?c.from??this.address:void 0;l&&u.log("[CROSSx] nonce 비어있음 → eth_getTransactionCount 호출 (from:",l,")"),i&&u.log("[CROSSx] gasLimit 비어있음 → eth_estimateGas 호출"),o&&u.log("[CROSSx] gasPrice & maxFeePerGas 비어있음 → baseFee 조회로 Dynamic/Legacy 판별");const[d,f,g]=await Promise.all([l?this.jsonRpc.call("eth_getTransactionCount",[l,"pending"],r):null,i?this.estimateGas(e,r):null,o?this.getBaseFeePerGas(r):null]);if(l&&(c.nonce=parseInt(d??"0x0",16),u.log("[CROSSx] nonce 결과:",c.nonce)),i&&(c.gasLimit=f,u.log("[CROSSx] estimateGas 결과:",c.gasLimit)),o){const p=g;if(p){const w=cr;c.maxFeePerGas="0x"+(BigInt(p)+BigInt(w)).toString(16),c.maxPriorityFeePerGas=w,u.log("[CROSSx] Dynamic 체인 감지 — baseFee:",p,"maxFeePerGas:",c.maxFeePerGas,"maxPriorityFeePerGas: 1 Gwei")}else c.gasPrice=Qs,u.log("[CROSSx] Legacy 체인 감지 — gasPrice: 2 Gwei")}return!o&&a&&(c.maxPriorityFeePerGas=cr,u.log("[CROSSx] maxPriorityFeePerGas 비어있음 → 1 Gwei 기본값 적용")),c}static validateTypedDataChainId(e,r){const t=se.extractDomainChainId(r);if(e==="0"){if(t!==void 0&&t!==0)throw new _(h.TYPED_DATA_CHAIN_ID_MISMATCH,`오프체인 서명(chainId=0)에서는 typedData.domain.chainId가 없거나 0이어야 합니다. 현재 값: ${t}`);return}const n=e.match(/^eip155:(\d+)$/);if(n){const i=Number(n[1]);if(t===void 0)throw new _(h.TYPED_DATA_CHAIN_ID_MISMATCH,`온체인 서명(${e})에서는 typedData.domain.chainId가 반드시 있어야 합니다`);if(t!==i)throw new _(h.TYPED_DATA_CHAIN_ID_MISMATCH,`typedData.domain.chainId (${t})가 chainId (${e}, 예상값: ${i})와 일치하지 않습니다`)}}static extractDomainChainId(e){if(e==null||typeof e!="object")return;const r=e.domain;if(r==null||typeof r!="object")return;const t=r.chainId;if(t==null)return;const n=Number(t);return Number.isFinite(n)?n:void 0}static validateSignatureFormat(e){const r=e.startsWith("0x")?e.slice(2):e;if(!/^[0-9a-fA-F]+$/.test(r))throw new _(h.SIGNATURE_FAILED,"유효하지 않은 서명: 올바른 hex 문자열이 아닙니다");if(r.length!==lr)throw new _(h.SIGNATURE_FAILED,`서명 길이가 유효하지 않습니다: ${lr} hex 문자(65 바이트) 예상, 현재 ${r.length}`)}static validateSignedTxFormat(e){const r=e.startsWith("0x")?e.slice(2):e;if(!/^[0-9a-fA-F]+$/.test(r))throw new _(h.SIGNATURE_FAILED,"유효하지 않은 서명된 트랜잭션: 올바른 hex 문자열이 아닙니다");if(r.length<2)throw new _(h.SIGNATURE_FAILED,"유효하지 않은 서명된 트랜잭션: 너무 짧습니다")}verifySignatureSigner(e,r,t){if(this.crypto.recoverPersonalSignSigner)try{const n=this.crypto.recoverPersonalSignSigner(e,r);if(n.toLowerCase()!==t.toLowerCase())throw u.error("[CROSSx] 서명 검증 실패: 서명자 주소 불일치",{expected:t,recovered:n}),new _(h.SIGNATURE_SIGNER_MISMATCH,`서명자 주소가 일치하지 않습니다: 예상 ${t}, 복원된 주소 ${n}`);u.log("[CROSSx] 서명 ecrecover 검증 성공")}catch(n){if(n instanceof _)throw n;u.warn("[CROSSx] ecrecover 검증 중 예외 (무시):",n)}}applyAuthResult(e){var r,t,n,i;this.authenticated=e.success,this.userId=((r=e.user)==null?void 0:r.id)??null,this.address=e.address??null,this.activeWalletIndex=0,this.userEmail=((t=e.user)==null?void 0:t.email)??null,this.providerSub=((n=e.user)==null?void 0:n.providerSub)??null,this.loginType=se.normalizeLoginType((i=e.user)==null?void 0:i.signInProvider),this.tokenSignatureVerified=e.tokenSignatureVerified??!1,this._isRecoveringSession||this.emit("authChanged",{isAuthenticated:this.authenticated,address:this.address,userId:this.userId})}clearAuthState(){this.authenticated=!1,this.userId=null,this.address=null,this.activeWalletIndex=0,this.userEmail=null,this.providerSub=null,this.loginType=null,this.tokenSignatureVerified=!1,this.pinStore.clear(),this._isRecoveringSession||this.emit("authChanged",{isAuthenticated:!1,address:null,userId:null})}forceLogout(){this.authenticated&&(u.warn("[CROSSx] 강제 로그아웃 (Gateway -10002/-10033)"),this.clearAuthState())}async signInAgain(){var n,i;this.ensureInitialized();const e=this.providerSub,r=this.userId,t=this.loginType;this._isRecoveringSession=!0;try{this.authenticated=!1,this.tokenStore.clear();const o=t?{provider:t}:void 0;let a;try{a=await this.signInUseCase.execute(o)}catch(f){throw this.clearAuthState(),f}if(!a.success)return this.clearAuthState(),a;const c=((n=a.user)==null?void 0:n.providerSub)??null,l=((i=a.user)==null?void 0:i.id)??null;if(!(e?!!c&&c===e:r?!!l&&r===l:!0)){u.warn("[CROSSx] signInAgain: providerSub/userId 불일치 — 잘못된 계정으로 로그인됨"),await this.signOutUseCase.execute().catch(()=>{});const f=Se(this._config.locale??"en");return await this.confirmation.showSessionAlert({title:f.sessionAlert_title,message:f.alert_differentAccount,email:this.userEmail?ze(this.userEmail):void 0})==="signin-again"?(this._isRecoveringSession=!1,this.signInAgain()):(this.clearAuthState(),{success:!1,error:"Different account signed in"})}this.applyAuthResult(a);try{await this.loadWalletAfterAuth()}catch{u.warn("[CROSSx] signInAgain: loadWalletAfterAuth 실패 (로그인은 유지)")}return u.log("[CROSSx] signInAgain: 세션 복구 성공"),a}finally{this._isRecoveringSession=!1}}async withSessionRecovery(e){try{return await e()}catch(r){const t=Se(this._config.locale??"en"),n=this.userEmail?ze(this.userEmail):void 0;if(r instanceof _&&r.code===h.WITHDRAW_FAILED){if(u.warn("[CROSSx] WITHDRAW_FAILED — 로컬 인증 초기화"),await this.confirmation.showSessionAlert({title:t.sessionAlert_title,message:t.alert_accountWithdrawn,email:n})==="signin-again"&&(await this.signInAgain()).success)return e();throw this.clearAuthState(),r}if(r instanceof _&&r.code===h.WALLET_NOT_FOUND){if(u.warn("[CROSSx] WALLET_NOT_FOUND — 로컬 인증 초기화"),await this.confirmation.showSessionAlert({title:t.sessionAlert_title,message:t.alert_walletNotFound,email:n})==="signin-again"&&(await this.signInAgain()).success)return e();throw this.clearAuthState(),r}if(!(r instanceof _)||r.code!==h.SESSION_EXPIRED)throw r;if(u.warn("[CROSSx] SESSION_EXPIRED 감지 — 자동 재인증 시도"),await this.confirmation.showSessionAlert({title:t.sessionAlert_title,message:t.alert_sessionExpired,email:n})==="signout")throw this.clearAuthState(),new _(h.SESSION_EXPIRED,"세션이 만료되었습니다. 다시 로그인해 주세요.");const o=await this.signInAgain();if(!o.success)throw new _(h.SESSION_EXPIRED,o.error??"세션이 만료되었습니다. 다시 로그인해 주세요.");return e()}}static normalizeLoginType(e){return e?e.includes("google")?"google":e.includes("apple")?"apple":e:null}async ensurePinSetup(){if(this.pinStore.has())return;const e=await this.confirmation.showPinSetupPrompt();if(!e)throw new _(h.PIN_CANCELLED,"사용자가 PIN 설정을 취소했습니다");this.pinStore.set(e),u.log("[CROSSx] PIN 설정 완료 (메모리 캐시)")}async ensurePinForSigning(e){if(this.pinStore.has()&&!e)return;e&&this.pinStore.clear();const r=await this.confirmation.showPinInputPrompt({errorMessage:e});if(!r)throw new _(h.PIN_CANCELLED,"사용자가 PIN 입력을 취소했습니다");this.pinStore.set(r),u.log("[CROSSx] PIN 입력 완료 (메모리 캐시)")}async ensureVerifiedPin(e,r,t,n){if(e)this.pinStore.clear();else if(this.pinStore.has())return;if(this._verifyPinMutex&&!e){u.log("[CROSSx] ensureVerifiedPin: 진행 중인 검증 대기"),await this._verifyPinMutex;return}let i,o;this._verifyPinMutex=new Promise((c,l)=>{i=c,o=l});const a=Se(this._config.locale??"en");try{if(typeof this.walletProvider.verifyPin!="function"){const l=await this.confirmation.showPinInputPrompt({verifyMode:!0,errorMessage:e,lockExpiresAt:r,attemptCount:t,maxAttempts:n});if(!l)throw new _(h.PIN_CANCELLED,"사용자가 PIN 입력을 취소했습니다");this.pinStore.set(l),u.log("[CROSSx] PIN 캐시 완료 (verifyPin 미지원, 로컬 전용)"),i();return}const c=await this.confirmation.showPinInputPrompt({verifyMode:!0,errorMessage:e,lockExpiresAt:r,attemptCount:t,maxAttempts:n,onSubmit:async l=>{this.pinStore.set(l);try{return await this.walletProvider.verifyPin(l)?(u.log("[CROSSx] PIN 서버 검증 완료 (verify-password)"),{ok:!0}):(this.pinStore.clear(),{ok:!1,error:a.pinInput_error})}catch(d){if(this.pinStore.clear(),d instanceof _){if(d.code===h.PIN_WRONG)return{ok:!1,error:a.pinInput_error};if(d.code===h.PIN_INVALID)return{ok:!1,error:d.message};if(d.code===h.PIN_LOCKED)return se.buildPinLockedResult(d,a)}throw d}}});if(!c)throw new _(h.PIN_CANCELLED,"사용자가 PIN 입력을 취소했습니다");this.pinStore.set(c),u.log("[CROSSx] PIN 갱신 완료 (verify 모달 닫힘)"),i()}catch(c){if(c instanceof _&&(c.code===h.AUTH_NOT_AUTHENTICATED||c.code===h.AUTH_TOKEN_EXPIRED||c.code===h.SESSION_EXPIRED)&&c.code!==h.SESSION_EXPIRED){const l=Se(this._config.locale??"en");if(await this.confirmation.showSessionAlert({title:l.sessionAlert_title,message:l.alert_sessionExpired,email:this.userEmail?ze(this.userEmail):void 0})==="signin-again"&&(await this.signInAgain()).success)throw o(c),c}throw o(c),c}finally{this._verifyPinMutex=null}}static buildPinLockedResult(e,r){const t=e.details;if(t!=null&&t.permanent)return{ok:!1,error:r.pinLocked_permanent};if((t==null?void 0:t.remainingAttempts)!=null&&t.remainingAttempts>0&&t.maxAttempts){const n=t.maxAttempts-t.remainingAttempts;return{ok:!1,error:r.pinLocked_failureWarning,attemptCount:n,maxAttempts:t.maxAttempts}}return{ok:!1,error:"Too many failed attempts. Your account is temporarily locked.",lockExpiresAt:t==null?void 0:t.lockExpiresAt}}async loadWalletAfterAuth(e){if(!this.userId)return;const r=await this.fetchWalletStatus();if(u.log("[CROSSx] loadWalletAfterAuth 지갑 상태:",r),r!=="exists")return;const t=await this.walletProvider.getAddresses(this.userId);if(t.length>0){const i=e!==void 0?t.find(o=>o.index===e)??t[0]:t[0];this.address=i.address,this.activeWalletIndex=i.index,u.log("[CROSSx] 캐시된 주소 로드 완료 (비밀번호 불필요):",this.address),this.emit("addressChanged",{address:i.address,index:i.index});return}u.log("[CROSSx] 주소 캐시 없음 — 비밀번호 확인 후 address(0) 조회"),await this.ensureVerifiedPin();const n=await this.walletProvider.getAddress(this.userId,0);this.address=n.address,this.activeWalletIndex=0,u.log("[CROSSx] 세션 복원 후 지갑 주소 로드 완료:",this.address),this.emit("addressChanged",{address:n.address,index:0})}async withPinRetry(e){const r=Se(this._config.locale??"en");let t,n,i,o;const a=c=>{if(c.code===h.PIN_WRONG)return t=r.pinInput_error,n=void 0,i=void 0,o=void 0,!0;if(c.code===h.PIN_INVALID)return t=c.message,n=void 0,i=void 0,o=void 0,!0;if(c.code===h.PIN_LOCKED){const l=c.details;return l!=null&&l.permanent?(t=r.pinLocked_permanent,n=void 0,i=void 0,o=void 0):(l==null?void 0:l.remainingAttempts)!=null&&l.remainingAttempts>0&&l.maxAttempts?(t=r.pinLocked_failureWarning,n=void 0,i=l.maxAttempts-l.remainingAttempts,o=l.maxAttempts):(t="Too many failed attempts. Your account is temporarily locked.",n=l==null?void 0:l.lockExpiresAt,i=void 0,o=void 0),!0}return!1};try{return await e()}catch(c){if(!(c instanceof _&&a(c)))throw c}for(;;){u.warn("[CROSSx] PIN 불일치/잠금 — 재입력 요청:",t),this.pinStore.clear(),await this.ensureVerifiedPin(t,n,i,o),n=void 0,i=void 0,o=void 0;try{return await e()}catch(c){if(c instanceof _&&a(c))continue;throw c}}}async resolveAddress(e){if(e===void 0||e===this.activeWalletIndex){if(!this.address)throw new _(h.AUTH_NOT_AUTHENTICATED,"활성 지갑 주소를 찾을 수 없습니다");return{address:this.address,index:this.activeWalletIndex}}return{address:(await this.withPinRetry(()=>this.walletProvider.getAddress(this.userId,e))).address,index:e}}ensureInitialized(){if(!this.initialized)throw new _(h.AUTH_NOT_INITIALIZED,"SDK가 초기화되지 않았습니다. initialize()를 먼저 호출하세요.")}ensureAuthenticated(){if(this.ensureInitialized(),!this.authenticated)throw new _(h.AUTH_NOT_AUTHENTICATED,"인증되지 않은 상태입니다. signIn()을 먼저 호출하세요.")}dispose(){var e;(e=this._themeMediaCleanup)==null||e.call(this),this._themeMediaCleanup=null,this.clearAuthState(),this.tokenStore.clear(),this.pinStore.clear(),this.initialized=!1,this.removeAllListeners(),rr(null)}_getInternalContext(){return{transport:this.transport,storage:this.storage,walletProvider:this.walletProvider,confirmation:this.confirmation,tokenStore:this.tokenStore,pinStore:this.pinStore,adapterConfig:this.adapterConfig}}};se.OFFCHAIN_CHAIN_ID="0";let st=se;class rn{constructor(){this.prefix="crossx_"}async set(e,r){try{const t=JSON.stringify(r);localStorage.setItem(this.prefix+e,t)}catch(t){throw u.error("Storage set error:",t),t}}async get(e){try{const r=localStorage.getItem(this.prefix+e);return r?JSON.parse(r):null}catch(r){return u.error("Storage get error:",r),null}}async remove(e){try{localStorage.removeItem(this.prefix+e)}catch(r){throw u.error("Storage remove error:",r),r}}async clear(){try{Object.keys(localStorage).forEach(r=>{r.startsWith(this.prefix)&&localStorage.removeItem(r)})}catch(e){throw u.error("Storage clear error:",e),e}}}const Et="crossx-sdk",sn=1,ge="data",Ne="keys",nt="aes-primary",nn=12;class fr{constructor(e){this.db=null,this.cryptoKey=null,this.initPromise=null,this.dbName=`crossx-sdk-${e}`}async ensureReady(){this.db&&this.cryptoKey||(this.initPromise||(this.initPromise=this.init()),await this.initPromise)}openDB(e=this.dbName){return new Promise((r,t)=>{const n=indexedDB.open(e,sn);n.onupgradeneeded=()=>{const i=n.result;i.objectStoreNames.contains(ge)||i.createObjectStore(ge),i.objectStoreNames.contains(Ne)||i.createObjectStore(Ne)},n.onsuccess=()=>r(n.result),n.onerror=()=>t(n.error)})}idbGet(e,r){return new Promise((t,n)=>{const o=this.db.transaction(e,"readonly").objectStore(e).get(r);o.onsuccess=()=>t(o.result),o.onerror=()=>n(o.error)})}idbPut(e,r,t){return new Promise((n,i)=>{const a=this.db.transaction(e,"readwrite").objectStore(e).put(t,r);a.onsuccess=()=>n(),a.onerror=()=>i(a.error)})}idbDelete(e,r){return new Promise((t,n)=>{const o=this.db.transaction(e,"readwrite").objectStore(e).delete(r);o.onsuccess=()=>t(),o.onerror=()=>n(o.error)})}idbClear(e){return new Promise((r,t)=>{const i=this.db.transaction(e,"readwrite").objectStore(e).clear();i.onsuccess=()=>r(),i.onerror=()=>t(i.error)})}async init(){this.db=await this.openDB();const e=await this.idbGet(Ne,nt);if(e){this.cryptoKey=e;return}const r=await this.migrateFromLegacyDB();if(r){this.cryptoKey=r;return}this.cryptoKey=await crypto.subtle.generateKey({name:"AES-GCM",length:256},!1,["encrypt","decrypt"]),await this.idbPut(Ne,nt,this.cryptoKey)}async migrateFromLegacyDB(){if(this.dbName===Et)return null;try{const e=await this.openDB(Et),r=e.transaction([Ne,ge],"readonly"),t=r.objectStore(Ne).get(nt),n=await new Promise((l,d)=>{t.onsuccess=()=>l(t.result),t.onerror=()=>d(t.error)});if(!n)return e.close(),null;const i=r.objectStore(ge).getAll(),o=r.objectStore(ge).getAllKeys(),[a,c]=await Promise.all([new Promise((l,d)=>{i.onsuccess=()=>l(i.result),i.onerror=()=>d(i.error)}),new Promise((l,d)=>{o.onsuccess=()=>l(o.result),o.onerror=()=>d(o.error)})]);e.close(),await this.idbPut(Ne,nt,n);for(let l=0;l<c.length;l++)await this.idbPut(ge,String(c[l]),a[l]);return indexedDB.deleteDatabase(Et),u.log("[CROSSx] IndexedDB 레거시 DB 마이그레이션 완료"),n}catch(e){return u.warn("[CROSSx] IndexedDB 레거시 DB 마이그레이션 실패:",e),null}}async encrypt(e){const r=new Uint8Array(nn);crypto.getRandomValues(r);const t=new TextEncoder().encode(e),n=await crypto.subtle.encrypt({name:"AES-GCM",iv:r},this.cryptoKey,t);return{iv:r,ciphertext:n}}async decrypt(e){const r=new Uint8Array(e.iv),t=await crypto.subtle.decrypt({name:"AES-GCM",iv:r},this.cryptoKey,e.ciphertext);return new TextDecoder().decode(t)}async set(e,r){try{await this.ensureReady();const t=JSON.stringify(r),n=await this.encrypt(t);await this.idbPut(ge,e,n)}catch(t){throw u.error("[CROSSx] IndexedDB set error:",t),t}}async get(e){try{await this.ensureReady();const r=await this.idbGet(ge,e);if(!r)return null;const t=await this.decrypt(r);return JSON.parse(t)}catch(r){return u.error("[CROSSx] IndexedDB get error:",r),null}}async remove(e){try{await this.ensureReady(),await this.idbDelete(ge,e)}catch(r){throw u.error("[CROSSx] IndexedDB remove error:",r),r}}async clear(){try{await this.ensureReady(),await this.idbClear(ge)}catch(e){throw u.error("[CROSSx] IndexedDB clear error:",e),e}}static isAvailable(){return typeof indexedDB<"u"&&typeof crypto<"u"&&typeof crypto.subtle<"u"}}const It=crypto,pr=s=>s instanceof CryptoKey,it=new TextEncoder,Ye=new TextDecoder;function on(...s){const e=s.reduce((n,{length:i})=>n+i,0),r=new Uint8Array(e);let t=0;for(const n of s)r.set(n,t),t+=n.length;return r}const an=s=>{const e=atob(s),r=new Uint8Array(e.length);for(let t=0;t<e.length;t++)r[t]=e.charCodeAt(t);return r},Re=s=>{let e=s;e instanceof Uint8Array&&(e=Ye.decode(e)),e=e.replace(/-/g,"+").replace(/_/g,"/").replace(/\s/g,"");try{return an(e)}catch{throw new TypeError("The input to be decoded is not correctly encoded.")}};class Z extends Error{constructor(e,r){var t;super(e,r),this.code="ERR_JOSE_GENERIC",this.name=this.constructor.name,(t=Error.captureStackTrace)==null||t.call(Error,this,this.constructor)}}Z.code="ERR_JOSE_GENERIC";class he extends Z{constructor(e,r,t="unspecified",n="unspecified"){super(e,{cause:{claim:t,reason:n,payload:r}}),this.code="ERR_JWT_CLAIM_VALIDATION_FAILED",this.claim=t,this.reason=n,this.payload=r}}he.code="ERR_JWT_CLAIM_VALIDATION_FAILED";class At extends Z{constructor(e,r,t="unspecified",n="unspecified"){super(e,{cause:{claim:t,reason:n,payload:r}}),this.code="ERR_JWT_EXPIRED",this.claim=t,this.reason=n,this.payload=r}}At.code="ERR_JWT_EXPIRED";class _r extends Z{constructor(){super(...arguments),this.code="ERR_JOSE_ALG_NOT_ALLOWED"}}_r.code="ERR_JOSE_ALG_NOT_ALLOWED";class xe extends Z{constructor(){super(...arguments),this.code="ERR_JOSE_NOT_SUPPORTED"}}xe.code="ERR_JOSE_NOT_SUPPORTED";class cn extends Z{constructor(e="decryption operation failed",r){super(e,r),this.code="ERR_JWE_DECRYPTION_FAILED"}}cn.code="ERR_JWE_DECRYPTION_FAILED";class ln extends Z{constructor(){super(...arguments),this.code="ERR_JWE_INVALID"}}ln.code="ERR_JWE_INVALID";class Y extends Z{constructor(){super(...arguments),this.code="ERR_JWS_INVALID"}}Y.code="ERR_JWS_INVALID";class me extends Z{constructor(){super(...arguments),this.code="ERR_JWT_INVALID"}}me.code="ERR_JWT_INVALID";class dn extends Z{constructor(){super(...arguments),this.code="ERR_JWK_INVALID"}}dn.code="ERR_JWK_INVALID";class Tt extends Z{constructor(){super(...arguments),this.code="ERR_JWKS_INVALID"}}Tt.code="ERR_JWKS_INVALID";class Rt extends Z{constructor(e="no applicable key found in the JSON Web Key Set",r){super(e,r),this.code="ERR_JWKS_NO_MATCHING_KEY"}}Rt.code="ERR_JWKS_NO_MATCHING_KEY";class gr extends Z{constructor(e="multiple matching keys found in the JSON Web Key Set",r){super(e,r),this.code="ERR_JWKS_MULTIPLE_MATCHING_KEYS"}}gr.code="ERR_JWKS_MULTIPLE_MATCHING_KEYS";class xr extends Z{constructor(e="request timed out",r){super(e,r),this.code="ERR_JWKS_TIMEOUT"}}xr.code="ERR_JWKS_TIMEOUT";class mr extends Z{constructor(e="signature verification failed",r){super(e,r),this.code="ERR_JWS_SIGNATURE_VERIFICATION_FAILED"}}mr.code="ERR_JWS_SIGNATURE_VERIFICATION_FAILED";function we(s,e="algorithm.name"){return new TypeError(`CryptoKey does not support this operation, its ${e} must be ${s}`)}function je(s,e){return s.name===e}function Ot(s){return parseInt(s.name.slice(4),10)}function un(s){switch(s){case"ES256":return"P-256";case"ES384":return"P-384";case"ES512":return"P-521";default:throw new Error("unreachable")}}function hn(s,e){if(e.length&&!e.some(r=>s.usages.includes(r))){let r="CryptoKey does not support this operation, its usages must include ";if(e.length>2){const t=e.pop();r+=`one of ${e.join(", ")}, or ${t}.`}else e.length===2?r+=`one of ${e[0]} or ${e[1]}.`:r+=`${e[0]}.`;throw new TypeError(r)}}function fn(s,e,...r){switch(e){case"HS256":case"HS384":case"HS512":{if(!je(s.algorithm,"HMAC"))throw we("HMAC");const t=parseInt(e.slice(2),10);if(Ot(s.algorithm.hash)!==t)throw we(`SHA-${t}`,"algorithm.hash");break}case"RS256":case"RS384":case"RS512":{if(!je(s.algorithm,"RSASSA-PKCS1-v1_5"))throw we("RSASSA-PKCS1-v1_5");const t=parseInt(e.slice(2),10);if(Ot(s.algorithm.hash)!==t)throw we(`SHA-${t}`,"algorithm.hash");break}case"PS256":case"PS384":case"PS512":{if(!je(s.algorithm,"RSA-PSS"))throw we("RSA-PSS");const t=parseInt(e.slice(2),10);if(Ot(s.algorithm.hash)!==t)throw we(`SHA-${t}`,"algorithm.hash");break}case"EdDSA":{if(s.algorithm.name!=="Ed25519"&&s.algorithm.name!=="Ed448")throw we("Ed25519 or Ed448");break}case"Ed25519":{if(!je(s.algorithm,"Ed25519"))throw we("Ed25519");break}case"ES256":case"ES384":case"ES512":{if(!je(s.algorithm,"ECDSA"))throw we("ECDSA");const t=un(e);if(s.algorithm.namedCurve!==t)throw we(t,"algorithm.namedCurve");break}default:throw new TypeError("CryptoKey does not support this operation")}hn(s,r)}function wr(s,e,...r){var t;if(r=r.filter(Boolean),r.length>2){const n=r.pop();s+=`one of type ${r.join(", ")}, or ${n}.`}else r.length===2?s+=`one of type ${r[0]} or ${r[1]}.`:s+=`of type ${r[0]}.`;return e==null?s+=` Received ${e}`:typeof e=="function"&&e.name?s+=` Received function ${e.name}`:typeof e=="object"&&e!=null&&(t=e.constructor)!=null&&t.name&&(s+=` Received an instance of ${e.constructor.name}`),s}const yr=(s,...e)=>wr("Key must be ",s,...e);function br(s,e,...r){return wr(`Key for the ${s} algorithm must be `,e,...r)}const Sr=s=>pr(s)?!0:(s==null?void 0:s[Symbol.toStringTag])==="KeyObject",ot=["CryptoKey"],pn=(...s)=>{const e=s.filter(Boolean);if(e.length===0||e.length===1)return!0;let r;for(const t of e){const n=Object.keys(t);if(!r||r.size===0){r=new Set(n);continue}for(const i of n){if(r.has(i))return!1;r.add(i)}}return!0};function _n(s){return typeof s=="object"&&s!==null}function ve(s){if(!_n(s)||Object.prototype.toString.call(s)!=="[object Object]")return!1;if(Object.getPrototypeOf(s)===null)return!0;let e=s;for(;Object.getPrototypeOf(e)!==null;)e=Object.getPrototypeOf(e);return Object.getPrototypeOf(s)===e}const gn=(s,e)=>{if(s.startsWith("RS")||s.startsWith("PS")){const{modulusLength:r}=e.algorithm;if(typeof r!="number"||r<2048)throw new TypeError(`${s} requires key modulusLength to be 2048 bits or larger`)}};function Ue(s){return ve(s)&&typeof s.kty=="string"}function xn(s){return s.kty!=="oct"&&typeof s.d=="string"}function mn(s){return s.kty!=="oct"&&typeof s.d>"u"}function wn(s){return Ue(s)&&s.kty==="oct"&&typeof s.k=="string"}function yn(s){let e,r;switch(s.kty){case"RSA":{switch(s.alg){case"PS256":case"PS384":case"PS512":e={name:"RSA-PSS",hash:`SHA-${s.alg.slice(-3)}`},r=s.d?["sign"]:["verify"];break;case"RS256":case"RS384":case"RS512":e={name:"RSASSA-PKCS1-v1_5",hash:`SHA-${s.alg.slice(-3)}`},r=s.d?["sign"]:["verify"];break;case"RSA-OAEP":case"RSA-OAEP-256":case"RSA-OAEP-384":case"RSA-OAEP-512":e={name:"RSA-OAEP",hash:`SHA-${parseInt(s.alg.slice(-3),10)||1}`},r=s.d?["decrypt","unwrapKey"]:["encrypt","wrapKey"];break;default:throw new xe('Invalid or unsupported JWK "alg" (Algorithm) Parameter value')}break}case"EC":{switch(s.alg){case"ES256":e={name:"ECDSA",namedCurve:"P-256"},r=s.d?["sign"]:["verify"];break;case"ES384":e={name:"ECDSA",namedCurve:"P-384"},r=s.d?["sign"]:["verify"];break;case"ES512":e={name:"ECDSA",namedCurve:"P-521"},r=s.d?["sign"]:["verify"];break;case"ECDH-ES":case"ECDH-ES+A128KW":case"ECDH-ES+A192KW":case"ECDH-ES+A256KW":e={name:"ECDH",namedCurve:s.crv},r=s.d?["deriveBits"]:[];break;default:throw new xe('Invalid or unsupported JWK "alg" (Algorithm) Parameter value')}break}case"OKP":{switch(s.alg){case"Ed25519":e={name:"Ed25519"},r=s.d?["sign"]:["verify"];break;case"EdDSA":e={name:s.crv},r=s.d?["sign"]:["verify"];break;case"ECDH-ES":case"ECDH-ES+A128KW":case"ECDH-ES+A192KW":case"ECDH-ES+A256KW":e={name:s.crv},r=s.d?["deriveBits"]:[];break;default:throw new xe('Invalid or unsupported JWK "alg" (Algorithm) Parameter value')}break}default:throw new xe('Invalid or unsupported JWK "kty" (Key Type) Parameter value')}return{algorithm:e,keyUsages:r}}const vr=async s=>{if(!s.alg)throw new TypeError('"alg" argument is required when "jwk.alg" is not present');const{algorithm:e,keyUsages:r}=yn(s),t=[e,s.ext??!1,s.key_ops??r],n={...s};return delete n.alg,delete n.use,It.subtle.importKey("jwk",n,...t)},Er=s=>Re(s);let He,Be;const Ir=s=>(s==null?void 0:s[Symbol.toStringTag])==="KeyObject",at=async(s,e,r,t,n=!1)=>{let i=s.get(e);if(i!=null&&i[t])return i[t];const o=await vr({...r,alg:t});return n&&Object.freeze(e),i?i[t]=o:s.set(e,{[t]:o}),o},bn={normalizePublicKey:(s,e)=>{if(Ir(s)){let r=s.export({format:"jwk"});return delete r.d,delete r.dp,delete r.dq,delete r.p,delete r.q,delete r.qi,r.k?Er(r.k):(Be||(Be=new WeakMap),at(Be,s,r,e))}return Ue(s)?s.k?Re(s.k):(Be||(Be=new WeakMap),at(Be,s,s,e,!0)):s},normalizePrivateKey:(s,e)=>{if(Ir(s)){let r=s.export({format:"jwk"});return r.k?Er(r.k):(He||(He=new WeakMap),at(He,s,r,e))}return Ue(s)?s.k?Re(s.k):(He||(He=new WeakMap),at(He,s,s,e,!0)):s}};async function Ar(s,e){if(!ve(s))throw new TypeError("JWK must be an object");switch(e||(e=s.alg),s.kty){case"oct":if(typeof s.k!="string"||!s.k)throw new TypeError('missing "k" (Key Value) Parameter value');return Re(s.k);case"RSA":if("oth"in s&&s.oth!==void 0)throw new xe('RSA JWK "oth" (Other Primes Info) Parameter value is not supported');case"EC":case"OKP":return vr({...s,alg:e});default:throw new xe('Unsupported "kty" (Key Type) Parameter value')}}const Fe=s=>s==null?void 0:s[Symbol.toStringTag],Pt=(s,e,r)=>{var t,n;if(e.use!==void 0&&e.use!=="sig")throw new TypeError("Invalid key for this operation, when present its use must be sig");if(e.key_ops!==void 0&&((n=(t=e.key_ops).includes)==null?void 0:n.call(t,r))!==!0)throw new TypeError(`Invalid key for this operation, when present its key_ops must include ${r}`);if(e.alg!==void 0&&e.alg!==s)throw new TypeError(`Invalid key for this operation, when present its alg must be ${s}`);return!0},Sn=(s,e,r,t)=>{if(!(e instanceof Uint8Array)){if(t&&Ue(e)){if(wn(e)&&Pt(s,e,r))return;throw new TypeError('JSON Web Key for symmetric algorithms must have JWK "kty" (Key Type) equal to "oct" and the JWK "k" (Key Value) present')}if(!Sr(e))throw new TypeError(br(s,e,...ot,"Uint8Array",t?"JSON Web Key":null));if(e.type!=="secret")throw new TypeError(`${Fe(e)} instances for symmetric algorithms must be of type "secret"`)}},vn=(s,e,r,t)=>{if(t&&Ue(e))switch(r){case"sign":if(xn(e)&&Pt(s,e,r))return;throw new TypeError("JSON Web Key for this operation be a private JWK");case"verify":if(mn(e)&&Pt(s,e,r))return;throw new TypeError("JSON Web Key for this operation be a public JWK")}if(!Sr(e))throw new TypeError(br(s,e,...ot,t?"JSON Web Key":null));if(e.type==="secret")throw new TypeError(`${Fe(e)} instances for asymmetric algorithms must not be of type "secret"`);if(r==="sign"&&e.type==="public")throw new TypeError(`${Fe(e)} instances for asymmetric algorithm signing must be of type "private"`);if(r==="decrypt"&&e.type==="public")throw new TypeError(`${Fe(e)} instances for asymmetric algorithm decryption must be of type "private"`);if(e.algorithm&&r==="verify"&&e.type==="private")throw new TypeError(`${Fe(e)} instances for asymmetric algorithm verifying must be of type "public"`);if(e.algorithm&&r==="encrypt"&&e.type==="private")throw new TypeError(`${Fe(e)} instances for asymmetric algorithm encryption must be of type "public"`)};function Tr(s,e,r,t){e.startsWith("HS")||e==="dir"||e.startsWith("PBES2")||/^A\d{3}(?:GCM)?KW$/.test(e)?Sn(e,r,t,s):vn(e,r,t,s)}Tr.bind(void 0,!1);const Rr=Tr.bind(void 0,!0);function En(s,e,r,t,n){if(n.crit!==void 0&&(t==null?void 0:t.crit)===void 0)throw new s('"crit" (Critical) Header Parameter MUST be integrity protected');if(!t||t.crit===void 0)return new Set;if(!Array.isArray(t.crit)||t.crit.length===0||t.crit.some(o=>typeof o!="string"||o.length===0))throw new s('"crit" (Critical) Header Parameter MUST be an array of non-empty strings when present');let i;r!==void 0?i=new Map([...Object.entries(r),...e.entries()]):i=e;for(const o of t.crit){if(!i.has(o))throw new xe(`Extension Header Parameter "${o}" is not recognized`);if(n[o]===void 0)throw new s(`Extension Header Parameter "${o}" is missing`);if(i.get(o)&&t[o]===void 0)throw new s(`Extension Header Parameter "${o}" MUST be integrity protected`)}return new Set(t.crit)}const In=(s,e)=>{if(e!==void 0&&(!Array.isArray(e)||e.some(r=>typeof r!="string")))throw new TypeError(`"${s}" option must be an array of strings`);if(e)return new Set(e)};function An(s,e){const r=`SHA-${s.slice(-3)}`;switch(s){case"HS256":case"HS384":case"HS512":return{hash:r,name:"HMAC"};case"PS256":case"PS384":case"PS512":return{hash:r,name:"RSA-PSS",saltLength:s.slice(-3)>>3};case"RS256":case"RS384":case"RS512":return{hash:r,name:"RSASSA-PKCS1-v1_5"};case"ES256":case"ES384":case"ES512":return{hash:r,name:"ECDSA",namedCurve:e.namedCurve};case"Ed25519":return{name:"Ed25519"};case"EdDSA":return{name:e.name};default:throw new xe(`alg ${s} is not supported either by JOSE or your javascript runtime`)}}async function Tn(s,e,r){if(e=await bn.normalizePublicKey(e,s),pr(e))return fn(e,s,r),e;if(e instanceof Uint8Array){if(!s.startsWith("HS"))throw new TypeError(yr(e,...ot));return It.subtle.importKey("raw",e,{hash:`SHA-${s.slice(-3)}`,name:"HMAC"},!1,[r])}throw new TypeError(yr(e,...ot,"Uint8Array","JSON Web Key"))}const Rn=async(s,e,r,t)=>{const n=await Tn(s,e,"verify");gn(s,n);const i=An(s,n.algorithm);try{return await It.subtle.verify(i,n,r,t)}catch{return!1}};async function On(s,e,r){if(!ve(s))throw new Y("Flattened JWS must be an object");if(s.protected===void 0&&s.header===void 0)throw new Y('Flattened JWS must have either of the "protected" or "header" members');if(s.protected!==void 0&&typeof s.protected!="string")throw new Y("JWS Protected Header incorrect type");if(s.payload===void 0)throw new Y("JWS Payload missing");if(typeof s.signature!="string")throw new Y("JWS Signature missing or incorrect type");if(s.header!==void 0&&!ve(s.header))throw new Y("JWS Unprotected Header incorrect type");let t={};if(s.protected)try{const b=Re(s.protected);t=JSON.parse(Ye.decode(b))}catch{throw new Y("JWS Protected Header is invalid")}if(!pn(t,s.header))throw new Y("JWS Protected and JWS Unprotected Header Parameter names must be disjoint");const n={...t,...s.header},i=En(Y,new Map([["b64",!0]]),r==null?void 0:r.crit,t,n);let o=!0;if(i.has("b64")&&(o=t.b64,typeof o!="boolean"))throw new Y('The "b64" (base64url-encode payload) Header Parameter must be a boolean');const{alg:a}=n;if(typeof a!="string"||!a)throw new Y('JWS "alg" (Algorithm) Header Parameter missing or invalid');const c=r&&In("algorithms",r.algorithms);if(c&&!c.has(a))throw new _r('"alg" (Algorithm) Header Parameter value not allowed');if(o){if(typeof s.payload!="string")throw new Y("JWS Payload must be a string")}else if(typeof s.payload!="string"&&!(s.payload instanceof Uint8Array))throw new Y("JWS Payload must be a string or an Uint8Array instance");let l=!1;typeof e=="function"?(e=await e(t,s),l=!0,Rr(a,e,"verify"),Ue(e)&&(e=await Ar(e,a))):Rr(a,e,"verify");const d=on(it.encode(s.protected??""),it.encode("."),typeof s.payload=="string"?it.encode(s.payload):s.payload);let f;try{f=Re(s.signature)}catch{throw new Y("Failed to base64url decode the signature")}if(!await Rn(a,e,f,d))throw new mr;let p;if(o)try{p=Re(s.payload)}catch{throw new Y("Failed to base64url decode the payload")}else typeof s.payload=="string"?p=it.encode(s.payload):p=s.payload;const w={payload:p};return s.protected!==void 0&&(w.protectedHeader=t),s.header!==void 0&&(w.unprotectedHeader=s.header),l?{...w,key:e}:w}async function Pn(s,e,r){if(s instanceof Uint8Array&&(s=Ye.decode(s)),typeof s!="string")throw new Y("Compact JWS must be a string or Uint8Array");const{0:t,1:n,2:i,length:o}=s.split(".");if(o!==3)throw new Y("Invalid Compact JWS");const a=await On({payload:n,protected:t,signature:i},e,r),c={payload:a.payload,protectedHeader:a.protectedHeader};return typeof e=="function"?{...c,key:a.key}:c}const Cn=s=>Math.floor(s.getTime()/1e3),Or=60,Pr=Or*60,Ct=Pr*24,kn=Ct*7,Nn=Ct*365.25,Ln=/^(\+|\-)? ?(\d+|\d+\.\d+) ?(seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)(?: (ago|from now))?$/i,Cr=s=>{const e=Ln.exec(s);if(!e||e[4]&&e[1])throw new TypeError("Invalid time period format");const r=parseFloat(e[2]),t=e[3].toLowerCase();let n;switch(t){case"sec":case"secs":case"second":case"seconds":case"s":n=Math.round(r);break;case"minute":case"minutes":case"min":case"mins":case"m":n=Math.round(r*Or);break;case"hour":case"hours":case"hr":case"hrs":case"h":n=Math.round(r*Pr);break;case"day":case"days":case"d":n=Math.round(r*Ct);break;case"week":case"weeks":case"w":n=Math.round(r*kn);break;default:n=Math.round(r*Nn);break}return e[1]==="-"||e[4]==="ago"?-n:n},kr=s=>s.toLowerCase().replace(/^application\//,""),Dn=(s,e)=>typeof s=="string"?e.includes(s):Array.isArray(s)?e.some(Set.prototype.has.bind(new Set(s))):!1,Mn=(s,e,r={})=>{let t;try{t=JSON.parse(Ye.decode(e))}catch{}if(!ve(t))throw new me("JWT Claims Set must be a top-level JSON object");const{typ:n}=r;if(n&&(typeof s.typ!="string"||kr(s.typ)!==kr(n)))throw new he('unexpected "typ" JWT header value',t,"typ","check_failed");const{requiredClaims:i=[],issuer:o,subject:a,audience:c,maxTokenAge:l}=r,d=[...i];l!==void 0&&d.push("iat"),c!==void 0&&d.push("aud"),a!==void 0&&d.push("sub"),o!==void 0&&d.push("iss");for(const w of new Set(d.reverse()))if(!(w in t))throw new he(`missing required "${w}" claim`,t,w,"missing");if(o&&!(Array.isArray(o)?o:[o]).includes(t.iss))throw new he('unexpected "iss" claim value',t,"iss","check_failed");if(a&&t.sub!==a)throw new he('unexpected "sub" claim value',t,"sub","check_failed");if(c&&!Dn(t.aud,typeof c=="string"?[c]:c))throw new he('unexpected "aud" claim value',t,"aud","check_failed");let f;switch(typeof r.clockTolerance){case"string":f=Cr(r.clockTolerance);break;case"number":f=r.clockTolerance;break;case"undefined":f=0;break;default:throw new TypeError("Invalid clockTolerance option type")}const{currentDate:g}=r,p=Cn(g||new Date);if((t.iat!==void 0||l)&&typeof t.iat!="number")throw new he('"iat" claim must be a number',t,"iat","invalid");if(t.nbf!==void 0){if(typeof t.nbf!="number")throw new he('"nbf" claim must be a number',t,"nbf","invalid");if(t.nbf>p+f)throw new he('"nbf" claim timestamp check failed',t,"nbf","check_failed")}if(t.exp!==void 0){if(typeof t.exp!="number")throw new he('"exp" claim must be a number',t,"exp","invalid");if(t.exp<=p-f)throw new At('"exp" claim timestamp check failed',t,"exp","check_failed")}if(l){const w=p-t.iat,b=typeof l=="number"?l:Cr(l);if(w-f>b)throw new At('"iat" claim timestamp check failed (too far in the past)',t,"iat","check_failed");if(w<0-f)throw new he('"iat" claim timestamp check failed (it should be in the past)',t,"iat","check_failed")}return t};async function $n(s,e,r){var o;const t=await Pn(s,e,r);if((o=t.protectedHeader.crit)!=null&&o.includes("b64")&&t.protectedHeader.b64===!1)throw new me("JWTs MUST NOT use unencoded payload");const i={payload:Mn(t.protectedHeader,t.payload,r),protectedHeader:t.protectedHeader};return typeof e=="function"?{...i,key:t.key}:i}function Wn(s){switch(typeof s=="string"&&s.slice(0,2)){case"RS":case"PS":return"RSA";case"ES":return"EC";case"Ed":return"OKP";default:throw new xe('Unsupported "alg" value for a JSON Web Key Set')}}function Un(s){return s&&typeof s=="object"&&Array.isArray(s.keys)&&s.keys.every(Hn)}function Hn(s){return ve(s)}function Nr(s){return typeof structuredClone=="function"?structuredClone(s):JSON.parse(JSON.stringify(s))}class Bn{constructor(e){if(this._cached=new WeakMap,!Un(e))throw new Tt("JSON Web Key Set malformed");this._jwks=Nr(e)}async getKey(e,r){const{alg:t,kid:n}={...e,...r==null?void 0:r.header},i=Wn(t),o=this._jwks.keys.filter(l=>{let d=i===l.kty;if(d&&typeof n=="string"&&(d=n===l.kid),d&&typeof l.alg=="string"&&(d=t===l.alg),d&&typeof l.use=="string"&&(d=l.use==="sig"),d&&Array.isArray(l.key_ops)&&(d=l.key_ops.includes("verify")),d)switch(t){case"ES256":d=l.crv==="P-256";break;case"ES256K":d=l.crv==="secp256k1";break;case"ES384":d=l.crv==="P-384";break;case"ES512":d=l.crv==="P-521";break;case"Ed25519":d=l.crv==="Ed25519";break;case"EdDSA":d=l.crv==="Ed25519"||l.crv==="Ed448";break}return d}),{0:a,length:c}=o;if(c===0)throw new Rt;if(c!==1){const l=new gr,{_cached:d}=this;throw l[Symbol.asyncIterator]=async function*(){for(const f of o)try{yield await Lr(d,f,t)}catch{}},l}return Lr(this._cached,a,t)}}async function Lr(s,e,r){const t=s.get(e)||s.set(e,{}).get(e);if(t[r]===void 0){const n=await Ar({...e,ext:!0},r);if(n instanceof Uint8Array||n.type!=="public")throw new Tt("JSON Web Key Set members must be public keys");t[r]=n}return t[r]}function Dr(s){const e=new Bn(s),r=async(t,n)=>e.getKey(t,n);return Object.defineProperties(r,{jwks:{value:()=>Nr(e._jwks),enumerable:!0,configurable:!1,writable:!1}}),r}const Fn=async(s,e,r)=>{let t,n,i=!1;typeof AbortController=="function"&&(t=new AbortController,n=setTimeout(()=>{i=!0,t.abort()},e));const o=await fetch(s.href,{signal:t?t.signal:void 0,redirect:"manual",headers:r.headers}).catch(a=>{throw i?new xr:a});if(n!==void 0&&clearTimeout(n),o.status!==200)throw new Z("Expected 200 OK from the JSON Web Key Set HTTP response");try{return await o.json()}catch{throw new Z("Failed to parse the JSON Web Key Set HTTP response as JSON")}};function Kn(){return typeof WebSocketPair<"u"||typeof navigator<"u"&&navigator.userAgent==="Cloudflare-Workers"||typeof EdgeRuntime<"u"&&EdgeRuntime==="vercel"}let kt;(typeof navigator>"u"||!((Ms=(yt=navigator.userAgent)==null?void 0:yt.startsWith)!=null&&Ms.call(yt,"Mozilla/5.0 ")))&&(kt="jose/v5.10.0");const Nt=Symbol();function Gn(s,e){return!(typeof s!="object"||s===null||!("uat"in s)||typeof s.uat!="number"||Date.now()-s.uat>=e||!("jwks"in s)||!ve(s.jwks)||!Array.isArray(s.jwks.keys)||!Array.prototype.every.call(s.jwks.keys,ve))}class qn{constructor(e,r){if(!(e instanceof URL))throw new TypeError("url must be an instance of URL");this._url=new URL(e.href),this._options={agent:r==null?void 0:r.agent,headers:r==null?void 0:r.headers},this._timeoutDuration=typeof(r==null?void 0:r.timeoutDuration)=="number"?r==null?void 0:r.timeoutDuration:5e3,this._cooldownDuration=typeof(r==null?void 0:r.cooldownDuration)=="number"?r==null?void 0:r.cooldownDuration:3e4,this._cacheMaxAge=typeof(r==null?void 0:r.cacheMaxAge)=="number"?r==null?void 0:r.cacheMaxAge:6e5,(r==null?void 0:r[Nt])!==void 0&&(this._cache=r==null?void 0:r[Nt],Gn(r==null?void 0:r[Nt],this._cacheMaxAge)&&(this._jwksTimestamp=this._cache.uat,this._local=Dr(this._cache.jwks)))}coolingDown(){return typeof this._jwksTimestamp=="number"?Date.now()<this._jwksTimestamp+this._cooldownDuration:!1}fresh(){return typeof this._jwksTimestamp=="number"?Date.now()<this._jwksTimestamp+this._cacheMaxAge:!1}async getKey(e,r){(!this._local||!this.fresh())&&await this.reload();try{return await this._local(e,r)}catch(t){if(t instanceof Rt&&this.coolingDown()===!1)return await this.reload(),this._local(e,r);throw t}}async reload(){this._pendingFetch&&Kn()&&(this._pendingFetch=void 0);const e=new Headers(this._options.headers);kt&&!e.has("User-Agent")&&(e.set("User-Agent",kt),this._options.headers=Object.fromEntries(e.entries())),this._pendingFetch||(this._pendingFetch=Fn(this._url,this._timeoutDuration,this._options).then(r=>{this._local=Dr(r),this._cache&&(this._cache.uat=Date.now(),this._cache.jwks=r),this._jwksTimestamp=Date.now(),this._pendingFetch=void 0}).catch(r=>{throw this._pendingFetch=void 0,r})),await this._pendingFetch}}function Jn(s,e){const r=new qn(s,e),t=async(n,i)=>r.getKey(n,i);return Object.defineProperties(t,{coolingDown:{get:()=>r.coolingDown(),enumerable:!0,configurable:!1},fresh:{get:()=>r.fresh(),enumerable:!0,configurable:!1},reload:{value:()=>r.reload(),enumerable:!0,configurable:!1,writable:!1},reloading:{get:()=>!!r._pendingFetch,enumerable:!0,configurable:!1},jwks:{value:()=>{var n;return(n=r._local)==null?void 0:n.jwks()},enumerable:!0,configurable:!1,writable:!1}}),t}const Vn=Re;function zn(s){if(typeof s!="string")throw new me("JWTs must use Compact JWS serialization, JWT must be a string");const{1:e,length:r}=s.split(".");if(r===5)throw new me("Only JWTs using Compact JWS serialization can be decoded");if(r!==3)throw new me("Invalid JWT");if(!e)throw new me("JWTs must contain a payload");let t;try{t=Vn(e)}catch{throw new me("Failed to base64url decode the payload")}let n;try{n=JSON.parse(Ye.decode(t))}catch{throw new me("Failed to parse the decoded payload as JSON")}if(!ve(n))throw new me("Invalid JWT Claims Set");return n}/*! noble-hashes - MIT License (c) 2022 Paul Miller (paulmillr.com) */function Lt(s){return s instanceof Uint8Array||ArrayBuffer.isView(s)&&s.constructor.name==="Uint8Array"}function Ee(s,e=""){if(!Number.isSafeInteger(s)||s<0){const r=e&&`"${e}" `;throw new Error(`${r}expected integer >= 0, got ${s}`)}}function G(s,e,r=""){const t=Lt(s),n=s==null?void 0:s.length,i=e!==void 0;if(!t||i&&n!==e){const o=r&&`"${r}" `,a=i?` of length ${e}`:"",c=t?`length=${n}`:`type=${typeof s}`;throw new Error(o+"expected Uint8Array"+a+", got "+c)}return s}function Mr(s){if(typeof s!="function"||typeof s.create!="function")throw new Error("Hash must wrapped by utils.createHasher");Ee(s.outputLen),Ee(s.blockLen)}function Ke(s,e=!0){if(s.destroyed)throw new Error("Hash instance has been destroyed");if(e&&s.finished)throw new Error("Hash#digest() has already been called")}function $r(s,e){G(s,void 0,"digestInto() output");const r=e.outputLen;if(s.length<r)throw new Error('"digestInto() output" expected to be of length >='+r)}function Yn(s){return new Uint32Array(s.buffer,s.byteOffset,Math.floor(s.byteLength/4))}function Ge(...s){for(let e=0;e<s.length;e++)s[e].fill(0)}function Dt(s){return new DataView(s.buffer,s.byteOffset,s.byteLength)}function ye(s,e){return s<<32-e|s>>>e}const jn=new Uint8Array(new Uint32Array([287454020]).buffer)[0]===68;function Xn(s){return s<<24&4278190080|s<<8&16711680|s>>>8&65280|s>>>24&255}function Zn(s){for(let e=0;e<s.length;e++)s[e]=Xn(s[e]);return s}const Wr=jn?s=>s:Zn,Ur=typeof Uint8Array.from([]).toHex=="function"&&typeof Uint8Array.fromHex=="function",Qn=Array.from({length:256},(s,e)=>e.toString(16).padStart(2,"0"));function Xe(s){if(G(s),Ur)return s.toHex();let e="";for(let r=0;r<s.length;r++)e+=Qn[s[r]];return e}const Ie={_0:48,_9:57,A:65,F:70,a:97,f:102};function Hr(s){if(s>=Ie._0&&s<=Ie._9)return s-Ie._0;if(s>=Ie.A&&s<=Ie.F)return s-(Ie.A-10);if(s>=Ie.a&&s<=Ie.f)return s-(Ie.a-10)}function ct(s){if(typeof s!="string")throw new Error("hex string expected, got "+typeof s);if(Ur)return Uint8Array.fromHex(s);const e=s.length,r=e/2;if(e%2)throw new Error("hex string expected, got unpadded hex of length "+e);const t=new Uint8Array(r);for(let n=0,i=0;n<r;n++,i+=2){const o=Hr(s.charCodeAt(i)),a=Hr(s.charCodeAt(i+1));if(o===void 0||a===void 0){const c=s[i]+s[i+1];throw new Error('hex string expected, got non-hex character "'+c+'" at index '+i)}t[n]=o*16+a}return t}function Oe(...s){let e=0;for(let t=0;t<s.length;t++){const n=s[t];G(n),e+=n.length}const r=new Uint8Array(e);for(let t=0,n=0;t<s.length;t++){const i=s[t];r.set(i,n),n+=i.length}return r}function Br(s,e={}){const r=(n,i)=>s(i).update(n).digest(),t=s(void 0);return r.outputLen=t.outputLen,r.blockLen=t.blockLen,r.create=n=>s(n),Object.assign(r,e),Object.freeze(r)}function Fr(s=32){const e=typeof globalThis=="object"?globalThis.crypto:null;if(typeof(e==null?void 0:e.getRandomValues)!="function")throw new Error("crypto.getRandomValues must be defined");return e.getRandomValues(new Uint8Array(s))}const ei=s=>({oid:Uint8Array.from([6,9,96,134,72,1,101,3,4,2,s])});function ti(s,e,r){return s&e^~s&r}function ri(s,e,r){return s&e^s&r^e&r}class si{constructor(e,r,t,n){R(this,"blockLen");R(this,"outputLen");R(this,"padOffset");R(this,"isLE");R(this,"buffer");R(this,"view");R(this,"finished",!1);R(this,"length",0);R(this,"pos",0);R(this,"destroyed",!1);this.blockLen=e,this.outputLen=r,this.padOffset=t,this.isLE=n,this.buffer=new Uint8Array(e),this.view=Dt(this.buffer)}update(e){Ke(this),G(e);const{view:r,buffer:t,blockLen:n}=this,i=e.length;for(let o=0;o<i;){const a=Math.min(n-this.pos,i-o);if(a===n){const c=Dt(e);for(;n<=i-o;o+=n)this.process(c,o);continue}t.set(e.subarray(o,o+a),this.pos),this.pos+=a,o+=a,this.pos===n&&(this.process(r,0),this.pos=0)}return this.length+=e.length,this.roundClean(),this}digestInto(e){Ke(this),$r(e,this),this.finished=!0;const{buffer:r,view:t,blockLen:n,isLE:i}=this;let{pos:o}=this;r[o++]=128,Ge(this.buffer.subarray(o)),this.padOffset>n-o&&(this.process(t,0),o=0);for(let f=o;f<n;f++)r[f]=0;t.setBigUint64(n-8,BigInt(this.length*8),i),this.process(t,0);const a=Dt(e),c=this.outputLen;if(c%4)throw new Error("_sha2: outputLen must be aligned to 32bit");const l=c/4,d=this.get();if(l>d.length)throw new Error("_sha2: outputLen bigger than state");for(let f=0;f<l;f++)a.setUint32(4*f,d[f],i)}digest(){const{buffer:e,outputLen:r}=this;this.digestInto(e);const t=e.slice(0,r);return this.destroy(),t}_cloneInto(e){e||(e=new this.constructor),e.set(...this.get());const{blockLen:r,buffer:t,length:n,finished:i,destroyed:o,pos:a}=this;return e.destroyed=o,e.finished=i,e.length=n,e.pos=a,n%r&&e.buffer.set(t),e}clone(){return this._cloneInto()}}const Pe=Uint32Array.from([1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225]),lt=BigInt(2**32-1),Kr=BigInt(32);function ni(s,e=!1){return e?{h:Number(s<),l:Number(s>>Kr<)}:{h:Number(s>>Kr<)|0,l:Number(s<)|0}}function ii(s,e=!1){const r=s.length;let t=new Uint32Array(r),n=new Uint32Array(r);for(let i=0;i<r;i++){const{h:o,l:a}=ni(s[i],e);[t[i],n[i]]=[o,a]}return[t,n]}const oi=(s,e,r)=>s<<r|e>>>32-r,ai=(s,e,r)=>e<<r|s>>>32-r,ci=(s,e,r)=>e<<r-32|s>>>64-r,li=(s,e,r)=>s<<r-32|e>>>64-r,di=Uint32Array.from([1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298]),Ce=new Uint32Array(64);class ui extends si{constructor(e){super(64,e,8,!1)}get(){const{A:e,B:r,C:t,D:n,E:i,F:o,G:a,H:c}=this;return[e,r,t,n,i,o,a,c]}set(e,r,t,n,i,o,a,c){this.A=e|0,this.B=r|0,this.C=t|0,this.D=n|0,this.E=i|0,this.F=o|0,this.G=a|0,this.H=c|0}process(e,r){for(let f=0;f<16;f++,r+=4)Ce[f]=e.getUint32(r,!1);for(let f=16;f<64;f++){const g=Ce[f-15],p=Ce[f-2],w=ye(g,7)^ye(g,18)^g>>>3,b=ye(p,17)^ye(p,19)^p>>>10;Ce[f]=b+Ce[f-7]+w+Ce[f-16]|0}let{A:t,B:n,C:i,D:o,E:a,F:c,G:l,H:d}=this;for(let f=0;f<64;f++){const g=ye(a,6)^ye(a,11)^ye(a,25),p=d+g+ti(a,c,l)+di[f]+Ce[f]|0,b=(ye(t,2)^ye(t,13)^ye(t,22))+ri(t,n,i)|0;d=l,l=c,c=a,a=o+p|0,o=i,i=n,n=t,t=p+b|0}t=t+this.A|0,n=n+this.B|0,i=i+this.C|0,o=o+this.D|0,a=a+this.E|0,c=c+this.F|0,l=l+this.G|0,d=d+this.H|0,this.set(t,n,i,o,a,c,l,d)}roundClean(){Ge(Ce)}destroy(){this.set(0,0,0,0,0,0,0,0),Ge(this.buffer)}}class hi extends ui{constructor(){super(32);R(this,"A",Pe[0]|0);R(this,"B",Pe[1]|0);R(this,"C",Pe[2]|0);R(this,"D",Pe[3]|0);R(this,"E",Pe[4]|0);R(this,"F",Pe[5]|0);R(this,"G",Pe[6]|0);R(this,"H",Pe[7]|0)}}const fi=Br(()=>new hi,ei(1));/*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) */const Mt=BigInt(0),$t=BigInt(1);function dt(s,e=""){if(typeof s!="boolean"){const r=e&&`"${e}" `;throw new Error(r+"expected boolean, got type="+typeof s)}return s}function Gr(s){if(typeof s=="bigint"){if(!ft(s))throw new Error("positive bigint expected, got "+s)}else Ee(s);return s}function ut(s){const e=Gr(s).toString(16);return e.length&1?"0"+e:e}function qr(s){if(typeof s!="string")throw new Error("hex string expected, got "+typeof s);return s===""?Mt:BigInt("0x"+s)}function ht(s){return qr(Xe(s))}function Jr(s){return qr(Xe(pi(G(s)).reverse()))}function Wt(s,e){Ee(e),s=Gr(s);const r=ct(s.toString(16).padStart(e*2,"0"));if(r.length!==e)throw new Error("number too large");return r}function Vr(s,e){return Wt(s,e).reverse()}function pi(s){return Uint8Array.from(s)}const ft=s=>typeof s=="bigint"&&Mt<=s;function _i(s,e,r){return ft(s)&&ft(e)&&ft(r)&&e<=s&&s<r}function gi(s,e,r,t){if(!_i(e,r,t))throw new Error("expected valid "+s+": "+r+" <= n < "+t+", got "+e)}function xi(s){let e;for(e=0;s>Mt;s>>=$t,e+=1);return e}const Ut=s=>($t<<BigInt(s))-$t;function mi(s,e,r){if(Ee(s,"hashLen"),Ee(e,"qByteLen"),typeof r!="function")throw new Error("hmacFn must be a function");const t=y=>new Uint8Array(y),n=Uint8Array.of(),i=Uint8Array.of(0),o=Uint8Array.of(1),a=1e3;let c=t(s),l=t(s),d=0;const f=()=>{c.fill(1),l.fill(0),d=0},g=(...y)=>r(l,Oe(c,...y)),p=(y=n)=>{l=g(i,y),c=g(),y.length!==0&&(l=g(o,y),c=g())},w=()=>{if(d++>=a)throw new Error("drbg: tried max amount of iterations");let y=0;const I=[];for(;y<e;){c=g();const C=c.slice();I.push(C),y+=c.length}return Oe(...I)};return(y,I)=>{f(),p(y);let C;for(;!(C=I(w()));)p();return f(),C}}function Ht(s,e={},r={}){if(!s||typeof s!="object")throw new Error("expected valid options object");function t(i,o,a){const c=s[i];if(a&&c===void 0)return;const l=typeof c;if(l!==o||c===null)throw new Error(`param "${i}" is invalid: expected ${o}, got ${l}`)}const n=(i,o)=>Object.entries(i).forEach(([a,c])=>t(a,c,o));n(e,!1),n(r,!0)}function zr(s){const e=new WeakMap;return(r,...t)=>{const n=e.get(r);if(n!==void 0)return n;const i=s(r,...t);return e.set(r,i),i}}/*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) */const ae=BigInt(0),te=BigInt(1),Le=BigInt(2),Yr=BigInt(3),jr=BigInt(4),Xr=BigInt(5),wi=BigInt(7),Zr=BigInt(8),yi=BigInt(9),Qr=BigInt(16);function fe(s,e){const r=s%e;return r>=ae?r:e+r}function ue(s,e,r){let t=s;for(;e-- >ae;)t*=t,t%=r;return t}function es(s,e){if(s===ae)throw new Error("invert: expected non-zero number");if(e<=ae)throw new Error("invert: expected positive modulus, got "+e);let r=fe(s,e),t=e,n=ae,i=te;for(;r!==ae;){const a=t/r,c=t%r,l=n-i*a;t=r,r=c,n=i,i=l}if(t!==te)throw new Error("invert: does not exist");return fe(n,e)}function Bt(s,e,r){if(!s.eql(s.sqr(e),r))throw new Error("Cannot find square root")}function ts(s,e){const r=(s.ORDER+te)/jr,t=s.pow(e,r);return Bt(s,t,e),t}function bi(s,e){const r=(s.ORDER-Xr)/Zr,t=s.mul(e,Le),n=s.pow(t,r),i=s.mul(e,n),o=s.mul(s.mul(i,Le),n),a=s.mul(i,s.sub(o,s.ONE));return Bt(s,a,e),a}function Si(s){const e=pt(s),r=rs(s),t=r(e,e.neg(e.ONE)),n=r(e,t),i=r(e,e.neg(t)),o=(s+wi)/Qr;return(a,c)=>{let l=a.pow(c,o),d=a.mul(l,t);const f=a.mul(l,n),g=a.mul(l,i),p=a.eql(a.sqr(d),c),w=a.eql(a.sqr(f),c);l=a.cmov(l,d,p),d=a.cmov(g,f,w);const b=a.eql(a.sqr(d),c),y=a.cmov(l,d,b);return Bt(a,y,c),y}}function rs(s){if(s<Yr)throw new Error("sqrt is not defined for small field");let e=s-te,r=0;for(;e%Le===ae;)e/=Le,r++;let t=Le;const n=pt(s);for(;ns(n,t)===1;)if(t++>1e3)throw new Error("Cannot find square root: probably non-prime P");if(r===1)return ts;let i=n.pow(t,e);const o=(e+te)/Le;return function(c,l){if(c.is0(l))return l;if(ns(c,l)!==1)throw new Error("Cannot find square root");let d=r,f=c.mul(c.ONE,i),g=c.pow(l,e),p=c.pow(l,o);for(;!c.eql(g,c.ONE);){if(c.is0(g))return c.ZERO;let w=1,b=c.sqr(g);for(;!c.eql(b,c.ONE);)if(w++,b=c.sqr(b),w===d)throw new Error("Cannot find square root");const y=te<<BigInt(d-w-1),I=c.pow(f,y);d=w,f=c.sqr(I),g=c.mul(g,f),p=c.mul(p,I)}return p}}function vi(s){return s%jr===Yr?ts:s%Zr===Xr?bi:s%Qr===yi?Si(s):rs(s)}const Ei=["create","isValid","is0","neg","inv","sqrt","sqr","eql","add","sub","mul","pow","div","addN","subN","mulN","sqrN"];function Ii(s){const e={ORDER:"bigint",BYTES:"number",BITS:"number"},r=Ei.reduce((t,n)=>(t[n]="function",t),e);return Ht(s,r),s}function Ai(s,e,r){if(r<ae)throw new Error("invalid exponent, negatives unsupported");if(r===ae)return s.ONE;if(r===te)return e;let t=s.ONE,n=e;for(;r>ae;)r&te&&(t=s.mul(t,n)),n=s.sqr(n),r>>=te;return t}function ss(s,e,r=!1){const t=new Array(e.length).fill(r?s.ZERO:void 0),n=e.reduce((o,a,c)=>s.is0(a)?o:(t[c]=o,s.mul(o,a)),s.ONE),i=s.inv(n);return e.reduceRight((o,a,c)=>s.is0(a)?o:(t[c]=s.mul(o,t[c]),s.mul(o,a)),i),t}function ns(s,e){const r=(s.ORDER-te)/Le,t=s.pow(e,r),n=s.eql(t,s.ONE),i=s.eql(t,s.ZERO),o=s.eql(t,s.neg(s.ONE));if(!n&&!i&&!o)throw new Error("invalid Legendre symbol result");return n?1:i?0:-1}function Ti(s,e){e!==void 0&&Ee(e);const r=e!==void 0?e:s.toString(2).length,t=Math.ceil(r/8);return{nBitLength:r,nByteLength:t}}class Ri{constructor(e,r={}){R(this,"ORDER");R(this,"BITS");R(this,"BYTES");R(this,"isLE");R(this,"ZERO",ae);R(this,"ONE",te);R(this,"_lengths");R(this,"_sqrt");R(this,"_mod");var o;if(e<=ae)throw new Error("invalid field: expected ORDER > 0, got "+e);let t;this.isLE=!1,r!=null&&typeof r=="object"&&(typeof r.BITS=="number"&&(t=r.BITS),typeof r.sqrt=="function"&&(this.sqrt=r.sqrt),typeof r.isLE=="boolean"&&(this.isLE=r.isLE),r.allowedLengths&&(this._lengths=(o=r.allowedLengths)==null?void 0:o.slice()),typeof r.modFromBytes=="boolean"&&(this._mod=r.modFromBytes));const{nBitLength:n,nByteLength:i}=Ti(e,t);if(i>2048)throw new Error("invalid field: expected ORDER of <= 2048 bytes");this.ORDER=e,this.BITS=n,this.BYTES=i,this._sqrt=void 0,Object.preventExtensions(this)}create(e){return fe(e,this.ORDER)}isValid(e){if(typeof e!="bigint")throw new Error("invalid field element: expected bigint, got "+typeof e);return ae<=e&&e<this.ORDER}is0(e){return e===ae}isValidNot0(e){return!this.is0(e)&&this.isValid(e)}isOdd(e){return(e&te)===te}neg(e){return fe(-e,this.ORDER)}eql(e,r){return e===r}sqr(e){return fe(e*e,this.ORDER)}add(e,r){return fe(e+r,this.ORDER)}sub(e,r){return fe(e-r,this.ORDER)}mul(e,r){return fe(e*r,this.ORDER)}pow(e,r){return Ai(this,e,r)}div(e,r){return fe(e*es(r,this.ORDER),this.ORDER)}sqrN(e){return e*e}addN(e,r){return e+r}subN(e,r){return e-r}mulN(e,r){return e*r}inv(e){return es(e,this.ORDER)}sqrt(e){return this._sqrt||(this._sqrt=vi(this.ORDER)),this._sqrt(this,e)}toBytes(e){return this.isLE?Vr(e,this.BYTES):Wt(e,this.BYTES)}fromBytes(e,r=!1){G(e);const{_lengths:t,BYTES:n,isLE:i,ORDER:o,_mod:a}=this;if(t){if(!t.includes(e.length)||e.length>n)throw new Error("Field.fromBytes: expected "+t+" bytes, got "+e.length);const l=new Uint8Array(n);l.set(e,i?0:l.length-e.length),e=l}if(e.length!==n)throw new Error("Field.fromBytes: expected "+n+" bytes, got "+e.length);let c=i?Jr(e):ht(e);if(a&&(c=fe(c,o)),!r&&!this.isValid(c))throw new Error("invalid field element: outside of range 0..ORDER");return c}invertBatch(e){return ss(this,e)}cmov(e,r,t){return t?r:e}}function pt(s,e={}){return new Ri(s,e)}function is(s){if(typeof s!="bigint")throw new Error("field order must be bigint");const e=s.toString(2).length;return Math.ceil(e/8)}function os(s){const e=is(s);return e+Math.ceil(e/2)}function Oi(s,e,r=!1){G(s);const t=s.length,n=is(e),i=os(e);if(t<16||t<i||t>1024)throw new Error("expected "+i+"-1024 bytes of input, got "+t);const o=r?Jr(s):ht(s),a=fe(o,e-te)+te;return r?Vr(a,n):Wt(a,n)}/*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) */const qe=BigInt(0),De=BigInt(1);function _t(s,e){const r=e.negate();return s?r:e}function as(s,e){const r=ss(s.Fp,e.map(t=>t.Z));return e.map((t,n)=>s.fromAffine(t.toAffine(r[n])))}function cs(s,e){if(!Number.isSafeInteger(s)||s<=0||s>e)throw new Error("invalid window size, expected [1.."+e+"], got W="+s)}function Ft(s,e){cs(s,e);const r=Math.ceil(e/s)+1,t=2**(s-1),n=2**s,i=Ut(s),o=BigInt(s);return{windows:r,windowSize:t,mask:i,maxNumber:n,shiftBy:o}}function ls(s,e,r){const{windowSize:t,mask:n,maxNumber:i,shiftBy:o}=r;let a=Number(s&n),c=s>>o;a>t&&(a-=i,c+=De);const l=e*t,d=l+Math.abs(a)-1,f=a===0,g=a<0,p=e%2!==0;return{nextN:c,offset:d,isZero:f,isNeg:g,isNegF:p,offsetF:l}}const Kt=new WeakMap,ds=new WeakMap;function Gt(s){return ds.get(s)||1}function us(s){if(s!==qe)throw new Error("invalid wNAF")}class Pi{constructor(e,r){R(this,"BASE");R(this,"ZERO");R(this,"Fn");R(this,"bits");this.BASE=e.BASE,this.ZERO=e.ZERO,this.Fn=e.Fn,this.bits=r}_unsafeLadder(e,r,t=this.ZERO){let n=e;for(;r>qe;)r&De&&(t=t.add(n)),n=n.double(),r>>=De;return t}precomputeWindow(e,r){const{windows:t,windowSize:n}=Ft(r,this.bits),i=[];let o=e,a=o;for(let c=0;c<t;c++){a=o,i.push(a);for(let l=1;l<n;l++)a=a.add(o),i.push(a);o=a.double()}return i}wNAF(e,r,t){if(!this.Fn.isValid(t))throw new Error("invalid scalar");let n=this.ZERO,i=this.BASE;const o=Ft(e,this.bits);for(let a=0;a<o.windows;a++){const{nextN:c,offset:l,isZero:d,isNeg:f,isNegF:g,offsetF:p}=ls(t,a,o);t=c,d?i=i.add(_t(g,r[p])):n=n.add(_t(f,r[l]))}return us(t),{p:n,f:i}}wNAFUnsafe(e,r,t,n=this.ZERO){const i=Ft(e,this.bits);for(let o=0;o<i.windows&&t!==qe;o++){const{nextN:a,offset:c,isZero:l,isNeg:d}=ls(t,o,i);if(t=a,!l){const f=r[c];n=n.add(d?f.negate():f)}}return us(t),n}getPrecomputes(e,r,t){let n=Kt.get(r);return n||(n=this.precomputeWindow(r,e),e!==1&&(typeof t=="function"&&(n=t(n)),Kt.set(r,n))),n}cached(e,r,t){const n=Gt(e);return this.wNAF(n,this.getPrecomputes(n,e,t),r)}unsafe(e,r,t,n){const i=Gt(e);return i===1?this._unsafeLadder(e,r,n):this.wNAFUnsafe(i,this.getPrecomputes(i,e,t),r,n)}createCache(e,r){cs(r,this.bits),ds.set(e,r),Kt.delete(e)}hasCache(e){return Gt(e)!==1}}function Ci(s,e,r,t){let n=e,i=s.ZERO,o=s.ZERO;for(;r>qe||t>qe;)r&De&&(i=i.add(n)),t&De&&(o=o.add(n)),n=n.double(),r>>=De,t>>=De;return{p1:i,p2:o}}function hs(s,e,r){if(e){if(e.ORDER!==s)throw new Error("Field.ORDER must match order: Fp == p, Fn == n");return Ii(e),e}else return pt(s,{isLE:r})}function ki(s,e,r={},t){if(t===void 0&&(t=s==="edwards"),!e||typeof e!="object")throw new Error(`expected valid ${s} CURVE object`);for(const c of["p","n","h"]){const l=e[c];if(!(typeof l=="bigint"&&l>qe))throw new Error(`CURVE.${c} must be positive bigint`)}const n=hs(e.p,r.Fp,t),i=hs(e.n,r.Fn,t),a=["Gx","Gy","a","b"];for(const c of a)if(!n.isValid(e[c]))throw new Error(`CURVE.${c} must be valid field element of CURVE.Fp`);return e=Object.freeze(Object.assign({},e)),{CURVE:e,Fp:n,Fn:i}}function Ni(s,e){return function(t){const n=s(t);return{secretKey:n,publicKey:e(n)}}}class fs{constructor(e,r){R(this,"oHash");R(this,"iHash");R(this,"blockLen");R(this,"outputLen");R(this,"finished",!1);R(this,"destroyed",!1);if(Mr(e),G(r,void 0,"key"),this.iHash=e.create(),typeof this.iHash.update!="function")throw new Error("Expected instance of class which extends utils.Hash");this.blockLen=this.iHash.blockLen,this.outputLen=this.iHash.outputLen;const t=this.blockLen,n=new Uint8Array(t);n.set(r.length>t?e.create().update(r).digest():r);for(let i=0;i<n.length;i++)n[i]^=54;this.iHash.update(n),this.oHash=e.create();for(let i=0;i<n.length;i++)n[i]^=106;this.oHash.update(n),Ge(n)}update(e){return Ke(this),this.iHash.update(e),this}digestInto(e){Ke(this),G(e,this.outputLen,"output"),this.finished=!0,this.iHash.digestInto(e),this.oHash.update(e),this.oHash.digestInto(e),this.destroy()}digest(){const e=new Uint8Array(this.oHash.outputLen);return this.digestInto(e),e}_cloneInto(e){e||(e=Object.create(Object.getPrototypeOf(this),{}));const{oHash:r,iHash:t,finished:n,destroyed:i,blockLen:o,outputLen:a}=this;return e=e,e.finished=n,e.destroyed=i,e.blockLen=o,e.outputLen=a,e.oHash=r._cloneInto(e.oHash),e.iHash=t._cloneInto(e.iHash),e}clone(){return this._cloneInto()}destroy(){this.destroyed=!0,this.oHash.destroy(),this.iHash.destroy()}}const ps=(s,e,r)=>new fs(s,e).update(r).digest();ps.create=(s,e)=>new fs(s,e);/*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) */const _s=(s,e)=>(s+(s>=0?e:-e)/gs)/e;function Li(s,e,r){const[[t,n],[i,o]]=e,a=_s(o*s,r),c=_s(-n*s,r);let l=s-a*t-c*i,d=-a*n-c*o;const f=l<Ae,g=d<Ae;f&&(l=-l),g&&(d=-d);const p=Ut(Math.ceil(xi(r)/2))+Je;if(l<Ae||l>=p||d<Ae||d>=p)throw new Error("splitScalar (endomorphism): failed, k="+s);return{k1neg:f,k1:l,k2neg:g,k2:d}}function qt(s){if(!["compact","recovered","der"].includes(s))throw new Error('Signature format must be "compact", "recovered", or "der"');return s}function Jt(s,e){const r={};for(let t of Object.keys(e))r[t]=s[t]===void 0?e[t]:s[t];return dt(r.lowS,"lowS"),dt(r.prehash,"prehash"),r.format!==void 0&&qt(r.format),r}class Di extends Error{constructor(e=""){super(e)}}const ke={Err:Di,_tlv:{encode:(s,e)=>{const{Err:r}=ke;if(s<0||s>256)throw new r("tlv.encode: wrong tag");if(e.length&1)throw new r("tlv.encode: unpadded data");const t=e.length/2,n=ut(t);if(n.length/2&128)throw new r("tlv.encode: long form length too big");const i=t>127?ut(n.length/2|128):"";return ut(s)+i+n+e},decode(s,e){const{Err:r}=ke;let t=0;if(s<0||s>256)throw new r("tlv.encode: wrong tag");if(e.length<2||e[t++]!==s)throw new r("tlv.decode: wrong tlv");const n=e[t++],i=!!(n&128);let o=0;if(!i)o=n;else{const c=n&127;if(!c)throw new r("tlv.decode(long): indefinite length not supported");if(c>4)throw new r("tlv.decode(long): byte length is too big");const l=e.subarray(t,t+c);if(l.length!==c)throw new r("tlv.decode: length bytes not complete");if(l[0]===0)throw new r("tlv.decode(long): zero leftmost byte");for(const d of l)o=o<<8|d;if(t+=c,o<128)throw new r("tlv.decode(long): not minimal encoding")}const a=e.subarray(t,t+o);if(a.length!==o)throw new r("tlv.decode: wrong value length");return{v:a,l:e.subarray(t+o)}}},_int:{encode(s){const{Err:e}=ke;if(s<Ae)throw new e("integer: negative integers are not allowed");let r=ut(s);if(Number.parseInt(r[0],16)&8&&(r="00"+r),r.length&1)throw new e("unexpected DER parsing assertion: unpadded hex");return r},decode(s){const{Err:e}=ke;if(s[0]&128)throw new e("invalid signature integer: negative");if(s[0]===0&&!(s[1]&128))throw new e("invalid signature integer: unnecessary leading zero");return ht(s)}},toSig(s){const{Err:e,_int:r,_tlv:t}=ke,n=G(s,void 0,"signature"),{v:i,l:o}=t.decode(48,n);if(o.length)throw new e("invalid signature: left bytes after parsing");const{v:a,l:c}=t.decode(2,i),{v:l,l:d}=t.decode(2,c);if(d.length)throw new e("invalid signature: left bytes after parsing");return{r:r.decode(a),s:r.decode(l)}},hexFromSig(s){const{_tlv:e,_int:r}=ke,t=e.encode(2,r.encode(s.r)),n=e.encode(2,r.encode(s.s)),i=t+n;return e.encode(48,i)}},Ae=BigInt(0),Je=BigInt(1),gs=BigInt(2),gt=BigInt(3),Mi=BigInt(4);function $i(s,e={}){const r=ki("weierstrass",s,e),{Fp:t,Fn:n}=r;let i=r.CURVE;const{h:o,n:a}=i;Ht(e,{},{allowInfinityPoint:"boolean",clearCofactor:"function",isTorsionFree:"function",fromBytes:"function",toBytes:"function",endo:"object"});const{endo:c}=e;if(c&&(!t.is0(i.a)||typeof c.beta!="bigint"||!Array.isArray(c.basises)))throw new Error('invalid endo: expected "beta": bigint and "basises": array');const l=ms(t,n);function d(){if(!t.isOdd)throw new Error("compression is not supported: Field does not have .isOdd()")}function f(T,x,m){const{x:S,y:A}=x.toAffine(),N=t.toBytes(S);if(dt(m,"isCompressed"),m){d();const k=!t.isOdd(A);return Oe(xs(k),N)}else return Oe(Uint8Array.of(4),N,t.toBytes(A))}function g(T){G(T,void 0,"Point");const{publicKey:x,publicKeyUncompressed:m}=l,S=T.length,A=T[0],N=T.subarray(1);if(S===x&&(A===2||A===3)){const k=t.fromBytes(N);if(!t.isValid(k))throw new Error("bad point: is not on curve, wrong x");const M=b(k);let P;try{P=t.sqrt(M)}catch(j){const K=j instanceof Error?": "+j.message:"";throw new Error("bad point: is not on curve, sqrt error"+K)}d();const $=t.isOdd(P);return(A&1)===1!==$&&(P=t.neg(P)),{x:k,y:P}}else if(S===m&&A===4){const k=t.BYTES,M=t.fromBytes(N.subarray(0,k)),P=t.fromBytes(N.subarray(k,k*2));if(!y(M,P))throw new Error("bad point: is not on curve");return{x:M,y:P}}else throw new Error(`bad point: got length ${S}, expected compressed=${x} or uncompressed=${m}`)}const p=e.toBytes||f,w=e.fromBytes||g;function b(T){const x=t.sqr(T),m=t.mul(x,T);return t.add(t.add(m,t.mul(T,i.a)),i.b)}function y(T,x){const m=t.sqr(x),S=b(T);return t.eql(m,S)}if(!y(i.Gx,i.Gy))throw new Error("bad curve params: generator point");const I=t.mul(t.pow(i.a,gt),Mi),C=t.mul(t.sqr(i.b),BigInt(27));if(t.is0(t.add(I,C)))throw new Error("bad curve params: a or b");function H(T,x,m=!1){if(!t.isValid(x)||m&&t.is0(x))throw new Error(`bad point coordinate ${T}`);return x}function D(T){if(!(T instanceof z))throw new Error("Weierstrass Point expected")}function q(T){if(!c||!c.basises)throw new Error("no endo");return Li(T,c.basises,n.ORDER)}const F=zr((T,x)=>{const{X:m,Y:S,Z:A}=T;if(t.eql(A,t.ONE))return{x:m,y:S};const N=T.is0();x==null&&(x=N?t.ONE:t.inv(A));const k=t.mul(m,x),M=t.mul(S,x),P=t.mul(A,x);if(N)return{x:t.ZERO,y:t.ZERO};if(!t.eql(P,t.ONE))throw new Error("invZ was invalid");return{x:k,y:M}}),ne=zr(T=>{if(T.is0()){if(e.allowInfinityPoint&&!t.is0(T.Y))return;throw new Error("bad point: ZERO")}const{x,y:m}=T.toAffine();if(!t.isValid(x)||!t.isValid(m))throw new Error("bad point: x or y not field elements");if(!y(x,m))throw new Error("bad point: equation left != right");if(!T.isTorsionFree())throw new Error("bad point: not in prime-order subgroup");return!0});function U(T,x,m,S,A){return m=new z(t.mul(m.X,T),m.Y,m.Z),x=_t(S,x),m=_t(A,m),x.add(m)}const E=class E{constructor(x,m,S){R(this,"X");R(this,"Y");R(this,"Z");this.X=H("x",x),this.Y=H("y",m,!0),this.Z=H("z",S),Object.freeze(this)}static CURVE(){return i}static fromAffine(x){const{x:m,y:S}=x||{};if(!x||!t.isValid(m)||!t.isValid(S))throw new Error("invalid affine point");if(x instanceof E)throw new Error("projective point not allowed");return t.is0(m)&&t.is0(S)?E.ZERO:new E(m,S,t.ONE)}static fromBytes(x){const m=E.fromAffine(w(G(x,void 0,"point")));return m.assertValidity(),m}static fromHex(x){return E.fromBytes(ct(x))}get x(){return this.toAffine().x}get y(){return this.toAffine().y}precompute(x=8,m=!0){return v.createCache(this,x),m||this.multiply(gt),this}assertValidity(){ne(this)}hasEvenY(){const{y:x}=this.toAffine();if(!t.isOdd)throw new Error("Field doesn't support isOdd");return!t.isOdd(x)}equals(x){D(x);const{X:m,Y:S,Z:A}=this,{X:N,Y:k,Z:M}=x,P=t.eql(t.mul(m,M),t.mul(N,A)),$=t.eql(t.mul(S,M),t.mul(k,A));return P&&$}negate(){return new E(this.X,t.neg(this.Y),this.Z)}double(){const{a:x,b:m}=i,S=t.mul(m,gt),{X:A,Y:N,Z:k}=this;let M=t.ZERO,P=t.ZERO,$=t.ZERO,B=t.mul(A,A),j=t.mul(N,N),K=t.mul(k,k),W=t.mul(A,N);return W=t.add(W,W),$=t.mul(A,k),$=t.add($,$),M=t.mul(x,$),P=t.mul(S,K),P=t.add(M,P),M=t.sub(j,P),P=t.add(j,P),P=t.mul(M,P),M=t.mul(W,M),$=t.mul(S,$),K=t.mul(x,K),W=t.sub(B,K),W=t.mul(x,W),W=t.add(W,$),$=t.add(B,B),B=t.add($,B),B=t.add(B,K),B=t.mul(B,W),P=t.add(P,B),K=t.mul(N,k),K=t.add(K,K),B=t.mul(K,W),M=t.sub(M,B),$=t.mul(K,j),$=t.add($,$),$=t.add($,$),new E(M,P,$)}add(x){D(x);const{X:m,Y:S,Z:A}=this,{X:N,Y:k,Z:M}=x;let P=t.ZERO,$=t.ZERO,B=t.ZERO;const j=i.a,K=t.mul(i.b,gt);let W=t.mul(m,N),Q=t.mul(S,k),ie=t.mul(A,M),de=t.add(m,S),J=t.add(N,k);de=t.mul(de,J),J=t.add(W,Q),de=t.sub(de,J),J=t.add(m,A);let oe=t.add(N,M);return J=t.mul(J,oe),oe=t.add(W,ie),J=t.sub(J,oe),oe=t.add(S,A),P=t.add(k,M),oe=t.mul(oe,P),P=t.add(Q,ie),oe=t.sub(oe,P),B=t.mul(j,J),P=t.mul(K,ie),B=t.add(P,B),P=t.sub(Q,B),B=t.add(Q,B),$=t.mul(P,B),Q=t.add(W,W),Q=t.add(Q,W),ie=t.mul(j,ie),J=t.mul(K,J),Q=t.add(Q,ie),ie=t.sub(W,ie),ie=t.mul(j,ie),J=t.add(J,ie),W=t.mul(Q,J),$=t.add($,W),W=t.mul(oe,J),P=t.mul(de,P),P=t.sub(P,W),W=t.mul(de,Q),B=t.mul(oe,B),B=t.add(B,W),new E(P,$,B)}subtract(x){return this.add(x.negate())}is0(){return this.equals(E.ZERO)}multiply(x){const{endo:m}=e;if(!n.isValidNot0(x))throw new Error("invalid scalar: out of range");let S,A;const N=k=>v.cached(this,k,M=>as(E,M));if(m){const{k1neg:k,k1:M,k2neg:P,k2:$}=q(x),{p:B,f:j}=N(M),{p:K,f:W}=N($);A=j.add(W),S=U(m.beta,B,K,k,P)}else{const{p:k,f:M}=N(x);S=k,A=M}return as(E,[S,A])[0]}multiplyUnsafe(x){const{endo:m}=e,S=this;if(!n.isValid(x))throw new Error("invalid scalar: out of range");if(x===Ae||S.is0())return E.ZERO;if(x===Je)return S;if(v.hasCache(this))return this.multiply(x);if(m){const{k1neg:A,k1:N,k2neg:k,k2:M}=q(x),{p1:P,p2:$}=Ci(E,S,N,M);return U(m.beta,P,$,A,k)}else return v.unsafe(S,x)}toAffine(x){return F(this,x)}isTorsionFree(){const{isTorsionFree:x}=e;return o===Je?!0:x?x(E,this):v.unsafe(this,a).is0()}clearCofactor(){const{clearCofactor:x}=e;return o===Je?this:x?x(E,this):this.multiplyUnsafe(o)}isSmallOrder(){return this.multiplyUnsafe(o).is0()}toBytes(x=!0){return dt(x,"isCompressed"),this.assertValidity(),p(E,this,x)}toHex(x=!0){return Xe(this.toBytes(x))}toString(){return`<Point ${this.is0()?"ZERO":this.toHex()}>`}};R(E,"BASE",new E(i.Gx,i.Gy,t.ONE)),R(E,"ZERO",new E(t.ZERO,t.ONE,t.ZERO)),R(E,"Fp",t),R(E,"Fn",n);let z=E;const O=n.BITS,v=new Pi(z,e.endo?Math.ceil(O/2):O);return z.BASE.precompute(8),z}function xs(s){return Uint8Array.of(s?2:3)}function ms(s,e){return{secretKey:e.BYTES,publicKey:1+s.BYTES,publicKeyUncompressed:1+2*s.BYTES,publicKeyHasPrefix:!0,signature:2*e.BYTES}}function Wi(s,e={}){const{Fn:r}=s,t=e.randomBytes||Fr,n=Object.assign(ms(s.Fp,r),{seed:os(r.ORDER)});function i(p){try{const w=r.fromBytes(p);return r.isValidNot0(w)}catch{return!1}}function o(p,w){const{publicKey:b,publicKeyUncompressed:y}=n;try{const I=p.length;return w===!0&&I!==b||w===!1&&I!==y?!1:!!s.fromBytes(p)}catch{return!1}}function a(p=t(n.seed)){return Oi(G(p,n.seed,"seed"),r.ORDER)}function c(p,w=!0){return s.BASE.multiply(r.fromBytes(p)).toBytes(w)}function l(p){const{secretKey:w,publicKey:b,publicKeyUncompressed:y}=n;if(!Lt(p)||"_lengths"in r&&r._lengths||w===b)return;const I=G(p,void 0,"key").length;return I===b||I===y}function d(p,w,b=!0){if(l(p)===!0)throw new Error("first arg must be private key");if(l(w)===!1)throw new Error("second arg must be public key");const y=r.fromBytes(p);return s.fromBytes(w).multiply(y).toBytes(b)}const f={isValidSecretKey:i,isValidPublicKey:o,randomSecretKey:a},g=Ni(a,c);return Object.freeze({getPublicKey:c,getSharedSecret:d,keygen:g,Point:s,utils:f,lengths:n})}function Ui(s,e,r={}){Mr(e),Ht(r,{},{hmac:"function",lowS:"boolean",randomBytes:"function",bits2int:"function",bits2int_modN:"function"}),r=Object.assign({},r);const t=r.randomBytes||Fr,n=r.hmac||((x,m)=>ps(e,x,m)),{Fp:i,Fn:o}=s,{ORDER:a,BITS:c}=o,{keygen:l,getPublicKey:d,getSharedSecret:f,utils:g,lengths:p}=Wi(s,r),w={prehash:!0,lowS:typeof r.lowS=="boolean"?r.lowS:!0,format:"compact",extraEntropy:!1},b=a*gs<i.ORDER;function y(x){const m=a>>Je;return x>m}function I(x,m){if(!o.isValidNot0(m))throw new Error(`invalid signature ${x}: out of range 1..Point.Fn.ORDER`);return m}function C(){if(b)throw new Error('"recovered" sig type is not supported for cofactor >2 curves')}function H(x,m){qt(m);const S=p.signature,A=m==="compact"?S:m==="recovered"?S+1:void 0;return G(x,A)}class D{constructor(m,S,A){R(this,"r");R(this,"s");R(this,"recovery");if(this.r=I("r",m),this.s=I("s",S),A!=null){if(C(),![0,1,2,3].includes(A))throw new Error("invalid recovery id");this.recovery=A}Object.freeze(this)}static fromBytes(m,S=w.format){H(m,S);let A;if(S==="der"){const{r:P,s:$}=ke.toSig(G(m));return new D(P,$)}S==="recovered"&&(A=m[0],S="compact",m=m.subarray(1));const N=p.signature/2,k=m.subarray(0,N),M=m.subarray(N,N*2);return new D(o.fromBytes(k),o.fromBytes(M),A)}static fromHex(m,S){return this.fromBytes(ct(m),S)}assertRecovery(){const{recovery:m}=this;if(m==null)throw new Error("invalid recovery id: must be present");return m}addRecoveryBit(m){return new D(this.r,this.s,m)}recoverPublicKey(m){const{r:S,s:A}=this,N=this.assertRecovery(),k=N===2||N===3?S+a:S;if(!i.isValid(k))throw new Error("invalid recovery id: sig.r+curve.n != R.x");const M=i.toBytes(k),P=s.fromBytes(Oe(xs((N&1)===0),M)),$=o.inv(k),B=F(G(m,void 0,"msgHash")),j=o.create(-B*$),K=o.create(A*$),W=s.BASE.multiplyUnsafe(j).add(P.multiplyUnsafe(K));if(W.is0())throw new Error("invalid recovery: point at infinify");return W.assertValidity(),W}hasHighS(){return y(this.s)}toBytes(m=w.format){if(qt(m),m==="der")return ct(ke.hexFromSig(this));const{r:S,s:A}=this,N=o.toBytes(S),k=o.toBytes(A);return m==="recovered"?(C(),Oe(Uint8Array.of(this.assertRecovery()),N,k)):Oe(N,k)}toHex(m){return Xe(this.toBytes(m))}}const q=r.bits2int||function(m){if(m.length>8192)throw new Error("input is too large");const S=ht(m),A=m.length*8-c;return A>0?S>>BigInt(A):S},F=r.bits2int_modN||function(m){return o.create(q(m))},ne=Ut(c);function U(x){return gi("num < 2^"+c,x,Ae,ne),o.toBytes(x)}function z(x,m){return G(x,void 0,"message"),m?G(e(x),void 0,"prehashed message"):x}function O(x,m,S){const{lowS:A,prehash:N,extraEntropy:k}=Jt(S,w);x=z(x,N);const M=F(x),P=o.fromBytes(m);if(!o.isValidNot0(P))throw new Error("invalid private key");const $=[U(P),U(M)];if(k!=null&&k!==!1){const W=k===!0?t(p.secretKey):k;$.push(G(W,void 0,"extraEntropy"))}const B=Oe(...$),j=M;function K(W){const Q=q(W);if(!o.isValidNot0(Q))return;const ie=o.inv(Q),de=s.BASE.multiply(Q).toAffine(),J=o.create(de.x);if(J===Ae)return;const oe=o.create(ie*o.create(j+J*P));if(oe===Ae)return;let $s=(de.x===J?0:2)|Number(de.y&Je),Ws=oe;return A&&y(oe)&&(Ws=o.neg(oe),$s^=1),new D(J,Ws,b?void 0:$s)}return{seed:B,k2sig:K}}function v(x,m,S={}){const{seed:A,k2sig:N}=O(x,m,S);return mi(e.outputLen,o.BYTES,n)(A,N).toBytes(S.format)}function E(x,m,S,A={}){const{lowS:N,prehash:k,format:M}=Jt(A,w);if(S=G(S,void 0,"publicKey"),m=z(m,k),!Lt(x)){const P=x instanceof D?", use sig.toBytes()":"";throw new Error("verify expects Uint8Array signature"+P)}H(x,M);try{const P=D.fromBytes(x,M),$=s.fromBytes(S);if(N&&P.hasHighS())return!1;const{r:B,s:j}=P,K=F(m),W=o.inv(j),Q=o.create(K*W),ie=o.create(B*W),de=s.BASE.multiplyUnsafe(Q).add($.multiplyUnsafe(ie));return de.is0()?!1:o.create(de.x)===B}catch{return!1}}function T(x,m,S={}){const{prehash:A}=Jt(S,w);return m=z(m,A),D.fromBytes(x,"recovered").recoverPublicKey(m).toBytes()}return Object.freeze({keygen:l,getPublicKey:d,getSharedSecret:f,utils:g,lengths:p,Point:s,sign:v,verify:E,recoverPublicKey:T,Signature:D,hash:e})}/*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) */const Vt={p:BigInt("0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffefffffc2f"),n:BigInt("0xfffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364141"),h:BigInt(1),a:BigInt(0),b:BigInt(7),Gx:BigInt("0x79be667ef9dcbbac55a06295ce870b07029bfcdb2dce28d959f2815b16f81798"),Gy:BigInt("0x483ada7726a3c4655da4fbfc0e1108a8fd17b448a68554199c47d08ffb10d4b8")},Hi={beta:BigInt("0x7ae96a2b657c07106e64479eac3434e99cf0497512f58995c1396c28719501ee"),basises:[[BigInt("0x3086d221a7d46bcde86c90e49284eb15"),-BigInt("0xe4437ed6010e88286f547fa90abfe4c3")],[BigInt("0x114ca50f7a8e2f3f657c1108d9d44cfd8"),BigInt("0x3086d221a7d46bcde86c90e49284eb15")]]},ws=BigInt(2);function Bi(s){const e=Vt.p,r=BigInt(3),t=BigInt(6),n=BigInt(11),i=BigInt(22),o=BigInt(23),a=BigInt(44),c=BigInt(88),l=s*s*s%e,d=l*l*s%e,f=ue(d,r,e)*d%e,g=ue(f,r,e)*d%e,p=ue(g,ws,e)*l%e,w=ue(p,n,e)*p%e,b=ue(w,i,e)*w%e,y=ue(b,a,e)*b%e,I=ue(y,c,e)*y%e,C=ue(I,a,e)*b%e,H=ue(C,r,e)*d%e,D=ue(H,o,e)*w%e,q=ue(D,t,e)*l%e,F=ue(q,ws,e);if(!zt.eql(zt.sqr(F),s))throw new Error("Cannot find square root");return F}const zt=pt(Vt.p,{sqrt:Bi}),Fi=Ui($i(Vt,{Fp:zt,endo:Hi}),fi),Ki=BigInt(0),Ze=BigInt(1),Gi=BigInt(2),qi=BigInt(7),Ji=BigInt(256),Vi=BigInt(113),ys=[],bs=[],Ss=[];for(let s=0,e=Ze,r=1,t=0;s<24;s++){[r,t]=[t,(2*r+3*t)%5],ys.push(2*(5*t+r)),bs.push((s+1)*(s+2)/2%64);let n=Ki;for(let i=0;i<7;i++)e=(e<<Ze^(e>>qi)*Vi)%Ji,e&Gi&&(n^=Ze<<(Ze<<BigInt(i))-Ze);Ss.push(n)}const vs=ii(Ss,!0),zi=vs[0],Yi=vs[1],Es=(s,e,r)=>r>32?ci(s,e,r):oi(s,e,r),Is=(s,e,r)=>r>32?li(s,e,r):ai(s,e,r);function ji(s,e=24){const r=new Uint32Array(10);for(let t=24-e;t<24;t++){for(let o=0;o<10;o++)r[o]=s[o]^s[o+10]^s[o+20]^s[o+30]^s[o+40];for(let o=0;o<10;o+=2){const a=(o+8)%10,c=(o+2)%10,l=r[c],d=r[c+1],f=Es(l,d,1)^r[a],g=Is(l,d,1)^r[a+1];for(let p=0;p<50;p+=10)s[o+p]^=f,s[o+p+1]^=g}let n=s[2],i=s[3];for(let o=0;o<24;o++){const a=bs[o],c=Es(n,i,a),l=Is(n,i,a),d=ys[o];n=s[d],i=s[d+1],s[d]=c,s[d+1]=l}for(let o=0;o<50;o+=10){for(let a=0;a<10;a++)r[a]=s[o+a];for(let a=0;a<10;a++)s[o+a]^=~r[(a+2)%10]&r[(a+4)%10]}s[0]^=zi[t],s[1]^=Yi[t]}Ge(r)}class Yt{constructor(e,r,t,n=!1,i=24){R(this,"state");R(this,"pos",0);R(this,"posOut",0);R(this,"finished",!1);R(this,"state32");R(this,"destroyed",!1);R(this,"blockLen");R(this,"suffix");R(this,"outputLen");R(this,"enableXOF",!1);R(this,"rounds");if(this.blockLen=e,this.suffix=r,this.outputLen=t,this.enableXOF=n,this.rounds=i,Ee(t,"outputLen"),!(0<e&&e<200))throw new Error("only keccak-f1600 function is supported");this.state=new Uint8Array(200),this.state32=Yn(this.state)}clone(){return this._cloneInto()}keccak(){Wr(this.state32),ji(this.state32,this.rounds),Wr(this.state32),this.posOut=0,this.pos=0}update(e){Ke(this),G(e);const{blockLen:r,state:t}=this,n=e.length;for(let i=0;i<n;){const o=Math.min(r-this.pos,n-i);for(let a=0;a<o;a++)t[this.pos++]^=e[i++];this.pos===r&&this.keccak()}return this}finish(){if(this.finished)return;this.finished=!0;const{state:e,suffix:r,pos:t,blockLen:n}=this;e[t]^=r,r&128&&t===n-1&&this.keccak(),e[n-1]^=128,this.keccak()}writeInto(e){Ke(this,!1),G(e),this.finish();const r=this.state,{blockLen:t}=this;for(let n=0,i=e.length;n<i;){this.posOut>=t&&this.keccak();const o=Math.min(t-this.posOut,i-n);e.set(r.subarray(this.posOut,this.posOut+o),n),this.posOut+=o,n+=o}return e}xofInto(e){if(!this.enableXOF)throw new Error("XOF is not possible for this instance");return this.writeInto(e)}xof(e){return Ee(e),this.xofInto(new Uint8Array(e))}digestInto(e){if($r(e,this),this.finished)throw new Error("digest() was already called");return this.writeInto(e),this.destroy(),e}digest(){return this.digestInto(new Uint8Array(this.outputLen))}destroy(){this.destroyed=!0,Ge(this.state)}_cloneInto(e){const{blockLen:r,suffix:t,outputLen:n,rounds:i,enableXOF:o}=this;return e||(e=new Yt(r,t,n,o,i)),e.state32.set(this.state32),e.pos=this.pos,e.posOut=this.posOut,e.finished=this.finished,e.rounds=i,e.suffix=t,e.outputLen=n,e.enableXOF=o,e.destroyed=this.destroyed,e}}const As=((s,e,r,t={})=>Br(()=>new Yt(e,s,r),t))(1,136,32),Xi=60;class Zi{constructor(){this.jwks=null}setJWKSEndpoint(e){try{this.jwks=Jn(new URL(e)),u.log("[CROSSx] JWKS 엔드포인트 설정:",e)}catch(r){u.warn("[CROSSx] JWKS 엔드포인트 URL 파싱 실패:",r)}}async verifyJWT(e,r){try{const t=this.decodeJWT(e);u.log("[CROSSx] JWT 디코딩 성공:",{sub:t.sub,exp:t.exp,iat:t.iat});const n=Math.floor(Date.now()/1e3);if(t.exp&&t.exp+Xi<n)return u.warn("[CROSSx] 토큰 만료:",{exp:t.exp,now:n,만료시간:new Date(t.exp*1e3).toISOString()}),{payload:t,valid:!1,signatureVerified:!1};if(!t.sub)return u.warn("[CROSSx] JWT에 sub(사용자ID) 없음"),{payload:t,valid:!1,signatureVerified:!1};if(this.jwks)try{const{payload:i}=await $n(e,this.jwks,{algorithms:["RS256","ES256"]});return u.log("[CROSSx] JWT 서명 검증 성공"),{payload:i,valid:!0,signatureVerified:!0}}catch(i){if(i instanceof Error&&(i.name==="JWSSignatureVerificationFailed"||i.name==="JWTClaimValidationFailed"))return u.error("[CROSSx] JWT 서명 검증 실패:",i),{payload:t,valid:!1,signatureVerified:!1};u.warn("[CROSSx] JWKS 엔드포인트 접근 불가 — 서명 미검증 모드로 전환")}return u.log("[CROSSx] JWT 검증 성공 (서명 미검증 — JWKS 미설정 또는 접근 불가)"),{payload:t,valid:!0,signatureVerified:!1}}catch(t){throw u.error("[CROSSx] JWT 검증 중 에러:",t),t}}decodeJWT(e){return zn(e)}recoverPersonalSignSigner(e,r){const t=new TextEncoder().encode(e),n=new TextEncoder().encode(`Ethereum Signed Message:
|
|
6
|
-
${t.length}`),i=new Uint8Array(n.length+t.length);i.set(n,0),i.set(t,n.length);const o=As(i),a=r.startsWith("0x")?r.slice(2):r;if(a.length!==130)throw new Error(`서명 길이가 유효하지 않습니다: 130 hex 문자 예상, 현재 ${a.length}`);const c=Qi(a),l=c.slice(0,32),d=c.slice(32,64),f=c[64],g=f>=27?f-27:f,b=new Fi.Signature(Ts(l),Ts(d)).addRecoveryBit(g).recoverPublicKey(o).toBytes(!1).slice(1),y=As(b);return"0x"+Xe(y.slice(12))}}function Qi(s){const e=new Uint8Array(s.length/2);for(let r=0;r<e.length;r++)e[r]=parseInt(s.substring(r*2,r*2+2),16);return e}function Ts(s){let e="0x";for(const r of s)e+=r.toString(16).padStart(2,"0");return BigInt(e)}const eo=3e4,to=1e3;class ro{async request(e){const r=e.retries??0;for(let t=0;t<=r;t++){try{const n=await this._doRequest(e);if(n.status<500||t===r)return n}catch(n){if(t===r)throw n}await new Promise(n=>setTimeout(n,to*2**t))}throw new Error("Unexpected: retry loop exited without result")}async _doRequest(e){const r=new AbortController,t=setTimeout(()=>r.abort(),e.timeoutMs??eo);try{const n=await fetch(e.url,{method:e.method,headers:e.headers,body:e.body?JSON.stringify(e.body):void 0,signal:r.signal,credentials:e.credentials});let i;const o=await n.text();try{i=o?JSON.parse(o):null}catch{i={_raw:o}}return{status:n.status,data:i,headers:Object.fromEntries(n.headers.entries())}}finally{clearTimeout(t)}}}const so=new Set(["https://cross-wallet-oauth.crosstoken.io","https://stg-cross-wallet-oauth.crosstoken.io","https://dev-cross-wallet-oauth.crosstoken.io"]);class Me{static generateRandom16Hex(){const e=new Uint8Array(16);return crypto.getRandomValues(e),Array.from(e,r=>r.toString(16).padStart(2,"0")).join("")}static parseJwtPayload(e){const r=e.split(".");if(r.length<2)throw new Error("Invalid JWT format");const t=(r[1]??"").replace(/-/g,"+").replace(/_/g,"/"),n=atob(t);return JSON.parse(n)}static async sha256Hex(e){const r=new TextEncoder().encode(e),t=await crypto.subtle.digest("SHA-256",r);return Array.from(new Uint8Array(t),n=>n.toString(16).padStart(2,"0")).join("")}static async verifyIdTokenNonce(e,r){const t=Me.parseJwtPayload(e),n=t.nonce,i=typeof t.iss=="string"?t.iss:"(unknown)";if(u.log("[CROSSx] nonce 검증 시작 —",{iss:i,nonceClaimType:typeof n,nonceClaimPresent:typeof n=="string"&&n!=="",appleNonceSupported:t.nonce_supported??"(field absent)"}),i.includes("securetoken.google.com")){u.log("[CROSSx] Firebase ID Token 감지 — nonce 검증 skip.","서버 측에서 Google/Apple nonce 검증이 완료된 것으로 간주합니다.");return}if(typeof n!="string"||n===""){u.warn("[CROSSx] nonce claim 누락 — nonce 검증 skip.",{iss:i,keys:Object.keys(t)});return}if(i.includes("appleid.apple.com")){const o=await Me.sha256Hex(r);if(u.log("[CROSSx] Apple nonce 검증 —",{expectedHashLength:o.length,receivedHashLength:n.length,match:n===o}),n!==o)throw new Error("ID Token nonce 불일치 — replay attack 가능성이 있습니다")}else if(u.log("[CROSSx] Google nonce 검증 —",{expectedLength:r.length,receivedLength:n.length,match:n===r}),n!==r)throw new Error("ID Token nonce 불일치 — replay attack 가능성이 있습니다");u.log("[CROSSx] nonce 검증 성공 —",{iss:i})}openAuth(e){return new Promise((r,t)=>{const n=Math.max(e.width??500,500),i=Math.max(e.height??700,700),o=window.screenX+(window.outerWidth-n)/2,a=window.screenY+(window.outerHeight-i)/2,c=Me.generateRandom16Hex(),l=Me.generateRandom16Hex(),d=e.authUrl.includes("?")?"&":"?",f=`${e.authUrl}${d}state=${c}&nonce=${l}`;u.log("[CROSSx] OAuth 팝업 열기 — state, nonce 생성 완료:",{stateLength:c.length,nonceLength:l.length,authUrlBase:e.authUrl});const g=window.open(f,"CROSSx OAuth",`width=${n},height=${i},left=${o},top=${a}`);if(!g){t(new Error("팝업 창을 열 수 없습니다. 팝업 차단을 해제해 주세요."));return}const p=setTimeout(()=>{u.warn("[CROSSx] OAuth 타임아웃 (5분) — postMessage를 수신하지 못했습니다"),D(),t(new Error("Authentication timeout"))},5*60*1e3),w=10,b=30;let y=0,I=null;const C=()=>{clearInterval(H),u.warn("[CROSSx] COOP 감지 — OAuth 서버 응답을 "+b+"초간 대기합니다"),I=setTimeout(()=>{D(),t(new Error("OAuth 서버로부터 응답을 받지 못했습니다. 브라우저 보안 정책(COOP)으로 인해 팝업 통신이 차단되었을 수 있습니다. 다시 시도해 주세요."))},b*1e3)},H=setInterval(()=>{y++;try{g.closed&&(y<=w?C():(D(),t(new Error("로그인이 취소되었습니다"))))}catch{C()}},1e3),D=()=>{clearTimeout(p),clearInterval(H),I&&clearTimeout(I),window.removeEventListener("message",q)},q=F=>{if(F.origin!==e.expectedOrigin)return;if(!so.has(F.origin)){u.error("[CROSSx] postMessage origin이 허용 목록에 없음:",F.origin),D(),t(new Error("Unauthorized OAuth origin"));return}D();const ne=typeof F.data.status=="string",U=ne?F.data.data??{}:F.data;u.log("[CROSSx] OAuth postMessage 수신 —",{format:ne?"wrapped":"flat",status:ne?F.data.status:"(flat)"});const z=(U==null?void 0:U.state)??F.data.state;if(!z||z!==c){t(new Error("OAuth state mismatch — possible CSRF attack"));return}if(ne&&F.data.status!=="success"){u.error("[CROSSx] OAuth 실패:",U==null?void 0:U.error),t(new Error((U==null?void 0:U.error)||"Authentication failed"));return}if(!ne&&(U!=null&&U.error)){u.error("[CROSSx] OAuth 실패:",U.error),t(new Error(U.error||"Authentication failed"));return}const O=U==null?void 0:U.idToken,v=U==null?void 0:U.accessToken,E=v??O,T=(U==null?void 0:U.email)||void 0;if(u.log("[CROSSx] OAuth 토큰 수신:",{hasAccessToken:!!v,hasIdToken:!!O,hasEmail:!!T}),!E){u.error("[CROSSx] 토큰을 찾을 수 없음:",F.data),t(new Error("Token not found in response"));return}const x={token:E,email:T},m=S=>{Me.verifyIdTokenNonce(S,l).then(()=>r(x)).catch(A=>{u.error("[CROSSx] nonce 검증 실패:",A),t(A instanceof Error?A:new Error("nonce verification failed"))})};v?v.split(".").length===3?m(v):O?m(O):(u.warn("[CROSSx] opaque accessToken만 수신 (idToken 없음) — nonce 검증 불가.","서버 측 nonce 검증이 필요합니다."),r(x)):O?m(O):t(new Error("Token not found in response"))};window.addEventListener("message",q)})}}const Qe="crossx_wallet_data",Ve="crossx_mock_pin_hash";class no{constructor(e,r){this.storage=e,this.pinStore=r??null}async checkWallet(){if(this.migrateScenario!==void 0)return u.log("[Mock] checkWallet → migration_required"),"migration_required";const r=await this.storage.get(Qe)?"exists":"not_found";return u.log(`[Mock] checkWallet → ${r}`),r}async getOrCreateWallet(e){var r;try{const t=await this.storage.get(Qe);if(t)return t;const n={id:e,address:this.generateMockEvmAddress(),derivationPath:"m/44'/60'/0'/0/0",createdAt:Date.now()};await this.storage.set(Qe,n);const i=(r=this.pinStore)==null?void 0:r.get();return i&&(await this.storage.set(Ve,i),u.log("[Mock] 지갑 생성 — PIN 저장됨")),n}catch(t){throw new _(h.WALLET_CREATION_FAILED,"지갑 생성에 실패했습니다",t)}}async getAddresses(e){const r=await this.storage.get(Qe);return r?[{address:r.address,index:0}]:[]}async getAddress(e,r){return{address:this.generateMockEvmAddress(),derivationPath:`m/44'/60'/0'/0/${r}`}}async prepare(e,r){const t="mock-"+crypto.randomUUID();return u.log(`[Mock] prepare action=${e} → uuid=${t}`),{uuid:t,expiresAt:new Date(Date.now()+3e5).toISOString()}}async signMessage(e,r,t,n=0,i,o){return u.log(`[Mock] signMessage chainId=${r} index=${n} uuid=${i} from=${o}: "${t}"`),{chainId:r,signature:this.generateMockSignature(),format:"hex"}}async signTypedData(e,r,t,n=0,i,o){return u.log(`[Mock] signTypedData chainId=${r} index=${n} uuid=${i} from=${o}`),{chainId:r,signature:this.generateMockSignature(),format:"hex"}}async signTransaction(e,r,t,n=0,i){u.log(`[Mock] signTransaction chainId=${r} index=${n} uuid=${i}:`,t);const o="0x"+Array(64).fill(0).map(()=>Math.floor(Math.random()*16).toString(16)).join("");return{chainId:r,signature:this.generateMockSignature(),txHash:o,format:"hex"}}async sendTransaction(e,r,t,n){return u.log(`[Mock] sendTransaction chainId=${r} uuid=${n}:`,t),{txHash:"0x"+Array(64).fill(0).map(()=>Math.floor(Math.random()*16).toString(16)).join("")}}async verifyPin(e){var t;if(u.log("[Mock] verifyPin"),this.pinScenario==="wrong")return!1;const r=await this.storage.get(Ve);return r&&r!==e?!1:(r||await this.storage.set(Ve,e),(t=this.pinStore)==null||t.set(e),u.log("[Mock] verifyPin → 성공"),!0)}async changePin(e,r){var i;if(u.log("[Mock] changePin"),this.pinScenario==="wrong")throw new _(h.PIN_WRONG,"Incorrect PIN.");const t=(i=this.pinStore)==null?void 0:i.get(),n=await this.storage.get(Ve);if(n&&t&&n!==t)throw new _(h.PIN_WRONG,"Incorrect PIN.");await this.storage.set(Ve,r),u.log("[Mock] changePin 완료")}async migrateWallet(e,r){var i;if(u.log(`[Mock] migrateWallet pin=${e} sub=${r}`),this.migrateScenario==="wrong_pin")throw new _(h.MIGRATION_FAILED,"Incorrect PIN.",{permanent:!1,lockExpiresAt:0,remainingAttempts:4,maxAttempts:5});if(this.migrateScenario!==void 0&&typeof this.migrateScenario=="object"&&"locked"in this.migrateScenario){const a={permanent:!1,lockExpiresAt:Math.floor(Date.now()/1e3)+1800,remainingAttempts:0,maxAttempts:5,...this.migrateScenario.locked};throw new _(h.MIGRATION_PIN_LOCKED,"Too many incorrect PIN attempts. Your account has been temporarily locked.",a)}const t={id:r,address:this.generateMockEvmAddress(),derivationPath:"m/44'/60'/0'/0/0",createdAt:Date.now()};await this.storage.set(Qe,t);const n=(i=this.pinStore)==null?void 0:i.get();return n&&(await this.storage.set(Ve,n),u.log("[Mock] 마이그레이션 — PIN 저장됨")),t}async getShareC(){return u.log("[Mock] getShareC"),"mock-share-c-"+crypto.randomUUID()}async verifyRecoveryPin(e,r){return u.log("[Mock] verifyRecoveryPin"),{valid:!0}}generateMockEvmAddress(){return"0x"+Array(40).fill(0).map(()=>Math.floor(Math.random()*16).toString(16)).join("")}generateMockSignature(){return"0x"+Array(130).fill(0).map(()=>Math.floor(Math.random()*16).toString(16)).join("")}}class $e{constructor(e,r,t,n,i){this._refreshPromise=null,this._walletStatusCache=null,this.adapterConfig=e,this.projectId=e.projectId,this.storage=r,this.transport=t,this.tokenStore=n,this.pinStore=i??null}setOnUnauthorized(e){this._onUnauthorized=e}setTokenRefresher(e){this._onTokenRefresh=e}getPin(){var e;return((e=this.pinStore)==null?void 0:e.get())??void 0}get baseUrl(){return this.adapterConfig.gatewayUrl}async ensureValidToken(){const e=this.tokenStore.get();if(e&&!this.tokenStore.isExpiringSoon(hr))return e;const r=!e||this.tokenStore.isExpiringSoon(hr);if(this._onTokenRefresh){if(await this.deduplicatedRefresh()){const n=this.tokenStore.get();if(n)return n}if(r)throw new _(h.SESSION_EXPIRED,"인증 세션이 만료되었습니다. 다시 로그인해 주세요.")}if(e)return u.warn("[CROSSx] 토큰 갱신 실패 — 기존 토큰으로 요청 시도"),e;throw new _(h.SESSION_EXPIRED,"인증 세션이 만료되었습니다. 다시 로그인해 주세요.")}deduplicatedRefresh(){return this._refreshPromise?this._refreshPromise:(u.log("[CROSSx] 토큰 만료 임박/만료 — 자동 갱신 시도"),this._refreshPromise=this._onTokenRefresh().finally(()=>{this._refreshPromise=null}),this._refreshPromise)}async request(e,r,t,n=!1){var c,l,d,f;const i=await this.ensureValidToken(),o=`${this.baseUrl}${r}`,a={Authorization:`Bearer ${i}`,"Content-Type":"application/json","X-Project-Id":this.projectId};try{const p=(await this.transport.request({url:o,method:e,headers:a,body:t??void 0})).data;if(p&&typeof p.code=="number"){if(p.code<0||p.code>=400){const w=p.message||p.data||"API 요청에 실패했습니다";u.error("[CROSSx] Wallet Gateway API 에러 (HTTP 200):",{code:p.code,message:w,url:o,method:e});const b=$e.mapGatewayError(p.code,p.data);if(b===h.AUTH_NOT_AUTHENTICATED&&!n&&this._onTokenRefresh){if(u.warn("[CROSSx] Gateway -10002 감지 — 토큰 갱신 후 재시도"),await this.deduplicatedRefresh())return this.request(e,r,t,!0);throw new _(h.SESSION_EXPIRED,"인증 세션이 만료되었습니다. 다시 로그인해 주세요.")}if(b===h.USER_NOT_FOUND)throw u.warn("[CROSSx] Gateway -10033 감지 — 유저 미존재, 강제 로그아웃"),(c=this._onUnauthorized)==null||c.call(this),new _(h.USER_NOT_FOUND,$e.getGatewayErrorMessage(p.code,w));const y=b===h.AUTH_NOT_AUTHENTICATED?h.SESSION_EXPIRED:b,I=y===h.SESSION_EXPIRED?"인증 세션이 만료되었습니다. 다시 로그인해 주세요.":$e.getGatewayErrorMessage(p.code,w),C=p.data,H=b===h.PIN_LOCKED?$e.extractLockDetails(C):C??void 0;throw new _(y,I,H)}return u.log("[CROSSx] Wallet Gateway API 성공:",{code:p.code,url:o,method:e}),p.data??p}return p}catch(g){if(g instanceof _)throw g;const p=((l=g.response)==null?void 0:l.status)??g.status;if((p===401||p===403)&&!n&&this._onTokenRefresh){if(u.warn(`[CROSSx] HTTP ${p} 감지 — 토큰 갱신 후 재시도`),await this.deduplicatedRefresh())return this.request(e,r,t,!0);throw new _(h.SESSION_EXPIRED,"인증 세션이 만료되었습니다. 다시 로그인해 주세요.")}if((d=g.response)!=null&&d.data){const w=g.response.data,b=w.message||w.data||"API 요청에 실패했습니다",y=w.code||"UNKNOWN";throw u.error("[CROSSx] Wallet Gateway API 에러 (HTTP 에러):",{code:y,message:b,url:o,method:e,status:(f=g.response)==null?void 0:f.status}),new _(h.UNKNOWN_ERROR,`Wallet Gateway 오류 (${y}): ${b}`)}throw g}}async checkWallet(){u.log("[CROSSx] GET /mnemonic/check");const e=await this.request("GET","/mnemonic/check");return u.log("[CROSSx] /mnemonic/check 결과:",e.result),this._walletStatusCache=e.result,e.result}async getOrCreateWallet(e){let r;if(this._walletStatusCache!==null?(r=this._walletStatusCache,this._walletStatusCache=null,u.log("[CROSSx] getOrCreateWallet — 캐시된 상태 사용:",r)):(u.log("[CROSSx] GET /mnemonic/check — 지갑 상태 확인"),r=await this.checkWallet(),this._walletStatusCache=null),r==="migration_required")throw u.log("[CROSSx] migration_required → MIGRATION_BACKUP_EXISTS throw"),new _(h.MIGRATION_BACKUP_EXISTS,"CROSSx 백업이 존재합니다. 마이그레이션을 진행해 주세요.");if(r==="exists"){u.log("[CROSSx] 기존 지갑 발견 — POST /mnemonic/address(0)로 주소 조회");const i=await this.getAddress(e,0);return u.log("[CROSSx] 주소 조회 완료 — address:",i.address),{id:e,address:i.address,derivationPath:"m/44'/60'/0'/0/0",createdAt:Date.now()}}u.log("[CROSSx] POST /mnemonic/create — 신규 지갑 생성");const t={ignoreBackup:!1,password:this.requirePin()},n=await this.request("POST","/mnemonic/create",t);return u.log("[CROSSx] /mnemonic/create 완료 — address:",n.address),{id:e,address:n.address,derivationPath:"m/44'/60'/0'/0/0",createdAt:Date.now()}}async getAddresses(e){return((await this.request("GET","/mnemonic/addresses")).addresses??[]).map(t=>({address:t.address,index:t.index}))}async getAddress(e,r){const t={password:this.requirePin(),index:r};return{address:(await this.request("POST","/mnemonic/address",t)).address,derivationPath:`m/44'/60'/0'/0/${r}`}}async prepare(e,r){let t;switch(e){case"sign":case"send":if(!r.tx)throw new _(h.TX_INVALID_PARAMS,"prepare: tx가 필요합니다");t={unsignedTx:this.buildUnsignedTx(r.tx)};break;case"sign-message":if(!r.message)throw new _(h.TX_INVALID_PARAMS,"prepare: message가 필요합니다");t={message:r.message},r.from&&(t.from=r.from);break;case"sign-typed-data":if(!r.typedData)throw new _(h.TX_INVALID_PARAMS,"prepare: typedData가 필요합니다");t={typedData:r.typedData},r.from&&(t.from=r.from);break}const n={action:e,params:t},i=await this.request("POST","/mnemonic/prepare",n);return{uuid:i.uuid,expiresAt:i.expiresAt}}async signMessage(e,r,t,n,i,o){const a={message:t,password:this.requirePin()};i&&(a.uuid=i),o&&(a.from=o);const c=await this.request("POST","/mnemonic/sign-message",a);return{chainId:r,signature:c.signature,format:"hex"}}async signTypedData(e,r,t,n,i,o){const a={typedData:t,password:this.requirePin()};i&&(a.uuid=i),o&&(a.from=o);const c=await this.request("POST",`/mnemonic/sign-typed-data/${encodeURIComponent(r)}`,a);return{chainId:r,signature:c.signature,format:"hex"}}buildUnsignedTx(e){return{from:e.from,to:e.to,value:e.value,data:e.data,nonce:e.nonce!==void 0?`0x${e.nonce.toString(16)}`:void 0,gasLimit:e.gasLimit,gasPrice:e.gasPrice,maxFeePerGas:e.maxFeePerGas,maxPriorityFeePerGas:e.maxPriorityFeePerGas,chainId:e.chainId!==void 0?`0x${e.chainId.toString(16)}`:void 0}}async signTransaction(e,r,t,n,i){const o={unsignedTx:this.buildUnsignedTx(t),password:this.requirePin()};i&&(o.uuid=i);const a=await this.request("POST",`/mnemonic/sign/${encodeURIComponent(r)}`,o);return{chainId:r,signature:a.signedTx,txHash:a.txHash,format:"hex"}}async sendTransaction(e,r,t,n){const i={unsignedTx:this.buildUnsignedTx(t),password:this.requirePin()};return n&&(i.uuid=n),{txHash:(await this.request("POST",`/mnemonic/send/${encodeURIComponent(r)}`,i)).txHash}}async migrateWallet(e,r){u.log("[CROSSx][Migration Phase 4] POST /mnemonic/migrate 호출");const t={recoveryPin:e,sub:r,password:this.requirePin()},n=await this.request("POST","/mnemonic/migrate",t);return u.log("[CROSSx][Migration Phase 4] /mnemonic/migrate 완료 — address:",n.address),{id:r,address:n.address,derivationPath:"m/44'/60'/0'/0/0",createdAt:Date.now()}}async withdrawWallet(e){const r={confirmation:e,password:this.requirePin()};await this.request("POST","/mnemonic/withdraw",r)}async verifyPin(e){const r={password:e};return(await this.request("POST","/mnemonic/verify-password",r)).valid}async changePin(e,r){const t={password:this.requirePin(),newPassword:r};await this.request("POST","/mnemonic/change-password",t)}async getShareC(){const e={password:this.requirePin()};return(await this.request("POST","/mnemonic/share-c",e)).shareC}async verifyRecoveryPin(e,r){const t={recoveryPin:e,sub:r};return this.request("POST","/mnemonic/verify-recovery-pin",t)}requirePin(){const e=this.getPin();if(!e)throw new _(h.PIN_NOT_SET,"PIN이 설정되지 않았습니다. PIN을 입력해 주세요.");return e}static extractLockDetails(e){const r=(e==null?void 0:e.lockStatus)??(e==null?void 0:e.lock_status)??e,t={},n=(r==null?void 0:r.lockExpiresAt)??(r==null?void 0:r.lock_expires_at);n&&(t.lockExpiresAt=n>1e10?n:n*1e3);const i=(r==null?void 0:r.remainingAttempts)??(r==null?void 0:r.remaining_attempts);typeof i=="number"&&(t.remainingAttempts=i);const o=(r==null?void 0:r.maxAttempts)??(r==null?void 0:r.max_attempts);return typeof o=="number"&&(t.maxAttempts=o),typeof(r==null?void 0:r.permanent)=="boolean"&&(t.permanent=r.permanent),t}static hasLockInfo(e){const r=(e==null?void 0:e.lockStatus)??(e==null?void 0:e.lock_status)??e;return!r||typeof r!="object"?!1:typeof r.remainingAttempts=="number"||typeof r.remaining_attempts=="number"||typeof r.maxAttempts=="number"||typeof r.max_attempts=="number"}static mapGatewayError(e,r){switch(e){case-10002:return h.AUTH_NOT_AUTHENTICATED;case-10001:return h.UNKNOWN_ERROR;case-10006:return h.GATEWAY_INTERNAL_ERROR;case-10007:return h.BROADCAST_FAILED;case-10008:return h.GATEWAY_LOCK_CONFLICT;case-10004:return h.WALLET_ALREADY_EXISTS;case-10005:return h.WALLET_NOT_FOUND;case-10011:return h.WALLET_NOT_FOUND;case-10030:return h.WALLET_INCONSISTENT_STATE;case-10010:return h.MIGRATION_FAILED;case-10012:return h.MIGRATION_BACKUP_EXISTS;case-10013:return h.WITHDRAW_FAILED;case-10033:return h.USER_NOT_FOUND;case-10027:return h.MIGRATION_PIN_LOCKED;case-10022:return h.PROJECT_NOT_REGISTERED;case-10023:return h.PROJECT_ID_MISSING;case-10024:return h.ORIGIN_NOT_ALLOWED;case-10025:return h.INVALID_APP_TYPE;case-10028:return $e.hasLockInfo(r)?h.PIN_LOCKED:h.PIN_WRONG;case-10029:return h.PIN_INVALID;case-10031:return h.PIN_LOCKED;case-10032:return h.PIN_REPEATED_PATTERN;case-10026:return h.TYPED_DATA_CHAIN_ID_MISMATCH;case-10014:case-10015:case-10019:return h.PREPARE_FAILED;case-10016:return h.PREPARE_EXPIRED;case-10017:case-10018:return h.PREPARE_MISMATCH;case-10020:return h.CHAIN_NOT_SUPPORTED;case-10021:return h.INVALID_CHAIN;case-10040:return h.HMAC_REQUIRED;case-10041:return h.HMAC_VERIFICATION_FAILED;default:return h.UNKNOWN_ERROR}}static getGatewayErrorMessage(e,r){switch(e){case-10002:return"Session expired. Please sign in again.";case-10004:return"Wallet already exists for this user.";case-10005:return"User wallet not found.";case-10006:return"Internal server error. Please try again later.";case-10007:return"Transaction broadcast failed. Please try again.";case-10008:return"Another operation is in progress. Please try again later.";case-10013:return"Withdraw failed. Please try again.";case-10022:return"Project is not whitelisted. Verify your projectId and register the current origin in the management console.";case-10023:return"Project ID is required. Set the projectId field in SDKConfig.";case-10024:return"Origin or App ID is required. Register the current domain or set X-App-Id header.";case-10025:return"Invalid app type. X-App-Type must be android, ios, or windows.";case-10026:return"Domain chainId mismatch: the chainId in typedData.domain does not match the request chainId.";case-10027:return"Too many incorrect PIN attempts. Your account has been temporarily locked.";case-10028:return"Incorrect PIN. Please try again.";case-10029:return"Sequential PIN is not allowed. Please choose a different PIN.";case-10030:return"Wallet is in an inconsistent state. Please contact support.";case-10031:return"Too many failed PIN attempts. Your account is temporarily locked.";case-10032:return"Repeated digit pattern is not allowed. Please choose a different PIN.";case-10033:return"User not found. You have been signed out.";case-10040:return"HMAC signature header is required.";case-10041:return"HMAC signature verification failed.";default:return`Request failed (${e}): ${r}`}}}class et{constructor(e,r){this.cache=new Map,this.loadedAt=0,this.usingFallback=!1,this.adapterConfig=e,this.projectId=e.projectId,this.transport=r}get baseUrl(){return this.adapterConfig.gatewayUrl}async getChains(){if(this.isCacheValid())return Array.from(this.cache.values());try{const e=await this.request("/chains");this.handleEnvelopeError(e);const r=e.data.chains;return this.populateCache(r,!1),r}catch{const e=et.fallbackChains();return this.populateCache(e,!0),e}}async getChain(e){const t=(await this.getChains()).find(n=>n.chainId===e);return t||this.fallbackOrThrow(e)}invalidateCache(){this.cache.clear(),this.loadedAt=0,this.usingFallback=!1}isCacheValid(){if(this.loadedAt===0)return!1;const e=this.usingFallback?tn:en;return e===0?!0:Date.now()-this.loadedAt<e}populateCache(e,r){this.cache.clear();for(const t of e)this.cache.set(t.chainId,t);this.loadedAt=Date.now(),this.usingFallback=r}async request(e){return(await this.transport.request({url:`${this.baseUrl}${e}`,method:"GET",headers:{"X-Project-Id":this.projectId}})).data}handleEnvelopeError(e){if(e.code<0){const r=typeof e.data=="string"?e.data:e.message??"체인 레지스트리 요청에 실패했습니다";throw new _(et.mapErrorCode(e.code),r)}}fallbackOrThrow(e){const r=et.fallbackChains().find(t=>t.chainId===e);if(r)return r;throw new _(h.CHAIN_NOT_SUPPORTED,`지원하지 않는 체인: ${e}`)}static fallbackChains(){return Object.values(tt).map(e=>({chainId:e.caipId,rpcUrl:e.rpcUrl}))}static mapErrorCode(e){switch(e){case-10020:return h.CHAIN_NOT_SUPPORTED;case-10021:return h.INVALID_CHAIN;case-10022:return h.PROJECT_NOT_REGISTERED;case-10023:return h.PROJECT_ID_MISSING;case-10024:return h.APP_IDENTIFIER_MISSING;case-10025:return h.INVALID_APP_TYPE;default:return h.UNKNOWN_ERROR}}}const Rs="__crossx-confirm-style",ee="__crossx-confirm-overlay",io={light:{bg:"#FFFFFF",border:"rgba(18,18,18,0.05)",titleColor:"#121212",subtitleColor:"rgba(18,18,18,0.7)",labelColor:"rgba(18,18,18,0.5)",valueColor:"#121212",pillBg:"rgba(18,18,18,0.05)",pillFromColor:"rgba(18,18,18,0.5)",pillAmtColor:"#121212",divider:"rgba(18,18,18,0.1)",closeColor:"#121212",closeHoverBg:"rgba(18,18,18,0.05)",copyColor:"rgba(18,18,18,0.5)",inputBg:"rgba(18,18,18,0.05)",inputBorder:"rgba(18,18,18,0.1)",hintColor:"rgba(18,18,18,0.5)",surfaceSubtle:"rgba(18,18,18,0.1)",primary:"#019D92",primaryGlow:"rgba(1,157,146,0.15)",secondary:"#E70077",errorColor:"#E70077",onPrimary:"#FFFFFF"},dark:{bg:"#121212",border:"rgba(255,255,255,0.05)",titleColor:"#FFFFFF",subtitleColor:"rgba(255,255,255,0.7)",labelColor:"rgba(255,255,255,0.5)",valueColor:"#FFFFFF",pillBg:"rgba(255,255,255,0.05)",pillFromColor:"rgba(255,255,255,0.5)",pillAmtColor:"#FFFFFF",divider:"rgba(255,255,255,0.1)",closeColor:"#FFFFFF",closeHoverBg:"rgba(255,255,255,0.05)",copyColor:"rgba(255,255,255,0.5)",inputBg:"rgba(255,255,255,0.05)",inputBorder:"rgba(255,255,255,0.1)",hintColor:"rgba(255,255,255,0.5)",surfaceSubtle:"rgba(255,255,255,0.1)",primary:"#019D92",primaryGlow:"rgba(1,157,146,0.15)",secondary:"#E70077",errorColor:"#E70077",onPrimary:"#FFFFFF"}};function Os(s,e){const r=io[s],t=e==null?void 0:e[s];return t?{...r,...t.primary!==void 0&&{primary:t.primary},...t.secondary!==void 0&&{secondary:t.secondary},...t.onPrimary!==void 0&&{onPrimary:t.onPrimary},...t.borderDefault!==void 0&&{border:t.borderDefault},...t.borderSubtle!==void 0&&{divider:t.borderSubtle,inputBorder:t.borderSubtle},...t.textIconPrimary!==void 0&&{titleColor:t.textIconPrimary,valueColor:t.textIconPrimary,pillAmtColor:t.textIconPrimary,closeColor:t.textIconPrimary},...t.textIconSecondary!==void 0&&{subtitleColor:t.textIconSecondary},...t.textIconTertiary!==void 0&&{labelColor:t.textIconTertiary,pillFromColor:t.textIconTertiary,copyColor:t.textIconTertiary,hintColor:t.textIconTertiary},...t.surfaceDefault!==void 0&&{pillBg:t.surfaceDefault,closeHoverBg:t.surfaceDefault,inputBg:t.surfaceDefault},...t.surfaceSubtle!==void 0&&{surfaceSubtle:t.surfaceSubtle},...t.bg!==void 0&&{bg:t.bg},...t.error!==void 0&&{errorColor:t.error}}:r}const oo=`
|
|
5
|
+
For security, you must continue with the same account.`,sessionAlert_title:"Session expired",sessionAlert_accountLabel:"Account",sessionAlert_appleAccount:"Apple account",sessionAlert_signOutButton:"Sign out",sessionAlert_signInAgainButton:"Sign in again"},Kr={ko:Fr,en:rs};function Se(r="en",e){return Kr[r]??rs}const ns="crossx_access_token",is="crossx_refresh_token",os="crossx_user_info",wt=class wt{constructor(e,s,t,n,i,o,a){this.config=e,this.storage=s,this.crypto=t,this.oauth=n,this.transport=i,this.walletProvider=o,this.tokenStore=a,this._refreshPromise=null,this._migrated=!1;const c=e.projectId;this.STORAGE_KEY_ACCESS_TOKEN=`crossx_${c}_access_token`,this.STORAGE_KEY_REFRESH_TOKEN=`crossx_${c}_refresh_token`,this.STORAGE_KEY_USER=`crossx_${c}_user_info`}get useCookieAuth(){return this.config.authMode==="cookie"}extractResponseErrorCode(e){if(e!=null&&e.code&&e.code!==200&&e.code>0)return{code:e.code,message:e.message??""};const s=e==null?void 0:e.data;if(typeof s=="object"&&s!==null&&"code"in s){const t=s;if(t.code&&t.code!==200&&t.code>0)return{code:t.code,message:t.message??""}}return null}checkResponseError(e,s){const t=this.extractResponseErrorCode(e);if(t)throw new g(h.AUTH_FAILED,`${s} 실패 (코드 ${t.code}): ${t.message}`)}async execute(e){let s,t;try{const n=e==null?void 0:e.provider;let i="/login";n==="google"?i="/google":n==="apple"&&(i="/apple");const{oauthServiceUrl:o}=this.config,a=`${o}${i}`;d.log(`[CROSSx] OAuth 팝업 열기 (${n||"일반"} 로그인)`);const c=await this.oauth.openAuth({authUrl:a,expectedOrigin:new URL(o).origin});s=c.token,t=c.email,d.log("[CROSSx] OAuth Firebase 토큰 받음 (length:",s.length,")"),t&&d.log("[CROSSx] OAuth 콜백 email:",t)}catch(n){d.error("[CROSSx] SignIn 에러 (OAuth 단계):",n);const i=n instanceof Error?n.message:"Sign in failed";throw/팝업|popup/i.test(i)?new g(h.OAUTH_POPUP_BLOCKED,i):new g(h.AUTH_FAILED,i)}return this.processFirebaseToken(s,t)}async executeWithOAuthToken(e){return d.log("[CROSSx] signInWithOAuthToken — Firebase 토큰 주입 (length:",e.length,")"),this.processFirebaseToken(e)}async processFirebaseToken(e,s){var i,o,a,c,l;let t,n=!1;try{const{authApiUrl:u}=this.config,{accessToken:f,refreshToken:_}=await this.exchangeFirebaseToken(e,u);let p,m,E;try{const T=this.crypto.decodeJWT(e);d.log("[CROSSx] Firebase JWT 필드:",Object.keys(T).join(", ")),m=(i=T.firebase)==null?void 0:i.sign_in_provider;const k=((o=T.firebase)==null?void 0:o.identities)??{};E=T.email??((a=k.email)==null?void 0:a[0]),m==="google.com"?p=(c=k["google.com"])==null?void 0:c[0]:m==="apple.com"&&(p=(l=k["apple.com"])==null?void 0:l[0]),d.log("[CROSSx] OAuth provider sub 추출 — provider:",m,"hasProviderSub:",!!p,"email:",E??"(없음)")}catch{d.warn("[CROSSx] firebaseToken에서 providerSub 추출 실패")}if(f){const T=this.crypto.decodeJWT(f);d.log("[CROSSx] access_token 디코딩 — sub:",T.sub,"exp:",T.exp,"필드:",Object.keys(T).join(", "));const k=await this.crypto.verifyJWT(f);if(n=k.signatureVerified??!1,!k.valid)throw d.error("[CROSSx] access_token 검증 실패"),new Error("유효하지 않은 access token");const B=k.payload,$=B.email??E??s;d.log("[CROSSx] email 소스 — CROSSx JWT:",B.email??"(없음)","/ Firebase JWT:",E??"(없음)","/ OAuth 콜백:",s??"(없음)","→",$??"(없음)"),t={id:B.sub,email:$,signInProvider:m,providerSub:p},this.tokenStore.set(f),this.useCookieAuth||(await this.storage.set(this.STORAGE_KEY_ACCESS_TOKEN,f),_&&this.config.secureStorageAvailable!==!1?await this.storage.set(this.STORAGE_KEY_REFRESH_TOKEN,_):_&&d.warn("[CROSSx] 안전한 스토리지 미사용 — refresh_token 영속 저장을 건너뜁니다"))}else{const T=this.crypto.decodeJWT(e);t={id:T.sub,email:T.email??s,signInProvider:m,providerSub:p},d.log("[CROSSx] Cookie 모드 — Firebase 토큰에서 사용자 정보 추출 — id:",t.id)}d.log("[CROSSx] 사용자 정보 — id:",t.id,"email:",t.email??"(없음)");const v=this.useCookieAuth?{id:t.id,email:t.email,signInProvider:t.signInProvider,providerSub:t.providerSub}:t;await this.storage.set(this.STORAGE_KEY_USER,v),d.log("[CROSSx] 사용자 정보 저장 완료 (authMode:",this.useCookieAuth?"cookie":"token",")")}catch(u){return d.error("[CROSSx] SignIn 에러 (토큰 교환 단계):",u),{success:!1,error:u instanceof Error?u.message:"Sign in failed"}}return d.log("[CROSSx][Migration Phase 1] 로그인 완료, 지갑 로드 시작 — userId:",t.id),this.loadWallet(t,n)}async exchangeFirebaseToken(e,s){const t=this.useCookieAuth,n=t?`${s}/cross-auth/social/login/cookie`:`${s}/cross-auth/social/login`;d.log("[CROSSx] Firebase 토큰 교환 요청");const i=await this.transport.request({url:n,method:"POST",headers:{"Content-Type":"application/json"},body:{auth_code:e,login_type:"firebase"},...t?{credentials:"include"}:{}});d.log("[CROSSx] 토큰 교환 응답 — status:",i.status);const o=i.data;this.checkResponseError(o,"Token exchange");const a=this.extractAccessToken(o);if(t&&!a)return d.log("[CROSSx] Cookie 모드 — 로그인 성공 (JWT는 HttpOnly 쿠키)"),{};if(!a)throw new g(h.AUTH_FAILED,"토큰 교환 응답에서 access_token을 찾을 수 없습니다");d.log("[CROSSx] access_token 교환 성공");let c;return t||(c=this.extractRefreshToken(o)),{accessToken:a,refreshToken:c}}extractAccessToken(e){const s=(e==null?void 0:e.data)??e;if(this.isJwtString(s))return s;if(typeof s=="object"&&s!==null){const t=s;if(this.isJwtString(t.data))return t.data;if(typeof t.data=="object"&&t.data!==null){const i=t.data,o=i.access_token??i.token;if(typeof o=="string")return o}const n=t.access_token??t.token;if(typeof n=="string")return n}}extractRefreshToken(e){const s=(e==null?void 0:e.data)??e;if(typeof s!="object"||s===null)return;const t=s;if(typeof t.data=="object"&&t.data!==null){const i=t.data,o=i.refresh_token??i.refresh;if(typeof o=="string")return o}const n=t.refresh_token??t.refresh;if(typeof n=="string")return n}isJwtString(e){return typeof e=="string"&&e.split(".").length===3}async restoreSession(){try{await this.migrateStorageKeys();const e=this.tokenStore.get();if(e){const t=await this.crypto.verifyJWT(e);if(t.valid){const n=await this.storage.get(this.STORAGE_KEY_USER);if(n)return d.log("[CROSSx] restoreSession — 메모리 토큰 유효, 세션 복원"),this.loadWallet(n,t.signatureVerified)}this.tokenStore.clear()}if(this.useCookieAuth){d.log("[CROSSx] restoreSession — 쿠키 기반 silentRefresh 시도");const t=await this.silentRefresh();t&&this.tokenStore.set(t)}else{const t=await this.storage.get(this.STORAGE_KEY_ACCESS_TOKEN),n=await this.storage.get(this.STORAGE_KEY_REFRESH_TOKEN);if(d.log("[CROSSx] restoreSession — access_token:",t?"있음":"없음","refresh_token:",n?"있음":"없음"),!n)return d.log("[CROSSx] restoreSession — refresh_token 없음, 세션 복원 생략"),null;t&&this.tokenStore.set(t);const i=await this.silentRefresh(n);d.log("[CROSSx] restoreSession — silentRefresh 결과:",i?"토큰 발급 성공":"토큰 없음"),i&&this.tokenStore.set(i)}const s=await this.storage.get(this.STORAGE_KEY_USER);if(d.log("[CROSSx] restoreSession — userInfo 조회:",s?`있음 (id: ${s.id})`:"없음"),!s)return null;d.log("[CROSSx] restoreSession — silentRefresh 성공, 세션 복원 — userId:",s.id);try{return await this.loadWallet(s,!1)}catch(t){return d.warn("[CROSSx] restoreSession — 지갑 로드 실패 (세션은 유지):",t),{success:!0,user:s,tokenSignatureVerified:!1}}}catch(e){const s=e instanceof g&&e.code===h.SESSION_EXPIRED;return d.log("[CROSSx] restoreSession —",s?"세션 만료 (재로그인 필요)":"세션 복원 실패:",e),this.tokenStore.clear(),s&&(this.useCookieAuth||await this.storage.remove(this.STORAGE_KEY_REFRESH_TOKEN),await this.storage.remove(this.STORAGE_KEY_USER)),null}}silentRefresh(e){return this._refreshPromise&&this._lastRefreshToken===e?this._refreshPromise:(this._lastRefreshToken=e,this._refreshPromise=this._doSilentRefresh(e).finally(()=>{this._refreshPromise=null,this._lastRefreshToken=void 0}),this._refreshPromise)}async _doSilentRefresh(e){const{authApiUrl:s}=this.config,t=this.useCookieAuth,n=`${s}/cross-auth/social/refresh/simple`,i={};if(!t){const u=this.tokenStore.get()??"";u&&(i.access_token=u),e&&(i.refresh_token=e)}const o=await this.transport.request({url:n,method:"POST",headers:{"Content-Type":"application/json"},body:i,...t?{credentials:"include"}:{}});d.log("[CROSSx] silentRefresh 응답 — status:",o.status);const a=o.data,c=this.extractResponseErrorCode(a);if(c){const u=wt.REFRESH_RELOGIN_CODES.has(c.code);throw new g(u?h.SESSION_EXPIRED:h.AUTH_FAILED,`토큰 갱신 실패 (코드 ${c.code}): ${c.message}`)}const l=this.extractAccessToken(a);if(t&&!l){d.log("[CROSSx] silentRefresh 성공 (cookie 갱신)");return}if(!l)throw new g(h.AUTH_FAILED,"토큰 자동 갱신 실패: 응답에 토큰이 없습니다");if(this.tokenStore.set(l),!t){await this.storage.set(this.STORAGE_KEY_ACCESS_TOKEN,l);const u=this.extractRefreshToken(a);u&&this.config.secureStorageAvailable!==!1&&await this.storage.set(this.STORAGE_KEY_REFRESH_TOKEN,u)}return d.log("[CROSSx] silentRefresh 성공"),l}async refreshAccessToken(){try{if(this.useCookieAuth)return!!await this.silentRefresh()||this.tokenStore.has();const e=await this.storage.get(this.STORAGE_KEY_REFRESH_TOKEN);return e?!!await this.silentRefresh(e):(d.warn("[CROSSx] refreshAccessToken: refresh_token 없음 — 갱신 불가"),!1)}catch(e){return e instanceof g&&e.code===h.SESSION_EXPIRED?(d.warn("[CROSSx] refreshAccessToken: 세션 만료 — 재로그인 필요"),this.tokenStore.clear(),this.useCookieAuth||await this.storage.remove(this.STORAGE_KEY_REFRESH_TOKEN)):d.warn("[CROSSx] refreshAccessToken 실패:",e),!1}}async executeWithJWT(e,s){let t,n=!1;try{let i=await this.crypto.verifyJWT(e);if(n=i.signatureVerified??!1,!i.valid){if(!s)return d.error("[CROSSx] signInWithJWT: access_token 검증 실패, refreshToken 없음"),{success:!1,error:"유효하지 않은 access token"};d.log("[CROSSx] signInWithJWT: access_token 만료, refreshToken으로 갱신 시도");const a=await this.silentRefresh(s);if(!a)return d.error("[CROSSx] signInWithJWT: silentRefresh 실패"),{success:!1,error:"access token이 만료되었고 갱신에 실패했습니다"};if(e=a,i=await this.crypto.verifyJWT(e),n=i.signatureVerified??!1,!i.valid)return d.error("[CROSSx] signInWithJWT: 갱신된 access_token도 유효하지 않음"),{success:!1,error:"갱신된 access token이 유효하지 않습니다"};d.log("[CROSSx] signInWithJWT: silentRefresh 성공, 새 access_token 사용")}const o=i.payload;d.log("[CROSSx] signInWithJWT — sub:",o.sub,"signatureVerified:",n),t={id:o.sub,email:o.email},this.tokenStore.set(e),this.useCookieAuth||(await this.storage.set(this.STORAGE_KEY_ACCESS_TOKEN,e),s&&this.config.secureStorageAvailable!==!1&&await this.storage.set(this.STORAGE_KEY_REFRESH_TOKEN,s)),await this.storage.set(this.STORAGE_KEY_USER,t),d.log("[CROSSx] signInWithJWT — 토큰 및 사용자 정보 저장 완료")}catch(i){return d.error("[CROSSx] signInWithJWT 에러:",i),{success:!1,error:i instanceof Error?i.message:"JWT sign in failed"}}return this.loadWallet(t,n)}async migrateStorageKeys(){if(!this._migrated){this._migrated=!0;try{const e=await this.storage.get(os);if(!e||await this.storage.get(this.STORAGE_KEY_USER))return;await this.storage.set(this.STORAGE_KEY_USER,e);const t=await this.storage.get(ns);t&&await this.storage.set(this.STORAGE_KEY_ACCESS_TOKEN,t);const n=await this.storage.get(is);n&&await this.storage.set(this.STORAGE_KEY_REFRESH_TOKEN,n),await this.storage.remove(os),await this.storage.remove(ns),await this.storage.remove(is),d.log("[CROSSx] 스토리지 키 마이그레이션 완료 (projectId 스코프)")}catch(e){d.warn("[CROSSx] 스토리지 키 마이그레이션 실패:",e)}}}async loadWallet(e,s){let t,n=!1;try{if(typeof this.walletProvider.checkWallet=="function"){d.log("[CROSSx] GET /mnemonic/check — 지갑 상태 확인 (비밀번호 불필요)");const i=await this.walletProvider.checkWallet();if(d.log("[CROSSx] 지갑 상태:",i),i==="migration_required")d.log("[CROSSx] migration_required → needsMigration = true"),n=!0;else if(i==="exists")try{const o=await this.walletProvider.getAddresses(e.id);o.length>0?(t=o[0].address,d.log("[CROSSx] 캐시된 주소 로드 완료 (비밀번호 불필요):",t)):d.log("[CROSSx] 주소 캐시 없음 — createWallet 단계에서 비밀번호 입력 후 로드")}catch(o){d.warn("[CROSSx] getAddresses 실패, createWallet 단계에서 재시도:",o)}}else d.log("[CROSSx] getOrCreateWallet 직접 호출 (폴백)"),t=(await this.walletProvider.getOrCreateWallet(e.id)).address,d.log("[CROSSx] 지갑 로드 완료 — address:",t)}catch(i){if(i instanceof g&&i.code===h.MIGRATION_BACKUP_EXISTS)d.log("[CROSSx] MIGRATION_BACKUP_EXISTS 감지 → needsMigration = true"),n=!0;else{if(i instanceof g&&(i.code===h.PROJECT_NOT_REGISTERED||i.code===h.PROJECT_ID_MISSING||i.code===h.ORIGIN_NOT_ALLOWED))throw d.error("[CROSSx] 프로젝트 설정 에러:",i.message),i;d.warn("[CROSSx] 지갑 상태 확인 실패 (로그인은 유지):",i)}}return d.log("[CROSSx] loadWallet 결과 — address:",t,"needsMigration:",n),{success:!0,address:t,user:e,needsMigration:n,tokenSignatureVerified:s}}};wt.REFRESH_RELOGIN_CODES=new Set([1007,1008]);let St=wt;class Gr{constructor(e,s,t){this.config=e,this.storage=s,this.tokenStore=t;const n=e.projectId;this.STORAGE_KEY_ACCESS_TOKEN=`crossx_${n}_access_token`,this.STORAGE_KEY_REFRESH_TOKEN=`crossx_${n}_refresh_token`,this.STORAGE_KEY_USER=`crossx_${n}_user_info`}async execute(){this.tokenStore.clear(),this.config.authMode!=="cookie"&&(await this.storage.remove(this.STORAGE_KEY_ACCESS_TOKEN),await this.storage.remove(this.STORAGE_KEY_REFRESH_TOKEN)),await this.storage.remove(this.STORAGE_KEY_USER),await this.storage.clear()}}class qr{constructor(e,s){this.storage=e,this.walletProvider=s}async execute(e,s){if(!this.walletProvider.migrateWallet)throw new g(h.NOT_IMPLEMENTED,"현재 환경에서는 마이그레이션이 지원되지 않습니다");d.log("[CROSSx][Migration Phase 4] MigrateWalletUseCase.execute() — pin 길이:",e.length,"sub:",s);const t=await this.walletProvider.migrateWallet(e,s);return d.log("[CROSSx][Migration Phase 5] MigrateWalletUseCase 완료 — address:",t.address),{address:t.address}}}class vt{constructor(){this.encryptedBytes=null,this.xorKey=null}set(e){this.clear();const s=new TextEncoder().encode(e),t=new Uint8Array(s.length);crypto.getRandomValues(t);const n=new Uint8Array(s.length);for(let i=0;i<s.length;i++)n[i]=s[i]^t[i];s.fill(0),this.xorKey=t,this.encryptedBytes=n}get(){if(!this.encryptedBytes||!this.xorKey)return null;const e=new Uint8Array(this.encryptedBytes.length);for(let t=0;t<this.encryptedBytes.length;t++)e[t]=this.encryptedBytes[t]^this.xorKey[t];const s=new TextDecoder().decode(e);return e.fill(0),s}clear(){var e,s;(e=this.encryptedBytes)==null||e.fill(0),(s=this.xorKey)==null||s.fill(0),this.encryptedBytes=null,this.xorKey=null}has(){return this.encryptedBytes!==null}}class Jr{constructor(e,s){this.chainRegistry=e,this.transport=s,this._nextId=1}async call(e,s,t){const n=await this.chainRegistry.getChain(t),i={jsonrpc:"2.0",method:e,params:s,id:this._nextId++},a=(await this.transport.request({url:n.rpcUrl,method:"POST",headers:{"Content-Type":"application/json"},body:i})).data;if(a!=null&&a.error)throw new g(h.UNKNOWN_ERROR,`RPC 오류 [${e}] (${t}): ${a.error.message} (코드: ${a.error.code})`);return a==null?void 0:a.result}}class Vr{constructor(){this.listeners=new Map}on(e,s){return this.listeners.has(e)||this.listeners.set(e,new Set),this.listeners.get(e).add(s),()=>this.off(e,s)}off(e,s){var t;(t=this.listeners.get(e))==null||t.delete(s)}emit(e,s){var t;(t=this.listeners.get(e))==null||t.forEach(n=>n(s))}removeAllListeners(){this.listeners.clear()}}var st={environment:"production"};const We={production:{oauthServiceUrl:"https://cross-wallet-oauth.crosstoken.io",authApiUrl:"https://cross-auth.crosstoken.io",walletGatewayUrl:"https://embedded-wallet-gateway.crosstoken.io/api/v1"},staging:{oauthServiceUrl:"https://stg-cross-wallet-oauth.crosstoken.io",authApiUrl:"https://stg-cross-auth.crosstoken.io",walletGatewayUrl:"https://stg-embedded-wallet-gateway.crosstoken.io/api/v1"},development:{oauthServiceUrl:"https://dev-cross-wallet-oauth.crosstoken.io",authApiUrl:"https://dev-cross-auth.crosstoken.io",walletGatewayUrl:"https://dev-embedded-wallet-gateway.crosstoken.io/api/v1"}};function zr(r){const e=r.environment;return e&&e in We?We[e]:null}function Yr(){try{if(typeof st<"u"){const r=typeof st=="string"?JSON.parse(st):st,e=zr(r);if(e)return e}}catch{}try{const r=process.env.NEXT_PUBLIC_CROSSX_ENVIRONMENT;if(r&&r in We)return We[r]}catch{}return We.production}const jr=2e3,as=6e4,Xr=1e3,Zr=1e4,Qr="0x77359400",cs="0x3B9ACA00",ls=130,ds=6,us=18,hs=3e4,en=5*60*1e3,tn=30*1e3;function ze(r,e="Apple account"){if(r.endsWith("@privaterelay.appleid.com"))return e;const s=r.indexOf("@");if(s<0)return"*".repeat(r.length||3);const t=r.substring(0,s),n=r.substring(s);return t.length<=1?`${t}${"*".repeat(Math.max(t.length,1))}${n}`:`${t[0]}${"*".repeat(t.length-1)}${n}`}const Z=class Z extends Vr{constructor(e,s,t,n,i,o,a,c,l,u,f){var _,p;super(),this.storage=t,this.crypto=n,this.transport=i,this.oauth=o,this.walletProvider=a,this.tokenStore=c,this.initialized=!1,this._initPromise=null,this.authenticated=!1,this.userId=null,this.address=null,this.activeWalletIndex=0,this.userEmail=null,this.loginType=null,this.providerSub=null,this.tokenSignatureVerified=!1,this._verifyPinMutex=null,this._themeMediaCleanup=null,this._isRecoveringSession=!1,this._config=Object.freeze({...e}),this.internalConfig=e,this.adapterConfig=s,e.logger&&ss(e.logger),this.confirmation=l,this.pinStore=f??new vt,this.chainRegistry=u,this.jsonRpc=new Jr(u,i),this.signInUseCase=new St(this.internalConfig,t,n,o,i,a,c),this.signOutUseCase=new Gr(this.internalConfig,t,c),this.migrateWalletUseCase=new qr(t,a),(_=a.setOnUnauthorized)==null||_.call(a,()=>this.forceLogout()),(p=a.setTokenRefresher)==null||p.call(a,()=>this.signInUseCase.refreshAccessToken()),e.autoDetectTheme&&this._setupAutoDetectTheme()}get config(){return this._config}async initialize(e){return this.initialized?this.authenticated?{success:!0,address:this.address??void 0}:null:this._initPromise?this._initPromise:(this._initPromise=this._doInitialize(e).finally(()=>{this._initPromise=null}),this._initPromise)}async _doInitialize(e){var s,t;d.log("[CROSSx SDK] v1.5.0 초기화 중..."),this.confirmation.setMessages(Se(this._config.locale));try{const n=Yr();this.internalConfig.oauthServiceUrl=n.oauthServiceUrl,this.internalConfig.authApiUrl=n.authApiUrl,this.internalConfig.walletGatewayUrl=n.walletGatewayUrl,this.adapterConfig.gatewayUrl=n.walletGatewayUrl,(t=(s=this.crypto).setJWKSEndpoint)==null||t.call(s,`${n.authApiUrl}/.well-known/jwks.json`);const i=await this.signInUseCase.restoreSession();if(i!=null&&i.success){this.applyAuthResult(i);try{await this.loadWalletAfterAuth(e==null?void 0:e.preferredWalletIndex)}catch(o){if(!(o instanceof g&&o.code===h.PIN_CANCELLED))throw o;d.log("[CROSSx] initialize: 비밀번호 입력 취소 — 지갑 미로드 상태로 계속")}}return this.initialized=!0,d.info("[CROSSx SDK] v1.5.0 초기화 완료"),this.emit("initialized",{restored:!!(i!=null&&i.success)}),i??null}catch(n){throw new g(h.AUTH_NOT_INITIALIZED,"SDK 초기화에 실패했습니다",n)}}async signIn(e){if(this.ensureInitialized(),this.authenticated)throw new g(h.ALREADY_AUTHENTICATED,"이미 로그인된 상태입니다. signOut()을 먼저 호출하세요.");let s=e;if(!(e!=null&&e.provider)){const t=await this.confirmation.showLoginSelector({showConnectOtherWallets:this._config.showConnectOtherWallets});if(t==="external")throw this.emit("connectExternalWallet",{}),new g(h.EXTERNAL_WALLET_REQUESTED,"User requested external wallet connection");if(t===null)return{success:!1,error:"User cancelled login"};s={...e,provider:t}}try{const t=await this.signInUseCase.execute(s);return t.success&&this.applyAuthResult(t),t}catch(t){throw t instanceof g?t:new g(h.AUTH_FAILED,"로그인에 실패했습니다",t)}}async signInWithCreate(e){const s=await this.signIn(e);if(!s.success)return{...s,addresses:[]};try{if(s.needsMigration||!s.address){const{address:i}=await this.createWallet(),o=await this.getAddresses(),a=await this.selectWalletIfMultiple(o);return{...s,address:(a==null?void 0:a.address)??i,needsMigration:!1,addresses:o}}const t=await this.getAddresses(),n=await this.selectWalletIfMultiple(t);return{...s,address:(n==null?void 0:n.address)??s.address,addresses:t}}catch(t){throw t instanceof g&&t.code===h.PIN_CANCELLED&&(d.log("[CROSSx] signInWithCreate: 비밀번호 설정 취소 — 자동 로그아웃 진행"),await this.signOut().catch(n=>d.warn("[CROSSx] signInWithCreate: 자동 로그아웃 실패",n))),t}}async signInWithOAuthToken(e){if(this.ensureInitialized(),this.authenticated)throw new g(h.ALREADY_AUTHENTICATED,"이미 로그인된 상태입니다. signOut()을 먼저 호출하세요.");try{const s=await this.signInUseCase.executeWithOAuthToken(e);return s.success&&this.applyAuthResult(s),s}catch(s){throw new g(h.AUTH_FAILED,"OAuth 토큰 로그인에 실패했습니다",s)}}async signInWithJWT(e,s){if(this.ensureInitialized(),this.authenticated)throw new g(h.ALREADY_AUTHENTICATED,"이미 로그인된 상태입니다. signOut()을 먼저 호출하세요.");try{const t=await this.signInUseCase.executeWithJWT(e,s);return t.success&&this.applyAuthResult(t),t}catch(t){throw new g(h.AUTH_FAILED,"JWT 로그인에 실패했습니다",t)}}async signOut(){this.ensureInitialized();try{await this.signOutUseCase.execute(),this.clearAuthState()}catch(e){throw new g(h.UNKNOWN_ERROR,"로그아웃에 실패했습니다",e)}}isAuthenticated(){return this.authenticated}async whenReady(){if(this.initialized)return!0;if(this._initPromise)try{return await this._initPromise,this.initialized}catch{return!1}return!1}get currentAddress(){return this.address}get currentUserId(){return this.userId}isLoggedIn(){return this.isAuthenticated()}async ensureLoggedIn(){if(!this.initialized)return!1;if(this.authenticated)return!0;try{const e=await this.signInUseCase.restoreSession();if(e!=null&&e.success){this.applyAuthResult(e);try{await this.loadWalletAfterAuth()}catch(s){s instanceof g&&s.code===h.PIN_CANCELLED||d.warn("[CROSSx] ensureLoggedIn: loadWalletAfterAuth 실패:",s)}return!0}return!1}catch{return!1}}async getUserInfo(){return this.ensureAuthenticated(),{id:this.userId,email:this.userEmail??void 0,loginType:this.loginType??void 0,addresses:this.address?[this.address]:[],tokenSignatureVerified:this.tokenSignatureVerified}}async migrateWallet(e){if(this.ensureAuthenticated(),!this.userId)throw new g(h.AUTH_NOT_AUTHENTICATED,"사용자 ID를 찾을 수 없습니다");try{const s=await this.migrateWalletUseCase.execute(e,this.userId);return this.address=s.address,this.activeWalletIndex=0,this.emit("addressChanged",{address:s.address,index:0}),d.log("[CROSSx] migrateWallet 완료 — address:",s.address),s}catch(s){throw s instanceof g?s:new g(h.MIGRATION_FAILED,"지갑 마이그레이션에 실패했습니다",s)}}async getAddress(e){if(e!==void 0){if(this.ensureAuthenticated(),!this.userId)throw new g(h.AUTH_NOT_AUTHENTICATED,"사용자 ID를 찾을 수 없습니다");return{address:(await this.walletProvider.getAddress(this.userId,e)).address,index:e}}return!this.authenticated||!this.address?null:{address:this.address,index:this.activeWalletIndex}}async getAddresses(){if(this.ensureAuthenticated(),!this.userId)return[];const e=await this.withSessionRecovery(()=>this.walletProvider.getAddresses(this.userId));return e.length===0&&this.address?[{address:this.address,index:0}]:e}async selectWallet(e){if(this.ensureAuthenticated(),!this.userId)throw new g(h.AUTH_NOT_AUTHENTICATED,"사용자 ID를 찾을 수 없습니다");let s=await this.withSessionRecovery(()=>this.walletProvider.getAddresses(this.userId));s.length===0&&this.address&&(s=[{address:this.address,index:0}]);const t=await this.confirmation.showWalletSelector(s,async()=>{await this.ensurePinForSigning();const n=s.length,o={address:(await this.withPinRetry(()=>this.withSessionRecovery(()=>this.walletProvider.getAddress(this.userId,n)))).address,index:n};return s.push(o),o},e);return t&&(this.address=t.address,this.activeWalletIndex=t.index,this.emit("addressChanged",{address:t.address,index:t.index})),t}async selectWalletIfMultiple(e){return e.length<2?null:this.selectWallet()}async getChains(){this.ensureInitialized();try{return await this.chainRegistry.getChains()}catch(e){throw e instanceof g?e:new g(h.UNKNOWN_ERROR,"체인 목록 조회에 실패했습니다",e)}}async getChain(e){this.ensureInitialized();try{return await this.chainRegistry.getChain(e)}catch(s){throw s instanceof g?s:new g(h.CHAIN_NOT_SUPPORTED,`체인 조회에 실패했습니다: ${e}`,s)}}_setupAutoDetectTheme(){if(typeof window>"u"||!window.matchMedia)return;const e=window.matchMedia("(prefers-color-scheme: dark)"),s=n=>{const i=n?"dark":"light";this.applyTheme(i,this._config.themeTokens??{})};s(e.matches);const t=n=>s(n.matches);e.addEventListener("change",t),this._themeMediaCleanup=()=>e.removeEventListener("change",t)}applyTheme(e=this._config.theme??"light",s=this._config.themeTokens??{}){this._config=Object.freeze({...this._config,theme:e,themeTokens:s}),this.confirmation.setTheme(e,s)}applyLocale(e=this._config.locale??"en"){this._config=Object.freeze({...this._config,locale:e}),this.confirmation.setMessages(Se(e))}async createWallet(){return this.withSessionRecovery(()=>this._createWallet())}async _createWallet(){if(this.ensureAuthenticated(),!this.userId)throw new g(h.AUTH_NOT_AUTHENTICATED,"사용자 ID를 찾을 수 없습니다");d.log("[CROSSx] createWallet 시작");const e=await this.fetchWalletStatus();if(d.log("[CROSSx] 지갑 상태:",e),e==="migration_required"){const s=this.providerSub??this.userId;d.log("[CROSSx] migration_required → 마이그레이션 UI 시작 — sub:",s);const t=await this.handleMigrationFlow(s);if(t)return this.address=t.address,this.activeWalletIndex=0,this.emit("addressChanged",{address:t.address,index:0}),{address:t.address};throw new g(h.MIGRATION_FAILED,"사용자가 마이그레이션을 건너뛰었습니다")}if(e==="exists"){await this.ensureVerifiedPin();try{const s=await this.withPinRetry(()=>this.walletProvider.getOrCreateWallet(this.userId));return this.address=s.address,this.activeWalletIndex=0,this.emit("addressChanged",{address:s.address,index:0}),d.log("[CROSSx] 지갑 준비 완료:",s.address),{address:s.address}}catch(s){if(s instanceof g&&s.code===h.MIGRATION_BACKUP_EXISTS){const t=this.providerSub??this.userId;d.log("[CROSSx] MIGRATION_BACKUP_EXISTS (폴백) → 마이그레이션 UI 시작");const n=await this.handleMigrationFlow(t);if(n)return this.address=n.address,this.activeWalletIndex=0,this.emit("addressChanged",{address:n.address,index:0}),{address:n.address};throw new g(h.MIGRATION_FAILED,"사용자가 마이그레이션을 건너뛰었습니다")}throw s}}await this.ensurePinSetup();try{const s=await this.walletProvider.getOrCreateWallet(this.userId);return this.address=s.address,this.activeWalletIndex=0,this.emit("addressChanged",{address:s.address,index:0}),d.log("[CROSSx] 지갑 준비 완료:",s.address),{address:s.address}}catch(s){if(s instanceof g&&s.code===h.MIGRATION_BACKUP_EXISTS){const t=this.providerSub??this.userId;d.log("[CROSSx] MIGRATION_BACKUP_EXISTS (폴백) → 마이그레이션 UI 시작");const n=await this.handleMigrationFlow(t);if(n)return this.address=n.address,this.activeWalletIndex=0,this.emit("addressChanged",{address:n.address,index:0}),{address:n.address};throw new g(h.MIGRATION_FAILED,"사용자가 마이그레이션을 건너뛰었습니다")}throw s}}async fetchWalletStatus(){if(typeof this.walletProvider.checkWallet=="function")try{return await this.walletProvider.checkWallet()}catch(e){return d.warn("[CROSSx] checkWallet 실패 (폴백: not_found 처리):",e),"not_found"}return null}async signMessage(e,s,t){return this.withSessionRecovery(()=>this._signMessage(e,s,t))}async _signMessage(e,s,t){if(this.ensureAuthenticated(),!this.userId)throw new g(h.AUTH_NOT_AUTHENTICATED,"사용자 ID를 찾을 수 없습니다");const n=await this.resolveAddress(t==null?void 0:t.index);if(!await this.confirmation.requestConfirmation({type:"sign-message",chainId:e,from:n.address,message:s,dappName:(t==null?void 0:t.dappName)??this._config.appName,accountName:t==null?void 0:t.accountName}))throw new g(h.USER_REJECTED,"User rejected the message signing request");try{const o=await this.withPinRetry(async()=>{let a;return this.walletProvider.prepare&&(a=(await this.walletProvider.prepare("sign-message",{message:s,from:n.address})).uuid),await this.ensureVerifiedPin(),this.walletProvider.signMessage(this.userId,e,s,t==null?void 0:t.index,a,n.address)});return this.verifySignatureSigner(s,o.signature,n.address),{chainId:e,signature:o.signature,message:s,address:n.address}}catch(o){throw o instanceof g?o:new g(h.SIGNATURE_FAILED,`메시지 서명에 실패했습니다 (${e})`,o)}}async signTypedData(e,s,t){return this.withSessionRecovery(()=>this._signTypedData(e,s,t))}async _signTypedData(e,s,t){if(this.ensureAuthenticated(),!this.userId)throw new g(h.AUTH_NOT_AUTHENTICATED,"사용자 ID를 찾을 수 없습니다");if(!this.walletProvider.signTypedData)throw new g(h.NOT_IMPLEMENTED,"signTypedData가 구현되어 있지 않습니다");Z.validateTypedDataChainId(e,s);const n=await this.resolveAddress(t==null?void 0:t.index);if(!await this.confirmation.requestConfirmation({type:"sign-typed-data",chainId:e,from:n.address,typedData:s,dappName:(t==null?void 0:t.dappName)??this._config.appName,accountName:t==null?void 0:t.accountName}))throw new g(h.USER_REJECTED,"User rejected the typed data signing request");try{const o=await this.withPinRetry(async()=>{let a;return this.walletProvider.prepare&&(a=(await this.walletProvider.prepare("sign-typed-data",{typedData:s,from:n.address})).uuid),await this.ensureVerifiedPin(),this.walletProvider.signTypedData(this.userId,e,s,t==null?void 0:t.index,a,n.address)});return Z.validateSignatureFormat(o.signature),{chainId:e,signature:o.signature,address:n.address}}catch(o){throw o instanceof g?o:new g(h.SIGNATURE_FAILED,`타입 데이터 서명에 실패했습니다 (${e})`,o)}}async signTypedDataOffchain(e,s){return this.signTypedData(Z.OFFCHAIN_CHAIN_ID,e,s)}async signTransaction(e,s,t){return this.withSessionRecovery(()=>this._signTransaction(e,s,t))}async _signTransaction(e,s,t){if(this.ensureAuthenticated(),!this.userId)throw new g(h.AUTH_NOT_AUTHENTICATED,"사용자 ID를 찾을 수 없습니다");const n=await this.withResolvedGasAndFee(s,e);n.from||(n.from=(await this.resolveAddress(t==null?void 0:t.index)).address);const i=bt(e);if(!await this.confirmation.requestConfirmation({type:"sign",chainId:e,from:n.from,to:n.to,value:n.value,data:n.data,gasLimit:n.gasLimit,gasPrice:n.gasPrice,maxFeePerGas:n.maxFeePerGas,maxPriorityFeePerGas:n.maxPriorityFeePerGas,nativeSymbol:i.symbol,nativeDecimals:i.decimals,dappName:(t==null?void 0:t.dappName)??this._config.appName,accountName:t==null?void 0:t.accountName}))throw new g(h.USER_REJECTED,"User rejected the transaction signing request");try{const a=await this.withPinRetry(async()=>{let c;return this.walletProvider.prepare&&(c=(await this.walletProvider.prepare("sign",{tx:n})).uuid),await this.ensureVerifiedPin(),this.walletProvider.signTransaction(this.userId,e,n,t==null?void 0:t.index,c)});return Z.validateSignedTxFormat(a.signature),{chainId:e,signedTx:a.signature,txHash:a.txHash??""}}catch(a){if(a instanceof g)throw a;const c=a instanceof Error?a.message:String(a);throw new g(h.SIGNATURE_FAILED,`트랜잭션 서명에 실패했습니다 (${e}): ${c}`,a)}}async sendTransaction(e,s,t){return this.withSessionRecovery(()=>this._sendTransaction(e,s,t))}async _sendTransaction(e,s,t){if(this.ensureAuthenticated(),!this.userId)throw new g(h.AUTH_NOT_AUTHENTICATED,"사용자 ID를 찾을 수 없습니다");const n=await this.withResolvedGasAndFee(s,e);n.from||(n.from=(await this.resolveAddress(t==null?void 0:t.index)).address);const i=bt(e);if(!await this.confirmation.requestConfirmation({type:"send",chainId:e,from:n.from,to:n.to,value:n.value,data:n.data,gasLimit:n.gasLimit,gasPrice:n.gasPrice,maxFeePerGas:n.maxFeePerGas,maxPriorityFeePerGas:n.maxPriorityFeePerGas,nativeSymbol:i.symbol,nativeDecimals:i.decimals,dappName:(t==null?void 0:t.dappName)??this._config.appName,accountName:t==null?void 0:t.accountName}))throw new g(h.USER_REJECTED,"User rejected the transaction request");try{const a=await this.withPinRetry(async()=>{let c;if(this.walletProvider.prepare&&(c=(await this.walletProvider.prepare("send",{tx:n})).uuid),await this.ensureVerifiedPin(),this.walletProvider.sendTransaction)return(await this.walletProvider.sendTransaction(this.userId,e,n,c)).txHash;const l=await this.walletProvider.signTransaction(this.userId,e,n,t==null?void 0:t.index,c);return l.txHash??l.signature});return{chainId:e,txHash:a,status:"pending"}}catch(a){if(a instanceof g)throw a;const c=a instanceof Error?a.message:String(a);throw new g(h.TRANSACTION_FAILED,`트랜잭션 전송에 실패했습니다 (${e}): ${c}`,a)}}async getTransactionReceipt(e,s){try{return await this.jsonRpc.call("eth_getTransactionReceipt",[e],s)??null}catch{return null}}async waitForTxAndGetReceipt(e,s,t={}){const n=t.intervalMs??Xr,i=Zr,o=t.timeoutMs??as,a=Date.now()+o;let c=n;for(;Date.now()<a;){const l=await this.getTransactionReceipt(e,s);if(l)return l;await new Promise(u=>setTimeout(u,c)),c=Math.min(c*2,i)}throw new g(h.UNKNOWN_ERROR,`트랜잭션 영수증 조회 시간이 초과되었습니다 (${e})`)}async sendTransactionWithWaitForReceipt(e,s,t={}){var E,v;const{intervalMs:n,timeoutMs:i,...o}=t,{txHash:a}=await this.sendTransaction(e,s,o),c=n??((E=this._config.receiptPolling)==null?void 0:E.intervalMs)??jr,l=i??((v=this._config.receiptPolling)==null?void 0:v.timeoutMs)??as,u=bt(e),f=s.from??"";let _,p;const m=this.waitForTxAndGetReceipt(a,e,{intervalMs:c,timeoutMs:l}).then(T=>{_=T;const k=BigInt(T.gasUsed)*BigInt(T.effectiveGasPrice),B=s.value?BigInt(s.value):0n,$=Z.formatTxAmount(s.value,u.symbol,u.decimals),J=Z.formatTxAmount("0x"+k.toString(16),u.symbol,u.decimals),G=Z.formatTxAmount("0x"+(B+k).toString(16),u.symbol,u.decimals);return{chainId:e,txHash:a,from:T.from,to:T.to??s.to,amount:$,fees:J,total:G,nativeSymbol:u.symbol,status:T.status==="0x1"?"success":"reverted"}}).catch(T=>(p=T instanceof Error?T:new Error(String(T)),{chainId:e,txHash:a,from:f,to:s.to,amount:Z.formatTxAmount(s.value,u.symbol,u.decimals),nativeSymbol:u.symbol,status:"timeout"}));if(await this.confirmation.showTransactionProgress({chainId:e,txHash:a,from:f,to:s.to},m),p)throw p;return{chainId:e,txHash:a,receipt:_}}setPin(e){this.pinStore.set(e)}clearPin(){this.pinStore.clear()}hasPin(){return this.pinStore.has()}async changePin(e,s){this.ensureAuthenticated();const t=this.walletProvider;if(typeof t.changePin!="function")throw new g(h.NOT_IMPLEMENTED,"changePin이 구현되어 있지 않습니다");this.pinStore.set(e);try{await t.changePin(e,s),this.pinStore.set(s),d.log("[CROSSx] PIN 변경 완료")}catch(n){throw n instanceof g?n:new g(h.UNKNOWN_ERROR,"PIN 변경에 실패했습니다",n)}}async getGasPrice(e){this.ensureAuthenticated();try{return await this.walletRpc("eth_gasPrice",[],e)}catch(s){const t=s instanceof Error?s.message:String(s);throw new g(h.GAS_ESTIMATION_FAILED,`가스 가격 조회에 실패했습니다 (${e}): ${t}`,s)}}async estimateGas(e,s){this.ensureAuthenticated();const t={};e.from&&(t.from=e.from),e.to&&(t.to=e.to),e.value&&(t.value=e.value),e.data&&(t.data=e.data),e.gasPrice&&(t.gasPrice=e.gasPrice),e.maxFeePerGas&&(t.maxFeePerGas=e.maxFeePerGas),e.maxPriorityFeePerGas&&(t.maxPriorityFeePerGas=e.maxPriorityFeePerGas),e.nonce!==void 0&&(t.nonce="0x"+e.nonce.toString(16));try{return await this.walletRpc("eth_estimateGas",[t],s)}catch(n){const i=n instanceof Error?n.message:String(n);throw new g(h.GAS_ESTIMATION_FAILED,`가스 추정에 실패했습니다 (${s}): ${i}`,n)}}async getBaseFeePerGas(e){this.ensureAuthenticated();try{const s=await this.walletRpc("eth_getBlockByNumber",["latest",!1],e);return(s==null?void 0:s.baseFeePerGas)??null}catch(s){const t=s instanceof Error?s.message:String(s);throw new g(h.GAS_ESTIMATION_FAILED,`baseFeePerGas 조회에 실패했습니다 (${e}): ${t}`,s)}}async getMaxPriorityFeePerGas(e){this.ensureAuthenticated();try{return await this.walletRpc("eth_maxPriorityFeePerGas",[],e)}catch(s){const t=s instanceof Error?s.message:String(s);throw new g(h.GAS_ESTIMATION_FAILED,`maxPriorityFeePerGas 조회에 실패했습니다 (${e}): ${t}`,s)}}async getNonce(e){this.ensureAuthenticated();const s=this.address;if(!s)return 0;try{const t=await this.jsonRpc.call("eth_getTransactionCount",[s,"pending"],e);return parseInt(t??"0x0",16)}catch(t){if(t instanceof g)throw t;const n=t instanceof Error?t.message:String(t);throw new g(h.UNKNOWN_ERROR,`Nonce 조회에 실패했습니다: ${n}`,t)}}async getBalance(e){this.ensureAuthenticated();const s=this.address;if(!s)return{wei:"0x0",formatted:"0",chainId:e};try{const n=await this.jsonRpc.call("eth_getBalance",[s,"latest"],e)??"0x0";return{wei:n,formatted:Z.formatWei(n),chainId:e}}catch(t){if(t instanceof g)throw t;const n=t instanceof Error?t.message:String(t);throw new g(h.UNKNOWN_ERROR,`잔액 조회에 실패했습니다 (${e}): ${n}`,t)}}static formatWei(e){if(!e||e==="0x0"||e==="0x")return"0";try{const s=BigInt(e);if(s===0n)return"0";const t=10n**BigInt(us),n=s/t,o=(s%t).toString().padStart(us,"0").replace(/0+$/,"").slice(0,ds);return o?`${n}.${o}`:`${n}`}catch{return"?"}}getProvider(e){return this.ensureAuthenticated(),new ts(this,e)}async walletRpc(e,s,t){this.ensureAuthenticated();try{return await this.jsonRpc.call(e,s,t)}catch(n){if(n instanceof g)throw n;const i=n instanceof Error?n.message:String(n);throw new g(h.UNKNOWN_ERROR,`walletRpc 호출에 실패했습니다 [${e}] (${t}): ${i}`,n)}}static formatTxAmount(e,s,t){if(!(!e||e==="0x"||e==="0x0"))try{const n=BigInt(e);if(n===0n)return;const i=10n**BigInt(t),o=n/i,c=(n%i).toString().padStart(t,"0").slice(0,ds).replace(/0+$/,"");return`${c?`${o}.${c}`:`${o}`} ${s}`}catch{return}}async handleMigrationFlow(e){var c,l,u;d.log('[CROSSx][Migration Phase 3] "Wallet Found" 팝업 표시');const s=((c=this._config.migration)==null?void 0:c.allowSkip)??!0,t=await this.confirmation.showMigrationFoundPrompt({allowSkip:s});if(d.log("[CROSSx][Migration Phase 3] 사용자 선택:",t),t==="skip")return d.log("[CROSSx][Migration Phase 3] 사용자가 마이그레이션을 건너뜀 → 종료"),null;let n,i=0,o=5,a=null;for(;;){i++,d.log(`[CROSSx][Migration Phase 4] PIN 입력 팝업 표시 (시도 #${i}/${o})`,n?`— 이전 메시지: ${n}`:"");const f=await this.confirmation.showRecoveryPinInputPrompt({errorMessage:n,attemptCount:i>1?i-1:void 0,maxAttempts:o});if(f===null)return d.log("[CROSSx][Migration Phase 4] 사용자가 PIN 입력을 취소함 → 종료"),null;d.log("[CROSSx][Migration Phase 4] PIN 입력 완료 — verify-recovery-pin API 호출"),n=void 0;try{const _=await((u=(l=this.walletProvider).verifyRecoveryPin)==null?void 0:u.call(l,f,e));if(!_){d.log("[CROSSx][Migration Phase 4] verifyRecoveryPin 미지원 — PIN 검증 생략"),a=f;break}if(_.valid){d.log("[CROSSx][Migration Phase 4] PIN 검증 성공"),a=f;break}const p=_.pinStatus;if(o=p.maxAttempts,i=o-p.remainingAttempts,p.remainingAttempts===0&&p.lockExpiresAt){const m=p.lockExpiresAt*1e3,E=Math.max(1,Math.round((m-Date.now())/1e3)),v=E<=1800?"Too many failed attempts. Please try again in 30 minutes.":"Too many failed attempts. Please try again in 24 hours.";d.warn(`[CROSSx][Migration Phase 4] verify-recovery-pin 잠금 — ${E}초, 메시지: ${v}`),await this.confirmation.showRecoveryPinLockedPrompt(E,v),i=0,n="Your account lock has been lifted. You may try again."}else d.warn(`[CROSSx][Migration Phase 4] PIN 불일치 (시도 ${i}/${o})`),n="Incorrect PIN."}catch(_){if(!(_ instanceof g))throw _;if(_.code===h.SESSION_EXPIRED){d.warn("[CROSSx][Migration Phase 4] 세션 만료 — 재로그인 후 PIN 입력 재시도");const p=Se(this._config.locale??"en");if(await this.confirmation.showSessionAlert({title:p.sessionAlert_title,message:p.alert_sessionExpired,email:this.userEmail?ze(this.userEmail,p.sessionAlert_appleAccount):void 0})==="signin-again"&&(await this.signInAgain()).success){d.log("[CROSSx][Migration Phase 4] 재로그인 성공 — PIN 입력 루프 계속"),i--;continue}throw this.clearAuthState(),_}if(_.code===h.MIGRATION_PIN_LOCKED){const p=_.details;if(o=(p==null?void 0:p.maxAttempts)??5,(p==null?void 0:p.permanent)===!0)return d.warn("[CROSSx][Migration Phase 4] PIN 영구 잠금 (verify-recovery-pin)"),await this.confirmation.showRecoveryPinLockedPrompt(0,"Your account has been permanently locked due to too many failed attempts."),null;const m=((p==null?void 0:p.lockExpiresAt)??0)*1e3,E=Math.max(1,Math.round((m-Date.now())/1e3)),v=E<=1800?"Too many failed attempts. Please try again in 30 minutes.":"Too many failed attempts. Please try again in 24 hours.";d.warn(`[CROSSx][Migration Phase 4] verify-recovery-pin 이미 잠금 — ${E}초`),await this.confirmation.showRecoveryPinLockedPrompt(E,v),i=0,n="Your account lock has been lifted. You may try again."}else throw d.error("[CROSSx][Migration Phase 4] verify-recovery-pin 실패 (복구 불가):",_),_}}d.log("[CROSSx][Migration Phase 5] PIN 검증 완료 — 비밀번호 설정 및 마이그레이션 진행");try{await this.ensurePinSetup();const f=await this.migrateWalletUseCase.execute(a,e);return d.log("[CROSSx][Migration Phase 5] 마이그레이션 성공 — address:",f.address),f}catch(f){if(f instanceof g&&f.code===h.MIGRATION_FAILED)return d.warn("[CROSSx][Migration Phase 5] migrate PIN 불일치 (경합) — 처음부터 재시도"),this.handleMigrationFlow(e);if(f instanceof g&&f.code===h.SESSION_EXPIRED){d.warn("[CROSSx][Migration Phase 5] 세션 만료 — 재로그인 후 마이그레이션 재시도");const _=Se(this._config.locale??"en");if(await this.confirmation.showSessionAlert({title:_.sessionAlert_title,message:_.alert_sessionExpired,email:this.userEmail?ze(this.userEmail,_.sessionAlert_appleAccount):void 0})==="signin-again"&&(await this.signInAgain()).success){d.log("[CROSSx][Migration Phase 5] 재로그인 성공 — 마이그레이션 재시도 (검증된 PIN 유지)");try{const E=await this.migrateWalletUseCase.execute(a,e);return d.log("[CROSSx][Migration Phase 5] 마이그레이션 재시도 성공 — address:",E.address),E}catch(E){throw d.error("[CROSSx][Migration Phase 5] 마이그레이션 재시도 실패:",E),E}}throw this.clearAuthState(),f}throw d.error("[CROSSx][Migration Phase 5] 마이그레이션 실패 (복구 불가):",f),f}}async withResolvedGasAndFee(e,s){const t=p=>!(p!=null&&p.trim()),n=e.nonce===void 0||e.nonce===null,i=t(e.gasLimit),o=t(e.gasPrice)&&t(e.maxFeePerGas),a=!t(e.maxFeePerGas)&&t(e.maxPriorityFeePerGas);if(!n&&!i&&!o&&!a)return e;const c={...e},l=n?c.from??this.address:void 0;l&&d.log("[CROSSx] nonce 비어있음 → eth_getTransactionCount 호출 (from:",l,")"),i&&d.log("[CROSSx] gasLimit 비어있음 → eth_estimateGas 호출"),o&&d.log("[CROSSx] gasPrice & maxFeePerGas 비어있음 → baseFee 조회로 Dynamic/Legacy 판별");const[u,f,_]=await Promise.all([l?this.jsonRpc.call("eth_getTransactionCount",[l,"pending"],s):null,i?this.estimateGas(e,s):null,o?this.getBaseFeePerGas(s):null]);if(l&&(c.nonce=parseInt(u??"0x0",16),d.log("[CROSSx] nonce 결과:",c.nonce)),i&&(c.gasLimit=f,d.log("[CROSSx] estimateGas 결과:",c.gasLimit)),o){const p=_;if(p){const m=cs;c.maxFeePerGas="0x"+(BigInt(p)+BigInt(m)).toString(16),c.maxPriorityFeePerGas=m,d.log("[CROSSx] Dynamic 체인 감지 — baseFee:",p,"maxFeePerGas:",c.maxFeePerGas,"maxPriorityFeePerGas: 1 Gwei")}else c.gasPrice=Qr,d.log("[CROSSx] Legacy 체인 감지 — gasPrice: 2 Gwei")}return!o&&a&&(c.maxPriorityFeePerGas=cs,d.log("[CROSSx] maxPriorityFeePerGas 비어있음 → 1 Gwei 기본값 적용")),c}static validateTypedDataChainId(e,s){const t=Z.extractDomainChainId(s);if(e==="0"){if(t!==void 0&&t!==0)throw new g(h.TYPED_DATA_CHAIN_ID_MISMATCH,`오프체인 서명(chainId=0)에서는 typedData.domain.chainId가 없거나 0이어야 합니다. 현재 값: ${t}`);return}const n=e.match(/^eip155:(\d+)$/);if(n){const i=Number(n[1]);if(t===void 0)throw new g(h.TYPED_DATA_CHAIN_ID_MISMATCH,`온체인 서명(${e})에서는 typedData.domain.chainId가 반드시 있어야 합니다`);if(t!==i)throw new g(h.TYPED_DATA_CHAIN_ID_MISMATCH,`typedData.domain.chainId (${t})가 chainId (${e}, 예상값: ${i})와 일치하지 않습니다`)}}static extractDomainChainId(e){if(e==null||typeof e!="object")return;const s=e.domain;if(s==null||typeof s!="object")return;const t=s.chainId;if(t==null)return;const n=Number(t);return Number.isFinite(n)?n:void 0}static validateSignatureFormat(e){const s=e.startsWith("0x")?e.slice(2):e;if(!/^[0-9a-fA-F]+$/.test(s))throw new g(h.SIGNATURE_FAILED,"유효하지 않은 서명: 올바른 hex 문자열이 아닙니다");if(s.length!==ls)throw new g(h.SIGNATURE_FAILED,`서명 길이가 유효하지 않습니다: ${ls} hex 문자(65 바이트) 예상, 현재 ${s.length}`)}static validateSignedTxFormat(e){const s=e.startsWith("0x")?e.slice(2):e;if(!/^[0-9a-fA-F]+$/.test(s))throw new g(h.SIGNATURE_FAILED,"유효하지 않은 서명된 트랜잭션: 올바른 hex 문자열이 아닙니다");if(s.length<2)throw new g(h.SIGNATURE_FAILED,"유효하지 않은 서명된 트랜잭션: 너무 짧습니다")}verifySignatureSigner(e,s,t){if(this.crypto.recoverPersonalSignSigner)try{const n=this.crypto.recoverPersonalSignSigner(e,s);if(n.toLowerCase()!==t.toLowerCase())throw d.error("[CROSSx] 서명 검증 실패: 서명자 주소 불일치",{expected:t,recovered:n}),new g(h.SIGNATURE_SIGNER_MISMATCH,`서명자 주소가 일치하지 않습니다: 예상 ${t}, 복원된 주소 ${n}`);d.log("[CROSSx] 서명 ecrecover 검증 성공")}catch(n){if(n instanceof g)throw n;d.warn("[CROSSx] ecrecover 검증 중 예외 (무시):",n)}}applyAuthResult(e){var s,t,n,i;this.authenticated=e.success,this.userId=((s=e.user)==null?void 0:s.id)??null,this.address=e.address??null,this.activeWalletIndex=0,this.userEmail=((t=e.user)==null?void 0:t.email)??null,this.providerSub=((n=e.user)==null?void 0:n.providerSub)??null,this.loginType=Z.normalizeLoginType((i=e.user)==null?void 0:i.signInProvider),this.tokenSignatureVerified=e.tokenSignatureVerified??!1,this._isRecoveringSession||this.emit("authChanged",{isAuthenticated:this.authenticated,address:this.address,userId:this.userId})}clearAuthState(){this.authenticated=!1,this.userId=null,this.address=null,this.activeWalletIndex=0,this.userEmail=null,this.providerSub=null,this.loginType=null,this.tokenSignatureVerified=!1,this.pinStore.clear(),this._isRecoveringSession||this.emit("authChanged",{isAuthenticated:!1,address:null,userId:null})}forceLogout(){this.authenticated&&(d.warn("[CROSSx] 강제 로그아웃 (Gateway -10002/-10033)"),this.clearAuthState())}async signInAgain(){var n,i;this.ensureInitialized();const e=this.providerSub,s=this.userId,t=this.loginType;this._isRecoveringSession=!0;try{this.authenticated=!1,this.tokenStore.clear();const o=t?{provider:t}:void 0;let a;try{a=await this.signInUseCase.execute(o)}catch(f){throw this.clearAuthState(),f}if(!a.success)return this.clearAuthState(),a;const c=((n=a.user)==null?void 0:n.providerSub)??null,l=((i=a.user)==null?void 0:i.id)??null;if(!(e?!!c&&c===e:s?!!l&&s===l:!0)){d.warn("[CROSSx] signInAgain: providerSub/userId 불일치 — 잘못된 계정으로 로그인됨"),await this.signOutUseCase.execute().catch(()=>{});const f=Se(this._config.locale??"en");return await this.confirmation.showSessionAlert({title:f.sessionAlert_title,message:f.alert_differentAccount,email:this.userEmail?ze(this.userEmail,f.sessionAlert_appleAccount):void 0})==="signin-again"?(this._isRecoveringSession=!1,this.signInAgain()):(this.clearAuthState(),{success:!1,error:"Different account signed in"})}this.applyAuthResult(a);try{await this.loadWalletAfterAuth()}catch{d.warn("[CROSSx] signInAgain: loadWalletAfterAuth 실패 (로그인은 유지)")}return d.log("[CROSSx] signInAgain: 세션 복구 성공"),a}finally{this._isRecoveringSession=!1}}async withSessionRecovery(e){try{return await e()}catch(s){const t=Se(this._config.locale??"en"),n=this.userEmail?ze(this.userEmail,t.sessionAlert_appleAccount):void 0;if(s instanceof g&&s.code===h.WITHDRAW_FAILED){if(d.warn("[CROSSx] WITHDRAW_FAILED — 로컬 인증 초기화"),await this.confirmation.showSessionAlert({title:t.sessionAlert_title,message:t.alert_accountWithdrawn,email:n})==="signin-again"&&(await this.signInAgain()).success)return e();throw this.clearAuthState(),s}if(s instanceof g&&s.code===h.WALLET_NOT_FOUND){if(d.warn("[CROSSx] WALLET_NOT_FOUND — 로컬 인증 초기화"),await this.confirmation.showSessionAlert({title:t.sessionAlert_title,message:t.alert_walletNotFound,email:n})==="signin-again"&&(await this.signInAgain()).success)return e();throw this.clearAuthState(),s}if(!(s instanceof g)||s.code!==h.SESSION_EXPIRED)throw s;if(d.warn("[CROSSx] SESSION_EXPIRED 감지 — 자동 재인증 시도"),await this.confirmation.showSessionAlert({title:t.sessionAlert_title,message:t.alert_sessionExpired,email:n})==="signout")throw this.clearAuthState(),new g(h.SESSION_EXPIRED,"세션이 만료되었습니다. 다시 로그인해 주세요.");const o=await this.signInAgain();if(!o.success)throw new g(h.SESSION_EXPIRED,o.error??"세션이 만료되었습니다. 다시 로그인해 주세요.");return e()}}static normalizeLoginType(e){return e?e.includes("google")?"google":e.includes("apple")?"apple":e:null}async ensurePinSetup(){if(this.pinStore.has())return;const e=await this.confirmation.showPinSetupPrompt();if(!e)throw new g(h.PIN_CANCELLED,"사용자가 PIN 설정을 취소했습니다");this.pinStore.set(e),d.log("[CROSSx] PIN 설정 완료 (메모리 캐시)")}async ensurePinForSigning(e){if(this.pinStore.has()&&!e)return;e&&this.pinStore.clear();const s=await this.confirmation.showPinInputPrompt({errorMessage:e});if(!s)throw new g(h.PIN_CANCELLED,"사용자가 PIN 입력을 취소했습니다");this.pinStore.set(s),d.log("[CROSSx] PIN 입력 완료 (메모리 캐시)")}async ensureVerifiedPin(e,s,t,n){if(e)this.pinStore.clear();else if(this.pinStore.has())return;if(this._verifyPinMutex&&!e){d.log("[CROSSx] ensureVerifiedPin: 진행 중인 검증 대기"),await this._verifyPinMutex;return}let i,o;this._verifyPinMutex=new Promise((c,l)=>{i=c,o=l});const a=Se(this._config.locale??"en");try{if(typeof this.walletProvider.verifyPin!="function"){const l=await this.confirmation.showPinInputPrompt({verifyMode:!0,errorMessage:e,lockExpiresAt:s,attemptCount:t,maxAttempts:n});if(!l)throw new g(h.PIN_CANCELLED,"사용자가 PIN 입력을 취소했습니다");this.pinStore.set(l),d.log("[CROSSx] PIN 캐시 완료 (verifyPin 미지원, 로컬 전용)"),i();return}const c=await this.confirmation.showPinInputPrompt({verifyMode:!0,errorMessage:e,lockExpiresAt:s,attemptCount:t,maxAttempts:n,onSubmit:async l=>{this.pinStore.set(l);try{return await this.walletProvider.verifyPin(l)?(d.log("[CROSSx] PIN 서버 검증 완료 (verify-password)"),{ok:!0}):(this.pinStore.clear(),{ok:!1,error:a.pinInput_error})}catch(u){if(this.pinStore.clear(),u instanceof g){if(u.code===h.PIN_WRONG)return{ok:!1,error:a.pinInput_error};if(u.code===h.PIN_INVALID)return{ok:!1,error:u.message};if(u.code===h.PIN_LOCKED)return Z.buildPinLockedResult(u,a)}throw u}}});if(!c)throw new g(h.PIN_CANCELLED,"사용자가 PIN 입력을 취소했습니다");this.pinStore.set(c),d.log("[CROSSx] PIN 갱신 완료 (verify 모달 닫힘)"),i()}catch(c){if(c instanceof g&&(c.code===h.AUTH_NOT_AUTHENTICATED||c.code===h.AUTH_TOKEN_EXPIRED||c.code===h.SESSION_EXPIRED)&&c.code!==h.SESSION_EXPIRED){const l=Se(this._config.locale??"en");if(await this.confirmation.showSessionAlert({title:l.sessionAlert_title,message:l.alert_sessionExpired,email:this.userEmail?ze(this.userEmail,l.sessionAlert_appleAccount):void 0})==="signin-again"&&(await this.signInAgain()).success)throw o(c),c}throw o(c),c}finally{this._verifyPinMutex=null}}static parsePinError(e,s){if(e.code===h.PIN_WRONG)return{errorMessage:s.pinInput_error};if(e.code===h.PIN_INVALID)return{errorMessage:e.message};if(e.code===h.PIN_LOCKED){const t=e.details;return t!=null&&t.permanent?{errorMessage:s.pinLocked_permanent}:(t==null?void 0:t.remainingAttempts)!=null&&t.remainingAttempts>0&&t.maxAttempts?{errorMessage:s.pinInput_error,attemptCount:t.maxAttempts-t.remainingAttempts,maxAttempts:t.maxAttempts}:{errorMessage:"Too many failed attempts. Your account is temporarily locked.",lockExpiresAt:t==null?void 0:t.lockExpiresAt}}return null}static buildPinLockedResult(e,s){const t=Z.parsePinError(e,s);if(!t)return{ok:!1,error:e.message};const{errorMessage:n,...i}=t;return{ok:!1,error:n,...i}}async loadWalletAfterAuth(e){if(!this.userId)return;const s=await this.fetchWalletStatus();if(d.log("[CROSSx] loadWalletAfterAuth 지갑 상태:",s),s!=="exists")return;const t=await this.walletProvider.getAddresses(this.userId);if(t.length>0){const i=e!==void 0?t.find(o=>o.index===e)??t[0]:t[0];this.address=i.address,this.activeWalletIndex=i.index,d.log("[CROSSx] 캐시된 주소 로드 완료 (비밀번호 불필요):",this.address),this.emit("addressChanged",{address:i.address,index:i.index});return}d.log("[CROSSx] 주소 캐시 없음 — 비밀번호 확인 후 address(0) 조회"),await this.ensureVerifiedPin();const n=await this.walletProvider.getAddress(this.userId,0);this.address=n.address,this.activeWalletIndex=0,d.log("[CROSSx] 세션 복원 후 지갑 주소 로드 완료:",this.address),this.emit("addressChanged",{address:n.address,index:0})}async withPinRetry(e){const s=Se(this._config.locale??"en");let t=null;try{return await e()}catch(n){if(n instanceof g){if(t=Z.parsePinError(n,s),!t)throw n}else throw n}for(;;){d.warn("[CROSSx] PIN 불일치/잠금 — 재입력 요청:",t.errorMessage),this.pinStore.clear(),await this.ensureVerifiedPin(t.errorMessage,t.lockExpiresAt,t.attemptCount,t.maxAttempts);try{return await e()}catch(n){if(n instanceof g&&(t=Z.parsePinError(n,s),t))continue;throw n}}}async resolveAddress(e){if(e===void 0||e===this.activeWalletIndex){if(!this.address)throw new g(h.AUTH_NOT_AUTHENTICATED,"활성 지갑 주소를 찾을 수 없습니다");return{address:this.address,index:this.activeWalletIndex}}return{address:(await this.withPinRetry(()=>this.walletProvider.getAddress(this.userId,e))).address,index:e}}ensureInitialized(){if(!this.initialized)throw new g(h.AUTH_NOT_INITIALIZED,"SDK가 초기화되지 않았습니다. initialize()를 먼저 호출하세요.")}ensureAuthenticated(){if(this.ensureInitialized(),!this.authenticated)throw new g(h.AUTH_NOT_AUTHENTICATED,"인증되지 않은 상태입니다. signIn()을 먼저 호출하세요.")}dispose(){var e;(e=this._themeMediaCleanup)==null||e.call(this),this._themeMediaCleanup=null,this.clearAuthState(),this.tokenStore.clear(),this.pinStore.clear(),this.initialized=!1,this.removeAllListeners(),ss(null)}_getInternalContext(){return{transport:this.transport,storage:this.storage,walletProvider:this.walletProvider,confirmation:this.confirmation,tokenStore:this.tokenStore,pinStore:this.pinStore,adapterConfig:this.adapterConfig}}};Z.OFFCHAIN_CHAIN_ID="0";let rt=Z;class sn{constructor(){this.prefix="crossx_"}async set(e,s){try{const t=JSON.stringify(s);localStorage.setItem(this.prefix+e,t)}catch(t){throw d.error("Storage set error:",t),t}}async get(e){try{const s=localStorage.getItem(this.prefix+e);return s?JSON.parse(s):null}catch(s){return d.error("Storage get error:",s),null}}async remove(e){try{localStorage.removeItem(this.prefix+e)}catch(s){throw d.error("Storage remove error:",s),s}}async clear(){try{Object.keys(localStorage).forEach(s=>{s.startsWith(this.prefix)&&localStorage.removeItem(s)})}catch(e){throw d.error("Storage clear error:",e),e}}}const Et="crossx-sdk",rn=1,ge="data",Ne="keys",nt="aes-primary",nn=12;class ps{constructor(e){this.db=null,this.cryptoKey=null,this.initPromise=null,this.dbName=`crossx-sdk-${e}`}async ensureReady(){this.db&&this.cryptoKey||(this.initPromise||(this.initPromise=this.init()),await this.initPromise)}openDB(e=this.dbName){return new Promise((s,t)=>{const n=indexedDB.open(e,rn);n.onupgradeneeded=()=>{const i=n.result;i.objectStoreNames.contains(ge)||i.createObjectStore(ge),i.objectStoreNames.contains(Ne)||i.createObjectStore(Ne)},n.onsuccess=()=>s(n.result),n.onerror=()=>t(n.error)})}idbGet(e,s){return new Promise((t,n)=>{const o=this.db.transaction(e,"readonly").objectStore(e).get(s);o.onsuccess=()=>t(o.result),o.onerror=()=>n(o.error)})}idbPut(e,s,t){return new Promise((n,i)=>{const a=this.db.transaction(e,"readwrite").objectStore(e).put(t,s);a.onsuccess=()=>n(),a.onerror=()=>i(a.error)})}idbDelete(e,s){return new Promise((t,n)=>{const o=this.db.transaction(e,"readwrite").objectStore(e).delete(s);o.onsuccess=()=>t(),o.onerror=()=>n(o.error)})}idbClear(e){return new Promise((s,t)=>{const i=this.db.transaction(e,"readwrite").objectStore(e).clear();i.onsuccess=()=>s(),i.onerror=()=>t(i.error)})}async init(){this.db=await this.openDB();const e=await this.idbGet(Ne,nt);if(e){this.cryptoKey=e;return}const s=await this.migrateFromLegacyDB();if(s){this.cryptoKey=s;return}this.cryptoKey=await crypto.subtle.generateKey({name:"AES-GCM",length:256},!1,["encrypt","decrypt"]),await this.idbPut(Ne,nt,this.cryptoKey)}async migrateFromLegacyDB(){if(this.dbName===Et)return null;try{const e=await this.openDB(Et),s=e.transaction([Ne,ge],"readonly"),t=s.objectStore(Ne).get(nt),n=await new Promise((l,u)=>{t.onsuccess=()=>l(t.result),t.onerror=()=>u(t.error)});if(!n)return e.close(),null;const i=s.objectStore(ge).getAll(),o=s.objectStore(ge).getAllKeys(),[a,c]=await Promise.all([new Promise((l,u)=>{i.onsuccess=()=>l(i.result),i.onerror=()=>u(i.error)}),new Promise((l,u)=>{o.onsuccess=()=>l(o.result),o.onerror=()=>u(o.error)})]);e.close(),await this.idbPut(Ne,nt,n);for(let l=0;l<c.length;l++)await this.idbPut(ge,String(c[l]),a[l]);return indexedDB.deleteDatabase(Et),d.log("[CROSSx] IndexedDB 레거시 DB 마이그레이션 완료"),n}catch(e){return d.warn("[CROSSx] IndexedDB 레거시 DB 마이그레이션 실패:",e),null}}async encrypt(e){const s=new Uint8Array(nn);crypto.getRandomValues(s);const t=new TextEncoder().encode(e),n=await crypto.subtle.encrypt({name:"AES-GCM",iv:s},this.cryptoKey,t);return{iv:s,ciphertext:n}}async decrypt(e){const s=new Uint8Array(e.iv),t=await crypto.subtle.decrypt({name:"AES-GCM",iv:s},this.cryptoKey,e.ciphertext);return new TextDecoder().decode(t)}async set(e,s){try{await this.ensureReady();const t=JSON.stringify(s),n=await this.encrypt(t);await this.idbPut(ge,e,n)}catch(t){throw d.error("[CROSSx] IndexedDB set error:",t),t}}async get(e){try{await this.ensureReady();const s=await this.idbGet(ge,e);if(!s)return null;const t=await this.decrypt(s);return JSON.parse(t)}catch(s){return d.error("[CROSSx] IndexedDB get error:",s),null}}async remove(e){try{await this.ensureReady(),await this.idbDelete(ge,e)}catch(s){throw d.error("[CROSSx] IndexedDB remove error:",s),s}}async clear(){try{await this.ensureReady(),await this.idbClear(ge)}catch(e){throw d.error("[CROSSx] IndexedDB clear error:",e),e}}static isAvailable(){return typeof indexedDB<"u"&&typeof crypto<"u"&&typeof crypto.subtle<"u"}}const At=crypto,fs=r=>r instanceof CryptoKey,it=new TextEncoder,Ye=new TextDecoder;function on(...r){const e=r.reduce((n,{length:i})=>n+i,0),s=new Uint8Array(e);let t=0;for(const n of r)s.set(n,t),t+=n.length;return s}const an=r=>{const e=atob(r),s=new Uint8Array(e.length);for(let t=0;t<e.length;t++)s[t]=e.charCodeAt(t);return s},Re=r=>{let e=r;e instanceof Uint8Array&&(e=Ye.decode(e)),e=e.replace(/-/g,"+").replace(/_/g,"/").replace(/\s/g,"");try{return an(e)}catch{throw new TypeError("The input to be decoded is not correctly encoded.")}};class ee extends Error{constructor(e,s){var t;super(e,s),this.code="ERR_JOSE_GENERIC",this.name=this.constructor.name,(t=Error.captureStackTrace)==null||t.call(Error,this,this.constructor)}}ee.code="ERR_JOSE_GENERIC";class he extends ee{constructor(e,s,t="unspecified",n="unspecified"){super(e,{cause:{claim:t,reason:n,payload:s}}),this.code="ERR_JWT_CLAIM_VALIDATION_FAILED",this.claim=t,this.reason=n,this.payload=s}}he.code="ERR_JWT_CLAIM_VALIDATION_FAILED";class It extends ee{constructor(e,s,t="unspecified",n="unspecified"){super(e,{cause:{claim:t,reason:n,payload:s}}),this.code="ERR_JWT_EXPIRED",this.claim=t,this.reason=n,this.payload=s}}It.code="ERR_JWT_EXPIRED";class _s extends ee{constructor(){super(...arguments),this.code="ERR_JOSE_ALG_NOT_ALLOWED"}}_s.code="ERR_JOSE_ALG_NOT_ALLOWED";class xe extends ee{constructor(){super(...arguments),this.code="ERR_JOSE_NOT_SUPPORTED"}}xe.code="ERR_JOSE_NOT_SUPPORTED";class cn extends ee{constructor(e="decryption operation failed",s){super(e,s),this.code="ERR_JWE_DECRYPTION_FAILED"}}cn.code="ERR_JWE_DECRYPTION_FAILED";class ln extends ee{constructor(){super(...arguments),this.code="ERR_JWE_INVALID"}}ln.code="ERR_JWE_INVALID";class X extends ee{constructor(){super(...arguments),this.code="ERR_JWS_INVALID"}}X.code="ERR_JWS_INVALID";class me extends ee{constructor(){super(...arguments),this.code="ERR_JWT_INVALID"}}me.code="ERR_JWT_INVALID";class dn extends ee{constructor(){super(...arguments),this.code="ERR_JWK_INVALID"}}dn.code="ERR_JWK_INVALID";class Tt extends ee{constructor(){super(...arguments),this.code="ERR_JWKS_INVALID"}}Tt.code="ERR_JWKS_INVALID";class Rt extends ee{constructor(e="no applicable key found in the JSON Web Key Set",s){super(e,s),this.code="ERR_JWKS_NO_MATCHING_KEY"}}Rt.code="ERR_JWKS_NO_MATCHING_KEY";class gs extends ee{constructor(e="multiple matching keys found in the JSON Web Key Set",s){super(e,s),this.code="ERR_JWKS_MULTIPLE_MATCHING_KEYS"}}gs.code="ERR_JWKS_MULTIPLE_MATCHING_KEYS";class xs extends ee{constructor(e="request timed out",s){super(e,s),this.code="ERR_JWKS_TIMEOUT"}}xs.code="ERR_JWKS_TIMEOUT";class ms extends ee{constructor(e="signature verification failed",s){super(e,s),this.code="ERR_JWS_SIGNATURE_VERIFICATION_FAILED"}}ms.code="ERR_JWS_SIGNATURE_VERIFICATION_FAILED";function we(r,e="algorithm.name"){return new TypeError(`CryptoKey does not support this operation, its ${e} must be ${r}`)}function je(r,e){return r.name===e}function kt(r){return parseInt(r.name.slice(4),10)}function un(r){switch(r){case"ES256":return"P-256";case"ES384":return"P-384";case"ES512":return"P-521";default:throw new Error("unreachable")}}function hn(r,e){if(e.length&&!e.some(s=>r.usages.includes(s))){let s="CryptoKey does not support this operation, its usages must include ";if(e.length>2){const t=e.pop();s+=`one of ${e.join(", ")}, or ${t}.`}else e.length===2?s+=`one of ${e[0]} or ${e[1]}.`:s+=`${e[0]}.`;throw new TypeError(s)}}function pn(r,e,...s){switch(e){case"HS256":case"HS384":case"HS512":{if(!je(r.algorithm,"HMAC"))throw we("HMAC");const t=parseInt(e.slice(2),10);if(kt(r.algorithm.hash)!==t)throw we(`SHA-${t}`,"algorithm.hash");break}case"RS256":case"RS384":case"RS512":{if(!je(r.algorithm,"RSASSA-PKCS1-v1_5"))throw we("RSASSA-PKCS1-v1_5");const t=parseInt(e.slice(2),10);if(kt(r.algorithm.hash)!==t)throw we(`SHA-${t}`,"algorithm.hash");break}case"PS256":case"PS384":case"PS512":{if(!je(r.algorithm,"RSA-PSS"))throw we("RSA-PSS");const t=parseInt(e.slice(2),10);if(kt(r.algorithm.hash)!==t)throw we(`SHA-${t}`,"algorithm.hash");break}case"EdDSA":{if(r.algorithm.name!=="Ed25519"&&r.algorithm.name!=="Ed448")throw we("Ed25519 or Ed448");break}case"Ed25519":{if(!je(r.algorithm,"Ed25519"))throw we("Ed25519");break}case"ES256":case"ES384":case"ES512":{if(!je(r.algorithm,"ECDSA"))throw we("ECDSA");const t=un(e);if(r.algorithm.namedCurve!==t)throw we(t,"algorithm.namedCurve");break}default:throw new TypeError("CryptoKey does not support this operation")}hn(r,s)}function ws(r,e,...s){var t;if(s=s.filter(Boolean),s.length>2){const n=s.pop();r+=`one of type ${s.join(", ")}, or ${n}.`}else s.length===2?r+=`one of type ${s[0]} or ${s[1]}.`:r+=`of type ${s[0]}.`;return e==null?r+=` Received ${e}`:typeof e=="function"&&e.name?r+=` Received function ${e.name}`:typeof e=="object"&&e!=null&&(t=e.constructor)!=null&&t.name&&(r+=` Received an instance of ${e.constructor.name}`),r}const ys=(r,...e)=>ws("Key must be ",r,...e);function bs(r,e,...s){return ws(`Key for the ${r} algorithm must be `,e,...s)}const Ss=r=>fs(r)?!0:(r==null?void 0:r[Symbol.toStringTag])==="KeyObject",ot=["CryptoKey"],fn=(...r)=>{const e=r.filter(Boolean);if(e.length===0||e.length===1)return!0;let s;for(const t of e){const n=Object.keys(t);if(!s||s.size===0){s=new Set(n);continue}for(const i of n){if(s.has(i))return!1;s.add(i)}}return!0};function _n(r){return typeof r=="object"&&r!==null}function ve(r){if(!_n(r)||Object.prototype.toString.call(r)!=="[object Object]")return!1;if(Object.getPrototypeOf(r)===null)return!0;let e=r;for(;Object.getPrototypeOf(e)!==null;)e=Object.getPrototypeOf(e);return Object.getPrototypeOf(r)===e}const gn=(r,e)=>{if(r.startsWith("RS")||r.startsWith("PS")){const{modulusLength:s}=e.algorithm;if(typeof s!="number"||s<2048)throw new TypeError(`${r} requires key modulusLength to be 2048 bits or larger`)}};function Ue(r){return ve(r)&&typeof r.kty=="string"}function xn(r){return r.kty!=="oct"&&typeof r.d=="string"}function mn(r){return r.kty!=="oct"&&typeof r.d>"u"}function wn(r){return Ue(r)&&r.kty==="oct"&&typeof r.k=="string"}function yn(r){let e,s;switch(r.kty){case"RSA":{switch(r.alg){case"PS256":case"PS384":case"PS512":e={name:"RSA-PSS",hash:`SHA-${r.alg.slice(-3)}`},s=r.d?["sign"]:["verify"];break;case"RS256":case"RS384":case"RS512":e={name:"RSASSA-PKCS1-v1_5",hash:`SHA-${r.alg.slice(-3)}`},s=r.d?["sign"]:["verify"];break;case"RSA-OAEP":case"RSA-OAEP-256":case"RSA-OAEP-384":case"RSA-OAEP-512":e={name:"RSA-OAEP",hash:`SHA-${parseInt(r.alg.slice(-3),10)||1}`},s=r.d?["decrypt","unwrapKey"]:["encrypt","wrapKey"];break;default:throw new xe('Invalid or unsupported JWK "alg" (Algorithm) Parameter value')}break}case"EC":{switch(r.alg){case"ES256":e={name:"ECDSA",namedCurve:"P-256"},s=r.d?["sign"]:["verify"];break;case"ES384":e={name:"ECDSA",namedCurve:"P-384"},s=r.d?["sign"]:["verify"];break;case"ES512":e={name:"ECDSA",namedCurve:"P-521"},s=r.d?["sign"]:["verify"];break;case"ECDH-ES":case"ECDH-ES+A128KW":case"ECDH-ES+A192KW":case"ECDH-ES+A256KW":e={name:"ECDH",namedCurve:r.crv},s=r.d?["deriveBits"]:[];break;default:throw new xe('Invalid or unsupported JWK "alg" (Algorithm) Parameter value')}break}case"OKP":{switch(r.alg){case"Ed25519":e={name:"Ed25519"},s=r.d?["sign"]:["verify"];break;case"EdDSA":e={name:r.crv},s=r.d?["sign"]:["verify"];break;case"ECDH-ES":case"ECDH-ES+A128KW":case"ECDH-ES+A192KW":case"ECDH-ES+A256KW":e={name:r.crv},s=r.d?["deriveBits"]:[];break;default:throw new xe('Invalid or unsupported JWK "alg" (Algorithm) Parameter value')}break}default:throw new xe('Invalid or unsupported JWK "kty" (Key Type) Parameter value')}return{algorithm:e,keyUsages:s}}const vs=async r=>{if(!r.alg)throw new TypeError('"alg" argument is required when "jwk.alg" is not present');const{algorithm:e,keyUsages:s}=yn(r),t=[e,r.ext??!1,r.key_ops??s],n={...r};return delete n.alg,delete n.use,At.subtle.importKey("jwk",n,...t)},Es=r=>Re(r);let He,Be;const As=r=>(r==null?void 0:r[Symbol.toStringTag])==="KeyObject",at=async(r,e,s,t,n=!1)=>{let i=r.get(e);if(i!=null&&i[t])return i[t];const o=await vs({...s,alg:t});return n&&Object.freeze(e),i?i[t]=o:r.set(e,{[t]:o}),o},bn={normalizePublicKey:(r,e)=>{if(As(r)){let s=r.export({format:"jwk"});return delete s.d,delete s.dp,delete s.dq,delete s.p,delete s.q,delete s.qi,s.k?Es(s.k):(Be||(Be=new WeakMap),at(Be,r,s,e))}return Ue(r)?r.k?Re(r.k):(Be||(Be=new WeakMap),at(Be,r,r,e,!0)):r},normalizePrivateKey:(r,e)=>{if(As(r)){let s=r.export({format:"jwk"});return s.k?Es(s.k):(He||(He=new WeakMap),at(He,r,s,e))}return Ue(r)?r.k?Re(r.k):(He||(He=new WeakMap),at(He,r,r,e,!0)):r}};async function Is(r,e){if(!ve(r))throw new TypeError("JWK must be an object");switch(e||(e=r.alg),r.kty){case"oct":if(typeof r.k!="string"||!r.k)throw new TypeError('missing "k" (Key Value) Parameter value');return Re(r.k);case"RSA":if("oth"in r&&r.oth!==void 0)throw new xe('RSA JWK "oth" (Other Primes Info) Parameter value is not supported');case"EC":case"OKP":return vs({...r,alg:e});default:throw new xe('Unsupported "kty" (Key Type) Parameter value')}}const Fe=r=>r==null?void 0:r[Symbol.toStringTag],Pt=(r,e,s)=>{var t,n;if(e.use!==void 0&&e.use!=="sig")throw new TypeError("Invalid key for this operation, when present its use must be sig");if(e.key_ops!==void 0&&((n=(t=e.key_ops).includes)==null?void 0:n.call(t,s))!==!0)throw new TypeError(`Invalid key for this operation, when present its key_ops must include ${s}`);if(e.alg!==void 0&&e.alg!==r)throw new TypeError(`Invalid key for this operation, when present its alg must be ${r}`);return!0},Sn=(r,e,s,t)=>{if(!(e instanceof Uint8Array)){if(t&&Ue(e)){if(wn(e)&&Pt(r,e,s))return;throw new TypeError('JSON Web Key for symmetric algorithms must have JWK "kty" (Key Type) equal to "oct" and the JWK "k" (Key Value) present')}if(!Ss(e))throw new TypeError(bs(r,e,...ot,"Uint8Array",t?"JSON Web Key":null));if(e.type!=="secret")throw new TypeError(`${Fe(e)} instances for symmetric algorithms must be of type "secret"`)}},vn=(r,e,s,t)=>{if(t&&Ue(e))switch(s){case"sign":if(xn(e)&&Pt(r,e,s))return;throw new TypeError("JSON Web Key for this operation be a private JWK");case"verify":if(mn(e)&&Pt(r,e,s))return;throw new TypeError("JSON Web Key for this operation be a public JWK")}if(!Ss(e))throw new TypeError(bs(r,e,...ot,t?"JSON Web Key":null));if(e.type==="secret")throw new TypeError(`${Fe(e)} instances for asymmetric algorithms must not be of type "secret"`);if(s==="sign"&&e.type==="public")throw new TypeError(`${Fe(e)} instances for asymmetric algorithm signing must be of type "private"`);if(s==="decrypt"&&e.type==="public")throw new TypeError(`${Fe(e)} instances for asymmetric algorithm decryption must be of type "private"`);if(e.algorithm&&s==="verify"&&e.type==="private")throw new TypeError(`${Fe(e)} instances for asymmetric algorithm verifying must be of type "public"`);if(e.algorithm&&s==="encrypt"&&e.type==="private")throw new TypeError(`${Fe(e)} instances for asymmetric algorithm encryption must be of type "public"`)};function Ts(r,e,s,t){e.startsWith("HS")||e==="dir"||e.startsWith("PBES2")||/^A\d{3}(?:GCM)?KW$/.test(e)?Sn(e,s,t,r):vn(e,s,t,r)}Ts.bind(void 0,!1);const Rs=Ts.bind(void 0,!0);function En(r,e,s,t,n){if(n.crit!==void 0&&(t==null?void 0:t.crit)===void 0)throw new r('"crit" (Critical) Header Parameter MUST be integrity protected');if(!t||t.crit===void 0)return new Set;if(!Array.isArray(t.crit)||t.crit.length===0||t.crit.some(o=>typeof o!="string"||o.length===0))throw new r('"crit" (Critical) Header Parameter MUST be an array of non-empty strings when present');let i;s!==void 0?i=new Map([...Object.entries(s),...e.entries()]):i=e;for(const o of t.crit){if(!i.has(o))throw new xe(`Extension Header Parameter "${o}" is not recognized`);if(n[o]===void 0)throw new r(`Extension Header Parameter "${o}" is missing`);if(i.get(o)&&t[o]===void 0)throw new r(`Extension Header Parameter "${o}" MUST be integrity protected`)}return new Set(t.crit)}const An=(r,e)=>{if(e!==void 0&&(!Array.isArray(e)||e.some(s=>typeof s!="string")))throw new TypeError(`"${r}" option must be an array of strings`);if(e)return new Set(e)};function In(r,e){const s=`SHA-${r.slice(-3)}`;switch(r){case"HS256":case"HS384":case"HS512":return{hash:s,name:"HMAC"};case"PS256":case"PS384":case"PS512":return{hash:s,name:"RSA-PSS",saltLength:r.slice(-3)>>3};case"RS256":case"RS384":case"RS512":return{hash:s,name:"RSASSA-PKCS1-v1_5"};case"ES256":case"ES384":case"ES512":return{hash:s,name:"ECDSA",namedCurve:e.namedCurve};case"Ed25519":return{name:"Ed25519"};case"EdDSA":return{name:e.name};default:throw new xe(`alg ${r} is not supported either by JOSE or your javascript runtime`)}}async function Tn(r,e,s){if(e=await bn.normalizePublicKey(e,r),fs(e))return pn(e,r,s),e;if(e instanceof Uint8Array){if(!r.startsWith("HS"))throw new TypeError(ys(e,...ot));return At.subtle.importKey("raw",e,{hash:`SHA-${r.slice(-3)}`,name:"HMAC"},!1,[s])}throw new TypeError(ys(e,...ot,"Uint8Array","JSON Web Key"))}const Rn=async(r,e,s,t)=>{const n=await Tn(r,e,"verify");gn(r,n);const i=In(r,n.algorithm);try{return await At.subtle.verify(i,n,s,t)}catch{return!1}};async function kn(r,e,s){if(!ve(r))throw new X("Flattened JWS must be an object");if(r.protected===void 0&&r.header===void 0)throw new X('Flattened JWS must have either of the "protected" or "header" members');if(r.protected!==void 0&&typeof r.protected!="string")throw new X("JWS Protected Header incorrect type");if(r.payload===void 0)throw new X("JWS Payload missing");if(typeof r.signature!="string")throw new X("JWS Signature missing or incorrect type");if(r.header!==void 0&&!ve(r.header))throw new X("JWS Unprotected Header incorrect type");let t={};if(r.protected)try{const E=Re(r.protected);t=JSON.parse(Ye.decode(E))}catch{throw new X("JWS Protected Header is invalid")}if(!fn(t,r.header))throw new X("JWS Protected and JWS Unprotected Header Parameter names must be disjoint");const n={...t,...r.header},i=En(X,new Map([["b64",!0]]),s==null?void 0:s.crit,t,n);let o=!0;if(i.has("b64")&&(o=t.b64,typeof o!="boolean"))throw new X('The "b64" (base64url-encode payload) Header Parameter must be a boolean');const{alg:a}=n;if(typeof a!="string"||!a)throw new X('JWS "alg" (Algorithm) Header Parameter missing or invalid');const c=s&&An("algorithms",s.algorithms);if(c&&!c.has(a))throw new _s('"alg" (Algorithm) Header Parameter value not allowed');if(o){if(typeof r.payload!="string")throw new X("JWS Payload must be a string")}else if(typeof r.payload!="string"&&!(r.payload instanceof Uint8Array))throw new X("JWS Payload must be a string or an Uint8Array instance");let l=!1;typeof e=="function"?(e=await e(t,r),l=!0,Rs(a,e,"verify"),Ue(e)&&(e=await Is(e,a))):Rs(a,e,"verify");const u=on(it.encode(r.protected??""),it.encode("."),typeof r.payload=="string"?it.encode(r.payload):r.payload);let f;try{f=Re(r.signature)}catch{throw new X("Failed to base64url decode the signature")}if(!await Rn(a,e,f,u))throw new ms;let p;if(o)try{p=Re(r.payload)}catch{throw new X("Failed to base64url decode the payload")}else typeof r.payload=="string"?p=it.encode(r.payload):p=r.payload;const m={payload:p};return r.protected!==void 0&&(m.protectedHeader=t),r.header!==void 0&&(m.unprotectedHeader=r.header),l?{...m,key:e}:m}async function Pn(r,e,s){if(r instanceof Uint8Array&&(r=Ye.decode(r)),typeof r!="string")throw new X("Compact JWS must be a string or Uint8Array");const{0:t,1:n,2:i,length:o}=r.split(".");if(o!==3)throw new X("Invalid Compact JWS");const a=await kn({payload:n,protected:t,signature:i},e,s),c={payload:a.payload,protectedHeader:a.protectedHeader};return typeof e=="function"?{...c,key:a.key}:c}const On=r=>Math.floor(r.getTime()/1e3),ks=60,Ps=ks*60,Ot=Ps*24,Cn=Ot*7,Nn=Ot*365.25,Ln=/^(\+|\-)? ?(\d+|\d+\.\d+) ?(seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)(?: (ago|from now))?$/i,Os=r=>{const e=Ln.exec(r);if(!e||e[4]&&e[1])throw new TypeError("Invalid time period format");const s=parseFloat(e[2]),t=e[3].toLowerCase();let n;switch(t){case"sec":case"secs":case"second":case"seconds":case"s":n=Math.round(s);break;case"minute":case"minutes":case"min":case"mins":case"m":n=Math.round(s*ks);break;case"hour":case"hours":case"hr":case"hrs":case"h":n=Math.round(s*Ps);break;case"day":case"days":case"d":n=Math.round(s*Ot);break;case"week":case"weeks":case"w":n=Math.round(s*Cn);break;default:n=Math.round(s*Nn);break}return e[1]==="-"||e[4]==="ago"?-n:n},Cs=r=>r.toLowerCase().replace(/^application\//,""),Dn=(r,e)=>typeof r=="string"?e.includes(r):Array.isArray(r)?e.some(Set.prototype.has.bind(new Set(r))):!1,Mn=(r,e,s={})=>{let t;try{t=JSON.parse(Ye.decode(e))}catch{}if(!ve(t))throw new me("JWT Claims Set must be a top-level JSON object");const{typ:n}=s;if(n&&(typeof r.typ!="string"||Cs(r.typ)!==Cs(n)))throw new he('unexpected "typ" JWT header value',t,"typ","check_failed");const{requiredClaims:i=[],issuer:o,subject:a,audience:c,maxTokenAge:l}=s,u=[...i];l!==void 0&&u.push("iat"),c!==void 0&&u.push("aud"),a!==void 0&&u.push("sub"),o!==void 0&&u.push("iss");for(const m of new Set(u.reverse()))if(!(m in t))throw new he(`missing required "${m}" claim`,t,m,"missing");if(o&&!(Array.isArray(o)?o:[o]).includes(t.iss))throw new he('unexpected "iss" claim value',t,"iss","check_failed");if(a&&t.sub!==a)throw new he('unexpected "sub" claim value',t,"sub","check_failed");if(c&&!Dn(t.aud,typeof c=="string"?[c]:c))throw new he('unexpected "aud" claim value',t,"aud","check_failed");let f;switch(typeof s.clockTolerance){case"string":f=Os(s.clockTolerance);break;case"number":f=s.clockTolerance;break;case"undefined":f=0;break;default:throw new TypeError("Invalid clockTolerance option type")}const{currentDate:_}=s,p=On(_||new Date);if((t.iat!==void 0||l)&&typeof t.iat!="number")throw new he('"iat" claim must be a number',t,"iat","invalid");if(t.nbf!==void 0){if(typeof t.nbf!="number")throw new he('"nbf" claim must be a number',t,"nbf","invalid");if(t.nbf>p+f)throw new he('"nbf" claim timestamp check failed',t,"nbf","check_failed")}if(t.exp!==void 0){if(typeof t.exp!="number")throw new he('"exp" claim must be a number',t,"exp","invalid");if(t.exp<=p-f)throw new It('"exp" claim timestamp check failed',t,"exp","check_failed")}if(l){const m=p-t.iat,E=typeof l=="number"?l:Os(l);if(m-f>E)throw new It('"iat" claim timestamp check failed (too far in the past)',t,"iat","check_failed");if(m<0-f)throw new he('"iat" claim timestamp check failed (it should be in the past)',t,"iat","check_failed")}return t};async function $n(r,e,s){var o;const t=await Pn(r,e,s);if((o=t.protectedHeader.crit)!=null&&o.includes("b64")&&t.protectedHeader.b64===!1)throw new me("JWTs MUST NOT use unencoded payload");const i={payload:Mn(t.protectedHeader,t.payload,s),protectedHeader:t.protectedHeader};return typeof e=="function"?{...i,key:t.key}:i}function Wn(r){switch(typeof r=="string"&&r.slice(0,2)){case"RS":case"PS":return"RSA";case"ES":return"EC";case"Ed":return"OKP";default:throw new xe('Unsupported "alg" value for a JSON Web Key Set')}}function Un(r){return r&&typeof r=="object"&&Array.isArray(r.keys)&&r.keys.every(Hn)}function Hn(r){return ve(r)}function Ns(r){return typeof structuredClone=="function"?structuredClone(r):JSON.parse(JSON.stringify(r))}class Bn{constructor(e){if(this._cached=new WeakMap,!Un(e))throw new Tt("JSON Web Key Set malformed");this._jwks=Ns(e)}async getKey(e,s){const{alg:t,kid:n}={...e,...s==null?void 0:s.header},i=Wn(t),o=this._jwks.keys.filter(l=>{let u=i===l.kty;if(u&&typeof n=="string"&&(u=n===l.kid),u&&typeof l.alg=="string"&&(u=t===l.alg),u&&typeof l.use=="string"&&(u=l.use==="sig"),u&&Array.isArray(l.key_ops)&&(u=l.key_ops.includes("verify")),u)switch(t){case"ES256":u=l.crv==="P-256";break;case"ES256K":u=l.crv==="secp256k1";break;case"ES384":u=l.crv==="P-384";break;case"ES512":u=l.crv==="P-521";break;case"Ed25519":u=l.crv==="Ed25519";break;case"EdDSA":u=l.crv==="Ed25519"||l.crv==="Ed448";break}return u}),{0:a,length:c}=o;if(c===0)throw new Rt;if(c!==1){const l=new gs,{_cached:u}=this;throw l[Symbol.asyncIterator]=async function*(){for(const f of o)try{yield await Ls(u,f,t)}catch{}},l}return Ls(this._cached,a,t)}}async function Ls(r,e,s){const t=r.get(e)||r.set(e,{}).get(e);if(t[s]===void 0){const n=await Is({...e,ext:!0},s);if(n instanceof Uint8Array||n.type!=="public")throw new Tt("JSON Web Key Set members must be public keys");t[s]=n}return t[s]}function Ds(r){const e=new Bn(r),s=async(t,n)=>e.getKey(t,n);return Object.defineProperties(s,{jwks:{value:()=>Ns(e._jwks),enumerable:!0,configurable:!1,writable:!1}}),s}const Fn=async(r,e,s)=>{let t,n,i=!1;typeof AbortController=="function"&&(t=new AbortController,n=setTimeout(()=>{i=!0,t.abort()},e));const o=await fetch(r.href,{signal:t?t.signal:void 0,redirect:"manual",headers:s.headers}).catch(a=>{throw i?new xs:a});if(n!==void 0&&clearTimeout(n),o.status!==200)throw new ee("Expected 200 OK from the JSON Web Key Set HTTP response");try{return await o.json()}catch{throw new ee("Failed to parse the JSON Web Key Set HTTP response as JSON")}};function Kn(){return typeof WebSocketPair<"u"||typeof navigator<"u"&&navigator.userAgent==="Cloudflare-Workers"||typeof EdgeRuntime<"u"&&EdgeRuntime==="vercel"}let Ct;(typeof navigator>"u"||!((Mr=(yt=navigator.userAgent)==null?void 0:yt.startsWith)!=null&&Mr.call(yt,"Mozilla/5.0 ")))&&(Ct="jose/v5.10.0");const Nt=Symbol();function Gn(r,e){return!(typeof r!="object"||r===null||!("uat"in r)||typeof r.uat!="number"||Date.now()-r.uat>=e||!("jwks"in r)||!ve(r.jwks)||!Array.isArray(r.jwks.keys)||!Array.prototype.every.call(r.jwks.keys,ve))}class qn{constructor(e,s){if(!(e instanceof URL))throw new TypeError("url must be an instance of URL");this._url=new URL(e.href),this._options={agent:s==null?void 0:s.agent,headers:s==null?void 0:s.headers},this._timeoutDuration=typeof(s==null?void 0:s.timeoutDuration)=="number"?s==null?void 0:s.timeoutDuration:5e3,this._cooldownDuration=typeof(s==null?void 0:s.cooldownDuration)=="number"?s==null?void 0:s.cooldownDuration:3e4,this._cacheMaxAge=typeof(s==null?void 0:s.cacheMaxAge)=="number"?s==null?void 0:s.cacheMaxAge:6e5,(s==null?void 0:s[Nt])!==void 0&&(this._cache=s==null?void 0:s[Nt],Gn(s==null?void 0:s[Nt],this._cacheMaxAge)&&(this._jwksTimestamp=this._cache.uat,this._local=Ds(this._cache.jwks)))}coolingDown(){return typeof this._jwksTimestamp=="number"?Date.now()<this._jwksTimestamp+this._cooldownDuration:!1}fresh(){return typeof this._jwksTimestamp=="number"?Date.now()<this._jwksTimestamp+this._cacheMaxAge:!1}async getKey(e,s){(!this._local||!this.fresh())&&await this.reload();try{return await this._local(e,s)}catch(t){if(t instanceof Rt&&this.coolingDown()===!1)return await this.reload(),this._local(e,s);throw t}}async reload(){this._pendingFetch&&Kn()&&(this._pendingFetch=void 0);const e=new Headers(this._options.headers);Ct&&!e.has("User-Agent")&&(e.set("User-Agent",Ct),this._options.headers=Object.fromEntries(e.entries())),this._pendingFetch||(this._pendingFetch=Fn(this._url,this._timeoutDuration,this._options).then(s=>{this._local=Ds(s),this._cache&&(this._cache.uat=Date.now(),this._cache.jwks=s),this._jwksTimestamp=Date.now(),this._pendingFetch=void 0}).catch(s=>{throw this._pendingFetch=void 0,s})),await this._pendingFetch}}function Jn(r,e){const s=new qn(r,e),t=async(n,i)=>s.getKey(n,i);return Object.defineProperties(t,{coolingDown:{get:()=>s.coolingDown(),enumerable:!0,configurable:!1},fresh:{get:()=>s.fresh(),enumerable:!0,configurable:!1},reload:{value:()=>s.reload(),enumerable:!0,configurable:!1,writable:!1},reloading:{get:()=>!!s._pendingFetch,enumerable:!0,configurable:!1},jwks:{value:()=>{var n;return(n=s._local)==null?void 0:n.jwks()},enumerable:!0,configurable:!1,writable:!1}}),t}const Vn=Re;function zn(r){if(typeof r!="string")throw new me("JWTs must use Compact JWS serialization, JWT must be a string");const{1:e,length:s}=r.split(".");if(s===5)throw new me("Only JWTs using Compact JWS serialization can be decoded");if(s!==3)throw new me("Invalid JWT");if(!e)throw new me("JWTs must contain a payload");let t;try{t=Vn(e)}catch{throw new me("Failed to base64url decode the payload")}let n;try{n=JSON.parse(Ye.decode(t))}catch{throw new me("Failed to parse the decoded payload as JSON")}if(!ve(n))throw new me("Invalid JWT Claims Set");return n}/*! noble-hashes - MIT License (c) 2022 Paul Miller (paulmillr.com) */function Lt(r){return r instanceof Uint8Array||ArrayBuffer.isView(r)&&r.constructor.name==="Uint8Array"}function Ee(r,e=""){if(!Number.isSafeInteger(r)||r<0){const s=e&&`"${e}" `;throw new Error(`${s}expected integer >= 0, got ${r}`)}}function q(r,e,s=""){const t=Lt(r),n=r==null?void 0:r.length,i=e!==void 0;if(!t||i&&n!==e){const o=s&&`"${s}" `,a=i?` of length ${e}`:"",c=t?`length=${n}`:`type=${typeof r}`;throw new Error(o+"expected Uint8Array"+a+", got "+c)}return r}function Ms(r){if(typeof r!="function"||typeof r.create!="function")throw new Error("Hash must wrapped by utils.createHasher");Ee(r.outputLen),Ee(r.blockLen)}function Ke(r,e=!0){if(r.destroyed)throw new Error("Hash instance has been destroyed");if(e&&r.finished)throw new Error("Hash#digest() has already been called")}function $s(r,e){q(r,void 0,"digestInto() output");const s=e.outputLen;if(r.length<s)throw new Error('"digestInto() output" expected to be of length >='+s)}function Yn(r){return new Uint32Array(r.buffer,r.byteOffset,Math.floor(r.byteLength/4))}function Ge(...r){for(let e=0;e<r.length;e++)r[e].fill(0)}function Dt(r){return new DataView(r.buffer,r.byteOffset,r.byteLength)}function ye(r,e){return r<<32-e|r>>>e}const jn=new Uint8Array(new Uint32Array([287454020]).buffer)[0]===68;function Xn(r){return r<<24&4278190080|r<<8&16711680|r>>>8&65280|r>>>24&255}function Zn(r){for(let e=0;e<r.length;e++)r[e]=Xn(r[e]);return r}const Ws=jn?r=>r:Zn,Us=typeof Uint8Array.from([]).toHex=="function"&&typeof Uint8Array.fromHex=="function",Qn=Array.from({length:256},(r,e)=>e.toString(16).padStart(2,"0"));function Xe(r){if(q(r),Us)return r.toHex();let e="";for(let s=0;s<r.length;s++)e+=Qn[r[s]];return e}const Ae={_0:48,_9:57,A:65,F:70,a:97,f:102};function Hs(r){if(r>=Ae._0&&r<=Ae._9)return r-Ae._0;if(r>=Ae.A&&r<=Ae.F)return r-(Ae.A-10);if(r>=Ae.a&&r<=Ae.f)return r-(Ae.a-10)}function ct(r){if(typeof r!="string")throw new Error("hex string expected, got "+typeof r);if(Us)return Uint8Array.fromHex(r);const e=r.length,s=e/2;if(e%2)throw new Error("hex string expected, got unpadded hex of length "+e);const t=new Uint8Array(s);for(let n=0,i=0;n<s;n++,i+=2){const o=Hs(r.charCodeAt(i)),a=Hs(r.charCodeAt(i+1));if(o===void 0||a===void 0){const c=r[i]+r[i+1];throw new Error('hex string expected, got non-hex character "'+c+'" at index '+i)}t[n]=o*16+a}return t}function ke(...r){let e=0;for(let t=0;t<r.length;t++){const n=r[t];q(n),e+=n.length}const s=new Uint8Array(e);for(let t=0,n=0;t<r.length;t++){const i=r[t];s.set(i,n),n+=i.length}return s}function Bs(r,e={}){const s=(n,i)=>r(i).update(n).digest(),t=r(void 0);return s.outputLen=t.outputLen,s.blockLen=t.blockLen,s.create=n=>r(n),Object.assign(s,e),Object.freeze(s)}function Fs(r=32){const e=typeof globalThis=="object"?globalThis.crypto:null;if(typeof(e==null?void 0:e.getRandomValues)!="function")throw new Error("crypto.getRandomValues must be defined");return e.getRandomValues(new Uint8Array(r))}const ei=r=>({oid:Uint8Array.from([6,9,96,134,72,1,101,3,4,2,r])});function ti(r,e,s){return r&e^~r&s}function si(r,e,s){return r&e^r&s^e&s}class ri{constructor(e,s,t,n){O(this,"blockLen");O(this,"outputLen");O(this,"padOffset");O(this,"isLE");O(this,"buffer");O(this,"view");O(this,"finished",!1);O(this,"length",0);O(this,"pos",0);O(this,"destroyed",!1);this.blockLen=e,this.outputLen=s,this.padOffset=t,this.isLE=n,this.buffer=new Uint8Array(e),this.view=Dt(this.buffer)}update(e){Ke(this),q(e);const{view:s,buffer:t,blockLen:n}=this,i=e.length;for(let o=0;o<i;){const a=Math.min(n-this.pos,i-o);if(a===n){const c=Dt(e);for(;n<=i-o;o+=n)this.process(c,o);continue}t.set(e.subarray(o,o+a),this.pos),this.pos+=a,o+=a,this.pos===n&&(this.process(s,0),this.pos=0)}return this.length+=e.length,this.roundClean(),this}digestInto(e){Ke(this),$s(e,this),this.finished=!0;const{buffer:s,view:t,blockLen:n,isLE:i}=this;let{pos:o}=this;s[o++]=128,Ge(this.buffer.subarray(o)),this.padOffset>n-o&&(this.process(t,0),o=0);for(let f=o;f<n;f++)s[f]=0;t.setBigUint64(n-8,BigInt(this.length*8),i),this.process(t,0);const a=Dt(e),c=this.outputLen;if(c%4)throw new Error("_sha2: outputLen must be aligned to 32bit");const l=c/4,u=this.get();if(l>u.length)throw new Error("_sha2: outputLen bigger than state");for(let f=0;f<l;f++)a.setUint32(4*f,u[f],i)}digest(){const{buffer:e,outputLen:s}=this;this.digestInto(e);const t=e.slice(0,s);return this.destroy(),t}_cloneInto(e){e||(e=new this.constructor),e.set(...this.get());const{blockLen:s,buffer:t,length:n,finished:i,destroyed:o,pos:a}=this;return e.destroyed=o,e.finished=i,e.length=n,e.pos=a,n%s&&e.buffer.set(t),e}clone(){return this._cloneInto()}}const Pe=Uint32Array.from([1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225]),lt=BigInt(2**32-1),Ks=BigInt(32);function ni(r,e=!1){return e?{h:Number(r<),l:Number(r>>Ks<)}:{h:Number(r>>Ks<)|0,l:Number(r<)|0}}function ii(r,e=!1){const s=r.length;let t=new Uint32Array(s),n=new Uint32Array(s);for(let i=0;i<s;i++){const{h:o,l:a}=ni(r[i],e);[t[i],n[i]]=[o,a]}return[t,n]}const oi=(r,e,s)=>r<<s|e>>>32-s,ai=(r,e,s)=>e<<s|r>>>32-s,ci=(r,e,s)=>e<<s-32|r>>>64-s,li=(r,e,s)=>r<<s-32|e>>>64-s,di=Uint32Array.from([1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298]),Oe=new Uint32Array(64);class ui extends ri{constructor(e){super(64,e,8,!1)}get(){const{A:e,B:s,C:t,D:n,E:i,F:o,G:a,H:c}=this;return[e,s,t,n,i,o,a,c]}set(e,s,t,n,i,o,a,c){this.A=e|0,this.B=s|0,this.C=t|0,this.D=n|0,this.E=i|0,this.F=o|0,this.G=a|0,this.H=c|0}process(e,s){for(let f=0;f<16;f++,s+=4)Oe[f]=e.getUint32(s,!1);for(let f=16;f<64;f++){const _=Oe[f-15],p=Oe[f-2],m=ye(_,7)^ye(_,18)^_>>>3,E=ye(p,17)^ye(p,19)^p>>>10;Oe[f]=E+Oe[f-7]+m+Oe[f-16]|0}let{A:t,B:n,C:i,D:o,E:a,F:c,G:l,H:u}=this;for(let f=0;f<64;f++){const _=ye(a,6)^ye(a,11)^ye(a,25),p=u+_+ti(a,c,l)+di[f]+Oe[f]|0,E=(ye(t,2)^ye(t,13)^ye(t,22))+si(t,n,i)|0;u=l,l=c,c=a,a=o+p|0,o=i,i=n,n=t,t=p+E|0}t=t+this.A|0,n=n+this.B|0,i=i+this.C|0,o=o+this.D|0,a=a+this.E|0,c=c+this.F|0,l=l+this.G|0,u=u+this.H|0,this.set(t,n,i,o,a,c,l,u)}roundClean(){Ge(Oe)}destroy(){this.set(0,0,0,0,0,0,0,0),Ge(this.buffer)}}class hi extends ui{constructor(){super(32);O(this,"A",Pe[0]|0);O(this,"B",Pe[1]|0);O(this,"C",Pe[2]|0);O(this,"D",Pe[3]|0);O(this,"E",Pe[4]|0);O(this,"F",Pe[5]|0);O(this,"G",Pe[6]|0);O(this,"H",Pe[7]|0)}}const pi=Bs(()=>new hi,ei(1));/*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) */const Mt=BigInt(0),$t=BigInt(1);function dt(r,e=""){if(typeof r!="boolean"){const s=e&&`"${e}" `;throw new Error(s+"expected boolean, got type="+typeof r)}return r}function Gs(r){if(typeof r=="bigint"){if(!pt(r))throw new Error("positive bigint expected, got "+r)}else Ee(r);return r}function ut(r){const e=Gs(r).toString(16);return e.length&1?"0"+e:e}function qs(r){if(typeof r!="string")throw new Error("hex string expected, got "+typeof r);return r===""?Mt:BigInt("0x"+r)}function ht(r){return qs(Xe(r))}function Js(r){return qs(Xe(fi(q(r)).reverse()))}function Wt(r,e){Ee(e),r=Gs(r);const s=ct(r.toString(16).padStart(e*2,"0"));if(s.length!==e)throw new Error("number too large");return s}function Vs(r,e){return Wt(r,e).reverse()}function fi(r){return Uint8Array.from(r)}const pt=r=>typeof r=="bigint"&&Mt<=r;function _i(r,e,s){return pt(r)&&pt(e)&&pt(s)&&e<=r&&r<s}function gi(r,e,s,t){if(!_i(e,s,t))throw new Error("expected valid "+r+": "+s+" <= n < "+t+", got "+e)}function xi(r){let e;for(e=0;r>Mt;r>>=$t,e+=1);return e}const Ut=r=>($t<<BigInt(r))-$t;function mi(r,e,s){if(Ee(r,"hashLen"),Ee(e,"qByteLen"),typeof s!="function")throw new Error("hmacFn must be a function");const t=v=>new Uint8Array(v),n=Uint8Array.of(),i=Uint8Array.of(0),o=Uint8Array.of(1),a=1e3;let c=t(r),l=t(r),u=0;const f=()=>{c.fill(1),l.fill(0),u=0},_=(...v)=>s(l,ke(c,...v)),p=(v=n)=>{l=_(i,v),c=_(),v.length!==0&&(l=_(o,v),c=_())},m=()=>{if(u++>=a)throw new Error("drbg: tried max amount of iterations");let v=0;const T=[];for(;v<e;){c=_();const k=c.slice();T.push(k),v+=c.length}return ke(...T)};return(v,T)=>{f(),p(v);let k;for(;!(k=T(m()));)p();return f(),k}}function Ht(r,e={},s={}){if(!r||typeof r!="object")throw new Error("expected valid options object");function t(i,o,a){const c=r[i];if(a&&c===void 0)return;const l=typeof c;if(l!==o||c===null)throw new Error(`param "${i}" is invalid: expected ${o}, got ${l}`)}const n=(i,o)=>Object.entries(i).forEach(([a,c])=>t(a,c,o));n(e,!1),n(s,!0)}function zs(r){const e=new WeakMap;return(s,...t)=>{const n=e.get(s);if(n!==void 0)return n;const i=r(s,...t);return e.set(s,i),i}}/*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) */const ae=BigInt(0),ne=BigInt(1),Le=BigInt(2),Ys=BigInt(3),js=BigInt(4),Xs=BigInt(5),wi=BigInt(7),Zs=BigInt(8),yi=BigInt(9),Qs=BigInt(16);function pe(r,e){const s=r%e;return s>=ae?s:e+s}function ue(r,e,s){let t=r;for(;e-- >ae;)t*=t,t%=s;return t}function er(r,e){if(r===ae)throw new Error("invert: expected non-zero number");if(e<=ae)throw new Error("invert: expected positive modulus, got "+e);let s=pe(r,e),t=e,n=ae,i=ne;for(;s!==ae;){const a=t/s,c=t%s,l=n-i*a;t=s,s=c,n=i,i=l}if(t!==ne)throw new Error("invert: does not exist");return pe(n,e)}function Bt(r,e,s){if(!r.eql(r.sqr(e),s))throw new Error("Cannot find square root")}function tr(r,e){const s=(r.ORDER+ne)/js,t=r.pow(e,s);return Bt(r,t,e),t}function bi(r,e){const s=(r.ORDER-Xs)/Zs,t=r.mul(e,Le),n=r.pow(t,s),i=r.mul(e,n),o=r.mul(r.mul(i,Le),n),a=r.mul(i,r.sub(o,r.ONE));return Bt(r,a,e),a}function Si(r){const e=ft(r),s=sr(r),t=s(e,e.neg(e.ONE)),n=s(e,t),i=s(e,e.neg(t)),o=(r+wi)/Qs;return(a,c)=>{let l=a.pow(c,o),u=a.mul(l,t);const f=a.mul(l,n),_=a.mul(l,i),p=a.eql(a.sqr(u),c),m=a.eql(a.sqr(f),c);l=a.cmov(l,u,p),u=a.cmov(_,f,m);const E=a.eql(a.sqr(u),c),v=a.cmov(l,u,E);return Bt(a,v,c),v}}function sr(r){if(r<Ys)throw new Error("sqrt is not defined for small field");let e=r-ne,s=0;for(;e%Le===ae;)e/=Le,s++;let t=Le;const n=ft(r);for(;nr(n,t)===1;)if(t++>1e3)throw new Error("Cannot find square root: probably non-prime P");if(s===1)return tr;let i=n.pow(t,e);const o=(e+ne)/Le;return function(c,l){if(c.is0(l))return l;if(nr(c,l)!==1)throw new Error("Cannot find square root");let u=s,f=c.mul(c.ONE,i),_=c.pow(l,e),p=c.pow(l,o);for(;!c.eql(_,c.ONE);){if(c.is0(_))return c.ZERO;let m=1,E=c.sqr(_);for(;!c.eql(E,c.ONE);)if(m++,E=c.sqr(E),m===u)throw new Error("Cannot find square root");const v=ne<<BigInt(u-m-1),T=c.pow(f,v);u=m,f=c.sqr(T),_=c.mul(_,f),p=c.mul(p,T)}return p}}function vi(r){return r%js===Ys?tr:r%Zs===Xs?bi:r%Qs===yi?Si(r):sr(r)}const Ei=["create","isValid","is0","neg","inv","sqrt","sqr","eql","add","sub","mul","pow","div","addN","subN","mulN","sqrN"];function Ai(r){const e={ORDER:"bigint",BYTES:"number",BITS:"number"},s=Ei.reduce((t,n)=>(t[n]="function",t),e);return Ht(r,s),r}function Ii(r,e,s){if(s<ae)throw new Error("invalid exponent, negatives unsupported");if(s===ae)return r.ONE;if(s===ne)return e;let t=r.ONE,n=e;for(;s>ae;)s&ne&&(t=r.mul(t,n)),n=r.sqr(n),s>>=ne;return t}function rr(r,e,s=!1){const t=new Array(e.length).fill(s?r.ZERO:void 0),n=e.reduce((o,a,c)=>r.is0(a)?o:(t[c]=o,r.mul(o,a)),r.ONE),i=r.inv(n);return e.reduceRight((o,a,c)=>r.is0(a)?o:(t[c]=r.mul(o,t[c]),r.mul(o,a)),i),t}function nr(r,e){const s=(r.ORDER-ne)/Le,t=r.pow(e,s),n=r.eql(t,r.ONE),i=r.eql(t,r.ZERO),o=r.eql(t,r.neg(r.ONE));if(!n&&!i&&!o)throw new Error("invalid Legendre symbol result");return n?1:i?0:-1}function Ti(r,e){e!==void 0&&Ee(e);const s=e!==void 0?e:r.toString(2).length,t=Math.ceil(s/8);return{nBitLength:s,nByteLength:t}}class Ri{constructor(e,s={}){O(this,"ORDER");O(this,"BITS");O(this,"BYTES");O(this,"isLE");O(this,"ZERO",ae);O(this,"ONE",ne);O(this,"_lengths");O(this,"_sqrt");O(this,"_mod");var o;if(e<=ae)throw new Error("invalid field: expected ORDER > 0, got "+e);let t;this.isLE=!1,s!=null&&typeof s=="object"&&(typeof s.BITS=="number"&&(t=s.BITS),typeof s.sqrt=="function"&&(this.sqrt=s.sqrt),typeof s.isLE=="boolean"&&(this.isLE=s.isLE),s.allowedLengths&&(this._lengths=(o=s.allowedLengths)==null?void 0:o.slice()),typeof s.modFromBytes=="boolean"&&(this._mod=s.modFromBytes));const{nBitLength:n,nByteLength:i}=Ti(e,t);if(i>2048)throw new Error("invalid field: expected ORDER of <= 2048 bytes");this.ORDER=e,this.BITS=n,this.BYTES=i,this._sqrt=void 0,Object.preventExtensions(this)}create(e){return pe(e,this.ORDER)}isValid(e){if(typeof e!="bigint")throw new Error("invalid field element: expected bigint, got "+typeof e);return ae<=e&&e<this.ORDER}is0(e){return e===ae}isValidNot0(e){return!this.is0(e)&&this.isValid(e)}isOdd(e){return(e&ne)===ne}neg(e){return pe(-e,this.ORDER)}eql(e,s){return e===s}sqr(e){return pe(e*e,this.ORDER)}add(e,s){return pe(e+s,this.ORDER)}sub(e,s){return pe(e-s,this.ORDER)}mul(e,s){return pe(e*s,this.ORDER)}pow(e,s){return Ii(this,e,s)}div(e,s){return pe(e*er(s,this.ORDER),this.ORDER)}sqrN(e){return e*e}addN(e,s){return e+s}subN(e,s){return e-s}mulN(e,s){return e*s}inv(e){return er(e,this.ORDER)}sqrt(e){return this._sqrt||(this._sqrt=vi(this.ORDER)),this._sqrt(this,e)}toBytes(e){return this.isLE?Vs(e,this.BYTES):Wt(e,this.BYTES)}fromBytes(e,s=!1){q(e);const{_lengths:t,BYTES:n,isLE:i,ORDER:o,_mod:a}=this;if(t){if(!t.includes(e.length)||e.length>n)throw new Error("Field.fromBytes: expected "+t+" bytes, got "+e.length);const l=new Uint8Array(n);l.set(e,i?0:l.length-e.length),e=l}if(e.length!==n)throw new Error("Field.fromBytes: expected "+n+" bytes, got "+e.length);let c=i?Js(e):ht(e);if(a&&(c=pe(c,o)),!s&&!this.isValid(c))throw new Error("invalid field element: outside of range 0..ORDER");return c}invertBatch(e){return rr(this,e)}cmov(e,s,t){return t?s:e}}function ft(r,e={}){return new Ri(r,e)}function ir(r){if(typeof r!="bigint")throw new Error("field order must be bigint");const e=r.toString(2).length;return Math.ceil(e/8)}function or(r){const e=ir(r);return e+Math.ceil(e/2)}function ki(r,e,s=!1){q(r);const t=r.length,n=ir(e),i=or(e);if(t<16||t<i||t>1024)throw new Error("expected "+i+"-1024 bytes of input, got "+t);const o=s?Js(r):ht(r),a=pe(o,e-ne)+ne;return s?Vs(a,n):Wt(a,n)}/*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) */const qe=BigInt(0),De=BigInt(1);function _t(r,e){const s=e.negate();return r?s:e}function ar(r,e){const s=rr(r.Fp,e.map(t=>t.Z));return e.map((t,n)=>r.fromAffine(t.toAffine(s[n])))}function cr(r,e){if(!Number.isSafeInteger(r)||r<=0||r>e)throw new Error("invalid window size, expected [1.."+e+"], got W="+r)}function Ft(r,e){cr(r,e);const s=Math.ceil(e/r)+1,t=2**(r-1),n=2**r,i=Ut(r),o=BigInt(r);return{windows:s,windowSize:t,mask:i,maxNumber:n,shiftBy:o}}function lr(r,e,s){const{windowSize:t,mask:n,maxNumber:i,shiftBy:o}=s;let a=Number(r&n),c=r>>o;a>t&&(a-=i,c+=De);const l=e*t,u=l+Math.abs(a)-1,f=a===0,_=a<0,p=e%2!==0;return{nextN:c,offset:u,isZero:f,isNeg:_,isNegF:p,offsetF:l}}const Kt=new WeakMap,dr=new WeakMap;function Gt(r){return dr.get(r)||1}function ur(r){if(r!==qe)throw new Error("invalid wNAF")}class Pi{constructor(e,s){O(this,"BASE");O(this,"ZERO");O(this,"Fn");O(this,"bits");this.BASE=e.BASE,this.ZERO=e.ZERO,this.Fn=e.Fn,this.bits=s}_unsafeLadder(e,s,t=this.ZERO){let n=e;for(;s>qe;)s&De&&(t=t.add(n)),n=n.double(),s>>=De;return t}precomputeWindow(e,s){const{windows:t,windowSize:n}=Ft(s,this.bits),i=[];let o=e,a=o;for(let c=0;c<t;c++){a=o,i.push(a);for(let l=1;l<n;l++)a=a.add(o),i.push(a);o=a.double()}return i}wNAF(e,s,t){if(!this.Fn.isValid(t))throw new Error("invalid scalar");let n=this.ZERO,i=this.BASE;const o=Ft(e,this.bits);for(let a=0;a<o.windows;a++){const{nextN:c,offset:l,isZero:u,isNeg:f,isNegF:_,offsetF:p}=lr(t,a,o);t=c,u?i=i.add(_t(_,s[p])):n=n.add(_t(f,s[l]))}return ur(t),{p:n,f:i}}wNAFUnsafe(e,s,t,n=this.ZERO){const i=Ft(e,this.bits);for(let o=0;o<i.windows&&t!==qe;o++){const{nextN:a,offset:c,isZero:l,isNeg:u}=lr(t,o,i);if(t=a,!l){const f=s[c];n=n.add(u?f.negate():f)}}return ur(t),n}getPrecomputes(e,s,t){let n=Kt.get(s);return n||(n=this.precomputeWindow(s,e),e!==1&&(typeof t=="function"&&(n=t(n)),Kt.set(s,n))),n}cached(e,s,t){const n=Gt(e);return this.wNAF(n,this.getPrecomputes(n,e,t),s)}unsafe(e,s,t,n){const i=Gt(e);return i===1?this._unsafeLadder(e,s,n):this.wNAFUnsafe(i,this.getPrecomputes(i,e,t),s,n)}createCache(e,s){cr(s,this.bits),dr.set(e,s),Kt.delete(e)}hasCache(e){return Gt(e)!==1}}function Oi(r,e,s,t){let n=e,i=r.ZERO,o=r.ZERO;for(;s>qe||t>qe;)s&De&&(i=i.add(n)),t&De&&(o=o.add(n)),n=n.double(),s>>=De,t>>=De;return{p1:i,p2:o}}function hr(r,e,s){if(e){if(e.ORDER!==r)throw new Error("Field.ORDER must match order: Fp == p, Fn == n");return Ai(e),e}else return ft(r,{isLE:s})}function Ci(r,e,s={},t){if(t===void 0&&(t=r==="edwards"),!e||typeof e!="object")throw new Error(`expected valid ${r} CURVE object`);for(const c of["p","n","h"]){const l=e[c];if(!(typeof l=="bigint"&&l>qe))throw new Error(`CURVE.${c} must be positive bigint`)}const n=hr(e.p,s.Fp,t),i=hr(e.n,s.Fn,t),a=["Gx","Gy","a","b"];for(const c of a)if(!n.isValid(e[c]))throw new Error(`CURVE.${c} must be valid field element of CURVE.Fp`);return e=Object.freeze(Object.assign({},e)),{CURVE:e,Fp:n,Fn:i}}function Ni(r,e){return function(t){const n=r(t);return{secretKey:n,publicKey:e(n)}}}class pr{constructor(e,s){O(this,"oHash");O(this,"iHash");O(this,"blockLen");O(this,"outputLen");O(this,"finished",!1);O(this,"destroyed",!1);if(Ms(e),q(s,void 0,"key"),this.iHash=e.create(),typeof this.iHash.update!="function")throw new Error("Expected instance of class which extends utils.Hash");this.blockLen=this.iHash.blockLen,this.outputLen=this.iHash.outputLen;const t=this.blockLen,n=new Uint8Array(t);n.set(s.length>t?e.create().update(s).digest():s);for(let i=0;i<n.length;i++)n[i]^=54;this.iHash.update(n),this.oHash=e.create();for(let i=0;i<n.length;i++)n[i]^=106;this.oHash.update(n),Ge(n)}update(e){return Ke(this),this.iHash.update(e),this}digestInto(e){Ke(this),q(e,this.outputLen,"output"),this.finished=!0,this.iHash.digestInto(e),this.oHash.update(e),this.oHash.digestInto(e),this.destroy()}digest(){const e=new Uint8Array(this.oHash.outputLen);return this.digestInto(e),e}_cloneInto(e){e||(e=Object.create(Object.getPrototypeOf(this),{}));const{oHash:s,iHash:t,finished:n,destroyed:i,blockLen:o,outputLen:a}=this;return e=e,e.finished=n,e.destroyed=i,e.blockLen=o,e.outputLen=a,e.oHash=s._cloneInto(e.oHash),e.iHash=t._cloneInto(e.iHash),e}clone(){return this._cloneInto()}destroy(){this.destroyed=!0,this.oHash.destroy(),this.iHash.destroy()}}const fr=(r,e,s)=>new pr(r,e).update(s).digest();fr.create=(r,e)=>new pr(r,e);/*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) */const _r=(r,e)=>(r+(r>=0?e:-e)/gr)/e;function Li(r,e,s){const[[t,n],[i,o]]=e,a=_r(o*r,s),c=_r(-n*r,s);let l=r-a*t-c*i,u=-a*n-c*o;const f=l<Ie,_=u<Ie;f&&(l=-l),_&&(u=-u);const p=Ut(Math.ceil(xi(s)/2))+Je;if(l<Ie||l>=p||u<Ie||u>=p)throw new Error("splitScalar (endomorphism): failed, k="+r);return{k1neg:f,k1:l,k2neg:_,k2:u}}function qt(r){if(!["compact","recovered","der"].includes(r))throw new Error('Signature format must be "compact", "recovered", or "der"');return r}function Jt(r,e){const s={};for(let t of Object.keys(e))s[t]=r[t]===void 0?e[t]:r[t];return dt(s.lowS,"lowS"),dt(s.prehash,"prehash"),s.format!==void 0&&qt(s.format),s}class Di extends Error{constructor(e=""){super(e)}}const Ce={Err:Di,_tlv:{encode:(r,e)=>{const{Err:s}=Ce;if(r<0||r>256)throw new s("tlv.encode: wrong tag");if(e.length&1)throw new s("tlv.encode: unpadded data");const t=e.length/2,n=ut(t);if(n.length/2&128)throw new s("tlv.encode: long form length too big");const i=t>127?ut(n.length/2|128):"";return ut(r)+i+n+e},decode(r,e){const{Err:s}=Ce;let t=0;if(r<0||r>256)throw new s("tlv.encode: wrong tag");if(e.length<2||e[t++]!==r)throw new s("tlv.decode: wrong tlv");const n=e[t++],i=!!(n&128);let o=0;if(!i)o=n;else{const c=n&127;if(!c)throw new s("tlv.decode(long): indefinite length not supported");if(c>4)throw new s("tlv.decode(long): byte length is too big");const l=e.subarray(t,t+c);if(l.length!==c)throw new s("tlv.decode: length bytes not complete");if(l[0]===0)throw new s("tlv.decode(long): zero leftmost byte");for(const u of l)o=o<<8|u;if(t+=c,o<128)throw new s("tlv.decode(long): not minimal encoding")}const a=e.subarray(t,t+o);if(a.length!==o)throw new s("tlv.decode: wrong value length");return{v:a,l:e.subarray(t+o)}}},_int:{encode(r){const{Err:e}=Ce;if(r<Ie)throw new e("integer: negative integers are not allowed");let s=ut(r);if(Number.parseInt(s[0],16)&8&&(s="00"+s),s.length&1)throw new e("unexpected DER parsing assertion: unpadded hex");return s},decode(r){const{Err:e}=Ce;if(r[0]&128)throw new e("invalid signature integer: negative");if(r[0]===0&&!(r[1]&128))throw new e("invalid signature integer: unnecessary leading zero");return ht(r)}},toSig(r){const{Err:e,_int:s,_tlv:t}=Ce,n=q(r,void 0,"signature"),{v:i,l:o}=t.decode(48,n);if(o.length)throw new e("invalid signature: left bytes after parsing");const{v:a,l:c}=t.decode(2,i),{v:l,l:u}=t.decode(2,c);if(u.length)throw new e("invalid signature: left bytes after parsing");return{r:s.decode(a),s:s.decode(l)}},hexFromSig(r){const{_tlv:e,_int:s}=Ce,t=e.encode(2,s.encode(r.r)),n=e.encode(2,s.encode(r.s)),i=t+n;return e.encode(48,i)}},Ie=BigInt(0),Je=BigInt(1),gr=BigInt(2),gt=BigInt(3),Mi=BigInt(4);function $i(r,e={}){const s=Ci("weierstrass",r,e),{Fp:t,Fn:n}=s;let i=s.CURVE;const{h:o,n:a}=i;Ht(e,{},{allowInfinityPoint:"boolean",clearCofactor:"function",isTorsionFree:"function",fromBytes:"function",toBytes:"function",endo:"object"});const{endo:c}=e;if(c&&(!t.is0(i.a)||typeof c.beta!="bigint"||!Array.isArray(c.basises)))throw new Error('invalid endo: expected "beta": bigint and "basises": array');const l=mr(t,n);function u(){if(!t.isOdd)throw new Error("compression is not supported: Field does not have .isOdd()")}function f(M,x,w){const{x:I,y:P}=x.toAffine(),D=t.toBytes(I);if(dt(w,"isCompressed"),w){u();const y=!t.isOdd(P);return ke(xr(y),D)}else return ke(Uint8Array.of(4),D,t.toBytes(P))}function _(M){q(M,void 0,"Point");const{publicKey:x,publicKeyUncompressed:w}=l,I=M.length,P=M[0],D=M.subarray(1);if(I===x&&(P===2||P===3)){const y=t.fromBytes(D);if(!t.isValid(y))throw new Error("bad point: is not on curve, wrong x");const b=E(y);let S;try{S=t.sqrt(b)}catch(H){const W=H instanceof Error?": "+H.message:"";throw new Error("bad point: is not on curve, sqrt error"+W)}u();const A=t.isOdd(S);return(P&1)===1!==A&&(S=t.neg(S)),{x:y,y:S}}else if(I===w&&P===4){const y=t.BYTES,b=t.fromBytes(D.subarray(0,y)),S=t.fromBytes(D.subarray(y,y*2));if(!v(b,S))throw new Error("bad point: is not on curve");return{x:b,y:S}}else throw new Error(`bad point: got length ${I}, expected compressed=${x} or uncompressed=${w}`)}const p=e.toBytes||f,m=e.fromBytes||_;function E(M){const x=t.sqr(M),w=t.mul(x,M);return t.add(t.add(w,t.mul(M,i.a)),i.b)}function v(M,x){const w=t.sqr(x),I=E(M);return t.eql(w,I)}if(!v(i.Gx,i.Gy))throw new Error("bad curve params: generator point");const T=t.mul(t.pow(i.a,gt),Mi),k=t.mul(t.sqr(i.b),BigInt(27));if(t.is0(t.add(T,k)))throw new Error("bad curve params: a or b");function B(M,x,w=!1){if(!t.isValid(x)||w&&t.is0(x))throw new Error(`bad point coordinate ${M}`);return x}function $(M){if(!(M instanceof j))throw new Error("Weierstrass Point expected")}function J(M){if(!c||!c.basises)throw new Error("no endo");return Li(M,c.basises,n.ORDER)}const G=zs((M,x)=>{const{X:w,Y:I,Z:P}=M;if(t.eql(P,t.ONE))return{x:w,y:I};const D=M.is0();x==null&&(x=D?t.ONE:t.inv(P));const y=t.mul(w,x),b=t.mul(I,x),S=t.mul(P,x);if(D)return{x:t.ZERO,y:t.ZERO};if(!t.eql(S,t.ONE))throw new Error("invZ was invalid");return{x:y,y:b}}),se=zs(M=>{if(M.is0()){if(e.allowInfinityPoint&&!t.is0(M.Y))return;throw new Error("bad point: ZERO")}const{x,y:w}=M.toAffine();if(!t.isValid(x)||!t.isValid(w))throw new Error("bad point: x or y not field elements");if(!v(x,w))throw new Error("bad point: equation left != right");if(!M.isTorsionFree())throw new Error("bad point: not in prime-order subgroup");return!0});function F(M,x,w,I,P){return w=new j(t.mul(w.X,M),w.Y,w.Z),x=_t(I,x),w=_t(P,w),x.add(w)}const C=class C{constructor(x,w,I){O(this,"X");O(this,"Y");O(this,"Z");this.X=B("x",x),this.Y=B("y",w,!0),this.Z=B("z",I),Object.freeze(this)}static CURVE(){return i}static fromAffine(x){const{x:w,y:I}=x||{};if(!x||!t.isValid(w)||!t.isValid(I))throw new Error("invalid affine point");if(x instanceof C)throw new Error("projective point not allowed");return t.is0(w)&&t.is0(I)?C.ZERO:new C(w,I,t.ONE)}static fromBytes(x){const w=C.fromAffine(m(q(x,void 0,"point")));return w.assertValidity(),w}static fromHex(x){return C.fromBytes(ct(x))}get x(){return this.toAffine().x}get y(){return this.toAffine().y}precompute(x=8,w=!0){return U.createCache(this,x),w||this.multiply(gt),this}assertValidity(){se(this)}hasEvenY(){const{y:x}=this.toAffine();if(!t.isOdd)throw new Error("Field doesn't support isOdd");return!t.isOdd(x)}equals(x){$(x);const{X:w,Y:I,Z:P}=this,{X:D,Y:y,Z:b}=x,S=t.eql(t.mul(w,b),t.mul(D,P)),A=t.eql(t.mul(I,b),t.mul(y,P));return S&&A}negate(){return new C(this.X,t.neg(this.Y),this.Z)}double(){const{a:x,b:w}=i,I=t.mul(w,gt),{X:P,Y:D,Z:y}=this;let b=t.ZERO,S=t.ZERO,A=t.ZERO,R=t.mul(P,P),H=t.mul(D,D),W=t.mul(y,y),N=t.mul(P,D);return N=t.add(N,N),A=t.mul(P,y),A=t.add(A,A),b=t.mul(x,A),S=t.mul(I,W),S=t.add(b,S),b=t.sub(H,S),S=t.add(H,S),S=t.mul(b,S),b=t.mul(N,b),A=t.mul(I,A),W=t.mul(x,W),N=t.sub(R,W),N=t.mul(x,N),N=t.add(N,A),A=t.add(R,R),R=t.add(A,R),R=t.add(R,W),R=t.mul(R,N),S=t.add(S,R),W=t.mul(D,y),W=t.add(W,W),R=t.mul(W,N),b=t.sub(b,R),A=t.mul(W,H),A=t.add(A,A),A=t.add(A,A),new C(b,S,A)}add(x){$(x);const{X:w,Y:I,Z:P}=this,{X:D,Y:y,Z:b}=x;let S=t.ZERO,A=t.ZERO,R=t.ZERO;const H=i.a,W=t.mul(i.b,gt);let N=t.mul(w,D),K=t.mul(I,y),Y=t.mul(P,b),de=t.add(w,I),V=t.add(D,y);de=t.mul(de,V),V=t.add(N,K),de=t.sub(de,V),V=t.add(w,P);let oe=t.add(D,b);return V=t.mul(V,oe),oe=t.add(N,Y),V=t.sub(V,oe),oe=t.add(I,P),S=t.add(y,b),oe=t.mul(oe,S),S=t.add(K,Y),oe=t.sub(oe,S),R=t.mul(H,V),S=t.mul(W,Y),R=t.add(S,R),S=t.sub(K,R),R=t.add(K,R),A=t.mul(S,R),K=t.add(N,N),K=t.add(K,N),Y=t.mul(H,Y),V=t.mul(W,V),K=t.add(K,Y),Y=t.sub(N,Y),Y=t.mul(H,Y),V=t.add(V,Y),N=t.mul(K,V),A=t.add(A,N),N=t.mul(oe,V),S=t.mul(de,S),S=t.sub(S,N),N=t.mul(de,K),R=t.mul(oe,R),R=t.add(R,N),new C(S,A,R)}subtract(x){return this.add(x.negate())}is0(){return this.equals(C.ZERO)}multiply(x){const{endo:w}=e;if(!n.isValidNot0(x))throw new Error("invalid scalar: out of range");let I,P;const D=y=>U.cached(this,y,b=>ar(C,b));if(w){const{k1neg:y,k1:b,k2neg:S,k2:A}=J(x),{p:R,f:H}=D(b),{p:W,f:N}=D(A);P=H.add(N),I=F(w.beta,R,W,y,S)}else{const{p:y,f:b}=D(x);I=y,P=b}return ar(C,[I,P])[0]}multiplyUnsafe(x){const{endo:w}=e,I=this;if(!n.isValid(x))throw new Error("invalid scalar: out of range");if(x===Ie||I.is0())return C.ZERO;if(x===Je)return I;if(U.hasCache(this))return this.multiply(x);if(w){const{k1neg:P,k1:D,k2neg:y,k2:b}=J(x),{p1:S,p2:A}=Oi(C,I,D,b);return F(w.beta,S,A,P,y)}else return U.unsafe(I,x)}toAffine(x){return G(this,x)}isTorsionFree(){const{isTorsionFree:x}=e;return o===Je?!0:x?x(C,this):U.unsafe(this,a).is0()}clearCofactor(){const{clearCofactor:x}=e;return o===Je?this:x?x(C,this):this.multiplyUnsafe(o)}isSmallOrder(){return this.multiplyUnsafe(o).is0()}toBytes(x=!0){return dt(x,"isCompressed"),this.assertValidity(),p(C,this,x)}toHex(x=!0){return Xe(this.toBytes(x))}toString(){return`<Point ${this.is0()?"ZERO":this.toHex()}>`}};O(C,"BASE",new C(i.Gx,i.Gy,t.ONE)),O(C,"ZERO",new C(t.ZERO,t.ONE,t.ZERO)),O(C,"Fp",t),O(C,"Fn",n);let j=C;const re=n.BITS,U=new Pi(j,e.endo?Math.ceil(re/2):re);return j.BASE.precompute(8),j}function xr(r){return Uint8Array.of(r?2:3)}function mr(r,e){return{secretKey:e.BYTES,publicKey:1+r.BYTES,publicKeyUncompressed:1+2*r.BYTES,publicKeyHasPrefix:!0,signature:2*e.BYTES}}function Wi(r,e={}){const{Fn:s}=r,t=e.randomBytes||Fs,n=Object.assign(mr(r.Fp,s),{seed:or(s.ORDER)});function i(p){try{const m=s.fromBytes(p);return s.isValidNot0(m)}catch{return!1}}function o(p,m){const{publicKey:E,publicKeyUncompressed:v}=n;try{const T=p.length;return m===!0&&T!==E||m===!1&&T!==v?!1:!!r.fromBytes(p)}catch{return!1}}function a(p=t(n.seed)){return ki(q(p,n.seed,"seed"),s.ORDER)}function c(p,m=!0){return r.BASE.multiply(s.fromBytes(p)).toBytes(m)}function l(p){const{secretKey:m,publicKey:E,publicKeyUncompressed:v}=n;if(!Lt(p)||"_lengths"in s&&s._lengths||m===E)return;const T=q(p,void 0,"key").length;return T===E||T===v}function u(p,m,E=!0){if(l(p)===!0)throw new Error("first arg must be private key");if(l(m)===!1)throw new Error("second arg must be public key");const v=s.fromBytes(p);return r.fromBytes(m).multiply(v).toBytes(E)}const f={isValidSecretKey:i,isValidPublicKey:o,randomSecretKey:a},_=Ni(a,c);return Object.freeze({getPublicKey:c,getSharedSecret:u,keygen:_,Point:r,utils:f,lengths:n})}function Ui(r,e,s={}){Ms(e),Ht(s,{},{hmac:"function",lowS:"boolean",randomBytes:"function",bits2int:"function",bits2int_modN:"function"}),s=Object.assign({},s);const t=s.randomBytes||Fs,n=s.hmac||((x,w)=>fr(e,x,w)),{Fp:i,Fn:o}=r,{ORDER:a,BITS:c}=o,{keygen:l,getPublicKey:u,getSharedSecret:f,utils:_,lengths:p}=Wi(r,s),m={prehash:!0,lowS:typeof s.lowS=="boolean"?s.lowS:!0,format:"compact",extraEntropy:!1},E=a*gr<i.ORDER;function v(x){const w=a>>Je;return x>w}function T(x,w){if(!o.isValidNot0(w))throw new Error(`invalid signature ${x}: out of range 1..Point.Fn.ORDER`);return w}function k(){if(E)throw new Error('"recovered" sig type is not supported for cofactor >2 curves')}function B(x,w){qt(w);const I=p.signature,P=w==="compact"?I:w==="recovered"?I+1:void 0;return q(x,P)}class ${constructor(w,I,P){O(this,"r");O(this,"s");O(this,"recovery");if(this.r=T("r",w),this.s=T("s",I),P!=null){if(k(),![0,1,2,3].includes(P))throw new Error("invalid recovery id");this.recovery=P}Object.freeze(this)}static fromBytes(w,I=m.format){B(w,I);let P;if(I==="der"){const{r:S,s:A}=Ce.toSig(q(w));return new $(S,A)}I==="recovered"&&(P=w[0],I="compact",w=w.subarray(1));const D=p.signature/2,y=w.subarray(0,D),b=w.subarray(D,D*2);return new $(o.fromBytes(y),o.fromBytes(b),P)}static fromHex(w,I){return this.fromBytes(ct(w),I)}assertRecovery(){const{recovery:w}=this;if(w==null)throw new Error("invalid recovery id: must be present");return w}addRecoveryBit(w){return new $(this.r,this.s,w)}recoverPublicKey(w){const{r:I,s:P}=this,D=this.assertRecovery(),y=D===2||D===3?I+a:I;if(!i.isValid(y))throw new Error("invalid recovery id: sig.r+curve.n != R.x");const b=i.toBytes(y),S=r.fromBytes(ke(xr((D&1)===0),b)),A=o.inv(y),R=G(q(w,void 0,"msgHash")),H=o.create(-R*A),W=o.create(P*A),N=r.BASE.multiplyUnsafe(H).add(S.multiplyUnsafe(W));if(N.is0())throw new Error("invalid recovery: point at infinify");return N.assertValidity(),N}hasHighS(){return v(this.s)}toBytes(w=m.format){if(qt(w),w==="der")return ct(Ce.hexFromSig(this));const{r:I,s:P}=this,D=o.toBytes(I),y=o.toBytes(P);return w==="recovered"?(k(),ke(Uint8Array.of(this.assertRecovery()),D,y)):ke(D,y)}toHex(w){return Xe(this.toBytes(w))}}const J=s.bits2int||function(w){if(w.length>8192)throw new Error("input is too large");const I=ht(w),P=w.length*8-c;return P>0?I>>BigInt(P):I},G=s.bits2int_modN||function(w){return o.create(J(w))},se=Ut(c);function F(x){return gi("num < 2^"+c,x,Ie,se),o.toBytes(x)}function j(x,w){return q(x,void 0,"message"),w?q(e(x),void 0,"prehashed message"):x}function re(x,w,I){const{lowS:P,prehash:D,extraEntropy:y}=Jt(I,m);x=j(x,D);const b=G(x),S=o.fromBytes(w);if(!o.isValidNot0(S))throw new Error("invalid private key");const A=[F(S),F(b)];if(y!=null&&y!==!1){const N=y===!0?t(p.secretKey):y;A.push(q(N,void 0,"extraEntropy"))}const R=ke(...A),H=b;function W(N){const K=J(N);if(!o.isValidNot0(K))return;const Y=o.inv(K),de=r.BASE.multiply(K).toAffine(),V=o.create(de.x);if(V===Ie)return;const oe=o.create(Y*o.create(H+V*S));if(oe===Ie)return;let $r=(de.x===V?0:2)|Number(de.y&Je),Wr=oe;return P&&v(oe)&&(Wr=o.neg(oe),$r^=1),new $(V,Wr,E?void 0:$r)}return{seed:R,k2sig:W}}function U(x,w,I={}){const{seed:P,k2sig:D}=re(x,w,I);return mi(e.outputLen,o.BYTES,n)(P,D).toBytes(I.format)}function C(x,w,I,P={}){const{lowS:D,prehash:y,format:b}=Jt(P,m);if(I=q(I,void 0,"publicKey"),w=j(w,y),!Lt(x)){const S=x instanceof $?", use sig.toBytes()":"";throw new Error("verify expects Uint8Array signature"+S)}B(x,b);try{const S=$.fromBytes(x,b),A=r.fromBytes(I);if(D&&S.hasHighS())return!1;const{r:R,s:H}=S,W=G(w),N=o.inv(H),K=o.create(W*N),Y=o.create(R*N),de=r.BASE.multiplyUnsafe(K).add(A.multiplyUnsafe(Y));return de.is0()?!1:o.create(de.x)===R}catch{return!1}}function M(x,w,I={}){const{prehash:P}=Jt(I,m);return w=j(w,P),$.fromBytes(x,"recovered").recoverPublicKey(w).toBytes()}return Object.freeze({keygen:l,getPublicKey:u,getSharedSecret:f,utils:_,lengths:p,Point:r,sign:U,verify:C,recoverPublicKey:M,Signature:$,hash:e})}/*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) */const Vt={p:BigInt("0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffefffffc2f"),n:BigInt("0xfffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364141"),h:BigInt(1),a:BigInt(0),b:BigInt(7),Gx:BigInt("0x79be667ef9dcbbac55a06295ce870b07029bfcdb2dce28d959f2815b16f81798"),Gy:BigInt("0x483ada7726a3c4655da4fbfc0e1108a8fd17b448a68554199c47d08ffb10d4b8")},Hi={beta:BigInt("0x7ae96a2b657c07106e64479eac3434e99cf0497512f58995c1396c28719501ee"),basises:[[BigInt("0x3086d221a7d46bcde86c90e49284eb15"),-BigInt("0xe4437ed6010e88286f547fa90abfe4c3")],[BigInt("0x114ca50f7a8e2f3f657c1108d9d44cfd8"),BigInt("0x3086d221a7d46bcde86c90e49284eb15")]]},wr=BigInt(2);function Bi(r){const e=Vt.p,s=BigInt(3),t=BigInt(6),n=BigInt(11),i=BigInt(22),o=BigInt(23),a=BigInt(44),c=BigInt(88),l=r*r*r%e,u=l*l*r%e,f=ue(u,s,e)*u%e,_=ue(f,s,e)*u%e,p=ue(_,wr,e)*l%e,m=ue(p,n,e)*p%e,E=ue(m,i,e)*m%e,v=ue(E,a,e)*E%e,T=ue(v,c,e)*v%e,k=ue(T,a,e)*E%e,B=ue(k,s,e)*u%e,$=ue(B,o,e)*m%e,J=ue($,t,e)*l%e,G=ue(J,wr,e);if(!zt.eql(zt.sqr(G),r))throw new Error("Cannot find square root");return G}const zt=ft(Vt.p,{sqrt:Bi}),Fi=Ui($i(Vt,{Fp:zt,endo:Hi}),pi),Ki=BigInt(0),Ze=BigInt(1),Gi=BigInt(2),qi=BigInt(7),Ji=BigInt(256),Vi=BigInt(113),yr=[],br=[],Sr=[];for(let r=0,e=Ze,s=1,t=0;r<24;r++){[s,t]=[t,(2*s+3*t)%5],yr.push(2*(5*t+s)),br.push((r+1)*(r+2)/2%64);let n=Ki;for(let i=0;i<7;i++)e=(e<<Ze^(e>>qi)*Vi)%Ji,e&Gi&&(n^=Ze<<(Ze<<BigInt(i))-Ze);Sr.push(n)}const vr=ii(Sr,!0),zi=vr[0],Yi=vr[1],Er=(r,e,s)=>s>32?ci(r,e,s):oi(r,e,s),Ar=(r,e,s)=>s>32?li(r,e,s):ai(r,e,s);function ji(r,e=24){const s=new Uint32Array(10);for(let t=24-e;t<24;t++){for(let o=0;o<10;o++)s[o]=r[o]^r[o+10]^r[o+20]^r[o+30]^r[o+40];for(let o=0;o<10;o+=2){const a=(o+8)%10,c=(o+2)%10,l=s[c],u=s[c+1],f=Er(l,u,1)^s[a],_=Ar(l,u,1)^s[a+1];for(let p=0;p<50;p+=10)r[o+p]^=f,r[o+p+1]^=_}let n=r[2],i=r[3];for(let o=0;o<24;o++){const a=br[o],c=Er(n,i,a),l=Ar(n,i,a),u=yr[o];n=r[u],i=r[u+1],r[u]=c,r[u+1]=l}for(let o=0;o<50;o+=10){for(let a=0;a<10;a++)s[a]=r[o+a];for(let a=0;a<10;a++)r[o+a]^=~s[(a+2)%10]&s[(a+4)%10]}r[0]^=zi[t],r[1]^=Yi[t]}Ge(s)}class Yt{constructor(e,s,t,n=!1,i=24){O(this,"state");O(this,"pos",0);O(this,"posOut",0);O(this,"finished",!1);O(this,"state32");O(this,"destroyed",!1);O(this,"blockLen");O(this,"suffix");O(this,"outputLen");O(this,"enableXOF",!1);O(this,"rounds");if(this.blockLen=e,this.suffix=s,this.outputLen=t,this.enableXOF=n,this.rounds=i,Ee(t,"outputLen"),!(0<e&&e<200))throw new Error("only keccak-f1600 function is supported");this.state=new Uint8Array(200),this.state32=Yn(this.state)}clone(){return this._cloneInto()}keccak(){Ws(this.state32),ji(this.state32,this.rounds),Ws(this.state32),this.posOut=0,this.pos=0}update(e){Ke(this),q(e);const{blockLen:s,state:t}=this,n=e.length;for(let i=0;i<n;){const o=Math.min(s-this.pos,n-i);for(let a=0;a<o;a++)t[this.pos++]^=e[i++];this.pos===s&&this.keccak()}return this}finish(){if(this.finished)return;this.finished=!0;const{state:e,suffix:s,pos:t,blockLen:n}=this;e[t]^=s,s&128&&t===n-1&&this.keccak(),e[n-1]^=128,this.keccak()}writeInto(e){Ke(this,!1),q(e),this.finish();const s=this.state,{blockLen:t}=this;for(let n=0,i=e.length;n<i;){this.posOut>=t&&this.keccak();const o=Math.min(t-this.posOut,i-n);e.set(s.subarray(this.posOut,this.posOut+o),n),this.posOut+=o,n+=o}return e}xofInto(e){if(!this.enableXOF)throw new Error("XOF is not possible for this instance");return this.writeInto(e)}xof(e){return Ee(e),this.xofInto(new Uint8Array(e))}digestInto(e){if($s(e,this),this.finished)throw new Error("digest() was already called");return this.writeInto(e),this.destroy(),e}digest(){return this.digestInto(new Uint8Array(this.outputLen))}destroy(){this.destroyed=!0,Ge(this.state)}_cloneInto(e){const{blockLen:s,suffix:t,outputLen:n,rounds:i,enableXOF:o}=this;return e||(e=new Yt(s,t,n,o,i)),e.state32.set(this.state32),e.pos=this.pos,e.posOut=this.posOut,e.finished=this.finished,e.rounds=i,e.suffix=t,e.outputLen=n,e.enableXOF=o,e.destroyed=this.destroyed,e}}const Ir=((r,e,s,t={})=>Bs(()=>new Yt(e,r,s),t))(1,136,32),Xi=60;class Zi{constructor(){this.jwks=null}setJWKSEndpoint(e){try{this.jwks=Jn(new URL(e)),d.log("[CROSSx] JWKS 엔드포인트 설정:",e)}catch(s){d.warn("[CROSSx] JWKS 엔드포인트 URL 파싱 실패:",s)}}async verifyJWT(e,s){try{const t=this.decodeJWT(e);d.log("[CROSSx] JWT 디코딩 성공:",{sub:t.sub,exp:t.exp,iat:t.iat});const n=Math.floor(Date.now()/1e3);if(t.exp&&t.exp+Xi<n)return d.warn("[CROSSx] 토큰 만료:",{exp:t.exp,now:n,만료시간:new Date(t.exp*1e3).toISOString()}),{payload:t,valid:!1,signatureVerified:!1};if(!t.sub)return d.warn("[CROSSx] JWT에 sub(사용자ID) 없음"),{payload:t,valid:!1,signatureVerified:!1};if(this.jwks)try{const{payload:i}=await $n(e,this.jwks,{algorithms:["RS256","ES256"]});return d.log("[CROSSx] JWT 서명 검증 성공"),{payload:i,valid:!0,signatureVerified:!0}}catch(i){if(i instanceof Error&&(i.name==="JWSSignatureVerificationFailed"||i.name==="JWTClaimValidationFailed"))return d.error("[CROSSx] JWT 서명 검증 실패:",i),{payload:t,valid:!1,signatureVerified:!1};d.warn("[CROSSx] JWKS 엔드포인트 접근 불가 — 서명 미검증 모드로 전환")}return d.log("[CROSSx] JWT 검증 성공 (서명 미검증 — JWKS 미설정 또는 접근 불가)"),{payload:t,valid:!0,signatureVerified:!1}}catch(t){throw d.error("[CROSSx] JWT 검증 중 에러:",t),t}}decodeJWT(e){return zn(e)}recoverPersonalSignSigner(e,s){const t=new TextEncoder().encode(e),n=new TextEncoder().encode(`Ethereum Signed Message:
|
|
6
|
+
${t.length}`),i=new Uint8Array(n.length+t.length);i.set(n,0),i.set(t,n.length);const o=Ir(i),a=s.startsWith("0x")?s.slice(2):s;if(a.length!==130)throw new Error(`서명 길이가 유효하지 않습니다: 130 hex 문자 예상, 현재 ${a.length}`);const c=Qi(a),l=c.slice(0,32),u=c.slice(32,64),f=c[64],_=f>=27?f-27:f,E=new Fi.Signature(Tr(l),Tr(u)).addRecoveryBit(_).recoverPublicKey(o).toBytes(!1).slice(1),v=Ir(E);return"0x"+Xe(v.slice(12))}}function Qi(r){const e=new Uint8Array(r.length/2);for(let s=0;s<e.length;s++)e[s]=parseInt(r.substring(s*2,s*2+2),16);return e}function Tr(r){let e="0x";for(const s of r)e+=s.toString(16).padStart(2,"0");return BigInt(e)}const eo=3e4,to=1e3;class so{async request(e){const s=e.retries??0;for(let t=0;t<=s;t++){try{const n=await this._doRequest(e);if(n.status<500||t===s)return n}catch(n){if(t===s)throw n}await new Promise(n=>setTimeout(n,to*2**t))}throw new Error("Unexpected: retry loop exited without result")}async _doRequest(e){const s=new AbortController,t=setTimeout(()=>s.abort(),e.timeoutMs??eo);try{const n=await fetch(e.url,{method:e.method,headers:e.headers,body:e.body?JSON.stringify(e.body):void 0,signal:s.signal,credentials:e.credentials});let i;const o=await n.text();try{i=o?JSON.parse(o):null}catch{i={_raw:o}}return{status:n.status,data:i,headers:Object.fromEntries(n.headers.entries())}}finally{clearTimeout(t)}}}const ro=new Set(["https://cross-wallet-oauth.crosstoken.io","https://stg-cross-wallet-oauth.crosstoken.io","https://dev-cross-wallet-oauth.crosstoken.io"]);class Me{static generateRandom16Hex(){const e=new Uint8Array(16);return crypto.getRandomValues(e),Array.from(e,s=>s.toString(16).padStart(2,"0")).join("")}static parseJwtPayload(e){const s=e.split(".");if(s.length<2)throw new Error("Invalid JWT format");const t=(s[1]??"").replace(/-/g,"+").replace(/_/g,"/"),n=atob(t);return JSON.parse(n)}static async sha256Hex(e){const s=new TextEncoder().encode(e),t=await crypto.subtle.digest("SHA-256",s);return Array.from(new Uint8Array(t),n=>n.toString(16).padStart(2,"0")).join("")}static async verifyIdTokenNonce(e,s){const t=Me.parseJwtPayload(e),n=t.nonce,i=typeof t.iss=="string"?t.iss:"(unknown)";if(d.log("[CROSSx] nonce 검증 시작 —",{iss:i,nonceClaimType:typeof n,nonceClaimPresent:typeof n=="string"&&n!=="",appleNonceSupported:t.nonce_supported??"(field absent)"}),i.includes("securetoken.google.com")){d.log("[CROSSx] Firebase ID Token 감지 — nonce 검증 skip.","서버 측에서 Google/Apple nonce 검증이 완료된 것으로 간주합니다.");return}if(typeof n!="string"||n===""){d.warn("[CROSSx] nonce claim 누락 — nonce 검증 skip.",{iss:i,keys:Object.keys(t)});return}if(i.includes("appleid.apple.com")){const o=await Me.sha256Hex(s);if(d.log("[CROSSx] Apple nonce 검증 —",{expectedHashLength:o.length,receivedHashLength:n.length,match:n===o}),n!==o)throw new Error("ID Token nonce 불일치 — replay attack 가능성이 있습니다")}else if(d.log("[CROSSx] Google nonce 검증 —",{expectedLength:s.length,receivedLength:n.length,match:n===s}),n!==s)throw new Error("ID Token nonce 불일치 — replay attack 가능성이 있습니다");d.log("[CROSSx] nonce 검증 성공 —",{iss:i})}openAuth(e){return new Promise((s,t)=>{const n=Math.max(e.width??500,500),i=Math.max(e.height??700,700),o=window.screenX+(window.outerWidth-n)/2,a=window.screenY+(window.outerHeight-i)/2,c=Me.generateRandom16Hex(),l=Me.generateRandom16Hex(),u=e.authUrl.includes("?")?"&":"?",f=`${e.authUrl}${u}state=${c}&nonce=${l}`;d.log("[CROSSx] OAuth 팝업 열기 — state, nonce 생성 완료:",{stateLength:c.length,nonceLength:l.length,authUrlBase:e.authUrl});const _=window.open(f,"CROSSx OAuth",`width=${n},height=${i},left=${o},top=${a}`);if(!_){t(new Error("팝업 창을 열 수 없습니다. 팝업 차단을 해제해 주세요."));return}const p=setTimeout(()=>{d.warn("[CROSSx] OAuth 타임아웃 (5분) — postMessage를 수신하지 못했습니다"),$(),t(new Error("Authentication timeout"))},5*60*1e3),m=10,E=30;let v=0,T=null;const k=()=>{clearInterval(B),d.warn("[CROSSx] COOP 감지 — OAuth 서버 응답을 "+E+"초간 대기합니다"),T=setTimeout(()=>{$(),t(new Error("OAuth 서버로부터 응답을 받지 못했습니다. 브라우저 보안 정책(COOP)으로 인해 팝업 통신이 차단되었을 수 있습니다. 다시 시도해 주세요."))},E*1e3)},B=setInterval(()=>{v++;try{_.closed&&(v<=m?k():($(),t(new Error("로그인이 취소되었습니다"))))}catch{k()}},1e3),$=()=>{clearTimeout(p),clearInterval(B),T&&clearTimeout(T),window.removeEventListener("message",J)},J=G=>{if(G.origin!==e.expectedOrigin)return;if(!ro.has(G.origin)){d.error("[CROSSx] postMessage origin이 허용 목록에 없음:",G.origin),$(),t(new Error("Unauthorized OAuth origin"));return}$();const se=typeof G.data.status=="string",F=se?G.data.data??{}:G.data;d.log("[CROSSx] OAuth postMessage 수신 —",{format:se?"wrapped":"flat",status:se?G.data.status:"(flat)"});const j=(F==null?void 0:F.state)??G.data.state;if(!j||j!==c){t(new Error("OAuth state mismatch — possible CSRF attack"));return}if(se&&G.data.status!=="success"){d.error("[CROSSx] OAuth 실패:",F==null?void 0:F.error),t(new Error((F==null?void 0:F.error)||"Authentication failed"));return}if(!se&&(F!=null&&F.error)){d.error("[CROSSx] OAuth 실패:",F.error),t(new Error(F.error||"Authentication failed"));return}const re=F==null?void 0:F.idToken,U=F==null?void 0:F.accessToken,C=U??re,M=(F==null?void 0:F.email)||void 0;if(d.log("[CROSSx] OAuth 토큰 수신:",{hasAccessToken:!!U,hasIdToken:!!re,hasEmail:!!M}),!C){d.error("[CROSSx] 토큰을 찾을 수 없음:",G.data),t(new Error("Token not found in response"));return}const x={token:C,email:M},w=I=>{Me.verifyIdTokenNonce(I,l).then(()=>s(x)).catch(P=>{d.error("[CROSSx] nonce 검증 실패:",P),t(P instanceof Error?P:new Error("nonce verification failed"))})};U?U.split(".").length===3?w(U):re?w(re):(d.warn("[CROSSx] opaque accessToken만 수신 (idToken 없음) — nonce 검증 불가.","서버 측 nonce 검증이 필요합니다."),s(x)):re?w(re):t(new Error("Token not found in response"))};window.addEventListener("message",J)})}}const Qe="crossx_wallet_data",Ve="crossx_mock_pin_hash";class no{constructor(e,s){this.storage=e,this.pinStore=s??null}async checkWallet(){if(this.migrateScenario!==void 0)return d.log("[Mock] checkWallet → migration_required"),"migration_required";const s=await this.storage.get(Qe)?"exists":"not_found";return d.log(`[Mock] checkWallet → ${s}`),s}async getOrCreateWallet(e){var s;try{const t=await this.storage.get(Qe);if(t)return t;const n={id:e,address:this.generateMockEvmAddress(),derivationPath:"m/44'/60'/0'/0/0",createdAt:Date.now()};await this.storage.set(Qe,n);const i=(s=this.pinStore)==null?void 0:s.get();return i&&(await this.storage.set(Ve,i),d.log("[Mock] 지갑 생성 — PIN 저장됨")),n}catch(t){throw new g(h.WALLET_CREATION_FAILED,"지갑 생성에 실패했습니다",t)}}async getAddresses(e){const s=await this.storage.get(Qe);return s?[{address:s.address,index:0}]:[]}async getAddress(e,s){return{address:this.generateMockEvmAddress(),derivationPath:`m/44'/60'/0'/0/${s}`}}async prepare(e,s){const t="mock-"+crypto.randomUUID();return d.log(`[Mock] prepare action=${e} → uuid=${t}`),{uuid:t,expiresAt:new Date(Date.now()+3e5).toISOString()}}async signMessage(e,s,t,n=0,i,o){return d.log(`[Mock] signMessage chainId=${s} index=${n} uuid=${i} from=${o}: "${t}"`),{chainId:s,signature:this.generateMockSignature(),format:"hex"}}async signTypedData(e,s,t,n=0,i,o){return d.log(`[Mock] signTypedData chainId=${s} index=${n} uuid=${i} from=${o}`),{chainId:s,signature:this.generateMockSignature(),format:"hex"}}async signTransaction(e,s,t,n=0,i){d.log(`[Mock] signTransaction chainId=${s} index=${n} uuid=${i}:`,t);const o="0x"+Array(64).fill(0).map(()=>Math.floor(Math.random()*16).toString(16)).join("");return{chainId:s,signature:this.generateMockSignature(),txHash:o,format:"hex"}}async sendTransaction(e,s,t,n){return d.log(`[Mock] sendTransaction chainId=${s} uuid=${n}:`,t),{txHash:"0x"+Array(64).fill(0).map(()=>Math.floor(Math.random()*16).toString(16)).join("")}}async verifyPin(e){var t;if(d.log("[Mock] verifyPin"),this.pinScenario==="wrong")return!1;const s=await this.storage.get(Ve);return s&&s!==e?!1:(s||await this.storage.set(Ve,e),(t=this.pinStore)==null||t.set(e),d.log("[Mock] verifyPin → 성공"),!0)}async changePin(e,s){var i;if(d.log("[Mock] changePin"),this.pinScenario==="wrong")throw new g(h.PIN_WRONG,"Incorrect PIN.");const t=(i=this.pinStore)==null?void 0:i.get(),n=await this.storage.get(Ve);if(n&&t&&n!==t)throw new g(h.PIN_WRONG,"Incorrect PIN.");await this.storage.set(Ve,s),d.log("[Mock] changePin 완료")}async migrateWallet(e,s){var i;if(d.log(`[Mock] migrateWallet pin=${e} sub=${s}`),this.migrateScenario==="wrong_pin")throw new g(h.MIGRATION_FAILED,"Incorrect PIN.",{permanent:!1,lockExpiresAt:0,remainingAttempts:4,maxAttempts:5});if(this.migrateScenario!==void 0&&typeof this.migrateScenario=="object"&&"locked"in this.migrateScenario){const a={permanent:!1,lockExpiresAt:Math.floor(Date.now()/1e3)+1800,remainingAttempts:0,maxAttempts:5,...this.migrateScenario.locked};throw new g(h.MIGRATION_PIN_LOCKED,"Too many incorrect PIN attempts. Your account has been temporarily locked.",a)}const t={id:s,address:this.generateMockEvmAddress(),derivationPath:"m/44'/60'/0'/0/0",createdAt:Date.now()};await this.storage.set(Qe,t);const n=(i=this.pinStore)==null?void 0:i.get();return n&&(await this.storage.set(Ve,n),d.log("[Mock] 마이그레이션 — PIN 저장됨")),t}async getShareC(){return d.log("[Mock] getShareC"),"mock-share-c-"+crypto.randomUUID()}async verifyRecoveryPin(e,s){return d.log("[Mock] verifyRecoveryPin"),{valid:!0}}generateMockEvmAddress(){return"0x"+Array(40).fill(0).map(()=>Math.floor(Math.random()*16).toString(16)).join("")}generateMockSignature(){return"0x"+Array(130).fill(0).map(()=>Math.floor(Math.random()*16).toString(16)).join("")}}class $e{constructor(e,s,t,n,i){this._refreshPromise=null,this._walletStatusCache=null,this.adapterConfig=e,this.projectId=e.projectId,this.storage=s,this.transport=t,this.tokenStore=n,this.pinStore=i??null}setOnUnauthorized(e){this._onUnauthorized=e}setTokenRefresher(e){this._onTokenRefresh=e}getPin(){var e;return((e=this.pinStore)==null?void 0:e.get())??void 0}get baseUrl(){return this.adapterConfig.gatewayUrl}async ensureValidToken(){const e=this.tokenStore.get();if(e&&!this.tokenStore.isExpiringSoon(hs))return e;const s=!e||this.tokenStore.isExpiringSoon(hs);if(this._onTokenRefresh){if(await this.deduplicatedRefresh()){const n=this.tokenStore.get();if(n)return n}if(s)throw new g(h.SESSION_EXPIRED,"인증 세션이 만료되었습니다. 다시 로그인해 주세요.")}if(e)return d.warn("[CROSSx] 토큰 갱신 실패 — 기존 토큰으로 요청 시도"),e;throw new g(h.SESSION_EXPIRED,"인증 세션이 만료되었습니다. 다시 로그인해 주세요.")}deduplicatedRefresh(){return this._refreshPromise?this._refreshPromise:(d.log("[CROSSx] 토큰 만료 임박/만료 — 자동 갱신 시도"),this._refreshPromise=this._onTokenRefresh().finally(()=>{this._refreshPromise=null}),this._refreshPromise)}async request(e,s,t,n=!1){var c,l,u,f;const i=await this.ensureValidToken(),o=`${this.baseUrl}${s}`,a={Authorization:`Bearer ${i}`,"Content-Type":"application/json","X-Project-Id":this.projectId};try{const p=(await this.transport.request({url:o,method:e,headers:a,body:t??void 0})).data;if(p&&typeof p.code=="number"){if(p.code<0||p.code>=400){const m=p.message||p.data||"API 요청에 실패했습니다";d.error("[CROSSx] Wallet Gateway API 에러 (HTTP 200):",{code:p.code,message:m,url:o,method:e});const E=$e.mapGatewayError(p.code,p.data);if(E===h.AUTH_NOT_AUTHENTICATED&&!n&&this._onTokenRefresh){if(d.warn("[CROSSx] Gateway -10002 감지 — 토큰 갱신 후 재시도"),await this.deduplicatedRefresh())return this.request(e,s,t,!0);throw new g(h.SESSION_EXPIRED,"인증 세션이 만료되었습니다. 다시 로그인해 주세요.")}if(E===h.USER_NOT_FOUND)throw d.warn("[CROSSx] Gateway -10033 감지 — 유저 미존재, 강제 로그아웃"),(c=this._onUnauthorized)==null||c.call(this),new g(h.USER_NOT_FOUND,$e.getGatewayErrorMessage(p.code,m));const v=E===h.AUTH_NOT_AUTHENTICATED?h.SESSION_EXPIRED:E,T=v===h.SESSION_EXPIRED?"인증 세션이 만료되었습니다. 다시 로그인해 주세요.":$e.getGatewayErrorMessage(p.code,m),k=p.data,B=E===h.PIN_LOCKED?$e.extractLockDetails(k):k??void 0;throw new g(v,T,B)}return d.log("[CROSSx] Wallet Gateway API 성공:",{code:p.code,url:o,method:e}),p.data??p}return p}catch(_){if(_ instanceof g)throw _;const p=((l=_.response)==null?void 0:l.status)??_.status;if((p===401||p===403)&&!n&&this._onTokenRefresh){if(d.warn(`[CROSSx] HTTP ${p} 감지 — 토큰 갱신 후 재시도`),await this.deduplicatedRefresh())return this.request(e,s,t,!0);throw new g(h.SESSION_EXPIRED,"인증 세션이 만료되었습니다. 다시 로그인해 주세요.")}if((u=_.response)!=null&&u.data){const m=_.response.data,E=m.message||m.data||"API 요청에 실패했습니다",v=m.code||"UNKNOWN";throw d.error("[CROSSx] Wallet Gateway API 에러 (HTTP 에러):",{code:v,message:E,url:o,method:e,status:(f=_.response)==null?void 0:f.status}),new g(h.UNKNOWN_ERROR,`Wallet Gateway 오류 (${v}): ${E}`)}throw _}}async checkWallet(){d.log("[CROSSx] GET /mnemonic/check");const e=await this.request("GET","/mnemonic/check");return d.log("[CROSSx] /mnemonic/check 결과:",e.result),this._walletStatusCache=e.result,e.result}async getOrCreateWallet(e){let s;if(this._walletStatusCache!==null?(s=this._walletStatusCache,this._walletStatusCache=null,d.log("[CROSSx] getOrCreateWallet — 캐시된 상태 사용:",s)):(d.log("[CROSSx] GET /mnemonic/check — 지갑 상태 확인"),s=await this.checkWallet(),this._walletStatusCache=null),s==="migration_required")throw d.log("[CROSSx] migration_required → MIGRATION_BACKUP_EXISTS throw"),new g(h.MIGRATION_BACKUP_EXISTS,"CROSSx 백업이 존재합니다. 마이그레이션을 진행해 주세요.");if(s==="exists"){d.log("[CROSSx] 기존 지갑 발견 — POST /mnemonic/address(0)로 주소 조회");const i=await this.getAddress(e,0);return d.log("[CROSSx] 주소 조회 완료 — address:",i.address),{id:e,address:i.address,derivationPath:"m/44'/60'/0'/0/0",createdAt:Date.now()}}d.log("[CROSSx] POST /mnemonic/create — 신규 지갑 생성");const t={ignoreBackup:!1,password:this.requirePin()},n=await this.request("POST","/mnemonic/create",t);return d.log("[CROSSx] /mnemonic/create 완료 — address:",n.address),{id:e,address:n.address,derivationPath:"m/44'/60'/0'/0/0",createdAt:Date.now()}}async getAddresses(e){return((await this.request("GET","/mnemonic/addresses")).addresses??[]).map(t=>({address:t.address,index:t.index}))}async getAddress(e,s){const t={password:this.requirePin(),index:s};return{address:(await this.request("POST","/mnemonic/address",t)).address,derivationPath:`m/44'/60'/0'/0/${s}`}}async prepare(e,s){let t;switch(e){case"sign":case"send":if(!s.tx)throw new g(h.TX_INVALID_PARAMS,"prepare: tx가 필요합니다");t={unsignedTx:this.buildUnsignedTx(s.tx)};break;case"sign-message":if(!s.message)throw new g(h.TX_INVALID_PARAMS,"prepare: message가 필요합니다");t={message:s.message},s.from&&(t.from=s.from);break;case"sign-typed-data":if(!s.typedData)throw new g(h.TX_INVALID_PARAMS,"prepare: typedData가 필요합니다");t={typedData:s.typedData},s.from&&(t.from=s.from);break}const n={action:e,params:t},i=await this.request("POST","/mnemonic/prepare",n);return{uuid:i.uuid,expiresAt:i.expiresAt}}async signMessage(e,s,t,n,i,o){const a={message:t,password:this.requirePin()};i&&(a.uuid=i),o&&(a.from=o);const c=await this.request("POST","/mnemonic/sign-message",a);return{chainId:s,signature:c.signature,format:"hex"}}async signTypedData(e,s,t,n,i,o){const a={typedData:t,password:this.requirePin()};i&&(a.uuid=i),o&&(a.from=o);const c=await this.request("POST",`/mnemonic/sign-typed-data/${encodeURIComponent(s)}`,a);return{chainId:s,signature:c.signature,format:"hex"}}buildUnsignedTx(e){return{from:e.from,to:e.to,value:e.value,data:e.data,nonce:e.nonce!==void 0?`0x${e.nonce.toString(16)}`:void 0,gasLimit:e.gasLimit,gasPrice:e.gasPrice,maxFeePerGas:e.maxFeePerGas,maxPriorityFeePerGas:e.maxPriorityFeePerGas,chainId:e.chainId!==void 0?`0x${e.chainId.toString(16)}`:void 0}}async signTransaction(e,s,t,n,i){const o={unsignedTx:this.buildUnsignedTx(t),password:this.requirePin()};i&&(o.uuid=i);const a=await this.request("POST",`/mnemonic/sign/${encodeURIComponent(s)}`,o);return{chainId:s,signature:a.signedTx,txHash:a.txHash,format:"hex"}}async sendTransaction(e,s,t,n){const i={unsignedTx:this.buildUnsignedTx(t),password:this.requirePin()};return n&&(i.uuid=n),{txHash:(await this.request("POST",`/mnemonic/send/${encodeURIComponent(s)}`,i)).txHash}}async migrateWallet(e,s){d.log("[CROSSx][Migration Phase 4] POST /mnemonic/migrate 호출");const t={recoveryPin:e,sub:s,password:this.requirePin()},n=await this.request("POST","/mnemonic/migrate",t);return d.log("[CROSSx][Migration Phase 4] /mnemonic/migrate 완료 — address:",n.address),{id:s,address:n.address,derivationPath:"m/44'/60'/0'/0/0",createdAt:Date.now()}}async withdrawWallet(e){const s={confirmation:e,password:this.requirePin()};await this.request("POST","/mnemonic/withdraw",s)}async verifyPin(e){const s={password:e},t=await this.request("POST","/mnemonic/verify-password",s);if(!t.valid&&t.passwordStatus){const n=t.passwordStatus;if(n.permanent)throw new g(h.PIN_LOCKED,"Incorrect PIN.",{permanent:!0,lockExpiresAt:n.lockExpiresAt,remainingAttempts:0,maxAttempts:n.maxAttempts});if(n.remainingAttempts===0&&n.lockExpiresAt){const i=n.lockExpiresAt>1e10?n.lockExpiresAt:n.lockExpiresAt*1e3;throw new g(h.PIN_LOCKED,"Too many failed PIN attempts.",{permanent:!1,lockExpiresAt:i,remainingAttempts:0,maxAttempts:n.maxAttempts})}if(n.remainingAttempts!=null&&n.remainingAttempts>0)throw new g(h.PIN_LOCKED,"Incorrect PIN.",{permanent:!1,lockExpiresAt:0,remainingAttempts:n.remainingAttempts,maxAttempts:n.maxAttempts})}return t.valid}async changePin(e,s){const t={password:this.requirePin(),newPassword:s};await this.request("POST","/mnemonic/change-password",t)}async getShareC(){const e={password:this.requirePin()};return(await this.request("POST","/mnemonic/share-c",e)).shareC}async verifyRecoveryPin(e,s){const t={recoveryPin:e,sub:s};return this.request("POST","/mnemonic/verify-recovery-pin",t)}requirePin(){const e=this.getPin();if(!e)throw new g(h.PIN_NOT_SET,"PIN이 설정되지 않았습니다. PIN을 입력해 주세요.");return e}static extractLockDetails(e){const s=(e==null?void 0:e.lockStatus)??(e==null?void 0:e.lock_status)??e,t={},n=(s==null?void 0:s.lockExpiresAt)??(s==null?void 0:s.lock_expires_at);n&&(t.lockExpiresAt=n>1e10?n:n*1e3);const i=(s==null?void 0:s.remainingAttempts)??(s==null?void 0:s.remaining_attempts);typeof i=="number"&&(t.remainingAttempts=i);const o=(s==null?void 0:s.maxAttempts)??(s==null?void 0:s.max_attempts);return typeof o=="number"&&(t.maxAttempts=o),typeof(s==null?void 0:s.permanent)=="boolean"&&(t.permanent=s.permanent),t}static hasLockInfo(e){const s=(e==null?void 0:e.lockStatus)??(e==null?void 0:e.lock_status)??e;return!s||typeof s!="object"?!1:typeof s.remainingAttempts=="number"||typeof s.remaining_attempts=="number"||typeof s.maxAttempts=="number"||typeof s.max_attempts=="number"}static mapGatewayError(e,s){switch(e){case-10002:return h.AUTH_NOT_AUTHENTICATED;case-10001:return h.UNKNOWN_ERROR;case-10006:return h.GATEWAY_INTERNAL_ERROR;case-10007:return h.BROADCAST_FAILED;case-10008:return h.GATEWAY_LOCK_CONFLICT;case-10004:return h.WALLET_ALREADY_EXISTS;case-10005:return h.WALLET_NOT_FOUND;case-10011:return h.WALLET_NOT_FOUND;case-10030:return h.WALLET_INCONSISTENT_STATE;case-10010:return h.MIGRATION_FAILED;case-10012:return h.MIGRATION_BACKUP_EXISTS;case-10013:return h.WITHDRAW_FAILED;case-10033:return h.USER_NOT_FOUND;case-10027:return h.MIGRATION_PIN_LOCKED;case-10022:return h.PROJECT_NOT_REGISTERED;case-10023:return h.PROJECT_ID_MISSING;case-10024:return h.ORIGIN_NOT_ALLOWED;case-10025:return h.INVALID_APP_TYPE;case-10028:return $e.hasLockInfo(s)?h.PIN_LOCKED:h.PIN_WRONG;case-10029:return h.PIN_INVALID;case-10031:return h.PIN_LOCKED;case-10032:return h.PIN_REPEATED_PATTERN;case-10026:return h.TYPED_DATA_CHAIN_ID_MISMATCH;case-10014:case-10015:case-10019:return h.PREPARE_FAILED;case-10016:return h.PREPARE_EXPIRED;case-10017:case-10018:return h.PREPARE_MISMATCH;case-10020:return h.CHAIN_NOT_SUPPORTED;case-10021:return h.INVALID_CHAIN;case-10040:return h.HMAC_REQUIRED;case-10041:return h.HMAC_VERIFICATION_FAILED;default:return h.UNKNOWN_ERROR}}static getGatewayErrorMessage(e,s){switch(e){case-10002:return"Session expired. Please sign in again.";case-10004:return"Wallet already exists for this user.";case-10005:return"User wallet not found.";case-10006:return"Internal server error. Please try again later.";case-10007:return"Transaction broadcast failed. Please try again.";case-10008:return"Another operation is in progress. Please try again later.";case-10013:return"Withdraw failed. Please try again.";case-10022:return"Project is not whitelisted. Verify your projectId and register the current origin in the management console.";case-10023:return"Project ID is required. Set the projectId field in SDKConfig.";case-10024:return"Origin or App ID is required. Register the current domain or set X-App-Id header.";case-10025:return"Invalid app type. X-App-Type must be android, ios, or windows.";case-10026:return"Domain chainId mismatch: the chainId in typedData.domain does not match the request chainId.";case-10027:return"Too many incorrect PIN attempts. Your account has been temporarily locked.";case-10028:return"Incorrect PIN. Please try again.";case-10029:return"Sequential PIN is not allowed. Please choose a different PIN.";case-10030:return"Wallet is in an inconsistent state. Please contact support.";case-10031:return"Too many failed PIN attempts. Your account is temporarily locked.";case-10032:return"Repeated digit pattern is not allowed. Please choose a different PIN.";case-10033:return"User not found. You have been signed out.";case-10040:return"HMAC signature header is required.";case-10041:return"HMAC signature verification failed.";default:return`Request failed (${e}): ${s}`}}}class et{constructor(e,s){this.cache=new Map,this.loadedAt=0,this.usingFallback=!1,this.adapterConfig=e,this.projectId=e.projectId,this.transport=s}get baseUrl(){return this.adapterConfig.gatewayUrl}async getChains(){if(this.isCacheValid())return Array.from(this.cache.values());try{const e=await this.request("/chains");this.handleEnvelopeError(e);const s=e.data.chains;return this.populateCache(s,!1),s}catch{const e=et.fallbackChains();return this.populateCache(e,!0),e}}async getChain(e){const t=(await this.getChains()).find(n=>n.chainId===e);return t||this.fallbackOrThrow(e)}invalidateCache(){this.cache.clear(),this.loadedAt=0,this.usingFallback=!1}isCacheValid(){if(this.loadedAt===0)return!1;const e=this.usingFallback?tn:en;return e===0?!0:Date.now()-this.loadedAt<e}populateCache(e,s){this.cache.clear();for(const t of e)this.cache.set(t.chainId,t);this.loadedAt=Date.now(),this.usingFallback=s}async request(e){return(await this.transport.request({url:`${this.baseUrl}${e}`,method:"GET",headers:{"X-Project-Id":this.projectId}})).data}handleEnvelopeError(e){if(e.code<0){const s=typeof e.data=="string"?e.data:e.message??"체인 레지스트리 요청에 실패했습니다";throw new g(et.mapErrorCode(e.code),s)}}fallbackOrThrow(e){const s=et.fallbackChains().find(t=>t.chainId===e);if(s)return s;throw new g(h.CHAIN_NOT_SUPPORTED,`지원하지 않는 체인: ${e}`)}static fallbackChains(){return Object.values(tt).map(e=>({chainId:e.caipId,rpcUrl:e.rpcUrl}))}static mapErrorCode(e){switch(e){case-10020:return h.CHAIN_NOT_SUPPORTED;case-10021:return h.INVALID_CHAIN;case-10022:return h.PROJECT_NOT_REGISTERED;case-10023:return h.PROJECT_ID_MISSING;case-10024:return h.APP_IDENTIFIER_MISSING;case-10025:return h.INVALID_APP_TYPE;default:return h.UNKNOWN_ERROR}}}const Rr="__crossx-confirm-style",te="__crossx-confirm-overlay",io={light:{bg:"#FFFFFF",border:"rgba(18,18,18,0.05)",titleColor:"#121212",subtitleColor:"rgba(18,18,18,0.7)",labelColor:"rgba(18,18,18,0.5)",valueColor:"#121212",pillBg:"rgba(18,18,18,0.05)",pillFromColor:"rgba(18,18,18,0.5)",pillAmtColor:"#121212",divider:"rgba(18,18,18,0.1)",closeColor:"#121212",closeHoverBg:"rgba(18,18,18,0.05)",copyColor:"rgba(18,18,18,0.5)",inputBg:"rgba(18,18,18,0.05)",inputBorder:"rgba(18,18,18,0.1)",hintColor:"rgba(18,18,18,0.5)",surfaceSubtle:"rgba(18,18,18,0.1)",primary:"#019D92",primaryGlow:"rgba(1,157,146,0.15)",secondary:"#E70077",errorColor:"#E70077",onPrimary:"#FFFFFF"},dark:{bg:"#121212",border:"rgba(255,255,255,0.05)",titleColor:"#FFFFFF",subtitleColor:"rgba(255,255,255,0.7)",labelColor:"rgba(255,255,255,0.5)",valueColor:"#FFFFFF",pillBg:"rgba(255,255,255,0.05)",pillFromColor:"rgba(255,255,255,0.5)",pillAmtColor:"#FFFFFF",divider:"rgba(255,255,255,0.1)",closeColor:"#FFFFFF",closeHoverBg:"rgba(255,255,255,0.05)",copyColor:"rgba(255,255,255,0.5)",inputBg:"rgba(255,255,255,0.05)",inputBorder:"rgba(255,255,255,0.1)",hintColor:"rgba(255,255,255,0.5)",surfaceSubtle:"rgba(255,255,255,0.1)",primary:"#019D92",primaryGlow:"rgba(1,157,146,0.15)",secondary:"#E70077",errorColor:"#E70077",onPrimary:"#FFFFFF"}};function kr(r,e){const s=io[r],t=e==null?void 0:e[r];return t?{...s,...t.primary!==void 0&&{primary:t.primary},...t.secondary!==void 0&&{secondary:t.secondary},...t.onPrimary!==void 0&&{onPrimary:t.onPrimary},...t.borderDefault!==void 0&&{border:t.borderDefault},...t.borderSubtle!==void 0&&{divider:t.borderSubtle,inputBorder:t.borderSubtle},...t.textIconPrimary!==void 0&&{titleColor:t.textIconPrimary,valueColor:t.textIconPrimary,pillAmtColor:t.textIconPrimary,closeColor:t.textIconPrimary},...t.textIconSecondary!==void 0&&{subtitleColor:t.textIconSecondary},...t.textIconTertiary!==void 0&&{labelColor:t.textIconTertiary,pillFromColor:t.textIconTertiary,copyColor:t.textIconTertiary,hintColor:t.textIconTertiary},...t.surfaceDefault!==void 0&&{pillBg:t.surfaceDefault,closeHoverBg:t.surfaceDefault,inputBg:t.surfaceDefault},...t.surfaceSubtle!==void 0&&{surfaceSubtle:t.surfaceSubtle},...t.bg!==void 0&&{bg:t.bg},...t.error!==void 0&&{errorColor:t.error}}:s}const oo=`
|
|
7
7
|
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@400;600&display=swap');
|
|
8
8
|
|
|
9
|
-
#${
|
|
9
|
+
#${te} {
|
|
10
10
|
position: fixed;
|
|
11
11
|
inset: 0;
|
|
12
12
|
z-index: 2147483647;
|
|
@@ -1289,14 +1289,26 @@ ${t.length}`),i=new Uint8Array(n.length+t.length);i.set(n,0),i.set(t,n.length);c
|
|
|
1289
1289
|
|
|
1290
1290
|
/* ── Mobile bottom sheet ───────────────────────────────────── */
|
|
1291
1291
|
@media (max-width: 480px) {
|
|
1292
|
-
#${
|
|
1292
|
+
#${te} { align-items: flex-end; }
|
|
1293
|
+
#${te}::before {
|
|
1294
|
+
content: '';
|
|
1295
|
+
position: absolute;
|
|
1296
|
+
bottom: 0;
|
|
1297
|
+
left: 0;
|
|
1298
|
+
right: 0;
|
|
1299
|
+
height: 50px;
|
|
1300
|
+
background: var(--cx-bg, transparent);
|
|
1301
|
+
pointer-events: none;
|
|
1302
|
+
}
|
|
1293
1303
|
.__crossx-card {
|
|
1294
1304
|
width: 100%;
|
|
1295
1305
|
max-width: 100%;
|
|
1296
1306
|
border-radius: 24px 24px 0 0;
|
|
1297
1307
|
border-bottom: none;
|
|
1308
|
+
box-sizing: border-box;
|
|
1298
1309
|
max-height: 85vh;
|
|
1299
1310
|
overflow-y: auto;
|
|
1311
|
+
padding-bottom: 16px;
|
|
1300
1312
|
animation: __crossx-slide-up-mobile 0.25s ease;
|
|
1301
1313
|
}
|
|
1302
1314
|
.__crossx-card--wallet-selector {
|
|
@@ -1335,7 +1347,15 @@ ${t.length}`),i=new Uint8Array(n.length+t.length);i.set(n,0),i.set(t,n.length);c
|
|
|
1335
1347
|
.__crossx-card--send-tx,
|
|
1336
1348
|
.__crossx-card--sign-tx,
|
|
1337
1349
|
.__crossx-card--sign-msg,
|
|
1338
|
-
.__crossx-card--sign-typed { overflow: hidden; max-height:
|
|
1350
|
+
.__crossx-card--sign-typed { overflow: hidden; max-height: none; }
|
|
1351
|
+
.__crossx-card--send-tx .__crossx-body,
|
|
1352
|
+
.__crossx-card--sign-tx .__crossx-body,
|
|
1353
|
+
.__crossx-card--sign-msg .__crossx-body,
|
|
1354
|
+
.__crossx-card--sign-typed .__crossx-body { flex: none; overflow: visible; }
|
|
1355
|
+
.__crossx-card--send-tx .__crossx-body-cols,
|
|
1356
|
+
.__crossx-card--sign-tx .__crossx-body-cols,
|
|
1357
|
+
.__crossx-card--sign-msg .__crossx-body-cols,
|
|
1358
|
+
.__crossx-card--sign-typed .__crossx-body-cols { flex: none; overflow-y: visible; }
|
|
1339
1359
|
.__crossx-login-btn-row {
|
|
1340
1360
|
flex-direction: column;
|
|
1341
1361
|
}
|
|
@@ -1424,6 +1444,10 @@ ${t.length}`),i=new Uint8Array(n.length+t.length);i.set(n,0),i.set(t,n.length);c
|
|
|
1424
1444
|
padding: 16px 20px 20px;
|
|
1425
1445
|
gap: 16px;
|
|
1426
1446
|
}
|
|
1447
|
+
/* PIN 넘패드 활성화 */
|
|
1448
|
+
.__crossx-pin6-numpad { display: flex !important; }
|
|
1449
|
+
.__crossx-card--pin6 .__crossx-pin6-box { display: none !important; }
|
|
1450
|
+
.__crossx-card--pin6 .__crossx-pin6-dots { display: flex !important; }
|
|
1427
1451
|
.__crossx-home-indicator { display: flex; }
|
|
1428
1452
|
}
|
|
1429
1453
|
@keyframes __crossx-slide-up-mobile {
|
|
@@ -1457,7 +1481,7 @@ ${t.length}`),i=new Uint8Array(n.length+t.length);i.set(n,0),i.set(t,n.length);c
|
|
|
1457
1481
|
|
|
1458
1482
|
/* ── Landscape for signing/transaction modals ──────────── */
|
|
1459
1483
|
@media (orientation: landscape) and (max-height: 500px) {
|
|
1460
|
-
#${
|
|
1484
|
+
#${te} { align-items: center !important; overflow: hidden; }
|
|
1461
1485
|
.__crossx-card--send-tx,
|
|
1462
1486
|
.__crossx-card--sign-tx,
|
|
1463
1487
|
.__crossx-card--sign-msg,
|
|
@@ -1793,6 +1817,111 @@ ${t.length}`),i=new Uint8Array(n.length+t.length);i.set(n,0),i.set(t,n.length);c
|
|
|
1793
1817
|
cursor: default;
|
|
1794
1818
|
}
|
|
1795
1819
|
|
|
1820
|
+
/* ─── PIN6 virtual numpad (mobile action sheet) ────────────────── */
|
|
1821
|
+
.__crossx-pin6-dots {
|
|
1822
|
+
display: none;
|
|
1823
|
+
gap: 8px;
|
|
1824
|
+
align-items: center;
|
|
1825
|
+
justify-content: center;
|
|
1826
|
+
padding: 8px 0;
|
|
1827
|
+
}
|
|
1828
|
+
.__crossx-pin6-dot {
|
|
1829
|
+
width: 48px;
|
|
1830
|
+
height: 48px;
|
|
1831
|
+
border-radius: 12px;
|
|
1832
|
+
background: var(--cx-input-bg);
|
|
1833
|
+
display: flex;
|
|
1834
|
+
align-items: center;
|
|
1835
|
+
justify-content: center;
|
|
1836
|
+
font-size: 20px;
|
|
1837
|
+
font-weight: 600;
|
|
1838
|
+
color: var(--cx-value);
|
|
1839
|
+
flex-shrink: 0;
|
|
1840
|
+
transition: background 0.12s;
|
|
1841
|
+
}
|
|
1842
|
+
.__crossx-pin6-dot.--filled::after {
|
|
1843
|
+
content: '';
|
|
1844
|
+
display: block;
|
|
1845
|
+
width: 12px;
|
|
1846
|
+
height: 12px;
|
|
1847
|
+
border-radius: 50%;
|
|
1848
|
+
background: var(--cx-value);
|
|
1849
|
+
}
|
|
1850
|
+
.__crossx-pin6-dot.--active {
|
|
1851
|
+
background: var(--cx-input-border);
|
|
1852
|
+
box-shadow: 0 0 0 2px var(--cx-primary-glow);
|
|
1853
|
+
}
|
|
1854
|
+
.__crossx-pin6-dot.--locked {
|
|
1855
|
+
opacity: 0.4;
|
|
1856
|
+
pointer-events: none;
|
|
1857
|
+
}
|
|
1858
|
+
.__crossx-pin6-numpad {
|
|
1859
|
+
display: none;
|
|
1860
|
+
flex-direction: column;
|
|
1861
|
+
gap: 7px;
|
|
1862
|
+
padding: 6px;
|
|
1863
|
+
width: 100%;
|
|
1864
|
+
background: var(--cx-bg);
|
|
1865
|
+
flex-shrink: 0;
|
|
1866
|
+
}
|
|
1867
|
+
.__crossx-pin6-numpad-row {
|
|
1868
|
+
display: flex;
|
|
1869
|
+
gap: 6px;
|
|
1870
|
+
justify-content: center;
|
|
1871
|
+
}
|
|
1872
|
+
.__crossx-pin6-numpad-key {
|
|
1873
|
+
flex: 1;
|
|
1874
|
+
max-width: 130px;
|
|
1875
|
+
height: 46px;
|
|
1876
|
+
border-radius: 5px;
|
|
1877
|
+
border: none;
|
|
1878
|
+
background: var(--cx-surface-subtle);
|
|
1879
|
+
box-shadow: 0 1px 0 0 var(--cx-divider);
|
|
1880
|
+
font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Text', 'Segoe UI', sans-serif;
|
|
1881
|
+
font-size: 25px;
|
|
1882
|
+
font-weight: 400;
|
|
1883
|
+
color: var(--cx-value);
|
|
1884
|
+
cursor: pointer;
|
|
1885
|
+
display: flex;
|
|
1886
|
+
align-items: center;
|
|
1887
|
+
justify-content: center;
|
|
1888
|
+
user-select: none;
|
|
1889
|
+
-webkit-user-select: none;
|
|
1890
|
+
-webkit-tap-highlight-color: transparent;
|
|
1891
|
+
outline: none;
|
|
1892
|
+
touch-action: manipulation;
|
|
1893
|
+
transition: background 0.08s;
|
|
1894
|
+
}
|
|
1895
|
+
.__crossx-pin6-numpad-key:hover,
|
|
1896
|
+
.__crossx-pin6-numpad-key:focus,
|
|
1897
|
+
.__crossx-pin6-numpad-key:active {
|
|
1898
|
+
outline: none !important;
|
|
1899
|
+
box-shadow: 0 1px 0 0 var(--cx-divider) !important;
|
|
1900
|
+
filter: none !important;
|
|
1901
|
+
}
|
|
1902
|
+
.__crossx-pin6-numpad-key:active,
|
|
1903
|
+
.__crossx-pin6-numpad-key.--pressed {
|
|
1904
|
+
background: var(--cx-input-border);
|
|
1905
|
+
}
|
|
1906
|
+
.__crossx-pin6-numpad-key.--empty {
|
|
1907
|
+
background: transparent;
|
|
1908
|
+
box-shadow: none;
|
|
1909
|
+
pointer-events: none;
|
|
1910
|
+
}
|
|
1911
|
+
.__crossx-pin6-numpad-key.--delete {
|
|
1912
|
+
background: transparent;
|
|
1913
|
+
box-shadow: none;
|
|
1914
|
+
color: var(--cx-value);
|
|
1915
|
+
pointer-events: auto;
|
|
1916
|
+
}
|
|
1917
|
+
.__crossx-pin6-numpad-key.--delete:active {
|
|
1918
|
+
opacity: 0.5;
|
|
1919
|
+
}
|
|
1920
|
+
.__crossx-pin6-numpad-key.--disabled {
|
|
1921
|
+
opacity: 0.3;
|
|
1922
|
+
pointer-events: none;
|
|
1923
|
+
}
|
|
1924
|
+
|
|
1796
1925
|
/* ─── Session alert modal ──────────────────────────────────────── */
|
|
1797
1926
|
.__crossx-session-hero {
|
|
1798
1927
|
display: flex;
|
|
@@ -1847,7 +1976,7 @@ ${t.length}`),i=new Uint8Array(n.length+t.length);i.set(n,0),i.set(t,n.length);c
|
|
|
1847
1976
|
color: var(--cx-title);
|
|
1848
1977
|
margin: 0;
|
|
1849
1978
|
}
|
|
1850
|
-
`;function
|
|
1979
|
+
`;function fe(){let r=document.getElementById(Rr);r||(r=document.createElement("style"),r.id=Rr,document.head.appendChild(r)),r.textContent=oo}function _e(r){const e=r.querySelector(".__crossx-card");if(e){const t=e.style.getPropertyValue("--cx-bg");t&&r.style.setProperty("--cx-bg",t)}const s=t=>t.stopPropagation();for(const t of["pointerdown","pointerup","mousedown","mouseup","click"])r.addEventListener(t,s);r.setAttribute("data-vaul-no-drag","");for(const t of["touchstart","touchend"])r.addEventListener(t,s);r.addEventListener("touchmove",t=>{t.stopPropagation();let n=t.target;for(;n&&n!==r;){const i=window.getComputedStyle(n);if((i.overflowY==="auto"||i.overflowY==="scroll")&&n.scrollHeight>n.clientHeight)return;n=n.parentElement}t.preventDefault()},{passive:!1}),document.body.appendChild(r)}const ao=()=>/iPad|iPhone|iPod/.test(navigator.userAgent)||navigator.platform==="MacIntel"&&navigator.maxTouchPoints>1;function xt(){if(ao()){const e=window.scrollY;return document.body.style.position="fixed",document.body.style.top=`-${e}px`,document.body.style.left="0",document.body.style.right="0",()=>{document.body.style.position="",document.body.style.top="",document.body.style.left="",document.body.style.right="",window.scrollTo(0,e)}}const r=document.body.style.overflow;return document.body.style.overflow="hidden",()=>{document.body.style.overflow=r}}function ie(r){return r?r.length<=13?r:`${r.slice(0,6)}…${r.slice(-4)}`:"—"}function co(r,e="CROSS",s=18){if(!r||r==="0x"||r==="0x0")return null;try{const t=BigInt(r);if(t===0n)return null;const n=jt(t,s);return n==="0"?null:`${n} ${e}`}catch{return null}}const Pr={1:"Ethereum Mainnet",5:"Goerli Testnet",11155111:"Ethereum Sepolia",17e3:"Ethereum Holesky",10:"Optimism",420:"Optimism Goerli",42161:"Arbitrum One",421614:"Arbitrum Sepolia",8453:"Base",84532:"Base Sepolia",137:"Polygon",80002:"Polygon Amoy",56:"BNB Smart Chain",97:"BNB Testnet",43114:"Avalanche C-Chain",43113:"Avalanche Fuji",250:"Fantom Opera",2020:"Ronin",202601:"Ronin Saigon",612044:"CROSS Testnet",612055:"CROSS Mainnet"};function Or(r){const e=parseInt(r.split(":")[1]??"",10);return!isNaN(e)&&Pr[e]?Pr[e]:r}function jt(r,e){if(r===0n)return"0";const s=10n**BigInt(e),t=r/s,o=(r%s).toString().padStart(e,"0").slice(0,6).replace(/0+$/,"");return o?`${t}.${o}`:`${t}`}function Xt(r){try{const e=BigInt(r),s=e/1000000000n,n=(e%1000000000n).toString().padStart(9,"0").slice(0,2).replace(/0+$/,"");return n?`${s}.${n}`:`${s}`}catch{return r}}function lo(r){try{return BigInt(r).toLocaleString()}catch{return r}}function uo(r){const{gasLimit:e,gasPrice:s,maxFeePerGas:t,maxPriorityFeePerGas:n,nativeSymbol:i="ETH",nativeDecimals:o=18}=r;if(!e)return null;try{const a=BigInt(e),c=lo(e);if(t){const l=a*BigInt(t);return{isDynamic:!0,estTxFee:`${jt(l,o)} ${i}`,maxFeeGwei:Xt(t),maxPriorityFeeGwei:n?Xt(n):void 0,gasLimitFormatted:c}}if(s){const l=a*BigInt(s);return{isDynamic:!1,estTxFee:`${jt(l,o)} ${i}`,gasPriceGwei:Xt(s),gasLimitFormatted:c}}return{isDynamic:!1,estTxFee:`${a.toLocaleString()} gas`,gasLimitFormatted:c}}catch{return null}}function Cr(r){const e=uo(r);if(!e)return z("Estimated fee","<span>—</span>");let s=z("Est. Tx Fee",`<span>${e.estTxFee}</span>`);return e.isDynamic?(e.maxPriorityFeeGwei!==void 0&&(s+=z("Max Priority Fee",`<span>${e.maxPriorityFeeGwei} Gwei</span>`)),e.maxFeeGwei!==void 0&&(s+=z("Max Gas Fee",`<span>${e.maxFeeGwei} Gwei</span>`))):e.gasPriceGwei!==void 0&&(s+=z("Gas Price",`<span>${e.gasPriceGwei} Gwei</span>`)),e.gasLimitFormatted&&(s+=z("Gas Limit",`<span>${e.gasLimitFormatted}</span>`)),s}const Te=`<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
1851
1980
|
<rect x="9" y="9" width="13" height="13" rx="2"/>
|
|
1852
1981
|
<path d="M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"/>
|
|
1853
1982
|
</svg>`,ce=`<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round">
|
|
@@ -1860,19 +1989,19 @@ ${t.length}`),i=new Uint8Array(n.length+t.length);i.set(n,0),i.set(t,n.length);c
|
|
|
1860
1989
|
<rect x="2" y="5" width="16" height="12" rx="2" stroke="currentColor" stroke-width="1.5"/>
|
|
1861
1990
|
<path d="M2 9h16" stroke="currentColor" stroke-width="1.5"/>
|
|
1862
1991
|
<rect x="12.5" y="11.5" width="3.5" height="2.5" rx="0.75" fill="currentColor"/>
|
|
1863
|
-
</svg>`,fo=`<svg width="24" height="24" viewBox="0 0 24 24" fill="none">
|
|
1864
|
-
<path d="M12 0C18.6274 0 24 5.37258 24 12C23.9999 18.6273 18.6274 24 12 24C5.37264 24 9.89594e-05 18.6273 0 12C0 5.37258 5.37258 0 12 0ZM10.875 15.127V17.377H13.125V15.127H10.875ZM10.875 6.62207V13.627H13.125V6.62207H10.875Z" fill="var(--cx-error)"/>
|
|
1865
1992
|
</svg>`,po=`<svg width="24" height="24" viewBox="0 0 24 24" fill="none">
|
|
1993
|
+
<path d="M12 0C18.6274 0 24 5.37258 24 12C23.9999 18.6273 18.6274 24 12 24C5.37264 24 9.89594e-05 18.6273 0 12C0 5.37258 5.37258 0 12 0ZM10.875 15.127V17.377H13.125V15.127H10.875ZM10.875 6.62207V13.627H13.125V6.62207H10.875Z" fill="var(--cx-error)"/>
|
|
1994
|
+
</svg>`,fo=`<svg width="24" height="24" viewBox="0 0 24 24" fill="none">
|
|
1866
1995
|
<circle cx="12" cy="12" r="12" fill="var(--cx-error)"/>
|
|
1867
1996
|
<circle cx="12" cy="12" r="5.5" stroke="white" stroke-width="1.5"/>
|
|
1868
1997
|
<path d="M12 9.5v3l2 1.5" stroke="white" stroke-width="1.5" stroke-linecap="round"/>
|
|
1869
|
-
</svg>`;function le(
|
|
1998
|
+
</svg>`;function le(r){return[`--cx-bg:${r.bg}`,`--cx-border:${r.border}`,`--cx-title:${r.titleColor}`,`--cx-subtitle:${r.subtitleColor}`,`--cx-label:${r.labelColor}`,`--cx-value:${r.valueColor}`,`--cx-pill-bg:${r.pillBg}`,`--cx-pill-from:${r.pillFromColor}`,`--cx-pill-amt:${r.pillAmtColor}`,`--cx-divider:${r.divider}`,`--cx-close:${r.closeColor}`,`--cx-close-hover:${r.closeHoverBg}`,`--cx-copy:${r.copyColor}`,`--cx-input-bg:${r.inputBg}`,`--cx-input-border:${r.inputBorder}`,`--cx-hint:${r.hintColor}`,`--cx-surface-subtle:${r.surfaceSubtle}`,`--cx-primary:${r.primary}`,`--cx-primary-glow:${r.primaryGlow}`,`--cx-secondary:${r.secondary}`,`--cx-error:${r.errorColor}`,`--cx-on-primary:${r.onPrimary}`].join(";")}function z(r,e){return`
|
|
1870
1999
|
<div class="__crossx-row">
|
|
1871
|
-
<span class="__crossx-row-label">${
|
|
2000
|
+
<span class="__crossx-row-label">${r}</span>
|
|
1872
2001
|
<div class="__crossx-row-value">${e}</div>
|
|
1873
|
-
</div>`}function _o(
|
|
1874
|
-
<button class="__crossx-copy-btn" data-copy="${L(
|
|
1875
|
-
<div class="__crossx-card __crossx-card--migration __crossx-card--sign-tx" style="${le(
|
|
2002
|
+
</div>`}function _o(r,e){const s=e,t=mt(r.dappName),n=r.to?`<span class="__crossx-addr-text">${ie(r.to)}</span>
|
|
2003
|
+
<button class="__crossx-copy-btn" data-copy="${L(r.to)}" title="Copy address">${Te}</button>`:"<span>—</span>",i=Cr(r),o=r.data??"0x",a=document.createElement("div");return a.id=te,a.innerHTML=`
|
|
2004
|
+
<div class="__crossx-card __crossx-card--migration __crossx-card--sign-tx" style="${le(s)}" role="dialog" aria-modal="true" aria-labelledby="__crossx-ttl">
|
|
1876
2005
|
<div class="__crossx-header">
|
|
1877
2006
|
<p class="__crossx-title" id="__crossx-ttl">Signature Request</p>
|
|
1878
2007
|
<button class="__crossx-close" id="__crossx-close-btn" aria-label="Close">${ce}</button>
|
|
@@ -1886,15 +2015,15 @@ ${t.length}`),i=new Uint8Array(n.length+t.length);i.set(n,0),i.set(t,n.length);c
|
|
|
1886
2015
|
</p>
|
|
1887
2016
|
<div class="__crossx-addr-pill">
|
|
1888
2017
|
${Zt}
|
|
1889
|
-
<span class="__crossx-addr-pill-text">${
|
|
2018
|
+
<span class="__crossx-addr-pill-text">${ie(r.from)}</span>
|
|
1890
2019
|
</div>
|
|
1891
2020
|
<p class="__crossx-warning">After you sign, changes or cancellations are not possible.</p>
|
|
1892
2021
|
</div>
|
|
1893
2022
|
<hr class="__crossx-divider __crossx-divider--cols">
|
|
1894
2023
|
<div class="__crossx-col-right-sign">
|
|
1895
2024
|
<div class="__crossx-rows">
|
|
1896
|
-
${
|
|
1897
|
-
${
|
|
2025
|
+
${z("To",n)}
|
|
2026
|
+
${z("Network",`<span>${Or(r.chainId)}</span>`)}
|
|
1898
2027
|
${i}
|
|
1899
2028
|
</div>
|
|
1900
2029
|
<pre class="__crossx-raw-tx">${L(o)}</pre>
|
|
@@ -1906,9 +2035,9 @@ ${t.length}`),i=new Uint8Array(n.length+t.length);i.set(n,0),i.set(t,n.length);c
|
|
|
1906
2035
|
</div>
|
|
1907
2036
|
</div>
|
|
1908
2037
|
</div>
|
|
1909
|
-
`,a}function go(
|
|
1910
|
-
<button class="__crossx-copy-btn" data-copy="${L(
|
|
1911
|
-
<div class="__crossx-card __crossx-card--migration __crossx-card--send-tx" style="${le(
|
|
2038
|
+
`,a}function go(r,e){const s=e,t=r.nativeSymbol??"ETH",n=r.nativeDecimals??18,i=mt(r.dappName),o=r.to?`<span class="__crossx-addr-text">${ie(r.to)}</span>
|
|
2039
|
+
<button class="__crossx-copy-btn" data-copy="${L(r.to)}" title="Copy address">${Te}</button>`:"<span>—</span>",a=Cr(r),l=co(r.value,t,n)??"—",u=document.createElement("div");return u.id=te,u.innerHTML=`
|
|
2040
|
+
<div class="__crossx-card __crossx-card--migration __crossx-card--send-tx" style="${le(s)}" role="dialog" aria-modal="true" aria-labelledby="__crossx-ttl">
|
|
1912
2041
|
<div class="__crossx-header">
|
|
1913
2042
|
<p class="__crossx-title" id="__crossx-ttl">Approve transaction</p>
|
|
1914
2043
|
<button class="__crossx-close" id="__crossx-close-btn" aria-label="Close">${ce}</button>
|
|
@@ -1920,25 +2049,25 @@ ${t.length}`),i=new Uint8Array(n.length+t.length);i.set(n,0),i.set(t,n.length);c
|
|
|
1920
2049
|
</p>
|
|
1921
2050
|
<div class="__crossx-body-cols">
|
|
1922
2051
|
<div class="__crossx-rows">
|
|
1923
|
-
${
|
|
1924
|
-
${
|
|
2052
|
+
${z("To",o)}
|
|
2053
|
+
${z("Network",`<span>${Or(r.chainId)}</span>`)}
|
|
1925
2054
|
${a}
|
|
1926
2055
|
</div>
|
|
1927
2056
|
<div class="__crossx-pill">
|
|
1928
|
-
<span class="__crossx-pill-from">${
|
|
2057
|
+
<span class="__crossx-pill-from">${ie(r.from)}</span>
|
|
1929
2058
|
<span class="__crossx-pill-amount">${l}</span>
|
|
1930
2059
|
</div>
|
|
1931
2060
|
</div>
|
|
1932
2061
|
<button class="__crossx-approve-btn" id="__crossx-confirm-btn">Approve</button>
|
|
1933
2062
|
</div>
|
|
1934
2063
|
</div>
|
|
1935
|
-
`,
|
|
1936
|
-
<button class="__crossx-copy-btn" data-copy="${L(
|
|
1937
|
-
<button class="__crossx-copy-btn" data-copy="${L(
|
|
1938
|
-
<button class="__crossx-copy-btn" data-copy="${L(
|
|
2064
|
+
`,u}function mt(r){var e;if(r)return r;try{return((e=window.location)==null?void 0:e.hostname)||"This site"}catch{return"This site"}}function L(r){return r.replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">").replace(/"/g,""").replace(/'/g,"'")}function xo(r){return typeof r=="string"&&/^0x[0-9a-fA-F]{40}$/i.test(r)}function mo(r){if(typeof r=="string")return L(r);if(typeof r=="number"||typeof r=="bigint"||typeof r=="boolean")return String(r);try{return L(JSON.stringify(r))}catch{return String(r)}}function wo(r,e){const s=z("From",`<span class="__crossx-addr-text">${ie(r.from)}</span>
|
|
2065
|
+
<button class="__crossx-copy-btn" data-copy="${L(r.from)}" title="Copy address">${Te}</button>`),t=r.to?z("To",`<span class="__crossx-addr-text">${ie(r.to)}</span>
|
|
2066
|
+
<button class="__crossx-copy-btn" data-copy="${L(r.to)}" title="Copy address">${Te}</button>`):"",n=r.amount?z("Transfer",`<span>${L(r.amount)}</span>`):"",i=r.fees?z("Tx Fee",`<span>${L(r.fees)}</span>`):"",o=r.txHash?z("Tx Hash",`<span class="__crossx-addr-text">${ie(r.txHash)}</span>
|
|
2067
|
+
<button class="__crossx-copy-btn" data-copy="${L(r.txHash)}" title="Copy hash">${Te}</button>`):"",a=r.total?`<div class="__crossx-total-pill">
|
|
1939
2068
|
<span class="__crossx-total-label">Total<br>(including fees)</span>
|
|
1940
|
-
<span class="__crossx-total-amount">${L(
|
|
1941
|
-
</div>`:"",c=document.createElement("div");return c.id=
|
|
2069
|
+
<span class="__crossx-total-amount">${L(r.total)}</span>
|
|
2070
|
+
</div>`:"",c=document.createElement("div");return c.id=te,c.innerHTML=`
|
|
1942
2071
|
<div class="__crossx-card __crossx-card--migration" style="${le(e)}" role="dialog" aria-modal="true" aria-labelledby="__crossx-ttl">
|
|
1943
2072
|
<div class="__crossx-header">
|
|
1944
2073
|
<p class="__crossx-title" id="__crossx-ttl">Transaction complete</p>
|
|
@@ -1947,7 +2076,7 @@ ${t.length}`),i=new Uint8Array(n.length+t.length);i.set(n,0),i.set(t,n.length);c
|
|
|
1947
2076
|
<hr class="__crossx-divider">
|
|
1948
2077
|
<div class="__crossx-body">
|
|
1949
2078
|
<div class="__crossx-rows">
|
|
1950
|
-
${
|
|
2079
|
+
${s}
|
|
1951
2080
|
${t}
|
|
1952
2081
|
${n}
|
|
1953
2082
|
${i}
|
|
@@ -1957,7 +2086,7 @@ ${t.length}`),i=new Uint8Array(n.length+t.length);i.set(n,0),i.set(t,n.length);c
|
|
|
1957
2086
|
<button class="__crossx-approve-btn" id="__crossx-done-btn">All Done</button>
|
|
1958
2087
|
</div>
|
|
1959
2088
|
</div>
|
|
1960
|
-
`,c}function yo(
|
|
2089
|
+
`,c}function yo(r,e){const s=document.createElement("div");return s.id=te,s.innerHTML=`
|
|
1961
2090
|
<div class="__crossx-card __crossx-card--migration" style="${le(e)}" role="dialog" aria-modal="true" aria-labelledby="__crossx-ttl">
|
|
1962
2091
|
<div class="__crossx-header">
|
|
1963
2092
|
<p class="__crossx-title" id="__crossx-ttl">Waiting for confirmation</p>
|
|
@@ -1970,9 +2099,9 @@ ${t.length}`),i=new Uint8Array(n.length+t.length);i.set(n,0),i.set(t,n.length);c
|
|
|
1970
2099
|
</div>
|
|
1971
2100
|
</div>
|
|
1972
2101
|
</div>
|
|
1973
|
-
`,
|
|
1974
|
-
<button class="__crossx-copy-btn" data-copy="${L(e.from)}" title="Copy address">${Te}</button>`):"",l=e.to?
|
|
1975
|
-
<button class="__crossx-copy-btn" data-copy="${L(e.to)}" title="Copy address">${Te}</button>`):"",
|
|
2102
|
+
`,s}function bo(r,e,s){const t=e.status!=="reverted"&&e.status!=="timeout",n=e.status==="timeout",i=r.querySelector("#__crossx-ttl"),o=r.querySelector(".__crossx-header");if(i){const m=n?fo:t?"":po,E=n?"Transaction timeout":t?"Transaction complete":"Transaction failed";m?(i.style.display="flex",i.style.alignItems="center",i.style.gap="8px",i.innerHTML=`${m}<span>${E}</span>`):i.textContent=E}if(o&&!r.querySelector("#__crossx-close-btn")){const m=document.createElement("button");m.className="__crossx-close",m.id="__crossx-close-btn",m.setAttribute("aria-label","Close"),m.innerHTML=ce,o.appendChild(m)}const a=r.querySelector("#__crossx-progress-body");if(!a)return;const c=e.from?z("From",`<span class="__crossx-addr-text">${ie(e.from)}</span>
|
|
2103
|
+
<button class="__crossx-copy-btn" data-copy="${L(e.from)}" title="Copy address">${Te}</button>`):"",l=e.to?z("To",`<span class="__crossx-addr-text">${ie(e.to)}</span>
|
|
2104
|
+
<button class="__crossx-copy-btn" data-copy="${L(e.to)}" title="Copy address">${Te}</button>`):"",u=e.amount?z("Transfer",`<span>${L(e.amount)}</span>`):"",f=e.fees?z("Tx Fee",`<span>${L(e.fees)}</span>`):"",_=e.txHash?z("Tx Hash",`<span class="__crossx-addr-text">${ie(e.txHash)}</span>
|
|
1976
2105
|
<button class="__crossx-copy-btn" data-copy="${L(e.txHash)}" title="Copy hash">${Te}</button>`):"",p=e.total?`<div class="__crossx-total-pill">
|
|
1977
2106
|
<span class="__crossx-total-label">Total<br>(including fees)</span>
|
|
1978
2107
|
<span class="__crossx-total-amount">${L(e.total)}</span>
|
|
@@ -1980,14 +2109,14 @@ ${t.length}`),i=new Uint8Array(n.length+t.length);i.set(n,0),i.set(t,n.length);c
|
|
|
1980
2109
|
<div class="__crossx-rows">
|
|
1981
2110
|
${c}
|
|
1982
2111
|
${l}
|
|
1983
|
-
${
|
|
2112
|
+
${u}
|
|
1984
2113
|
${f}
|
|
1985
|
-
${
|
|
2114
|
+
${_}
|
|
1986
2115
|
</div>
|
|
1987
2116
|
${p}
|
|
1988
2117
|
<button class="__crossx-approve-btn" id="__crossx-done-btn">${t?"All Done":"Done"}</button>
|
|
1989
|
-
`,a.querySelectorAll(".__crossx-copy-btn").forEach(
|
|
1990
|
-
<div class="__crossx-card __crossx-card--migration __crossx-card--sign-msg" style="${le(
|
|
2118
|
+
`,a.querySelectorAll(".__crossx-copy-btn").forEach(m=>{m.addEventListener("click",E=>{var T;E.stopPropagation();const v=m.dataset.copy;v&&((T=navigator.clipboard)==null||T.writeText(v).catch(()=>{}))})})}function So(r,e){const s=e,t=mt(r.dappName),n=L(r.message),i=document.createElement("div");return i.id=te,i.innerHTML=`
|
|
2119
|
+
<div class="__crossx-card __crossx-card--migration __crossx-card--sign-msg" style="${le(s)}" role="dialog" aria-modal="true" aria-labelledby="__crossx-ttl">
|
|
1991
2120
|
<div class="__crossx-header">
|
|
1992
2121
|
<p class="__crossx-title" id="__crossx-ttl">Signature Request</p>
|
|
1993
2122
|
<button class="__crossx-close" id="__crossx-close-btn" aria-label="Close">${ce}</button>
|
|
@@ -2001,7 +2130,7 @@ ${t.length}`),i=new Uint8Array(n.length+t.length);i.set(n,0),i.set(t,n.length);c
|
|
|
2001
2130
|
</p>
|
|
2002
2131
|
<div class="__crossx-addr-pill">
|
|
2003
2132
|
${Zt}
|
|
2004
|
-
<span class="__crossx-addr-pill-text">${
|
|
2133
|
+
<span class="__crossx-addr-pill-text">${ie(r.from)}</span>
|
|
2005
2134
|
</div>
|
|
2006
2135
|
<p class="__crossx-warning">After you sign, changes or cancellations are not possible.</p>
|
|
2007
2136
|
</div>
|
|
@@ -2014,17 +2143,17 @@ ${t.length}`),i=new Uint8Array(n.length+t.length);i.set(n,0),i.set(t,n.length);c
|
|
|
2014
2143
|
</div>
|
|
2015
2144
|
</div>
|
|
2016
2145
|
</div>
|
|
2017
|
-
`,i}function vo(
|
|
2146
|
+
`,i}function vo(r,e){const s=e,t=mt(r.dappName);let n={};if(typeof r.typedData=="string")try{n=JSON.parse(r.typedData)}catch{}else r.typedData&&typeof r.typedData=="object"&&(n=r.typedData);const i=n.primaryType??"—",o=n.message??{};let a=`
|
|
2018
2147
|
<div class="__crossx-td-row">
|
|
2019
2148
|
<span class="__crossx-td-label">Primary Type</span>
|
|
2020
2149
|
<span class="__crossx-td-value">${L(i)}</span>
|
|
2021
|
-
</div>`;for(const[l,
|
|
2022
|
-
<button class="__crossx-copy-btn" data-copy="${L(String(
|
|
2150
|
+
</div>`;for(const[l,u]of Object.entries(o)){const f=mo(u),p=xo(u)?`<span class="__crossx-addr-text">${ie(u)}</span>
|
|
2151
|
+
<button class="__crossx-copy-btn" data-copy="${L(String(u))}" title="Copy">${Te}</button>`:`<span>${f}</span>`;a+=`
|
|
2023
2152
|
<div class="__crossx-td-row">
|
|
2024
2153
|
<span class="__crossx-td-label">${L(l)}</span>
|
|
2025
2154
|
<div class="__crossx-td-value">${p}</div>
|
|
2026
|
-
</div>`}const c=document.createElement("div");return c.id=
|
|
2027
|
-
<div class="__crossx-card __crossx-card--migration __crossx-card--sign-typed" style="${le(
|
|
2155
|
+
</div>`}const c=document.createElement("div");return c.id=te,c.innerHTML=`
|
|
2156
|
+
<div class="__crossx-card __crossx-card--migration __crossx-card--sign-typed" style="${le(s)}" role="dialog" aria-modal="true" aria-labelledby="__crossx-ttl">
|
|
2028
2157
|
<div class="__crossx-header">
|
|
2029
2158
|
<p class="__crossx-title" id="__crossx-ttl">Signature Request</p>
|
|
2030
2159
|
<button class="__crossx-close" id="__crossx-close-btn" aria-label="Close">${ce}</button>
|
|
@@ -2038,7 +2167,7 @@ ${t.length}`),i=new Uint8Array(n.length+t.length);i.set(n,0),i.set(t,n.length);c
|
|
|
2038
2167
|
</p>
|
|
2039
2168
|
<div class="__crossx-addr-pill">
|
|
2040
2169
|
${Zt}
|
|
2041
|
-
<span class="__crossx-addr-pill-text">${
|
|
2170
|
+
<span class="__crossx-addr-pill-text">${ie(r.from)}</span>
|
|
2042
2171
|
</div>
|
|
2043
2172
|
<p class="__crossx-warning">After you sign, changes or cancellations are not possible.</p>
|
|
2044
2173
|
</div>
|
|
@@ -2054,10 +2183,10 @@ ${t.length}`),i=new Uint8Array(n.length+t.length);i.set(n,0),i.set(t,n.length);c
|
|
|
2054
2183
|
`,c}const Eo=`<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round">
|
|
2055
2184
|
<line x1="12" y1="5" x2="12" y2="19"/>
|
|
2056
2185
|
<line x1="5" y1="12" x2="19" y2="12"/>
|
|
2057
|
-
</svg>`;function
|
|
2186
|
+
</svg>`;function Ao(r,e,s){const t=s==null?void 0:s.toLowerCase(),n=r.map(o=>{const a=t&&o.address.toLowerCase()===t;return`<button class="__crossx-wallet-item" data-wallet-index="${o.index}" data-wallet-address="${L(o.address)}">
|
|
2058
2187
|
<span class="__crossx-wallet-idx">${o.index+1}</span>
|
|
2059
|
-
<span class="__crossx-wallet-addr">${
|
|
2060
|
-
</button>`}).join(""),i=document.createElement("div");return i.id=
|
|
2188
|
+
<span class="__crossx-wallet-addr">${ie(o.address)}</span>${a?'<span class="__crossx-wallet-selected">selected</span>':""}
|
|
2189
|
+
</button>`}).join(""),i=document.createElement("div");return i.id=te,i.innerHTML=`
|
|
2061
2190
|
<div class="__crossx-card __crossx-card--migration __crossx-card--wallet-selector" style="${le(e)}" role="dialog" aria-modal="true" aria-labelledby="__crossx-ttl">
|
|
2062
2191
|
<div class="__crossx-header">
|
|
2063
2192
|
<div style="display:flex;flex-direction:column;gap:4px;padding-right:36px;">
|
|
@@ -2088,7 +2217,7 @@ ${t.length}`),i=new Uint8Array(n.length+t.length);i.set(n,0),i.set(t,n.length);c
|
|
|
2088
2217
|
</div>
|
|
2089
2218
|
</div>
|
|
2090
2219
|
</div>
|
|
2091
|
-
`,i}const
|
|
2220
|
+
`,i}const Io=`<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2092
2221
|
<path d="M26.693 21.193c-.028-3.168 2.587-4.712 2.706-4.786-1.477-2.16-3.77-2.454-4.58-2.484-1.944-.197-3.804 1.148-4.793 1.148-.992 0-2.52-1.12-4.147-1.09-2.13.032-4.1 1.239-5.198 3.133-2.222 3.855-.569 9.562 1.593 12.69 1.061 1.535 2.318 3.258 3.975 3.196 1.6-.064 2.2-1.03 4.133-1.03 1.928 0 2.48 1.03 4.172.997 1.72-.03 2.806-1.56 3.862-3.1 1.211-1.779 1.713-3.495 1.74-3.583-.037-.017-3.427-1.316-3.463-5.09z" fill="currentColor"/>
|
|
2093
2222
|
<path d="M23.527 11.876c.877-1.065 1.471-2.545 1.31-4.024-1.266.053-2.807.845-3.718 1.907-.813.946-1.53 2.468-1.34 3.915 1.41.107 2.852-.716 3.748-1.798z" fill="currentColor"/>
|
|
2094
2223
|
</svg>`,To=`<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
@@ -2096,7 +2225,7 @@ ${t.length}`),i=new Uint8Array(n.length+t.length);i.set(n,0),i.set(t,n.length);c
|
|
|
2096
2225
|
<path d="M20.5 38.5c4.94 0 9.09-1.64 12.12-4.44l-5.91-4.57c-1.64 1.1-3.73 1.75-6.21 1.75-4.77 0-8.82-3.22-10.26-7.55H4.16v4.72A18.49 18.49 0 0 0 20.5 38.5z" fill="#34A853"/>
|
|
2097
2226
|
<path d="M10.24 23.69A11.16 11.16 0 0 1 9.66 20c0-1.28.22-2.52.58-3.69v-4.72H4.16A18.49 18.49 0 0 0 2 20c0 2.97.71 5.78 1.97 8.28l6.27-4.59z" fill="#FBBC05"/>
|
|
2098
2227
|
<path d="M20.5 8.76c2.69 0 5.1.92 7 2.73l5.24-5.24C29.58 3.36 25.43 1.5 20.5 1.5A18.49 18.49 0 0 0 4.16 11.59l6.08 4.72C11.68 11.98 15.73 8.76 20.5 8.76z" fill="#EA4335"/>
|
|
2099
|
-
</svg>`;function Ro(
|
|
2228
|
+
</svg>`;function Ro(r,e=!1){const s=r,t=e?`
|
|
2100
2229
|
<div class="__crossx-login-or-divider">
|
|
2101
2230
|
<hr><span>or</span><hr>
|
|
2102
2231
|
</div>
|
|
@@ -2105,8 +2234,8 @@ ${t.length}`),i=new Uint8Array(n.length+t.length);i.set(n,0),i.set(t,n.length);c
|
|
|
2105
2234
|
<span class="__crossx-connect-other-title">Connect with Other Wallets</span>
|
|
2106
2235
|
<span class="__crossx-connect-other-desc">Connect your existing Web3 wallet to manage your assets.</span>
|
|
2107
2236
|
</div>
|
|
2108
|
-
</button>`:"",n=document.createElement("div");return n.id=
|
|
2109
|
-
<div class="__crossx-card __crossx-card--migration" style="${le(
|
|
2237
|
+
</button>`:"",n=document.createElement("div");return n.id=te,n.innerHTML=`
|
|
2238
|
+
<div class="__crossx-card __crossx-card--migration" style="${le(s)}" role="dialog" aria-modal="true" aria-labelledby="__crossx-ttl">
|
|
2110
2239
|
<div class="__crossx-header">
|
|
2111
2240
|
<div style="display:flex;flex-direction:column;gap:4px;padding-right:36px;">
|
|
2112
2241
|
<p class="__crossx-title" id="__crossx-ttl" style="padding-right:0;">CROSS Wallet</p>
|
|
@@ -2118,7 +2247,7 @@ ${t.length}`),i=new Uint8Array(n.length+t.length);i.set(n,0),i.set(t,n.length);c
|
|
|
2118
2247
|
<div class="__crossx-body">
|
|
2119
2248
|
<div class="__crossx-login-btn-row">
|
|
2120
2249
|
<button class="__crossx-login-btn" id="__crossx-apple-btn" type="button">
|
|
2121
|
-
<span class="__crossx-login-icon" style="color:var(--cx-value);">${
|
|
2250
|
+
<span class="__crossx-login-icon" style="color:var(--cx-value);">${Io}</span>
|
|
2122
2251
|
<span class="__crossx-login-btn-label">Sign in with Apple</span>
|
|
2123
2252
|
</button>
|
|
2124
2253
|
<button class="__crossx-login-btn" id="__crossx-google-btn" type="button">
|
|
@@ -2131,11 +2260,11 @@ ${t.length}`),i=new Uint8Array(n.length+t.length);i.set(n,0),i.set(t,n.length);c
|
|
|
2131
2260
|
</p>
|
|
2132
2261
|
</div>
|
|
2133
2262
|
</div>
|
|
2134
|
-
`,n}function
|
|
2263
|
+
`,n}function ko(r,e){const s=r,t=document.createElement("div");t.id=te;const n=L(e.message).replace(/\n/g,"<br>"),i=e.email?`<div class="__crossx-session-account-card">
|
|
2135
2264
|
<p class="__crossx-session-account-label">${L(e.accountLabel)}</p>
|
|
2136
2265
|
<p class="__crossx-session-account-email">${L(e.email)}</p>
|
|
2137
2266
|
</div>`:"";return t.innerHTML=`
|
|
2138
|
-
<div class="__crossx-card __crossx-card--migration" style="${le(
|
|
2267
|
+
<div class="__crossx-card __crossx-card--migration" style="${le(s)}" role="alertdialog" aria-modal="true" aria-labelledby="__crossx-session-header-title" aria-describedby="__crossx-session-msg">
|
|
2139
2268
|
<div class="__crossx-header">
|
|
2140
2269
|
<p class="__crossx-title" id="__crossx-session-header-title">${L(e.title)}</p>
|
|
2141
2270
|
<button class="__crossx-close" id="__crossx-close-btn" aria-label="Close">${ce}</button>
|
|
@@ -2153,8 +2282,8 @@ ${t.length}`),i=new Uint8Array(n.length+t.length);i.set(n,0),i.set(t,n.length);c
|
|
|
2153
2282
|
</div>
|
|
2154
2283
|
</div>
|
|
2155
2284
|
</div>
|
|
2156
|
-
`,t}function Po(
|
|
2157
|
-
<div class="__crossx-card __crossx-card--migration" style="${le(
|
|
2285
|
+
`,t}function Po(r,e=!0){const s=r,t=e?`<button class="__crossx-close" id="__crossx-close-btn" aria-label="Close">${ce}</button>`:"",n=e?'<button class="__crossx-skip-btn" id="__crossx-skip-btn">Skip for Now</button>':"",i=document.createElement("div");return i.id=te,i.innerHTML=`
|
|
2286
|
+
<div class="__crossx-card __crossx-card--migration" style="${le(s)}" role="dialog" aria-modal="true" aria-labelledby="__crossx-ttl">
|
|
2158
2287
|
<div class="__crossx-header">
|
|
2159
2288
|
<p class="__crossx-title" id="__crossx-ttl">Wallet Found on Social Account 🎉</p>
|
|
2160
2289
|
<p class="__crossx-subtitle--body">We found a wallet linked to your social account. Enter your 4-digit PIN to restore your assets.</p>
|
|
@@ -2173,8 +2302,8 @@ ${t.length}`),i=new Uint8Array(n.length+t.length);i.set(n,0),i.set(t,n.length);c
|
|
|
2173
2302
|
${n}
|
|
2174
2303
|
</div>
|
|
2175
2304
|
</div>
|
|
2176
|
-
`,i}function
|
|
2177
|
-
<div class="__crossx-card __crossx-card--migration" style="${le(
|
|
2305
|
+
`,i}function Oo(r,e){const s=r,{errorMessage:t,attemptCount:n,maxAttempts:i=5}=e??{},o=!!t,a=o?" --error":"",c=n!=null&&n>0?`<p class="__crossx-pin-attempt">${n}/${i}</p>`:"",l=n!=null&&n>=3?'<p class="__crossx-pin-warning">Your account will be locked after further failures.</p>':"",u=o?`<p class="__crossx-pin-error-text">${t}</p>`:"",f=document.createElement("div");return f.id=te,f.innerHTML=`
|
|
2306
|
+
<div class="__crossx-card __crossx-card--migration" style="${le(s)}" role="dialog" aria-modal="true" aria-labelledby="__crossx-ttl">
|
|
2178
2307
|
<div class="__crossx-header">
|
|
2179
2308
|
<p class="__crossx-title" id="__crossx-ttl">Import from Social Backup</p>
|
|
2180
2309
|
<button class="__crossx-close" id="__crossx-close-btn" aria-label="Close">${ce}</button>
|
|
@@ -2190,10 +2319,10 @@ ${t.length}`),i=new Uint8Array(n.length+t.length);i.set(n,0),i.set(t,n.length);c
|
|
|
2190
2319
|
<input class="__crossx-pin-input${a}" type="tel" maxlength="1" inputmode="numeric" pattern="[0-9]" autocomplete="off">
|
|
2191
2320
|
</div>
|
|
2192
2321
|
<p class="__crossx-pin-hint">Enter your 4-digit PIN to recover your wallet.</p>
|
|
2193
|
-
${
|
|
2322
|
+
${u}
|
|
2194
2323
|
</div>
|
|
2195
2324
|
</div>
|
|
2196
|
-
`,f}function
|
|
2325
|
+
`,f}function Co(r){const e=new Date(r),s=["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],t=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],n=s[e.getDay()],i=t[e.getMonth()],o=e.getDate(),a=String(e.getHours()).padStart(2,"0"),c=String(e.getMinutes()).padStart(2,"0");return`${n}, ${i} ${o} ${a}:${c}`}function No(r,e,s){const t=r,n=e<=0,i=n?null:Date.now()+e*1e3,o=i?Co(i):null,a=document.createElement("div");return a.id=te,a.innerHTML=`
|
|
2197
2326
|
<div class="__crossx-card __crossx-card--migration" style="${le(t)}" role="dialog" aria-modal="true" aria-labelledby="__crossx-ttl">
|
|
2198
2327
|
<div class="__crossx-header">
|
|
2199
2328
|
<p class="__crossx-title" id="__crossx-ttl">Import from Social Backup</p>
|
|
@@ -2208,20 +2337,20 @@ ${t.length}`),i=new Uint8Array(n.length+t.length);i.set(n,0),i.set(t,n.length);c
|
|
|
2208
2337
|
<div class="__crossx-pin-dot" aria-hidden="true">●</div>
|
|
2209
2338
|
</div>
|
|
2210
2339
|
<div class="__crossx-pin-lock-messages">
|
|
2211
|
-
<p class="__crossx-pin-lock-message">${n?
|
|
2340
|
+
<p class="__crossx-pin-lock-message">${n?s:"Please try again after the lock expires."}</p>
|
|
2212
2341
|
${o?`<p class="__crossx-pin-lock-secondary">(Available from ${o})</p>`:""}
|
|
2213
2342
|
</div>
|
|
2214
2343
|
</div>
|
|
2215
2344
|
</div>
|
|
2216
|
-
`,{overlay:a,startCountdown:l=>{if(n||!i)return()=>{};const f=setInterval(()=>{Date.now()>=i&&(clearInterval(f),l())},1e3);return()=>clearInterval(f)}}}function Lo(
|
|
2345
|
+
`,{overlay:a,startCountdown:l=>{if(n||!i)return()=>{};const f=setInterval(()=>{Date.now()>=i&&(clearInterval(f),l())},1e3);return()=>clearInterval(f)}}}function Lo(r){const s=[r.check1,r.check2].map((t,n)=>`
|
|
2217
2346
|
<div class="__crossx-pw-notice-item" data-check-index="${n}" role="checkbox" aria-checked="false" tabindex="0">
|
|
2218
|
-
<div class="__crossx-pw-notice-check" id="__crossx-notice-check-${n}">${
|
|
2347
|
+
<div class="__crossx-pw-notice-check" id="__crossx-notice-check-${n}">${Wo}</div>
|
|
2219
2348
|
<span class="__crossx-pw-notice-item-text">${L(t)}</span>
|
|
2220
2349
|
</div>
|
|
2221
2350
|
`).join("");return`
|
|
2222
2351
|
<div class="__crossx-header">
|
|
2223
|
-
<p class="__crossx-title" id="__crossx-ttl" style="padding-right:48px;">${L(
|
|
2224
|
-
<p class="__crossx-pw-subtitle">${L(
|
|
2352
|
+
<p class="__crossx-title" id="__crossx-ttl" style="padding-right:48px;">${L(r.title)}</p>
|
|
2353
|
+
<p class="__crossx-pw-subtitle">${L(r.headerSubtitle)}</p>
|
|
2225
2354
|
<button class="__crossx-close" id="__crossx-close-btn" aria-label="Close">${ce}</button>
|
|
2226
2355
|
</div>
|
|
2227
2356
|
<hr class="__crossx-divider">
|
|
@@ -2229,50 +2358,80 @@ ${t.length}`),i=new Uint8Array(n.length+t.length);i.set(n,0),i.set(t,n.length);c
|
|
|
2229
2358
|
<div class="__crossx-pw-fields __crossx-pw-fields--notice">
|
|
2230
2359
|
<div class="__crossx-pw-notice-header">
|
|
2231
2360
|
<div class="__crossx-pw-notice-title-row">
|
|
2232
|
-
<span class="__crossx-pw-notice-icon">${
|
|
2233
|
-
<p class="__crossx-pw-notice-title">${L(
|
|
2361
|
+
<span class="__crossx-pw-notice-icon">${Uo}</span>
|
|
2362
|
+
<p class="__crossx-pw-notice-title">${L(r.noticeTitle)}</p>
|
|
2234
2363
|
</div>
|
|
2235
|
-
<p class="__crossx-pw-notice-desc">${L(
|
|
2364
|
+
<p class="__crossx-pw-notice-desc">${L(r.noticeDesc)}</p>
|
|
2236
2365
|
</div>
|
|
2237
2366
|
<div class="__crossx-pw-notice-checks" id="__crossx-notice-checks">
|
|
2238
|
-
${
|
|
2367
|
+
${s}
|
|
2239
2368
|
</div>
|
|
2240
2369
|
</div>
|
|
2241
2370
|
<button class="__crossx-pw-btn --disabled" id="__crossx-pin-notice-next"
|
|
2242
|
-
data-next-label="${L(
|
|
2243
|
-
data-submit-label="${L(
|
|
2244
|
-
${L(
|
|
2371
|
+
data-next-label="${L(r.nextButton)}"
|
|
2372
|
+
data-submit-label="${L(r.submitButton)}">
|
|
2373
|
+
${L(r.nextButton)}
|
|
2245
2374
|
</button>
|
|
2246
2375
|
</div>
|
|
2247
2376
|
<div class="__crossx-home-indicator"></div>
|
|
2248
|
-
`}function Qt(
|
|
2249
|
-
${
|
|
2377
|
+
`}function Qt(r){const e=!!r.lockExpiresAt&&r.lockExpiresAt>Date.now(),s=r.lockExpiresAt?` data-lock-expires="${r.lockExpiresAt}"`:"",t=r.headerSubtitle?`<p class="__crossx-pin6-header-sub">${L(r.headerSubtitle)}</p>`:"",n=r.subtitle?`<p class="__crossx-pin6-subtitle">${L(r.subtitle)}</p>`:"",i=r.errorMessage?`<p class="__crossx-pin6-error" id="__crossx-pin6-error">${L(r.errorMessage)}</p>`:'<p class="__crossx-pin6-error" id="__crossx-pin6-error"></p>',o=e?`<p class="__crossx-pin6-lock-msg" id="__crossx-pin6-lock-msg">
|
|
2378
|
+
${Lr}
|
|
2250
2379
|
<span id="__crossx-pin6-lock-countdown"></span>
|
|
2251
|
-
</p>`:"",a=
|
|
2380
|
+
</p>`:"",a=r.warningMessage&&r.attemptCount!=null&&r.attemptCount>0?`<p class="__crossx-pin6-warning" id="__crossx-pin6-warning">${L(r.warningMessage)}</p>`:'<p class="__crossx-pin6-warning" id="__crossx-pin6-warning"></p>',c=r.attemptCount!=null&&r.attemptCount>0?`<p class="__crossx-pin6-attempt" id="__crossx-pin6-attempt">${r.attemptCount}/${r.maxAttempts??"?"}</p>`:'<p class="__crossx-pin6-attempt" id="__crossx-pin6-attempt"></p>',l=e?" --locked":"",u=Array.from({length:6},(E,v)=>`<input class="__crossx-pin6-box${l}" type="password" maxlength="1" inputmode="numeric" pattern="[0-9]" autocomplete="off" aria-label="PIN digit ${v+1}"${e?" disabled":""}>`).join(""),f=e?" --locked":"",_=Array.from({length:6},(E,v)=>`<div class="__crossx-pin6-dot${f}" data-dot-index="${v}" aria-label="PIN digit ${v+1}"></div>`).join(""),p=e?" --disabled":"",m=`
|
|
2381
|
+
<div class="__crossx-pin6-numpad" id="__crossx-pin6-numpad">
|
|
2382
|
+
<div class="__crossx-pin6-numpad-row">
|
|
2383
|
+
<button type="button" class="__crossx-pin6-numpad-key${p}" data-key="1">1</button>
|
|
2384
|
+
<button type="button" class="__crossx-pin6-numpad-key${p}" data-key="2">2</button>
|
|
2385
|
+
<button type="button" class="__crossx-pin6-numpad-key${p}" data-key="3">3</button>
|
|
2386
|
+
</div>
|
|
2387
|
+
<div class="__crossx-pin6-numpad-row">
|
|
2388
|
+
<button type="button" class="__crossx-pin6-numpad-key${p}" data-key="4">4</button>
|
|
2389
|
+
<button type="button" class="__crossx-pin6-numpad-key${p}" data-key="5">5</button>
|
|
2390
|
+
<button type="button" class="__crossx-pin6-numpad-key${p}" data-key="6">6</button>
|
|
2391
|
+
</div>
|
|
2392
|
+
<div class="__crossx-pin6-numpad-row">
|
|
2393
|
+
<button type="button" class="__crossx-pin6-numpad-key${p}" data-key="7">7</button>
|
|
2394
|
+
<button type="button" class="__crossx-pin6-numpad-key${p}" data-key="8">8</button>
|
|
2395
|
+
<button type="button" class="__crossx-pin6-numpad-key${p}" data-key="9">9</button>
|
|
2396
|
+
</div>
|
|
2397
|
+
<div class="__crossx-pin6-numpad-row">
|
|
2398
|
+
<button type="button" class="__crossx-pin6-numpad-key --empty" aria-hidden="true"></button>
|
|
2399
|
+
<button type="button" class="__crossx-pin6-numpad-key${p}" data-key="0">0</button>
|
|
2400
|
+
<button type="button" class="__crossx-pin6-numpad-key --delete${p}" data-key="backspace" aria-label="Delete">${$o}</button>
|
|
2401
|
+
</div>
|
|
2402
|
+
</div>`;return`
|
|
2252
2403
|
<div class="__crossx-header">
|
|
2253
|
-
<p class="__crossx-title" id="__crossx-ttl" style="padding-right:48px;">${L(
|
|
2404
|
+
<p class="__crossx-title" id="__crossx-ttl" style="padding-right:48px;">${L(r.title)}</p>
|
|
2254
2405
|
${t}
|
|
2255
2406
|
<button class="__crossx-close" id="__crossx-close-btn" aria-label="Close">${ce}</button>
|
|
2256
2407
|
</div>
|
|
2257
2408
|
<hr class="__crossx-divider">
|
|
2258
|
-
<div class="__crossx-pin6-body"${
|
|
2409
|
+
<div class="__crossx-pin6-body"${s}>
|
|
2259
2410
|
${n}
|
|
2260
2411
|
<div class="__crossx-pin6-boxes" id="__crossx-pin6-boxes">
|
|
2261
|
-
${
|
|
2412
|
+
${u}
|
|
2413
|
+
<div class="__crossx-pin6-dots" id="__crossx-pin6-dots">
|
|
2414
|
+
${_}
|
|
2415
|
+
</div>
|
|
2262
2416
|
</div>
|
|
2263
2417
|
${i}
|
|
2264
2418
|
${a}
|
|
2419
|
+
${c}
|
|
2265
2420
|
${o}
|
|
2266
2421
|
</div>
|
|
2267
|
-
|
|
2268
|
-
`}function
|
|
2269
|
-
<div class="__crossx-card __crossx-card--pin6" style="${le(
|
|
2422
|
+
${m}
|
|
2423
|
+
`}function Nr(r,e){const s=document.createElement("div");return s.id=te,s.innerHTML=`
|
|
2424
|
+
<div class="__crossx-card __crossx-card--pin6" style="${le(r)}" role="dialog" aria-modal="true" aria-labelledby="__crossx-ttl">
|
|
2270
2425
|
${e}
|
|
2271
2426
|
</div>
|
|
2272
|
-
`,
|
|
2427
|
+
`,s}function Do(r,e){if(r.length!==6)return e.tooShort;if(!/^\d+$/.test(r))return e.numbersOnly;if(/(.)\1{2}/.test(r))return e.repeatingDigit;const s=r.split("").map(Number),t=s.every((i,o)=>o===0||i===(s[o-1]+1)%10),n=s.every((i,o)=>o===0||i===(s[o-1]+9)%10);return t||n?e.sequential:r[0]!==r[1]&&r===r.slice(0,2).repeat(3)?e.alternatingPattern:null}function Mo(r){const e=Math.max(0,Math.ceil(r/1e3)),s=Math.floor(e/3600),t=Math.floor(e%3600/60),n=e%60;return s>0?`${s}h ${String(t).padStart(2,"0")}m`:`${String(t).padStart(2,"0")}:${String(n).padStart(2,"0")}`}function es(r,e,s,t,n,i,o){var P,D;let a=!!(i&&i>Date.now()),c=!1;const l=()=>Array.from(r.querySelectorAll(".__crossx-pin6-box")),u=()=>r.querySelector("#__crossx-pin6-boxes"),f=()=>r.querySelector("#__crossx-pin6-error"),_=()=>r.querySelector("#__crossx-pin6-lock-msg"),p=()=>r.querySelector("#__crossx-pin6-lock-countdown"),m=()=>r.querySelector(".__crossx-pin6-body"),E=()=>l().map(y=>y.value).join(""),v=()=>Array.from(r.querySelectorAll(".__crossx-pin6-dot")),T=()=>{var S;const y=l(),b=v();if(b.length&&(b.forEach((A,R)=>{const H=!!(y[R]&&y[R].value);A.classList.toggle("--filled",H),A.classList.toggle("--active",!1)}),!a&&!c)){const A=y.findIndex(H=>!H.value);(S=b[A===-1?5:A])==null||S.classList.add("--active")}},k=()=>{r.querySelectorAll(".__crossx-pin6-numpad-key[data-key]").forEach(b=>b.classList.toggle("--disabled",a)),v().forEach(b=>b.classList.toggle("--locked",a)),T()},B=y=>{a=y,l().forEach(b=>{b.disabled=y,b.classList.toggle("--locked",y)})},$=()=>r.querySelector("#__crossx-pin6-attempt"),J=()=>{const y=f();y&&(y.textContent="")},G=()=>o??"Your account will be locked after further failures.",se=()=>r.querySelector("#__crossx-pin6-warning"),F=y=>{var S;let b=se();if(!b){b=document.createElement("p"),b.className="__crossx-pin6-warning",b.id="__crossx-pin6-warning";const A=f();A?A.insertAdjacentElement("afterend",b):(S=m())==null||S.appendChild(b)}b.textContent=y},j=()=>{const y=se();y&&(y.textContent="")},re=(y,b)=>{var A;let S=$();if(!S){S=document.createElement("p"),S.className="__crossx-pin6-attempt",S.id="__crossx-pin6-attempt";const R=se()??f();R?R.insertAdjacentElement("afterend",S):(A=m())==null||A.appendChild(S)}S.textContent=`${y}/${b}`},U=()=>{const y=$();y&&(y.textContent="")},C=y=>{const b=f();b&&(b.textContent=y);const S=u();S==null||S.classList.add("--shake"),setTimeout(()=>S==null?void 0:S.classList.remove("--shake"),500),l().forEach(A=>{A.value=""}),setTimeout(()=>{var A;(A=l()[0])==null||A.focus(),T()},50)},M=y=>{var H;B(!0),l().forEach(W=>{W.value=""}),k();const b=f();if(b&&(b.textContent="Too many failed attempts. Please wait."),!_()){const W=document.createElement("p");W.className="__crossx-pin6-lock-msg",W.id="__crossx-pin6-lock-msg",W.innerHTML=`${Lr}<span id="__crossx-pin6-lock-countdown"></span>`;const N=f();N?N.insertAdjacentElement("afterend",W):(H=m())==null||H.appendChild(W)}const S=()=>{var K;const W=y-Date.now(),N=p();W<=0?(clearInterval(A),B(!1),(K=_())==null||K.remove(),b&&(b.textContent=""),k(),setTimeout(()=>{var Y;return(Y=l()[0])==null?void 0:Y.focus()},50)):N&&(N.textContent=` ${Mo(W)}`)},A=setInterval(S,1e3);S();const R=new MutationObserver(()=>{document.contains(r)||(clearInterval(A),R.disconnect())});R.observe(document.body,{childList:!0,subtree:!1})},x=async()=>{if(a||c)return;const y=E();if(y.length===6){c=!0,l().forEach(b=>{b.disabled=!0});try{if(n){const b=await n(y);b.ok?e(y):b.lockExpiresAt?(U(),M(b.lockExpiresAt)):(C(b.error??"Incorrect PIN. Please try again."),b.attemptCount!=null&&b.maxAttempts!=null?(F(G()),re(b.attemptCount,b.maxAttempts)):(j(),U()))}else e(y)}catch(b){t&&t(b)}finally{c=!1,a||l().forEach(b=>{b.disabled=!1}),T()}}};i&&i>Date.now()?M(i):setTimeout(()=>{var y;return(y=l()[0])==null?void 0:y.focus()},100);const w=()=>{if(a||c)return;const y=l(),b=y.find(S=>!S.value)??y[y.length-1];b==null||b.focus()};(P=u())==null||P.addEventListener("click",y=>{y.target.classList.contains("__crossx-pin6-box")||w()}),(D=m())==null||D.addEventListener("click",y=>{const b=y.target;b.classList.contains("__crossx-pin6-box")||b.closest("button")||w()}),l().forEach((y,b)=>{y.addEventListener("input",()=>{var A;const S=y.value.replace(/\D/g,"").slice(-1);y.value=S,J(),S&&b<5&&((A=l()[b+1])==null||A.focus()),T(),E().length===6&&setTimeout(x,80)}),y.addEventListener("keydown",S=>{var A,R;if(S.key==="Backspace"){if(S.preventDefault(),y.value)y.value="";else if(b>0){const H=l()[b-1];H.value="",H.focus()}T()}else S.key==="ArrowLeft"&&b>0?(S.preventDefault(),(A=l()[b-1])==null||A.focus()):S.key==="ArrowRight"&&b<5?(S.preventDefault(),(R=l()[b+1])==null||R.focus()):S.key==="Escape"&&s()}),y.addEventListener("paste",S=>{var H,W;S.preventDefault();const A=(((H=S.clipboardData)==null?void 0:H.getData("text"))??"").replace(/\D/g,"").slice(0,6);if(!A)return;const R=l();A.split("").forEach((N,K)=>{R[K]&&(R[K].value=N)}),(W=R[Math.min(A.length-1,5)])==null||W.focus(),J(),T(),E().length===6&&setTimeout(x,80)}),y.addEventListener("focus",()=>y.select())});const I=r.querySelector("#__crossx-pin6-numpad");if(I){let y=null;const b=()=>{y&&(y.classList.remove("--pressed"),y=null)};I.addEventListener("pointerdown",A=>{const R=A.target.closest(".__crossx-pin6-numpad-key");!R||a||c||(b(),y=R,R.classList.add("--pressed"),R.setPointerCapture(A.pointerId))});const S=A=>{const R=A.dataset.key;if(!R)return;if(R==="backspace"){const K=[...l()].reverse().find(Y=>Y.value);K&&(K.value="",J()),T();return}if(!/^\d$/.test(R))return;const W=l().find(N=>!N.value);W&&(W.value=R,J(),T(),E().length===6&&setTimeout(x,80))};I.addEventListener("pointerup",A=>{if(!y)return;const R=y;b();const H=R.getBoundingClientRect();A.clientX>=H.left&&A.clientX<=H.right&&A.clientY>=H.top&&A.clientY<=H.bottom&&!a&&!c&&S(R)}),I.addEventListener("pointercancel",b),I.addEventListener("pointerleave",b,!0),T(),i&&i>Date.now()&&k()}}const $o=`<svg width="22" height="17" viewBox="0 0 22 17" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2428
|
+
<path d="M7.36 0.5H19.5C20.6046 0.5 21.5 1.39543 21.5 2.5V14.5C21.5 15.6046 20.6046 16.5 19.5 16.5H7.36C6.76 16.5 6.19 16.24 5.8 15.79L0.94 10.02C0.35 9.32 0.35 8.3 0.94 7.6L5.8 1.71C6.19 1.26 6.76 0.5 7.36 0.5Z" stroke="currentColor" stroke-width="1.2" fill="none"/>
|
|
2429
|
+
<line x1="10" y1="5.5" x2="16" y2="11.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
|
|
2430
|
+
<line x1="16" y1="5.5" x2="10" y2="11.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
|
|
2431
|
+
</svg>`,Lr=`<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2273
2432
|
<path d="M14.5 8.5H14V6.5C14 4.015 11.985 2 9.5 2C7.015 2 5 4.015 5 6.5V8.5H4.5C3.672 8.5 3 9.172 3 10V16.5C3 17.328 3.672 18 4.5 18H14.5C15.328 18 16 17.328 16 16.5V10C16 9.172 15.328 8.5 14.5 8.5ZM10.5 13.415V15C10.5 15.276 10.276 15.5 10 15.5H9C8.724 15.5 8.5 15.276 8.5 15V13.415C8.187 13.196 8 12.847 8 12.5C8 11.672 8.672 11 9.5 11C10.328 11 11 11.672 11 12.5C11 12.847 10.813 13.196 10.5 13.415ZM12.5 8.5H6.5V6.5C6.5 4.843 7.843 3.5 9.5 3.5C11.157 3.5 12.5 4.843 12.5 6.5V8.5Z" fill="currentColor"/>
|
|
2274
|
-
</svg
|
|
2433
|
+
</svg>`,Wo=`<svg width="11" height="9" viewBox="0 0 11 9" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2275
2434
|
<path d="M1 4.5L4 7.5L10 1" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
2276
|
-
</svg>`,
|
|
2435
|
+
</svg>`,Uo=`<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2277
2436
|
<path d="M12 0C18.6274 0 24 5.37258 24 12C23.9999 18.6273 18.6274 24 12 24C5.37264 24 9.89594e-05 18.6273 0 12C0 5.37258 5.37258 0 12 0ZM10.875 15.127V17.377H13.125V15.127H10.875ZM10.875 6.62207V13.627H13.125V6.62207H10.875Z" fill="currentColor"/>
|
|
2278
|
-
</svg>`;function Uo(s,e,r){var i;const t=s.querySelectorAll(".__crossx-pin-input");t.forEach((o,a)=>{o.addEventListener("input",()=>{const c=o.value.replace(/\D/g,"");o.value=c?c[0]:"",c&&a<3&&t[a+1].focus();const l=Array.from(t).map(d=>d.value).join("");l.length===4&&setTimeout(()=>e(l),200)}),o.addEventListener("keydown",c=>{c.key==="Backspace"&&!o.value&&a>0&&(t[a-1].focus(),t[a-1].value=""),c.key==="Escape"&&r()}),o.addEventListener("keypress",c=>{/[0-9]/.test(c.key)||c.preventDefault()}),o.addEventListener("paste",c=>{var f;c.preventDefault();const l=(((f=c.clipboardData)==null?void 0:f.getData("text"))??"").replace(/\D/g,"").slice(0,4);if(!l)return;l.split("").forEach((g,p)=>{t[p]&&(t[p].value=g)});const d=Math.min(l.length,3);t[d].focus(),l.length===4&&setTimeout(()=>e(l),200)})});const n=s.querySelector(".__crossx-pin-inputs");n==null||n.addEventListener("click",o=>{if(!o.target.classList.contains("__crossx-pin-input")){const a=Array.from(t).find(c=>!c.value)??t[t.length-1];a==null||a.focus()}}),(i=t[0])==null||i.focus()}class Ho{constructor(e="light",r){this.theme=e,this.overrides=r,this.tokens=Os(e,r)}setTheme(e,r){this.theme=e,r!==void 0&&(this.overrides=r),this.tokens=Os(e,this.overrides)}setMessages(e){this.messages=e}getTheme(){return this.theme}showWalletSelector(e,r,t){return new Promise(n=>{var b;pe();const i=[...e],o=Io(i,this.tokens,t),a=xt();_e(o);let c=!1;const l=()=>{c||(c=!0,o.remove(),a())},d=y=>{l(),n(y)},f=()=>{l(),n(null)};(()=>{o.querySelectorAll(".__crossx-wallet-item").forEach(y=>{y.addEventListener("click",()=>{const I=y.dataset.walletAddress??"",C=parseInt(y.dataset.walletIndex??"0",10);d({address:I,index:C})})})})();const p=o.querySelector("#__crossx-add-wallet-btn");p&&p.addEventListener("click",async()=>{p.disabled=!0;try{const y=await r();i.push(y);const I=o.querySelector("#__crossx-wallet-list");if(I){const C=document.createElement("button");C.className="__crossx-wallet-item",C.dataset.walletIndex=String(y.index),C.dataset.walletAddress=y.address,C.innerHTML=`<span class="__crossx-wallet-idx">${y.index+1}</span><span class="__crossx-wallet-addr">${re(y.address)}</span>`,C.addEventListener("click",()=>d(y)),I.appendChild(C),C.scrollIntoView({behavior:"smooth",block:"nearest"})}}catch{}finally{p.disabled=!1}}),(b=o.querySelector("#__crossx-close-btn"))==null||b.addEventListener("click",f),o.addEventListener("click",y=>{y.target===o&&f()});const w=y=>{y.key==="Escape"&&(document.removeEventListener("keydown",w),f())};document.addEventListener("keydown",w)})}showLoginSelector(e){return new Promise(r=>{var c,l,d,f;pe();const t=Ro(this.tokens,e==null?void 0:e.showConnectOtherWallets);_e(t);const n=()=>t.remove(),i=g=>{n(),r(g)},o=()=>{n(),r(null)};(c=t.querySelector("#__crossx-apple-btn"))==null||c.addEventListener("click",()=>i("apple")),(l=t.querySelector("#__crossx-google-btn"))==null||l.addEventListener("click",()=>i("google")),(d=t.querySelector("#__crossx-connect-btn"))==null||d.addEventListener("click",()=>i("external")),(f=t.querySelector("#__crossx-close-btn"))==null||f.addEventListener("click",o),t.addEventListener("click",g=>{g.target===t&&o()}),t.querySelectorAll(".__crossx-login-terms-link").forEach(g=>{g.addEventListener("click",p=>p.stopPropagation())});const a=g=>{g.key==="Escape"&&(document.removeEventListener("keydown",a),o())};document.addEventListener("keydown",a)})}showSessionAlert(e){return new Promise(r=>{var d,f,g;pe();const t=this.messages,n=Oo(this.tokens,{title:e.title,message:e.message,email:e.email,accountLabel:(t==null?void 0:t.sessionAlert_accountLabel)??"Account",signOutLabel:(t==null?void 0:t.sessionAlert_signOutButton)??"Sign out",signInAgainLabel:(t==null?void 0:t.sessionAlert_signInAgainButton)??"Sign in again"}),i=xt();_e(n);let o=!1;const a=()=>{o||(o=!0,n.remove(),i())},c=()=>{a(),r("signout")},l=()=>{a(),r("signin-again")};(d=n.querySelector("#__crossx-session-signout"))==null||d.addEventListener("click",c),(f=n.querySelector("#__crossx-session-signin"))==null||f.addEventListener("click",l),(g=n.querySelector("#__crossx-close-btn"))==null||g.addEventListener("click",c)})}showMigrationFoundPrompt(e){const r=(e==null?void 0:e.allowSkip)??!0;return new Promise(t=>{var a,c,l;pe();const n=Po(this.tokens,r);_e(n);const i=()=>n.remove(),o=()=>{i(),t("recover")};if((a=n.querySelector("#__crossx-recover-btn"))==null||a.addEventListener("click",o),r){const d=()=>{i(),t("skip")};(c=n.querySelector("#__crossx-skip-btn"))==null||c.addEventListener("click",d),(l=n.querySelector("#__crossx-close-btn"))==null||l.addEventListener("click",d),n.addEventListener("click",g=>{g.target===n&&d()});const f=g=>{g.key==="Escape"&&(document.removeEventListener("keydown",f),d())};document.addEventListener("keydown",f)}})}showPinSetupPrompt(e){return new Promise(r=>{pe();const t=this.messages,n={title:(t==null?void 0:t.pinSetup_title)??"Create PIN",headerSubtitle:(t==null?void 0:t.pinNotice_headerSubtitle)??"Required for transactions, PK/mnemonic export & account deletion.",noticeTitle:(t==null?void 0:t.pinNotice_title)??"PIN Setup Notice",noticeDesc:(t==null?void 0:t.pinNotice_description)??"For your security, this PIN cannot be reset or recovered. Please make sure you remember it or store it in a safe place.",check1:(t==null?void 0:t.pinNotice_check1)??"I understand that losing this PIN will result in permanent loss of access to my wallet and assets.",check2:(t==null?void 0:t.pinNotice_check2)??"I understand that no one, including the support team, can recover or reset this PIN on my behalf.",nextButton:(t==null?void 0:t.pinNotice_nextButton)??"Next",submitButton:(t==null?void 0:t.pinNotice_submitButton)??"I Understand"},i={title:(t==null?void 0:t.pinSetup_title)??"Create PIN",headerSubtitle:(t==null?void 0:t.pinSetup_headerSubtitle)??"This PIN is used to authorize your transactions.",subtitle:(t==null?void 0:t.pinSetup_subtitle)??"Set a 6-digit PIN to authorize transactions.",mismatchError:(t==null?void 0:t.pinSetup_mismatchError)??"PINs do not match. Please try again."},o={title:(t==null?void 0:t.pinSetup_confirmTitle)??"Confirm PIN",headerSubtitle:(t==null?void 0:t.pinSetup_confirmSubtitle)??"Enter your PIN again to confirm."},a=Ns(this.tokens,Lo(n)),c=xt();_e(a);let l=!1;const d=()=>{l||(l=!0,a.remove(),c())},f=C=>{d(),r(C)},g=()=>{d(),r(null)},p=a.querySelector(".__crossx-card"),w={tooShort:(t==null?void 0:t.pinValidation_tooShort)??"Please enter a 6-digit PIN.",numbersOnly:(t==null?void 0:t.pinValidation_numbersOnly)??"Only numbers (0-9) are allowed.",repeatingDigit:(t==null?void 0:t.pinValidation_repeatingDigit)??"Cannot use the same number 3+ times in a row.",sequential:(t==null?void 0:t.pinValidation_sequential)??"Sequential numbers (e.g., 123456) are not allowed.",alternatingPattern:(t==null?void 0:t.pinValidation_alternatingPattern)??"Repeating patterns (e.g., 121212) are not allowed."},b=C=>{var H;p.innerHTML=Qt({title:o.title,headerSubtitle:o.headerSubtitle}),(H=p.querySelector("#__crossx-close-btn"))==null||H.addEventListener("click",g),er(p,D=>{D===C?f(C):y(i.mismatchError)},g)},y=C=>{var H;p.innerHTML=Qt({title:i.title,headerSubtitle:i.headerSubtitle,subtitle:i.subtitle,errorMessage:C}),(H=p.querySelector("#__crossx-close-btn"))==null||H.addEventListener("click",g),er(p,D=>{const q=Do(D,w);q?y(q):b(D)},g)};(()=>{var O;const C=Array.from(p.querySelectorAll(".__crossx-pw-notice-item")),H=p.querySelector("#__crossx-pin-notice-next"),D=new Set;H.removeAttribute("disabled");const q=H.dataset.nextLabel??"Next",F=H.dataset.submitLabel??"I Understand",ne=()=>{const v=D.size===C.length;H.classList.toggle("--disabled",!v),H.textContent=v?F:q},U=(v,E)=>{if(D.has(E))return;const T=v.querySelector(`#__crossx-notice-check-${E}`);D.add(E),T.classList.add("--checked"),v.setAttribute("aria-checked","true"),ne()},z=(v,E)=>{if(!D.has(E))return;const T=v.querySelector(`#__crossx-notice-check-${E}`);D.delete(E),T.classList.remove("--checked"),v.setAttribute("aria-checked","false"),ne()};C.forEach(v=>{const E=parseInt(v.dataset.checkIndex??"0",10);v.addEventListener("click",()=>{D.has(E)?z(v,E):U(v,E)}),v.addEventListener("keydown",T=>{(T.key===" "||T.key==="Enter")&&(T.preventDefault(),D.has(E)?z(v,E):U(v,E))})}),H.addEventListener("click",()=>{if(D.size===C.length){y(e==null?void 0:e.errorMessage);return}const v=C.find(T=>{const x=parseInt(T.dataset.checkIndex??"0",10);return!D.has(x)});if(!v)return;const E=parseInt(v.dataset.checkIndex??"0",10);v.scrollIntoView({behavior:"smooth",block:"nearest"}),v.classList.add("--highlight"),setTimeout(()=>{v.classList.remove("--highlight"),U(v,E)},400)}),(O=p.querySelector("#__crossx-close-btn"))==null||O.addEventListener("click",g)})(),a.addEventListener("click",C=>{C.target===a&&g()})})}showPinInputPrompt(e){return new Promise((r,t)=>{var y;pe();const n=this.messages,i=(e==null?void 0:e.verifyMode)===!0,o=i?(n==null?void 0:n.verifyPin_title)??"Verify Your PIN":(n==null?void 0:n.pinInput_title)??"Enter PIN",a=i?(n==null?void 0:n.verifyPin_subtitle)??"Enter your PIN to authorize this transaction.":(n==null?void 0:n.pinInput_subtitle)??"Enter your 6-digit PIN to continue.",c=Ns(this.tokens,Qt({title:o,headerSubtitle:a,errorMessage:e==null?void 0:e.errorMessage,lockExpiresAt:e==null?void 0:e.lockExpiresAt,attemptCount:e==null?void 0:e.attemptCount,maxAttempts:e==null?void 0:e.maxAttempts})),l=xt();_e(c);let d=!1;const f=()=>{d||(d=!0,c.remove(),l())},g=I=>{f(),r(I)},p=()=>{f(),r(null)},w=I=>{f(),t(I)},b=c.querySelector(".__crossx-card");(y=b.querySelector("#__crossx-close-btn"))==null||y.addEventListener("click",p),er(b,g,p,w,e==null?void 0:e.onSubmit,e==null?void 0:e.lockExpiresAt),c.addEventListener("click",I=>{I.target===c&&p()})})}showRecoveryPinInputPrompt(e){return new Promise(r=>{var a;pe();const t=Co(this.tokens,e);_e(t);const n=()=>t.remove(),i=c=>{n(),r(c)},o=()=>{n(),r(null)};Uo(t,i,o),(a=t.querySelector("#__crossx-close-btn"))==null||a.addEventListener("click",o),t.addEventListener("click",c=>{c.target===t&&o()})})}showRecoveryPinLockedPrompt(e,r){return new Promise(t=>{var l;pe();const{overlay:n,startCountdown:i}=No(this.tokens,e,r);_e(n);const o=()=>{c(),n.remove()},a=()=>{o(),t()},c=i(a);(l=n.querySelector("#__crossx-close-btn"))==null||l.addEventListener("click",a),n.addEventListener("click",d=>{d.target===n&&a()})})}showTransactionComplete(e){return new Promise(r=>{var a,c;pe();const t=wo(e,this.tokens);_e(t);const n=()=>t.remove(),i=()=>{n(),r()};(a=t.querySelector("#__crossx-done-btn"))==null||a.addEventListener("click",i),(c=t.querySelector("#__crossx-close-btn"))==null||c.addEventListener("click",i),t.querySelectorAll(".__crossx-copy-btn").forEach(l=>{l.addEventListener("click",d=>{var g;d.stopPropagation();const f=l.dataset.copy;f&&((g=navigator.clipboard)==null||g.writeText(f).catch(()=>{}))})}),t.addEventListener("click",l=>{l.target===t&&i()});const o=l=>{l.key==="Escape"&&(document.removeEventListener("keydown",o),i())};document.addEventListener("keydown",o)})}showTransactionProgress(e,r){return new Promise(t=>{pe();const n=yo(e,this.tokens);_e(n);const i=()=>n.remove();let o=!1;const a=()=>{o||(o=!0,i(),t())},c=()=>{var d,f;(d=n.querySelector("#__crossx-done-btn"))==null||d.addEventListener("click",a),(f=n.querySelector("#__crossx-close-btn"))==null||f.addEventListener("click",a),n.addEventListener("click",g=>{g.target===n&&a()});const l=g=>{g.key==="Escape"&&(document.removeEventListener("keydown",l),a())};document.addEventListener("keydown",l)};r.then(l=>{o||(bo(n,l,this.tokens),c())})})}requestConfirmation(e){return new Promise(r=>{var c,l,d;pe();let t;e.type==="sign-message"?t=So(e,this.tokens):e.type==="sign-typed-data"?t=vo(e,this.tokens):e.type==="sign"?t=_o(e,this.tokens):t=go(e,this.tokens),_e(t);const n=()=>t.remove(),i=()=>{n(),r(!0)},o=()=>{n(),r(!1)};(c=t.querySelector("#__crossx-confirm-btn"))==null||c.addEventListener("click",i),(l=t.querySelector("#__crossx-cancel-btn"))==null||l.addEventListener("click",o),(d=t.querySelector("#__crossx-close-btn"))==null||d.addEventListener("click",o),t.querySelectorAll(".__crossx-copy-btn").forEach(f=>{f.addEventListener("click",g=>{var w;g.stopPropagation();const p=f.dataset.copy;p&&((w=navigator.clipboard)==null||w.writeText(p).catch(()=>{}))})}),t.addEventListener("click",f=>{f.target===t&&o()});const a=f=>{f.key==="Escape"&&(document.removeEventListener("keydown",a),o())};document.addEventListener("keydown",a)})}}class Ds{constructor(){this._accessToken=null,this._expiresAt=0}set(e){this._accessToken=e;try{const r=JSON.parse(atob(e.split(".")[1]));this._expiresAt=typeof r.exp=="number"?r.exp*1e3:0}catch{this._expiresAt=0}}get(){return this._accessToken&&this._expiresAt>0&&Date.now()>=this._expiresAt?(this.clear(),null):this._accessToken}clear(){this._accessToken=null,this._expiresAt=0}has(){return this.get()!==null}isExpiringSoon(e=3e4){return!this._accessToken||this._expiresAt<=0?!0:Date.now()>=this._expiresAt-e}}function Bo(s,e){s.debug;const r=We.production,t={...s,oauthServiceUrl:r.oauthServiceUrl,authApiUrl:r.authApiUrl,walletGatewayUrl:r.walletGatewayUrl},n={gatewayUrl:r.walletGatewayUrl,projectId:s.projectId},i=t.authMode!=="cookie"&&fr.isAvailable();!i&&t.authMode!=="cookie"&&u.warn("[CROSSx] IndexedDB 사용 불가 — LocalStorage fallback 사용 중.","refresh_token이 평문 저장되지 않도록 세션 영속성이 제한됩니다.","IndexedDB를 지원하는 브라우저 사용을 권장합니다."),t.secureStorageAvailable=i;const o=i?new fr(s.projectId):new rn,a=new Zi,c=new ro,l=new Me,d=new Ds,f=new vt;let g;s.useMockWallet?(u.log("[CROSSx] Mock Wallet Provider 사용"),g=new no(o,f)):(u.log("[CROSSx] Remote Wallet Provider 사용"),g=new $e(n,o,c,d,f));const p=new et(n,c),w=new Ho(s.theme??"light",s.themeTokens),b=e!=null&&e.wrapConfirmation?e.wrapConfirmation(w):w,y=new st(t,n,o,a,c,l,g,d,b,p,f);return typeof window<"u"&&(window.__crossxSDK=y),y}function Fo(s){const e=Ko(s),r=Go(e),t=JSON.parse(r);Jo(t);const{data:n}=t;return{status:t.status,state:t.state,firebaseToken:n.accessToken,provider:n.provider,email:n.email,providerSub:n.sub,tokenType:n.tokenType,expiresIn:n.expiresIn,raw:t}}function Ko(s){if(s.includes("://")&&s.includes("?")){const e=new URL(s),r=e.searchParams.get("crossx_oauth_result");if(r)return r;const t=e.searchParams.get("data");if(t)return t;throw new Error("Deeplink URL에 crossx_oauth_result 또는 data 파라미터가 없습니다")}return s}function Go(s){if(s.startsWith("{"))return s;if(s.startsWith("%7B")||s.startsWith("%7b"))return decodeURIComponent(s);const e=qo(s);return decodeURIComponent(e)}function qo(s){if(typeof atob=="function")return atob(s);if(typeof Buffer<"u")return Buffer.from(s,"base64").toString("utf-8");throw new Error("Base64 디코딩을 지원하는 환경이 아닙니다")}function Jo(s){if(typeof s!="object"||s===null)throw new Error("Deeplink payload가 유효한 객체가 아닙니다");const e=s;if(typeof e.status!="string")throw new Error("Deeplink payload에 status 필드가 없습니다");if(typeof e.state!="string")throw new Error("Deeplink payload에 state 필드가 없습니다");if(typeof e.data!="object"||e.data===null)throw new Error("Deeplink payload에 data 필드가 없습니다");const r=e.data;if(typeof r.provider!="string")throw new Error("Deeplink data에 provider 필드가 없습니다");if(typeof r.accessToken!="string")throw new Error("Deeplink data에 accessToken 필드가 없습니다")}return X.CROSSxError=_,X.CROSSxEthereumProvider=tr,X.CROSSxSDK=st,X.ChainId=Us,X.ErrorCode=h,X.PinMemoryStore=vt,X.TokenMemoryStore=Ds,X.createCROSSxSDK=Bo,X.parseOAuthDeeplink=Fo,Object.defineProperty(X,Symbol.toStringTag,{value:"Module"}),X}({});
|
|
2437
|
+
</svg>`;function Ho(r,e,s){var i;const t=r.querySelectorAll(".__crossx-pin-input");t.forEach((o,a)=>{o.addEventListener("input",()=>{const c=o.value.replace(/\D/g,"");o.value=c?c[0]:"",c&&a<3&&t[a+1].focus();const l=Array.from(t).map(u=>u.value).join("");l.length===4&&setTimeout(()=>e(l),200)}),o.addEventListener("keydown",c=>{c.key==="Backspace"&&!o.value&&a>0&&(t[a-1].focus(),t[a-1].value=""),c.key==="Escape"&&s()}),o.addEventListener("keypress",c=>{/[0-9]/.test(c.key)||c.preventDefault()}),o.addEventListener("paste",c=>{var f;c.preventDefault();const l=(((f=c.clipboardData)==null?void 0:f.getData("text"))??"").replace(/\D/g,"").slice(0,4);if(!l)return;l.split("").forEach((_,p)=>{t[p]&&(t[p].value=_)});const u=Math.min(l.length,3);t[u].focus(),l.length===4&&setTimeout(()=>e(l),200)})});const n=r.querySelector(".__crossx-pin-inputs");n==null||n.addEventListener("click",o=>{if(!o.target.classList.contains("__crossx-pin-input")){const a=Array.from(t).find(c=>!c.value)??t[t.length-1];a==null||a.focus()}}),(i=t[0])==null||i.focus()}class Bo{constructor(e="light",s){this.theme=e,this.overrides=s,this.tokens=kr(e,s)}setTheme(e,s){this.theme=e,s!==void 0&&(this.overrides=s),this.tokens=kr(e,this.overrides)}setMessages(e){this.messages=e}getTheme(){return this.theme}showWalletSelector(e,s,t){return new Promise(n=>{var E;fe();const i=[...e],o=Ao(i,this.tokens,t),a=xt();_e(o);let c=!1;const l=()=>{c||(c=!0,o.remove(),a())},u=v=>{l(),n(v)},f=()=>{l(),n(null)};(()=>{o.querySelectorAll(".__crossx-wallet-item").forEach(v=>{v.addEventListener("click",()=>{const T=v.dataset.walletAddress??"",k=parseInt(v.dataset.walletIndex??"0",10);u({address:T,index:k})})})})();const p=o.querySelector("#__crossx-add-wallet-btn");p&&p.addEventListener("click",async()=>{p.disabled=!0;try{const v=await s();i.push(v);const T=o.querySelector("#__crossx-wallet-list");if(T){const k=document.createElement("button");k.className="__crossx-wallet-item",k.dataset.walletIndex=String(v.index),k.dataset.walletAddress=v.address,k.innerHTML=`<span class="__crossx-wallet-idx">${v.index+1}</span><span class="__crossx-wallet-addr">${ie(v.address)}</span>`,k.addEventListener("click",()=>u(v)),T.appendChild(k),k.scrollIntoView({behavior:"smooth",block:"nearest"})}}catch{}finally{p.disabled=!1}}),(E=o.querySelector("#__crossx-close-btn"))==null||E.addEventListener("click",f),o.addEventListener("click",v=>{v.target===o&&f()});const m=v=>{v.key==="Escape"&&(document.removeEventListener("keydown",m),f())};document.addEventListener("keydown",m)})}showLoginSelector(e){return new Promise(s=>{var c,l,u,f;fe();const t=Ro(this.tokens,e==null?void 0:e.showConnectOtherWallets);_e(t);const n=()=>t.remove(),i=_=>{n(),s(_)},o=()=>{n(),s(null)};(c=t.querySelector("#__crossx-apple-btn"))==null||c.addEventListener("click",()=>i("apple")),(l=t.querySelector("#__crossx-google-btn"))==null||l.addEventListener("click",()=>i("google")),(u=t.querySelector("#__crossx-connect-btn"))==null||u.addEventListener("click",()=>i("external")),(f=t.querySelector("#__crossx-close-btn"))==null||f.addEventListener("click",o),t.addEventListener("click",_=>{_.target===t&&o()}),t.querySelectorAll(".__crossx-login-terms-link").forEach(_=>{_.addEventListener("click",p=>p.stopPropagation())});const a=_=>{_.key==="Escape"&&(document.removeEventListener("keydown",a),o())};document.addEventListener("keydown",a)})}showSessionAlert(e){return new Promise(s=>{var u,f,_;fe();const t=this.messages,n=ko(this.tokens,{title:e.title,message:e.message,email:e.email,accountLabel:(t==null?void 0:t.sessionAlert_accountLabel)??"Account",signOutLabel:(t==null?void 0:t.sessionAlert_signOutButton)??"Sign out",signInAgainLabel:(t==null?void 0:t.sessionAlert_signInAgainButton)??"Sign in again"}),i=xt();_e(n);let o=!1;const a=()=>{o||(o=!0,n.remove(),i())},c=()=>{a(),s("signout")},l=()=>{a(),s("signin-again")};(u=n.querySelector("#__crossx-session-signout"))==null||u.addEventListener("click",c),(f=n.querySelector("#__crossx-session-signin"))==null||f.addEventListener("click",l),(_=n.querySelector("#__crossx-close-btn"))==null||_.addEventListener("click",c)})}showMigrationFoundPrompt(e){const s=(e==null?void 0:e.allowSkip)??!0;return new Promise(t=>{var a,c,l;fe();const n=Po(this.tokens,s);_e(n);const i=()=>n.remove(),o=()=>{i(),t("recover")};if((a=n.querySelector("#__crossx-recover-btn"))==null||a.addEventListener("click",o),s){const u=()=>{i(),t("skip")};(c=n.querySelector("#__crossx-skip-btn"))==null||c.addEventListener("click",u),(l=n.querySelector("#__crossx-close-btn"))==null||l.addEventListener("click",u),n.addEventListener("click",_=>{_.target===n&&u()});const f=_=>{_.key==="Escape"&&(document.removeEventListener("keydown",f),u())};document.addEventListener("keydown",f)}})}showPinSetupPrompt(e){return new Promise(s=>{fe();const t=this.messages,n={title:(t==null?void 0:t.pinSetup_title)??"Create PIN",headerSubtitle:(t==null?void 0:t.pinNotice_headerSubtitle)??"Required for transactions, PK/mnemonic export & account deletion.",noticeTitle:(t==null?void 0:t.pinNotice_title)??"PIN Setup Notice",noticeDesc:(t==null?void 0:t.pinNotice_description)??"For your security, this PIN cannot be reset or recovered. Please make sure you remember it or store it in a safe place.",check1:(t==null?void 0:t.pinNotice_check1)??"I understand that losing this PIN will result in permanent loss of access to my wallet and assets.",check2:(t==null?void 0:t.pinNotice_check2)??"I understand that no one, including the support team, can recover or reset this PIN on my behalf.",nextButton:(t==null?void 0:t.pinNotice_nextButton)??"Next",submitButton:(t==null?void 0:t.pinNotice_submitButton)??"I Understand"},i={title:(t==null?void 0:t.pinSetup_title)??"Create PIN",headerSubtitle:(t==null?void 0:t.pinSetup_headerSubtitle)??"This PIN is used to authorize your transactions.",subtitle:(t==null?void 0:t.pinSetup_subtitle)??"Set a 6-digit PIN to authorize transactions.",mismatchError:(t==null?void 0:t.pinSetup_mismatchError)??"PINs do not match. Please try again."},o={title:(t==null?void 0:t.pinSetup_confirmTitle)??"Confirm PIN",headerSubtitle:(t==null?void 0:t.pinSetup_confirmSubtitle)??"Enter your PIN again to confirm."},a=Nr(this.tokens,Lo(n)),c=xt();_e(a);let l=!1;const u=()=>{l||(l=!0,a.remove(),c())},f=k=>{u(),s(k)},_=()=>{u(),s(null)},p=a.querySelector(".__crossx-card"),m={tooShort:(t==null?void 0:t.pinValidation_tooShort)??"Please enter a 6-digit PIN.",numbersOnly:(t==null?void 0:t.pinValidation_numbersOnly)??"Only numbers (0-9) are allowed.",repeatingDigit:(t==null?void 0:t.pinValidation_repeatingDigit)??"Cannot use the same number 3+ times in a row.",sequential:(t==null?void 0:t.pinValidation_sequential)??"Sequential numbers (e.g., 123456) are not allowed.",alternatingPattern:(t==null?void 0:t.pinValidation_alternatingPattern)??"Repeating patterns (e.g., 121212) are not allowed."},E=k=>{var B;p.innerHTML=Qt({title:o.title,headerSubtitle:o.headerSubtitle}),(B=p.querySelector("#__crossx-close-btn"))==null||B.addEventListener("click",_),es(p,$=>{$===k?f(k):v(i.mismatchError)},_)},v=k=>{var B;p.innerHTML=Qt({title:i.title,headerSubtitle:i.headerSubtitle,subtitle:i.subtitle,errorMessage:k}),(B=p.querySelector("#__crossx-close-btn"))==null||B.addEventListener("click",_),es(p,$=>{const J=Do($,m);J?v(J):E($)},_)};(()=>{var re;const k=Array.from(p.querySelectorAll(".__crossx-pw-notice-item")),B=p.querySelector("#__crossx-pin-notice-next"),$=new Set;B.removeAttribute("disabled");const J=B.dataset.nextLabel??"Next",G=B.dataset.submitLabel??"I Understand",se=()=>{const U=$.size===k.length;B.classList.toggle("--disabled",!U),B.textContent=U?G:J},F=(U,C)=>{if($.has(C))return;const M=U.querySelector(`#__crossx-notice-check-${C}`);$.add(C),M.classList.add("--checked"),U.setAttribute("aria-checked","true"),se()},j=(U,C)=>{if(!$.has(C))return;const M=U.querySelector(`#__crossx-notice-check-${C}`);$.delete(C),M.classList.remove("--checked"),U.setAttribute("aria-checked","false"),se()};k.forEach(U=>{const C=parseInt(U.dataset.checkIndex??"0",10);U.addEventListener("click",()=>{$.has(C)?j(U,C):F(U,C)}),U.addEventListener("keydown",M=>{(M.key===" "||M.key==="Enter")&&(M.preventDefault(),$.has(C)?j(U,C):F(U,C))})}),B.addEventListener("click",()=>{if($.size===k.length){v(e==null?void 0:e.errorMessage);return}const U=k.find(M=>{const x=parseInt(M.dataset.checkIndex??"0",10);return!$.has(x)});if(!U)return;const C=parseInt(U.dataset.checkIndex??"0",10);U.scrollIntoView({behavior:"smooth",block:"nearest"}),U.classList.add("--highlight"),setTimeout(()=>{U.classList.remove("--highlight"),F(U,C)},400)}),(re=p.querySelector("#__crossx-close-btn"))==null||re.addEventListener("click",_)})(),a.addEventListener("click",k=>{k.target===a&&_()})})}showPinInputPrompt(e){return new Promise((s,t)=>{var T;fe();const n=this.messages,i=(e==null?void 0:e.verifyMode)===!0,o=i?(n==null?void 0:n.verifyPin_title)??"Verify Your PIN":(n==null?void 0:n.pinInput_title)??"Enter PIN",a=i?(n==null?void 0:n.verifyPin_subtitle)??"Enter your PIN to authorize this transaction.":(n==null?void 0:n.pinInput_subtitle)??"Enter your 6-digit PIN to continue.",c=(n==null?void 0:n.pinLocked_failureWarning)??"Your account will be locked after further failures.",l=Nr(this.tokens,Qt({title:o,headerSubtitle:a,errorMessage:e==null?void 0:e.errorMessage,warningMessage:c,lockExpiresAt:e==null?void 0:e.lockExpiresAt,attemptCount:e==null?void 0:e.attemptCount,maxAttempts:e==null?void 0:e.maxAttempts})),u=xt();_e(l);let f=!1;const _=()=>{f||(f=!0,l.remove(),u())},p=k=>{_(),s(k)},m=()=>{_(),s(null)},E=k=>{_(),t(k)},v=l.querySelector(".__crossx-card");(T=v.querySelector("#__crossx-close-btn"))==null||T.addEventListener("click",m),es(v,p,m,E,e==null?void 0:e.onSubmit,e==null?void 0:e.lockExpiresAt,c),l.addEventListener("click",k=>{k.target===l&&m()})})}showRecoveryPinInputPrompt(e){return new Promise(s=>{var a;fe();const t=Oo(this.tokens,e);_e(t);const n=()=>t.remove(),i=c=>{n(),s(c)},o=()=>{n(),s(null)};Ho(t,i,o),(a=t.querySelector("#__crossx-close-btn"))==null||a.addEventListener("click",o),t.addEventListener("click",c=>{c.target===t&&o()})})}showRecoveryPinLockedPrompt(e,s){return new Promise(t=>{var l;fe();const{overlay:n,startCountdown:i}=No(this.tokens,e,s);_e(n);const o=()=>{c(),n.remove()},a=()=>{o(),t()},c=i(a);(l=n.querySelector("#__crossx-close-btn"))==null||l.addEventListener("click",a),n.addEventListener("click",u=>{u.target===n&&a()})})}showTransactionComplete(e){return new Promise(s=>{var a,c;fe();const t=wo(e,this.tokens);_e(t);const n=()=>t.remove(),i=()=>{n(),s()};(a=t.querySelector("#__crossx-done-btn"))==null||a.addEventListener("click",i),(c=t.querySelector("#__crossx-close-btn"))==null||c.addEventListener("click",i),t.querySelectorAll(".__crossx-copy-btn").forEach(l=>{l.addEventListener("click",u=>{var _;u.stopPropagation();const f=l.dataset.copy;f&&((_=navigator.clipboard)==null||_.writeText(f).catch(()=>{}))})}),t.addEventListener("click",l=>{l.target===t&&i()});const o=l=>{l.key==="Escape"&&(document.removeEventListener("keydown",o),i())};document.addEventListener("keydown",o)})}showTransactionProgress(e,s){return new Promise(t=>{fe();const n=yo(e,this.tokens);_e(n);const i=()=>n.remove();let o=!1;const a=()=>{o||(o=!0,i(),t())},c=()=>{var u,f;(u=n.querySelector("#__crossx-done-btn"))==null||u.addEventListener("click",a),(f=n.querySelector("#__crossx-close-btn"))==null||f.addEventListener("click",a),n.addEventListener("click",_=>{_.target===n&&a()});const l=_=>{_.key==="Escape"&&(document.removeEventListener("keydown",l),a())};document.addEventListener("keydown",l)};s.then(l=>{o||(bo(n,l,this.tokens),c())})})}requestConfirmation(e){return new Promise(s=>{var c,l,u;fe();let t;e.type==="sign-message"?t=So(e,this.tokens):e.type==="sign-typed-data"?t=vo(e,this.tokens):e.type==="sign"?t=_o(e,this.tokens):t=go(e,this.tokens),_e(t);const n=()=>t.remove(),i=()=>{n(),s(!0)},o=()=>{n(),s(!1)};(c=t.querySelector("#__crossx-confirm-btn"))==null||c.addEventListener("click",i),(l=t.querySelector("#__crossx-cancel-btn"))==null||l.addEventListener("click",o),(u=t.querySelector("#__crossx-close-btn"))==null||u.addEventListener("click",o),t.querySelectorAll(".__crossx-copy-btn").forEach(f=>{f.addEventListener("click",_=>{var m;_.stopPropagation();const p=f.dataset.copy;p&&((m=navigator.clipboard)==null||m.writeText(p).catch(()=>{}))})}),t.addEventListener("click",f=>{f.target===t&&o()});const a=f=>{f.key==="Escape"&&(document.removeEventListener("keydown",a),o())};document.addEventListener("keydown",a)})}}class Dr{constructor(){this._accessToken=null,this._expiresAt=0}set(e){this._accessToken=e;try{const s=JSON.parse(atob(e.split(".")[1]));this._expiresAt=typeof s.exp=="number"?s.exp*1e3:0}catch{this._expiresAt=0}}get(){return this._accessToken&&this._expiresAt>0&&Date.now()>=this._expiresAt?(this.clear(),null):this._accessToken}clear(){this._accessToken=null,this._expiresAt=0}has(){return this.get()!==null}isExpiringSoon(e=3e4){return!this._accessToken||this._expiresAt<=0?!0:Date.now()>=this._expiresAt-e}}function Fo(r,e){r.debug;const s=We.production,t={...r,oauthServiceUrl:s.oauthServiceUrl,authApiUrl:s.authApiUrl,walletGatewayUrl:s.walletGatewayUrl},n={gatewayUrl:s.walletGatewayUrl,projectId:r.projectId},i=t.authMode!=="cookie"&&ps.isAvailable();!i&&t.authMode!=="cookie"&&d.warn("[CROSSx] IndexedDB 사용 불가 — LocalStorage fallback 사용 중.","refresh_token이 평문 저장되지 않도록 세션 영속성이 제한됩니다.","IndexedDB를 지원하는 브라우저 사용을 권장합니다."),t.secureStorageAvailable=i;const o=i?new ps(r.projectId):new sn,a=new Zi,c=new so,l=new Me,u=new Dr,f=new vt;let _;r.useMockWallet?(d.log("[CROSSx] Mock Wallet Provider 사용"),_=new no(o,f)):(d.log("[CROSSx] Remote Wallet Provider 사용"),_=new $e(n,o,c,u,f));const p=new et(n,c),m=new Bo(r.theme??"light",r.themeTokens),E=e!=null&&e.wrapConfirmation?e.wrapConfirmation(m):m,v=new rt(t,n,o,a,c,l,_,u,E,p,f);return typeof window<"u"&&(window.__crossxSDK=v),v}function Ko(r){const e=Go(r),s=qo(e),t=JSON.parse(s);Vo(t);const{data:n}=t;return{status:t.status,state:t.state,firebaseToken:n.accessToken,provider:n.provider,email:n.email,providerSub:n.sub,tokenType:n.tokenType,expiresIn:n.expiresIn,raw:t}}function Go(r){if(r.includes("://")&&r.includes("?")){const e=new URL(r),s=e.searchParams.get("crossx_oauth_result");if(s)return s;const t=e.searchParams.get("data");if(t)return t;throw new Error("Deeplink URL에 crossx_oauth_result 또는 data 파라미터가 없습니다")}return r}function qo(r){if(r.startsWith("{"))return r;if(r.startsWith("%7B")||r.startsWith("%7b"))return decodeURIComponent(r);const e=Jo(r);return decodeURIComponent(e)}function Jo(r){if(typeof atob=="function")return atob(r);if(typeof Buffer<"u")return Buffer.from(r,"base64").toString("utf-8");throw new Error("Base64 디코딩을 지원하는 환경이 아닙니다")}function Vo(r){if(typeof r!="object"||r===null)throw new Error("Deeplink payload가 유효한 객체가 아닙니다");const e=r;if(typeof e.status!="string")throw new Error("Deeplink payload에 status 필드가 없습니다");if(typeof e.state!="string")throw new Error("Deeplink payload에 state 필드가 없습니다");if(typeof e.data!="object"||e.data===null)throw new Error("Deeplink payload에 data 필드가 없습니다");const s=e.data;if(typeof s.provider!="string")throw new Error("Deeplink data에 provider 필드가 없습니다");if(typeof s.accessToken!="string")throw new Error("Deeplink data에 accessToken 필드가 없습니다")}return Q.CROSSxError=g,Q.CROSSxEthereumProvider=ts,Q.CROSSxSDK=rt,Q.ChainId=Ur,Q.ErrorCode=h,Q.PinMemoryStore=vt,Q.TokenMemoryStore=Dr,Q.createCROSSxSDK=Fo,Q.parseOAuthDeeplink=Ko,Object.defineProperty(Q,Symbol.toStringTag,{value:"Module"}),Q}({});
|