@ultrade/shared 1.0.19 → 1.0.21
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/browser/constants/index.js +1 -1
- package/dist/browser/helpers/assert.helper.js +1 -1
- package/dist/browser/helpers/atomic.helper.js +1 -1
- package/dist/browser/helpers/balance.helper.js +1 -1
- package/dist/browser/helpers/codex/common.helper.js +2 -2
- package/dist/browser/helpers/codex/index.js +2 -2
- package/dist/browser/helpers/codex/mbr.helper.js +1 -1
- package/dist/browser/helpers/codex/mna.helper.js +1 -1
- package/dist/browser/helpers/codex/order.helper.js +1 -1
- package/dist/browser/helpers/codex/setGlobal.helper.js +1 -1
- package/dist/browser/helpers/codex/transfer.helper.js +2 -2
- package/dist/browser/helpers/codex/txn.helper.js +1 -1
- package/dist/browser/helpers/codex.helper.js +6 -6
- package/dist/browser/helpers/eth.helper.js +2 -2
- package/dist/browser/helpers/index.js +1 -1
- package/dist/browser/helpers/pointSystem.helper.js +1 -1
- package/dist/browser/helpers/withdraw.helper.js +2 -2
- package/dist/browser/types/index.js +1 -1
- package/dist/node/constants/index.js +1 -1
- package/dist/node/helpers/algo.helper.js +1 -1
- package/dist/node/helpers/assert.helper.js +1 -1
- package/dist/node/helpers/atomic.helper.js +1 -1
- package/dist/node/helpers/balance.helper.js +1 -1
- package/dist/node/helpers/codex/common.helper.js +2 -2
- package/dist/node/helpers/codex/index.js +2 -2
- package/dist/node/helpers/codex/mbr.helper.js +1 -1
- package/dist/node/helpers/codex/mna.helper.js +1 -1
- package/dist/node/helpers/codex/order.helper.js +1 -1
- package/dist/node/helpers/codex/setGlobal.helper.js +1 -1
- package/dist/node/helpers/codex/transfer.helper.js +2 -2
- package/dist/node/helpers/codex/txn.helper.js +1 -1
- package/dist/node/helpers/codex.helper.js +6 -6
- package/dist/node/helpers/eth.helper.js +2 -2
- package/dist/node/helpers/index.js +1 -1
- package/dist/node/helpers/pointSystem.helper.js +1 -1
- package/dist/node/helpers/withdraw.helper.js +2 -2
- package/dist/node/types/index.js +1 -1
- package/dist/src/constants/frontend.d.ts +33 -0
- package/dist/{constants → src/constants}/index.d.ts +1 -0
- package/dist/{types → src/types}/settings.type.d.ts +39 -3
- package/package.json +1 -1
- /package/dist/{common → src/common}/auth.helper.d.ts +0 -0
- /package/dist/{common → src/common}/big-number.helper.d.ts +0 -0
- /package/dist/{common → src/common}/index.d.ts +0 -0
- /package/dist/{common → src/common}/mappers/codexAsset.mapper.d.ts +0 -0
- /package/dist/{common → src/common}/mappers/codexBalance.mapper.d.ts +0 -0
- /package/dist/{common → src/common}/mappers/index.d.ts +0 -0
- /package/dist/{common → src/common}/mappers/trade.mapper.d.ts +0 -0
- /package/dist/{common → src/common}/utils/assert.d.ts +0 -0
- /package/dist/{common → src/common}/utils/decode.d.ts +0 -0
- /package/dist/{common → src/common}/utils/index.d.ts +0 -0
- /package/dist/{common → src/common}/utils/social.d.ts +0 -0
- /package/dist/{common → src/common}/utils/stat.d.ts +0 -0
- /package/dist/{constants → src/constants}/auth.d.ts +0 -0
- /package/dist/{constants → src/constants}/cctp.d.ts +0 -0
- /package/dist/{constants → src/constants}/codex.d.ts +0 -0
- /package/dist/{constants → src/constants}/response.d.ts +0 -0
- /package/dist/{constants → src/constants}/settings.d.ts +0 -0
- /package/dist/{constants → src/constants}/withdrawalWalletsMessage.d.ts +0 -0
- /package/dist/{enums → src/enums}/chains.enum.d.ts +0 -0
- /package/dist/{enums → src/enums}/db/account/index.d.ts +0 -0
- /package/dist/{enums → src/enums}/db/affiliate.enum.d.ts +0 -0
- /package/dist/{enums → src/enums}/db/available-pair-settings.enum.d.ts +0 -0
- /package/dist/{enums → src/enums}/db/common.enum.d.ts +0 -0
- /package/dist/{enums → src/enums}/db/component/index.d.ts +0 -0
- /package/dist/{enums → src/enums}/db/index.d.ts +0 -0
- /package/dist/{enums → src/enums}/db/market-maker.enum.d.ts +0 -0
- /package/dist/{enums → src/enums}/db/notification-center/userNotification.enum.d.ts +0 -0
- /package/dist/{enums → src/enums}/db/order-side.enum.d.ts +0 -0
- /package/dist/{enums → src/enums}/db/order-status.enum.d.ts +0 -0
- /package/dist/{enums → src/enums}/db/order-type.enum.d.ts +0 -0
- /package/dist/{enums → src/enums}/db/relayer.enum.d.ts +0 -0
- /package/dist/{enums → src/enums}/db/setting-type.enum.d.ts +0 -0
- /package/dist/{enums → src/enums}/db/social-action.enum.d.ts +0 -0
- /package/dist/{enums → src/enums}/db/social-prompt.enum.d.ts +0 -0
- /package/dist/{enums → src/enums}/db/social.enum.d.ts +0 -0
- /package/dist/{enums → src/enums}/db/state-type.enum.d.ts +0 -0
- /package/dist/{enums → src/enums}/db/trade.enums.d.ts +0 -0
- /package/dist/{enums → src/enums}/db/tradingKeyType.enum.d.ts +0 -0
- /package/dist/{enums → src/enums}/db/upgrade.enum.d.ts +0 -0
- /package/dist/{enums → src/enums}/db/withdrawal-wallet.enum.d.ts +0 -0
- /package/dist/{enums → src/enums}/index.d.ts +0 -0
- /package/dist/{enums → src/enums}/maintenanceMode.enum.d.ts +0 -0
- /package/dist/{enums → src/enums}/notification.enum.d.ts +0 -0
- /package/dist/{enums → src/enums}/rabbitMq.d.ts +0 -0
- /package/dist/{enums → src/enums}/settings.enum.d.ts +0 -0
- /package/dist/{enums → src/enums}/social.enum.d.ts +0 -0
- /package/dist/{helpers → src/helpers}/Encoding.d.ts +0 -0
- /package/dist/{helpers → src/helpers}/algo.helper.d.ts +0 -0
- /package/dist/{helpers → src/helpers}/assert.helper.d.ts +0 -0
- /package/dist/{helpers → src/helpers}/atomic.helper.d.ts +0 -0
- /package/dist/{helpers → src/helpers}/balance.helper.d.ts +0 -0
- /package/dist/{helpers → src/helpers}/codex/common.helper.d.ts +0 -0
- /package/dist/{helpers → src/helpers}/codex/index.d.ts +0 -0
- /package/dist/{helpers → src/helpers}/codex/mbr.helper.d.ts +0 -0
- /package/dist/{helpers → src/helpers}/codex/mna.helper.d.ts +0 -0
- /package/dist/{helpers → src/helpers}/codex/order.helper.d.ts +0 -0
- /package/dist/{helpers → src/helpers}/codex/setGlobal.helper.d.ts +0 -0
- /package/dist/{helpers → src/helpers}/codex/transfer.helper.d.ts +0 -0
- /package/dist/{helpers → src/helpers}/codex/txn.helper.d.ts +0 -0
- /package/dist/{helpers → src/helpers}/codex.helper.d.ts +0 -0
- /package/dist/{helpers → src/helpers}/eth.helper.d.ts +0 -0
- /package/dist/{helpers → src/helpers}/index.d.ts +0 -0
- /package/dist/{helpers → src/helpers}/interval.helpers.d.ts +0 -0
- /package/dist/{helpers → src/helpers}/liquidity.helper.d.ts +0 -0
- /package/dist/{helpers → src/helpers}/order.helper.d.ts +0 -0
- /package/dist/{helpers → src/helpers}/pair.helper.d.ts +0 -0
- /package/dist/{helpers → src/helpers}/pointSystem.helper.d.ts +0 -0
- /package/dist/{helpers → src/helpers}/ticker.helpers.d.ts +0 -0
- /package/dist/{helpers → src/helpers}/vaa.helper.d.ts +0 -0
- /package/dist/{helpers → src/helpers}/withdraw.helper.d.ts +0 -0
- /package/dist/{interfaces → src/interfaces}/accountInfo.interface.d.ts +0 -0
- /package/dist/{interfaces → src/interfaces}/api/affiliate.interface.d.ts +0 -0
- /package/dist/{interfaces → src/interfaces}/api/index.d.ts +0 -0
- /package/dist/{interfaces → src/interfaces}/cache.interface.d.ts +0 -0
- /package/dist/{interfaces → src/interfaces}/db/baseModel.interface.d.ts +0 -0
- /package/dist/{interfaces → src/interfaces}/db/hummingbot/index.d.ts +0 -0
- /package/dist/{interfaces → src/interfaces}/db/index.d.ts +0 -0
- /package/dist/{interfaces → src/interfaces}/db/market/index.d.ts +0 -0
- /package/dist/{interfaces → src/interfaces}/db/marketing/index.d.ts +0 -0
- /package/dist/{interfaces → src/interfaces}/db/notification_center/index.d.ts +0 -0
- /package/dist/{interfaces → src/interfaces}/db/relayer/index.d.ts +0 -0
- /package/dist/{interfaces → src/interfaces}/db/social/index.d.ts +0 -0
- /package/dist/{interfaces → src/interfaces}/db/softDeleteModel.interface.d.ts +0 -0
- /package/dist/{interfaces → src/interfaces}/db/white_label/index.d.ts +0 -0
- /package/dist/{interfaces → src/interfaces}/db/withdrawal_wallets/index.d.ts +0 -0
- /package/dist/{interfaces → src/interfaces}/dto/index.d.ts +0 -0
- /package/dist/{interfaces → src/interfaces}/emailService.interface.d.ts +0 -0
- /package/dist/{interfaces → src/interfaces}/index.d.ts +0 -0
- /package/dist/{interfaces → src/interfaces}/kmsService.interface.d.ts +0 -0
- /package/dist/{interfaces → src/interfaces}/last-look-trade.interface.d.ts +0 -0
- /package/dist/{interfaces → src/interfaces}/market.interface.d.ts +0 -0
- /package/dist/{interfaces → src/interfaces}/order.interface.d.ts +0 -0
- /package/dist/{interfaces → src/interfaces}/pagination.interface.d.ts +0 -0
- /package/dist/{interfaces → src/interfaces}/pair.interface.d.ts +0 -0
- /package/dist/{interfaces → src/interfaces}/query.interface.d.ts +0 -0
- /package/dist/{interfaces → src/interfaces}/services/accountCache.interface.d.ts +0 -0
- /package/dist/{interfaces → src/interfaces}/services/algod.interface.d.ts +0 -0
- /package/dist/{interfaces → src/interfaces}/services/balances.interface.d.ts +0 -0
- /package/dist/{interfaces → src/interfaces}/services/coin-market-cap.interface.d.ts +0 -0
- /package/dist/{interfaces → src/interfaces}/services/index.d.ts +0 -0
- /package/dist/{interfaces → src/interfaces}/services/price-model.interface.d.ts +0 -0
- /package/dist/{interfaces → src/interfaces}/services/price-service.interface.d.ts +0 -0
- /package/dist/{interfaces → src/interfaces}/services/socialActivity.interface.d.ts +0 -0
- /package/dist/{interfaces → src/interfaces}/services/tmc.interface.d.ts +0 -0
- /package/dist/{interfaces → src/interfaces}/settings.interface.d.ts +0 -0
- /package/dist/{interfaces → src/interfaces}/streaming.interface.d.ts +0 -0
- /package/dist/{interfaces → src/interfaces}/timestream.interface.d.ts +0 -0
- /package/dist/{interfaces → src/interfaces}/trading.interface.d.ts +0 -0
- /package/dist/{interfaces → src/interfaces}/tradingKey.interface.d.ts +0 -0
- /package/dist/{interfaces → src/interfaces}/transfer.interface.d.ts +0 -0
- /package/dist/{interfaces → src/interfaces}/wallet.interface.d.ts +0 -0
- /package/dist/{interfaces → src/interfaces}/withdrawalWallets.interface.d.ts +0 -0
- /package/dist/{types → src/types}/algo-order.type.d.ts +0 -0
- /package/dist/{types → src/types}/amm/amm.d.ts +0 -0
- /package/dist/{types → src/types}/api/request.types.d.ts +0 -0
- /package/dist/{types → src/types}/codex.types.d.ts +0 -0
- /package/dist/{types → src/types}/hummingbots.types.d.ts +0 -0
- /package/dist/{types → src/types}/index.d.ts +0 -0
- /package/dist/{types → src/types}/notification.type.d.ts +0 -0
- /package/dist/{types → src/types}/state.type.d.ts +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
function Re(){throw new Error("setTimeout has not been defined")}function Oe(){throw new Error("clearTimeout has not been defined")}var U=Re,M=Oe;typeof globalThis.setTimeout=="function"&&(U=setTimeout);typeof globalThis.clearTimeout=="function"&&(M=clearTimeout);function ke(t){if(U===setTimeout)return setTimeout(t,0);if((U===Re||!U)&&setTimeout)return U=setTimeout,setTimeout(t,0);try{return U(t,0)}catch{try{return U.call(null,t,0)}catch{return U.call(this,t,0)}}}function Or(t){if(M===clearTimeout)return clearTimeout(t);if((M===Oe||!M)&&clearTimeout)return M=clearTimeout,clearTimeout(t);try{return M(t)}catch{try{return M.call(null,t)}catch{return M.call(this,t)}}}var O=[],H=!1,v,j=-1;function kr(){!H||!v||(H=!1,v.length?O=v.concat(O):j=-1,O.length&&Be())}function Be(){if(!H){var t=ke(kr);H=!0;for(var e=O.length;e;){for(v=O,O=[];++j<e;)v&&v[j].run();j=-1,e=O.length}v=null,H=!1,Or(t)}}function Br(t){var e=new Array(arguments.length-1);if(arguments.length>1)for(var r=1;r<arguments.length;r++)e[r-1]=arguments[r];O.push(new Pe(t,e)),O.length===1&&!H&&ke(Be)}function Pe(t,e){this.fun=t,this.array=e}Pe.prototype.run=function(){this.fun.apply(null,this.array)};var Pr="browser",Ur="browser",Mr=!0,Lr={},vr=[],Fr="",Wr={},Yr={},Gr={};function F(){}var Kr=F,Hr=F,Vr=F,$r=F,zr=F,qr=F,Xr=F;function Jr(t){throw new Error("process.binding is not supported")}function jr(){return"/"}function Qr(t){throw new Error("process.chdir is not supported")}function Zr(){return 0}var K=globalThis.performance||{},et=K.now||K.mozNow||K.msNow||K.oNow||K.webkitNow||function(){return new Date().getTime()};function rt(t){var e=et.call(K)*.001,r=Math.floor(e),n=Math.floor(e%1*1e9);return t&&(r=r-t[0],n=n-t[1],n<0&&(r--,n+=1e9)),[r,n]}var tt=new Date;function nt(){var t=new Date,e=t-tt;return e/1e3}var u={nextTick:Br,title:Pr,browser:Mr,env:Lr,argv:vr,version:Fr,versions:Wr,on:Kr,addListener:Hr,once:Vr,off:$r,removeListener:zr,removeAllListeners:qr,emit:Xr,binding:Jr,cwd:jr,chdir:Qr,umask:Zr,hrtime:rt,platform:Ur,release:Yr,config:Gr,uptime:nt},Ne={};Object.keys(Ne).forEach(t=>{let e=t.split("."),r=u;for(let n=0;n<e.length;n++){let i=e[n];n===e.length-1?r[i]=Ne[t]:r=r[i]||(r[i]={})}});var w=[],_=[],it=typeof Uint8Array<"u"?Uint8Array:Array,le=!1;function ve(){le=!0;for(var t="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",e=0,r=t.length;e<r;++e)w[e]=t[e],_[t.charCodeAt(e)]=e;_[45]=62,_[95]=63}function ot(t){le||ve();var e,r,n,i,o,a,c=t.length;if(c%4>0)throw new Error("Invalid string. Length must be a multiple of 4");o=t[c-2]==="="?2:t[c-1]==="="?1:0,a=new it(c*3/4-o),n=o>0?c-4:c;var d=0;for(e=0,r=0;e<n;e+=4,r+=3)i=_[t.charCodeAt(e)]<<18|_[t.charCodeAt(e+1)]<<12|_[t.charCodeAt(e+2)]<<6|_[t.charCodeAt(e+3)],a[d++]=i>>16&255,a[d++]=i>>8&255,a[d++]=i&255;return o===2?(i=_[t.charCodeAt(e)]<<2|_[t.charCodeAt(e+1)]>>4,a[d++]=i&255):o===1&&(i=_[t.charCodeAt(e)]<<10|_[t.charCodeAt(e+1)]<<4|_[t.charCodeAt(e+2)]>>2,a[d++]=i>>8&255,a[d++]=i&255),a}function at(t){return w[t>>18&63]+w[t>>12&63]+w[t>>6&63]+w[t&63]}function st(t,e,r){for(var n,i=[],o=e;o<r;o+=3)n=(t[o]<<16)+(t[o+1]<<8)+t[o+2],i.push(at(n));return i.join("")}function Ue(t){le||ve();for(var e,r=t.length,n=r%3,i="",o=[],a=16383,c=0,d=r-n;c<d;c+=a)o.push(st(t,c,c+a>d?d:c+a));return n===1?(e=t[r-1],i+=w[e>>2],i+=w[e<<4&63],i+="=="):n===2&&(e=(t[r-2]<<8)+t[r-1],i+=w[e>>10],i+=w[e>>4&63],i+=w[e<<2&63],i+="="),o.push(i),o.join("")}s.TYPED_ARRAY_SUPPORT=globalThis.TYPED_ARRAY_SUPPORT!==void 0?globalThis.TYPED_ARRAY_SUPPORT:!0;function Q(){return s.TYPED_ARRAY_SUPPORT?2147483647:1073741823}function k(t,e){if(Q()<e)throw new RangeError("Invalid typed array length");return s.TYPED_ARRAY_SUPPORT?(t=new Uint8Array(e),t.__proto__=s.prototype):(t===null&&(t=new s(e)),t.length=e),t}function s(t,e,r){if(!s.TYPED_ARRAY_SUPPORT&&!(this instanceof s))return new s(t,e,r);if(typeof t=="number"){if(typeof e=="string")throw new Error("If encoding is specified then the first argument must be a string");return ge(this,t)}return Fe(this,t,e,r)}s.poolSize=8192;s._augment=function(t){return t.__proto__=s.prototype,t};function Fe(t,e,r,n){if(typeof e=="number")throw new TypeError('"value" argument must not be a number');return typeof ArrayBuffer<"u"&&e instanceof ArrayBuffer?pt(t,e,r,n):typeof e=="string"?ut(t,e,r):dt(t,e)}s.from=function(t,e,r){return Fe(null,t,e,r)};s.kMaxLength=Q();s.TYPED_ARRAY_SUPPORT&&(s.prototype.__proto__=Uint8Array.prototype,s.__proto__=Uint8Array,typeof Symbol<"u"&&Symbol.species&&s[Symbol.species]);function We(t){if(typeof t!="number")throw new TypeError('"size" argument must be a number');if(t<0)throw new RangeError('"size" argument must not be negative')}function ct(t,e,r,n){return We(e),e<=0?k(t,e):r!==void 0?typeof n=="string"?k(t,e).fill(r,n):k(t,e).fill(r):k(t,e)}s.alloc=function(t,e,r){return ct(null,t,e,r)};function ge(t,e){if(We(e),t=k(t,e<0?0:fe(e)|0),!s.TYPED_ARRAY_SUPPORT)for(var r=0;r<e;++r)t[r]=0;return t}s.allocUnsafe=function(t){return ge(null,t)};s.allocUnsafeSlow=function(t){return ge(null,t)};function ut(t,e,r){if((typeof r!="string"||r==="")&&(r="utf8"),!s.isEncoding(r))throw new TypeError('"encoding" must be a valid string encoding');var n=Ye(e,r)|0;t=k(t,n);var i=t.write(e,r);return i!==n&&(t=t.slice(0,i)),t}function me(t,e){var r=e.length<0?0:fe(e.length)|0;t=k(t,r);for(var n=0;n<r;n+=1)t[n]=e[n]&255;return t}function pt(t,e,r,n){if(e.byteLength,r<0||e.byteLength<r)throw new RangeError("'offset' is out of bounds");if(e.byteLength<r+(n||0))throw new RangeError("'length' is out of bounds");return r===void 0&&n===void 0?e=new Uint8Array(e):n===void 0?e=new Uint8Array(e,r):e=new Uint8Array(e,r,n),s.TYPED_ARRAY_SUPPORT?(t=e,t.__proto__=s.prototype):t=me(t,e),t}function dt(t,e){if(D(e)){var r=fe(e.length)|0;return t=k(t,r),t.length===0||e.copy(t,0,0,r),t}if(e){if(typeof ArrayBuffer<"u"&&e.buffer instanceof ArrayBuffer||"length"in e)return typeof e.length!="number"||Rt(e.length)?k(t,0):me(t,e);if(e.type==="Buffer"&&Array.isArray(e.data))return me(t,e.data)}throw new TypeError("First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object.")}function fe(t){if(t>=Q())throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+Q().toString(16)+" bytes");return t|0}s.isBuffer=Ot;function D(t){return!!(t!=null&&t._isBuffer)}s.compare=function(e,r){if(!D(e)||!D(r))throw new TypeError("Arguments must be Buffers");if(e===r)return 0;for(var n=e.length,i=r.length,o=0,a=Math.min(n,i);o<a;++o)if(e[o]!==r[o]){n=e[o],i=r[o];break}return n<i?-1:i<n?1:0};s.isEncoding=function(e){switch(String(e).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};s.concat=function(e,r){if(!Array.isArray(e))throw new TypeError('"list" argument must be an Array of Buffers');if(e.length===0)return s.alloc(0);var n;if(r===void 0)for(r=0,n=0;n<e.length;++n)r+=e[n].length;var i=s.allocUnsafe(r),o=0;for(n=0;n<e.length;++n){var a=e[n];if(!D(a))throw new TypeError('"list" argument must be an Array of Buffers');a.copy(i,o),o+=a.length}return i};function Ye(t,e){if(D(t))return t.length;if(typeof ArrayBuffer<"u"&&typeof ArrayBuffer.isView=="function"&&(ArrayBuffer.isView(t)||t instanceof ArrayBuffer))return t.byteLength;typeof t!="string"&&(t=""+t);var r=t.length;if(r===0)return 0;for(var n=!1;;)switch(e){case"ascii":case"latin1":case"binary":return r;case"utf8":case"utf-8":case void 0:return Z(t).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return r*2;case"hex":return r>>>1;case"base64":return qe(t).length;default:if(n)return Z(t).length;e=(""+e).toLowerCase(),n=!0}}s.byteLength=Ye;function mt(t,e,r){var n=!1;if((e===void 0||e<0)&&(e=0),e>this.length||((r===void 0||r>this.length)&&(r=this.length),r<=0)||(r>>>=0,e>>>=0,r<=e))return"";for(t||(t="utf8");;)switch(t){case"hex":return Tt(this,e,r);case"utf8":case"utf-8":return He(this,e,r);case"ascii":return yt(this,e,r);case"latin1":case"binary":return It(this,e,r);case"base64":return xt(this,e,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Et(this,e,r);default:if(n)throw new TypeError("Unknown encoding: "+t);t=(t+"").toLowerCase(),n=!0}}s.prototype._isBuffer=!0;function W(t,e,r){var n=t[e];t[e]=t[r],t[r]=n}s.prototype.swap16=function(){var e=this.length;if(e%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var r=0;r<e;r+=2)W(this,r,r+1);return this};s.prototype.swap32=function(){var e=this.length;if(e%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var r=0;r<e;r+=4)W(this,r,r+3),W(this,r+1,r+2);return this};s.prototype.swap64=function(){var e=this.length;if(e%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var r=0;r<e;r+=8)W(this,r,r+7),W(this,r+1,r+6),W(this,r+2,r+5),W(this,r+3,r+4);return this};s.prototype.toString=function(){var e=this.length|0;return e===0?"":arguments.length===0?He(this,0,e):mt.apply(this,arguments)};s.prototype.equals=function(e){if(!D(e))throw new TypeError("Argument must be a Buffer");return this===e?!0:s.compare(this,e)===0};s.prototype.compare=function(e,r,n,i,o){if(!D(e))throw new TypeError("Argument must be a Buffer");if(r===void 0&&(r=0),n===void 0&&(n=e?e.length:0),i===void 0&&(i=0),o===void 0&&(o=this.length),r<0||n>e.length||i<0||o>this.length)throw new RangeError("out of range index");if(i>=o&&r>=n)return 0;if(i>=o)return-1;if(r>=n)return 1;if(r>>>=0,n>>>=0,i>>>=0,o>>>=0,this===e)return 0;for(var a=o-i,c=n-r,d=Math.min(a,c),l=this.slice(i,o),g=e.slice(r,n),m=0;m<d;++m)if(l[m]!==g[m]){a=l[m],c=g[m];break}return a<c?-1:c<a?1:0};function Ge(t,e,r,n,i){if(t.length===0)return-1;if(typeof r=="string"?(n=r,r=0):r>2147483647?r=2147483647:r<-2147483648&&(r=-2147483648),r=+r,isNaN(r)&&(r=i?0:t.length-1),r<0&&(r=t.length+r),r>=t.length){if(i)return-1;r=t.length-1}else if(r<0)if(i)r=0;else return-1;if(typeof e=="string"&&(e=s.from(e,n)),D(e))return e.length===0?-1:Me(t,e,r,n,i);if(typeof e=="number")return e=e&255,s.TYPED_ARRAY_SUPPORT&&typeof Uint8Array.prototype.indexOf=="function"?i?Uint8Array.prototype.indexOf.call(t,e,r):Uint8Array.prototype.lastIndexOf.call(t,e,r):Me(t,[e],r,n,i);throw new TypeError("val must be string, number or Buffer")}function Me(t,e,r,n,i){var o=1,a=t.length,c=e.length;if(n!==void 0&&(n=String(n).toLowerCase(),n==="ucs2"||n==="ucs-2"||n==="utf16le"||n==="utf-16le")){if(t.length<2||e.length<2)return-1;o=2,a/=2,c/=2,r/=2}function d(f,y){return o===1?f[y]:f.readUInt16BE(y*o)}var l;if(i){var g=-1;for(l=r;l<a;l++)if(d(t,l)===d(e,g===-1?0:l-g)){if(g===-1&&(g=l),l-g+1===c)return g*o}else g!==-1&&(l-=l-g),g=-1}else for(r+c>a&&(r=a-c),l=r;l>=0;l--){for(var m=!0,b=0;b<c;b++)if(d(t,l+b)!==d(e,b)){m=!1;break}if(m)return l}return-1}s.prototype.includes=function(e,r,n){return this.indexOf(e,r,n)!==-1};s.prototype.indexOf=function(e,r,n){return Ge(this,e,r,n,!0)};s.prototype.lastIndexOf=function(e,r,n){return Ge(this,e,r,n,!1)};function lt(t,e,r,n){r=Number(r)||0;var i=t.length-r;n?(n=Number(n),n>i&&(n=i)):n=i;var o=e.length;if(o%2!==0)throw new TypeError("Invalid hex string");n>o/2&&(n=o/2);for(var a=0;a<n;++a){var c=parseInt(e.substr(a*2,2),16);if(isNaN(c))return a;t[r+a]=c}return a}function gt(t,e,r,n){return te(Z(e,t.length-r),t,r,n)}function Ke(t,e,r,n){return te(Dt(e),t,r,n)}function ft(t,e,r,n){return Ke(t,e,r,n)}function bt(t,e,r,n){return te(qe(e),t,r,n)}function ht(t,e,r,n){return te(Nt(e,t.length-r),t,r,n)}s.prototype.write=function(e,r,n,i){if(r===void 0)i="utf8",n=this.length,r=0;else if(n===void 0&&typeof r=="string")i=r,n=this.length,r=0;else if(isFinite(r))r=r|0,isFinite(n)?(n=n|0,i===void 0&&(i="utf8")):(i=n,n=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var o=this.length-r;if((n===void 0||n>o)&&(n=o),e.length>0&&(n<0||r<0)||r>this.length)throw new RangeError("Attempt to write outside buffer bounds");i||(i="utf8");for(var a=!1;;)switch(i){case"hex":return lt(this,e,r,n);case"utf8":case"utf-8":return gt(this,e,r,n);case"ascii":return Ke(this,e,r,n);case"latin1":case"binary":return ft(this,e,r,n);case"base64":return bt(this,e,r,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return ht(this,e,r,n);default:if(a)throw new TypeError("Unknown encoding: "+i);i=(""+i).toLowerCase(),a=!0}};s.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function xt(t,e,r){return e===0&&r===t.length?Ue(t):Ue(t.slice(e,r))}function He(t,e,r){r=Math.min(t.length,r);for(var n=[],i=e;i<r;){var o=t[i],a=null,c=o>239?4:o>223?3:o>191?2:1;if(i+c<=r){var d,l,g,m;switch(c){case 1:o<128&&(a=o);break;case 2:d=t[i+1],(d&192)===128&&(m=(o&31)<<6|d&63,m>127&&(a=m));break;case 3:d=t[i+1],l=t[i+2],(d&192)===128&&(l&192)===128&&(m=(o&15)<<12|(d&63)<<6|l&63,m>2047&&(m<55296||m>57343)&&(a=m));break;case 4:d=t[i+1],l=t[i+2],g=t[i+3],(d&192)===128&&(l&192)===128&&(g&192)===128&&(m=(o&15)<<18|(d&63)<<12|(l&63)<<6|g&63,m>65535&&m<1114112&&(a=m))}}a===null?(a=65533,c=1):a>65535&&(a-=65536,n.push(a>>>10&1023|55296),a=56320|a&1023),n.push(a),i+=c}return At(n)}var Le=4096;function At(t){var e=t.length;if(e<=Le)return String.fromCharCode.apply(String,t);for(var r="",n=0;n<e;)r+=String.fromCharCode.apply(String,t.slice(n,n+=Le));return r}function yt(t,e,r){var n="";r=Math.min(t.length,r);for(var i=e;i<r;++i)n+=String.fromCharCode(t[i]&127);return n}function It(t,e,r){var n="";r=Math.min(t.length,r);for(var i=e;i<r;++i)n+=String.fromCharCode(t[i]);return n}function Tt(t,e,r){var n=t.length;(!e||e<0)&&(e=0),(!r||r<0||r>n)&&(r=n);for(var i="",o=e;o<r;++o)i+=wt(t[o]);return i}function Et(t,e,r){for(var n=t.slice(e,r),i="",o=0;o<n.length;o+=2)i+=String.fromCharCode(n[o]+n[o+1]*256);return i}s.prototype.slice=function(e,r){var n=this.length;e=~~e,r=r===void 0?n:~~r,e<0?(e+=n,e<0&&(e=0)):e>n&&(e=n),r<0?(r+=n,r<0&&(r=0)):r>n&&(r=n),r<e&&(r=e);var i;if(s.TYPED_ARRAY_SUPPORT)i=this.subarray(e,r),i.__proto__=s.prototype;else{var o=r-e;i=new s(o,void 0);for(var a=0;a<o;++a)i[a]=this[a+e]}return i};function h(t,e,r){if(t%1!==0||t<0)throw new RangeError("offset is not uint");if(t+e>r)throw new RangeError("Trying to access beyond buffer length")}s.prototype.readUIntLE=function(e,r,n){e=e|0,r=r|0,n||h(e,r,this.length);for(var i=this[e],o=1,a=0;++a<r&&(o*=256);)i+=this[e+a]*o;return i};s.prototype.readUIntBE=function(e,r,n){e=e|0,r=r|0,n||h(e,r,this.length);for(var i=this[e+--r],o=1;r>0&&(o*=256);)i+=this[e+--r]*o;return i};s.prototype.readUInt8=function(e,r){return r||h(e,1,this.length),this[e]};s.prototype.readUInt16LE=function(e,r){return r||h(e,2,this.length),this[e]|this[e+1]<<8};s.prototype.readUInt16BE=function(e,r){return r||h(e,2,this.length),this[e]<<8|this[e+1]};s.prototype.readUInt32LE=function(e,r){return r||h(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+this[e+3]*16777216};s.prototype.readUInt32BE=function(e,r){return r||h(e,4,this.length),this[e]*16777216+(this[e+1]<<16|this[e+2]<<8|this[e+3])};s.prototype.readIntLE=function(e,r,n){e=e|0,r=r|0,n||h(e,r,this.length);for(var i=this[e],o=1,a=0;++a<r&&(o*=256);)i+=this[e+a]*o;return o*=128,i>=o&&(i-=Math.pow(2,8*r)),i};s.prototype.readIntBE=function(e,r,n){e=e|0,r=r|0,n||h(e,r,this.length);for(var i=r,o=1,a=this[e+--i];i>0&&(o*=256);)a+=this[e+--i]*o;return o*=128,a>=o&&(a-=Math.pow(2,8*r)),a};s.prototype.readInt8=function(e,r){return r||h(e,1,this.length),this[e]&128?(255-this[e]+1)*-1:this[e]};s.prototype.readInt16LE=function(e,r){r||h(e,2,this.length);var n=this[e]|this[e+1]<<8;return n&32768?n|4294901760:n};s.prototype.readInt16BE=function(e,r){r||h(e,2,this.length);var n=this[e+1]|this[e]<<8;return n&32768?n|4294901760:n};s.prototype.readInt32LE=function(e,r){return r||h(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24};s.prototype.readInt32BE=function(e,r){return r||h(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]};s.prototype.readFloatLE=function(e,r){return r||h(e,4,this.length),ne(this,e,!0,23,4)};s.prototype.readFloatBE=function(e,r){return r||h(e,4,this.length),ne(this,e,!1,23,4)};s.prototype.readDoubleLE=function(e,r){return r||h(e,8,this.length),ne(this,e,!0,52,8)};s.prototype.readDoubleBE=function(e,r){return r||h(e,8,this.length),ne(this,e,!1,52,8)};function I(t,e,r,n,i,o){if(!D(t))throw new TypeError('"buffer" argument must be a Buffer instance');if(e>i||e<o)throw new RangeError('"value" argument is out of bounds');if(r+n>t.length)throw new RangeError("Index out of range")}s.prototype.writeUIntLE=function(e,r,n,i){if(e=+e,r=r|0,n=n|0,!i){var o=Math.pow(2,8*n)-1;I(this,e,r,n,o,0)}var a=1,c=0;for(this[r]=e&255;++c<n&&(a*=256);)this[r+c]=e/a&255;return r+n};s.prototype.writeUIntBE=function(e,r,n,i){if(e=+e,r=r|0,n=n|0,!i){var o=Math.pow(2,8*n)-1;I(this,e,r,n,o,0)}var a=n-1,c=1;for(this[r+a]=e&255;--a>=0&&(c*=256);)this[r+a]=e/c&255;return r+n};s.prototype.writeUInt8=function(e,r,n){return e=+e,r=r|0,n||I(this,e,r,1,255,0),s.TYPED_ARRAY_SUPPORT||(e=Math.floor(e)),this[r]=e&255,r+1};function ee(t,e,r,n){e<0&&(e=65535+e+1);for(var i=0,o=Math.min(t.length-r,2);i<o;++i)t[r+i]=(e&255<<8*(n?i:1-i))>>>(n?i:1-i)*8}s.prototype.writeUInt16LE=function(e,r,n){return e=+e,r=r|0,n||I(this,e,r,2,65535,0),s.TYPED_ARRAY_SUPPORT?(this[r]=e&255,this[r+1]=e>>>8):ee(this,e,r,!0),r+2};s.prototype.writeUInt16BE=function(e,r,n){return e=+e,r=r|0,n||I(this,e,r,2,65535,0),s.TYPED_ARRAY_SUPPORT?(this[r]=e>>>8,this[r+1]=e&255):ee(this,e,r,!1),r+2};function re(t,e,r,n){e<0&&(e=4294967295+e+1);for(var i=0,o=Math.min(t.length-r,4);i<o;++i)t[r+i]=e>>>(n?i:3-i)*8&255}s.prototype.writeUInt32LE=function(e,r,n){return e=+e,r=r|0,n||I(this,e,r,4,4294967295,0),s.TYPED_ARRAY_SUPPORT?(this[r+3]=e>>>24,this[r+2]=e>>>16,this[r+1]=e>>>8,this[r]=e&255):re(this,e,r,!0),r+4};s.prototype.writeUInt32BE=function(e,r,n){return e=+e,r=r|0,n||I(this,e,r,4,4294967295,0),s.TYPED_ARRAY_SUPPORT?(this[r]=e>>>24,this[r+1]=e>>>16,this[r+2]=e>>>8,this[r+3]=e&255):re(this,e,r,!1),r+4};s.prototype.writeIntLE=function(e,r,n,i){if(e=+e,r=r|0,!i){var o=Math.pow(2,8*n-1);I(this,e,r,n,o-1,-o)}var a=0,c=1,d=0;for(this[r]=e&255;++a<n&&(c*=256);)e<0&&d===0&&this[r+a-1]!==0&&(d=1),this[r+a]=(e/c>>0)-d&255;return r+n};s.prototype.writeIntBE=function(e,r,n,i){if(e=+e,r=r|0,!i){var o=Math.pow(2,8*n-1);I(this,e,r,n,o-1,-o)}var a=n-1,c=1,d=0;for(this[r+a]=e&255;--a>=0&&(c*=256);)e<0&&d===0&&this[r+a+1]!==0&&(d=1),this[r+a]=(e/c>>0)-d&255;return r+n};s.prototype.writeInt8=function(e,r,n){return e=+e,r=r|0,n||I(this,e,r,1,127,-128),s.TYPED_ARRAY_SUPPORT||(e=Math.floor(e)),e<0&&(e=255+e+1),this[r]=e&255,r+1};s.prototype.writeInt16LE=function(e,r,n){return e=+e,r=r|0,n||I(this,e,r,2,32767,-32768),s.TYPED_ARRAY_SUPPORT?(this[r]=e&255,this[r+1]=e>>>8):ee(this,e,r,!0),r+2};s.prototype.writeInt16BE=function(e,r,n){return e=+e,r=r|0,n||I(this,e,r,2,32767,-32768),s.TYPED_ARRAY_SUPPORT?(this[r]=e>>>8,this[r+1]=e&255):ee(this,e,r,!1),r+2};s.prototype.writeInt32LE=function(e,r,n){return e=+e,r=r|0,n||I(this,e,r,4,2147483647,-2147483648),s.TYPED_ARRAY_SUPPORT?(this[r]=e&255,this[r+1]=e>>>8,this[r+2]=e>>>16,this[r+3]=e>>>24):re(this,e,r,!0),r+4};s.prototype.writeInt32BE=function(e,r,n){return e=+e,r=r|0,n||I(this,e,r,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),s.TYPED_ARRAY_SUPPORT?(this[r]=e>>>24,this[r+1]=e>>>16,this[r+2]=e>>>8,this[r+3]=e&255):re(this,e,r,!1),r+4};function Ve(t,e,r,n,i,o){if(r+n>t.length)throw new RangeError("Index out of range");if(r<0)throw new RangeError("Index out of range")}function $e(t,e,r,n,i){return i||Ve(t,e,r,4,34028234663852886e22,-34028234663852886e22),Je(t,e,r,n,23,4),r+4}s.prototype.writeFloatLE=function(e,r,n){return $e(this,e,r,!0,n)};s.prototype.writeFloatBE=function(e,r,n){return $e(this,e,r,!1,n)};function ze(t,e,r,n,i){return i||Ve(t,e,r,8,17976931348623157e292,-17976931348623157e292),Je(t,e,r,n,52,8),r+8}s.prototype.writeDoubleLE=function(e,r,n){return ze(this,e,r,!0,n)};s.prototype.writeDoubleBE=function(e,r,n){return ze(this,e,r,!1,n)};s.prototype.copy=function(e,r,n,i){if(n||(n=0),!i&&i!==0&&(i=this.length),r>=e.length&&(r=e.length),r||(r=0),i>0&&i<n&&(i=n),i===n||e.length===0||this.length===0)return 0;if(r<0)throw new RangeError("targetStart out of bounds");if(n<0||n>=this.length)throw new RangeError("sourceStart out of bounds");if(i<0)throw new RangeError("sourceEnd out of bounds");i>this.length&&(i=this.length),e.length-r<i-n&&(i=e.length-r+n);var o=i-n,a;if(this===e&&n<r&&r<i)for(a=o-1;a>=0;--a)e[a+r]=this[a+n];else if(o<1e3||!s.TYPED_ARRAY_SUPPORT)for(a=0;a<o;++a)e[a+r]=this[a+n];else Uint8Array.prototype.set.call(e,this.subarray(n,n+o),r);return o};s.prototype.fill=function(e,r,n,i){if(typeof e=="string"){if(typeof r=="string"?(i=r,r=0,n=this.length):typeof n=="string"&&(i=n,n=this.length),e.length===1){var o=e.charCodeAt(0);o<256&&(e=o)}if(i!==void 0&&typeof i!="string")throw new TypeError("encoding must be a string");if(typeof i=="string"&&!s.isEncoding(i))throw new TypeError("Unknown encoding: "+i)}else typeof e=="number"&&(e=e&255);if(r<0||this.length<r||this.length<n)throw new RangeError("Out of range index");if(n<=r)return this;r=r>>>0,n=n===void 0?this.length:n>>>0,e||(e=0);var a;if(typeof e=="number")for(a=r;a<n;++a)this[a]=e;else{var c=D(e)?e:Z(new s(e,i).toString()),d=c.length;for(a=0;a<n-r;++a)this[a+r]=c[a%d]}return this};var _t=/[^+\/0-9A-Za-z-_]/g;function St(t){if(t=Ct(t).replace(_t,""),t.length<2)return"";for(;t.length%4!==0;)t=t+"=";return t}function Ct(t){return t.trim?t.trim():t.replace(/^\s+|\s+$/g,"")}function wt(t){return t<16?"0"+t.toString(16):t.toString(16)}function Z(t,e){e=e||1/0;for(var r,n=t.length,i=null,o=[],a=0;a<n;++a){if(r=t.charCodeAt(a),r>55295&&r<57344){if(!i){if(r>56319){(e-=3)>-1&&o.push(239,191,189);continue}else if(a+1===n){(e-=3)>-1&&o.push(239,191,189);continue}i=r;continue}if(r<56320){(e-=3)>-1&&o.push(239,191,189),i=r;continue}r=(i-55296<<10|r-56320)+65536}else i&&(e-=3)>-1&&o.push(239,191,189);if(i=null,r<128){if((e-=1)<0)break;o.push(r)}else if(r<2048){if((e-=2)<0)break;o.push(r>>6|192,r&63|128)}else if(r<65536){if((e-=3)<0)break;o.push(r>>12|224,r>>6&63|128,r&63|128)}else if(r<1114112){if((e-=4)<0)break;o.push(r>>18|240,r>>12&63|128,r>>6&63|128,r&63|128)}else throw new Error("Invalid code point")}return o}function Dt(t){for(var e=[],r=0;r<t.length;++r)e.push(t.charCodeAt(r)&255);return e}function Nt(t,e){for(var r,n,i,o=[],a=0;a<t.length&&!((e-=2)<0);++a)r=t.charCodeAt(a),n=r>>8,i=r%256,o.push(i),o.push(n);return o}function qe(t){return ot(St(t))}function te(t,e,r,n){for(var i=0;i<n&&!(i+r>=e.length||i>=t.length);++i)e[i+r]=t[i];return i}function Rt(t){return t!==t}function Ot(t){return t!=null&&(!!t._isBuffer||Xe(t)||kt(t))}function Xe(t){return!!t.constructor&&typeof t.constructor.isBuffer=="function"&&t.constructor.isBuffer(t)}function kt(t){return typeof t.readFloatLE=="function"&&typeof t.slice=="function"&&Xe(t.slice(0,0))}function ne(t,e,r,n,i){var o,a,c=i*8-n-1,d=(1<<c)-1,l=d>>1,g=-7,m=r?i-1:0,b=r?-1:1,f=t[e+m];for(m+=b,o=f&(1<<-g)-1,f>>=-g,g+=c;g>0;o=o*256+t[e+m],m+=b,g-=8);for(a=o&(1<<-g)-1,o>>=-g,g+=n;g>0;a=a*256+t[e+m],m+=b,g-=8);if(o===0)o=1-l;else{if(o===d)return a?NaN:(f?-1:1)*(1/0);a=a+Math.pow(2,n),o=o-l}return(f?-1:1)*a*Math.pow(2,o-n)}function Je(t,e,r,n,i,o){var a,c,d,l=o*8-i-1,g=(1<<l)-1,m=g>>1,b=i===23?Math.pow(2,-24)-Math.pow(2,-77):0,f=n?0:o-1,y=n?1:-1,X=e<0||e===0&&1/e<0?1:0;for(e=Math.abs(e),isNaN(e)||e===1/0?(c=isNaN(e)?1:0,a=g):(a=Math.floor(Math.log(e)/Math.LN2),e*(d=Math.pow(2,-a))<1&&(a--,d*=2),a+m>=1?e+=b/d:e+=b*Math.pow(2,1-m),e*d>=2&&(a++,d/=2),a+m>=g?(c=0,a=g):a+m>=1?(c=(e*d-1)*Math.pow(2,i),a=a+m):(c=e*Math.pow(2,m-1)*Math.pow(2,i),a=0));i>=8;t[r+f]=c&255,f+=y,c/=256,i-=8);for(a=a<<i|c,l+=i;l>0;t[r+f]=a&255,f+=y,a/=256,l-=8);t[r+f-y]|=X*128}import{PublicKey as q}from"@solana/web3.js";var V={"0x4343545055534443000000000000000000000000000000000000000000000000":65537};import Gu from"algosdk";import*as Dr from"bs58";import fn from"algosdk";import ti,{decodeAddress as ni,encodeAddress as ii}from"algosdk";var N=[],S=[],Bt=typeof Uint8Array<"u"?Uint8Array:Array,he=!1;function er(){he=!0;for(var t="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",e=0,r=t.length;e<r;++e)N[e]=t[e],S[t.charCodeAt(e)]=e;S[45]=62,S[95]=63}function Pt(t){he||er();var e,r,n,i,o,a,c=t.length;if(c%4>0)throw new Error("Invalid string. Length must be a multiple of 4");o=t[c-2]==="="?2:t[c-1]==="="?1:0,a=new Bt(c*3/4-o),n=o>0?c-4:c;var d=0;for(e=0,r=0;e<n;e+=4,r+=3)i=S[t.charCodeAt(e)]<<18|S[t.charCodeAt(e+1)]<<12|S[t.charCodeAt(e+2)]<<6|S[t.charCodeAt(e+3)],a[d++]=i>>16&255,a[d++]=i>>8&255,a[d++]=i&255;return o===2?(i=S[t.charCodeAt(e)]<<2|S[t.charCodeAt(e+1)]>>4,a[d++]=i&255):o===1&&(i=S[t.charCodeAt(e)]<<10|S[t.charCodeAt(e+1)]<<4|S[t.charCodeAt(e+2)]>>2,a[d++]=i>>8&255,a[d++]=i&255),a}function Ut(t){return N[t>>18&63]+N[t>>12&63]+N[t>>6&63]+N[t&63]}function Mt(t,e,r){for(var n,i=[],o=e;o<r;o+=3)n=(t[o]<<16)+(t[o+1]<<8)+t[o+2],i.push(Ut(n));return i.join("")}function je(t){he||er();for(var e,r=t.length,n=r%3,i="",o=[],a=16383,c=0,d=r-n;c<d;c+=a)o.push(Mt(t,c,c+a>d?d:c+a));return n===1?(e=t[r-1],i+=N[e>>2],i+=N[e<<4&63],i+="=="):n===2&&(e=(t[r-2]<<8)+t[r-1],i+=N[e>>10],i+=N[e>>4&63],i+=N[e<<2&63],i+="="),o.push(i),o.join("")}function ae(t,e,r,n,i){var o,a,c=i*8-n-1,d=(1<<c)-1,l=d>>1,g=-7,m=r?i-1:0,b=r?-1:1,f=t[e+m];for(m+=b,o=f&(1<<-g)-1,f>>=-g,g+=c;g>0;o=o*256+t[e+m],m+=b,g-=8);for(a=o&(1<<-g)-1,o>>=-g,g+=n;g>0;a=a*256+t[e+m],m+=b,g-=8);if(o===0)o=1-l;else{if(o===d)return a?NaN:(f?-1:1)*(1/0);a=a+Math.pow(2,n),o=o-l}return(f?-1:1)*a*Math.pow(2,o-n)}function rr(t,e,r,n,i,o){var a,c,d,l=o*8-i-1,g=(1<<l)-1,m=g>>1,b=i===23?Math.pow(2,-24)-Math.pow(2,-77):0,f=n?0:o-1,y=n?1:-1,X=e<0||e===0&&1/e<0?1:0;for(e=Math.abs(e),isNaN(e)||e===1/0?(c=isNaN(e)?1:0,a=g):(a=Math.floor(Math.log(e)/Math.LN2),e*(d=Math.pow(2,-a))<1&&(a--,d*=2),a+m>=1?e+=b/d:e+=b*Math.pow(2,1-m),e*d>=2&&(a++,d/=2),a+m>=g?(c=0,a=g):a+m>=1?(c=(e*d-1)*Math.pow(2,i),a=a+m):(c=e*Math.pow(2,m-1)*Math.pow(2,i),a=0));i>=8;t[r+f]=c&255,f+=y,c/=256,i-=8);for(a=a<<i|c,l+=i;l>0;t[r+f]=a&255,f+=y,a/=256,l-=8);t[r+f-y]|=X*128}var Lt={}.toString,tr=Array.isArray||function(t){return Lt.call(t)=="[object Array]"};var vt=50;p.TYPED_ARRAY_SUPPORT=globalThis.TYPED_ARRAY_SUPPORT!==void 0?globalThis.TYPED_ARRAY_SUPPORT:!0;var jn=ie();function ie(){return p.TYPED_ARRAY_SUPPORT?2147483647:1073741823}function B(t,e){if(ie()<e)throw new RangeError("Invalid typed array length");return p.TYPED_ARRAY_SUPPORT?(t=new Uint8Array(e),t.__proto__=p.prototype):(t===null&&(t=new p(e)),t.length=e),t}function p(t,e,r){if(!p.TYPED_ARRAY_SUPPORT&&!(this instanceof p))return new p(t,e,r);if(typeof t=="number"){if(typeof e=="string")throw new Error("If encoding is specified then the first argument must be a string");return xe(this,t)}return nr(this,t,e,r)}p.poolSize=8192;p._augment=function(t){return t.__proto__=p.prototype,t};function nr(t,e,r,n){if(typeof e=="number")throw new TypeError('"value" argument must not be a number');return typeof ArrayBuffer<"u"&&e instanceof ArrayBuffer?Yt(t,e,r,n):typeof e=="string"?Wt(t,e,r):Gt(t,e)}p.from=function(t,e,r){return nr(null,t,e,r)};p.TYPED_ARRAY_SUPPORT&&(p.prototype.__proto__=Uint8Array.prototype,p.__proto__=Uint8Array);function ir(t){if(typeof t!="number")throw new TypeError('"size" argument must be a number');if(t<0)throw new RangeError('"size" argument must not be negative')}function Ft(t,e,r,n){return ir(e),e<=0?B(t,e):r!==void 0?typeof n=="string"?B(t,e).fill(r,n):B(t,e).fill(r):B(t,e)}p.alloc=function(t,e,r){return Ft(null,t,e,r)};function xe(t,e){if(ir(e),t=B(t,e<0?0:Ae(e)|0),!p.TYPED_ARRAY_SUPPORT)for(var r=0;r<e;++r)t[r]=0;return t}p.allocUnsafe=function(t){return xe(null,t)};p.allocUnsafeSlow=function(t){return xe(null,t)};function Wt(t,e,r){if((typeof r!="string"||r==="")&&(r="utf8"),!p.isEncoding(r))throw new TypeError('"encoding" must be a valid string encoding');var n=or(e,r)|0;t=B(t,n);var i=t.write(e,r);return i!==n&&(t=t.slice(0,i)),t}function be(t,e){var r=e.length<0?0:Ae(e.length)|0;t=B(t,r);for(var n=0;n<r;n+=1)t[n]=e[n]&255;return t}function Yt(t,e,r,n){if(e.byteLength,r<0||e.byteLength<r)throw new RangeError("'offset' is out of bounds");if(e.byteLength<r+(n||0))throw new RangeError("'length' is out of bounds");return r===void 0&&n===void 0?e=new Uint8Array(e):n===void 0?e=new Uint8Array(e,r):e=new Uint8Array(e,r,n),p.TYPED_ARRAY_SUPPORT?(t=e,t.__proto__=p.prototype):t=be(t,e),t}function Gt(t,e){if(R(e)){var r=Ae(e.length)|0;return t=B(t,r),t.length===0||e.copy(t,0,0,r),t}if(e){if(typeof ArrayBuffer<"u"&&e.buffer instanceof ArrayBuffer||"length"in e)return typeof e.length!="number"||cn(e.length)?B(t,0):be(t,e);if(e.type==="Buffer"&&tr(e.data))return be(t,e.data)}throw new TypeError("First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object.")}function Ae(t){if(t>=ie())throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+ie().toString(16)+" bytes");return t|0}p.isBuffer=un;function R(t){return!!(t!=null&&t._isBuffer)}p.compare=function(e,r){if(!R(e)||!R(r))throw new TypeError("Arguments must be Buffers");if(e===r)return 0;for(var n=e.length,i=r.length,o=0,a=Math.min(n,i);o<a;++o)if(e[o]!==r[o]){n=e[o],i=r[o];break}return n<i?-1:i<n?1:0};p.isEncoding=function(e){switch(String(e).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};p.concat=function(e,r){if(!tr(e))throw new TypeError('"list" argument must be an Array of Buffers');if(e.length===0)return p.alloc(0);var n;if(r===void 0)for(r=0,n=0;n<e.length;++n)r+=e[n].length;var i=p.allocUnsafe(r),o=0;for(n=0;n<e.length;++n){var a=e[n];if(!R(a))throw new TypeError('"list" argument must be an Array of Buffers');a.copy(i,o),o+=a.length}return i};function or(t,e){if(R(t))return t.length;if(typeof ArrayBuffer<"u"&&typeof ArrayBuffer.isView=="function"&&(ArrayBuffer.isView(t)||t instanceof ArrayBuffer))return t.byteLength;typeof t!="string"&&(t=""+t);var r=t.length;if(r===0)return 0;for(var n=!1;;)switch(e){case"ascii":case"latin1":case"binary":return r;case"utf8":case"utf-8":case void 0:return oe(t).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return r*2;case"hex":return r>>>1;case"base64":return mr(t).length;default:if(n)return oe(t).length;e=(""+e).toLowerCase(),n=!0}}p.byteLength=or;function Kt(t,e,r){var n=!1;if((e===void 0||e<0)&&(e=0),e>this.length||((r===void 0||r>this.length)&&(r=this.length),r<=0)||(r>>>=0,e>>>=0,r<=e))return"";for(t||(t="utf8");;)switch(t){case"hex":return Zt(this,e,r);case"utf8":case"utf-8":return cr(this,e,r);case"ascii":return jt(this,e,r);case"latin1":case"binary":return Qt(this,e,r);case"base64":return Xt(this,e,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return en(this,e,r);default:if(n)throw new TypeError("Unknown encoding: "+t);t=(t+"").toLowerCase(),n=!0}}p.prototype._isBuffer=!0;function Y(t,e,r){var n=t[e];t[e]=t[r],t[r]=n}p.prototype.swap16=function(){var e=this.length;if(e%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var r=0;r<e;r+=2)Y(this,r,r+1);return this};p.prototype.swap32=function(){var e=this.length;if(e%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var r=0;r<e;r+=4)Y(this,r,r+3),Y(this,r+1,r+2);return this};p.prototype.swap64=function(){var e=this.length;if(e%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var r=0;r<e;r+=8)Y(this,r,r+7),Y(this,r+1,r+6),Y(this,r+2,r+5),Y(this,r+3,r+4);return this};p.prototype.toString=function(){var e=this.length|0;return e===0?"":arguments.length===0?cr(this,0,e):Kt.apply(this,arguments)};p.prototype.equals=function(e){if(!R(e))throw new TypeError("Argument must be a Buffer");return this===e?!0:p.compare(this,e)===0};p.prototype.inspect=function(){var e="",r=vt;return this.length>0&&(e=this.toString("hex",0,r).match(/.{2}/g).join(" "),this.length>r&&(e+=" ... ")),"<Buffer "+e+">"};p.prototype.compare=function(e,r,n,i,o){if(!R(e))throw new TypeError("Argument must be a Buffer");if(r===void 0&&(r=0),n===void 0&&(n=e?e.length:0),i===void 0&&(i=0),o===void 0&&(o=this.length),r<0||n>e.length||i<0||o>this.length)throw new RangeError("out of range index");if(i>=o&&r>=n)return 0;if(i>=o)return-1;if(r>=n)return 1;if(r>>>=0,n>>>=0,i>>>=0,o>>>=0,this===e)return 0;for(var a=o-i,c=n-r,d=Math.min(a,c),l=this.slice(i,o),g=e.slice(r,n),m=0;m<d;++m)if(l[m]!==g[m]){a=l[m],c=g[m];break}return a<c?-1:c<a?1:0};function ar(t,e,r,n,i){if(t.length===0)return-1;if(typeof r=="string"?(n=r,r=0):r>2147483647?r=2147483647:r<-2147483648&&(r=-2147483648),r=+r,isNaN(r)&&(r=i?0:t.length-1),r<0&&(r=t.length+r),r>=t.length){if(i)return-1;r=t.length-1}else if(r<0)if(i)r=0;else return-1;if(typeof e=="string"&&(e=p.from(e,n)),R(e))return e.length===0?-1:Qe(t,e,r,n,i);if(typeof e=="number")return e=e&255,p.TYPED_ARRAY_SUPPORT&&typeof Uint8Array.prototype.indexOf=="function"?i?Uint8Array.prototype.indexOf.call(t,e,r):Uint8Array.prototype.lastIndexOf.call(t,e,r):Qe(t,[e],r,n,i);throw new TypeError("val must be string, number or Buffer")}function Qe(t,e,r,n,i){var o=1,a=t.length,c=e.length;if(n!==void 0&&(n=String(n).toLowerCase(),n==="ucs2"||n==="ucs-2"||n==="utf16le"||n==="utf-16le")){if(t.length<2||e.length<2)return-1;o=2,a/=2,c/=2,r/=2}function d(f,y){return o===1?f[y]:f.readUInt16BE(y*o)}var l;if(i){var g=-1;for(l=r;l<a;l++)if(d(t,l)===d(e,g===-1?0:l-g)){if(g===-1&&(g=l),l-g+1===c)return g*o}else g!==-1&&(l-=l-g),g=-1}else for(r+c>a&&(r=a-c),l=r;l>=0;l--){for(var m=!0,b=0;b<c;b++)if(d(t,l+b)!==d(e,b)){m=!1;break}if(m)return l}return-1}p.prototype.includes=function(e,r,n){return this.indexOf(e,r,n)!==-1};p.prototype.indexOf=function(e,r,n){return ar(this,e,r,n,!0)};p.prototype.lastIndexOf=function(e,r,n){return ar(this,e,r,n,!1)};function Ht(t,e,r,n){r=Number(r)||0;var i=t.length-r;n?(n=Number(n),n>i&&(n=i)):n=i;var o=e.length;if(o%2!==0)throw new TypeError("Invalid hex string");n>o/2&&(n=o/2);for(var a=0;a<n;++a){var c=parseInt(e.substr(a*2,2),16);if(isNaN(c))return a;t[r+a]=c}return a}function Vt(t,e,r,n){return ue(oe(e,t.length-r),t,r,n)}function sr(t,e,r,n){return ue(an(e),t,r,n)}function $t(t,e,r,n){return sr(t,e,r,n)}function zt(t,e,r,n){return ue(mr(e),t,r,n)}function qt(t,e,r,n){return ue(sn(e,t.length-r),t,r,n)}p.prototype.write=function(e,r,n,i){if(r===void 0)i="utf8",n=this.length,r=0;else if(n===void 0&&typeof r=="string")i=r,n=this.length,r=0;else if(isFinite(r))r=r|0,isFinite(n)?(n=n|0,i===void 0&&(i="utf8")):(i=n,n=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var o=this.length-r;if((n===void 0||n>o)&&(n=o),e.length>0&&(n<0||r<0)||r>this.length)throw new RangeError("Attempt to write outside buffer bounds");i||(i="utf8");for(var a=!1;;)switch(i){case"hex":return Ht(this,e,r,n);case"utf8":case"utf-8":return Vt(this,e,r,n);case"ascii":return sr(this,e,r,n);case"latin1":case"binary":return $t(this,e,r,n);case"base64":return zt(this,e,r,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return qt(this,e,r,n);default:if(a)throw new TypeError("Unknown encoding: "+i);i=(""+i).toLowerCase(),a=!0}};p.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function Xt(t,e,r){return e===0&&r===t.length?je(t):je(t.slice(e,r))}function cr(t,e,r){r=Math.min(t.length,r);for(var n=[],i=e;i<r;){var o=t[i],a=null,c=o>239?4:o>223?3:o>191?2:1;if(i+c<=r){var d,l,g,m;switch(c){case 1:o<128&&(a=o);break;case 2:d=t[i+1],(d&192)===128&&(m=(o&31)<<6|d&63,m>127&&(a=m));break;case 3:d=t[i+1],l=t[i+2],(d&192)===128&&(l&192)===128&&(m=(o&15)<<12|(d&63)<<6|l&63,m>2047&&(m<55296||m>57343)&&(a=m));break;case 4:d=t[i+1],l=t[i+2],g=t[i+3],(d&192)===128&&(l&192)===128&&(g&192)===128&&(m=(o&15)<<18|(d&63)<<12|(l&63)<<6|g&63,m>65535&&m<1114112&&(a=m))}}a===null?(a=65533,c=1):a>65535&&(a-=65536,n.push(a>>>10&1023|55296),a=56320|a&1023),n.push(a),i+=c}return Jt(n)}var Ze=4096;function Jt(t){var e=t.length;if(e<=Ze)return String.fromCharCode.apply(String,t);for(var r="",n=0;n<e;)r+=String.fromCharCode.apply(String,t.slice(n,n+=Ze));return r}function jt(t,e,r){var n="";r=Math.min(t.length,r);for(var i=e;i<r;++i)n+=String.fromCharCode(t[i]&127);return n}function Qt(t,e,r){var n="";r=Math.min(t.length,r);for(var i=e;i<r;++i)n+=String.fromCharCode(t[i]);return n}function Zt(t,e,r){var n=t.length;(!e||e<0)&&(e=0),(!r||r<0||r>n)&&(r=n);for(var i="",o=e;o<r;++o)i+=on(t[o]);return i}function en(t,e,r){for(var n=t.slice(e,r),i="",o=0;o<n.length;o+=2)i+=String.fromCharCode(n[o]+n[o+1]*256);return i}p.prototype.slice=function(e,r){var n=this.length;e=~~e,r=r===void 0?n:~~r,e<0?(e+=n,e<0&&(e=0)):e>n&&(e=n),r<0?(r+=n,r<0&&(r=0)):r>n&&(r=n),r<e&&(r=e);var i;if(p.TYPED_ARRAY_SUPPORT)i=this.subarray(e,r),i.__proto__=p.prototype;else{var o=r-e;i=new p(o,void 0);for(var a=0;a<o;++a)i[a]=this[a+e]}return i};function x(t,e,r){if(t%1!==0||t<0)throw new RangeError("offset is not uint");if(t+e>r)throw new RangeError("Trying to access beyond buffer length")}p.prototype.readUIntLE=function(e,r,n){e=e|0,r=r|0,n||x(e,r,this.length);for(var i=this[e],o=1,a=0;++a<r&&(o*=256);)i+=this[e+a]*o;return i};p.prototype.readUIntBE=function(e,r,n){e=e|0,r=r|0,n||x(e,r,this.length);for(var i=this[e+--r],o=1;r>0&&(o*=256);)i+=this[e+--r]*o;return i};p.prototype.readUInt8=function(e,r){return r||x(e,1,this.length),this[e]};p.prototype.readUInt16LE=function(e,r){return r||x(e,2,this.length),this[e]|this[e+1]<<8};p.prototype.readUInt16BE=function(e,r){return r||x(e,2,this.length),this[e]<<8|this[e+1]};p.prototype.readUInt32LE=function(e,r){return r||x(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+this[e+3]*16777216};p.prototype.readUInt32BE=function(e,r){return r||x(e,4,this.length),this[e]*16777216+(this[e+1]<<16|this[e+2]<<8|this[e+3])};p.prototype.readIntLE=function(e,r,n){e=e|0,r=r|0,n||x(e,r,this.length);for(var i=this[e],o=1,a=0;++a<r&&(o*=256);)i+=this[e+a]*o;return o*=128,i>=o&&(i-=Math.pow(2,8*r)),i};p.prototype.readIntBE=function(e,r,n){e=e|0,r=r|0,n||x(e,r,this.length);for(var i=r,o=1,a=this[e+--i];i>0&&(o*=256);)a+=this[e+--i]*o;return o*=128,a>=o&&(a-=Math.pow(2,8*r)),a};p.prototype.readInt8=function(e,r){return r||x(e,1,this.length),this[e]&128?(255-this[e]+1)*-1:this[e]};p.prototype.readInt16LE=function(e,r){r||x(e,2,this.length);var n=this[e]|this[e+1]<<8;return n&32768?n|4294901760:n};p.prototype.readInt16BE=function(e,r){r||x(e,2,this.length);var n=this[e+1]|this[e]<<8;return n&32768?n|4294901760:n};p.prototype.readInt32LE=function(e,r){return r||x(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24};p.prototype.readInt32BE=function(e,r){return r||x(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]};p.prototype.readFloatLE=function(e,r){return r||x(e,4,this.length),ae(this,e,!0,23,4)};p.prototype.readFloatBE=function(e,r){return r||x(e,4,this.length),ae(this,e,!1,23,4)};p.prototype.readDoubleLE=function(e,r){return r||x(e,8,this.length),ae(this,e,!0,52,8)};p.prototype.readDoubleBE=function(e,r){return r||x(e,8,this.length),ae(this,e,!1,52,8)};function T(t,e,r,n,i,o){if(!R(t))throw new TypeError('"buffer" argument must be a Buffer instance');if(e>i||e<o)throw new RangeError('"value" argument is out of bounds');if(r+n>t.length)throw new RangeError("Index out of range")}p.prototype.writeUIntLE=function(e,r,n,i){if(e=+e,r=r|0,n=n|0,!i){var o=Math.pow(2,8*n)-1;T(this,e,r,n,o,0)}var a=1,c=0;for(this[r]=e&255;++c<n&&(a*=256);)this[r+c]=e/a&255;return r+n};p.prototype.writeUIntBE=function(e,r,n,i){if(e=+e,r=r|0,n=n|0,!i){var o=Math.pow(2,8*n)-1;T(this,e,r,n,o,0)}var a=n-1,c=1;for(this[r+a]=e&255;--a>=0&&(c*=256);)this[r+a]=e/c&255;return r+n};p.prototype.writeUInt8=function(e,r,n){return e=+e,r=r|0,n||T(this,e,r,1,255,0),p.TYPED_ARRAY_SUPPORT||(e=Math.floor(e)),this[r]=e&255,r+1};function se(t,e,r,n){e<0&&(e=65535+e+1);for(var i=0,o=Math.min(t.length-r,2);i<o;++i)t[r+i]=(e&255<<8*(n?i:1-i))>>>(n?i:1-i)*8}p.prototype.writeUInt16LE=function(e,r,n){return e=+e,r=r|0,n||T(this,e,r,2,65535,0),p.TYPED_ARRAY_SUPPORT?(this[r]=e&255,this[r+1]=e>>>8):se(this,e,r,!0),r+2};p.prototype.writeUInt16BE=function(e,r,n){return e=+e,r=r|0,n||T(this,e,r,2,65535,0),p.TYPED_ARRAY_SUPPORT?(this[r]=e>>>8,this[r+1]=e&255):se(this,e,r,!1),r+2};function ce(t,e,r,n){e<0&&(e=4294967295+e+1);for(var i=0,o=Math.min(t.length-r,4);i<o;++i)t[r+i]=e>>>(n?i:3-i)*8&255}p.prototype.writeUInt32LE=function(e,r,n){return e=+e,r=r|0,n||T(this,e,r,4,4294967295,0),p.TYPED_ARRAY_SUPPORT?(this[r+3]=e>>>24,this[r+2]=e>>>16,this[r+1]=e>>>8,this[r]=e&255):ce(this,e,r,!0),r+4};p.prototype.writeUInt32BE=function(e,r,n){return e=+e,r=r|0,n||T(this,e,r,4,4294967295,0),p.TYPED_ARRAY_SUPPORT?(this[r]=e>>>24,this[r+1]=e>>>16,this[r+2]=e>>>8,this[r+3]=e&255):ce(this,e,r,!1),r+4};p.prototype.writeIntLE=function(e,r,n,i){if(e=+e,r=r|0,!i){var o=Math.pow(2,8*n-1);T(this,e,r,n,o-1,-o)}var a=0,c=1,d=0;for(this[r]=e&255;++a<n&&(c*=256);)e<0&&d===0&&this[r+a-1]!==0&&(d=1),this[r+a]=(e/c>>0)-d&255;return r+n};p.prototype.writeIntBE=function(e,r,n,i){if(e=+e,r=r|0,!i){var o=Math.pow(2,8*n-1);T(this,e,r,n,o-1,-o)}var a=n-1,c=1,d=0;for(this[r+a]=e&255;--a>=0&&(c*=256);)e<0&&d===0&&this[r+a+1]!==0&&(d=1),this[r+a]=(e/c>>0)-d&255;return r+n};p.prototype.writeInt8=function(e,r,n){return e=+e,r=r|0,n||T(this,e,r,1,127,-128),p.TYPED_ARRAY_SUPPORT||(e=Math.floor(e)),e<0&&(e=255+e+1),this[r]=e&255,r+1};p.prototype.writeInt16LE=function(e,r,n){return e=+e,r=r|0,n||T(this,e,r,2,32767,-32768),p.TYPED_ARRAY_SUPPORT?(this[r]=e&255,this[r+1]=e>>>8):se(this,e,r,!0),r+2};p.prototype.writeInt16BE=function(e,r,n){return e=+e,r=r|0,n||T(this,e,r,2,32767,-32768),p.TYPED_ARRAY_SUPPORT?(this[r]=e>>>8,this[r+1]=e&255):se(this,e,r,!1),r+2};p.prototype.writeInt32LE=function(e,r,n){return e=+e,r=r|0,n||T(this,e,r,4,2147483647,-2147483648),p.TYPED_ARRAY_SUPPORT?(this[r]=e&255,this[r+1]=e>>>8,this[r+2]=e>>>16,this[r+3]=e>>>24):ce(this,e,r,!0),r+4};p.prototype.writeInt32BE=function(e,r,n){return e=+e,r=r|0,n||T(this,e,r,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),p.TYPED_ARRAY_SUPPORT?(this[r]=e>>>24,this[r+1]=e>>>16,this[r+2]=e>>>8,this[r+3]=e&255):ce(this,e,r,!1),r+4};function ur(t,e,r,n,i,o){if(r+n>t.length)throw new RangeError("Index out of range");if(r<0)throw new RangeError("Index out of range")}function pr(t,e,r,n,i){return i||ur(t,e,r,4),rr(t,e,r,n,23,4),r+4}p.prototype.writeFloatLE=function(e,r,n){return pr(this,e,r,!0,n)};p.prototype.writeFloatBE=function(e,r,n){return pr(this,e,r,!1,n)};function dr(t,e,r,n,i){return i||ur(t,e,r,8),rr(t,e,r,n,52,8),r+8}p.prototype.writeDoubleLE=function(e,r,n){return dr(this,e,r,!0,n)};p.prototype.writeDoubleBE=function(e,r,n){return dr(this,e,r,!1,n)};p.prototype.copy=function(e,r,n,i){if(n||(n=0),!i&&i!==0&&(i=this.length),r>=e.length&&(r=e.length),r||(r=0),i>0&&i<n&&(i=n),i===n||e.length===0||this.length===0)return 0;if(r<0)throw new RangeError("targetStart out of bounds");if(n<0||n>=this.length)throw new RangeError("sourceStart out of bounds");if(i<0)throw new RangeError("sourceEnd out of bounds");i>this.length&&(i=this.length),e.length-r<i-n&&(i=e.length-r+n);var o=i-n,a;if(this===e&&n<r&&r<i)for(a=o-1;a>=0;--a)e[a+r]=this[a+n];else if(o<1e3||!p.TYPED_ARRAY_SUPPORT)for(a=0;a<o;++a)e[a+r]=this[a+n];else Uint8Array.prototype.set.call(e,this.subarray(n,n+o),r);return o};p.prototype.fill=function(e,r,n,i){if(typeof e=="string"){if(typeof r=="string"?(i=r,r=0,n=this.length):typeof n=="string"&&(i=n,n=this.length),e.length===1){var o=e.charCodeAt(0);o<256&&(e=o)}if(i!==void 0&&typeof i!="string")throw new TypeError("encoding must be a string");if(typeof i=="string"&&!p.isEncoding(i))throw new TypeError("Unknown encoding: "+i)}else typeof e=="number"&&(e=e&255);if(r<0||this.length<r||this.length<n)throw new RangeError("Out of range index");if(n<=r)return this;r=r>>>0,n=n===void 0?this.length:n>>>0,e||(e=0);var a;if(typeof e=="number")for(a=r;a<n;++a)this[a]=e;else{var c=R(e)?e:oe(new p(e,i).toString()),d=c.length;for(a=0;a<n-r;++a)this[a+r]=c[a%d]}return this};var rn=/[^+\/0-9A-Za-z-_]/g;function tn(t){if(t=nn(t).replace(rn,""),t.length<2)return"";for(;t.length%4!==0;)t=t+"=";return t}function nn(t){return t.trim?t.trim():t.replace(/^\s+|\s+$/g,"")}function on(t){return t<16?"0"+t.toString(16):t.toString(16)}function oe(t,e){e=e||1/0;for(var r,n=t.length,i=null,o=[],a=0;a<n;++a){if(r=t.charCodeAt(a),r>55295&&r<57344){if(!i){if(r>56319){(e-=3)>-1&&o.push(239,191,189);continue}else if(a+1===n){(e-=3)>-1&&o.push(239,191,189);continue}i=r;continue}if(r<56320){(e-=3)>-1&&o.push(239,191,189),i=r;continue}r=(i-55296<<10|r-56320)+65536}else i&&(e-=3)>-1&&o.push(239,191,189);if(i=null,r<128){if((e-=1)<0)break;o.push(r)}else if(r<2048){if((e-=2)<0)break;o.push(r>>6|192,r&63|128)}else if(r<65536){if((e-=3)<0)break;o.push(r>>12|224,r>>6&63|128,r&63|128)}else if(r<1114112){if((e-=4)<0)break;o.push(r>>18|240,r>>12&63|128,r>>6&63|128,r&63|128)}else throw new Error("Invalid code point")}return o}function an(t){for(var e=[],r=0;r<t.length;++r)e.push(t.charCodeAt(r)&255);return e}function sn(t,e){for(var r,n,i,o=[],a=0;a<t.length&&!((e-=2)<0);++a)r=t.charCodeAt(a),n=r>>8,i=r%256,o.push(i),o.push(n);return o}function mr(t){return Pt(tn(t))}function ue(t,e,r,n){for(var i=0;i<n&&!(i+r>=e.length||i>=t.length);++i)e[i+r]=t[i];return i}function cn(t){return t!==t}function un(t){return t!=null&&(!!t._isBuffer||lr(t)||pn(t))}function lr(t){return!!t.constructor&&typeof t.constructor.isBuffer=="function"&&t.constructor.isBuffer(t)}function pn(t){return typeof t.readFloatLE=="function"&&typeof t.slice=="function"&&lr(t.slice(0,0))}import{encodeAddress as dn,decodeAddress as pi}from"algosdk";function P(t){return t.reduce((e,r)=>Uint8Array.from([...e,...r]))}function ye(t){return new Uint8Array(p.from(t))}function gr(t){return p.from(t).toString("utf-8")}function fr(t){return p.from(t).toString("base64")}function Ie(t){return p.from(t,"base64")}import mn from"bignumber.js";mn.config({DECIMAL_PLACES:40,EXPONENTIAL_AT:45});var Ni=`{"theme1":{"value":"${u.env.FRONTEND_URL}/Theme%3DDark.svg","active":true},"theme2":{"value":"${u.env.FRONTEND_URL}/Theme%3DLight.svg","active":true},"theme3":{"value":"${u.env.FRONTEND_URL}/Theme%3DLight.svg","active":true}}`;var br={V1_1:"v1_1",V2:"v2"},Bi={[br.V1_1]:{testnet:62368684,mainnet:552635992},[br.V2]:{testnet:148607e3,mainnet:1002541853}};var hr=t=>fn.decodeAddress(t.toUpperCase()).publicKey;import*as A from"ethereumjs-util";function Te(t){let e=A.fromSigned(s.from(t));return BigInt(e.toString())}function hn(t){return A.toUnsigned(new A.BN(String(t)))}function $(t){let e=hn(t);if(e.length>32)throw new Error("Invalid value. The buffer length of the value is more than 32");return new Uint8Array(A.setLengthLeft(e,32))}var xr=t=>{if(t.length!==32)throw new Error("Invalid address bytes. The address buffer length is not equel 32");let e=s.from(t).toString("hex");if(e.slice(0,24)!=="000000000000000000000000")throw console.log("normalizedAddress",e),new Error("Invalid normalized address");let r="0x"+e.slice(-40);if(!An(r))throw new Error("Invalid hex address");return r},Ar=t=>new Uint8Array(A.setLengthLeft(pe(t),32)),pe=t=>s.from(xn(t),"hex"),xn=t=>t.startsWith("0x")?t.slice(2):t,An=t=>A.isValidAddress(t);var Ee=t=>new Uint8Array(A.keccak256(s.from(t)));import L from"algosdk";import*as Ce from"bs58";import ko from"algosdk";import Yo from"algosdk";import ya from"algosdk";var jo={SMALLESTUNIT:u.env.SMALLEST_UNIT},Qo={SMALLEST_UNITS:u.env.SMALLEST_UNIT};var na=["point-system.discordEnabled","point-system.telegramBotName","point-system.telegramBotId","point-system.telegramEnabled","point-system.telegramGroupId","point-system.telegramGroupName","point-system.twitterAccountId","point-system.twitterAccountName","point-system.twitterEnabled","point-system.twitterJobEnabled","point-system.guideLink"];var Tr=t=>`By signing this message, you confirm that the wallet is a trusted one ${t}; Data: `;import Bc from"algosdk";var Er=(i=>(i.GLOBAL_PAIR_DELISTING="GLOBAL_PAIR_DELISTING",i.GLOBAL_NEW_PAIR_LISTING="GLOBAL_NEW_PAIR_LISTING",i.GLOBAL_SYSTEM_MAINTENANCE="GLOBAL_SYSTEM_MAINTENANCE",i.GLOBAL_SMART_CONTRACT_UPDATE="GLOBAL_SMART_CONTRACT_UPDATE",i))(Er||{}),_r=(n=>(n.ACCOUNT_POINTS_UNLOCK_ACHIEVEMENT="ACCOUNT_POINTS_UNLOCK_ACHIEVEMENT",n.ACCOUNT_KYC_STATUS_CHANGED="ACCOUNT_KYC_STATUS_CHANGED",n.ACCOUNT_AFFILIATE_DASHBOARD_UNLOCKED="ACCOUNT_AFFILIATE_DASHBOARD_UNLOCKED",n))(_r||{}),Ds={...Er,..._r};import zc from"algosdk";var E=(t,e,r)=>{switch(e){case"8B":return L.encodeUint64(Number(t));case"32B":return $(t);case"str":return ye(String(t));case"address":return G(String(t),r);case"token":return wr(String(t),r);case"float":{var n=s.alloc(8);return n.writeDoubleBE(Number(t),0),new Uint8Array(n)}case"bool":return new Uint8Array(s.from(L.encodeUint64(Number(t))).subarray(-1));case"2B":return new Uint8Array(s.from(L.encodeUint64(Number(t))).subarray(-2));case"4B":return new Uint8Array(s.from(L.encodeUint64(Number(t))).subarray(-4));default:return s.from(t.toString())}},C=(t,e,r)=>{switch(e){case"8B":return L.decodeUint64(t,"safe");case"32B":return Te(t);case"str":return gr(t);case"address":return Cr(t,r);case"token":return Dn(t,r);case"float":return s.from(t).readDoubleBE(0);case"bool":case"2B":return C(t,"8B");default:return s.from(t).toString()}};var Cr=(t,e)=>e===8?L.encodeAddress(t):e===1?Ce.encode(t):xr(t),Dn=(t,e)=>{let r=s.from(t).toString("hex");return r.startsWith("0x")||(r="0x"+r),V[r]?r:e===8?String(Te(t)):e===1?Ce.encode(t):Cr(t,e)};var wr=(t,e)=>e===8?$(+t):V[t]?new Uint8Array(pe(String(t))):G(String(t),e);var Se=(t,e,r,n)=>{let i=G(t,e),o=L.encodeUint64(e),a=L.encodeUint64(n),c=wr(r,n);return P([i,o,c,a])};var we=(t,e)=>P([Nn(t),Sr(e)]),Nn=t=>new Uint8Array(s.from(t+`
|
|
2
|
-
`,"utf-8")),Sr=t=>new Uint8Array(s.from(fr(t)));var de=t=>s.from(Ee(t)).toString("hex");var z=(t,e,r)=>{let n=s.from(t,e),
|
|
1
|
+
function Ne(){throw new Error("setTimeout has not been defined")}function Oe(){throw new Error("clearTimeout has not been defined")}var U=Ne,M=Oe;typeof globalThis.setTimeout=="function"&&(U=setTimeout);typeof globalThis.clearTimeout=="function"&&(M=clearTimeout);function ke(t){if(U===setTimeout)return setTimeout(t,0);if((U===Ne||!U)&&setTimeout)return U=setTimeout,setTimeout(t,0);try{return U(t,0)}catch{try{return U.call(null,t,0)}catch{return U.call(this,t,0)}}}function Or(t){if(M===clearTimeout)return clearTimeout(t);if((M===Oe||!M)&&clearTimeout)return M=clearTimeout,clearTimeout(t);try{return M(t)}catch{try{return M.call(null,t)}catch{return M.call(this,t)}}}var O=[],H=!1,v,j=-1;function kr(){!H||!v||(H=!1,v.length?O=v.concat(O):j=-1,O.length&&Pe())}function Pe(){if(!H){var t=ke(kr);H=!0;for(var e=O.length;e;){for(v=O,O=[];++j<e;)v&&v[j].run();j=-1,e=O.length}v=null,H=!1,Or(t)}}function Pr(t){var e=new Array(arguments.length-1);if(arguments.length>1)for(var r=1;r<arguments.length;r++)e[r-1]=arguments[r];O.push(new Be(t,e)),O.length===1&&!H&&ke(Pe)}function Be(t,e){this.fun=t,this.array=e}Be.prototype.run=function(){this.fun.apply(null,this.array)};var Br="browser",Ur="browser",Mr=!0,Lr={},vr=[],Fr="",Wr={},Yr={},Gr={};function F(){}var Kr=F,Hr=F,Vr=F,$r=F,zr=F,Xr=F,qr=F;function Jr(t){throw new Error("process.binding is not supported")}function jr(){return"/"}function Qr(t){throw new Error("process.chdir is not supported")}function Zr(){return 0}var K=globalThis.performance||{},et=K.now||K.mozNow||K.msNow||K.oNow||K.webkitNow||function(){return new Date().getTime()};function rt(t){var e=et.call(K)*.001,r=Math.floor(e),n=Math.floor(e%1*1e9);return t&&(r=r-t[0],n=n-t[1],n<0&&(r--,n+=1e9)),[r,n]}var tt=new Date;function nt(){var t=new Date,e=t-tt;return e/1e3}var c={nextTick:Pr,title:Br,browser:Mr,env:Lr,argv:vr,version:Fr,versions:Wr,on:Kr,addListener:Hr,once:Vr,off:$r,removeListener:zr,removeAllListeners:Xr,emit:qr,binding:Jr,cwd:jr,chdir:Qr,umask:Zr,hrtime:rt,platform:Ur,release:Yr,config:Gr,uptime:nt},Re={};Object.keys(Re).forEach(t=>{let e=t.split("."),r=c;for(let n=0;n<e.length;n++){let o=e[n];n===e.length-1?r[o]=Re[t]:r=r[o]||(r[o]={})}});var D=[],_=[],ot=typeof Uint8Array<"u"?Uint8Array:Array,le=!1;function ve(){le=!0;for(var t="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",e=0,r=t.length;e<r;++e)D[e]=t[e],_[t.charCodeAt(e)]=e;_[45]=62,_[95]=63}function it(t){le||ve();var e,r,n,o,i,a,u=t.length;if(u%4>0)throw new Error("Invalid string. Length must be a multiple of 4");i=t[u-2]==="="?2:t[u-1]==="="?1:0,a=new ot(u*3/4-i),n=i>0?u-4:u;var d=0;for(e=0,r=0;e<n;e+=4,r+=3)o=_[t.charCodeAt(e)]<<18|_[t.charCodeAt(e+1)]<<12|_[t.charCodeAt(e+2)]<<6|_[t.charCodeAt(e+3)],a[d++]=o>>16&255,a[d++]=o>>8&255,a[d++]=o&255;return i===2?(o=_[t.charCodeAt(e)]<<2|_[t.charCodeAt(e+1)]>>4,a[d++]=o&255):i===1&&(o=_[t.charCodeAt(e)]<<10|_[t.charCodeAt(e+1)]<<4|_[t.charCodeAt(e+2)]>>2,a[d++]=o>>8&255,a[d++]=o&255),a}function at(t){return D[t>>18&63]+D[t>>12&63]+D[t>>6&63]+D[t&63]}function st(t,e,r){for(var n,o=[],i=e;i<r;i+=3)n=(t[i]<<16)+(t[i+1]<<8)+t[i+2],o.push(at(n));return o.join("")}function Ue(t){le||ve();for(var e,r=t.length,n=r%3,o="",i=[],a=16383,u=0,d=r-n;u<d;u+=a)i.push(st(t,u,u+a>d?d:u+a));return n===1?(e=t[r-1],o+=D[e>>2],o+=D[e<<4&63],o+="=="):n===2&&(e=(t[r-2]<<8)+t[r-1],o+=D[e>>10],o+=D[e>>4&63],o+=D[e<<2&63],o+="="),i.push(o),i.join("")}s.TYPED_ARRAY_SUPPORT=globalThis.TYPED_ARRAY_SUPPORT!==void 0?globalThis.TYPED_ARRAY_SUPPORT:!0;function Q(){return s.TYPED_ARRAY_SUPPORT?2147483647:1073741823}function k(t,e){if(Q()<e)throw new RangeError("Invalid typed array length");return s.TYPED_ARRAY_SUPPORT?(t=new Uint8Array(e),t.__proto__=s.prototype):(t===null&&(t=new s(e)),t.length=e),t}function s(t,e,r){if(!s.TYPED_ARRAY_SUPPORT&&!(this instanceof s))return new s(t,e,r);if(typeof t=="number"){if(typeof e=="string")throw new Error("If encoding is specified then the first argument must be a string");return ge(this,t)}return Fe(this,t,e,r)}s.poolSize=8192;s._augment=function(t){return t.__proto__=s.prototype,t};function Fe(t,e,r,n){if(typeof e=="number")throw new TypeError('"value" argument must not be a number');return typeof ArrayBuffer<"u"&&e instanceof ArrayBuffer?pt(t,e,r,n):typeof e=="string"?ut(t,e,r):dt(t,e)}s.from=function(t,e,r){return Fe(null,t,e,r)};s.kMaxLength=Q();s.TYPED_ARRAY_SUPPORT&&(s.prototype.__proto__=Uint8Array.prototype,s.__proto__=Uint8Array,typeof Symbol<"u"&&Symbol.species&&s[Symbol.species]);function We(t){if(typeof t!="number")throw new TypeError('"size" argument must be a number');if(t<0)throw new RangeError('"size" argument must not be negative')}function ct(t,e,r,n){return We(e),e<=0?k(t,e):r!==void 0?typeof n=="string"?k(t,e).fill(r,n):k(t,e).fill(r):k(t,e)}s.alloc=function(t,e,r){return ct(null,t,e,r)};function ge(t,e){if(We(e),t=k(t,e<0?0:fe(e)|0),!s.TYPED_ARRAY_SUPPORT)for(var r=0;r<e;++r)t[r]=0;return t}s.allocUnsafe=function(t){return ge(null,t)};s.allocUnsafeSlow=function(t){return ge(null,t)};function ut(t,e,r){if((typeof r!="string"||r==="")&&(r="utf8"),!s.isEncoding(r))throw new TypeError('"encoding" must be a valid string encoding');var n=Ye(e,r)|0;t=k(t,n);var o=t.write(e,r);return o!==n&&(t=t.slice(0,o)),t}function me(t,e){var r=e.length<0?0:fe(e.length)|0;t=k(t,r);for(var n=0;n<r;n+=1)t[n]=e[n]&255;return t}function pt(t,e,r,n){if(e.byteLength,r<0||e.byteLength<r)throw new RangeError("'offset' is out of bounds");if(e.byteLength<r+(n||0))throw new RangeError("'length' is out of bounds");return r===void 0&&n===void 0?e=new Uint8Array(e):n===void 0?e=new Uint8Array(e,r):e=new Uint8Array(e,r,n),s.TYPED_ARRAY_SUPPORT?(t=e,t.__proto__=s.prototype):t=me(t,e),t}function dt(t,e){if(w(e)){var r=fe(e.length)|0;return t=k(t,r),t.length===0||e.copy(t,0,0,r),t}if(e){if(typeof ArrayBuffer<"u"&&e.buffer instanceof ArrayBuffer||"length"in e)return typeof e.length!="number"||Nt(e.length)?k(t,0):me(t,e);if(e.type==="Buffer"&&Array.isArray(e.data))return me(t,e.data)}throw new TypeError("First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object.")}function fe(t){if(t>=Q())throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+Q().toString(16)+" bytes");return t|0}s.isBuffer=Ot;function w(t){return!!(t!=null&&t._isBuffer)}s.compare=function(e,r){if(!w(e)||!w(r))throw new TypeError("Arguments must be Buffers");if(e===r)return 0;for(var n=e.length,o=r.length,i=0,a=Math.min(n,o);i<a;++i)if(e[i]!==r[i]){n=e[i],o=r[i];break}return n<o?-1:o<n?1:0};s.isEncoding=function(e){switch(String(e).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};s.concat=function(e,r){if(!Array.isArray(e))throw new TypeError('"list" argument must be an Array of Buffers');if(e.length===0)return s.alloc(0);var n;if(r===void 0)for(r=0,n=0;n<e.length;++n)r+=e[n].length;var o=s.allocUnsafe(r),i=0;for(n=0;n<e.length;++n){var a=e[n];if(!w(a))throw new TypeError('"list" argument must be an Array of Buffers');a.copy(o,i),i+=a.length}return o};function Ye(t,e){if(w(t))return t.length;if(typeof ArrayBuffer<"u"&&typeof ArrayBuffer.isView=="function"&&(ArrayBuffer.isView(t)||t instanceof ArrayBuffer))return t.byteLength;typeof t!="string"&&(t=""+t);var r=t.length;if(r===0)return 0;for(var n=!1;;)switch(e){case"ascii":case"latin1":case"binary":return r;case"utf8":case"utf-8":case void 0:return Z(t).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return r*2;case"hex":return r>>>1;case"base64":return Xe(t).length;default:if(n)return Z(t).length;e=(""+e).toLowerCase(),n=!0}}s.byteLength=Ye;function mt(t,e,r){var n=!1;if((e===void 0||e<0)&&(e=0),e>this.length||((r===void 0||r>this.length)&&(r=this.length),r<=0)||(r>>>=0,e>>>=0,r<=e))return"";for(t||(t="utf8");;)switch(t){case"hex":return yt(this,e,r);case"utf8":case"utf-8":return He(this,e,r);case"ascii":return It(this,e,r);case"latin1":case"binary":return Tt(this,e,r);case"base64":return ht(this,e,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Et(this,e,r);default:if(n)throw new TypeError("Unknown encoding: "+t);t=(t+"").toLowerCase(),n=!0}}s.prototype._isBuffer=!0;function W(t,e,r){var n=t[e];t[e]=t[r],t[r]=n}s.prototype.swap16=function(){var e=this.length;if(e%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var r=0;r<e;r+=2)W(this,r,r+1);return this};s.prototype.swap32=function(){var e=this.length;if(e%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var r=0;r<e;r+=4)W(this,r,r+3),W(this,r+1,r+2);return this};s.prototype.swap64=function(){var e=this.length;if(e%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var r=0;r<e;r+=8)W(this,r,r+7),W(this,r+1,r+6),W(this,r+2,r+5),W(this,r+3,r+4);return this};s.prototype.toString=function(){var e=this.length|0;return e===0?"":arguments.length===0?He(this,0,e):mt.apply(this,arguments)};s.prototype.equals=function(e){if(!w(e))throw new TypeError("Argument must be a Buffer");return this===e?!0:s.compare(this,e)===0};s.prototype.compare=function(e,r,n,o,i){if(!w(e))throw new TypeError("Argument must be a Buffer");if(r===void 0&&(r=0),n===void 0&&(n=e?e.length:0),o===void 0&&(o=0),i===void 0&&(i=this.length),r<0||n>e.length||o<0||i>this.length)throw new RangeError("out of range index");if(o>=i&&r>=n)return 0;if(o>=i)return-1;if(r>=n)return 1;if(r>>>=0,n>>>=0,o>>>=0,i>>>=0,this===e)return 0;for(var a=i-o,u=n-r,d=Math.min(a,u),l=this.slice(o,i),g=e.slice(r,n),m=0;m<d;++m)if(l[m]!==g[m]){a=l[m],u=g[m];break}return a<u?-1:u<a?1:0};function Ge(t,e,r,n,o){if(t.length===0)return-1;if(typeof r=="string"?(n=r,r=0):r>2147483647?r=2147483647:r<-2147483648&&(r=-2147483648),r=+r,isNaN(r)&&(r=o?0:t.length-1),r<0&&(r=t.length+r),r>=t.length){if(o)return-1;r=t.length-1}else if(r<0)if(o)r=0;else return-1;if(typeof e=="string"&&(e=s.from(e,n)),w(e))return e.length===0?-1:Me(t,e,r,n,o);if(typeof e=="number")return e=e&255,s.TYPED_ARRAY_SUPPORT&&typeof Uint8Array.prototype.indexOf=="function"?o?Uint8Array.prototype.indexOf.call(t,e,r):Uint8Array.prototype.lastIndexOf.call(t,e,r):Me(t,[e],r,n,o);throw new TypeError("val must be string, number or Buffer")}function Me(t,e,r,n,o){var i=1,a=t.length,u=e.length;if(n!==void 0&&(n=String(n).toLowerCase(),n==="ucs2"||n==="ucs-2"||n==="utf16le"||n==="utf-16le")){if(t.length<2||e.length<2)return-1;i=2,a/=2,u/=2,r/=2}function d(f,I){return i===1?f[I]:f.readUInt16BE(I*i)}var l;if(o){var g=-1;for(l=r;l<a;l++)if(d(t,l)===d(e,g===-1?0:l-g)){if(g===-1&&(g=l),l-g+1===u)return g*i}else g!==-1&&(l-=l-g),g=-1}else for(r+u>a&&(r=a-u),l=r;l>=0;l--){for(var m=!0,b=0;b<u;b++)if(d(t,l+b)!==d(e,b)){m=!1;break}if(m)return l}return-1}s.prototype.includes=function(e,r,n){return this.indexOf(e,r,n)!==-1};s.prototype.indexOf=function(e,r,n){return Ge(this,e,r,n,!0)};s.prototype.lastIndexOf=function(e,r,n){return Ge(this,e,r,n,!1)};function lt(t,e,r,n){r=Number(r)||0;var o=t.length-r;n?(n=Number(n),n>o&&(n=o)):n=o;var i=e.length;if(i%2!==0)throw new TypeError("Invalid hex string");n>i/2&&(n=i/2);for(var a=0;a<n;++a){var u=parseInt(e.substr(a*2,2),16);if(isNaN(u))return a;t[r+a]=u}return a}function gt(t,e,r,n){return te(Z(e,t.length-r),t,r,n)}function Ke(t,e,r,n){return te(wt(e),t,r,n)}function ft(t,e,r,n){return Ke(t,e,r,n)}function bt(t,e,r,n){return te(Xe(e),t,r,n)}function xt(t,e,r,n){return te(Rt(e,t.length-r),t,r,n)}s.prototype.write=function(e,r,n,o){if(r===void 0)o="utf8",n=this.length,r=0;else if(n===void 0&&typeof r=="string")o=r,n=this.length,r=0;else if(isFinite(r))r=r|0,isFinite(n)?(n=n|0,o===void 0&&(o="utf8")):(o=n,n=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var i=this.length-r;if((n===void 0||n>i)&&(n=i),e.length>0&&(n<0||r<0)||r>this.length)throw new RangeError("Attempt to write outside buffer bounds");o||(o="utf8");for(var a=!1;;)switch(o){case"hex":return lt(this,e,r,n);case"utf8":case"utf-8":return gt(this,e,r,n);case"ascii":return Ke(this,e,r,n);case"latin1":case"binary":return ft(this,e,r,n);case"base64":return bt(this,e,r,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return xt(this,e,r,n);default:if(a)throw new TypeError("Unknown encoding: "+o);o=(""+o).toLowerCase(),a=!0}};s.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function ht(t,e,r){return e===0&&r===t.length?Ue(t):Ue(t.slice(e,r))}function He(t,e,r){r=Math.min(t.length,r);for(var n=[],o=e;o<r;){var i=t[o],a=null,u=i>239?4:i>223?3:i>191?2:1;if(o+u<=r){var d,l,g,m;switch(u){case 1:i<128&&(a=i);break;case 2:d=t[o+1],(d&192)===128&&(m=(i&31)<<6|d&63,m>127&&(a=m));break;case 3:d=t[o+1],l=t[o+2],(d&192)===128&&(l&192)===128&&(m=(i&15)<<12|(d&63)<<6|l&63,m>2047&&(m<55296||m>57343)&&(a=m));break;case 4:d=t[o+1],l=t[o+2],g=t[o+3],(d&192)===128&&(l&192)===128&&(g&192)===128&&(m=(i&15)<<18|(d&63)<<12|(l&63)<<6|g&63,m>65535&&m<1114112&&(a=m))}}a===null?(a=65533,u=1):a>65535&&(a-=65536,n.push(a>>>10&1023|55296),a=56320|a&1023),n.push(a),o+=u}return At(n)}var Le=4096;function At(t){var e=t.length;if(e<=Le)return String.fromCharCode.apply(String,t);for(var r="",n=0;n<e;)r+=String.fromCharCode.apply(String,t.slice(n,n+=Le));return r}function It(t,e,r){var n="";r=Math.min(t.length,r);for(var o=e;o<r;++o)n+=String.fromCharCode(t[o]&127);return n}function Tt(t,e,r){var n="";r=Math.min(t.length,r);for(var o=e;o<r;++o)n+=String.fromCharCode(t[o]);return n}function yt(t,e,r){var n=t.length;(!e||e<0)&&(e=0),(!r||r<0||r>n)&&(r=n);for(var o="",i=e;i<r;++i)o+=Dt(t[i]);return o}function Et(t,e,r){for(var n=t.slice(e,r),o="",i=0;i<n.length;i+=2)o+=String.fromCharCode(n[i]+n[i+1]*256);return o}s.prototype.slice=function(e,r){var n=this.length;e=~~e,r=r===void 0?n:~~r,e<0?(e+=n,e<0&&(e=0)):e>n&&(e=n),r<0?(r+=n,r<0&&(r=0)):r>n&&(r=n),r<e&&(r=e);var o;if(s.TYPED_ARRAY_SUPPORT)o=this.subarray(e,r),o.__proto__=s.prototype;else{var i=r-e;o=new s(i,void 0);for(var a=0;a<i;++a)o[a]=this[a+e]}return o};function x(t,e,r){if(t%1!==0||t<0)throw new RangeError("offset is not uint");if(t+e>r)throw new RangeError("Trying to access beyond buffer length")}s.prototype.readUIntLE=function(e,r,n){e=e|0,r=r|0,n||x(e,r,this.length);for(var o=this[e],i=1,a=0;++a<r&&(i*=256);)o+=this[e+a]*i;return o};s.prototype.readUIntBE=function(e,r,n){e=e|0,r=r|0,n||x(e,r,this.length);for(var o=this[e+--r],i=1;r>0&&(i*=256);)o+=this[e+--r]*i;return o};s.prototype.readUInt8=function(e,r){return r||x(e,1,this.length),this[e]};s.prototype.readUInt16LE=function(e,r){return r||x(e,2,this.length),this[e]|this[e+1]<<8};s.prototype.readUInt16BE=function(e,r){return r||x(e,2,this.length),this[e]<<8|this[e+1]};s.prototype.readUInt32LE=function(e,r){return r||x(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+this[e+3]*16777216};s.prototype.readUInt32BE=function(e,r){return r||x(e,4,this.length),this[e]*16777216+(this[e+1]<<16|this[e+2]<<8|this[e+3])};s.prototype.readIntLE=function(e,r,n){e=e|0,r=r|0,n||x(e,r,this.length);for(var o=this[e],i=1,a=0;++a<r&&(i*=256);)o+=this[e+a]*i;return i*=128,o>=i&&(o-=Math.pow(2,8*r)),o};s.prototype.readIntBE=function(e,r,n){e=e|0,r=r|0,n||x(e,r,this.length);for(var o=r,i=1,a=this[e+--o];o>0&&(i*=256);)a+=this[e+--o]*i;return i*=128,a>=i&&(a-=Math.pow(2,8*r)),a};s.prototype.readInt8=function(e,r){return r||x(e,1,this.length),this[e]&128?(255-this[e]+1)*-1:this[e]};s.prototype.readInt16LE=function(e,r){r||x(e,2,this.length);var n=this[e]|this[e+1]<<8;return n&32768?n|4294901760:n};s.prototype.readInt16BE=function(e,r){r||x(e,2,this.length);var n=this[e+1]|this[e]<<8;return n&32768?n|4294901760:n};s.prototype.readInt32LE=function(e,r){return r||x(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24};s.prototype.readInt32BE=function(e,r){return r||x(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]};s.prototype.readFloatLE=function(e,r){return r||x(e,4,this.length),ne(this,e,!0,23,4)};s.prototype.readFloatBE=function(e,r){return r||x(e,4,this.length),ne(this,e,!1,23,4)};s.prototype.readDoubleLE=function(e,r){return r||x(e,8,this.length),ne(this,e,!0,52,8)};s.prototype.readDoubleBE=function(e,r){return r||x(e,8,this.length),ne(this,e,!1,52,8)};function T(t,e,r,n,o,i){if(!w(t))throw new TypeError('"buffer" argument must be a Buffer instance');if(e>o||e<i)throw new RangeError('"value" argument is out of bounds');if(r+n>t.length)throw new RangeError("Index out of range")}s.prototype.writeUIntLE=function(e,r,n,o){if(e=+e,r=r|0,n=n|0,!o){var i=Math.pow(2,8*n)-1;T(this,e,r,n,i,0)}var a=1,u=0;for(this[r]=e&255;++u<n&&(a*=256);)this[r+u]=e/a&255;return r+n};s.prototype.writeUIntBE=function(e,r,n,o){if(e=+e,r=r|0,n=n|0,!o){var i=Math.pow(2,8*n)-1;T(this,e,r,n,i,0)}var a=n-1,u=1;for(this[r+a]=e&255;--a>=0&&(u*=256);)this[r+a]=e/u&255;return r+n};s.prototype.writeUInt8=function(e,r,n){return e=+e,r=r|0,n||T(this,e,r,1,255,0),s.TYPED_ARRAY_SUPPORT||(e=Math.floor(e)),this[r]=e&255,r+1};function ee(t,e,r,n){e<0&&(e=65535+e+1);for(var o=0,i=Math.min(t.length-r,2);o<i;++o)t[r+o]=(e&255<<8*(n?o:1-o))>>>(n?o:1-o)*8}s.prototype.writeUInt16LE=function(e,r,n){return e=+e,r=r|0,n||T(this,e,r,2,65535,0),s.TYPED_ARRAY_SUPPORT?(this[r]=e&255,this[r+1]=e>>>8):ee(this,e,r,!0),r+2};s.prototype.writeUInt16BE=function(e,r,n){return e=+e,r=r|0,n||T(this,e,r,2,65535,0),s.TYPED_ARRAY_SUPPORT?(this[r]=e>>>8,this[r+1]=e&255):ee(this,e,r,!1),r+2};function re(t,e,r,n){e<0&&(e=4294967295+e+1);for(var o=0,i=Math.min(t.length-r,4);o<i;++o)t[r+o]=e>>>(n?o:3-o)*8&255}s.prototype.writeUInt32LE=function(e,r,n){return e=+e,r=r|0,n||T(this,e,r,4,4294967295,0),s.TYPED_ARRAY_SUPPORT?(this[r+3]=e>>>24,this[r+2]=e>>>16,this[r+1]=e>>>8,this[r]=e&255):re(this,e,r,!0),r+4};s.prototype.writeUInt32BE=function(e,r,n){return e=+e,r=r|0,n||T(this,e,r,4,4294967295,0),s.TYPED_ARRAY_SUPPORT?(this[r]=e>>>24,this[r+1]=e>>>16,this[r+2]=e>>>8,this[r+3]=e&255):re(this,e,r,!1),r+4};s.prototype.writeIntLE=function(e,r,n,o){if(e=+e,r=r|0,!o){var i=Math.pow(2,8*n-1);T(this,e,r,n,i-1,-i)}var a=0,u=1,d=0;for(this[r]=e&255;++a<n&&(u*=256);)e<0&&d===0&&this[r+a-1]!==0&&(d=1),this[r+a]=(e/u>>0)-d&255;return r+n};s.prototype.writeIntBE=function(e,r,n,o){if(e=+e,r=r|0,!o){var i=Math.pow(2,8*n-1);T(this,e,r,n,i-1,-i)}var a=n-1,u=1,d=0;for(this[r+a]=e&255;--a>=0&&(u*=256);)e<0&&d===0&&this[r+a+1]!==0&&(d=1),this[r+a]=(e/u>>0)-d&255;return r+n};s.prototype.writeInt8=function(e,r,n){return e=+e,r=r|0,n||T(this,e,r,1,127,-128),s.TYPED_ARRAY_SUPPORT||(e=Math.floor(e)),e<0&&(e=255+e+1),this[r]=e&255,r+1};s.prototype.writeInt16LE=function(e,r,n){return e=+e,r=r|0,n||T(this,e,r,2,32767,-32768),s.TYPED_ARRAY_SUPPORT?(this[r]=e&255,this[r+1]=e>>>8):ee(this,e,r,!0),r+2};s.prototype.writeInt16BE=function(e,r,n){return e=+e,r=r|0,n||T(this,e,r,2,32767,-32768),s.TYPED_ARRAY_SUPPORT?(this[r]=e>>>8,this[r+1]=e&255):ee(this,e,r,!1),r+2};s.prototype.writeInt32LE=function(e,r,n){return e=+e,r=r|0,n||T(this,e,r,4,2147483647,-2147483648),s.TYPED_ARRAY_SUPPORT?(this[r]=e&255,this[r+1]=e>>>8,this[r+2]=e>>>16,this[r+3]=e>>>24):re(this,e,r,!0),r+4};s.prototype.writeInt32BE=function(e,r,n){return e=+e,r=r|0,n||T(this,e,r,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),s.TYPED_ARRAY_SUPPORT?(this[r]=e>>>24,this[r+1]=e>>>16,this[r+2]=e>>>8,this[r+3]=e&255):re(this,e,r,!1),r+4};function Ve(t,e,r,n,o,i){if(r+n>t.length)throw new RangeError("Index out of range");if(r<0)throw new RangeError("Index out of range")}function $e(t,e,r,n,o){return o||Ve(t,e,r,4,34028234663852886e22,-34028234663852886e22),Je(t,e,r,n,23,4),r+4}s.prototype.writeFloatLE=function(e,r,n){return $e(this,e,r,!0,n)};s.prototype.writeFloatBE=function(e,r,n){return $e(this,e,r,!1,n)};function ze(t,e,r,n,o){return o||Ve(t,e,r,8,17976931348623157e292,-17976931348623157e292),Je(t,e,r,n,52,8),r+8}s.prototype.writeDoubleLE=function(e,r,n){return ze(this,e,r,!0,n)};s.prototype.writeDoubleBE=function(e,r,n){return ze(this,e,r,!1,n)};s.prototype.copy=function(e,r,n,o){if(n||(n=0),!o&&o!==0&&(o=this.length),r>=e.length&&(r=e.length),r||(r=0),o>0&&o<n&&(o=n),o===n||e.length===0||this.length===0)return 0;if(r<0)throw new RangeError("targetStart out of bounds");if(n<0||n>=this.length)throw new RangeError("sourceStart out of bounds");if(o<0)throw new RangeError("sourceEnd out of bounds");o>this.length&&(o=this.length),e.length-r<o-n&&(o=e.length-r+n);var i=o-n,a;if(this===e&&n<r&&r<o)for(a=i-1;a>=0;--a)e[a+r]=this[a+n];else if(i<1e3||!s.TYPED_ARRAY_SUPPORT)for(a=0;a<i;++a)e[a+r]=this[a+n];else Uint8Array.prototype.set.call(e,this.subarray(n,n+i),r);return i};s.prototype.fill=function(e,r,n,o){if(typeof e=="string"){if(typeof r=="string"?(o=r,r=0,n=this.length):typeof n=="string"&&(o=n,n=this.length),e.length===1){var i=e.charCodeAt(0);i<256&&(e=i)}if(o!==void 0&&typeof o!="string")throw new TypeError("encoding must be a string");if(typeof o=="string"&&!s.isEncoding(o))throw new TypeError("Unknown encoding: "+o)}else typeof e=="number"&&(e=e&255);if(r<0||this.length<r||this.length<n)throw new RangeError("Out of range index");if(n<=r)return this;r=r>>>0,n=n===void 0?this.length:n>>>0,e||(e=0);var a;if(typeof e=="number")for(a=r;a<n;++a)this[a]=e;else{var u=w(e)?e:Z(new s(e,o).toString()),d=u.length;for(a=0;a<n-r;++a)this[a+r]=u[a%d]}return this};var _t=/[^+\/0-9A-Za-z-_]/g;function St(t){if(t=Ct(t).replace(_t,""),t.length<2)return"";for(;t.length%4!==0;)t=t+"=";return t}function Ct(t){return t.trim?t.trim():t.replace(/^\s+|\s+$/g,"")}function Dt(t){return t<16?"0"+t.toString(16):t.toString(16)}function Z(t,e){e=e||1/0;for(var r,n=t.length,o=null,i=[],a=0;a<n;++a){if(r=t.charCodeAt(a),r>55295&&r<57344){if(!o){if(r>56319){(e-=3)>-1&&i.push(239,191,189);continue}else if(a+1===n){(e-=3)>-1&&i.push(239,191,189);continue}o=r;continue}if(r<56320){(e-=3)>-1&&i.push(239,191,189),o=r;continue}r=(o-55296<<10|r-56320)+65536}else o&&(e-=3)>-1&&i.push(239,191,189);if(o=null,r<128){if((e-=1)<0)break;i.push(r)}else if(r<2048){if((e-=2)<0)break;i.push(r>>6|192,r&63|128)}else if(r<65536){if((e-=3)<0)break;i.push(r>>12|224,r>>6&63|128,r&63|128)}else if(r<1114112){if((e-=4)<0)break;i.push(r>>18|240,r>>12&63|128,r>>6&63|128,r&63|128)}else throw new Error("Invalid code point")}return i}function wt(t){for(var e=[],r=0;r<t.length;++r)e.push(t.charCodeAt(r)&255);return e}function Rt(t,e){for(var r,n,o,i=[],a=0;a<t.length&&!((e-=2)<0);++a)r=t.charCodeAt(a),n=r>>8,o=r%256,i.push(o),i.push(n);return i}function Xe(t){return it(St(t))}function te(t,e,r,n){for(var o=0;o<n&&!(o+r>=e.length||o>=t.length);++o)e[o+r]=t[o];return o}function Nt(t){return t!==t}function Ot(t){return t!=null&&(!!t._isBuffer||qe(t)||kt(t))}function qe(t){return!!t.constructor&&typeof t.constructor.isBuffer=="function"&&t.constructor.isBuffer(t)}function kt(t){return typeof t.readFloatLE=="function"&&typeof t.slice=="function"&&qe(t.slice(0,0))}function ne(t,e,r,n,o){var i,a,u=o*8-n-1,d=(1<<u)-1,l=d>>1,g=-7,m=r?o-1:0,b=r?-1:1,f=t[e+m];for(m+=b,i=f&(1<<-g)-1,f>>=-g,g+=u;g>0;i=i*256+t[e+m],m+=b,g-=8);for(a=i&(1<<-g)-1,i>>=-g,g+=n;g>0;a=a*256+t[e+m],m+=b,g-=8);if(i===0)i=1-l;else{if(i===d)return a?NaN:(f?-1:1)*(1/0);a=a+Math.pow(2,n),i=i-l}return(f?-1:1)*a*Math.pow(2,i-n)}function Je(t,e,r,n,o,i){var a,u,d,l=i*8-o-1,g=(1<<l)-1,m=g>>1,b=o===23?Math.pow(2,-24)-Math.pow(2,-77):0,f=n?0:i-1,I=n?1:-1,q=e<0||e===0&&1/e<0?1:0;for(e=Math.abs(e),isNaN(e)||e===1/0?(u=isNaN(e)?1:0,a=g):(a=Math.floor(Math.log(e)/Math.LN2),e*(d=Math.pow(2,-a))<1&&(a--,d*=2),a+m>=1?e+=b/d:e+=b*Math.pow(2,1-m),e*d>=2&&(a++,d/=2),a+m>=g?(u=0,a=g):a+m>=1?(u=(e*d-1)*Math.pow(2,o),a=a+m):(u=e*Math.pow(2,m-1)*Math.pow(2,o),a=0));o>=8;t[r+f]=u&255,f+=I,u/=256,o-=8);for(a=a<<o|u,l+=o;l>0;t[r+f]=a&255,f+=I,a/=256,l-=8);t[r+f-I]|=q*128}import{PublicKey as X}from"@solana/web3.js";var V={"0x4343545055534443000000000000000000000000000000000000000000000000":65537};import dp from"algosdk";import*as wr from"bs58";import fn from"algosdk";import oo,{decodeAddress as io,encodeAddress as ao}from"algosdk";var R=[],S=[],Pt=typeof Uint8Array<"u"?Uint8Array:Array,xe=!1;function er(){xe=!0;for(var t="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",e=0,r=t.length;e<r;++e)R[e]=t[e],S[t.charCodeAt(e)]=e;S[45]=62,S[95]=63}function Bt(t){xe||er();var e,r,n,o,i,a,u=t.length;if(u%4>0)throw new Error("Invalid string. Length must be a multiple of 4");i=t[u-2]==="="?2:t[u-1]==="="?1:0,a=new Pt(u*3/4-i),n=i>0?u-4:u;var d=0;for(e=0,r=0;e<n;e+=4,r+=3)o=S[t.charCodeAt(e)]<<18|S[t.charCodeAt(e+1)]<<12|S[t.charCodeAt(e+2)]<<6|S[t.charCodeAt(e+3)],a[d++]=o>>16&255,a[d++]=o>>8&255,a[d++]=o&255;return i===2?(o=S[t.charCodeAt(e)]<<2|S[t.charCodeAt(e+1)]>>4,a[d++]=o&255):i===1&&(o=S[t.charCodeAt(e)]<<10|S[t.charCodeAt(e+1)]<<4|S[t.charCodeAt(e+2)]>>2,a[d++]=o>>8&255,a[d++]=o&255),a}function Ut(t){return R[t>>18&63]+R[t>>12&63]+R[t>>6&63]+R[t&63]}function Mt(t,e,r){for(var n,o=[],i=e;i<r;i+=3)n=(t[i]<<16)+(t[i+1]<<8)+t[i+2],o.push(Ut(n));return o.join("")}function je(t){xe||er();for(var e,r=t.length,n=r%3,o="",i=[],a=16383,u=0,d=r-n;u<d;u+=a)i.push(Mt(t,u,u+a>d?d:u+a));return n===1?(e=t[r-1],o+=R[e>>2],o+=R[e<<4&63],o+="=="):n===2&&(e=(t[r-2]<<8)+t[r-1],o+=R[e>>10],o+=R[e>>4&63],o+=R[e<<2&63],o+="="),i.push(o),i.join("")}function ae(t,e,r,n,o){var i,a,u=o*8-n-1,d=(1<<u)-1,l=d>>1,g=-7,m=r?o-1:0,b=r?-1:1,f=t[e+m];for(m+=b,i=f&(1<<-g)-1,f>>=-g,g+=u;g>0;i=i*256+t[e+m],m+=b,g-=8);for(a=i&(1<<-g)-1,i>>=-g,g+=n;g>0;a=a*256+t[e+m],m+=b,g-=8);if(i===0)i=1-l;else{if(i===d)return a?NaN:(f?-1:1)*(1/0);a=a+Math.pow(2,n),i=i-l}return(f?-1:1)*a*Math.pow(2,i-n)}function rr(t,e,r,n,o,i){var a,u,d,l=i*8-o-1,g=(1<<l)-1,m=g>>1,b=o===23?Math.pow(2,-24)-Math.pow(2,-77):0,f=n?0:i-1,I=n?1:-1,q=e<0||e===0&&1/e<0?1:0;for(e=Math.abs(e),isNaN(e)||e===1/0?(u=isNaN(e)?1:0,a=g):(a=Math.floor(Math.log(e)/Math.LN2),e*(d=Math.pow(2,-a))<1&&(a--,d*=2),a+m>=1?e+=b/d:e+=b*Math.pow(2,1-m),e*d>=2&&(a++,d/=2),a+m>=g?(u=0,a=g):a+m>=1?(u=(e*d-1)*Math.pow(2,o),a=a+m):(u=e*Math.pow(2,m-1)*Math.pow(2,o),a=0));o>=8;t[r+f]=u&255,f+=I,u/=256,o-=8);for(a=a<<o|u,l+=o;l>0;t[r+f]=a&255,f+=I,a/=256,l-=8);t[r+f-I]|=q*128}var Lt={}.toString,tr=Array.isArray||function(t){return Lt.call(t)=="[object Array]"};var vt=50;p.TYPED_ARRAY_SUPPORT=globalThis.TYPED_ARRAY_SUPPORT!==void 0?globalThis.TYPED_ARRAY_SUPPORT:!0;var Zn=oe();function oe(){return p.TYPED_ARRAY_SUPPORT?2147483647:1073741823}function P(t,e){if(oe()<e)throw new RangeError("Invalid typed array length");return p.TYPED_ARRAY_SUPPORT?(t=new Uint8Array(e),t.__proto__=p.prototype):(t===null&&(t=new p(e)),t.length=e),t}function p(t,e,r){if(!p.TYPED_ARRAY_SUPPORT&&!(this instanceof p))return new p(t,e,r);if(typeof t=="number"){if(typeof e=="string")throw new Error("If encoding is specified then the first argument must be a string");return he(this,t)}return nr(this,t,e,r)}p.poolSize=8192;p._augment=function(t){return t.__proto__=p.prototype,t};function nr(t,e,r,n){if(typeof e=="number")throw new TypeError('"value" argument must not be a number');return typeof ArrayBuffer<"u"&&e instanceof ArrayBuffer?Yt(t,e,r,n):typeof e=="string"?Wt(t,e,r):Gt(t,e)}p.from=function(t,e,r){return nr(null,t,e,r)};p.TYPED_ARRAY_SUPPORT&&(p.prototype.__proto__=Uint8Array.prototype,p.__proto__=Uint8Array);function or(t){if(typeof t!="number")throw new TypeError('"size" argument must be a number');if(t<0)throw new RangeError('"size" argument must not be negative')}function Ft(t,e,r,n){return or(e),e<=0?P(t,e):r!==void 0?typeof n=="string"?P(t,e).fill(r,n):P(t,e).fill(r):P(t,e)}p.alloc=function(t,e,r){return Ft(null,t,e,r)};function he(t,e){if(or(e),t=P(t,e<0?0:Ae(e)|0),!p.TYPED_ARRAY_SUPPORT)for(var r=0;r<e;++r)t[r]=0;return t}p.allocUnsafe=function(t){return he(null,t)};p.allocUnsafeSlow=function(t){return he(null,t)};function Wt(t,e,r){if((typeof r!="string"||r==="")&&(r="utf8"),!p.isEncoding(r))throw new TypeError('"encoding" must be a valid string encoding');var n=ir(e,r)|0;t=P(t,n);var o=t.write(e,r);return o!==n&&(t=t.slice(0,o)),t}function be(t,e){var r=e.length<0?0:Ae(e.length)|0;t=P(t,r);for(var n=0;n<r;n+=1)t[n]=e[n]&255;return t}function Yt(t,e,r,n){if(e.byteLength,r<0||e.byteLength<r)throw new RangeError("'offset' is out of bounds");if(e.byteLength<r+(n||0))throw new RangeError("'length' is out of bounds");return r===void 0&&n===void 0?e=new Uint8Array(e):n===void 0?e=new Uint8Array(e,r):e=new Uint8Array(e,r,n),p.TYPED_ARRAY_SUPPORT?(t=e,t.__proto__=p.prototype):t=be(t,e),t}function Gt(t,e){if(N(e)){var r=Ae(e.length)|0;return t=P(t,r),t.length===0||e.copy(t,0,0,r),t}if(e){if(typeof ArrayBuffer<"u"&&e.buffer instanceof ArrayBuffer||"length"in e)return typeof e.length!="number"||cn(e.length)?P(t,0):be(t,e);if(e.type==="Buffer"&&tr(e.data))return be(t,e.data)}throw new TypeError("First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object.")}function Ae(t){if(t>=oe())throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+oe().toString(16)+" bytes");return t|0}p.isBuffer=un;function N(t){return!!(t!=null&&t._isBuffer)}p.compare=function(e,r){if(!N(e)||!N(r))throw new TypeError("Arguments must be Buffers");if(e===r)return 0;for(var n=e.length,o=r.length,i=0,a=Math.min(n,o);i<a;++i)if(e[i]!==r[i]){n=e[i],o=r[i];break}return n<o?-1:o<n?1:0};p.isEncoding=function(e){switch(String(e).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};p.concat=function(e,r){if(!tr(e))throw new TypeError('"list" argument must be an Array of Buffers');if(e.length===0)return p.alloc(0);var n;if(r===void 0)for(r=0,n=0;n<e.length;++n)r+=e[n].length;var o=p.allocUnsafe(r),i=0;for(n=0;n<e.length;++n){var a=e[n];if(!N(a))throw new TypeError('"list" argument must be an Array of Buffers');a.copy(o,i),i+=a.length}return o};function ir(t,e){if(N(t))return t.length;if(typeof ArrayBuffer<"u"&&typeof ArrayBuffer.isView=="function"&&(ArrayBuffer.isView(t)||t instanceof ArrayBuffer))return t.byteLength;typeof t!="string"&&(t=""+t);var r=t.length;if(r===0)return 0;for(var n=!1;;)switch(e){case"ascii":case"latin1":case"binary":return r;case"utf8":case"utf-8":case void 0:return ie(t).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return r*2;case"hex":return r>>>1;case"base64":return mr(t).length;default:if(n)return ie(t).length;e=(""+e).toLowerCase(),n=!0}}p.byteLength=ir;function Kt(t,e,r){var n=!1;if((e===void 0||e<0)&&(e=0),e>this.length||((r===void 0||r>this.length)&&(r=this.length),r<=0)||(r>>>=0,e>>>=0,r<=e))return"";for(t||(t="utf8");;)switch(t){case"hex":return Zt(this,e,r);case"utf8":case"utf-8":return cr(this,e,r);case"ascii":return jt(this,e,r);case"latin1":case"binary":return Qt(this,e,r);case"base64":return qt(this,e,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return en(this,e,r);default:if(n)throw new TypeError("Unknown encoding: "+t);t=(t+"").toLowerCase(),n=!0}}p.prototype._isBuffer=!0;function Y(t,e,r){var n=t[e];t[e]=t[r],t[r]=n}p.prototype.swap16=function(){var e=this.length;if(e%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var r=0;r<e;r+=2)Y(this,r,r+1);return this};p.prototype.swap32=function(){var e=this.length;if(e%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var r=0;r<e;r+=4)Y(this,r,r+3),Y(this,r+1,r+2);return this};p.prototype.swap64=function(){var e=this.length;if(e%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var r=0;r<e;r+=8)Y(this,r,r+7),Y(this,r+1,r+6),Y(this,r+2,r+5),Y(this,r+3,r+4);return this};p.prototype.toString=function(){var e=this.length|0;return e===0?"":arguments.length===0?cr(this,0,e):Kt.apply(this,arguments)};p.prototype.equals=function(e){if(!N(e))throw new TypeError("Argument must be a Buffer");return this===e?!0:p.compare(this,e)===0};p.prototype.inspect=function(){var e="",r=vt;return this.length>0&&(e=this.toString("hex",0,r).match(/.{2}/g).join(" "),this.length>r&&(e+=" ... ")),"<Buffer "+e+">"};p.prototype.compare=function(e,r,n,o,i){if(!N(e))throw new TypeError("Argument must be a Buffer");if(r===void 0&&(r=0),n===void 0&&(n=e?e.length:0),o===void 0&&(o=0),i===void 0&&(i=this.length),r<0||n>e.length||o<0||i>this.length)throw new RangeError("out of range index");if(o>=i&&r>=n)return 0;if(o>=i)return-1;if(r>=n)return 1;if(r>>>=0,n>>>=0,o>>>=0,i>>>=0,this===e)return 0;for(var a=i-o,u=n-r,d=Math.min(a,u),l=this.slice(o,i),g=e.slice(r,n),m=0;m<d;++m)if(l[m]!==g[m]){a=l[m],u=g[m];break}return a<u?-1:u<a?1:0};function ar(t,e,r,n,o){if(t.length===0)return-1;if(typeof r=="string"?(n=r,r=0):r>2147483647?r=2147483647:r<-2147483648&&(r=-2147483648),r=+r,isNaN(r)&&(r=o?0:t.length-1),r<0&&(r=t.length+r),r>=t.length){if(o)return-1;r=t.length-1}else if(r<0)if(o)r=0;else return-1;if(typeof e=="string"&&(e=p.from(e,n)),N(e))return e.length===0?-1:Qe(t,e,r,n,o);if(typeof e=="number")return e=e&255,p.TYPED_ARRAY_SUPPORT&&typeof Uint8Array.prototype.indexOf=="function"?o?Uint8Array.prototype.indexOf.call(t,e,r):Uint8Array.prototype.lastIndexOf.call(t,e,r):Qe(t,[e],r,n,o);throw new TypeError("val must be string, number or Buffer")}function Qe(t,e,r,n,o){var i=1,a=t.length,u=e.length;if(n!==void 0&&(n=String(n).toLowerCase(),n==="ucs2"||n==="ucs-2"||n==="utf16le"||n==="utf-16le")){if(t.length<2||e.length<2)return-1;i=2,a/=2,u/=2,r/=2}function d(f,I){return i===1?f[I]:f.readUInt16BE(I*i)}var l;if(o){var g=-1;for(l=r;l<a;l++)if(d(t,l)===d(e,g===-1?0:l-g)){if(g===-1&&(g=l),l-g+1===u)return g*i}else g!==-1&&(l-=l-g),g=-1}else for(r+u>a&&(r=a-u),l=r;l>=0;l--){for(var m=!0,b=0;b<u;b++)if(d(t,l+b)!==d(e,b)){m=!1;break}if(m)return l}return-1}p.prototype.includes=function(e,r,n){return this.indexOf(e,r,n)!==-1};p.prototype.indexOf=function(e,r,n){return ar(this,e,r,n,!0)};p.prototype.lastIndexOf=function(e,r,n){return ar(this,e,r,n,!1)};function Ht(t,e,r,n){r=Number(r)||0;var o=t.length-r;n?(n=Number(n),n>o&&(n=o)):n=o;var i=e.length;if(i%2!==0)throw new TypeError("Invalid hex string");n>i/2&&(n=i/2);for(var a=0;a<n;++a){var u=parseInt(e.substr(a*2,2),16);if(isNaN(u))return a;t[r+a]=u}return a}function Vt(t,e,r,n){return ue(ie(e,t.length-r),t,r,n)}function sr(t,e,r,n){return ue(an(e),t,r,n)}function $t(t,e,r,n){return sr(t,e,r,n)}function zt(t,e,r,n){return ue(mr(e),t,r,n)}function Xt(t,e,r,n){return ue(sn(e,t.length-r),t,r,n)}p.prototype.write=function(e,r,n,o){if(r===void 0)o="utf8",n=this.length,r=0;else if(n===void 0&&typeof r=="string")o=r,n=this.length,r=0;else if(isFinite(r))r=r|0,isFinite(n)?(n=n|0,o===void 0&&(o="utf8")):(o=n,n=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var i=this.length-r;if((n===void 0||n>i)&&(n=i),e.length>0&&(n<0||r<0)||r>this.length)throw new RangeError("Attempt to write outside buffer bounds");o||(o="utf8");for(var a=!1;;)switch(o){case"hex":return Ht(this,e,r,n);case"utf8":case"utf-8":return Vt(this,e,r,n);case"ascii":return sr(this,e,r,n);case"latin1":case"binary":return $t(this,e,r,n);case"base64":return zt(this,e,r,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Xt(this,e,r,n);default:if(a)throw new TypeError("Unknown encoding: "+o);o=(""+o).toLowerCase(),a=!0}};p.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function qt(t,e,r){return e===0&&r===t.length?je(t):je(t.slice(e,r))}function cr(t,e,r){r=Math.min(t.length,r);for(var n=[],o=e;o<r;){var i=t[o],a=null,u=i>239?4:i>223?3:i>191?2:1;if(o+u<=r){var d,l,g,m;switch(u){case 1:i<128&&(a=i);break;case 2:d=t[o+1],(d&192)===128&&(m=(i&31)<<6|d&63,m>127&&(a=m));break;case 3:d=t[o+1],l=t[o+2],(d&192)===128&&(l&192)===128&&(m=(i&15)<<12|(d&63)<<6|l&63,m>2047&&(m<55296||m>57343)&&(a=m));break;case 4:d=t[o+1],l=t[o+2],g=t[o+3],(d&192)===128&&(l&192)===128&&(g&192)===128&&(m=(i&15)<<18|(d&63)<<12|(l&63)<<6|g&63,m>65535&&m<1114112&&(a=m))}}a===null?(a=65533,u=1):a>65535&&(a-=65536,n.push(a>>>10&1023|55296),a=56320|a&1023),n.push(a),o+=u}return Jt(n)}var Ze=4096;function Jt(t){var e=t.length;if(e<=Ze)return String.fromCharCode.apply(String,t);for(var r="",n=0;n<e;)r+=String.fromCharCode.apply(String,t.slice(n,n+=Ze));return r}function jt(t,e,r){var n="";r=Math.min(t.length,r);for(var o=e;o<r;++o)n+=String.fromCharCode(t[o]&127);return n}function Qt(t,e,r){var n="";r=Math.min(t.length,r);for(var o=e;o<r;++o)n+=String.fromCharCode(t[o]);return n}function Zt(t,e,r){var n=t.length;(!e||e<0)&&(e=0),(!r||r<0||r>n)&&(r=n);for(var o="",i=e;i<r;++i)o+=on(t[i]);return o}function en(t,e,r){for(var n=t.slice(e,r),o="",i=0;i<n.length;i+=2)o+=String.fromCharCode(n[i]+n[i+1]*256);return o}p.prototype.slice=function(e,r){var n=this.length;e=~~e,r=r===void 0?n:~~r,e<0?(e+=n,e<0&&(e=0)):e>n&&(e=n),r<0?(r+=n,r<0&&(r=0)):r>n&&(r=n),r<e&&(r=e);var o;if(p.TYPED_ARRAY_SUPPORT)o=this.subarray(e,r),o.__proto__=p.prototype;else{var i=r-e;o=new p(i,void 0);for(var a=0;a<i;++a)o[a]=this[a+e]}return o};function h(t,e,r){if(t%1!==0||t<0)throw new RangeError("offset is not uint");if(t+e>r)throw new RangeError("Trying to access beyond buffer length")}p.prototype.readUIntLE=function(e,r,n){e=e|0,r=r|0,n||h(e,r,this.length);for(var o=this[e],i=1,a=0;++a<r&&(i*=256);)o+=this[e+a]*i;return o};p.prototype.readUIntBE=function(e,r,n){e=e|0,r=r|0,n||h(e,r,this.length);for(var o=this[e+--r],i=1;r>0&&(i*=256);)o+=this[e+--r]*i;return o};p.prototype.readUInt8=function(e,r){return r||h(e,1,this.length),this[e]};p.prototype.readUInt16LE=function(e,r){return r||h(e,2,this.length),this[e]|this[e+1]<<8};p.prototype.readUInt16BE=function(e,r){return r||h(e,2,this.length),this[e]<<8|this[e+1]};p.prototype.readUInt32LE=function(e,r){return r||h(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+this[e+3]*16777216};p.prototype.readUInt32BE=function(e,r){return r||h(e,4,this.length),this[e]*16777216+(this[e+1]<<16|this[e+2]<<8|this[e+3])};p.prototype.readIntLE=function(e,r,n){e=e|0,r=r|0,n||h(e,r,this.length);for(var o=this[e],i=1,a=0;++a<r&&(i*=256);)o+=this[e+a]*i;return i*=128,o>=i&&(o-=Math.pow(2,8*r)),o};p.prototype.readIntBE=function(e,r,n){e=e|0,r=r|0,n||h(e,r,this.length);for(var o=r,i=1,a=this[e+--o];o>0&&(i*=256);)a+=this[e+--o]*i;return i*=128,a>=i&&(a-=Math.pow(2,8*r)),a};p.prototype.readInt8=function(e,r){return r||h(e,1,this.length),this[e]&128?(255-this[e]+1)*-1:this[e]};p.prototype.readInt16LE=function(e,r){r||h(e,2,this.length);var n=this[e]|this[e+1]<<8;return n&32768?n|4294901760:n};p.prototype.readInt16BE=function(e,r){r||h(e,2,this.length);var n=this[e+1]|this[e]<<8;return n&32768?n|4294901760:n};p.prototype.readInt32LE=function(e,r){return r||h(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24};p.prototype.readInt32BE=function(e,r){return r||h(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]};p.prototype.readFloatLE=function(e,r){return r||h(e,4,this.length),ae(this,e,!0,23,4)};p.prototype.readFloatBE=function(e,r){return r||h(e,4,this.length),ae(this,e,!1,23,4)};p.prototype.readDoubleLE=function(e,r){return r||h(e,8,this.length),ae(this,e,!0,52,8)};p.prototype.readDoubleBE=function(e,r){return r||h(e,8,this.length),ae(this,e,!1,52,8)};function y(t,e,r,n,o,i){if(!N(t))throw new TypeError('"buffer" argument must be a Buffer instance');if(e>o||e<i)throw new RangeError('"value" argument is out of bounds');if(r+n>t.length)throw new RangeError("Index out of range")}p.prototype.writeUIntLE=function(e,r,n,o){if(e=+e,r=r|0,n=n|0,!o){var i=Math.pow(2,8*n)-1;y(this,e,r,n,i,0)}var a=1,u=0;for(this[r]=e&255;++u<n&&(a*=256);)this[r+u]=e/a&255;return r+n};p.prototype.writeUIntBE=function(e,r,n,o){if(e=+e,r=r|0,n=n|0,!o){var i=Math.pow(2,8*n)-1;y(this,e,r,n,i,0)}var a=n-1,u=1;for(this[r+a]=e&255;--a>=0&&(u*=256);)this[r+a]=e/u&255;return r+n};p.prototype.writeUInt8=function(e,r,n){return e=+e,r=r|0,n||y(this,e,r,1,255,0),p.TYPED_ARRAY_SUPPORT||(e=Math.floor(e)),this[r]=e&255,r+1};function se(t,e,r,n){e<0&&(e=65535+e+1);for(var o=0,i=Math.min(t.length-r,2);o<i;++o)t[r+o]=(e&255<<8*(n?o:1-o))>>>(n?o:1-o)*8}p.prototype.writeUInt16LE=function(e,r,n){return e=+e,r=r|0,n||y(this,e,r,2,65535,0),p.TYPED_ARRAY_SUPPORT?(this[r]=e&255,this[r+1]=e>>>8):se(this,e,r,!0),r+2};p.prototype.writeUInt16BE=function(e,r,n){return e=+e,r=r|0,n||y(this,e,r,2,65535,0),p.TYPED_ARRAY_SUPPORT?(this[r]=e>>>8,this[r+1]=e&255):se(this,e,r,!1),r+2};function ce(t,e,r,n){e<0&&(e=4294967295+e+1);for(var o=0,i=Math.min(t.length-r,4);o<i;++o)t[r+o]=e>>>(n?o:3-o)*8&255}p.prototype.writeUInt32LE=function(e,r,n){return e=+e,r=r|0,n||y(this,e,r,4,4294967295,0),p.TYPED_ARRAY_SUPPORT?(this[r+3]=e>>>24,this[r+2]=e>>>16,this[r+1]=e>>>8,this[r]=e&255):ce(this,e,r,!0),r+4};p.prototype.writeUInt32BE=function(e,r,n){return e=+e,r=r|0,n||y(this,e,r,4,4294967295,0),p.TYPED_ARRAY_SUPPORT?(this[r]=e>>>24,this[r+1]=e>>>16,this[r+2]=e>>>8,this[r+3]=e&255):ce(this,e,r,!1),r+4};p.prototype.writeIntLE=function(e,r,n,o){if(e=+e,r=r|0,!o){var i=Math.pow(2,8*n-1);y(this,e,r,n,i-1,-i)}var a=0,u=1,d=0;for(this[r]=e&255;++a<n&&(u*=256);)e<0&&d===0&&this[r+a-1]!==0&&(d=1),this[r+a]=(e/u>>0)-d&255;return r+n};p.prototype.writeIntBE=function(e,r,n,o){if(e=+e,r=r|0,!o){var i=Math.pow(2,8*n-1);y(this,e,r,n,i-1,-i)}var a=n-1,u=1,d=0;for(this[r+a]=e&255;--a>=0&&(u*=256);)e<0&&d===0&&this[r+a+1]!==0&&(d=1),this[r+a]=(e/u>>0)-d&255;return r+n};p.prototype.writeInt8=function(e,r,n){return e=+e,r=r|0,n||y(this,e,r,1,127,-128),p.TYPED_ARRAY_SUPPORT||(e=Math.floor(e)),e<0&&(e=255+e+1),this[r]=e&255,r+1};p.prototype.writeInt16LE=function(e,r,n){return e=+e,r=r|0,n||y(this,e,r,2,32767,-32768),p.TYPED_ARRAY_SUPPORT?(this[r]=e&255,this[r+1]=e>>>8):se(this,e,r,!0),r+2};p.prototype.writeInt16BE=function(e,r,n){return e=+e,r=r|0,n||y(this,e,r,2,32767,-32768),p.TYPED_ARRAY_SUPPORT?(this[r]=e>>>8,this[r+1]=e&255):se(this,e,r,!1),r+2};p.prototype.writeInt32LE=function(e,r,n){return e=+e,r=r|0,n||y(this,e,r,4,2147483647,-2147483648),p.TYPED_ARRAY_SUPPORT?(this[r]=e&255,this[r+1]=e>>>8,this[r+2]=e>>>16,this[r+3]=e>>>24):ce(this,e,r,!0),r+4};p.prototype.writeInt32BE=function(e,r,n){return e=+e,r=r|0,n||y(this,e,r,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),p.TYPED_ARRAY_SUPPORT?(this[r]=e>>>24,this[r+1]=e>>>16,this[r+2]=e>>>8,this[r+3]=e&255):ce(this,e,r,!1),r+4};function ur(t,e,r,n,o,i){if(r+n>t.length)throw new RangeError("Index out of range");if(r<0)throw new RangeError("Index out of range")}function pr(t,e,r,n,o){return o||ur(t,e,r,4),rr(t,e,r,n,23,4),r+4}p.prototype.writeFloatLE=function(e,r,n){return pr(this,e,r,!0,n)};p.prototype.writeFloatBE=function(e,r,n){return pr(this,e,r,!1,n)};function dr(t,e,r,n,o){return o||ur(t,e,r,8),rr(t,e,r,n,52,8),r+8}p.prototype.writeDoubleLE=function(e,r,n){return dr(this,e,r,!0,n)};p.prototype.writeDoubleBE=function(e,r,n){return dr(this,e,r,!1,n)};p.prototype.copy=function(e,r,n,o){if(n||(n=0),!o&&o!==0&&(o=this.length),r>=e.length&&(r=e.length),r||(r=0),o>0&&o<n&&(o=n),o===n||e.length===0||this.length===0)return 0;if(r<0)throw new RangeError("targetStart out of bounds");if(n<0||n>=this.length)throw new RangeError("sourceStart out of bounds");if(o<0)throw new RangeError("sourceEnd out of bounds");o>this.length&&(o=this.length),e.length-r<o-n&&(o=e.length-r+n);var i=o-n,a;if(this===e&&n<r&&r<o)for(a=i-1;a>=0;--a)e[a+r]=this[a+n];else if(i<1e3||!p.TYPED_ARRAY_SUPPORT)for(a=0;a<i;++a)e[a+r]=this[a+n];else Uint8Array.prototype.set.call(e,this.subarray(n,n+i),r);return i};p.prototype.fill=function(e,r,n,o){if(typeof e=="string"){if(typeof r=="string"?(o=r,r=0,n=this.length):typeof n=="string"&&(o=n,n=this.length),e.length===1){var i=e.charCodeAt(0);i<256&&(e=i)}if(o!==void 0&&typeof o!="string")throw new TypeError("encoding must be a string");if(typeof o=="string"&&!p.isEncoding(o))throw new TypeError("Unknown encoding: "+o)}else typeof e=="number"&&(e=e&255);if(r<0||this.length<r||this.length<n)throw new RangeError("Out of range index");if(n<=r)return this;r=r>>>0,n=n===void 0?this.length:n>>>0,e||(e=0);var a;if(typeof e=="number")for(a=r;a<n;++a)this[a]=e;else{var u=N(e)?e:ie(new p(e,o).toString()),d=u.length;for(a=0;a<n-r;++a)this[a+r]=u[a%d]}return this};var rn=/[^+\/0-9A-Za-z-_]/g;function tn(t){if(t=nn(t).replace(rn,""),t.length<2)return"";for(;t.length%4!==0;)t=t+"=";return t}function nn(t){return t.trim?t.trim():t.replace(/^\s+|\s+$/g,"")}function on(t){return t<16?"0"+t.toString(16):t.toString(16)}function ie(t,e){e=e||1/0;for(var r,n=t.length,o=null,i=[],a=0;a<n;++a){if(r=t.charCodeAt(a),r>55295&&r<57344){if(!o){if(r>56319){(e-=3)>-1&&i.push(239,191,189);continue}else if(a+1===n){(e-=3)>-1&&i.push(239,191,189);continue}o=r;continue}if(r<56320){(e-=3)>-1&&i.push(239,191,189),o=r;continue}r=(o-55296<<10|r-56320)+65536}else o&&(e-=3)>-1&&i.push(239,191,189);if(o=null,r<128){if((e-=1)<0)break;i.push(r)}else if(r<2048){if((e-=2)<0)break;i.push(r>>6|192,r&63|128)}else if(r<65536){if((e-=3)<0)break;i.push(r>>12|224,r>>6&63|128,r&63|128)}else if(r<1114112){if((e-=4)<0)break;i.push(r>>18|240,r>>12&63|128,r>>6&63|128,r&63|128)}else throw new Error("Invalid code point")}return i}function an(t){for(var e=[],r=0;r<t.length;++r)e.push(t.charCodeAt(r)&255);return e}function sn(t,e){for(var r,n,o,i=[],a=0;a<t.length&&!((e-=2)<0);++a)r=t.charCodeAt(a),n=r>>8,o=r%256,i.push(o),i.push(n);return i}function mr(t){return Bt(tn(t))}function ue(t,e,r,n){for(var o=0;o<n&&!(o+r>=e.length||o>=t.length);++o)e[o+r]=t[o];return o}function cn(t){return t!==t}function un(t){return t!=null&&(!!t._isBuffer||lr(t)||pn(t))}function lr(t){return!!t.constructor&&typeof t.constructor.isBuffer=="function"&&t.constructor.isBuffer(t)}function pn(t){return typeof t.readFloatLE=="function"&&typeof t.slice=="function"&&lr(t.slice(0,0))}import{encodeAddress as dn,decodeAddress as lo}from"algosdk";function B(t){return t.reduce((e,r)=>Uint8Array.from([...e,...r]))}function Ie(t){return new Uint8Array(p.from(t))}function gr(t){return p.from(t).toString("utf-8")}function fr(t){return p.from(t).toString("base64")}function Te(t){return p.from(t,"base64")}import mn from"bignumber.js";mn.config({DECIMAL_PLACES:40,EXPONENTIAL_AT:45});var ko=`{"theme1":{"value":"${c.env.FRONTEND_URL}/Theme%3DDark.svg","active":true},"theme2":{"value":"${c.env.FRONTEND_URL}/Theme%3DLight.svg","active":true},"theme3":{"value":"${c.env.FRONTEND_URL}/Theme%3DLight.svg","active":true}}`;var br={V1_1:"v1_1",V2:"v2"},Mo={[br.V1_1]:{testnet:62368684,mainnet:552635992},[br.V2]:{testnet:148607e3,mainnet:1002541853}};var xr=t=>fn.decodeAddress(t.toUpperCase()).publicKey;import*as A from"ethereumjs-util";function ye(t){let e=A.fromSigned(s.from(t));return BigInt(e.toString())}function xn(t){return A.toUnsigned(new A.BN(String(t)))}function $(t){let e=xn(t);if(e.length>32)throw new Error("Invalid value. The buffer length of the value is more than 32");return new Uint8Array(A.setLengthLeft(e,32))}var hr=t=>{if(t.length!==32)throw new Error("Invalid address bytes. The address buffer length is not equel 32");let e=s.from(t).toString("hex");if(e.slice(0,24)!=="000000000000000000000000")throw console.log("normalizedAddress",e),new Error("Invalid normalized address");let r="0x"+e.slice(-40);if(!An(r))throw new Error("Invalid hex address");return r},Ar=t=>new Uint8Array(A.setLengthLeft(pe(t),32)),pe=t=>s.from(hn(t),"hex"),hn=t=>t.startsWith("0x")?t.slice(2):t,An=t=>A.isValidAddress(t);var Ee=t=>new Uint8Array(A.keccak256(s.from(t)));import L from"algosdk";import*as Ce from"bs58";import Bi from"algosdk";import Ki from"algosdk";import Ka from"algosdk";var Zi={SMALLESTUNIT:c.env.SMALLEST_UNIT},ea={SMALLEST_UNITS:c.env.SMALLEST_UNIT};var ia=["point-system.discordEnabled","point-system.telegramBotName","point-system.telegramBotId","point-system.telegramEnabled","point-system.telegramGroupId","point-system.telegramGroupName","point-system.twitterAccountId","point-system.twitterAccountName","point-system.twitterEnabled","point-system.twitterJobEnabled","point-system.guideLink"];var yr=t=>`By signing this message, you confirm that the wallet is a trusted one ${t}; Data: `;var ma=c.env.REACT_APP_API_URL,la=c.env.REACT_APP_SOCKET_URL,ga=c.env.REACT_APP_ALGO_SERVER,fa=c.env.REACT_APP_ALGO_SERVER_PORT||"",ba=c.env.REACT_APP_ALGOD_TOKEN||"",xa=c.env.REACT_APP_DISPENSER_LINK,ha=c.env.REACT_APP_FRONTEND_LINK||"",Aa=c.env.REACT_APP_ALGO_EXPLORER_LINK,Ia=c.env.REACT_APP_ALGO_EXPLORER_ASSETS_URL,Ta=(c.env.REACT_APP_REQUIRE_ACCESS_CODE||"").toLowerCase()==="true",ya=c.env.REACT_APP_USERBACK_ACCESS_TOKEN,Ea=(c.env.REACT_APP_EXT_ORDER_TYPES||"").toLowerCase()==="true";var _a=.001*10**6,Sa=.002*10**6;var Ca=c.env.REACT_APP_MASTER_APP_ID||"406",Da=c.env.REACT_APP_AGG_APP_ID||"408",Tn=Number(c.env.REACT_APP_CODEX_APP_ID||"467960617");console.log("CODEX_APP_ID",Tn);var yn=c.env.REACT_APP_ALGO_NETWORK||"";var wa=yn.toLowerCase()==="mainnet"?"mainnet":"testnet";import tu from"algosdk";var Er=(o=>(o.GLOBAL_PAIR_DELISTING="GLOBAL_PAIR_DELISTING",o.GLOBAL_NEW_PAIR_LISTING="GLOBAL_NEW_PAIR_LISTING",o.GLOBAL_SYSTEM_MAINTENANCE="GLOBAL_SYSTEM_MAINTENANCE",o.GLOBAL_SMART_CONTRACT_UPDATE="GLOBAL_SMART_CONTRACT_UPDATE",o))(Er||{}),_r=(n=>(n.ACCOUNT_POINTS_UNLOCK_ACHIEVEMENT="ACCOUNT_POINTS_UNLOCK_ACHIEVEMENT",n.ACCOUNT_KYC_STATUS_CHANGED="ACCOUNT_KYC_STATUS_CHANGED",n.ACCOUNT_AFFILIATE_DASHBOARD_UNLOCKED="ACCOUNT_AFFILIATE_DASHBOARD_UNLOCKED",n))(_r||{}),js={...Er,..._r};import bu from"algosdk";var E=(t,e,r)=>{switch(e){case"8B":return L.encodeUint64(Number(t));case"32B":return $(t);case"str":return Ie(String(t));case"address":return G(String(t),r);case"token":return Dr(String(t),r);case"float":{var n=s.alloc(8);return n.writeDoubleBE(Number(t),0),new Uint8Array(n)}case"bool":return new Uint8Array(s.from(L.encodeUint64(Number(t))).subarray(-1));case"2B":return new Uint8Array(s.from(L.encodeUint64(Number(t))).subarray(-2));case"4B":return new Uint8Array(s.from(L.encodeUint64(Number(t))).subarray(-4));default:return s.from(t.toString())}},C=(t,e,r)=>{switch(e){case"8B":return L.decodeUint64(t,"safe");case"32B":return ye(t);case"str":return gr(t);case"address":return Cr(t,r);case"token":return Nn(t,r);case"float":return s.from(t).readDoubleBE(0);case"bool":case"2B":return C(t,"8B");default:return s.from(t).toString()}};var Cr=(t,e)=>e===8?L.encodeAddress(t):e===1?Ce.encode(t):hr(t),Nn=(t,e)=>{let r=s.from(t).toString("hex");return r.startsWith("0x")||(r="0x"+r),V[r]?r:e===8?String(ye(t)):e===1?Ce.encode(t):Cr(t,e)};var Dr=(t,e)=>e===8?$(+t):V[t]?new Uint8Array(pe(String(t))):G(String(t),e);var Se=(t,e,r,n)=>{let o=G(t,e),i=L.encodeUint64(e),a=L.encodeUint64(n),u=Dr(r,n);return B([o,i,u,a])};var De=(t,e)=>B([On(t),Sr(e)]),On=t=>new Uint8Array(s.from(t+`
|
|
2
|
+
`,"utf-8")),Sr=t=>new Uint8Array(s.from(fr(t)));var de=t=>s.from(Ee(t)).toString("hex");var z=(t,e,r)=>{let n=s.from(t,e),o=n.subarray(n.length-r),i=s.from(o).toString();return Te(i)};var G=(t,e)=>e===8?xr(t):e===1?wr.decode(t):Ar(t);var Pn=new X("TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA"),Bn=new X("ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL");function Un(t,e,r=!1,n=Pn,o=Bn){if(!r&&!X.isOnCurve(e.toBuffer()))throw new Error("TokenOwnerOffCurveError");let[i]=X.findProgramAddressSync([e.toBuffer(),n.toBuffer(),t.toBuffer()],o);return i}var rl=(t,e,r)=>{let n=t==="MainNet"?"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v":"4zMMC9srt5Ri5X14GAgXhaHii3GnPAEERYPJgZJDncDU";if(Nr(e,r))return n},tl=c.env.ALGO_NETWORK==="MainNet"?"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v":"4zMMC9srt5Ri5X14GAgXhaHii3GnPAEERYPJgZJDncDU",Nr=(t,e)=>V[t]&&e===1,Mn=(t,e="hex")=>z(t,e,248),nl=t=>de(Mn(t,"hex")),ol=(t,e="hex")=>{let r=z(t,e,248),n=Number(C(r.subarray(32,40),"8B")),o=Number(C(r.subarray(104,112),"8B"));return{loginAddress:String(C(r.subarray(0,32),"address",n)),loginChainId:n,tokenIndex:String(C(r.subarray(40,72),"token",o)),tokenChainId:o,recipient:String(C(r.subarray(72,104),"address",o)),recipientChainId:o,tokenAmount:String(C(r.subarray(112,144),"32B")),isNative:!!C(r.subarray(144,145),"bool"),fee:Number(C(r.subarray(145,177),"32B")),random:Number(C(r.subarray(177,185),"8B"))}},il=(t,e)=>{let{loginAddress:r,loginChainId:n,recipient:o,recipientChainId:i,tokenAmount:a,tokenIndex:u,isNative:d,fee:l,random:g,solanaUsdc:m}=t,b=G(o,i);if(Nr(String(u),i)){let q=new X(m),we=Un(q,new X(o));console.log("associatedTokenAddress",we.toBase58()),b=G(we.toBase58(),i)}let f=Se(r,n,u,i),I=B([f.slice(0,72),b,E(i,"8B"),$(a),E(+d,"bool"),$(l),E(g,"8B")]);return De(e||JSON.stringify(t),I)},Ln={EVM:5,ALGORAND:8,SOLANA:1},al=t=>{let e=[E(t.address,"address",Ln[t.type]),E(t.name,"str"),E(t.type,"str"),E(t.description||"","str")],r=s.concat(e),n=yr(t.address);return De(n,r)};export{Bn as ASSOCIATED_TOKEN_PROGRAM_ID,tl as SOLANA_USDC,Pn as TOKEN_PROGRAM_ID,nl as calcWithdrawHash,al as createWithdrawalWalletMsg,ol as decodeWithdrawMsg,Un as getAssociatedTokenAddressSync,rl as getSolanaUsdc,Mn as getWithdrawBytesFromMsg,Nr as isSolanaCctp,il as makeWithdrawMsg};
|
|
3
3
|
/*!
|
|
4
4
|
* The buffer module from node.js, for the browser.
|
|
5
5
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
function H(){throw new Error("setTimeout has not been defined")}function G(){throw new Error("clearTimeout has not been defined")}var A=H,R=G;typeof globalThis.setTimeout=="function"&&(A=setTimeout);typeof globalThis.clearTimeout=="function"&&(R=clearTimeout);function z(t){if(A===setTimeout)return setTimeout(t,0);if((A===H||!A)&&setTimeout)return A=setTimeout,setTimeout(t,0);try{return A(t,0)}catch{try{return A.call(null,t,0)}catch{return A.call(this,t,0)}}}function gr(t){if(R===clearTimeout)return clearTimeout(t);if((R===G||!R)&&clearTimeout)return R=clearTimeout,clearTimeout(t);try{return R(t)}catch{try{return R.call(null,t)}catch{return R.call(this,t)}}}var y=[],k=!1,I,C=-1;function dr(){!k||!I||(k=!1,I.length?y=I.concat(y):C=-1,y.length&&X())}function X(){if(!k){var t=z(dr);k=!0;for(var r=y.length;r;){for(I=y,y=[];++C<r;)I&&I[C].run();C=-1,r=y.length}I=null,k=!1,gr(t)}}function Er(t){var r=new Array(arguments.length-1);if(arguments.length>1)for(var e=1;e<arguments.length;e++)r[e-1]=arguments[e];y.push(new J(t,r)),y.length===1&&!k&&z(X)}function J(t,r){this.fun=t,this.array=r}J.prototype.run=function(){this.fun.apply(null,this.array)};var xr="browser",Tr="browser",_r=!0,yr={},wr=[],Ar="",Rr={},Ir={},vr={};function v(){}var Nr=v,Pr=v,Sr=v,kr=v,Cr=v,Dr=v,Br=v;function Or(t){throw new Error("process.binding is not supported")}function Mr(){return"/"}function Ur(t){throw new Error("process.chdir is not supported")}function Lr(){return 0}var S=globalThis.performance||{},Yr=S.now||S.mozNow||S.msNow||S.oNow||S.webkitNow||function(){return new Date().getTime()};function Fr(t){var r=Yr.call(S)*.001,e=Math.floor(r),n=Math.floor(r%1*1e9);return t&&(e=e-t[0],n=n-t[1],n<0&&(e--,n+=1e9)),[e,n]}var Wr=new Date;function Kr(){var t=new Date,r=t-Wr;return r/1e3}var b={nextTick:Er,title:xr,browser:_r,env:yr,argv:wr,version:Ar,versions:Rr,on:Nr,addListener:Pr,once:Sr,off:kr,removeListener:Cr,removeAllListeners:Dr,emit:Br,binding:Or,cwd:Mr,chdir:Ur,umask:Lr,hrtime:Fr,platform:Tr,release:Ir,config:vr,uptime:Kr},V={};Object.keys(V).forEach(t=>{let r=t.split("."),e=b;for(let n=0;n<r.length;n++){let i=r[n];n===r.length-1?e[i]=V[t]:e=e[i]||(e[i]={})}});var T=[],E=[],Vr=typeof Uint8Array<"u"?Uint8Array:Array,F=!1;function Q(){F=!0;for(var t="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",r=0,e=t.length;r<e;++r)T[r]=t[r],E[t.charCodeAt(r)]=r;E[45]=62,E[95]=63}function Hr(t){F||Q();var r,e,n,i,a,o,s=t.length;if(s%4>0)throw new Error("Invalid string. Length must be a multiple of 4");a=t[s-2]==="="?2:t[s-1]==="="?1:0,o=new Vr(s*3/4-a),n=a>0?s-4:s;var l=0;for(r=0,e=0;r<n;r+=4,e+=3)i=E[t.charCodeAt(r)]<<18|E[t.charCodeAt(r+1)]<<12|E[t.charCodeAt(r+2)]<<6|E[t.charCodeAt(r+3)],o[l++]=i>>16&255,o[l++]=i>>8&255,o[l++]=i&255;return a===2?(i=E[t.charCodeAt(r)]<<2|E[t.charCodeAt(r+1)]>>4,o[l++]=i&255):a===1&&(i=E[t.charCodeAt(r)]<<10|E[t.charCodeAt(r+1)]<<4|E[t.charCodeAt(r+2)]>>2,o[l++]=i>>8&255,o[l++]=i&255),o}function Gr(t){return T[t>>18&63]+T[t>>12&63]+T[t>>6&63]+T[t&63]}function zr(t,r,e){for(var n,i=[],a=r;a<e;a+=3)n=(t[a]<<16)+(t[a+1]<<8)+t[a+2],i.push(Gr(n));return i.join("")}function q(t){F||Q();for(var r,e=t.length,n=e%3,i="",a=[],o=16383,s=0,l=e-n;s<l;s+=o)a.push(zr(t,s,s+o>l?l:s+o));return n===1?(r=t[e-1],i+=T[r>>2],i+=T[r<<4&63],i+="=="):n===2&&(r=(t[e-2]<<8)+t[e-1],i+=T[r>>10],i+=T[r>>4&63],i+=T[r<<2&63],i+="="),a.push(i),a.join("")}u.TYPED_ARRAY_SUPPORT=globalThis.TYPED_ARRAY_SUPPORT!==void 0?globalThis.TYPED_ARRAY_SUPPORT:!0;function D(){return u.TYPED_ARRAY_SUPPORT?2147483647:1073741823}function w(t,r){if(D()<r)throw new RangeError("Invalid typed array length");return u.TYPED_ARRAY_SUPPORT?(t=new Uint8Array(r),t.__proto__=u.prototype):(t===null&&(t=new u(r)),t.length=r),t}function u(t,r,e){if(!u.TYPED_ARRAY_SUPPORT&&!(this instanceof u))return new u(t,r,e);if(typeof t=="number"){if(typeof r=="string")throw new Error("If encoding is specified then the first argument must be a string");return W(this,t)}return j(this,t,r,e)}u.poolSize=8192;u._augment=function(t){return t.__proto__=u.prototype,t};function j(t,r,e,n){if(typeof r=="number")throw new TypeError('"value" argument must not be a number');return typeof ArrayBuffer<"u"&&r instanceof ArrayBuffer?qr(t,r,e,n):typeof r=="string"?Jr(t,r,e):$r(t,r)}u.from=function(t,r,e){return j(null,t,r,e)};u.kMaxLength=D();u.TYPED_ARRAY_SUPPORT&&(u.prototype.__proto__=Uint8Array.prototype,u.__proto__=Uint8Array,typeof Symbol<"u"&&Symbol.species&&u[Symbol.species]);function rr(t){if(typeof t!="number")throw new TypeError('"size" argument must be a number');if(t<0)throw new RangeError('"size" argument must not be negative')}function Xr(t,r,e,n){return rr(r),r<=0?w(t,r):e!==void 0?typeof n=="string"?w(t,r).fill(e,n):w(t,r).fill(e):w(t,r)}u.alloc=function(t,r,e){return Xr(null,t,r,e)};function W(t,r){if(rr(r),t=w(t,r<0?0:K(r)|0),!u.TYPED_ARRAY_SUPPORT)for(var e=0;e<r;++e)t[e]=0;return t}u.allocUnsafe=function(t){return W(null,t)};u.allocUnsafeSlow=function(t){return W(null,t)};function Jr(t,r,e){if((typeof e!="string"||e==="")&&(e="utf8"),!u.isEncoding(e))throw new TypeError('"encoding" must be a valid string encoding');var n=er(r,e)|0;t=w(t,n);var i=t.write(r,e);return i!==n&&(t=t.slice(0,i)),t}function Y(t,r){var e=r.length<0?0:K(r.length)|0;t=w(t,e);for(var n=0;n<e;n+=1)t[n]=r[n]&255;return t}function qr(t,r,e,n){if(r.byteLength,e<0||r.byteLength<e)throw new RangeError("'offset' is out of bounds");if(r.byteLength<e+(n||0))throw new RangeError("'length' is out of bounds");return e===void 0&&n===void 0?r=new Uint8Array(r):n===void 0?r=new Uint8Array(r,e):r=new Uint8Array(r,e,n),u.TYPED_ARRAY_SUPPORT?(t=r,t.__proto__=u.prototype):t=Y(t,r),t}function $r(t,r){if(_(r)){var e=K(r.length)|0;return t=w(t,e),t.length===0||r.copy(t,0,0,e),t}if(r){if(typeof ArrayBuffer<"u"&&r.buffer instanceof ArrayBuffer||"length"in r)return typeof r.length!="number"||be(r.length)?w(t,0):Y(t,r);if(r.type==="Buffer"&&Array.isArray(r.data))return Y(t,r.data)}throw new TypeError("First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object.")}function K(t){if(t>=D())throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+D().toString(16)+" bytes");return t|0}u.isBuffer=ge;function _(t){return!!(t!=null&&t._isBuffer)}u.compare=function(r,e){if(!_(r)||!_(e))throw new TypeError("Arguments must be Buffers");if(r===e)return 0;for(var n=r.length,i=e.length,a=0,o=Math.min(n,i);a<o;++a)if(r[a]!==e[a]){n=r[a],i=e[a];break}return n<i?-1:i<n?1:0};u.isEncoding=function(r){switch(String(r).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};u.concat=function(r,e){if(!Array.isArray(r))throw new TypeError('"list" argument must be an Array of Buffers');if(r.length===0)return u.alloc(0);var n;if(e===void 0)for(e=0,n=0;n<r.length;++n)e+=r[n].length;var i=u.allocUnsafe(e),a=0;for(n=0;n<r.length;++n){var o=r[n];if(!_(o))throw new TypeError('"list" argument must be an Array of Buffers');o.copy(i,a),a+=o.length}return i};function er(t,r){if(_(t))return t.length;if(typeof ArrayBuffer<"u"&&typeof ArrayBuffer.isView=="function"&&(ArrayBuffer.isView(t)||t instanceof ArrayBuffer))return t.byteLength;typeof t!="string"&&(t=""+t);var e=t.length;if(e===0)return 0;for(var n=!1;;)switch(r){case"ascii":case"latin1":case"binary":return e;case"utf8":case"utf-8":case void 0:return B(t).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return e*2;case"hex":return e>>>1;case"base64":return sr(t).length;default:if(n)return B(t).length;r=(""+r).toLowerCase(),n=!0}}u.byteLength=er;function Zr(t,r,e){var n=!1;if((r===void 0||r<0)&&(r=0),r>this.length||((e===void 0||e>this.length)&&(e=this.length),e<=0)||(e>>>=0,r>>>=0,e<=r))return"";for(t||(t="utf8");;)switch(t){case"hex":return ue(this,r,e);case"utf8":case"utf-8":return ir(this,r,e);case"ascii":return ae(this,r,e);case"latin1":case"binary":return oe(this,r,e);case"base64":return ne(this,r,e);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return se(this,r,e);default:if(n)throw new TypeError("Unknown encoding: "+t);t=(t+"").toLowerCase(),n=!0}}u.prototype._isBuffer=!0;function N(t,r,e){var n=t[r];t[r]=t[e],t[e]=n}u.prototype.swap16=function(){var r=this.length;if(r%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var e=0;e<r;e+=2)N(this,e,e+1);return this};u.prototype.swap32=function(){var r=this.length;if(r%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var e=0;e<r;e+=4)N(this,e,e+3),N(this,e+1,e+2);return this};u.prototype.swap64=function(){var r=this.length;if(r%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var e=0;e<r;e+=8)N(this,e,e+7),N(this,e+1,e+6),N(this,e+2,e+5),N(this,e+3,e+4);return this};u.prototype.toString=function(){var r=this.length|0;return r===0?"":arguments.length===0?ir(this,0,r):Zr.apply(this,arguments)};u.prototype.equals=function(r){if(!_(r))throw new TypeError("Argument must be a Buffer");return this===r?!0:u.compare(this,r)===0};u.prototype.compare=function(r,e,n,i,a){if(!_(r))throw new TypeError("Argument must be a Buffer");if(e===void 0&&(e=0),n===void 0&&(n=r?r.length:0),i===void 0&&(i=0),a===void 0&&(a=this.length),e<0||n>r.length||i<0||a>this.length)throw new RangeError("out of range index");if(i>=a&&e>=n)return 0;if(i>=a)return-1;if(e>=n)return 1;if(e>>>=0,n>>>=0,i>>>=0,a>>>=0,this===r)return 0;for(var o=a-i,s=n-e,l=Math.min(o,s),f=this.slice(i,a),m=r.slice(e,n),p=0;p<l;++p)if(f[p]!==m[p]){o=f[p],s=m[p];break}return o<s?-1:s<o?1:0};function tr(t,r,e,n,i){if(t.length===0)return-1;if(typeof e=="string"?(n=e,e=0):e>2147483647?e=2147483647:e<-2147483648&&(e=-2147483648),e=+e,isNaN(e)&&(e=i?0:t.length-1),e<0&&(e=t.length+e),e>=t.length){if(i)return-1;e=t.length-1}else if(e<0)if(i)e=0;else return-1;if(typeof r=="string"&&(r=u.from(r,n)),_(r))return r.length===0?-1:$(t,r,e,n,i);if(typeof r=="number")return r=r&255,u.TYPED_ARRAY_SUPPORT&&typeof Uint8Array.prototype.indexOf=="function"?i?Uint8Array.prototype.indexOf.call(t,r,e):Uint8Array.prototype.lastIndexOf.call(t,r,e):$(t,[r],e,n,i);throw new TypeError("val must be string, number or Buffer")}function $(t,r,e,n,i){var a=1,o=t.length,s=r.length;if(n!==void 0&&(n=String(n).toLowerCase(),n==="ucs2"||n==="ucs-2"||n==="utf16le"||n==="utf-16le")){if(t.length<2||r.length<2)return-1;a=2,o/=2,s/=2,e/=2}function l(d,P){return a===1?d[P]:d.readUInt16BE(P*a)}var f;if(i){var m=-1;for(f=e;f<o;f++)if(l(t,f)===l(r,m===-1?0:f-m)){if(m===-1&&(m=f),f-m+1===s)return m*a}else m!==-1&&(f-=f-m),m=-1}else for(e+s>o&&(e=o-s),f=e;f>=0;f--){for(var p=!0,x=0;x<s;x++)if(l(t,f+x)!==l(r,x)){p=!1;break}if(p)return f}return-1}u.prototype.includes=function(r,e,n){return this.indexOf(r,e,n)!==-1};u.prototype.indexOf=function(r,e,n){return tr(this,r,e,n,!0)};u.prototype.lastIndexOf=function(r,e,n){return tr(this,r,e,n,!1)};function Qr(t,r,e,n){e=Number(e)||0;var i=t.length-e;n?(n=Number(n),n>i&&(n=i)):n=i;var a=r.length;if(a%2!==0)throw new TypeError("Invalid hex string");n>a/2&&(n=a/2);for(var o=0;o<n;++o){var s=parseInt(r.substr(o*2,2),16);if(isNaN(s))return o;t[e+o]=s}return o}function jr(t,r,e,n){return U(B(r,t.length-e),t,e,n)}function nr(t,r,e,n){return U(me(r),t,e,n)}function re(t,r,e,n){return nr(t,r,e,n)}function ee(t,r,e,n){return U(sr(r),t,e,n)}function te(t,r,e,n){return U(he(r,t.length-e),t,e,n)}u.prototype.write=function(r,e,n,i){if(e===void 0)i="utf8",n=this.length,e=0;else if(n===void 0&&typeof e=="string")i=e,n=this.length,e=0;else if(isFinite(e))e=e|0,isFinite(n)?(n=n|0,i===void 0&&(i="utf8")):(i=n,n=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var a=this.length-e;if((n===void 0||n>a)&&(n=a),r.length>0&&(n<0||e<0)||e>this.length)throw new RangeError("Attempt to write outside buffer bounds");i||(i="utf8");for(var o=!1;;)switch(i){case"hex":return Qr(this,r,e,n);case"utf8":case"utf-8":return jr(this,r,e,n);case"ascii":return nr(this,r,e,n);case"latin1":case"binary":return re(this,r,e,n);case"base64":return ee(this,r,e,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return te(this,r,e,n);default:if(o)throw new TypeError("Unknown encoding: "+i);i=(""+i).toLowerCase(),o=!0}};u.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function ne(t,r,e){return r===0&&e===t.length?q(t):q(t.slice(r,e))}function ir(t,r,e){e=Math.min(t.length,e);for(var n=[],i=r;i<e;){var a=t[i],o=null,s=a>239?4:a>223?3:a>191?2:1;if(i+s<=e){var l,f,m,p;switch(s){case 1:a<128&&(o=a);break;case 2:l=t[i+1],(l&192)===128&&(p=(a&31)<<6|l&63,p>127&&(o=p));break;case 3:l=t[i+1],f=t[i+2],(l&192)===128&&(f&192)===128&&(p=(a&15)<<12|(l&63)<<6|f&63,p>2047&&(p<55296||p>57343)&&(o=p));break;case 4:l=t[i+1],f=t[i+2],m=t[i+3],(l&192)===128&&(f&192)===128&&(m&192)===128&&(p=(a&15)<<18|(l&63)<<12|(f&63)<<6|m&63,p>65535&&p<1114112&&(o=p))}}o===null?(o=65533,s=1):o>65535&&(o-=65536,n.push(o>>>10&1023|55296),o=56320|o&1023),n.push(o),i+=s}return ie(n)}var Z=4096;function ie(t){var r=t.length;if(r<=Z)return String.fromCharCode.apply(String,t);for(var e="",n=0;n<r;)e+=String.fromCharCode.apply(String,t.slice(n,n+=Z));return e}function ae(t,r,e){var n="";e=Math.min(t.length,e);for(var i=r;i<e;++i)n+=String.fromCharCode(t[i]&127);return n}function oe(t,r,e){var n="";e=Math.min(t.length,e);for(var i=r;i<e;++i)n+=String.fromCharCode(t[i]);return n}function ue(t,r,e){var n=t.length;(!r||r<0)&&(r=0),(!e||e<0||e>n)&&(e=n);for(var i="",a=r;a<e;++a)i+=fe(t[a]);return i}function se(t,r,e){for(var n=t.slice(r,e),i="",a=0;a<n.length;a+=2)i+=String.fromCharCode(n[a]+n[a+1]*256);return i}u.prototype.slice=function(r,e){var n=this.length;r=~~r,e=e===void 0?n:~~e,r<0?(r+=n,r<0&&(r=0)):r>n&&(r=n),e<0?(e+=n,e<0&&(e=0)):e>n&&(e=n),e<r&&(e=r);var i;if(u.TYPED_ARRAY_SUPPORT)i=this.subarray(r,e),i.__proto__=u.prototype;else{var a=e-r;i=new u(a,void 0);for(var o=0;o<a;++o)i[o]=this[o+r]}return i};function h(t,r,e){if(t%1!==0||t<0)throw new RangeError("offset is not uint");if(t+r>e)throw new RangeError("Trying to access beyond buffer length")}u.prototype.readUIntLE=function(r,e,n){r=r|0,e=e|0,n||h(r,e,this.length);for(var i=this[r],a=1,o=0;++o<e&&(a*=256);)i+=this[r+o]*a;return i};u.prototype.readUIntBE=function(r,e,n){r=r|0,e=e|0,n||h(r,e,this.length);for(var i=this[r+--e],a=1;e>0&&(a*=256);)i+=this[r+--e]*a;return i};u.prototype.readUInt8=function(r,e){return e||h(r,1,this.length),this[r]};u.prototype.readUInt16LE=function(r,e){return e||h(r,2,this.length),this[r]|this[r+1]<<8};u.prototype.readUInt16BE=function(r,e){return e||h(r,2,this.length),this[r]<<8|this[r+1]};u.prototype.readUInt32LE=function(r,e){return e||h(r,4,this.length),(this[r]|this[r+1]<<8|this[r+2]<<16)+this[r+3]*16777216};u.prototype.readUInt32BE=function(r,e){return e||h(r,4,this.length),this[r]*16777216+(this[r+1]<<16|this[r+2]<<8|this[r+3])};u.prototype.readIntLE=function(r,e,n){r=r|0,e=e|0,n||h(r,e,this.length);for(var i=this[r],a=1,o=0;++o<e&&(a*=256);)i+=this[r+o]*a;return a*=128,i>=a&&(i-=Math.pow(2,8*e)),i};u.prototype.readIntBE=function(r,e,n){r=r|0,e=e|0,n||h(r,e,this.length);for(var i=e,a=1,o=this[r+--i];i>0&&(a*=256);)o+=this[r+--i]*a;return a*=128,o>=a&&(o-=Math.pow(2,8*e)),o};u.prototype.readInt8=function(r,e){return e||h(r,1,this.length),this[r]&128?(255-this[r]+1)*-1:this[r]};u.prototype.readInt16LE=function(r,e){e||h(r,2,this.length);var n=this[r]|this[r+1]<<8;return n&32768?n|4294901760:n};u.prototype.readInt16BE=function(r,e){e||h(r,2,this.length);var n=this[r+1]|this[r]<<8;return n&32768?n|4294901760:n};u.prototype.readInt32LE=function(r,e){return e||h(r,4,this.length),this[r]|this[r+1]<<8|this[r+2]<<16|this[r+3]<<24};u.prototype.readInt32BE=function(r,e){return e||h(r,4,this.length),this[r]<<24|this[r+1]<<16|this[r+2]<<8|this[r+3]};u.prototype.readFloatLE=function(r,e){return e||h(r,4,this.length),L(this,r,!0,23,4)};u.prototype.readFloatBE=function(r,e){return e||h(r,4,this.length),L(this,r,!1,23,4)};u.prototype.readDoubleLE=function(r,e){return e||h(r,8,this.length),L(this,r,!0,52,8)};u.prototype.readDoubleBE=function(r,e){return e||h(r,8,this.length),L(this,r,!1,52,8)};function g(t,r,e,n,i,a){if(!_(t))throw new TypeError('"buffer" argument must be a Buffer instance');if(r>i||r<a)throw new RangeError('"value" argument is out of bounds');if(e+n>t.length)throw new RangeError("Index out of range")}u.prototype.writeUIntLE=function(r,e,n,i){if(r=+r,e=e|0,n=n|0,!i){var a=Math.pow(2,8*n)-1;g(this,r,e,n,a,0)}var o=1,s=0;for(this[e]=r&255;++s<n&&(o*=256);)this[e+s]=r/o&255;return e+n};u.prototype.writeUIntBE=function(r,e,n,i){if(r=+r,e=e|0,n=n|0,!i){var a=Math.pow(2,8*n)-1;g(this,r,e,n,a,0)}var o=n-1,s=1;for(this[e+o]=r&255;--o>=0&&(s*=256);)this[e+o]=r/s&255;return e+n};u.prototype.writeUInt8=function(r,e,n){return r=+r,e=e|0,n||g(this,r,e,1,255,0),u.TYPED_ARRAY_SUPPORT||(r=Math.floor(r)),this[e]=r&255,e+1};function O(t,r,e,n){r<0&&(r=65535+r+1);for(var i=0,a=Math.min(t.length-e,2);i<a;++i)t[e+i]=(r&255<<8*(n?i:1-i))>>>(n?i:1-i)*8}u.prototype.writeUInt16LE=function(r,e,n){return r=+r,e=e|0,n||g(this,r,e,2,65535,0),u.TYPED_ARRAY_SUPPORT?(this[e]=r&255,this[e+1]=r>>>8):O(this,r,e,!0),e+2};u.prototype.writeUInt16BE=function(r,e,n){return r=+r,e=e|0,n||g(this,r,e,2,65535,0),u.TYPED_ARRAY_SUPPORT?(this[e]=r>>>8,this[e+1]=r&255):O(this,r,e,!1),e+2};function M(t,r,e,n){r<0&&(r=4294967295+r+1);for(var i=0,a=Math.min(t.length-e,4);i<a;++i)t[e+i]=r>>>(n?i:3-i)*8&255}u.prototype.writeUInt32LE=function(r,e,n){return r=+r,e=e|0,n||g(this,r,e,4,4294967295,0),u.TYPED_ARRAY_SUPPORT?(this[e+3]=r>>>24,this[e+2]=r>>>16,this[e+1]=r>>>8,this[e]=r&255):M(this,r,e,!0),e+4};u.prototype.writeUInt32BE=function(r,e,n){return r=+r,e=e|0,n||g(this,r,e,4,4294967295,0),u.TYPED_ARRAY_SUPPORT?(this[e]=r>>>24,this[e+1]=r>>>16,this[e+2]=r>>>8,this[e+3]=r&255):M(this,r,e,!1),e+4};u.prototype.writeIntLE=function(r,e,n,i){if(r=+r,e=e|0,!i){var a=Math.pow(2,8*n-1);g(this,r,e,n,a-1,-a)}var o=0,s=1,l=0;for(this[e]=r&255;++o<n&&(s*=256);)r<0&&l===0&&this[e+o-1]!==0&&(l=1),this[e+o]=(r/s>>0)-l&255;return e+n};u.prototype.writeIntBE=function(r,e,n,i){if(r=+r,e=e|0,!i){var a=Math.pow(2,8*n-1);g(this,r,e,n,a-1,-a)}var o=n-1,s=1,l=0;for(this[e+o]=r&255;--o>=0&&(s*=256);)r<0&&l===0&&this[e+o+1]!==0&&(l=1),this[e+o]=(r/s>>0)-l&255;return e+n};u.prototype.writeInt8=function(r,e,n){return r=+r,e=e|0,n||g(this,r,e,1,127,-128),u.TYPED_ARRAY_SUPPORT||(r=Math.floor(r)),r<0&&(r=255+r+1),this[e]=r&255,e+1};u.prototype.writeInt16LE=function(r,e,n){return r=+r,e=e|0,n||g(this,r,e,2,32767,-32768),u.TYPED_ARRAY_SUPPORT?(this[e]=r&255,this[e+1]=r>>>8):O(this,r,e,!0),e+2};u.prototype.writeInt16BE=function(r,e,n){return r=+r,e=e|0,n||g(this,r,e,2,32767,-32768),u.TYPED_ARRAY_SUPPORT?(this[e]=r>>>8,this[e+1]=r&255):O(this,r,e,!1),e+2};u.prototype.writeInt32LE=function(r,e,n){return r=+r,e=e|0,n||g(this,r,e,4,2147483647,-2147483648),u.TYPED_ARRAY_SUPPORT?(this[e]=r&255,this[e+1]=r>>>8,this[e+2]=r>>>16,this[e+3]=r>>>24):M(this,r,e,!0),e+4};u.prototype.writeInt32BE=function(r,e,n){return r=+r,e=e|0,n||g(this,r,e,4,2147483647,-2147483648),r<0&&(r=4294967295+r+1),u.TYPED_ARRAY_SUPPORT?(this[e]=r>>>24,this[e+1]=r>>>16,this[e+2]=r>>>8,this[e+3]=r&255):M(this,r,e,!1),e+4};function ar(t,r,e,n,i,a){if(e+n>t.length)throw new RangeError("Index out of range");if(e<0)throw new RangeError("Index out of range")}function or(t,r,e,n,i){return i||ar(t,r,e,4,34028234663852886e22,-34028234663852886e22),lr(t,r,e,n,23,4),e+4}u.prototype.writeFloatLE=function(r,e,n){return or(this,r,e,!0,n)};u.prototype.writeFloatBE=function(r,e,n){return or(this,r,e,!1,n)};function ur(t,r,e,n,i){return i||ar(t,r,e,8,17976931348623157e292,-17976931348623157e292),lr(t,r,e,n,52,8),e+8}u.prototype.writeDoubleLE=function(r,e,n){return ur(this,r,e,!0,n)};u.prototype.writeDoubleBE=function(r,e,n){return ur(this,r,e,!1,n)};u.prototype.copy=function(r,e,n,i){if(n||(n=0),!i&&i!==0&&(i=this.length),e>=r.length&&(e=r.length),e||(e=0),i>0&&i<n&&(i=n),i===n||r.length===0||this.length===0)return 0;if(e<0)throw new RangeError("targetStart out of bounds");if(n<0||n>=this.length)throw new RangeError("sourceStart out of bounds");if(i<0)throw new RangeError("sourceEnd out of bounds");i>this.length&&(i=this.length),r.length-e<i-n&&(i=r.length-e+n);var a=i-n,o;if(this===r&&n<e&&e<i)for(o=a-1;o>=0;--o)r[o+e]=this[o+n];else if(a<1e3||!u.TYPED_ARRAY_SUPPORT)for(o=0;o<a;++o)r[o+e]=this[o+n];else Uint8Array.prototype.set.call(r,this.subarray(n,n+a),e);return a};u.prototype.fill=function(r,e,n,i){if(typeof r=="string"){if(typeof e=="string"?(i=e,e=0,n=this.length):typeof n=="string"&&(i=n,n=this.length),r.length===1){var a=r.charCodeAt(0);a<256&&(r=a)}if(i!==void 0&&typeof i!="string")throw new TypeError("encoding must be a string");if(typeof i=="string"&&!u.isEncoding(i))throw new TypeError("Unknown encoding: "+i)}else typeof r=="number"&&(r=r&255);if(e<0||this.length<e||this.length<n)throw new RangeError("Out of range index");if(n<=e)return this;e=e>>>0,n=n===void 0?this.length:n>>>0,r||(r=0);var o;if(typeof r=="number")for(o=e;o<n;++o)this[o]=r;else{var s=_(r)?r:B(new u(r,i).toString()),l=s.length;for(o=0;o<n-e;++o)this[o+e]=s[o%l]}return this};var ce=/[^+\/0-9A-Za-z-_]/g;function le(t){if(t=pe(t).replace(ce,""),t.length<2)return"";for(;t.length%4!==0;)t=t+"=";return t}function pe(t){return t.trim?t.trim():t.replace(/^\s+|\s+$/g,"")}function fe(t){return t<16?"0"+t.toString(16):t.toString(16)}function B(t,r){r=r||1/0;for(var e,n=t.length,i=null,a=[],o=0;o<n;++o){if(e=t.charCodeAt(o),e>55295&&e<57344){if(!i){if(e>56319){(r-=3)>-1&&a.push(239,191,189);continue}else if(o+1===n){(r-=3)>-1&&a.push(239,191,189);continue}i=e;continue}if(e<56320){(r-=3)>-1&&a.push(239,191,189),i=e;continue}e=(i-55296<<10|e-56320)+65536}else i&&(r-=3)>-1&&a.push(239,191,189);if(i=null,e<128){if((r-=1)<0)break;a.push(e)}else if(e<2048){if((r-=2)<0)break;a.push(e>>6|192,e&63|128)}else if(e<65536){if((r-=3)<0)break;a.push(e>>12|224,e>>6&63|128,e&63|128)}else if(e<1114112){if((r-=4)<0)break;a.push(e>>18|240,e>>12&63|128,e>>6&63|128,e&63|128)}else throw new Error("Invalid code point")}return a}function me(t){for(var r=[],e=0;e<t.length;++e)r.push(t.charCodeAt(e)&255);return r}function he(t,r){for(var e,n,i,a=[],o=0;o<t.length&&!((r-=2)<0);++o)e=t.charCodeAt(o),n=e>>8,i=e%256,a.push(i),a.push(n);return a}function sr(t){return Hr(le(t))}function U(t,r,e,n){for(var i=0;i<n&&!(i+e>=r.length||i>=t.length);++i)r[i+e]=t[i];return i}function be(t){return t!==t}function ge(t){return t!=null&&(!!t._isBuffer||cr(t)||de(t))}function cr(t){return!!t.constructor&&typeof t.constructor.isBuffer=="function"&&t.constructor.isBuffer(t)}function de(t){return typeof t.readFloatLE=="function"&&typeof t.slice=="function"&&cr(t.slice(0,0))}function L(t,r,e,n,i){var a,o,s=i*8-n-1,l=(1<<s)-1,f=l>>1,m=-7,p=e?i-1:0,x=e?-1:1,d=t[r+p];for(p+=x,a=d&(1<<-m)-1,d>>=-m,m+=s;m>0;a=a*256+t[r+p],p+=x,m-=8);for(o=a&(1<<-m)-1,a>>=-m,m+=n;m>0;o=o*256+t[r+p],p+=x,m-=8);if(a===0)a=1-f;else{if(a===l)return o?NaN:(d?-1:1)*(1/0);o=o+Math.pow(2,n),a=a-f}return(d?-1:1)*o*Math.pow(2,a-n)}function lr(t,r,e,n,i,a){var o,s,l,f=a*8-i-1,m=(1<<f)-1,p=m>>1,x=i===23?Math.pow(2,-24)-Math.pow(2,-77):0,d=n?0:a-1,P=n?1:-1,br=r<0||r===0&&1/r<0?1:0;for(r=Math.abs(r),isNaN(r)||r===1/0?(s=isNaN(r)?1:0,o=m):(o=Math.floor(Math.log(r)/Math.LN2),r*(l=Math.pow(2,-o))<1&&(o--,l*=2),o+p>=1?r+=x/l:r+=x*Math.pow(2,1-p),r*l>=2&&(o++,l/=2),o+p>=m?(s=0,o=m):o+p>=1?(s=(r*l-1)*Math.pow(2,i),o=o+p):(s=r*Math.pow(2,p-1)*Math.pow(2,i),o=0));i>=8;t[e+d]=s&255,d+=P,s/=256,i-=8);for(o=o<<i|s,f+=i;f>0;t[e+d]=o&255,d+=P,o/=256,f-=8);t[e+d-P]|=br*128}var Ee=(c=>(c.ENABLED="company.enabled",c.APP_TITLE="company.appTitle",c.DOMAIN="company.domain",c.LOGO="appearance.logo",c.AMM="product.amm",c.OBDEX="product.obdex",c.THEMES="appearance.themes",c.DIRECT_SETTLE="company.directSettlement",c.AMM_FEE="company.ammFee",c.FEE_SHARE="company.feeShare",c.MIN_FEE="company.minFee",c.MAKER_FEE="company.makerFee",c.TAKER_FEE="company.takerFee",c.GEOBLOCK="company.geoblock",c.EMBEDDED_APP_URL="company.embeddedAppUrl",c.PRODUCT_OBDEX="product.obdex",c.PRODUCT_AMM="product.amm",c.NEW_TAB="appearance.newTab",c.APPEARANCE_TARGET="appearance.target",c.CUSTOM_MENU_ITEMS="appearance.customMenuItems",c.REPORT_BUTTONS="appearance.reportButtons",c.APPEARANCE_CHART_TYPE="appearance.chartType",c.APPEARANCE_CHART_INT="appearance.chartInt",c.PINNED_PAIRS="markets.pinnedPairs",c.KYC_TRADE_REQUIREMENT_ENABLED="markets.kycTradeRequirementEnabled",c.AFFILIATE_DASHBOARD_VISIBILITY="product.affiliateDashboardVisibility",c.AFFILIATE_DASHBOARD_THRESHOLD="product.affiliateDashboardThreshold",c.AFFILIATE_DEFAULT_FEE_SHARE="product.affiliateDefaultFeeShare",c.AFFILIATE_POINTS_REWARD="product.affiliatePointsReward",c.POINT_SYSTEM_MODE="product.pointSystem",c.POINT_SYSTEM_TELEGRAM_API_TOKEN="point-system.telegramApiToken",c.POINT_SYSTEM_TELEGRAM_ENABLED="point-system.telegramEnabled",c.POINT_SYSTEM_TELEGRAM_GROUP_ID="point-system.telegramGroupId",c.POINT_SYSTEM_TELEGRAM_BOT_NAME="point-system.telegramBotName",c.POINT_SYSTEM_TELEGRAM_BOT_ID="point-system.telegramBotId",c.POINT_SYSTEM_TELEGRAM_GROUP_NAME="point-system.telegramGroupName",c.POINT_SYSTEM_TELEGRAM_WEBHOOK_TOKEN="point-system.telegramWebhookToken",c.POINT_SYSTEM_DISCORD_CLIENT_ID="point-system.discordClientId",c.POINT_SYSTEM_DISCORD_CLIENT_SECRET="point-system.discordClientSecret",c.POINT_SYSTEM_DISCORD_SERVER_ID="point-system.discordServerId",c.POINT_SYSTEM_DISCORD_ENABLED="point-system.discordEnabled",c.POINT_SYSTEM_TWITTER_CLIENT_ID="point-system.twitterClientId",c.POINT_SYSTEM_TWITTER_CLIENT_SECRET="point-system.twitterClientSecret",c.POINT_SYSTEM_TWITTER_BEARER_TOKEN="point-system.twitterBearerToken",c.POINT_SYSTEM_TWITTER_REFRESH_TOKEN="point-system.twitterRefreshToken",c.POINT_SYSTEM_TWITTER_ENABLED="point-system.twitterEnabled",c.POINT_SYSTEM_TWITTER_JOB_ENABLED="point-system.twitterJobEnabled",c.POINT_SYSTEM_TWITTER_HASHTAGS="point-system.twitterHashtags",c.POINT_SYSTEM_TWITTER_TWEET_EXP_TIME="point-system.twitterPostDefaultExpirationTime",c.POINT_SYSTEM_TWITTER_ACCOUNT_NAME="point-system.twitterAccountName",c.POINT_SYSTEM_TWITTER_ACCOUNT_ID="point-system.twitterAccountId",c.POINT_SYSTEM_TWITTER_WEBHOOK_TOKEN="point-system.twitterWebhookToken",c.POINT_SYSTEM_GUIDE_LINK="point-system.guideLink",c))(Ee||{}),xe=(n=>(n.DISABLED="disabled",n.ENABLED_FOR_ALL="enabled for all",n.ENABLED_FOR_AFFILIATES="enabled for affiliates",n))(xe||{}),Te=(o=>(o.API_TOKEN="apiToken",o.CLIENT_ID="clientId",o.CLIENT_SECRET="clientSecret",o.BEARER_TOKEN="bearerToken",o.REFRESH_TOKEN="refreshToken",o.ACCESS_TOKEN="accessToken",o))(Te||{}),Fe={"point-system.telegramApiToken":"apiToken","point-system.discordClientId":"clientId","point-system.discordClientSecret":"clientSecret","point-system.twitterClientSecret":"clientSecret","point-system.twitterClientId":"clientId","point-system.twitterBearerToken":"bearerToken","point-system.twitterRefreshToken":"refreshToken"},We=["primary-1","primary-2","main-background","primary-text","module-background","buy-text","buy-background","sell-text","sell-background","secondary-text","input-background-default","input-background-hover","input-background-disabled","input-border-default","module-border","button-disabled","button-border","input-border-active","active-element-default","hover-element-default","dropdown-shadow","button-text","pair-active-row"],Ke=`{"theme1":{"value":"${b.env.FRONTEND_URL}/Theme%3DDark.svg","active":true},"theme2":{"value":"${b.env.FRONTEND_URL}/Theme%3DLight.svg","active":true},"theme3":{"value":"${b.env.FRONTEND_URL}/Theme%3DLight.svg","active":true}}`,Ve='{"theme1":{"name":"dark","active":true,"value":{"primary-1":"rgba(118, 63, 229, 1)","primary-2":"rgba(249, 132, 146, 1)","main-background":"rgba(1, 1, 1, 1)","primary-text":"rgba(255, 255, 255, 1)","module-background":"rgba(19, 23, 34, 1)","buy-text":"rgba(82, 164, 154, 1)","buy-background":"rgba(2, 199, 122, 0.25)","sell-text":"rgba(221, 94, 86, 1)","sell-background":"rgba(255, 59, 105, 0.25)","secondary-text":"rgba(127, 127, 127, 1)","input-background-default":"rgba(13, 15, 21, 1)","input-background-hover":"rgba(28, 33, 45, 1)","input-background-disabled":"rgba(25, 29, 41, 1)","input-border-default":"rgba(28, 33, 45, 1)","module-border":"rgba(28, 33, 45, 1)","button-disabled":"rgba(111, 113, 118, 1)","button-border":"rgba(255, 255, 255, 1)","input-border-active":"rgba(185, 163, 238, 1)","active-element-default":"rgba(230, 136, 150, 1)","hover-element-default":"rgba(185, 163, 238, 1)","dropdown-shadow":"rgba(154, 92, 253, 0.45)","button-text":"rgba(255, 255, 255, 1)","pair-active-row":"rgba(28, 33, 45, 1)"}},"theme2":{"name":"light","active":true,"value":{"primary-1":"rgba(118, 63, 229, 1)","primary-2":"rgba(249, 132, 146, 1)","main-background":"rgba(249, 248, 248, 1)","primary-text":"rgba(0, 0, 0, 1)","module-background":"rgba(255, 255, 255, 1)","buy-text":"rgba(0, 112, 98, 1)","buy-background":"rgba(0, 112, 98, 0.25)","sell-text":"rgba(195, 12, 1, 1)","sell-background":"rgba(255, 59, 105, 0.25)","secondary-text":"rgba(127, 127, 127, 1)","button-disabled":"rgba(203, 199, 199, 1)","input-background-default":"rgba(255, 255, 255, 1)","input-background-hover":"rgba(249, 248, 248, 1)","input-background-disabled":"rgba(249, 248, 248, 1)","input-border-default":"rgba(228, 225, 225, 1)","module-border":"rgba(228, 225, 225, 1)","button-border":"rgba(170, 167, 167, 1)","input-border-active":"rgba(0, 0, 0, 1)","active-element-default":"rgba(230, 136, 150, 1)","hover-element-default":"rgba(185, 163, 238, 1)","dropdown-shadow":"rgba(154, 92, 253, 0.45)","button-text":"rgba(255, 255, 255, 1)","pair-active-row":"rgb(249, 248, 248)"}},"theme3":{"name":"purple","active":true,"value":{"primary-1":"rgba(118, 63, 229, 1)","primary-2":"rgba(249, 132, 146, 1)","main-background":"rgba(255, 255, 255, 1)","primary-text":"rgba(0, 0, 0, 1)","secondary-text":"rgba(127, 127, 127, 1)","buy-text":"rgba(0, 112, 98, 1)","sell-text":"rgba(195, 12, 1, 1)","buy-background":"rgba(0, 112, 98, 0.25)","sell-background":"rgba(255, 59, 105, 0.25)","module-background":"rgba(254, 250, 255, 1)","module-border":"rgba(228, 225, 225, 1)","input-background-default":"rgba(255, 255, 255, 1)","input-background-hover":"rgba(249, 248, 248, 1)","input-background-disabled":"rgba(254, 250, 255, 1)","input-border-default":"rgba(228, 225, 225, 1)","input-border-active":"rgba(0, 0, 0, 1)","button-border":"rgba(170, 167, 167, 1)","button-disabled":"rgba(203, 199, 199, 1)","active-element-default":"rgba(230, 136, 150, 1)","hover-element-default":"rgba(185, 163, 238, 1)","dropdown-shadow":"rgba(154, 92, 253, 0.45)","button-text":"rgba(255, 255, 255, 1)","pair-active-row":"rgb(249, 248, 248)"}}}',_e=(n=>(n.theme1='{"name":"dark","id":"theme1","active":true, "chartColors":{"bullish_candle_color": "rgba(2, 199, 122, 0.25)","bearish_candle_color": "rgba(221, 94, 86, 1)","bullish_wick_color": "rgba(2, 199, 122, 0.25)","bearish_wick_color": "rgba(221, 94, 86, 1)","bullish_outline_color": "rgba(2, 199, 122, 0.25)","bearish_outline_color": "rgba(221, 94, 86, 1)","line_color": "rgba(41, 98, 255, 1)","chart_background": "rgba(19, 23, 34, 1)","chart_text": "rgba(127, 127, 127, 1)"}, "colors":{"primary-1":"rgba(118, 63, 229, 1)","primary-2":"rgba(249, 132, 146, 1)","main-background":"rgba(1, 1, 1, 1)","primary-text":"rgba(255, 255, 255, 1)","module-background":"rgba(19, 23, 34, 1)","buy-text":"rgba(82, 164, 154, 1)","buy-background":"rgba(2, 199, 122, 0.25)","sell-text":"rgba(221, 94, 86, 1)","sell-background":"rgba(255, 59, 105, 0.25)","secondary-text":"rgba(127, 127, 127, 1)","input-background-default":"rgba(13, 15, 21, 1)","input-background-hover":"rgba(28, 33, 45, 1)","input-background-disabled":"rgba(25, 29, 41, 1)","input-border-default":"rgba(28, 33, 45, 1)","module-border":"rgba(28, 33, 45, 1)","button-disabled":"rgba(111, 113, 118, 1)","button-border":"rgba(255, 255, 255, 1)","input-border-active":"rgba(185, 163, 238, 1)","active-element-default":"rgba(230, 136, 150, 1)","hover-element-default":"rgba(185, 163, 238, 1)","dropdown-shadow":"rgba(154, 92, 253, 0.45)","button-text":"rgba(255, 255, 255, 1)","pair-active-row":"rgba(28, 33, 45, 1)"}}',n.theme2='{"name":"light","id":"theme2","active":true, "chartColors":{"bullish_candle_color": "rgba(0, 112, 98, 1)","bearish_candle_color": "rgba(195, 12, 1, 1)","bullish_wick_color": "rgba(0, 112, 98, 1)","bearish_wick_color": "rgba(195, 12, 1, 1)","bullish_outline_color": "rgba(0, 112, 98, 1)","bearish_outline_color": "rgba(195, 12, 1, 1)","line_color": "rgba(41, 98, 255, 1)","chart_background": "rgba(255, 255, 255, 1)","chart_text": "rgba(127, 127, 127, 1)"}, "colors":{"primary-1":"rgba(118, 63, 229, 1)","primary-2":"rgba(249, 132, 146, 1)","main-background":"rgba(249, 248, 248, 1)","primary-text":"rgba(0, 0, 0, 1)","module-background":"rgba(255, 255, 255, 1)","buy-text":"rgba(0, 112, 98, 1)","buy-background":"rgba(0, 112, 98, 0.25)","sell-text":"rgba(195, 12, 1, 1)","sell-background":"rgba(255, 59, 105, 0.25)","secondary-text":"rgba(127, 127, 127, 1)","button-disabled":"rgba(203, 199, 199, 1)","input-background-default":"rgba(255, 255, 255, 1)","input-background-hover":"rgba(249, 248, 248, 1)","input-background-disabled":"rgba(249, 248, 248, 1)","input-border-default":"rgba(228, 225, 225, 1)","module-border":"rgba(228, 225, 225, 1)","button-border":"rgba(170, 167, 167, 1)","input-border-active":"rgba(0, 0, 0, 1)","active-element-default":"rgba(230, 136, 150, 1)","hover-element-default":"rgba(185, 163, 238, 1)","dropdown-shadow":"rgba(154, 92, 253, 0.45)","button-text":"rgba(255, 255, 255, 1)","pair-active-row":"rgb(249, 248, 248)"}}',n.theme3='{"name":"purple","id":"theme3","active":true, "chartColors":{"bullish_candle_color": "rgba(0, 112, 98, 1)","bearish_candle_color": "rgba(195, 12, 1, 1)","bullish_wick_color": "rgba(0, 112, 98, 1)","bearish_wick_color": "rgba(195, 12, 1, 1)","bullish_outline_color": "rgba(0, 112, 98, 1)","bearish_outline_color": "rgba(195, 12, 1, 1)","line_color": "rgba(41, 98, 255, 1)","chart_background": "rgba(254, 250, 255, 1)","chart_text": "rgba(127, 127, 127, 1)"}, "colors":{"primary-1":"rgba(118, 63, 229, 1)","primary-2":"rgba(249, 132, 146, 1)","main-background":"rgba(255, 255, 255, 1)","primary-text":"rgba(0, 0, 0, 1)","secondary-text":"rgba(127, 127, 127, 1)","buy-text":"rgba(0, 112, 98, 1)","sell-text":"rgba(195, 12, 1, 1)","buy-background":"rgba(0, 112, 98, 0.25)","sell-background":"rgba(255, 59, 105, 0.25)","module-background":"rgba(254, 250, 255, 1)","module-border":"rgba(228, 225, 225, 1)","input-background-default":"rgba(255, 255, 255, 1)","input-background-hover":"rgba(249, 248, 248, 1)","input-background-disabled":"rgba(254, 250, 255, 1)","input-border-default":"rgba(228, 225, 225, 1)","input-border-active":"rgba(0, 0, 0, 1)","button-border":"rgba(170, 167, 167, 1)","button-disabled":"rgba(203, 199, 199, 1)","active-element-default":"rgba(230, 136, 150, 1)","hover-element-default":"rgba(185, 163, 238, 1)","dropdown-shadow":"rgba(154, 92, 253, 0.45)","button-text":"rgba(255, 255, 255, 1)","pair-active-row":"rgb(249, 248, 248)"}}',n))(_e||{});var ye=(a=>(a.STABLE="stable",a.CPMM="constant_product",a.LEND="lending",a.NANO="nano",a.MVNANO="mvnano",a))(ye||{}),we=(a=>(a[a.ultrade=0]="ultrade",a[a.tinyman=1]="tinyman",a[a.pactfi=2]="pactfi",a[a.humble=3]="humble",a[a.algofi=4]="algofi",a))(we||{}),Ae=(a=>(a.ultrade="U",a.tinyman="T",a.pactfi="P",a.humble="H",a.algofi="A",a))(Ae||{}),Re=(a=>(a[a.ultrade=1]="ultrade",a[a.tinyman=2]="tinyman",a[a.pactfi=1]="pactfi",a[a.humble=1]="humble",a[a.algofi=2]="algofi",a))(Re||{}),pr={V1_1:"v1_1",V2:"v2"},Xe={[pr.V1_1]:{testnet:62368684,mainnet:552635992},[pr.V2]:{testnet:148607e3,mainnet:1002541853}},Ie=(e=>(e.ASSETS="assets.json",e.TOP_ASSETS="topAssets.json",e))(Ie||{});var ve=(i=>(i.last_7_days="last_7_days",i.last_30_days="last_30_days",i.last_90_days="last_90_days",i.last_year="last_year",i))(ve||{}),fr=class{constructor(){this.timeRange="last_30_days";this.sortBy="volume_usd";this.order="desc";this.limit=20;this.page=1}},mr=class{constructor(){this.timeRange="last_30_days";this.sortBy="volume_usd";this.order="desc";this.limit=20;this.page=1}},Ne=(i=>(i.volume="volume",i.fees="fees",i.orders="orders",i.dau="dau",i))(Ne||{}),hr=class{constructor(){this.type="volume";this.timeRange="last_7_days"}};var Pe=(a=>(a.PREPARING="provisioning",a.STOPPING="stopping",a.RUNNING="running",a.STOPPED="stopped",a.FAILED="failed",a))(Pe||{});export{xe as AffDashboardVisibilitySettingEnum,Ie as AmmBucketKeys,Ae as AmmChars,Re as AmmForeignResources,we as AmmIds,pr as CONTRACT_VERSION,hr as ChartQueryDto,Te as CredentialNameEnum,Pe as HummingbotInstanceStatus,fr as PairsQueryDto,ye as PoolType,Ee as SettingIds,ve as SmallTimeframeEnum,Ne as StatisticTypeQuery,mr as UsersQueryDto,Xe as VALIDATOR_APP_ID,Ke as defaultLogoSettingValue,Ve as defaultThemeSettingValue,_e as defaultThemesValue,We as requiredColors,Fe as settingIdToSecretType};
|
|
1
|
+
function K(){throw new Error("setTimeout has not been defined")}function G(){throw new Error("clearTimeout has not been defined")}var A=K,R=G;typeof globalThis.setTimeout=="function"&&(A=setTimeout);typeof globalThis.clearTimeout=="function"&&(R=clearTimeout);function z(t){if(A===setTimeout)return setTimeout(t,0);if((A===K||!A)&&setTimeout)return A=setTimeout,setTimeout(t,0);try{return A(t,0)}catch{try{return A.call(null,t,0)}catch{return A.call(this,t,0)}}}function gr(t){if(R===clearTimeout)return clearTimeout(t);if((R===G||!R)&&clearTimeout)return R=clearTimeout,clearTimeout(t);try{return R(t)}catch{try{return R.call(null,t)}catch{return R.call(this,t)}}}var y=[],k=!1,I,C=-1;function dr(){!k||!I||(k=!1,I.length?y=I.concat(y):C=-1,y.length&&X())}function X(){if(!k){var t=z(dr);k=!0;for(var r=y.length;r;){for(I=y,y=[];++C<r;)I&&I[C].run();C=-1,r=y.length}I=null,k=!1,gr(t)}}function xr(t){var r=new Array(arguments.length-1);if(arguments.length>1)for(var e=1;e<arguments.length;e++)r[e-1]=arguments[e];y.push(new J(t,r)),y.length===1&&!k&&z(X)}function J(t,r){this.fun=t,this.array=r}J.prototype.run=function(){this.fun.apply(null,this.array)};var Er="browser",_r="browser",Tr=!0,yr={},wr=[],Ar="",Rr={},Ir={},vr={};function v(){}var Nr=v,Pr=v,Sr=v,kr=v,Cr=v,Dr=v,Br=v;function Or(t){throw new Error("process.binding is not supported")}function Mr(){return"/"}function Ur(t){throw new Error("process.chdir is not supported")}function Lr(){return 0}var S=globalThis.performance||{},Yr=S.now||S.mozNow||S.msNow||S.oNow||S.webkitNow||function(){return new Date().getTime()};function Fr(t){var r=Yr.call(S)*.001,e=Math.floor(r),n=Math.floor(r%1*1e9);return t&&(e=e-t[0],n=n-t[1],n<0&&(e--,n+=1e9)),[e,n]}var Wr=new Date;function Vr(){var t=new Date,r=t-Wr;return r/1e3}var b={nextTick:xr,title:Er,browser:Tr,env:yr,argv:wr,version:Ar,versions:Rr,on:Nr,addListener:Pr,once:Sr,off:kr,removeListener:Cr,removeAllListeners:Dr,emit:Br,binding:Or,cwd:Mr,chdir:Ur,umask:Lr,hrtime:Fr,platform:_r,release:Ir,config:vr,uptime:Vr},H={};Object.keys(H).forEach(t=>{let r=t.split("."),e=b;for(let n=0;n<r.length;n++){let i=r[n];n===r.length-1?e[i]=H[t]:e=e[i]||(e[i]={})}});var _=[],x=[],Hr=typeof Uint8Array<"u"?Uint8Array:Array,F=!1;function Q(){F=!0;for(var t="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",r=0,e=t.length;r<e;++r)_[r]=t[r],x[t.charCodeAt(r)]=r;x[45]=62,x[95]=63}function Kr(t){F||Q();var r,e,n,i,a,o,s=t.length;if(s%4>0)throw new Error("Invalid string. Length must be a multiple of 4");a=t[s-2]==="="?2:t[s-1]==="="?1:0,o=new Hr(s*3/4-a),n=a>0?s-4:s;var l=0;for(r=0,e=0;r<n;r+=4,e+=3)i=x[t.charCodeAt(r)]<<18|x[t.charCodeAt(r+1)]<<12|x[t.charCodeAt(r+2)]<<6|x[t.charCodeAt(r+3)],o[l++]=i>>16&255,o[l++]=i>>8&255,o[l++]=i&255;return a===2?(i=x[t.charCodeAt(r)]<<2|x[t.charCodeAt(r+1)]>>4,o[l++]=i&255):a===1&&(i=x[t.charCodeAt(r)]<<10|x[t.charCodeAt(r+1)]<<4|x[t.charCodeAt(r+2)]>>2,o[l++]=i>>8&255,o[l++]=i&255),o}function Gr(t){return _[t>>18&63]+_[t>>12&63]+_[t>>6&63]+_[t&63]}function zr(t,r,e){for(var n,i=[],a=r;a<e;a+=3)n=(t[a]<<16)+(t[a+1]<<8)+t[a+2],i.push(Gr(n));return i.join("")}function q(t){F||Q();for(var r,e=t.length,n=e%3,i="",a=[],o=16383,s=0,l=e-n;s<l;s+=o)a.push(zr(t,s,s+o>l?l:s+o));return n===1?(r=t[e-1],i+=_[r>>2],i+=_[r<<4&63],i+="=="):n===2&&(r=(t[e-2]<<8)+t[e-1],i+=_[r>>10],i+=_[r>>4&63],i+=_[r<<2&63],i+="="),a.push(i),a.join("")}u.TYPED_ARRAY_SUPPORT=globalThis.TYPED_ARRAY_SUPPORT!==void 0?globalThis.TYPED_ARRAY_SUPPORT:!0;function D(){return u.TYPED_ARRAY_SUPPORT?2147483647:1073741823}function w(t,r){if(D()<r)throw new RangeError("Invalid typed array length");return u.TYPED_ARRAY_SUPPORT?(t=new Uint8Array(r),t.__proto__=u.prototype):(t===null&&(t=new u(r)),t.length=r),t}function u(t,r,e){if(!u.TYPED_ARRAY_SUPPORT&&!(this instanceof u))return new u(t,r,e);if(typeof t=="number"){if(typeof r=="string")throw new Error("If encoding is specified then the first argument must be a string");return W(this,t)}return j(this,t,r,e)}u.poolSize=8192;u._augment=function(t){return t.__proto__=u.prototype,t};function j(t,r,e,n){if(typeof r=="number")throw new TypeError('"value" argument must not be a number');return typeof ArrayBuffer<"u"&&r instanceof ArrayBuffer?qr(t,r,e,n):typeof r=="string"?Jr(t,r,e):$r(t,r)}u.from=function(t,r,e){return j(null,t,r,e)};u.kMaxLength=D();u.TYPED_ARRAY_SUPPORT&&(u.prototype.__proto__=Uint8Array.prototype,u.__proto__=Uint8Array,typeof Symbol<"u"&&Symbol.species&&u[Symbol.species]);function rr(t){if(typeof t!="number")throw new TypeError('"size" argument must be a number');if(t<0)throw new RangeError('"size" argument must not be negative')}function Xr(t,r,e,n){return rr(r),r<=0?w(t,r):e!==void 0?typeof n=="string"?w(t,r).fill(e,n):w(t,r).fill(e):w(t,r)}u.alloc=function(t,r,e){return Xr(null,t,r,e)};function W(t,r){if(rr(r),t=w(t,r<0?0:V(r)|0),!u.TYPED_ARRAY_SUPPORT)for(var e=0;e<r;++e)t[e]=0;return t}u.allocUnsafe=function(t){return W(null,t)};u.allocUnsafeSlow=function(t){return W(null,t)};function Jr(t,r,e){if((typeof e!="string"||e==="")&&(e="utf8"),!u.isEncoding(e))throw new TypeError('"encoding" must be a valid string encoding');var n=er(r,e)|0;t=w(t,n);var i=t.write(r,e);return i!==n&&(t=t.slice(0,i)),t}function Y(t,r){var e=r.length<0?0:V(r.length)|0;t=w(t,e);for(var n=0;n<e;n+=1)t[n]=r[n]&255;return t}function qr(t,r,e,n){if(r.byteLength,e<0||r.byteLength<e)throw new RangeError("'offset' is out of bounds");if(r.byteLength<e+(n||0))throw new RangeError("'length' is out of bounds");return e===void 0&&n===void 0?r=new Uint8Array(r):n===void 0?r=new Uint8Array(r,e):r=new Uint8Array(r,e,n),u.TYPED_ARRAY_SUPPORT?(t=r,t.__proto__=u.prototype):t=Y(t,r),t}function $r(t,r){if(T(r)){var e=V(r.length)|0;return t=w(t,e),t.length===0||r.copy(t,0,0,e),t}if(r){if(typeof ArrayBuffer<"u"&&r.buffer instanceof ArrayBuffer||"length"in r)return typeof r.length!="number"||be(r.length)?w(t,0):Y(t,r);if(r.type==="Buffer"&&Array.isArray(r.data))return Y(t,r.data)}throw new TypeError("First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object.")}function V(t){if(t>=D())throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+D().toString(16)+" bytes");return t|0}u.isBuffer=ge;function T(t){return!!(t!=null&&t._isBuffer)}u.compare=function(r,e){if(!T(r)||!T(e))throw new TypeError("Arguments must be Buffers");if(r===e)return 0;for(var n=r.length,i=e.length,a=0,o=Math.min(n,i);a<o;++a)if(r[a]!==e[a]){n=r[a],i=e[a];break}return n<i?-1:i<n?1:0};u.isEncoding=function(r){switch(String(r).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};u.concat=function(r,e){if(!Array.isArray(r))throw new TypeError('"list" argument must be an Array of Buffers');if(r.length===0)return u.alloc(0);var n;if(e===void 0)for(e=0,n=0;n<r.length;++n)e+=r[n].length;var i=u.allocUnsafe(e),a=0;for(n=0;n<r.length;++n){var o=r[n];if(!T(o))throw new TypeError('"list" argument must be an Array of Buffers');o.copy(i,a),a+=o.length}return i};function er(t,r){if(T(t))return t.length;if(typeof ArrayBuffer<"u"&&typeof ArrayBuffer.isView=="function"&&(ArrayBuffer.isView(t)||t instanceof ArrayBuffer))return t.byteLength;typeof t!="string"&&(t=""+t);var e=t.length;if(e===0)return 0;for(var n=!1;;)switch(r){case"ascii":case"latin1":case"binary":return e;case"utf8":case"utf-8":case void 0:return B(t).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return e*2;case"hex":return e>>>1;case"base64":return sr(t).length;default:if(n)return B(t).length;r=(""+r).toLowerCase(),n=!0}}u.byteLength=er;function Zr(t,r,e){var n=!1;if((r===void 0||r<0)&&(r=0),r>this.length||((e===void 0||e>this.length)&&(e=this.length),e<=0)||(e>>>=0,r>>>=0,e<=r))return"";for(t||(t="utf8");;)switch(t){case"hex":return ue(this,r,e);case"utf8":case"utf-8":return ir(this,r,e);case"ascii":return ae(this,r,e);case"latin1":case"binary":return oe(this,r,e);case"base64":return ne(this,r,e);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return se(this,r,e);default:if(n)throw new TypeError("Unknown encoding: "+t);t=(t+"").toLowerCase(),n=!0}}u.prototype._isBuffer=!0;function N(t,r,e){var n=t[r];t[r]=t[e],t[e]=n}u.prototype.swap16=function(){var r=this.length;if(r%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var e=0;e<r;e+=2)N(this,e,e+1);return this};u.prototype.swap32=function(){var r=this.length;if(r%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var e=0;e<r;e+=4)N(this,e,e+3),N(this,e+1,e+2);return this};u.prototype.swap64=function(){var r=this.length;if(r%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var e=0;e<r;e+=8)N(this,e,e+7),N(this,e+1,e+6),N(this,e+2,e+5),N(this,e+3,e+4);return this};u.prototype.toString=function(){var r=this.length|0;return r===0?"":arguments.length===0?ir(this,0,r):Zr.apply(this,arguments)};u.prototype.equals=function(r){if(!T(r))throw new TypeError("Argument must be a Buffer");return this===r?!0:u.compare(this,r)===0};u.prototype.compare=function(r,e,n,i,a){if(!T(r))throw new TypeError("Argument must be a Buffer");if(e===void 0&&(e=0),n===void 0&&(n=r?r.length:0),i===void 0&&(i=0),a===void 0&&(a=this.length),e<0||n>r.length||i<0||a>this.length)throw new RangeError("out of range index");if(i>=a&&e>=n)return 0;if(i>=a)return-1;if(e>=n)return 1;if(e>>>=0,n>>>=0,i>>>=0,a>>>=0,this===r)return 0;for(var o=a-i,s=n-e,l=Math.min(o,s),f=this.slice(i,a),m=r.slice(e,n),p=0;p<l;++p)if(f[p]!==m[p]){o=f[p],s=m[p];break}return o<s?-1:s<o?1:0};function tr(t,r,e,n,i){if(t.length===0)return-1;if(typeof e=="string"?(n=e,e=0):e>2147483647?e=2147483647:e<-2147483648&&(e=-2147483648),e=+e,isNaN(e)&&(e=i?0:t.length-1),e<0&&(e=t.length+e),e>=t.length){if(i)return-1;e=t.length-1}else if(e<0)if(i)e=0;else return-1;if(typeof r=="string"&&(r=u.from(r,n)),T(r))return r.length===0?-1:$(t,r,e,n,i);if(typeof r=="number")return r=r&255,u.TYPED_ARRAY_SUPPORT&&typeof Uint8Array.prototype.indexOf=="function"?i?Uint8Array.prototype.indexOf.call(t,r,e):Uint8Array.prototype.lastIndexOf.call(t,r,e):$(t,[r],e,n,i);throw new TypeError("val must be string, number or Buffer")}function $(t,r,e,n,i){var a=1,o=t.length,s=r.length;if(n!==void 0&&(n=String(n).toLowerCase(),n==="ucs2"||n==="ucs-2"||n==="utf16le"||n==="utf-16le")){if(t.length<2||r.length<2)return-1;a=2,o/=2,s/=2,e/=2}function l(d,P){return a===1?d[P]:d.readUInt16BE(P*a)}var f;if(i){var m=-1;for(f=e;f<o;f++)if(l(t,f)===l(r,m===-1?0:f-m)){if(m===-1&&(m=f),f-m+1===s)return m*a}else m!==-1&&(f-=f-m),m=-1}else for(e+s>o&&(e=o-s),f=e;f>=0;f--){for(var p=!0,E=0;E<s;E++)if(l(t,f+E)!==l(r,E)){p=!1;break}if(p)return f}return-1}u.prototype.includes=function(r,e,n){return this.indexOf(r,e,n)!==-1};u.prototype.indexOf=function(r,e,n){return tr(this,r,e,n,!0)};u.prototype.lastIndexOf=function(r,e,n){return tr(this,r,e,n,!1)};function Qr(t,r,e,n){e=Number(e)||0;var i=t.length-e;n?(n=Number(n),n>i&&(n=i)):n=i;var a=r.length;if(a%2!==0)throw new TypeError("Invalid hex string");n>a/2&&(n=a/2);for(var o=0;o<n;++o){var s=parseInt(r.substr(o*2,2),16);if(isNaN(s))return o;t[e+o]=s}return o}function jr(t,r,e,n){return U(B(r,t.length-e),t,e,n)}function nr(t,r,e,n){return U(me(r),t,e,n)}function re(t,r,e,n){return nr(t,r,e,n)}function ee(t,r,e,n){return U(sr(r),t,e,n)}function te(t,r,e,n){return U(he(r,t.length-e),t,e,n)}u.prototype.write=function(r,e,n,i){if(e===void 0)i="utf8",n=this.length,e=0;else if(n===void 0&&typeof e=="string")i=e,n=this.length,e=0;else if(isFinite(e))e=e|0,isFinite(n)?(n=n|0,i===void 0&&(i="utf8")):(i=n,n=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var a=this.length-e;if((n===void 0||n>a)&&(n=a),r.length>0&&(n<0||e<0)||e>this.length)throw new RangeError("Attempt to write outside buffer bounds");i||(i="utf8");for(var o=!1;;)switch(i){case"hex":return Qr(this,r,e,n);case"utf8":case"utf-8":return jr(this,r,e,n);case"ascii":return nr(this,r,e,n);case"latin1":case"binary":return re(this,r,e,n);case"base64":return ee(this,r,e,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return te(this,r,e,n);default:if(o)throw new TypeError("Unknown encoding: "+i);i=(""+i).toLowerCase(),o=!0}};u.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function ne(t,r,e){return r===0&&e===t.length?q(t):q(t.slice(r,e))}function ir(t,r,e){e=Math.min(t.length,e);for(var n=[],i=r;i<e;){var a=t[i],o=null,s=a>239?4:a>223?3:a>191?2:1;if(i+s<=e){var l,f,m,p;switch(s){case 1:a<128&&(o=a);break;case 2:l=t[i+1],(l&192)===128&&(p=(a&31)<<6|l&63,p>127&&(o=p));break;case 3:l=t[i+1],f=t[i+2],(l&192)===128&&(f&192)===128&&(p=(a&15)<<12|(l&63)<<6|f&63,p>2047&&(p<55296||p>57343)&&(o=p));break;case 4:l=t[i+1],f=t[i+2],m=t[i+3],(l&192)===128&&(f&192)===128&&(m&192)===128&&(p=(a&15)<<18|(l&63)<<12|(f&63)<<6|m&63,p>65535&&p<1114112&&(o=p))}}o===null?(o=65533,s=1):o>65535&&(o-=65536,n.push(o>>>10&1023|55296),o=56320|o&1023),n.push(o),i+=s}return ie(n)}var Z=4096;function ie(t){var r=t.length;if(r<=Z)return String.fromCharCode.apply(String,t);for(var e="",n=0;n<r;)e+=String.fromCharCode.apply(String,t.slice(n,n+=Z));return e}function ae(t,r,e){var n="";e=Math.min(t.length,e);for(var i=r;i<e;++i)n+=String.fromCharCode(t[i]&127);return n}function oe(t,r,e){var n="";e=Math.min(t.length,e);for(var i=r;i<e;++i)n+=String.fromCharCode(t[i]);return n}function ue(t,r,e){var n=t.length;(!r||r<0)&&(r=0),(!e||e<0||e>n)&&(e=n);for(var i="",a=r;a<e;++a)i+=fe(t[a]);return i}function se(t,r,e){for(var n=t.slice(r,e),i="",a=0;a<n.length;a+=2)i+=String.fromCharCode(n[a]+n[a+1]*256);return i}u.prototype.slice=function(r,e){var n=this.length;r=~~r,e=e===void 0?n:~~e,r<0?(r+=n,r<0&&(r=0)):r>n&&(r=n),e<0?(e+=n,e<0&&(e=0)):e>n&&(e=n),e<r&&(e=r);var i;if(u.TYPED_ARRAY_SUPPORT)i=this.subarray(r,e),i.__proto__=u.prototype;else{var a=e-r;i=new u(a,void 0);for(var o=0;o<a;++o)i[o]=this[o+r]}return i};function h(t,r,e){if(t%1!==0||t<0)throw new RangeError("offset is not uint");if(t+r>e)throw new RangeError("Trying to access beyond buffer length")}u.prototype.readUIntLE=function(r,e,n){r=r|0,e=e|0,n||h(r,e,this.length);for(var i=this[r],a=1,o=0;++o<e&&(a*=256);)i+=this[r+o]*a;return i};u.prototype.readUIntBE=function(r,e,n){r=r|0,e=e|0,n||h(r,e,this.length);for(var i=this[r+--e],a=1;e>0&&(a*=256);)i+=this[r+--e]*a;return i};u.prototype.readUInt8=function(r,e){return e||h(r,1,this.length),this[r]};u.prototype.readUInt16LE=function(r,e){return e||h(r,2,this.length),this[r]|this[r+1]<<8};u.prototype.readUInt16BE=function(r,e){return e||h(r,2,this.length),this[r]<<8|this[r+1]};u.prototype.readUInt32LE=function(r,e){return e||h(r,4,this.length),(this[r]|this[r+1]<<8|this[r+2]<<16)+this[r+3]*16777216};u.prototype.readUInt32BE=function(r,e){return e||h(r,4,this.length),this[r]*16777216+(this[r+1]<<16|this[r+2]<<8|this[r+3])};u.prototype.readIntLE=function(r,e,n){r=r|0,e=e|0,n||h(r,e,this.length);for(var i=this[r],a=1,o=0;++o<e&&(a*=256);)i+=this[r+o]*a;return a*=128,i>=a&&(i-=Math.pow(2,8*e)),i};u.prototype.readIntBE=function(r,e,n){r=r|0,e=e|0,n||h(r,e,this.length);for(var i=e,a=1,o=this[r+--i];i>0&&(a*=256);)o+=this[r+--i]*a;return a*=128,o>=a&&(o-=Math.pow(2,8*e)),o};u.prototype.readInt8=function(r,e){return e||h(r,1,this.length),this[r]&128?(255-this[r]+1)*-1:this[r]};u.prototype.readInt16LE=function(r,e){e||h(r,2,this.length);var n=this[r]|this[r+1]<<8;return n&32768?n|4294901760:n};u.prototype.readInt16BE=function(r,e){e||h(r,2,this.length);var n=this[r+1]|this[r]<<8;return n&32768?n|4294901760:n};u.prototype.readInt32LE=function(r,e){return e||h(r,4,this.length),this[r]|this[r+1]<<8|this[r+2]<<16|this[r+3]<<24};u.prototype.readInt32BE=function(r,e){return e||h(r,4,this.length),this[r]<<24|this[r+1]<<16|this[r+2]<<8|this[r+3]};u.prototype.readFloatLE=function(r,e){return e||h(r,4,this.length),L(this,r,!0,23,4)};u.prototype.readFloatBE=function(r,e){return e||h(r,4,this.length),L(this,r,!1,23,4)};u.prototype.readDoubleLE=function(r,e){return e||h(r,8,this.length),L(this,r,!0,52,8)};u.prototype.readDoubleBE=function(r,e){return e||h(r,8,this.length),L(this,r,!1,52,8)};function g(t,r,e,n,i,a){if(!T(t))throw new TypeError('"buffer" argument must be a Buffer instance');if(r>i||r<a)throw new RangeError('"value" argument is out of bounds');if(e+n>t.length)throw new RangeError("Index out of range")}u.prototype.writeUIntLE=function(r,e,n,i){if(r=+r,e=e|0,n=n|0,!i){var a=Math.pow(2,8*n)-1;g(this,r,e,n,a,0)}var o=1,s=0;for(this[e]=r&255;++s<n&&(o*=256);)this[e+s]=r/o&255;return e+n};u.prototype.writeUIntBE=function(r,e,n,i){if(r=+r,e=e|0,n=n|0,!i){var a=Math.pow(2,8*n)-1;g(this,r,e,n,a,0)}var o=n-1,s=1;for(this[e+o]=r&255;--o>=0&&(s*=256);)this[e+o]=r/s&255;return e+n};u.prototype.writeUInt8=function(r,e,n){return r=+r,e=e|0,n||g(this,r,e,1,255,0),u.TYPED_ARRAY_SUPPORT||(r=Math.floor(r)),this[e]=r&255,e+1};function O(t,r,e,n){r<0&&(r=65535+r+1);for(var i=0,a=Math.min(t.length-e,2);i<a;++i)t[e+i]=(r&255<<8*(n?i:1-i))>>>(n?i:1-i)*8}u.prototype.writeUInt16LE=function(r,e,n){return r=+r,e=e|0,n||g(this,r,e,2,65535,0),u.TYPED_ARRAY_SUPPORT?(this[e]=r&255,this[e+1]=r>>>8):O(this,r,e,!0),e+2};u.prototype.writeUInt16BE=function(r,e,n){return r=+r,e=e|0,n||g(this,r,e,2,65535,0),u.TYPED_ARRAY_SUPPORT?(this[e]=r>>>8,this[e+1]=r&255):O(this,r,e,!1),e+2};function M(t,r,e,n){r<0&&(r=4294967295+r+1);for(var i=0,a=Math.min(t.length-e,4);i<a;++i)t[e+i]=r>>>(n?i:3-i)*8&255}u.prototype.writeUInt32LE=function(r,e,n){return r=+r,e=e|0,n||g(this,r,e,4,4294967295,0),u.TYPED_ARRAY_SUPPORT?(this[e+3]=r>>>24,this[e+2]=r>>>16,this[e+1]=r>>>8,this[e]=r&255):M(this,r,e,!0),e+4};u.prototype.writeUInt32BE=function(r,e,n){return r=+r,e=e|0,n||g(this,r,e,4,4294967295,0),u.TYPED_ARRAY_SUPPORT?(this[e]=r>>>24,this[e+1]=r>>>16,this[e+2]=r>>>8,this[e+3]=r&255):M(this,r,e,!1),e+4};u.prototype.writeIntLE=function(r,e,n,i){if(r=+r,e=e|0,!i){var a=Math.pow(2,8*n-1);g(this,r,e,n,a-1,-a)}var o=0,s=1,l=0;for(this[e]=r&255;++o<n&&(s*=256);)r<0&&l===0&&this[e+o-1]!==0&&(l=1),this[e+o]=(r/s>>0)-l&255;return e+n};u.prototype.writeIntBE=function(r,e,n,i){if(r=+r,e=e|0,!i){var a=Math.pow(2,8*n-1);g(this,r,e,n,a-1,-a)}var o=n-1,s=1,l=0;for(this[e+o]=r&255;--o>=0&&(s*=256);)r<0&&l===0&&this[e+o+1]!==0&&(l=1),this[e+o]=(r/s>>0)-l&255;return e+n};u.prototype.writeInt8=function(r,e,n){return r=+r,e=e|0,n||g(this,r,e,1,127,-128),u.TYPED_ARRAY_SUPPORT||(r=Math.floor(r)),r<0&&(r=255+r+1),this[e]=r&255,e+1};u.prototype.writeInt16LE=function(r,e,n){return r=+r,e=e|0,n||g(this,r,e,2,32767,-32768),u.TYPED_ARRAY_SUPPORT?(this[e]=r&255,this[e+1]=r>>>8):O(this,r,e,!0),e+2};u.prototype.writeInt16BE=function(r,e,n){return r=+r,e=e|0,n||g(this,r,e,2,32767,-32768),u.TYPED_ARRAY_SUPPORT?(this[e]=r>>>8,this[e+1]=r&255):O(this,r,e,!1),e+2};u.prototype.writeInt32LE=function(r,e,n){return r=+r,e=e|0,n||g(this,r,e,4,2147483647,-2147483648),u.TYPED_ARRAY_SUPPORT?(this[e]=r&255,this[e+1]=r>>>8,this[e+2]=r>>>16,this[e+3]=r>>>24):M(this,r,e,!0),e+4};u.prototype.writeInt32BE=function(r,e,n){return r=+r,e=e|0,n||g(this,r,e,4,2147483647,-2147483648),r<0&&(r=4294967295+r+1),u.TYPED_ARRAY_SUPPORT?(this[e]=r>>>24,this[e+1]=r>>>16,this[e+2]=r>>>8,this[e+3]=r&255):M(this,r,e,!1),e+4};function ar(t,r,e,n,i,a){if(e+n>t.length)throw new RangeError("Index out of range");if(e<0)throw new RangeError("Index out of range")}function or(t,r,e,n,i){return i||ar(t,r,e,4,34028234663852886e22,-34028234663852886e22),lr(t,r,e,n,23,4),e+4}u.prototype.writeFloatLE=function(r,e,n){return or(this,r,e,!0,n)};u.prototype.writeFloatBE=function(r,e,n){return or(this,r,e,!1,n)};function ur(t,r,e,n,i){return i||ar(t,r,e,8,17976931348623157e292,-17976931348623157e292),lr(t,r,e,n,52,8),e+8}u.prototype.writeDoubleLE=function(r,e,n){return ur(this,r,e,!0,n)};u.prototype.writeDoubleBE=function(r,e,n){return ur(this,r,e,!1,n)};u.prototype.copy=function(r,e,n,i){if(n||(n=0),!i&&i!==0&&(i=this.length),e>=r.length&&(e=r.length),e||(e=0),i>0&&i<n&&(i=n),i===n||r.length===0||this.length===0)return 0;if(e<0)throw new RangeError("targetStart out of bounds");if(n<0||n>=this.length)throw new RangeError("sourceStart out of bounds");if(i<0)throw new RangeError("sourceEnd out of bounds");i>this.length&&(i=this.length),r.length-e<i-n&&(i=r.length-e+n);var a=i-n,o;if(this===r&&n<e&&e<i)for(o=a-1;o>=0;--o)r[o+e]=this[o+n];else if(a<1e3||!u.TYPED_ARRAY_SUPPORT)for(o=0;o<a;++o)r[o+e]=this[o+n];else Uint8Array.prototype.set.call(r,this.subarray(n,n+a),e);return a};u.prototype.fill=function(r,e,n,i){if(typeof r=="string"){if(typeof e=="string"?(i=e,e=0,n=this.length):typeof n=="string"&&(i=n,n=this.length),r.length===1){var a=r.charCodeAt(0);a<256&&(r=a)}if(i!==void 0&&typeof i!="string")throw new TypeError("encoding must be a string");if(typeof i=="string"&&!u.isEncoding(i))throw new TypeError("Unknown encoding: "+i)}else typeof r=="number"&&(r=r&255);if(e<0||this.length<e||this.length<n)throw new RangeError("Out of range index");if(n<=e)return this;e=e>>>0,n=n===void 0?this.length:n>>>0,r||(r=0);var o;if(typeof r=="number")for(o=e;o<n;++o)this[o]=r;else{var s=T(r)?r:B(new u(r,i).toString()),l=s.length;for(o=0;o<n-e;++o)this[o+e]=s[o%l]}return this};var ce=/[^+\/0-9A-Za-z-_]/g;function le(t){if(t=pe(t).replace(ce,""),t.length<2)return"";for(;t.length%4!==0;)t=t+"=";return t}function pe(t){return t.trim?t.trim():t.replace(/^\s+|\s+$/g,"")}function fe(t){return t<16?"0"+t.toString(16):t.toString(16)}function B(t,r){r=r||1/0;for(var e,n=t.length,i=null,a=[],o=0;o<n;++o){if(e=t.charCodeAt(o),e>55295&&e<57344){if(!i){if(e>56319){(r-=3)>-1&&a.push(239,191,189);continue}else if(o+1===n){(r-=3)>-1&&a.push(239,191,189);continue}i=e;continue}if(e<56320){(r-=3)>-1&&a.push(239,191,189),i=e;continue}e=(i-55296<<10|e-56320)+65536}else i&&(r-=3)>-1&&a.push(239,191,189);if(i=null,e<128){if((r-=1)<0)break;a.push(e)}else if(e<2048){if((r-=2)<0)break;a.push(e>>6|192,e&63|128)}else if(e<65536){if((r-=3)<0)break;a.push(e>>12|224,e>>6&63|128,e&63|128)}else if(e<1114112){if((r-=4)<0)break;a.push(e>>18|240,e>>12&63|128,e>>6&63|128,e&63|128)}else throw new Error("Invalid code point")}return a}function me(t){for(var r=[],e=0;e<t.length;++e)r.push(t.charCodeAt(e)&255);return r}function he(t,r){for(var e,n,i,a=[],o=0;o<t.length&&!((r-=2)<0);++o)e=t.charCodeAt(o),n=e>>8,i=e%256,a.push(i),a.push(n);return a}function sr(t){return Kr(le(t))}function U(t,r,e,n){for(var i=0;i<n&&!(i+e>=r.length||i>=t.length);++i)r[i+e]=t[i];return i}function be(t){return t!==t}function ge(t){return t!=null&&(!!t._isBuffer||cr(t)||de(t))}function cr(t){return!!t.constructor&&typeof t.constructor.isBuffer=="function"&&t.constructor.isBuffer(t)}function de(t){return typeof t.readFloatLE=="function"&&typeof t.slice=="function"&&cr(t.slice(0,0))}function L(t,r,e,n,i){var a,o,s=i*8-n-1,l=(1<<s)-1,f=l>>1,m=-7,p=e?i-1:0,E=e?-1:1,d=t[r+p];for(p+=E,a=d&(1<<-m)-1,d>>=-m,m+=s;m>0;a=a*256+t[r+p],p+=E,m-=8);for(o=a&(1<<-m)-1,a>>=-m,m+=n;m>0;o=o*256+t[r+p],p+=E,m-=8);if(a===0)a=1-f;else{if(a===l)return o?NaN:(d?-1:1)*(1/0);o=o+Math.pow(2,n),a=a-f}return(d?-1:1)*o*Math.pow(2,a-n)}function lr(t,r,e,n,i,a){var o,s,l,f=a*8-i-1,m=(1<<f)-1,p=m>>1,E=i===23?Math.pow(2,-24)-Math.pow(2,-77):0,d=n?0:a-1,P=n?1:-1,br=r<0||r===0&&1/r<0?1:0;for(r=Math.abs(r),isNaN(r)||r===1/0?(s=isNaN(r)?1:0,o=m):(o=Math.floor(Math.log(r)/Math.LN2),r*(l=Math.pow(2,-o))<1&&(o--,l*=2),o+p>=1?r+=E/l:r+=E*Math.pow(2,1-p),r*l>=2&&(o++,l/=2),o+p>=m?(s=0,o=m):o+p>=1?(s=(r*l-1)*Math.pow(2,i),o=o+p):(s=r*Math.pow(2,p-1)*Math.pow(2,i),o=0));i>=8;t[e+d]=s&255,d+=P,s/=256,i-=8);for(o=o<<i|s,f+=i;f>0;t[e+d]=o&255,d+=P,o/=256,f-=8);t[e+d-P]|=br*128}var xe=(c=>(c.ENABLED="company.enabled",c.APP_TITLE="company.appTitle",c.DOMAIN="company.domain",c.LOGO="appearance.logo",c.AMM="product.amm",c.OBDEX="product.obdex",c.THEMES="appearance.themes",c.DIRECT_SETTLE="company.directSettlement",c.AMM_FEE="company.ammFee",c.FEE_SHARE="company.feeShare",c.MIN_FEE="company.minFee",c.MAKER_FEE="company.makerFee",c.TAKER_FEE="company.takerFee",c.GEOBLOCK="company.geoblock",c.EMBEDDED_APP_URL="company.embeddedAppUrl",c.PRODUCT_OBDEX="product.obdex",c.PRODUCT_AMM="product.amm",c.NEW_TAB="appearance.newTab",c.APPEARANCE_TARGET="appearance.target",c.CUSTOM_MENU_ITEMS="appearance.customMenuItems",c.REPORT_BUTTONS="appearance.reportButtons",c.APPEARANCE_CHART_TYPE="appearance.chartType",c.APPEARANCE_CHART_INT="appearance.chartInt",c.PINNED_PAIRS="markets.pinnedPairs",c.KYC_TRADE_REQUIREMENT_ENABLED="markets.kycTradeRequirementEnabled",c.AFFILIATE_DASHBOARD_VISIBILITY="product.affiliateDashboardVisibility",c.AFFILIATE_DASHBOARD_THRESHOLD="product.affiliateDashboardThreshold",c.AFFILIATE_DEFAULT_FEE_SHARE="product.affiliateDefaultFeeShare",c.AFFILIATE_POINTS_REWARD="product.affiliatePointsReward",c.POINT_SYSTEM_MODE="product.pointSystem",c.POINT_SYSTEM_TELEGRAM_API_TOKEN="point-system.telegramApiToken",c.POINT_SYSTEM_TELEGRAM_ENABLED="point-system.telegramEnabled",c.POINT_SYSTEM_TELEGRAM_GROUP_ID="point-system.telegramGroupId",c.POINT_SYSTEM_TELEGRAM_BOT_NAME="point-system.telegramBotName",c.POINT_SYSTEM_TELEGRAM_BOT_ID="point-system.telegramBotId",c.POINT_SYSTEM_TELEGRAM_GROUP_NAME="point-system.telegramGroupName",c.POINT_SYSTEM_TELEGRAM_WEBHOOK_TOKEN="point-system.telegramWebhookToken",c.POINT_SYSTEM_DISCORD_CLIENT_ID="point-system.discordClientId",c.POINT_SYSTEM_DISCORD_CLIENT_SECRET="point-system.discordClientSecret",c.POINT_SYSTEM_DISCORD_SERVER_ID="point-system.discordServerId",c.POINT_SYSTEM_DISCORD_ENABLED="point-system.discordEnabled",c.POINT_SYSTEM_TWITTER_CLIENT_ID="point-system.twitterClientId",c.POINT_SYSTEM_TWITTER_CLIENT_SECRET="point-system.twitterClientSecret",c.POINT_SYSTEM_TWITTER_BEARER_TOKEN="point-system.twitterBearerToken",c.POINT_SYSTEM_TWITTER_REFRESH_TOKEN="point-system.twitterRefreshToken",c.POINT_SYSTEM_TWITTER_ENABLED="point-system.twitterEnabled",c.POINT_SYSTEM_TWITTER_JOB_ENABLED="point-system.twitterJobEnabled",c.POINT_SYSTEM_TWITTER_HASHTAGS="point-system.twitterHashtags",c.POINT_SYSTEM_TWITTER_TWEET_EXP_TIME="point-system.twitterPostDefaultExpirationTime",c.POINT_SYSTEM_TWITTER_ACCOUNT_NAME="point-system.twitterAccountName",c.POINT_SYSTEM_TWITTER_ACCOUNT_ID="point-system.twitterAccountId",c.POINT_SYSTEM_TWITTER_WEBHOOK_TOKEN="point-system.twitterWebhookToken",c.POINT_SYSTEM_GUIDE_LINK="point-system.guideLink",c))(xe||{}),Ee=(n=>(n.DISABLED="disabled",n.ENABLED_FOR_ALL="enabled for all",n.ENABLED_FOR_AFFILIATES="enabled for affiliates",n))(Ee||{}),_e=(o=>(o.API_TOKEN="apiToken",o.CLIENT_ID="clientId",o.CLIENT_SECRET="clientSecret",o.BEARER_TOKEN="bearerToken",o.REFRESH_TOKEN="refreshToken",o.ACCESS_TOKEN="accessToken",o))(_e||{}),Fe={"point-system.telegramApiToken":"apiToken","point-system.discordClientId":"clientId","point-system.discordClientSecret":"clientSecret","point-system.twitterClientSecret":"clientSecret","point-system.twitterClientId":"clientId","point-system.twitterBearerToken":"bearerToken","point-system.twitterRefreshToken":"refreshToken"},We=["primary-1","primary-2","main-background","primary-text","module-background","buy-text","buy-background","sell-text","sell-background","secondary-text","input-background-default","input-background-hover","input-background-disabled","input-border-default","module-border","button-disabled","button-border","input-border-active","active-element-default","hover-element-default","dropdown-shadow","button-text","pair-active-row"],Ve=`{"theme1":{"value":"${b.env.FRONTEND_URL}/Theme%3DDark.svg","active":true},"theme2":{"value":"${b.env.FRONTEND_URL}/Theme%3DLight.svg","active":true},"theme3":{"value":"${b.env.FRONTEND_URL}/Theme%3DLight.svg","active":true}}`,He='{"theme1":{"name":"dark","active":true,"value":{"primary-1":"rgba(118, 63, 229, 1)","primary-2":"rgba(249, 132, 146, 1)","main-background":"rgba(1, 1, 1, 1)","primary-text":"rgba(255, 255, 255, 1)","module-background":"rgba(19, 23, 34, 1)","buy-text":"rgba(82, 164, 154, 1)","buy-background":"rgba(2, 199, 122, 0.25)","sell-text":"rgba(221, 94, 86, 1)","sell-background":"rgba(255, 59, 105, 0.25)","secondary-text":"rgba(127, 127, 127, 1)","input-background-default":"rgba(13, 15, 21, 1)","input-background-hover":"rgba(28, 33, 45, 1)","input-background-disabled":"rgba(25, 29, 41, 1)","input-border-default":"rgba(28, 33, 45, 1)","module-border":"rgba(28, 33, 45, 1)","button-disabled":"rgba(111, 113, 118, 1)","button-border":"rgba(255, 255, 255, 1)","input-border-active":"rgba(185, 163, 238, 1)","active-element-default":"rgba(230, 136, 150, 1)","hover-element-default":"rgba(185, 163, 238, 1)","dropdown-shadow":"rgba(154, 92, 253, 0.45)","button-text":"rgba(255, 255, 255, 1)","pair-active-row":"rgba(28, 33, 45, 1)"}},"theme2":{"name":"light","active":true,"value":{"primary-1":"rgba(118, 63, 229, 1)","primary-2":"rgba(249, 132, 146, 1)","main-background":"rgba(249, 248, 248, 1)","primary-text":"rgba(0, 0, 0, 1)","module-background":"rgba(255, 255, 255, 1)","buy-text":"rgba(0, 112, 98, 1)","buy-background":"rgba(0, 112, 98, 0.25)","sell-text":"rgba(195, 12, 1, 1)","sell-background":"rgba(255, 59, 105, 0.25)","secondary-text":"rgba(127, 127, 127, 1)","button-disabled":"rgba(203, 199, 199, 1)","input-background-default":"rgba(255, 255, 255, 1)","input-background-hover":"rgba(249, 248, 248, 1)","input-background-disabled":"rgba(249, 248, 248, 1)","input-border-default":"rgba(228, 225, 225, 1)","module-border":"rgba(228, 225, 225, 1)","button-border":"rgba(170, 167, 167, 1)","input-border-active":"rgba(0, 0, 0, 1)","active-element-default":"rgba(230, 136, 150, 1)","hover-element-default":"rgba(185, 163, 238, 1)","dropdown-shadow":"rgba(154, 92, 253, 0.45)","button-text":"rgba(255, 255, 255, 1)","pair-active-row":"rgb(249, 248, 248)"}},"theme3":{"name":"purple","active":true,"value":{"primary-1":"rgba(118, 63, 229, 1)","primary-2":"rgba(249, 132, 146, 1)","main-background":"rgba(255, 255, 255, 1)","primary-text":"rgba(0, 0, 0, 1)","secondary-text":"rgba(127, 127, 127, 1)","buy-text":"rgba(0, 112, 98, 1)","sell-text":"rgba(195, 12, 1, 1)","buy-background":"rgba(0, 112, 98, 0.25)","sell-background":"rgba(255, 59, 105, 0.25)","module-background":"rgba(254, 250, 255, 1)","module-border":"rgba(228, 225, 225, 1)","input-background-default":"rgba(255, 255, 255, 1)","input-background-hover":"rgba(249, 248, 248, 1)","input-background-disabled":"rgba(254, 250, 255, 1)","input-border-default":"rgba(228, 225, 225, 1)","input-border-active":"rgba(0, 0, 0, 1)","button-border":"rgba(170, 167, 167, 1)","button-disabled":"rgba(203, 199, 199, 1)","active-element-default":"rgba(230, 136, 150, 1)","hover-element-default":"rgba(185, 163, 238, 1)","dropdown-shadow":"rgba(154, 92, 253, 0.45)","button-text":"rgba(255, 255, 255, 1)","pair-active-row":"rgb(249, 248, 248)"}}}',Te=(n=>(n.theme1='{"name":"dark","id":"theme1","active":true, "chartColors":{"bullish_candle_color": "rgba(2, 199, 122, 0.25)","bearish_candle_color": "rgba(221, 94, 86, 1)","bullish_wick_color": "rgba(2, 199, 122, 0.25)","bearish_wick_color": "rgba(221, 94, 86, 1)","bullish_outline_color": "rgba(2, 199, 122, 0.25)","bearish_outline_color": "rgba(221, 94, 86, 1)","line_color": "rgba(41, 98, 255, 1)","chart_background": "rgba(19, 23, 34, 1)","chart_text": "rgba(127, 127, 127, 1)"}, "colors":{"primary-1":"rgba(118, 63, 229, 1)","primary-2":"rgba(249, 132, 146, 1)","main-background":"rgba(1, 1, 1, 1)","primary-text":"rgba(255, 255, 255, 1)","module-background":"rgba(19, 23, 34, 1)","buy-text":"rgba(82, 164, 154, 1)","buy-background":"rgba(2, 199, 122, 0.25)","sell-text":"rgba(221, 94, 86, 1)","sell-background":"rgba(255, 59, 105, 0.25)","secondary-text":"rgba(127, 127, 127, 1)","input-background-default":"rgba(13, 15, 21, 1)","input-background-hover":"rgba(28, 33, 45, 1)","input-background-disabled":"rgba(25, 29, 41, 1)","input-border-default":"rgba(28, 33, 45, 1)","module-border":"rgba(28, 33, 45, 1)","button-disabled":"rgba(111, 113, 118, 1)","button-border":"rgba(255, 255, 255, 1)","input-border-active":"rgba(185, 163, 238, 1)","active-element-default":"rgba(230, 136, 150, 1)","hover-element-default":"rgba(185, 163, 238, 1)","dropdown-shadow":"rgba(154, 92, 253, 0.45)","button-text":"rgba(255, 255, 255, 1)","pair-active-row":"rgba(28, 33, 45, 1)"}}',n.theme2='{"name":"light","id":"theme2","active":true, "chartColors":{"bullish_candle_color": "rgba(0, 112, 98, 1)","bearish_candle_color": "rgba(195, 12, 1, 1)","bullish_wick_color": "rgba(0, 112, 98, 1)","bearish_wick_color": "rgba(195, 12, 1, 1)","bullish_outline_color": "rgba(0, 112, 98, 1)","bearish_outline_color": "rgba(195, 12, 1, 1)","line_color": "rgba(41, 98, 255, 1)","chart_background": "rgba(255, 255, 255, 1)","chart_text": "rgba(127, 127, 127, 1)"}, "colors":{"primary-1":"rgba(118, 63, 229, 1)","primary-2":"rgba(249, 132, 146, 1)","main-background":"rgba(249, 248, 248, 1)","primary-text":"rgba(0, 0, 0, 1)","module-background":"rgba(255, 255, 255, 1)","buy-text":"rgba(0, 112, 98, 1)","buy-background":"rgba(0, 112, 98, 0.25)","sell-text":"rgba(195, 12, 1, 1)","sell-background":"rgba(255, 59, 105, 0.25)","secondary-text":"rgba(127, 127, 127, 1)","button-disabled":"rgba(203, 199, 199, 1)","input-background-default":"rgba(255, 255, 255, 1)","input-background-hover":"rgba(249, 248, 248, 1)","input-background-disabled":"rgba(249, 248, 248, 1)","input-border-default":"rgba(228, 225, 225, 1)","module-border":"rgba(228, 225, 225, 1)","button-border":"rgba(170, 167, 167, 1)","input-border-active":"rgba(0, 0, 0, 1)","active-element-default":"rgba(230, 136, 150, 1)","hover-element-default":"rgba(185, 163, 238, 1)","dropdown-shadow":"rgba(154, 92, 253, 0.45)","button-text":"rgba(255, 255, 255, 1)","pair-active-row":"rgb(249, 248, 248)"}}',n.theme3='{"name":"purple","id":"theme3","active":true, "chartColors":{"bullish_candle_color": "rgba(0, 112, 98, 1)","bearish_candle_color": "rgba(195, 12, 1, 1)","bullish_wick_color": "rgba(0, 112, 98, 1)","bearish_wick_color": "rgba(195, 12, 1, 1)","bullish_outline_color": "rgba(0, 112, 98, 1)","bearish_outline_color": "rgba(195, 12, 1, 1)","line_color": "rgba(41, 98, 255, 1)","chart_background": "rgba(254, 250, 255, 1)","chart_text": "rgba(127, 127, 127, 1)"}, "colors":{"primary-1":"rgba(118, 63, 229, 1)","primary-2":"rgba(249, 132, 146, 1)","main-background":"rgba(255, 255, 255, 1)","primary-text":"rgba(0, 0, 0, 1)","secondary-text":"rgba(127, 127, 127, 1)","buy-text":"rgba(0, 112, 98, 1)","sell-text":"rgba(195, 12, 1, 1)","buy-background":"rgba(0, 112, 98, 0.25)","sell-background":"rgba(255, 59, 105, 0.25)","module-background":"rgba(254, 250, 255, 1)","module-border":"rgba(228, 225, 225, 1)","input-background-default":"rgba(255, 255, 255, 1)","input-background-hover":"rgba(249, 248, 248, 1)","input-background-disabled":"rgba(254, 250, 255, 1)","input-border-default":"rgba(228, 225, 225, 1)","input-border-active":"rgba(0, 0, 0, 1)","button-border":"rgba(170, 167, 167, 1)","button-disabled":"rgba(203, 199, 199, 1)","active-element-default":"rgba(230, 136, 150, 1)","hover-element-default":"rgba(185, 163, 238, 1)","dropdown-shadow":"rgba(154, 92, 253, 0.45)","button-text":"rgba(255, 255, 255, 1)","pair-active-row":"rgb(249, 248, 248)"}}',n))(Te||{});var ye=(a=>(a.STABLE="stable",a.CPMM="constant_product",a.LEND="lending",a.NANO="nano",a.MVNANO="mvnano",a))(ye||{}),we=(a=>(a[a.ultrade=0]="ultrade",a[a.tinyman=1]="tinyman",a[a.pactfi=2]="pactfi",a[a.humble=3]="humble",a[a.algofi=4]="algofi",a))(we||{}),Ae=(a=>(a.ultrade="U",a.tinyman="T",a.pactfi="P",a.humble="H",a.algofi="A",a))(Ae||{}),Re=(a=>(a[a.ultrade=1]="ultrade",a[a.tinyman=2]="tinyman",a[a.pactfi=1]="pactfi",a[a.humble=1]="humble",a[a.algofi=2]="algofi",a))(Re||{}),pr={V1_1:"v1_1",V2:"v2"},Xe={[pr.V1_1]:{testnet:62368684,mainnet:552635992},[pr.V2]:{testnet:148607e3,mainnet:1002541853}},Ie=(e=>(e.ASSETS="assets.json",e.TOP_ASSETS="topAssets.json",e))(Ie||{});var ve=(i=>(i.last_7_days="last_7_days",i.last_30_days="last_30_days",i.last_90_days="last_90_days",i.last_year="last_year",i))(ve||{}),fr=class{constructor(){this.timeRange="last_30_days";this.sortBy="volume_usd";this.order="desc";this.limit=20;this.page=1}},mr=class{constructor(){this.timeRange="last_30_days";this.sortBy="volume_usd";this.order="desc";this.limit=20;this.page=1}},Ne=(i=>(i.volume="volume",i.fees="fees",i.orders="orders",i.dau="dau",i))(Ne||{}),hr=class{constructor(){this.type="volume";this.timeRange="last_7_days"}};var Pe=(a=>(a.PREPARING="provisioning",a.STOPPING="stopping",a.RUNNING="running",a.STOPPED="stopped",a.FAILED="failed",a))(Pe||{});export{Ee as AffDashboardVisibilitySettingEnum,Ie as AmmBucketKeys,Ae as AmmChars,Re as AmmForeignResources,we as AmmIds,pr as CONTRACT_VERSION,hr as ChartQueryDto,_e as CredentialNameEnum,Pe as HummingbotInstanceStatus,fr as PairsQueryDto,ye as PoolType,xe as SettingIds,ve as SmallTimeframeEnum,Ne as StatisticTypeQuery,mr as UsersQueryDto,Xe as VALIDATOR_APP_ID,Ve as defaultLogoSettingValue,He as defaultThemeSettingValue,Te as defaultThemesValue,We as requiredColors,Fe as settingIdToSecretType};
|
|
2
2
|
/*! Bundled license information:
|
|
3
3
|
|
|
4
4
|
@esbuild-plugins/node-globals-polyfill/Buffer.js:
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var o=Object.defineProperty;var
|
|
1
|
+
var o=Object.defineProperty;var T=Object.getOwnPropertyDescriptor;var b=Object.getOwnPropertyNames;var c=Object.prototype.hasOwnProperty;var l=(e,r)=>{for(var a in r)o(e,a,{get:r[a],enumerable:!0})},d=(e,r,a,n)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of b(r))!c.call(e,t)&&t!==a&&o(e,t,{get:()=>r[t],enumerable:!(n=T(r,t))||n.enumerable});return e};var u=e=>d(o({},"__esModule",{value:!0}),e);var re={};l(re,{AGG_APP_ID:()=>X,ALGOD_TOKEN:()=>x,ALGO_EXPLORER_ASSETS_URL:()=>v,ALGO_EXPLORER_LINK:()=>M,ALGO_NETWORK:()=>i,ALGO_SERVER:()=>L,ALGO_SERVER_PORT:()=>h,API_HOST:()=>P,APP_CLOSEOUT_FEE:()=>K,BIGNUMBER:()=>A,BOOLEAN_SETTINGS:()=>S,CALCULATIONS:()=>m,CCTP_UNIFIED_ASSETS:()=>p,CODEX_APP_ID:()=>_,DAY_MILLISECONDS:()=>ae,DEFAULT_AGG_FEE:()=>Q,DEFAULT_FEE_SHARE:()=>se,DEFAULT_ORDER_EXPIRATION_DAYS:()=>Te,DISPENSER_LINK:()=>y,EXCHANGE_NAME:()=>H,EXPIRE_DAYS:()=>oe,EXT_ORDER_TYPES:()=>U,FACTOR_PRICE_DECIMAL:()=>Ee,FEE_SCALE:()=>_e,FRONTEND_FEE_SCALE:()=>ie,FRONTEND_LINK:()=>E,GASLIMIT:()=>j,GLOWL_DECIMAL:()=>Y,IS_DEV:()=>J,JSON_ARRAY_SETTINGS:()=>I,MARKET_TRADES_SIZE:()=>w,MASTER_APP_ID:()=>V,MAX_TOKEN_DECIMAL:()=>de,MIN_ORDER_EXPIRATION_MINS:()=>be,NETWORK:()=>s,ORDER_BOOK_BUFFER:()=>B,ORDER_BOOK_SIZE:()=>F,ORDER_DATA_BYTES_LENGTH:()=>ce,ORDER_MSG_VERSION:()=>le,PLATFORM_FEE:()=>q,PeraChainId:()=>ee,PointSystemSettingsIds:()=>N,REACT_APP_REQUIRE_ACCESS_CODE:()=>k,RESPONSES:()=>g,RES_MSG:()=>R,SERVER:()=>O,SHARE_DATA_LENGTH:()=>ue,SOCKET_URL:()=>C,THEMES:()=>W,ULTRADE_ID:()=>$,USERBACK_ACCESS_TOKEN:()=>f,WITHDRAW_DATA_BYTES_LENGTH:()=>pe,WITHDRAW_FEE:()=>G,ZERO_TIMER:()=>Z,messageForSigning:()=>D,sanitizeRegex:()=>z});module.exports=u(re);var ae=864e5,oe=30;var Ee=18,_e=1e5,ie=1e3,se=9e4,Te=30,be=60,ce=328,le=1,de=18,ue=36,pe=248;var p={"0x4343545055534443000000000000000000000000000000000000000000000000":65537};var g={SUCCESS:200,CREATED:201,ACCEPTED:202,NOCONTENT:204,BADREQUEST:400,FORBIDDEN:403,NOTFOUND:404,TIMEOUT:408,TOOMANYREQ:429,INTERNALSERVER:500,BADGATEWAYS:502,SERVICEUNAVILABLE:503,GATEWAYTIMEOUT:504},R={INSERT:"Data has been saved successfully.",ERROR:"Some error has been occured. Please try again.",SUCCESS:"Your request is executed successfully!",REQUIRED:"coin_type or price param is required",CAPTCHATEXTNOTFOUND:"Captcha text not found.",CAPTCHA_VERIFICATION_FAILED:"Captcha is not verified.",NOTEMPTY:"coin_type or price should not be empty",PAIR_LIST:"Pair list",PAIR_STATUS:"Pair status has been changed",ACTIVE_USERS:"Active Users",SETTINGS_NOT_FOUND:"No settings found in DB.",TRADE_IS_HALT:"Trading is disabled.",KYC_REQUIRED:"KYC is required for this action.",EMAIL_NOT_VERIFIED:"Your email is not verified.Please verify first.",NOT_BETA_USER:"Trade only works for beta user.",WRONG_PAIR_KEY:"Pair key not found.",PAIRDISABLED:"Temporarily order placement has been disabled for this pair. Please try again later.",BALANCE_NOT_SUFFICIENT:"You have insufficient balance.",MIN_TRADE_NOT_MATCHED:"Minimum trade limit does not matched.",ORDER_PLACED_SUCCESSFULLY:"Order has been placed successfully.",ORDER_NOT_FOUND:"Sorry this order id does not found.",ORDER_ALREADY_MATCHED:"Order already matched.",ORDER_ALREADY_CANCELED:"Order already cancelled.",ORDER_CANCELED_SUCCESSFULLY:"order successfully cancelled",ORDER_LIST:"Order list fetched successfully.",ORDER_EXIT:"Successfully exited from the position.",PAIRERR:"please provide pair param",ORDERSIDE:"side param is required",ORDERTYPE:"type param is required",ORDERIDREQ:"order_id param is required",ORDERDETAIL:"order detail",COMMODITYORICE:"commodity price",COMMODITYSPOT:"commodity spot updated",TOKEN_INSERTED:"ERC token has been added",PARAMREQ:"Parameter missing",EXIST:"Token Already Exist",BREACHEDTOKENS:"List of breached tokens",API_EXPOSE:{TOKEN_NOT_FOUND:"Token not found, Please get token and set to header.",ERROR:"Something went wrong, Please try again later"},LIMITED_UNITS:"ONLY {{units}} units are available. You can place your order with this amount",UNITS_UNAVAIL:"Amount unavailable",ORDER:{ERROR:"An error has been occured",UNITS_UNAVAIL:"Amount unavailable",LIMITED_UNITS:"ONLY {{units}} units are available. You can place your order with this amount",PLACED:"Order has been placed",NOPARAMS:"empty body params",ORDER_NOT_FOUND:"Sorry this order id not found.",ORDER_ALREADY_MATCHED:"Order already matched.",ORDER_ALREADY_CANCELED:"Order already cancelled.",ORDER_CANCELED_SUCCESSFULLY:"Order cancelled successfully"},DOMAIN_NOT_FOUND:"domain not found"},A={SMALLESTUNIT:process.env.SMALLEST_UNIT},m={SMALLEST_UNITS:process.env.SMALLEST_UNIT},O={AVAILABLE_ASSETS_PER_USER:1,AVAILABLE_ASSETS_PER_IP:3};var me=`{"theme1":{"value":"${process.env.FRONTEND_URL}/Theme%3DDark.svg","active":true},"theme2":{"value":"${process.env.FRONTEND_URL}/Theme%3DLight.svg","active":true},"theme3":{"value":"${process.env.FRONTEND_URL}/Theme%3DLight.svg","active":true}}`;var N=["point-system.discordEnabled","point-system.telegramBotName","point-system.telegramBotId","point-system.telegramEnabled","point-system.telegramGroupId","point-system.telegramGroupName","point-system.twitterAccountId","point-system.twitterAccountName","point-system.twitterEnabled","point-system.twitterJobEnabled","point-system.guideLink"],S=["obdex","kycTradeRequirementEnabled","newTab","reportButtons"],I=["geoblock","pinnedPairs","customMenuItems","chartInt"];var D=e=>`By signing this message, you confirm that the wallet is a trusted one ${e}; Data: `;var P=process.env.REACT_APP_API_URL,C=process.env.REACT_APP_SOCKET_URL,L=process.env.REACT_APP_ALGO_SERVER,h=process.env.REACT_APP_ALGO_SERVER_PORT||"",x=process.env.REACT_APP_ALGOD_TOKEN||"",y=process.env.REACT_APP_DISPENSER_LINK,E=process.env.REACT_APP_FRONTEND_LINK||"",M=process.env.REACT_APP_ALGO_EXPLORER_LINK,v=process.env.REACT_APP_ALGO_EXPLORER_ASSETS_URL,k=(process.env.REACT_APP_REQUIRE_ACCESS_CODE||"").toLowerCase()==="true",f=process.env.REACT_APP_USERBACK_ACCESS_TOKEN,U=(process.env.REACT_APP_EXT_ORDER_TYPES||"").toLowerCase()==="true",Y=4,F=100,B=50,w=50,G=.001*10**6,K=.002*10**6,H="Ultrade",W=["theme1","theme2","theme3"],V=process.env.REACT_APP_MASTER_APP_ID||"406",X=process.env.REACT_APP_AGG_APP_ID||"408",_=Number(process.env.REACT_APP_CODEX_APP_ID||"467960617");console.log("CODEX_APP_ID",_);var q=3e3,i=process.env.REACT_APP_ALGO_NETWORK||"",Q=.3,$=1,J=E==="https://dev.ultradedev.net",Z="00:00",j=1e6,s=i.toLowerCase()==="mainnet"?"mainnet":"testnet",z=/[^\p{L}\p{N} .,!?:@$%()_-]/gui,ee=s==="mainnet"?416001:416002;0&&(module.exports={AGG_APP_ID,ALGOD_TOKEN,ALGO_EXPLORER_ASSETS_URL,ALGO_EXPLORER_LINK,ALGO_NETWORK,ALGO_SERVER,ALGO_SERVER_PORT,API_HOST,APP_CLOSEOUT_FEE,BIGNUMBER,BOOLEAN_SETTINGS,CALCULATIONS,CCTP_UNIFIED_ASSETS,CODEX_APP_ID,DAY_MILLISECONDS,DEFAULT_AGG_FEE,DEFAULT_FEE_SHARE,DEFAULT_ORDER_EXPIRATION_DAYS,DISPENSER_LINK,EXCHANGE_NAME,EXPIRE_DAYS,EXT_ORDER_TYPES,FACTOR_PRICE_DECIMAL,FEE_SCALE,FRONTEND_FEE_SCALE,FRONTEND_LINK,GASLIMIT,GLOWL_DECIMAL,IS_DEV,JSON_ARRAY_SETTINGS,MARKET_TRADES_SIZE,MASTER_APP_ID,MAX_TOKEN_DECIMAL,MIN_ORDER_EXPIRATION_MINS,NETWORK,ORDER_BOOK_BUFFER,ORDER_BOOK_SIZE,ORDER_DATA_BYTES_LENGTH,ORDER_MSG_VERSION,PLATFORM_FEE,PeraChainId,PointSystemSettingsIds,REACT_APP_REQUIRE_ACCESS_CODE,RESPONSES,RES_MSG,SERVER,SHARE_DATA_LENGTH,SOCKET_URL,THEMES,ULTRADE_ID,USERBACK_ACCESS_TOKEN,WITHDRAW_DATA_BYTES_LENGTH,WITHDRAW_FEE,ZERO_TIMER,messageForSigning,sanitizeRegex});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var y=Object.create;var i=Object.defineProperty;var x=Object.getOwnPropertyDescriptor;var A=Object.getOwnPropertyNames;var h=Object.getPrototypeOf,
|
|
1
|
+
var y=Object.create;var i=Object.defineProperty;var x=Object.getOwnPropertyDescriptor;var A=Object.getOwnPropertyNames;var h=Object.getPrototypeOf,k=Object.prototype.hasOwnProperty;var N=(r,e)=>{for(var t in e)i(r,t,{get:e[t],enumerable:!0})},d=(r,e,t,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let o of A(e))!k.call(r,o)&&o!==t&&i(r,o,{get:()=>e[o],enumerable:!(n=x(e,o))||n.enumerable});return r};var l=(r,e,t)=>(t=r!=null?y(h(r)):{},d(e||!r||!r.__esModule?i(t,"default",{value:r,enumerable:!0}):t,r)),I=r=>d(i({},"__esModule",{value:!0}),r);var U={};N(U,{createBoxes:()=>P,decodeAndNormalizeAddress:()=>M,decodeStateArray:()=>E,getAccountAssetBalances:()=>R,getAppBoxes:()=>D,getAppGlobalState:()=>w,getBoxByName:()=>v,getTxnParams:()=>L,isAssetOptedIn:()=>C,verifySignature:()=>B});module.exports=I(U);var c=l(require("algosdk"));var g=l(require("algosdk")),s=require("buffer"),b=require("algosdk");function m(r){return r.reduce((e,t)=>Uint8Array.from([...e,...t]))}function p(r){return r.map(e=>e instanceof Uint8Array?new Uint8Array(e):typeof e=="string"?S(e):(typeof e=="boolean"&&(e=BigInt(e?1:0)),typeof e=="number"&&(e=BigInt(e)),O(e)))}function S(r){return new Uint8Array(s.Buffer.from(r))}function O(r){let e=s.Buffer.alloc(8);for(let t=0;t<8;t++)e[7-t]=Number(BigInt(r)>>BigInt(t*8)&BigInt(255));return new Uint8Array(e)}function u(r){return s.Buffer.from(r,"base64")}var T=l(require("bignumber.js"));T.default.config({DECIMAL_PLACES:40,EXPONENTIAL_AT:45});var q=`{"theme1":{"value":"${process.env.FRONTEND_URL}/Theme%3DDark.svg","active":true},"theme2":{"value":"${process.env.FRONTEND_URL}/Theme%3DLight.svg","active":true},"theme3":{"value":"${process.env.FRONTEND_URL}/Theme%3DLight.svg","active":true}}`;var _={V1_1:"v1_1",V2:"v2"},X={[_.V1_1]:{testnet:62368684,mainnet:552635992},[_.V2]:{testnet:148607e3,mainnet:1002541853}};function f(r){return Object.keys(r).sort().reduce((e,t)=>({...e,[t]:r[t]}),{})}var P=(r,e)=>e.map(n=>({appIndex:r,name:m(p(["WLP_",n]))}));function E(r){let e={};return r.forEach(t=>{let n=u(t.key).toString(),o=t.value,a=o.type;a==2&&(o=o.uint),a==1&&(o=u(o.bytes)),n=="gov"?e.gov=(0,b.encodeAddress)(o):e[n]=o}),f(e)}var R=r=>{let e={0:r.amount},t=r.assets;for(let n=0;n<t.length;n++){let o=t[n]["asset-id"],a=t[n].amount;e[o]=a}return console.log(`Account ${r.address} balances`,JSON.stringify(e)),e},w=async(r,e)=>{let t=await r.getApplicationByID(e).do();return E(t.params["global-state"])},D=async(r,e)=>{let{boxes:t}=await r.getApplicationBoxes(e).do();console.log("boxes",e,t.map(n=>n.name).filter(n=>n.length===32).map(n=>Buffer.from(n).toString("base64")))},v=async(r,e,t)=>{try{let{value:n}=await r.getApplicationBoxByName(e,t).do();return n}catch(n){if(n.message.includes("box not found"))return console.log(`Box not found '${Buffer.from(t).toString("hex")}'`),null;throw n}},L=async(r,e=1)=>{let t=await r.getTransactionParams().do();return e>1&&(t.fee=c.default.ALGORAND_MIN_TX_FEE*e,t.flatFee=!0),{...t}},C=(r,e)=>Object.keys(r).includes(e.toString()),M=r=>c.default.decodeAddress(r.toUpperCase()).publicKey,B=(r,e,t,n)=>c.default.verifyBytes(new Uint8Array(Buffer.from(t,n)),u(r),e);0&&(module.exports={createBoxes,decodeAndNormalizeAddress,decodeStateArray,getAccountAssetBalances,getAppBoxes,getAppGlobalState,getBoxByName,getTxnParams,isAssetOptedIn,verifySignature});
|