@multiversx/sdk-dapp 2.9.1 → 2.9.2
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/UI/DappModal/hooks/index.js +1 -1
- package/UI/DappModal/hooks/useDappModal.js +1 -1
- package/UI/DappModal/index.js +1 -1
- package/UI/ModalContainer/ModalContainer.js +1 -1
- package/UI/ModalContainer/index.js +1 -1
- package/UI/NotificationModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignTransactionsModals.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/SignStep.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithExtensionModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithLedgerModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithOperaModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithWalletConnectModal/index.js +1 -1
- package/UI/SignTransactionsModals/components/ConfirmationScreen.js +1 -1
- package/UI/SignTransactionsModals/components/DeviceConfirmationScreen.js +1 -1
- package/UI/SignTransactionsModals/components/index.js +1 -1
- package/UI/SignTransactionsModals/index.js +1 -1
- package/UI/TransactionInfo/TransactionInfo.js +1 -1
- package/UI/TransactionInfo/components/NonceMessage/NonceMessage.js +1 -1
- package/UI/TransactionInfo/components/NonceMessage/index.js +1 -1
- package/UI/TransactionInfo/components/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/TransactionInfoNonce.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/index.js +1 -1
- package/UI/TransactionInfo/index.js +1 -1
- package/UI/TransactionsTable/TransactionsTable.js +1 -1
- package/UI/TransactionsTable/index.js +1 -1
- package/UI/TransactionsToastList/TransactionsToastList.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/TransactionToast.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/hooks/useTransactionToast.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/index.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToastGuard.js +1 -1
- package/UI/TransactionsToastList/components/index.js +1 -1
- package/UI/TransactionsToastList/index.js +1 -1
- package/UI/extension/ExtensionLoginButton/index.js +1 -1
- package/UI/index.js +1 -1
- package/UI/ledger/LedgerLoginButton/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/ConfirmAddress.js +1 -1
- package/UI/ledger/LedgerLoginContainer/index.js +1 -1
- package/UI/ledger/index.js +1 -1
- package/UI/operaWallet/OperaWalletLoginButton/index.js +1 -1
- package/UI/pages/UnlockPage/index.js +1 -1
- package/UI/pages/index.js +1 -1
- package/UI/walletConnect/WalletConnectLoginButton/index.js +1 -1
- package/UI/walletConnect/WalletConnectLoginContainer/index.js +1 -1
- package/UI/walletConnect/index.js +1 -1
- package/UI/webWallet/WebWalletLoginButton/index.js +1 -1
- package/__chunks__/chunk-2G5LLTGO.js +2 -0
- package/__chunks__/{chunk-EO33KRFB.js → chunk-2V6RP4S6.js} +2 -2
- package/__chunks__/{chunk-NGFJHP3T.js → chunk-4FSOV5T6.js} +2 -2
- package/__chunks__/{chunk-YS6UGIJF.js → chunk-54ESJ5XJ.js} +2 -2
- package/__chunks__/{chunk-R2A7CTVV.js → chunk-6I5BQVPS.js} +2 -2
- package/__chunks__/chunk-6YPL2NXM.js +2 -0
- package/__chunks__/{chunk-AJRQYEGW.js → chunk-747N7G3G.js} +2 -2
- package/__chunks__/{chunk-R72QG63F.js → chunk-AWTANQPZ.js} +2 -2
- package/__chunks__/{chunk-5V5FXSXD.js → chunk-CR2ZQPXH.js} +2 -2
- package/__chunks__/{chunk-3LC2R5IL.js → chunk-DHOVEDJX.js} +2 -2
- package/__chunks__/{chunk-2L6NVTPG.js → chunk-DS3SOYTD.js} +2 -2
- package/__chunks__/{chunk-S4YBNUTR.js → chunk-EC5YBO7X.js} +2 -2
- package/__chunks__/{chunk-TMO4CU4X.js → chunk-EU7ANT3I.js} +2 -2
- package/__chunks__/{chunk-GQKJXIDW.js → chunk-FAYB33HW.js} +2 -2
- package/__chunks__/{chunk-V2YBBCN3.js → chunk-FW23LZL5.js} +2 -2
- package/__chunks__/{chunk-SQX4F25H.js → chunk-GI4F6FXB.js} +2 -2
- package/__chunks__/{chunk-532JEGBO.js → chunk-KD43VNMQ.js} +2 -2
- package/__chunks__/{chunk-W5ATJOIY.js → chunk-KLNK7RJQ.js} +2 -2
- package/__chunks__/{chunk-J23NIYYN.js → chunk-LRTL63X3.js} +2 -2
- package/__chunks__/{chunk-CLT7BMUZ.js → chunk-ORFIRFRT.js} +2 -2
- package/__chunks__/{chunk-SJJMR3SF.js → chunk-YKCDU3WR.js} +2 -2
- package/__commonjs/UI/DappModal/index.js +3 -3
- package/__commonjs/UI/ModalContainer/ModalContainer.js +3 -3
- package/__commonjs/UI/ModalContainer/index.js +3 -3
- package/__commonjs/UI/NotificationModal/index.js +2 -2
- package/__commonjs/UI/SignTransactionsModals/SignTransactionsModals.js +22 -22
- package/__commonjs/UI/SignTransactionsModals/SignWithExtensionModal/index.js +3 -3
- package/__commonjs/UI/SignTransactionsModals/SignWithOperaModal/index.js +3 -3
- package/__commonjs/UI/SignTransactionsModals/SignWithWalletConnectModal/index.js +5 -5
- package/__commonjs/UI/SignTransactionsModals/index.js +22 -22
- package/__commonjs/UI/TransactionsToastList/components/TransactionToast/TransactionToast.js +8 -8
- package/__commonjs/UI/TransactionsToastList/components/TransactionToast/index.js +8 -8
- package/__commonjs/UI/extension/ExtensionLoginButton/index.js +4 -4
- package/__commonjs/UI/index.js +67 -67
- package/__commonjs/UI/ledger/LedgerLoginButton/index.js +16 -16
- package/__commonjs/UI/ledger/LedgerLoginContainer/index.js +15 -15
- package/__commonjs/UI/ledger/index.js +16 -16
- package/__commonjs/UI/operaWallet/OperaWalletLoginButton/index.js +3 -3
- package/__commonjs/UI/pages/UnlockPage/index.js +19 -19
- package/__commonjs/UI/pages/index.js +19 -19
- package/__commonjs/UI/walletConnect/WalletConnectLoginButton/index.js +7 -7
- package/__commonjs/UI/walletConnect/WalletConnectLoginContainer/index.js +6 -6
- package/__commonjs/UI/walletConnect/index.js +7 -7
- package/__commonjs/UI/webWallet/WebWalletLoginButton/index.js +3 -3
- package/__commonjs/__mocks__/index.js +1 -1
- package/__commonjs/__mocks__/utils/index.js +1 -1
- package/__commonjs/__mocks__/utils/renderWithProvider.js +1 -1
- package/__commonjs/components/LogoutListener/LogoutListener.js +1 -1
- package/__commonjs/components/LogoutListener/helpers/index.js +1 -1
- package/__commonjs/components/LogoutListener/index.js +1 -1
- package/__commonjs/components/ProviderInitializer.js +1 -1
- package/__commonjs/components/TransactionsTracker/TransactionTracker.js +1 -1
- package/__commonjs/components/TransactionsTracker/index.js +1 -1
- package/__commonjs/components/TransactionsTracker/useTransactionsTracker.js +1 -1
- package/__commonjs/hooks/index.js +1 -1
- package/__commonjs/hooks/login/index.js +1 -1
- package/__commonjs/hooks/login/useExtensionLogin.js +1 -1
- package/__commonjs/hooks/login/useLedgerLogin.js +1 -1
- package/__commonjs/hooks/login/useLoginService.js +1 -1
- package/__commonjs/hooks/login/useOperaLogin.js +1 -1
- package/__commonjs/hooks/login/useWalletConnectLogin.js +1 -1
- package/__commonjs/hooks/login/useWalletConnectV2Login.js +1 -1
- package/__commonjs/hooks/login/useWebWalletLogin.js +1 -1
- package/__commonjs/hooks/transactions/index.js +1 -1
- package/__commonjs/hooks/transactions/useTrackTransactionStatus.js +1 -1
- package/__commonjs/services/index.js +1 -1
- package/__commonjs/services/nativeAuth/helpers/getLatestBlockHash.js +1 -1
- package/__commonjs/services/nativeAuth/helpers/index.js +1 -1
- package/__commonjs/services/nativeAuth/index.js +1 -1
- package/__commonjs/services/nativeAuth/methods/getToken.js +1 -1
- package/__commonjs/services/nativeAuth/methods/index.js +1 -1
- package/__commonjs/services/nativeAuth/nativeAuth.js +1 -1
- package/__commonjs/wrappers/DappProvider/CustomComponents.js +1 -1
- package/__commonjs/wrappers/DappProvider/index.js +1 -1
- package/__commonjs/wrappers/index.js +1 -1
- package/__mocks__/index.js +1 -1
- package/__mocks__/utils/index.js +1 -1
- package/__mocks__/utils/renderWithProvider.js +1 -1
- package/components/LogoutListener/LogoutListener.js +1 -1
- package/components/LogoutListener/helpers/index.js +1 -1
- package/components/LogoutListener/helpers/useLogoutFromMultipleTabs.js +1 -1
- package/components/LogoutListener/helpers/useNativeAuthLogout.js +1 -1
- package/components/LogoutListener/helpers/useNativeAuthLogoutWarning/index.js +1 -1
- package/components/LogoutListener/helpers/useNativeAuthLogoutWarning/useNativeAuthLogoutWarning.js +1 -1
- package/components/LogoutListener/index.js +1 -1
- package/components/ProviderInitializer.js +1 -1
- package/components/TransactionsTracker/TransactionTracker.js +1 -1
- package/components/TransactionsTracker/index.js +1 -1
- package/components/TransactionsTracker/useTransactionsTracker.js +1 -1
- package/hooks/index.js +1 -1
- package/hooks/login/index.js +1 -1
- package/hooks/login/useExtensionLogin.js +1 -1
- package/hooks/login/useLedgerLogin.js +1 -1
- package/hooks/login/useLoginService.js +1 -1
- package/hooks/login/useOperaLogin.js +1 -1
- package/hooks/login/useWalletConnectLogin.js +1 -1
- package/hooks/login/useWalletConnectV2Login.js +1 -1
- package/hooks/login/useWebWalletLogin.js +1 -1
- package/hooks/transactions/index.js +1 -1
- package/hooks/transactions/useTrackTransactionStatus.js +1 -1
- package/package.json +1 -1
- package/services/index.js +1 -1
- package/services/nativeAuth/helpers/getLatestBlockHash.js +1 -1
- package/services/nativeAuth/helpers/index.js +1 -1
- package/services/nativeAuth/index.js +1 -1
- package/services/nativeAuth/methods/getToken.js +1 -1
- package/services/nativeAuth/methods/index.js +1 -1
- package/services/nativeAuth/nativeAuth.js +1 -1
- package/wrappers/DappProvider/CustomComponents.js +1 -1
- package/wrappers/DappProvider/index.js +1 -1
- package/wrappers/index.js +1 -1
- package/__chunks__/chunk-EZZRM4AA.js +0 -2
- package/__chunks__/chunk-KGWZO4AR.js +0 -2
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";var di=Object.create;var Ve=Object.defineProperty,_i=Object.defineProperties,li=Object.getOwnPropertyDescriptor,gi=Object.getOwnPropertyDescriptors,ui=Object.getOwnPropertyNames,io=Object.getOwnPropertySymbols,fi=Object.getPrototypeOf,tn=Object.prototype.hasOwnProperty,lt=Object.prototype.propertyIsEnumerable;var _t=(e,o,n)=>o in e?Ve(e,o,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[o]=n,u=(e,o)=>{for(var n in o||(o={}))tn.call(o,n)&&_t(e,n,o[n]);if(io)for(var n of io(o))lt.call(o,n)&&_t(e,n,o[n]);return e},S=(e,o)=>_i(e,gi(o));var co=(e,o)=>{var n={};for(var r in e)tn.call(e,r)&&o.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&io)for(var r of io(e))o.indexOf(r)<0&<.call(e,r)&&(n[r]=e[r]);return n};var x=(e,o)=>()=>(e&&(o=e(e=0)),o);var so=(e,o)=>()=>(o||e((o={exports:{}}).exports,o),o.exports),me=(e,o)=>{for(var n in o)Ve(e,n,{get:o[n],enumerable:!0})},gt=(e,o,n,r)=>{if(o&&typeof o=="object"||typeof o=="function")for(let s of ui(o))!tn.call(e,s)&&s!==n&&Ve(e,s,{get:()=>o[s],enumerable:!(r=li(o,s))||r.enumerable});return e};var b=(e,o,n)=>(n=e!=null?di(fi(e)):{},gt(o||!e||!e.__esModule?Ve(n,"default",{value:e,enumerable:!0}):n,e)),He=e=>gt(Ve({},"__esModule",{value:!0}),e);var y=(e,o,n)=>new Promise((r,s)=>{var p=l=>{try{_(n.next(l))}catch(g){s(g)}},m=l=>{try{_(n.throw(l))}catch(g){s(g)}},_=l=>l.done?r(l.value):Promise.resolve(l.value).then(p,m);_((n=n.apply(e,o)).next())});var Tt=so(po=>{"use strict";t();po.byteLength=hi;po.toByteArray=yi;po.fromByteArray=wi;var K=[],H=[],Ti=typeof Uint8Array!="undefined"?Uint8Array:Array,rn="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(de=0,ut=rn.length;de<ut;++de)K[de]=rn[de],H[rn.charCodeAt(de)]=de;var de,ut;H["-".charCodeAt(0)]=62;H["_".charCodeAt(0)]=63;function ft(e){var o=e.length;if(o%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var n=e.indexOf("=");n===-1&&(n=o);var r=n===o?0:4-n%4;return[n,r]}function hi(e){var o=ft(e),n=o[0],r=o[1];return(n+r)*3/4-r}function xi(e,o,n){return(o+n)*3/4-n}function yi(e){var o,n=ft(e),r=n[0],s=n[1],p=new Ti(xi(e,r,s)),m=0,_=s>0?r-4:r,l;for(l=0;l<_;l+=4)o=H[e.charCodeAt(l)]<<18|H[e.charCodeAt(l+1)]<<12|H[e.charCodeAt(l+2)]<<6|H[e.charCodeAt(l+3)],p[m++]=o>>16&255,p[m++]=o>>8&255,p[m++]=o&255;return s===2&&(o=H[e.charCodeAt(l)]<<2|H[e.charCodeAt(l+1)]>>4,p[m++]=o&255),s===1&&(o=H[e.charCodeAt(l)]<<10|H[e.charCodeAt(l+1)]<<4|H[e.charCodeAt(l+2)]>>2,p[m++]=o>>8&255,p[m++]=o&255),p}function bi(e){return K[e>>18&63]+K[e>>12&63]+K[e>>6&63]+K[e&63]}function Si(e,o,n){for(var r,s=[],p=o;p<n;p+=3)r=(e[p]<<16&16711680)+(e[p+1]<<8&65280)+(e[p+2]&255),s.push(bi(r));return s.join("")}function wi(e){for(var o,n=e.length,r=n%3,s=[],p=16383,m=0,_=n-r;m<_;m+=p)s.push(Si(e,m,m+p>_?_:m+p));return r===1?(o=e[n-1],s.push(K[o>>2]+K[o<<4&63]+"==")):r===2&&(o=(e[n-2]<<8)+e[n-1],s.push(K[o>>10]+K[o>>4&63]+K[o<<2&63]+"=")),s.join("")}});var ht=so(an=>{t();an.read=function(e,o,n,r,s){var p,m,_=s*8-r-1,l=(1<<_)-1,g=l>>1,T=-7,h=n?s-1:0,A=n?-1:1,P=e[o+h];for(h+=A,p=P&(1<<-T)-1,P>>=-T,T+=_;T>0;p=p*256+e[o+h],h+=A,T-=8);for(m=p&(1<<-T)-1,p>>=-T,T+=r;T>0;m=m*256+e[o+h],h+=A,T-=8);if(p===0)p=1-g;else{if(p===l)return m?NaN:(P?-1:1)*(1/0);m=m+Math.pow(2,r),p=p-g}return(P?-1:1)*m*Math.pow(2,p-r)};an.write=function(e,o,n,r,s,p){var m,_,l,g=p*8-s-1,T=(1<<g)-1,h=T>>1,A=s===23?Math.pow(2,-24)-Math.pow(2,-77):0,P=r?0:p-1,L=r?1:-1,N=o<0||o===0&&1/o<0?1:0;for(o=Math.abs(o),isNaN(o)||o===1/0?(_=isNaN(o)?1:0,m=T):(m=Math.floor(Math.log(o)/Math.LN2),o*(l=Math.pow(2,-m))<1&&(m--,l*=2),m+h>=1?o+=A/l:o+=A*Math.pow(2,1-h),o*l>=2&&(m++,l/=2),m+h>=T?(_=0,m=T):m+h>=1?(_=(o*l-1)*Math.pow(2,s),m=m+h):(_=o*Math.pow(2,h-1)*Math.pow(2,s),m=0));s>=8;e[n+P]=_&255,P+=L,_/=256,s-=8);for(m=m<<s|_,g+=s;g>0;e[n+P]=m&255,P+=L,m/=256,g-=8);e[n+P-L]|=N*128}});var Pt=so(Se=>{"use strict";t();var cn=Tt(),be=ht(),xt=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;Se.Buffer=d;Se.SlowBuffer=Ei;Se.INSPECT_MAX_BYTES=50;var mo=2147483647;Se.kMaxLength=mo;d.TYPED_ARRAY_SUPPORT=vi();!d.TYPED_ARRAY_SUPPORT&&typeof console!="undefined"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function vi(){try{var e=new Uint8Array(1),o={foo:function(){return 42}};return Object.setPrototypeOf(o,Uint8Array.prototype),Object.setPrototypeOf(e,o),e.foo()===42}catch(n){return!1}}Object.defineProperty(d.prototype,"parent",{enumerable:!0,get:function(){if(!!d.isBuffer(this))return this.buffer}});Object.defineProperty(d.prototype,"offset",{enumerable:!0,get:function(){if(!!d.isBuffer(this))return this.byteOffset}});function Q(e){if(e>mo)throw new RangeError('The value "'+e+'" is invalid for option "size"');var o=new Uint8Array(e);return Object.setPrototypeOf(o,d.prototype),o}function d(e,o,n){if(typeof e=="number"){if(typeof o=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return dn(e)}return St(e,o,n)}d.poolSize=8192;function St(e,o,n){if(typeof e=="string")return Ii(e,o);if(ArrayBuffer.isView(e))return Ai(e);if(e==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e);if(X(e,ArrayBuffer)||e&&X(e.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(X(e,SharedArrayBuffer)||e&&X(e.buffer,SharedArrayBuffer)))return pn(e,o,n);if(typeof e=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var r=e.valueOf&&e.valueOf();if(r!=null&&r!==e)return d.from(r,o,n);var s=Li(e);if(s)return s;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof e[Symbol.toPrimitive]=="function")return d.from(e[Symbol.toPrimitive]("string"),o,n);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e)}d.from=function(e,o,n){return St(e,o,n)};Object.setPrototypeOf(d.prototype,Uint8Array.prototype);Object.setPrototypeOf(d,Uint8Array);function wt(e){if(typeof e!="number")throw new TypeError('"size" argument must be of type number');if(e<0)throw new RangeError('The value "'+e+'" is invalid for option "size"')}function ki(e,o,n){return wt(e),e<=0?Q(e):o!==void 0?typeof n=="string"?Q(e).fill(o,n):Q(e).fill(o):Q(e)}d.alloc=function(e,o,n){return ki(e,o,n)};function dn(e){return wt(e),Q(e<0?0:_n(e)|0)}d.allocUnsafe=function(e){return dn(e)};d.allocUnsafeSlow=function(e){return dn(e)};function Ii(e,o){if((typeof o!="string"||o==="")&&(o="utf8"),!d.isEncoding(o))throw new TypeError("Unknown encoding: "+o);var n=vt(e,o)|0,r=Q(n),s=r.write(e,o);return s!==n&&(r=r.slice(0,s)),r}function sn(e){for(var o=e.length<0?0:_n(e.length)|0,n=Q(o),r=0;r<o;r+=1)n[r]=e[r]&255;return n}function Ai(e){if(X(e,Uint8Array)){var o=new Uint8Array(e);return pn(o.buffer,o.byteOffset,o.byteLength)}return sn(e)}function pn(e,o,n){if(o<0||e.byteLength<o)throw new RangeError('"offset" is outside of buffer bounds');if(e.byteLength<o+(n||0))throw new RangeError('"length" is outside of buffer bounds');var r;return o===void 0&&n===void 0?r=new Uint8Array(e):n===void 0?r=new Uint8Array(e,o):r=new Uint8Array(e,o,n),Object.setPrototypeOf(r,d.prototype),r}function Li(e){if(d.isBuffer(e)){var o=_n(e.length)|0,n=Q(o);return n.length===0||e.copy(n,0,0,o),n}if(e.length!==void 0)return typeof e.length!="number"||ln(e.length)?Q(0):sn(e);if(e.type==="Buffer"&&Array.isArray(e.data))return sn(e.data)}function _n(e){if(e>=mo)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+mo.toString(16)+" bytes");return e|0}function Ei(e){return+e!=e&&(e=0),d.alloc(+e)}d.isBuffer=function(o){return o!=null&&o._isBuffer===!0&&o!==d.prototype};d.compare=function(o,n){if(X(o,Uint8Array)&&(o=d.from(o,o.offset,o.byteLength)),X(n,Uint8Array)&&(n=d.from(n,n.offset,n.byteLength)),!d.isBuffer(o)||!d.isBuffer(n))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(o===n)return 0;for(var r=o.length,s=n.length,p=0,m=Math.min(r,s);p<m;++p)if(o[p]!==n[p]){r=o[p],s=n[p];break}return r<s?-1:s<r?1:0};d.isEncoding=function(o){switch(String(o).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}};d.concat=function(o,n){if(!Array.isArray(o))throw new TypeError('"list" argument must be an Array of Buffers');if(o.length===0)return d.alloc(0);var r;if(n===void 0)for(n=0,r=0;r<o.length;++r)n+=o[r].length;var s=d.allocUnsafe(n),p=0;for(r=0;r<o.length;++r){var m=o[r];if(X(m,Uint8Array))p+m.length>s.length?d.from(m).copy(s,p):Uint8Array.prototype.set.call(s,m,p);else if(d.isBuffer(m))m.copy(s,p);else throw new TypeError('"list" argument must be an Array of Buffers');p+=m.length}return s};function vt(e,o){if(d.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||X(e,ArrayBuffer))return e.byteLength;if(typeof e!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof e);var n=e.length,r=arguments.length>2&&arguments[2]===!0;if(!r&&n===0)return 0;for(var s=!1;;)switch(o){case"ascii":case"latin1":case"binary":return n;case"utf8":case"utf-8":return mn(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return n*2;case"hex":return n>>>1;case"base64":return Ct(e).length;default:if(s)return r?-1:mn(e).length;o=(""+o).toLowerCase(),s=!0}}d.byteLength=vt;function Ci(e,o,n){var r=!1;if((o===void 0||o<0)&&(o=0),o>this.length||((n===void 0||n>this.length)&&(n=this.length),n<=0)||(n>>>=0,o>>>=0,n<=o))return"";for(e||(e="utf8");;)switch(e){case"hex":return Wi(this,o,n);case"utf8":case"utf-8":return It(this,o,n);case"ascii":return Bi(this,o,n);case"latin1":case"binary":return Ui(this,o,n);case"base64":return Oi(this,o,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Gi(this,o,n);default:if(r)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),r=!0}}d.prototype._isBuffer=!0;function _e(e,o,n){var r=e[o];e[o]=e[n],e[n]=r}d.prototype.swap16=function(){var o=this.length;if(o%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var n=0;n<o;n+=2)_e(this,n,n+1);return this};d.prototype.swap32=function(){var o=this.length;if(o%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var n=0;n<o;n+=4)_e(this,n,n+3),_e(this,n+1,n+2);return this};d.prototype.swap64=function(){var o=this.length;if(o%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var n=0;n<o;n+=8)_e(this,n,n+7),_e(this,n+1,n+6),_e(this,n+2,n+5),_e(this,n+3,n+4);return this};d.prototype.toString=function(){var o=this.length;return o===0?"":arguments.length===0?It(this,0,o):Ci.apply(this,arguments)};d.prototype.toLocaleString=d.prototype.toString;d.prototype.equals=function(o){if(!d.isBuffer(o))throw new TypeError("Argument must be a Buffer");return this===o?!0:d.compare(this,o)===0};d.prototype.inspect=function(){var o="",n=Se.INSPECT_MAX_BYTES;return o=this.toString("hex",0,n).replace(/(.{2})/g,"$1 ").trim(),this.length>n&&(o+=" ... "),"<Buffer "+o+">"};xt&&(d.prototype[xt]=d.prototype.inspect);d.prototype.compare=function(o,n,r,s,p){if(X(o,Uint8Array)&&(o=d.from(o,o.offset,o.byteLength)),!d.isBuffer(o))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof o);if(n===void 0&&(n=0),r===void 0&&(r=o?o.length:0),s===void 0&&(s=0),p===void 0&&(p=this.length),n<0||r>o.length||s<0||p>this.length)throw new RangeError("out of range index");if(s>=p&&n>=r)return 0;if(s>=p)return-1;if(n>=r)return 1;if(n>>>=0,r>>>=0,s>>>=0,p>>>=0,this===o)return 0;for(var m=p-s,_=r-n,l=Math.min(m,_),g=this.slice(s,p),T=o.slice(n,r),h=0;h<l;++h)if(g[h]!==T[h]){m=g[h],_=T[h];break}return m<_?-1:_<m?1:0};function kt(e,o,n,r,s){if(e.length===0)return-1;if(typeof n=="string"?(r=n,n=0):n>2147483647?n=2147483647:n<-2147483648&&(n=-2147483648),n=+n,ln(n)&&(n=s?0:e.length-1),n<0&&(n=e.length+n),n>=e.length){if(s)return-1;n=e.length-1}else if(n<0)if(s)n=0;else return-1;if(typeof o=="string"&&(o=d.from(o,r)),d.isBuffer(o))return o.length===0?-1:yt(e,o,n,r,s);if(typeof o=="number")return o=o&255,typeof Uint8Array.prototype.indexOf=="function"?s?Uint8Array.prototype.indexOf.call(e,o,n):Uint8Array.prototype.lastIndexOf.call(e,o,n):yt(e,[o],n,r,s);throw new TypeError("val must be string, number or Buffer")}function yt(e,o,n,r,s){var p=1,m=e.length,_=o.length;if(r!==void 0&&(r=String(r).toLowerCase(),r==="ucs2"||r==="ucs-2"||r==="utf16le"||r==="utf-16le")){if(e.length<2||o.length<2)return-1;p=2,m/=2,_/=2,n/=2}function l(P,L){return p===1?P[L]:P.readUInt16BE(L*p)}var g;if(s){var T=-1;for(g=n;g<m;g++)if(l(e,g)===l(o,T===-1?0:g-T)){if(T===-1&&(T=g),g-T+1===_)return T*p}else T!==-1&&(g-=g-T),T=-1}else for(n+_>m&&(n=m-_),g=n;g>=0;g--){for(var h=!0,A=0;A<_;A++)if(l(e,g+A)!==l(o,A)){h=!1;break}if(h)return g}return-1}d.prototype.includes=function(o,n,r){return this.indexOf(o,n,r)!==-1};d.prototype.indexOf=function(o,n,r){return kt(this,o,n,r,!0)};d.prototype.lastIndexOf=function(o,n,r){return kt(this,o,n,r,!1)};function Pi(e,o,n,r){n=Number(n)||0;var s=e.length-n;r?(r=Number(r),r>s&&(r=s)):r=s;var p=o.length;r>p/2&&(r=p/2);for(var m=0;m<r;++m){var _=parseInt(o.substr(m*2,2),16);if(ln(_))return m;e[n+m]=_}return m}function Ni(e,o,n,r){return _o(mn(o,e.length-n),e,n,r)}function Di(e,o,n,r){return _o(Hi(o),e,n,r)}function Ri(e,o,n,r){return _o(Ct(o),e,n,r)}function Mi(e,o,n,r){return _o(ji(o,e.length-n),e,n,r)}d.prototype.write=function(o,n,r,s){if(n===void 0)s="utf8",r=this.length,n=0;else if(r===void 0&&typeof n=="string")s=n,r=this.length,n=0;else if(isFinite(n))n=n>>>0,isFinite(r)?(r=r>>>0,s===void 0&&(s="utf8")):(s=r,r=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var p=this.length-n;if((r===void 0||r>p)&&(r=p),o.length>0&&(r<0||n<0)||n>this.length)throw new RangeError("Attempt to write outside buffer bounds");s||(s="utf8");for(var m=!1;;)switch(s){case"hex":return Pi(this,o,n,r);case"utf8":case"utf-8":return Ni(this,o,n,r);case"ascii":case"latin1":case"binary":return Di(this,o,n,r);case"base64":return Ri(this,o,n,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Mi(this,o,n,r);default:if(m)throw new TypeError("Unknown encoding: "+s);s=(""+s).toLowerCase(),m=!0}};d.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function Oi(e,o,n){return o===0&&n===e.length?cn.fromByteArray(e):cn.fromByteArray(e.slice(o,n))}function It(e,o,n){n=Math.min(e.length,n);for(var r=[],s=o;s<n;){var p=e[s],m=null,_=p>239?4:p>223?3:p>191?2:1;if(s+_<=n){var l,g,T,h;switch(_){case 1:p<128&&(m=p);break;case 2:l=e[s+1],(l&192)===128&&(h=(p&31)<<6|l&63,h>127&&(m=h));break;case 3:l=e[s+1],g=e[s+2],(l&192)===128&&(g&192)===128&&(h=(p&15)<<12|(l&63)<<6|g&63,h>2047&&(h<55296||h>57343)&&(m=h));break;case 4:l=e[s+1],g=e[s+2],T=e[s+3],(l&192)===128&&(g&192)===128&&(T&192)===128&&(h=(p&15)<<18|(l&63)<<12|(g&63)<<6|T&63,h>65535&&h<1114112&&(m=h))}}m===null?(m=65533,_=1):m>65535&&(m-=65536,r.push(m>>>10&1023|55296),m=56320|m&1023),r.push(m),s+=_}return Fi(r)}var bt=4096;function Fi(e){var o=e.length;if(o<=bt)return String.fromCharCode.apply(String,e);for(var n="",r=0;r<o;)n+=String.fromCharCode.apply(String,e.slice(r,r+=bt));return n}function Bi(e,o,n){var r="";n=Math.min(e.length,n);for(var s=o;s<n;++s)r+=String.fromCharCode(e[s]&127);return r}function Ui(e,o,n){var r="";n=Math.min(e.length,n);for(var s=o;s<n;++s)r+=String.fromCharCode(e[s]);return r}function Wi(e,o,n){var r=e.length;(!o||o<0)&&(o=0),(!n||n<0||n>r)&&(n=r);for(var s="",p=o;p<n;++p)s+=zi[e[p]];return s}function Gi(e,o,n){for(var r=e.slice(o,n),s="",p=0;p<r.length-1;p+=2)s+=String.fromCharCode(r[p]+r[p+1]*256);return s}d.prototype.slice=function(o,n){var r=this.length;o=~~o,n=n===void 0?r:~~n,o<0?(o+=r,o<0&&(o=0)):o>r&&(o=r),n<0?(n+=r,n<0&&(n=0)):n>r&&(n=r),n<o&&(n=o);var s=this.subarray(o,n);return Object.setPrototypeOf(s,d.prototype),s};function D(e,o,n){if(e%1!==0||e<0)throw new RangeError("offset is not uint");if(e+o>n)throw new RangeError("Trying to access beyond buffer length")}d.prototype.readUintLE=d.prototype.readUIntLE=function(o,n,r){o=o>>>0,n=n>>>0,r||D(o,n,this.length);for(var s=this[o],p=1,m=0;++m<n&&(p*=256);)s+=this[o+m]*p;return s};d.prototype.readUintBE=d.prototype.readUIntBE=function(o,n,r){o=o>>>0,n=n>>>0,r||D(o,n,this.length);for(var s=this[o+--n],p=1;n>0&&(p*=256);)s+=this[o+--n]*p;return s};d.prototype.readUint8=d.prototype.readUInt8=function(o,n){return o=o>>>0,n||D(o,1,this.length),this[o]};d.prototype.readUint16LE=d.prototype.readUInt16LE=function(o,n){return o=o>>>0,n||D(o,2,this.length),this[o]|this[o+1]<<8};d.prototype.readUint16BE=d.prototype.readUInt16BE=function(o,n){return o=o>>>0,n||D(o,2,this.length),this[o]<<8|this[o+1]};d.prototype.readUint32LE=d.prototype.readUInt32LE=function(o,n){return o=o>>>0,n||D(o,4,this.length),(this[o]|this[o+1]<<8|this[o+2]<<16)+this[o+3]*16777216};d.prototype.readUint32BE=d.prototype.readUInt32BE=function(o,n){return o=o>>>0,n||D(o,4,this.length),this[o]*16777216+(this[o+1]<<16|this[o+2]<<8|this[o+3])};d.prototype.readIntLE=function(o,n,r){o=o>>>0,n=n>>>0,r||D(o,n,this.length);for(var s=this[o],p=1,m=0;++m<n&&(p*=256);)s+=this[o+m]*p;return p*=128,s>=p&&(s-=Math.pow(2,8*n)),s};d.prototype.readIntBE=function(o,n,r){o=o>>>0,n=n>>>0,r||D(o,n,this.length);for(var s=n,p=1,m=this[o+--s];s>0&&(p*=256);)m+=this[o+--s]*p;return p*=128,m>=p&&(m-=Math.pow(2,8*n)),m};d.prototype.readInt8=function(o,n){return o=o>>>0,n||D(o,1,this.length),this[o]&128?(255-this[o]+1)*-1:this[o]};d.prototype.readInt16LE=function(o,n){o=o>>>0,n||D(o,2,this.length);var r=this[o]|this[o+1]<<8;return r&32768?r|4294901760:r};d.prototype.readInt16BE=function(o,n){o=o>>>0,n||D(o,2,this.length);var r=this[o+1]|this[o]<<8;return r&32768?r|4294901760:r};d.prototype.readInt32LE=function(o,n){return o=o>>>0,n||D(o,4,this.length),this[o]|this[o+1]<<8|this[o+2]<<16|this[o+3]<<24};d.prototype.readInt32BE=function(o,n){return o=o>>>0,n||D(o,4,this.length),this[o]<<24|this[o+1]<<16|this[o+2]<<8|this[o+3]};d.prototype.readFloatLE=function(o,n){return o=o>>>0,n||D(o,4,this.length),be.read(this,o,!0,23,4)};d.prototype.readFloatBE=function(o,n){return o=o>>>0,n||D(o,4,this.length),be.read(this,o,!1,23,4)};d.prototype.readDoubleLE=function(o,n){return o=o>>>0,n||D(o,8,this.length),be.read(this,o,!0,52,8)};d.prototype.readDoubleBE=function(o,n){return o=o>>>0,n||D(o,8,this.length),be.read(this,o,!1,52,8)};function B(e,o,n,r,s,p){if(!d.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(o>s||o<p)throw new RangeError('"value" argument is out of bounds');if(n+r>e.length)throw new RangeError("Index out of range")}d.prototype.writeUintLE=d.prototype.writeUIntLE=function(o,n,r,s){if(o=+o,n=n>>>0,r=r>>>0,!s){var p=Math.pow(2,8*r)-1;B(this,o,n,r,p,0)}var m=1,_=0;for(this[n]=o&255;++_<r&&(m*=256);)this[n+_]=o/m&255;return n+r};d.prototype.writeUintBE=d.prototype.writeUIntBE=function(o,n,r,s){if(o=+o,n=n>>>0,r=r>>>0,!s){var p=Math.pow(2,8*r)-1;B(this,o,n,r,p,0)}var m=r-1,_=1;for(this[n+m]=o&255;--m>=0&&(_*=256);)this[n+m]=o/_&255;return n+r};d.prototype.writeUint8=d.prototype.writeUInt8=function(o,n,r){return o=+o,n=n>>>0,r||B(this,o,n,1,255,0),this[n]=o&255,n+1};d.prototype.writeUint16LE=d.prototype.writeUInt16LE=function(o,n,r){return o=+o,n=n>>>0,r||B(this,o,n,2,65535,0),this[n]=o&255,this[n+1]=o>>>8,n+2};d.prototype.writeUint16BE=d.prototype.writeUInt16BE=function(o,n,r){return o=+o,n=n>>>0,r||B(this,o,n,2,65535,0),this[n]=o>>>8,this[n+1]=o&255,n+2};d.prototype.writeUint32LE=d.prototype.writeUInt32LE=function(o,n,r){return o=+o,n=n>>>0,r||B(this,o,n,4,4294967295,0),this[n+3]=o>>>24,this[n+2]=o>>>16,this[n+1]=o>>>8,this[n]=o&255,n+4};d.prototype.writeUint32BE=d.prototype.writeUInt32BE=function(o,n,r){return o=+o,n=n>>>0,r||B(this,o,n,4,4294967295,0),this[n]=o>>>24,this[n+1]=o>>>16,this[n+2]=o>>>8,this[n+3]=o&255,n+4};d.prototype.writeIntLE=function(o,n,r,s){if(o=+o,n=n>>>0,!s){var p=Math.pow(2,8*r-1);B(this,o,n,r,p-1,-p)}var m=0,_=1,l=0;for(this[n]=o&255;++m<r&&(_*=256);)o<0&&l===0&&this[n+m-1]!==0&&(l=1),this[n+m]=(o/_>>0)-l&255;return n+r};d.prototype.writeIntBE=function(o,n,r,s){if(o=+o,n=n>>>0,!s){var p=Math.pow(2,8*r-1);B(this,o,n,r,p-1,-p)}var m=r-1,_=1,l=0;for(this[n+m]=o&255;--m>=0&&(_*=256);)o<0&&l===0&&this[n+m+1]!==0&&(l=1),this[n+m]=(o/_>>0)-l&255;return n+r};d.prototype.writeInt8=function(o,n,r){return o=+o,n=n>>>0,r||B(this,o,n,1,127,-128),o<0&&(o=255+o+1),this[n]=o&255,n+1};d.prototype.writeInt16LE=function(o,n,r){return o=+o,n=n>>>0,r||B(this,o,n,2,32767,-32768),this[n]=o&255,this[n+1]=o>>>8,n+2};d.prototype.writeInt16BE=function(o,n,r){return o=+o,n=n>>>0,r||B(this,o,n,2,32767,-32768),this[n]=o>>>8,this[n+1]=o&255,n+2};d.prototype.writeInt32LE=function(o,n,r){return o=+o,n=n>>>0,r||B(this,o,n,4,2147483647,-2147483648),this[n]=o&255,this[n+1]=o>>>8,this[n+2]=o>>>16,this[n+3]=o>>>24,n+4};d.prototype.writeInt32BE=function(o,n,r){return o=+o,n=n>>>0,r||B(this,o,n,4,2147483647,-2147483648),o<0&&(o=4294967295+o+1),this[n]=o>>>24,this[n+1]=o>>>16,this[n+2]=o>>>8,this[n+3]=o&255,n+4};function At(e,o,n,r,s,p){if(n+r>e.length)throw new RangeError("Index out of range");if(n<0)throw new RangeError("Index out of range")}function Lt(e,o,n,r,s){return o=+o,n=n>>>0,s||At(e,o,n,4,34028234663852886e22,-34028234663852886e22),be.write(e,o,n,r,23,4),n+4}d.prototype.writeFloatLE=function(o,n,r){return Lt(this,o,n,!0,r)};d.prototype.writeFloatBE=function(o,n,r){return Lt(this,o,n,!1,r)};function Et(e,o,n,r,s){return o=+o,n=n>>>0,s||At(e,o,n,8,17976931348623157e292,-17976931348623157e292),be.write(e,o,n,r,52,8),n+8}d.prototype.writeDoubleLE=function(o,n,r){return Et(this,o,n,!0,r)};d.prototype.writeDoubleBE=function(o,n,r){return Et(this,o,n,!1,r)};d.prototype.copy=function(o,n,r,s){if(!d.isBuffer(o))throw new TypeError("argument should be a Buffer");if(r||(r=0),!s&&s!==0&&(s=this.length),n>=o.length&&(n=o.length),n||(n=0),s>0&&s<r&&(s=r),s===r||o.length===0||this.length===0)return 0;if(n<0)throw new RangeError("targetStart out of bounds");if(r<0||r>=this.length)throw new RangeError("Index out of range");if(s<0)throw new RangeError("sourceEnd out of bounds");s>this.length&&(s=this.length),o.length-n<s-r&&(s=o.length-n+r);var p=s-r;return this===o&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(n,r,s):Uint8Array.prototype.set.call(o,this.subarray(r,s),n),p};d.prototype.fill=function(o,n,r,s){if(typeof o=="string"){if(typeof n=="string"?(s=n,n=0,r=this.length):typeof r=="string"&&(s=r,r=this.length),s!==void 0&&typeof s!="string")throw new TypeError("encoding must be a string");if(typeof s=="string"&&!d.isEncoding(s))throw new TypeError("Unknown encoding: "+s);if(o.length===1){var p=o.charCodeAt(0);(s==="utf8"&&p<128||s==="latin1")&&(o=p)}}else typeof o=="number"?o=o&255:typeof o=="boolean"&&(o=Number(o));if(n<0||this.length<n||this.length<r)throw new RangeError("Out of range index");if(r<=n)return this;n=n>>>0,r=r===void 0?this.length:r>>>0,o||(o=0);var m;if(typeof o=="number")for(m=n;m<r;++m)this[m]=o;else{var _=d.isBuffer(o)?o:d.from(o,s),l=_.length;if(l===0)throw new TypeError('The value "'+o+'" is invalid for argument "value"');for(m=0;m<r-n;++m)this[m+n]=_[m%l]}return this};var $i=/[^+/0-9A-Za-z-_]/g;function Vi(e){if(e=e.split("=")[0],e=e.trim().replace($i,""),e.length<2)return"";for(;e.length%4!==0;)e=e+"=";return e}function mn(e,o){o=o||1/0;for(var n,r=e.length,s=null,p=[],m=0;m<r;++m){if(n=e.charCodeAt(m),n>55295&&n<57344){if(!s){if(n>56319){(o-=3)>-1&&p.push(239,191,189);continue}else if(m+1===r){(o-=3)>-1&&p.push(239,191,189);continue}s=n;continue}if(n<56320){(o-=3)>-1&&p.push(239,191,189),s=n;continue}n=(s-55296<<10|n-56320)+65536}else s&&(o-=3)>-1&&p.push(239,191,189);if(s=null,n<128){if((o-=1)<0)break;p.push(n)}else if(n<2048){if((o-=2)<0)break;p.push(n>>6|192,n&63|128)}else if(n<65536){if((o-=3)<0)break;p.push(n>>12|224,n>>6&63|128,n&63|128)}else if(n<1114112){if((o-=4)<0)break;p.push(n>>18|240,n>>12&63|128,n>>6&63|128,n&63|128)}else throw new Error("Invalid code point")}return p}function Hi(e){for(var o=[],n=0;n<e.length;++n)o.push(e.charCodeAt(n)&255);return o}function ji(e,o){for(var n,r,s,p=[],m=0;m<e.length&&!((o-=2)<0);++m)n=e.charCodeAt(m),r=n>>8,s=n%256,p.push(s),p.push(r);return p}function Ct(e){return cn.toByteArray(Vi(e))}function _o(e,o,n,r){for(var s=0;s<r&&!(s+n>=o.length||s>=e.length);++s)o[s+n]=e[s];return s}function X(e,o){return e instanceof o||e!=null&&e.constructor!=null&&e.constructor.name!=null&&e.constructor.name===o.name}function ln(e){return e!==e}var zi=function(){for(var e="0123456789abcdef",o=new Array(256),n=0;n<16;++n)for(var r=n*16,s=0;s<16;++s)o[r+s]=e[n]+e[s];return o}()});var Ot=so((lm,Mt)=>{t();var E=Mt.exports={},Y,Z;function gn(){throw new Error("setTimeout has not been defined")}function un(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?Y=setTimeout:Y=gn}catch(e){Y=gn}try{typeof clearTimeout=="function"?Z=clearTimeout:Z=un}catch(e){Z=un}})();function Nt(e){if(Y===setTimeout)return setTimeout(e,0);if((Y===gn||!Y)&&setTimeout)return Y=setTimeout,setTimeout(e,0);try{return Y(e,0)}catch(o){try{return Y.call(null,e,0)}catch(n){return Y.call(this,e,0)}}}function qi(e){if(Z===clearTimeout)return clearTimeout(e);if((Z===un||!Z)&&clearTimeout)return Z=clearTimeout,clearTimeout(e);try{return Z(e)}catch(o){try{return Z.call(null,e)}catch(n){return Z.call(this,e)}}}var ee=[],we=!1,le,lo=-1;function Ki(){!we||!le||(we=!1,le.length?ee=le.concat(ee):lo=-1,ee.length&&Dt())}function Dt(){if(!we){var e=Nt(Ki);we=!0;for(var o=ee.length;o;){for(le=ee,ee=[];++lo<o;)le&&le[lo].run();lo=-1,o=ee.length}le=null,we=!1,qi(e)}}E.nextTick=function(e){var o=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)o[n-1]=arguments[n];ee.push(new Rt(e,o)),ee.length===1&&!we&&Nt(Dt)};function Rt(e,o){this.fun=e,this.array=o}Rt.prototype.run=function(){this.fun.apply(null,this.array)};E.title="browser";E.browser=!0;E.env={};E.argv=[];E.version="";E.versions={};function oe(){}E.on=oe;E.addListener=oe;E.once=oe;E.off=oe;E.removeListener=oe;E.removeAllListeners=oe;E.emit=oe;E.prependListener=oe;E.prependOnceListener=oe;E.listeners=function(e){return[]};E.binding=function(e){throw new Error("process.binding is not supported")};E.cwd=function(){return"/"};E.chdir=function(e){throw new Error("process.chdir is not supported")};E.umask=function(){return 0}});var a,i,gm,t=x(()=>{a=b(Pt()),i=b(Ot()),gm=function(e){function o(){var r=this||self;return delete e.prototype.__magic__,r}if(typeof globalThis=="object")return globalThis;if(this)return o();e.defineProperty(e.prototype,"__magic__",{configurable:!0,get:o});var n=__magic__;return n}(Object)});var je,ge=x(()=>{"use strict";t();je="Action not allowed. User is logged in. Call logout() first"});var Ft=x(()=>{"use strict";t()});var Bt=x(()=>{"use strict";t()});var Ut=x(()=>{"use strict";t()});var C=x(()=>{"use strict";t()});var Wt=x(()=>{"use strict";t()});var Gt=x(()=>{"use strict";t()});var U=x(()=>{"use strict";t()});var $t=x(()=>{"use strict";t()});var Vt=x(()=>{"use strict";t()});var R=x(()=>{"use strict";t();Ft();Bt();Ut();C();Wt();Gt();U();$t();Vt()});var fn,Ht,Dm,jt,Rm,zt,Mm,Om,Fm,qt=x(()=>{"use strict";t();R();fn={devnet:{id:"devnet",chainId:"D",name:"Devnet",egldLabel:"xEGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://devnet-wallet.multiversx.com",apiAddress:"https://devnet-api.multiversx.com",explorerAddress:"http://devnet-explorer.multiversx.com",apiTimeout:"4000"},testnet:{id:"testnet",chainId:"T",name:"Testnet",egldLabel:"xEGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://testnet-wallet.multiversx.com",apiAddress:"https://testnet-api.multiversx.com",explorerAddress:"http://testnet-explorer.multiversx.com",apiTimeout:"4000"},mainnet:{id:"mainnet",chainId:"1",name:"Mainnet",egldLabel:"EGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://wallet.multiversx.com",apiAddress:"https://api.multiversx.com",explorerAddress:"https://explorer.multiversx.com",apiTimeout:"4000"}},{chainId:Ht,egldLabel:Dm}=fn["devnet"],{chainId:jt,egldLabel:Rm}=fn["testnet"],{chainId:zt,egldLabel:Mm}=fn["mainnet"],Om={["devnet"]:Ht,["testnet"]:jt,["mainnet"]:zt},Fm={[Ht]:"devnet",[jt]:"testnet",[zt]:"mainnet"}});var Tn=x(()=>{"use strict";t()});var Kt=x(()=>{"use strict";t()});var go,hn=x(()=>{"use strict";t();go="transaction-status-toast-id"});var J,Xt=x(()=>{"use strict";t();J=require("@multiversx/sdk-web-wallet-provider")});var ze,uo,Yt,fo,Zt,ve,k=x(()=>{"use strict";t();ge();qt();Tn();Kt();hn();Xt();ze=5e4,uo=1e9,Yt=1,fo="logout",Zt="login",ve="0"});var ke,To=x(()=>{"use strict";t();ke=()=>Date.now()/1e3});var Jt=x(()=>{"use strict";t()});var Qt=x(()=>{"use strict";t()});var xn=x(()=>{"use strict";t();To();Jt();Qt()});var bn={};me(bn,{getItem:()=>Yi,localStorageKeys:()=>ie,removeItem:()=>Zi,setItem:()=>Xi});var ie,yn,Xi,Yi,Zi,Ie=x(()=>{"use strict";t();xn();ie={loginExpiresAt:"sdk-dapp-login-expires-at",logoutEvent:"sdk-dapp-logout-event"},yn=typeof localStorage!="undefined",Xi=({key:e,data:o,expires:n})=>{!yn||localStorage.setItem(String(e),JSON.stringify({expires:n,data:o}))},Yi=e=>{if(!yn)return;let o=localStorage.getItem(String(e));if(!o)return null;let n=JSON.parse(o);return!n||!n.hasOwnProperty("expires")||!n.hasOwnProperty("data")?null:ke()>=n.expires?(localStorage.removeItem(String(e)),null):n.data},Zi=e=>{!yn||localStorage.removeItem(String(e))}});var Sn={};me(Sn,{clear:()=>tr,getItem:()=>or,removeItem:()=>nr,setItem:()=>er,storage:()=>Ji});var er,or,nr,tr,Ji,rr=x(()=>{"use strict";t();er=({key:e,data:o,expires:n})=>{sessionStorage.setItem(String(e),JSON.stringify({expires:n,data:o}))},or=e=>{let o=sessionStorage.getItem(String(e));if(!o)return null;let n=JSON.parse(o);return!n||!n.hasOwnProperty("expires")||!n.hasOwnProperty("data")?null:Date.now()>=n.expires?(sessionStorage.removeItem(String(e)),null):n.data},nr=e=>sessionStorage.removeItem(String(e)),tr=()=>sessionStorage.clear(),Ji={setItem:er,getItem:or,removeItem:nr,clear:tr}});var ue,Ae=x(()=>{"use strict";t();Ie();rr();ue={session:Sn,local:bn}});var wn,M,z,O=x(()=>{"use strict";t();wn=require("@reduxjs/toolkit");k();M=(0,wn.createAction)(fo),z=(0,wn.createAction)(Zt,e=>({payload:e}))});var kn,ar,ir,ho,vn,cr,In,ld,An,gd,Qi,ec,ud,fd,Td,oc,xo,yo=x(()=>{"use strict";t();kn=require("@multiversx/sdk-core"),ar=require("@reduxjs/toolkit"),ir=require("redux-persist");k();Ae();Ie();O();ho={balance:"...",address:"",nonce:0,txCount:0,scrCount:0,claimableRewards:ve},vn={address:"",websocketEvent:null,accounts:{"":ho},ledgerAccount:null,publicKey:"",walletConnectAccount:null,isAccountLoading:!0,accountLoadingError:null},cr=(0,ar.createSlice)({name:"accountInfoSlice",initialState:vn,reducers:{setAddress:(e,o)=>{let n=o.payload;e.address=n,e.publicKey=new kn.Address(n).hex()},setAccount:(e,o)=>{let n=e.address===o.payload.address;e.accounts={[e.address]:n?o.payload:ho},e.shard=o.payload.shard,e.isAccountLoading=!1,e.accountLoadingError=null},setAccountNonce:(e,o)=>{let{address:n}=e;e.accounts[n].nonce=o.payload},setAccountShard:(e,o)=>{e.shard=o.payload},setLedgerAccount:(e,o)=>{e.ledgerAccount=o.payload},updateLedgerAccount:(e,o)=>{e.ledgerAccount!=null&&(e.ledgerAccount.index=o.payload.index,e.ledgerAccount.address=o.payload.address)},setWalletConnectAccount:(e,o)=>{e.walletConnectAccount=o.payload},setIsAccountLoading:(e,o)=>{e.isAccountLoading=o.payload,e.accountLoadingError=null},setAccountLoadingError:(e,o)=>{e.accountLoadingError=o.payload,e.isAccountLoading=!1},setWebsocketEvent:(e,o)=>{e.websocketEvent={timestamp:Date.now(),message:o.payload}}},extraReducers:e=>{e.addCase(M,()=>(ue.local.removeItem(ie.loginExpiresAt),vn)),e.addCase(z,(o,n)=>{let{address:r}=n.payload;o.address=r,o.publicKey=new kn.Address(r).hex()}),e.addCase(ir.REHYDRATE,(o,n)=>{var g;if(!((g=n.payload)!=null&&g.account))return;let{account:r}=n.payload,{address:s,shard:p,accounts:m,publicKey:_}=r;o.address=s,o.shard=p;let l=m&&s in m;o.accounts=l?m:vn.accounts,o.publicKey=_})}}),{setAccount:In,setAddress:ld,setAccountNonce:An,setAccountShard:gd,setLedgerAccount:Qi,updateLedgerAccount:ec,setWalletConnectAccount:ud,setIsAccountLoading:fd,setAccountLoadingError:Td,setWebsocketEvent:oc}=cr.actions,xo=cr.reducer});function qe(){return new Date().setHours(new Date().getHours()+24)}function Ke(e){ue.local.setItem({key:ie.loginExpiresAt,data:e,expires:e})}var Ln=x(()=>{"use strict";t();Ae();Ie()});var pr,sr,mr,Ad,dr,nc,bo,Ld,tc,_r,Ed,So,wo=x(()=>{"use strict";t();pr=require("@reduxjs/toolkit");Ln();C();O();sr={loginMethod:"",walletConnectLogin:null,ledgerLogin:null,tokenLogin:null,walletLogin:null,extensionLogin:null,operaLogin:null,isLoginSessionInvalid:!1},mr=(0,pr.createSlice)({name:"loginInfoSlice",initialState:sr,reducers:{setLoginMethod:(e,o)=>{e.loginMethod=o.payload},setTokenLogin:(e,o)=>{e.tokenLogin=o.payload},setTokenLoginSignature:(e,o)=>{(e==null?void 0:e.tokenLogin)!=null&&(e.tokenLogin.signature=o.payload)},setWalletLogin:(e,o)=>{e.walletLogin=o.payload},setWalletConnectLogin:(e,o)=>{e.walletConnectLogin=o.payload},setLedgerLogin:(e,o)=>{e.ledgerLogin=o.payload},invalidateLoginSession:e=>{e.isLoginSessionInvalid=!0},setLogoutRoute:(e,o)=>{e.logoutRoute=o.payload}},extraReducers:e=>{e.addCase(M,()=>sr),e.addCase(z,(o,n)=>{o.loginMethod=n.payload.loginMethod,Ke(qe())})}}),{setLoginMethod:Ad,setWalletConnectLogin:dr,setLedgerLogin:nc,setTokenLogin:bo,setTokenLoginSignature:Ld,setWalletLogin:tc,invalidateLoginSession:_r,setLogoutRoute:Ed}=mr.actions,So=mr.reducer});var gr,lr,ur,Dd,rc,Rd,ac,vo,ko=x(()=>{"use strict";t();gr=require("@reduxjs/toolkit");O();lr={},ur=(0,gr.createSlice)({name:"modalsSlice",initialState:lr,reducers:{setTxSubmittedModal:(e,o)=>{e.txSubmittedModal=o.payload},setNotificationModal:(e,o)=>{e.notificationModal=o.payload},clearTxSubmittedModal:e=>{e.txSubmittedModal=void 0},clearNotificationModal:e=>{e.notificationModal=void 0}},extraReducers:e=>{e.addCase(M,()=>lr)}}),{setTxSubmittedModal:Dd,setNotificationModal:rc,clearTxSubmittedModal:Rd,clearNotificationModal:ac}=ur.actions,vo=ur.reducer});var ic,Io,Xe=x(()=>{"use strict";t();ic=!1,Io=(e,o=0)=>{ic||setTimeout(()=>{window.location.href=e,window.location.assign(e)},o)}});function Le({callbackRoute:e,onLoginRedirect:o,options:n}){let r=Boolean(e),s=typeof o=="function",p=s?0:cc;r&&e!=null&&setTimeout(()=>{if(s)return o(e,n);window.location.pathname.includes(e)||Io(e)},p)}var cc,fr=x(()=>{"use strict";t();Xe();cc=200});function En(e){return e[Math.floor(Math.random()*e.length)]}var Tr=x(()=>{"use strict";t()});var Cn=x(()=>{"use strict";t();Tn()});var fe=x(()=>{"use strict";t();fr();Tr();Cn()});var hr,xr,Pn,sc,yr,Xd,Yd,Ao,Lo=x(()=>{"use strict";t();hr=require("@reduxjs/toolkit"),xr=b(require("lodash.omit"));fe();Pn={id:"not-configured",chainId:"",name:"NOT CONFIGURED",egldLabel:"",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"",walletConnectBridgeAddress:"",walletConnectV2RelayAddress:"",walletConnectV2ProjectId:"",walletConnectV2Options:{},walletAddress:"",apiAddress:"",explorerAddress:"",apiTimeout:"4000"},sc={network:Pn,chainID:"-1"},yr=(0,hr.createSlice)({name:"appConfig",initialState:sc,reducers:{initializeNetworkConfig:(e,o)=>{let n=En(o.payload.walletConnectBridgeAddresses),r=En(o.payload.walletConnectV2RelayAddresses),s=(0,xr.default)(o.payload,"walletConnectBridgeAddresses","walletConnectV2RelayAddresses");e.network=S(u(u({},e.network),s),{walletConnectBridgeAddress:n,walletConnectV2RelayAddress:r})},setChainID:(e,o)=>{e.chainID=o.payload}}}),{initializeNetworkConfig:Xd,setChainID:Yd}=yr.actions,Ao=yr.reducer});var br,Nn,Sr,n_,t_,r_,Eo,Co=x(()=>{"use strict";t();br=require("@reduxjs/toolkit");R();O();Nn={isSigning:!1,signedSessions:{}},Sr=(0,br.createSlice)({name:"signedMessageInfoSliceState",initialState:Nn,reducers:{setSignSession:(e,o)=>{let{sessionId:n,signedSession:r,errorMessage:s}=o.payload;return S(u({},e),{errorMessage:s!=null?s:e.errorMessage,isSigning:r.status==="pending",signedSessions:S(u({},e.signedSessions),{[n]:r})})},setSignSessionState:(e,o)=>u(u({},e),o.payload),clearSignedMessageInfo:()=>Nn},extraReducers:e=>{e.addCase(M,()=>Nn)}}),{setSignSession:n_,clearSignedMessageInfo:t_,setSignSessionState:r_}=Sr.actions,Eo=Sr.reducer});var vr,kr,wr,Ir,pc,Dn,__,l_,g_,u_,Po,No=x(()=>{"use strict";t();vr=require("@reduxjs/toolkit"),kr=require("redux-persist");hn();R();To();O();wr={customToasts:[],transactionToasts:[],failTransactionToast:null},Ir=(0,vr.createSlice)({name:"toastsSlice",initialState:wr,reducers:{addCustomToast:(e,o)=>{e.customToasts.push(S(u({},o.payload),{type:"custom",toastId:o.payload.toastId||`custom-toast-${e.customToasts.length+1}`}))},removeCustomToast:(e,o)=>{e.customToasts=e.customToasts.filter(n=>n.toastId!==o.payload)},addTransactionToast:(e,o)=>{e.transactionToasts.push({type:"transaction",startTimestamp:ke(),toastId:o.payload||`custom-toast-${e.transactionToasts.length+1}`})},removeTransactionToast:(e,o)=>{e.transactionToasts=e.transactionToasts.filter(n=>n.toastId!==o.payload)},addFailTransactionToast:(e,o)=>{e.failTransactionToast=S(u({},o.payload),{toastId:go})},removeFailTransactionToast:e=>{e.failTransactionToast=null}},extraReducers:e=>{e.addCase(M,()=>wr),e.addCase(kr.REHYDRATE,(o,n)=>{var s,p;let r=(p=(s=n.customToasts)==null?void 0:s.filter(m=>!("component"in m)))!=null?p:[];o.customToasts=r})}}),{addCustomToast:pc,removeCustomToast:Dn,addTransactionToast:__,removeTransactionToast:l_,addFailTransactionToast:g_,removeFailTransactionToast:u_}=Ir.actions,Po=Ir.reducer});var Ar,Mn,On,Fn,mc,Rn,Lr,x_,dc,Bn,Do,Ro=x(()=>{"use strict";t();Ar=require("@reduxjs/toolkit");O();Mn="Transaction failed",On="Transaction successful",Fn="Processing transaction",mc="Transaction submitted",Rn={},Lr=(0,Ar.createSlice)({name:"transactionsInfo",initialState:Rn,reducers:{setTransactionsDisplayInfo(e,o){let{sessionId:n,transactionsDisplayInfo:r}=o.payload;n!=null&&(e[n]={errorMessage:(r==null?void 0:r.errorMessage)||Mn,successMessage:(r==null?void 0:r.successMessage)||On,processingMessage:(r==null?void 0:r.processingMessage)||Fn,submittedMessage:(r==null?void 0:r.submittedMessage)||mc,transactionDuration:r==null?void 0:r.transactionDuration})},clearTransactionsInfoForSessionId(e,o){o.payload!=null&&delete e[o.payload]},clearTransactionsInfo:()=>Rn},extraReducers:e=>{e.addCase(M,()=>Rn)}}),{clearTransactionsInfo:x_,setTransactionsDisplayInfo:dc,clearTransactionsInfoForSessionId:Bn}=Lr.actions,Do=Lr.reducer});function Ee(e){return e!=null&&(xc(e)||wc(e))}function Ce(e){return e!=null&&(yc(e)||vc(e))}function Pe(e){return e!=null&&(bc(e)||kc(e))}function Un(e){return e!=null&&Sc(e)}function xc(e){return e!=null&&_c.includes(e)}function yc(e){return e!=null&&lc.includes(e)}function bc(e){return e!=null&&gc.includes(e)}function Sc(e){return e!=null&&uc.includes(e)}function wc(e){return e!=null&&fc.includes(e)}function vc(e){return e!=null&&Tc.includes(e)}function kc(e){return e!=null&&hc.includes(e)}var _c,lc,gc,uc,fc,Tc,hc,Ne=x(()=>{"use strict";t();C();_c=["sent"],lc=["success"],gc=["fail","cancelled","timedOut"],uc=["timedOut"],fc=["pending"],Tc=["success"],hc=["fail","invalid"]});var Er,Cr,Ze,Ic,Pr,Nr,Dr,Ac,Mo,Lc,Ec,L_,Cc,Oo,Wn,Fo,Bo=x(()=>{"use strict";t();Er=require("@reduxjs/toolkit"),Cr=require("redux-persist");C();Ne();O();Ze={signedTransactions:{},transactionsToSign:null,signTransactionsError:null,signTransactionsCancelMessage:null,customTransactionInformationForSessionId:{}},Ic={signWithoutSending:!1,sessionInformation:null,redirectAfterSign:!1},Pr=(0,Er.createSlice)({name:"transactionsSlice",initialState:Ze,reducers:{moveTransactionsToSignedState:(e,o)=>{var l,g;let{sessionId:n,transactions:r,errorMessage:s,status:p,redirectRoute:m}=o.payload,_=((l=e.customTransactionInformationForSessionId)==null?void 0:l[n])||Ic;e.signedTransactions[n]={transactions:r,status:p,errorMessage:s,redirectRoute:m,customTransactionInformation:_},((g=e==null?void 0:e.transactionsToSign)==null?void 0:g.sessionId)===n&&(e.transactionsToSign=Ze.transactionsToSign)},clearSignedTransaction:(e,o)=>{e.signedTransactions[o.payload]&&delete e.signedTransactions[o.payload]},clearTransactionToSign:e=>{e!=null&&e.transactionsToSign&&(e.transactionsToSign=null)},updateSignedTransaction:(e,o)=>{e.signedTransactions=u(u({},e.signedTransactions),o.payload)},updateSignedTransactions:(e,o)=>{let{sessionId:n,status:r,errorMessage:s,transactions:p}=o.payload;e.signedTransactions[n]!=null&&(e.signedTransactions[n].status=r,s!=null&&(e.signedTransactions[n].errorMessage=s),p!=null&&(e.signedTransactions[n].transactions=p))},updateSignedTransactionStatus:(e,o)=>{var _,l,g,T,h,A;let{sessionId:n,status:r,errorMessage:s,transactionHash:p}=o.payload,m=(l=(_=e.signedTransactions)==null?void 0:_[n])==null?void 0:l.transactions;if(m!=null){e.signedTransactions[n].transactions=m.map(N=>N.hash===p?S(u({},N),{status:r,errorMessage:s}):N);let P=(T=(g=e.signedTransactions[n])==null?void 0:g.transactions)==null?void 0:T.every(N=>Ce(N.status)),L=(A=(h=e.signedTransactions[n])==null?void 0:h.transactions)==null?void 0:A.every(N=>Pe(N.status));P&&(e.signedTransactions[n].status="success"),L&&(e.signedTransactions[n].status="fail")}},setTransactionsToSign:(e,o)=>{e.transactionsToSign=o.payload;let{sessionId:n,customTransactionInformation:r}=o.payload;e.customTransactionInformationForSessionId[n]=r,e.signTransactionsError=null},clearAllTransactionsToSign:e=>{e.transactionsToSign=Ze.transactionsToSign,e.signTransactionsError=null},clearAllSignedTransactions:e=>{e.signedTransactions=Ze.signedTransactions},setSignTransactionsError:(e,o)=>{e.signTransactionsError=o.payload},setSignTransactionsCancelMessage:(e,o)=>{e.signTransactionsCancelMessage=o.payload}},extraReducers:e=>{e.addCase(M,()=>Ze),e.addCase(Cr.REHYDRATE,(o,n)=>{var m;if(o.signTransactionsCancelMessage=null,!((m=n.payload)!=null&&m.transactions))return;let{signedTransactions:r,customTransactionInformationForSessionId:s}=n.payload.transactions,p=Object.entries(r).reduce((_,[l,g])=>{let T=new Date(l),h=new Date;return h.setHours(h.getHours()+5),h-T>0||(_[l]=g),_},{});s!=null&&(o.customTransactionInformationForSessionId=s),r!=null&&(o.signedTransactions=p)})}}),{updateSignedTransactionStatus:Nr,updateSignedTransactions:Dr,setTransactionsToSign:Ac,clearAllTransactionsToSign:Mo,clearAllSignedTransactions:Lc,clearSignedTransaction:Ec,clearTransactionToSign:L_,setSignTransactionsError:Cc,setSignTransactionsCancelMessage:Oo,moveTransactionsToSignedState:Wn}=Pr.actions,Fo=Pr.reducer});var I=x(()=>{"use strict";t();yo();wo();ko();Lo();Co();No();Ro();Bo()});var Gn=x(()=>{"use strict";t()});var Br,Fr,Ur,J_,Q_,el,ol,nl,tl,Wr,Gr=x(()=>{"use strict";t();Br=require("@reduxjs/toolkit");O();Fr={visible:!1,modal:{showHeader:!0,showFooter:!1,headerText:"",footerText:""}},Ur=(0,Br.createSlice)({name:"dappModalsSlice",initialState:Fr,reducers:{setDappModalVisibility:(e,o)=>{e.visible=o.payload},setDappModalHeaderVisibility:(e,o)=>{e.modal.showHeader=o.payload},setDappModalFooterVisibility:(e,o)=>{e.modal.showFooter=o.payload},setDappModalHeaderText:(e,o)=>{e.modal.headerText=o.payload},setDappModalFooterText:(e,o)=>{e.modal.footerText=o.payload},setDappModalConfig:(e,o)=>{e.modal=u({},o.payload)}},extraReducers:e=>{e.addCase(M,()=>Fr)}}),{setDappModalVisibility:J_,setDappModalHeaderVisibility:Q_,setDappModalFooterVisibility:el,setDappModalHeaderText:ol,setDappModalFooterText:nl,setDappModalConfig:tl}=Ur.actions,Wr=Ur.reducer});var $r,Rc,Mc,he,$o=x(()=>{"use strict";t();$r=require("@reduxjs/toolkit");Gn();yo();Gr();wo();ko();Lo();Co();No();Ro();Bo();Rc={["account"]:xo,["dappModal"]:Wr,["loginInfo"]:So,["modals"]:vo,["networkConfig"]:Ao,["signedMessageInfo"]:Eo,["toasts"]:Po,["transactionsInfo"]:Do,["transactions"]:Fo},Mc=(e={})=>(0,$r.combineReducers)(u(u({},Rc),e)),he=Mc});var zr={};me(zr,{default:()=>Yc,sessionStorageReducers:()=>$n});function ce(e,o=[]){return{key:e,version:1,storage:Hr.default,blacklist:o}}var G,Vr,Hr,Oc,Qe,Fc,Bc,Uc,Wc,Gc,$c,Vc,Hc,jc,jr,zc,$n,qc,Kc,Xc,Yc,qr=x(()=>{"use strict";t();G=require("redux-persist"),Vr=b(require("redux-persist/lib/storage")),Hr=b(require("redux-persist/lib/storage/session"));$o();I();yo();wo();ko();Lo();Co();No();Ro();Bo();Gn();Oc={persistReducersStorageType:"localStorage"},Qe={["account"]:"sdk-dapp-account",["loginInfo"]:"sdk-dapp-login-info",["modals"]:"sdk-dapp-modals",["networkConfig"]:"sdk-dapp-network-config"},Fc=ce(Qe["account"]),Bc=ce(Qe["loginInfo"]),Uc=ce(Qe["modals"]),Wc=ce(Qe["networkConfig"]),Gc={2:e=>S(u({},e),{networkConfig:Pn})};$c=ce("sdk-dapp-transactionsInfo"),Vc=ce("sdk-dapp-transactions",["transactionsToSign"]),Hc=ce("sdk-dapp-toasts"),jc=ce("sdk-dapp-signedMessageInfo"),jr={key:"sdk-dapp-store",version:2,storage:Vr.default,whitelist:Object.keys(Qe),migrate:(0,G.createMigrate)(Gc,{debug:!1})},zc=S(u({},jr),{whitelist:[]}),$n={["toasts"]:(0,G.persistReducer)(Hc,Po),["transactions"]:(0,G.persistReducer)(Vc,Fo),["transactionsInfo"]:(0,G.persistReducer)($c,Do),["signedMessageInfo"]:(0,G.persistReducer)(jc,Eo)},qc=S(u({},$n),{["account"]:(0,G.persistReducer)(Fc,xo),["loginInfo"]:(0,G.persistReducer)(Bc,So),["modals"]:(0,G.persistReducer)(Uc,vo),["networkConfig"]:(0,G.persistReducer)(Wc,Ao)}),Kc=Oc.persistReducersStorageType==="localStorage",Xc=Kc?(0,G.persistReducer)(jr,he($n)):(0,G.persistReducer)(zc,he(qc)),Yc=Xc});var Kr={};me(Kr,{default:()=>Zc});var Zc,Xr=x(()=>{"use strict";t();$o();Zc=he()});var Yr={};me(Yr,{default:()=>Qc});var j,Jc,Qc,Zr=x(()=>{"use strict";t();j=require("redux-persist"),Jc=[j.FLUSH,j.REHYDRATE,j.PAUSE,j.PERSIST,j.PURGE,j.REGISTER],Qc=Jc});var ea={};me(ea,{default:()=>Qr});function Qr(e){return(0,Jr.persistStore)(e)}var Jr,oa=x(()=>{"use strict";t();Jr=require("redux-persist")});var sm={};me(sm,{OperaWalletLoginButton:()=>cm});module.exports=He(sm);t();var en=b(require("react"));t();t();t();var ca=require("react"),De=require("react-redux");t();var Vn=require("@reduxjs/toolkit"),aa=require("react-redux/lib/utils/Subscription");I();t();var Mr=b(require("lodash.throttle"));k();t();var Rr=b(require("lodash.isequal")),Uo=require("reselect");R();var f=(0,Uo.createSelectorCreator)(Uo.defaultMemoize,Rr.default),Je=(e,o)=>e!=""&&Boolean(o);I();Ln();Ae();Ie();var Pc=[fo],Wo=!1,Nc=(0,Mr.default)(()=>{Ke(qe())},5e3),Or=e=>o=>n=>{var l;if(Pc.includes(n.type))return o(n);let r=e.getState(),s=ue.local.getItem(ie.loginExpiresAt);if(!Je((l=r==null?void 0:r.loginInfo)==null?void 0:l.loginMethod,r==null?void 0:r.account.address))return o(n);if(s==null)return Ke(qe());let m=Date.now();return s-m<0&&!Wo?setTimeout(()=>{Wo=!0,e.dispatch(_r())},1e3):(Wo&&(Wo=!1),Nc()),o(n)};t();t();function Go(){return typeof sessionStorage!="undefined"}var na=Go()?(qr(),He(zr)).default:(Xr(),He(Kr)).default,ta=Go()?(Zr(),He(Yr)).default:[],ra=Go()?(oa(),He(ea)).default:e=>e;$o();var w=(0,Vn.configureStore)({reducer:na,middleware:e=>e({serializableCheck:{ignoredActions:[...ta,An.type,In.type],ignoredPaths:["payload.nonce","account.account.nonce","providers.accountProvider"]}}).concat(Or)}),ia=(0,aa.createSubscription)(w),Rl=ra(w),Ml=(0,Vn.configureStore)({reducer:he});var es={store:w,subscription:ia},Hn=(0,ca.createContext)(es),Ul=(0,De.createStoreHook)(Hn),F=(0,De.createDispatchHook)(Hn),v=(0,De.createSelectorHook)(Hn);t();t();I();var ne=e=>e.account,Re=f(ne,e=>e.address),Me=f(ne,Re,(e,o)=>o in e.accounts?e.accounts[o]:ho),os=f(ne,Me,(e,o)=>{let s=e,{accounts:n}=s,r=co(s,["accounts"]);return S(u({},r),{account:o})}),ns=f(Me,e=>e.balance),ts=f(Me,e=>{var o;return((o=e==null?void 0:e.nonce)==null?void 0:o.valueOf())||0}),Vl=f(ne,e=>e.shard),rs=f(ne,e=>e.ledgerAccount),Hl=f(ne,e=>e.walletConnectAccount),jl=f(ne,e=>e.isAccountLoading),zl=f(ne,e=>e.accountLoadingError),sa=f(ne,e=>e.websocketEvent);t();var q=e=>e.loginInfo,Yl=f(q,e=>e.loginMethod),Vo=f(q,Re,(e,o)=>Je(e.loginMethod,o)),Zl=f(q,e=>e.walletConnectLogin),Jl=f(q,e=>e.ledgerLogin),as=f(q,e=>e.walletLogin),Ql=f(q,e=>e.isLoginSessionInvalid),pa=f(q,e=>e.tokenLogin),eg=f(q,e=>e.logoutRoute);t();var ma=e=>e.modals,tg=f(ma,e=>e.txSubmittedModal),is=f(ma,e=>e.notificationModal);t();var te=e=>e.networkConfig,Ho=f(te,e=>e.chainID),cs=f(te,e=>e.network.walletConnectBridgeAddress),ss=f(te,e=>e.network.walletConnectV2RelayAddress),ps=f(te,e=>e.network.walletConnectV2ProjectId),ms=f(te,e=>e.network.walletConnectV2Options),da=f(te,e=>e.network.walletConnectDeepLink),re=f(te,e=>e.network),_a=f(re,e=>e.apiAddress),la=f(re,e=>e.explorerAddress),ga=f(re,e=>e.egldLabel);t();var jn=e=>e.signedMessageInfo,sg=f(jn,e=>e.isSigning),pg=f(jn,e=>e.errorMessage),mg=f(jn,e=>{let o=Object.keys(e.signedSessions),n=o.length;return e.signedSessions[o[n-1]]});t();var zn=e=>e.toasts,lg=f(zn,e=>e.customToasts),gg=f(zn,e=>e.transactionToasts),ug=f(zn,e=>e.failTransactionToast);t();I();var ua={errorMessage:Mn,successMessage:On,processingMessage:Fn},ds=e=>e.transactionsInfo,_s=f(ds,(e,o)=>o,(e,o)=>o!=null&&(e==null?void 0:e[Number(o)])||ua);t();t();var $=require("@multiversx/sdk-core");k();t();function qn(e){try{return a.Buffer.from(e,"base64").toString()===atob(e)}catch(o){return!1}}function Oe(e){return atob(e)}function jo(e){var s,p,m;let{data:o}=e,n=qn(o!=null?o:"")?$.TransactionPayload.fromEncoded(o):new $.TransactionPayload(o),r=new $.Transaction(u({value:e.value.valueOf(),data:n,nonce:e.nonce.valueOf(),receiver:new $.Address(e.receiver),sender:new $.Address(e.sender),gasLimit:(s=e.gasLimit.valueOf())!=null?s:ze,gasPrice:(p=e.gasPrice.valueOf())!=null?p:uo,chainID:e.chainID.valueOf(),version:new $.TransactionVersion((m=e.version)!=null?m:Yt)},e.options?{options:new $.TransactionOptions(e.options)}:{}));return r.applySignature({hex:()=>e.signature||""},new $.Address(e.sender)),r}t();Ne();t();var gs=b(require("bignumber.js"));R();t();t();t();t();var fs=require("@multiversx/sdk-core"),Ts=b(require("bignumber.js"));C();t();var us=require("@multiversx/sdk-core");t();t();t();var xs=require("@multiversx/sdk-core/out");t();k();t();var ha=require("@multiversx/sdk-core");R();t();t();t();t();C();t();t();t();t();t();t();t();var Xn="blocks";t();t();t();t();U();t();t();U();t();t();t();var As=b(require("bignumber.js"));k();t();var Is=require("@multiversx/sdk-core"),Yn=b(require("bignumber.js"));k();t();var vs=b(require("bignumber.js"));t();Yn.default.config({ROUNDING_MODE:Yn.default.ROUND_FLOOR});t();t();t();k();t();t();t();t();k();t();k();t();var Ls=require("@multiversx/sdk-core");k();t();var eo=require("@multiversx/sdk-core"),Ps=require("@multiversx/sdk-network-providers");k();t();t();var Es=b(require("bignumber.js"));k();t();k();t();t();t();t();t();k();t();U();var Ds=["reDelegateRewards","claimRewards","unBond"],Rs=["wrapEgld","unwrapEgld"],Ms=["unStake"],Os=["unDelegate"];t();t();t();k();t();var Ws=b(require("bignumber.js"));t();t();t();t();U();t();var Gs=b(require("bignumber.js"));t();t();t();t();U();t();t();t();var Hs=b(require("linkifyjs"));t();k();t();var js=b(require("bignumber.js"));t();R();t();t();C();t();C();t();t();t();U();t();U();t();var zs=b(require("bignumber.js"));k();U();t();U();t();var ka=require("react");R();t();t();U();t();t();var qs=require("@multiversx/sdk-core/out"),Ks=b(require("bignumber.js"));U();t();R();t();t();R();var Yx=[{label:"Raw",value:"raw"},{label:"Text",value:"text"},{label:"Decimal",value:"decimal"},{label:"Smart",value:"smart"}];t();var Ia=require("react");R();t();var Ys=require("react");U();var ty=["create","localMint","ESDTLocalMint","addQuantity","burn","localBurn","ESDTLocalBurn","wipe","writeLog","signalError"];var Xo=e=>e.transactions,Fe=f(Xo,e=>e.signedTransactions),Zs=f(Xo,e=>e.signTransactionsError),Aa=f(Xo,e=>e.signTransactionsCancelMessage),Yo=e=>o=>Object.entries(o).reduce((n,[r,s])=>(e(s.status)&&(n[r]=s),n),{}),La=f(Fe,Yo(Ee)),Ea=f(Fe,Yo(Ce)),Ca=f(Fe,Yo(Pe)),Js=f(Fe,Yo(Un)),Pa=f(Xo,e=>{var o;return(e==null?void 0:e.transactionsToSign)==null?null:S(u({},e.transactionsToSign),{transactions:((o=e==null?void 0:e.transactionsToSign)==null?void 0:o.transactions.map(n=>jo(n)))||[]})}),Qs=f(Fe,(e,o)=>o,(e,o)=>o!=null?(e==null?void 0:e[o])||{}:{});t();var Na=require("react");t();I();t();t();t();var op=require("react"),np=require("@multiversx/sdk-web-wallet-provider"),tp=b(require("qs"));k();I();C();t();var Ua=require("react"),xp=require("@multiversx/sdk-extension-provider");k();t();t();t();t();var rp=require("@multiversx/sdk-extension-provider"),ap=require("@multiversx/sdk-hw-provider"),ip=require("@multiversx/sdk-opera-provider"),cp=require("@multiversx/sdk-wallet-connect-provider/out/walletConnectProvider"),sp=require("@multiversx/sdk-wallet-connect-provider/out/walletConnectV2Provider"),pp=require("@multiversx/sdk-web-wallet-provider");k();C();var ae=e=>`Unable to perform ${e}, Provider not initialized`,Jn=class{init(){return Promise.resolve(!1)}login(o){throw new Error(ae(`login with options: ${o}`))}logout(o){throw new Error(ae(`logout with options: ${o}`))}getAddress(){throw new Error(ae("getAddress"))}isInitialized(){return!1}isConnected(){return Promise.resolve(!1)}sendTransaction(o,n){throw new Error(ae(`sendTransaction with transactions: ${o} options: ${n}`))}signTransaction(o,n){throw new Error(ae(`signTransaction with transactions: ${o} options: ${n}`))}signTransactions(o,n){throw new Error(ae(`signTransactions with transactions: ${o} options: ${n}`))}signMessage(o,n){throw new Error(ae(`signTransactions with ${o} and options ${n}`))}sendCustomMessage({method:o,params:n}){throw new Error(ae(`sendCustomMessage with method: ${o} params: ${n}`))}sendCustomRequest(o){throw new Error(ae(`sendSessionEvent with options: ${o}`))}ping(){return Promise.resolve(!1)}},Ra=new Jn;var mp=Ra;function Be(e){mp=e}I();C();t();t();t();t();t();var dp=b(require("axios"));t();t();t();t();var Ba=require("react"),up=require("@multiversx/sdk-extension-provider");k();t();t();t();var oo=()=>v(Me);t();t();t();t();t();var no=b(require("react"));var l0=(0,no.createContext)({}),g0=w.getState();t();var Fa=b(require("react"));t();var ot=b(require("react")),_p=b(require("axios"));t();t();I();t();t();var bp=b(require("axios")),Sp=b(require("swr"));t();t();var wp=b(require("axios"));t();var Ga=require("react");t();var Wa=require("react");Cn();I();R();t();t();Xe();t();ge();I();t();t();t();t();t();t();I();t();C();Ne();t();t();t();var kp=b(require("axios"));t();var Ip=b(require("axios"));t();var Lp=b(require("axios"));t();t();var Ep=b(require("axios"));t();var Cp=b(require("axios"));t();I();C();t();t();I();t();t();var Ha=require("@multiversx/sdk-core");t();O();R();t();Ne();t();I();C();t();I();R();t();var Gp=require("react");t();t();t();I();t();t();var Rp=b(require("bignumber.js"));k();I();R();t();var Dp=b(require("bignumber.js"));k();t();var Mp=require("@multiversx/sdk-core"),Op=b(require("bignumber.js"));k();t();t();t();t();var Fp=e=>e.replace(/\+/g,"-").replace(/\//g,"_").replace(/=/g,""),Ue=e=>Fp(a.Buffer.from(e,"utf8").toString("base64"));t();var qa=b(require("axios"));t();t();t();function ja(e){return y(this,null,function*(){return yield new Promise(o=>{setTimeout(()=>o(),e)})})}t();var za=(e,o,n,r=0)=>y(void 0,null,function*(){try{return yield e(...n)}catch(s){return r<o.retries?((o==null?void 0:o.delay)!=null&&(yield ja(o.delay)),yield za(e,o,n,r+1)):null}}),tt=(e,o={retries:5,delay:500})=>(...n)=>y(void 0,null,function*(){return yield za(e,o,n)});var Ka=3e4,rt=null,We={current:null},at={current:!1},Bp=tt((e,o)=>y(void 0,null,function*(){let{data:n}=yield qa.default.get(`${e}/${Xn}?from=3&size=1&fields=hash,timestamp${o?"&shard="+o:""}`),[r]=n;return r}));function Xa(e,o){return y(this,null,function*(){if(e==null)throw new Error("missing api url");if(rt!=null&&Date.now()<rt&&We.current!=null)return We.current;{if(at.current)return yield Up();at.current=!0,We.current=null;let r=yield Bp(e,o);return We.current=r,rt=Date.now()+Ka,at.current=!1,r}})}function Up(){return y(this,null,function*(){return new Promise((e,o)=>{let n,r=setInterval(()=>{We.current!=null&&(clearInterval(r),clearTimeout(n),e(We.current))},50);n=setTimeout(()=>{clearInterval(r),o("could not generate new token")},Ka)})})}t();function Wp(e){return Object.prototype.toString.call(e)==="[object String]"}var Ya=e=>{if(!e||!Wp(e))return null;try{let[o,n,r]=e.split("."),s=Oe(o),p=Oe(n),[m,_,l,g]=p.split("."),T=JSON.parse(Oe(g)),h=Oe(m),A={ttl:Number(l),address:s,extraInfo:T,host:h,signature:r,blockHash:_,body:p};return g==="e30"&&delete A.extraInfo,A}catch(o){return null}};t();t();To();var Za=e=>{let o=Ya(e);if(!o)return{isExpired:!1};let n=ke(),{ttl:r,extraInfo:s}=o,p=s.timestamp;if(!p)return{isExpired:!1};let m=p+r,_=n>m,l=m-n;return{isExpired:_,expiresAt:m,secondsUntilExpires:l}};t();var Ja,to={hostname:typeof window!="undefined"?(Ja=window==null?void 0:window.location)==null?void 0:Ja.hostname:"",apiAddress:"https://api.multiversx.com",expirySeconds:60*60*24,tokenExpirationToastWarningSeconds:5*60},ro=e=>{var n,r,s,p,m;return e===!0?to:{hostname:(n=e==null?void 0:e.hostname)!=null?n:to.hostname,blockHashShard:(r=e==null?void 0:e.blockHashShard)!=null?r:null,expirySeconds:(s=e==null?void 0:e.expirySeconds)!=null?s:to.expirySeconds,apiAddress:(p=e==null?void 0:e.apiAddress)!=null?p:to.apiAddress,tokenExpirationToastWarningSeconds:(m=e==null?void 0:e.tokenExpirationToastWarningSeconds)!=null?m:to.tokenExpirationToastWarningSeconds}};t();var Qa=({address:e,token:o,signature:n})=>{let r=Ue(e),s=Ue(o);return`${r}.${s}.${n}`};var ei=e=>{let{hostname:o,apiAddress:n,expirySeconds:r,blockHashShard:s}=ro(e);return{getNativeAuthConfig:ro,initialize:(...l)=>y(void 0,[...l],function*(m={},_){if(!n||!o)return"";let{hash:g,timestamp:T}=_!=null?_:yield Xa(n,s),h=Ue(JSON.stringify(u(u({},m),T?{timestamp:T}:{})));return`${Ue(o)}.${g}.${r}.${h}`}),getToken:Qa,getTokenExpiration:Za}};C();Ne();t();t();t();t();var oi=require("react");t();t();var Vp=require("react"),Hp=require("@multiversx/sdk-extension-provider");ge();O();C();t();function pe(){return Vo(w.getState())}fe();t();var ni=require("react"),Jo=require("@multiversx/sdk-core");I();var $p=(e,o)=>{var n;return o?o===!0?e:(n=o.apiAddress)!=null?n:e:null},ye=e=>{let o=v(re),n=v(pa),r=(0,ni.useRef)(n==null?void 0:n.loginToken),s=$p(o.apiAddress,e),p=ro(u(u({},e===!0?{}:e),s?{apiAddress:s}:{})),m=Boolean(e),_=ei(p),{address:l}=oo(),g=F(),T=L=>{r.current=L,g(bo(u({loginToken:L},s?{nativeAuthConfig:p}:{})))},h=()=>y(void 0,null,function*(){try{return yield _.initialize()}catch(L){console.error("Unable to get block. Login failed.",L);return}}),A=({address:L,signature:N})=>{let V=r.current;if(!V)throw"Token not found. Call `setLoginToken` first.";if(!m){g(bo({loginToken:V,signature:N}));return}let $e=_.getToken({address:L,token:V,signature:N});g(bo(u({loginToken:V,signature:N,nativeAuthToken:$e},s?{nativeAuthConfig:p}:{})))};return{configuration:p,setLoginToken:T,getNativeAuthLoginToken:h,setTokenLoginInfo:A,refreshNativeAuthTokenLogin:N=>y(void 0,[N],function*({signMessageCallback:L}){let V=yield h();if(r.current=V,!V)return;let $e=new Jo.SignableMessage({address:new Jo.Address(l),message:a.Buffer.from(V)}),on=yield L($e,{});A({address:l,signature:on.toJSON().signature})})}};t();var it=require("react"),ti=require("@multiversx/sdk-opera-provider");ge();O();C();fe();var ct=({callbackRoute:e,token:o,nativeAuth:n,onLoginRedirect:r})=>{let[s,p]=(0,it.useState)(""),[m,_]=(0,it.useState)(!1),l=n!=null,g=ye(n),T=o,h=F(),A=pe();function P(){return y(this,null,function*(){if(A)throw new Error(je);_(!0);let N=ti.OperaProvider.getInstance();try{if(!(yield N.init())){console.warn("Something went wrong trying to redirect to wallet login..");return}let $e=encodeURIComponent(`${window.location.origin}${e!=null?e:window.location.pathname}`);if(l&&!T&&(T=yield g.getNativeAuthLoginToken(),!T)){console.warn("Fetching block failed. Login cancelled.");return}T&&g.setLoginToken(T);let on=u({callbackUrl:$e},T&&{token:T});yield N.login(on),Be(N);let{signature:nn,address:ao}=N.account;if(!ao){_(!1),console.warn("Login cancelled.");return}nn&&T&&g.setTokenLoginInfo({signature:nn,address:ao}),h(z({address:ao,loginMethod:"opera"})),Le({callbackRoute:e,onLoginRedirect:r,options:{signature:nn,address:ao}})}catch(V){console.error("error loging in",V),p("error logging in"+V.message)}finally{_(!1)}})}let L=Boolean(s);return[P,{loginFailed:L,error:s,isLoading:m&&!L,isLoggedIn:A&&!L}]};t();var qp=require("react");ge();I();t();t();t();xn();t();t();var jp=b(require("platform"));t();O();R();Xe();Ae();Ie();t();t();t();t();t();t();Xe();Ae();t();t();t();I();t();t();var zp=b(require("axios"));t();t();var ri=require("react"),Xp=require("@multiversx/sdk-hw-provider");ge();O();I();C();fe();t();var Kp=require("react");t();var st=require("react"),Jp=require("@multiversx/sdk-wallet-connect-provider/out/walletConnectProvider");O();I();C();fe();t();var pt=require("react"),Qp=require("@multiversx/sdk-wallet-connect-provider/out/walletConnectV2Provider");O();I();C();fe();t();t();var ai=require("react");t();var nm=require("react");t();var mt=require("react"),om=require("socket.io-client");I();t();t();t();t();var ii=e=>e.dappModal,tm=f(ii,e=>e.visible),Qo=f(ii,e=>e.modal),o2=f(Qo,e=>e.showHeader),n2=f(Qo,e=>e.showFooter),t2=f(Qo,e=>e.headerText),r2=f(Qo,e=>e.footerText);t();var dt=b(require("react")),si=b(require("classnames"));t();var rm=`.dapp-core-component__main__link-style {
|
|
1
|
+
"use strict";var pi=Object.create;var Ve=Object.defineProperty,mi=Object.defineProperties,di=Object.getOwnPropertyDescriptor,_i=Object.getOwnPropertyDescriptors,li=Object.getOwnPropertyNames,io=Object.getOwnPropertySymbols,gi=Object.getPrototypeOf,rn=Object.prototype.hasOwnProperty,_t=Object.prototype.propertyIsEnumerable;var dt=(e,o,n)=>o in e?Ve(e,o,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[o]=n,u=(e,o)=>{for(var n in o||(o={}))rn.call(o,n)&&dt(e,n,o[n]);if(io)for(var n of io(o))_t.call(o,n)&&dt(e,n,o[n]);return e},S=(e,o)=>mi(e,_i(o));var co=(e,o)=>{var n={};for(var r in e)rn.call(e,r)&&o.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&io)for(var r of io(e))o.indexOf(r)<0&&_t.call(e,r)&&(n[r]=e[r]);return n};var x=(e,o)=>()=>(e&&(o=e(e=0)),o);var so=(e,o)=>()=>(o||e((o={exports:{}}).exports,o),o.exports),me=(e,o)=>{for(var n in o)Ve(e,n,{get:o[n],enumerable:!0})},lt=(e,o,n,r)=>{if(o&&typeof o=="object"||typeof o=="function")for(let s of li(o))!rn.call(e,s)&&s!==n&&Ve(e,s,{get:()=>o[s],enumerable:!(r=di(o,s))||r.enumerable});return e};var b=(e,o,n)=>(n=e!=null?pi(gi(e)):{},lt(o||!e||!e.__esModule?Ve(n,"default",{value:e,enumerable:!0}):n,e)),He=e=>lt(Ve({},"__esModule",{value:!0}),e);var y=(e,o,n)=>new Promise((r,s)=>{var p=l=>{try{_(n.next(l))}catch(g){s(g)}},m=l=>{try{_(n.throw(l))}catch(g){s(g)}},_=l=>l.done?r(l.value):Promise.resolve(l.value).then(p,m);_((n=n.apply(e,o)).next())});var ft=so(po=>{"use strict";t();po.byteLength=fi;po.toByteArray=hi;po.fromByteArray=bi;var K=[],H=[],ui=typeof Uint8Array!="undefined"?Uint8Array:Array,an="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(de=0,gt=an.length;de<gt;++de)K[de]=an[de],H[an.charCodeAt(de)]=de;var de,gt;H["-".charCodeAt(0)]=62;H["_".charCodeAt(0)]=63;function ut(e){var o=e.length;if(o%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var n=e.indexOf("=");n===-1&&(n=o);var r=n===o?0:4-n%4;return[n,r]}function fi(e){var o=ut(e),n=o[0],r=o[1];return(n+r)*3/4-r}function Ti(e,o,n){return(o+n)*3/4-n}function hi(e){var o,n=ut(e),r=n[0],s=n[1],p=new ui(Ti(e,r,s)),m=0,_=s>0?r-4:r,l;for(l=0;l<_;l+=4)o=H[e.charCodeAt(l)]<<18|H[e.charCodeAt(l+1)]<<12|H[e.charCodeAt(l+2)]<<6|H[e.charCodeAt(l+3)],p[m++]=o>>16&255,p[m++]=o>>8&255,p[m++]=o&255;return s===2&&(o=H[e.charCodeAt(l)]<<2|H[e.charCodeAt(l+1)]>>4,p[m++]=o&255),s===1&&(o=H[e.charCodeAt(l)]<<10|H[e.charCodeAt(l+1)]<<4|H[e.charCodeAt(l+2)]>>2,p[m++]=o>>8&255,p[m++]=o&255),p}function xi(e){return K[e>>18&63]+K[e>>12&63]+K[e>>6&63]+K[e&63]}function yi(e,o,n){for(var r,s=[],p=o;p<n;p+=3)r=(e[p]<<16&16711680)+(e[p+1]<<8&65280)+(e[p+2]&255),s.push(xi(r));return s.join("")}function bi(e){for(var o,n=e.length,r=n%3,s=[],p=16383,m=0,_=n-r;m<_;m+=p)s.push(yi(e,m,m+p>_?_:m+p));return r===1?(o=e[n-1],s.push(K[o>>2]+K[o<<4&63]+"==")):r===2&&(o=(e[n-2]<<8)+e[n-1],s.push(K[o>>10]+K[o>>4&63]+K[o<<2&63]+"=")),s.join("")}});var Tt=so(cn=>{t();cn.read=function(e,o,n,r,s){var p,m,_=s*8-r-1,l=(1<<_)-1,g=l>>1,T=-7,h=n?s-1:0,A=n?-1:1,P=e[o+h];for(h+=A,p=P&(1<<-T)-1,P>>=-T,T+=_;T>0;p=p*256+e[o+h],h+=A,T-=8);for(m=p&(1<<-T)-1,p>>=-T,T+=r;T>0;m=m*256+e[o+h],h+=A,T-=8);if(p===0)p=1-g;else{if(p===l)return m?NaN:(P?-1:1)*(1/0);m=m+Math.pow(2,r),p=p-g}return(P?-1:1)*m*Math.pow(2,p-r)};cn.write=function(e,o,n,r,s,p){var m,_,l,g=p*8-s-1,T=(1<<g)-1,h=T>>1,A=s===23?Math.pow(2,-24)-Math.pow(2,-77):0,P=r?0:p-1,L=r?1:-1,N=o<0||o===0&&1/o<0?1:0;for(o=Math.abs(o),isNaN(o)||o===1/0?(_=isNaN(o)?1:0,m=T):(m=Math.floor(Math.log(o)/Math.LN2),o*(l=Math.pow(2,-m))<1&&(m--,l*=2),m+h>=1?o+=A/l:o+=A*Math.pow(2,1-h),o*l>=2&&(m++,l/=2),m+h>=T?(_=0,m=T):m+h>=1?(_=(o*l-1)*Math.pow(2,s),m=m+h):(_=o*Math.pow(2,h-1)*Math.pow(2,s),m=0));s>=8;e[n+P]=_&255,P+=L,_/=256,s-=8);for(m=m<<s|_,g+=s;g>0;e[n+P]=m&255,P+=L,m/=256,g-=8);e[n+P-L]|=N*128}});var Ct=so(Se=>{"use strict";t();var sn=ft(),be=Tt(),ht=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;Se.Buffer=d;Se.SlowBuffer=Ai;Se.INSPECT_MAX_BYTES=50;var mo=2147483647;Se.kMaxLength=mo;d.TYPED_ARRAY_SUPPORT=Si();!d.TYPED_ARRAY_SUPPORT&&typeof console!="undefined"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function Si(){try{var e=new Uint8Array(1),o={foo:function(){return 42}};return Object.setPrototypeOf(o,Uint8Array.prototype),Object.setPrototypeOf(e,o),e.foo()===42}catch(n){return!1}}Object.defineProperty(d.prototype,"parent",{enumerable:!0,get:function(){if(!!d.isBuffer(this))return this.buffer}});Object.defineProperty(d.prototype,"offset",{enumerable:!0,get:function(){if(!!d.isBuffer(this))return this.byteOffset}});function Q(e){if(e>mo)throw new RangeError('The value "'+e+'" is invalid for option "size"');var o=new Uint8Array(e);return Object.setPrototypeOf(o,d.prototype),o}function d(e,o,n){if(typeof e=="number"){if(typeof o=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return _n(e)}return bt(e,o,n)}d.poolSize=8192;function bt(e,o,n){if(typeof e=="string")return vi(e,o);if(ArrayBuffer.isView(e))return ki(e);if(e==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e);if(X(e,ArrayBuffer)||e&&X(e.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(X(e,SharedArrayBuffer)||e&&X(e.buffer,SharedArrayBuffer)))return mn(e,o,n);if(typeof e=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var r=e.valueOf&&e.valueOf();if(r!=null&&r!==e)return d.from(r,o,n);var s=Ii(e);if(s)return s;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof e[Symbol.toPrimitive]=="function")return d.from(e[Symbol.toPrimitive]("string"),o,n);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e)}d.from=function(e,o,n){return bt(e,o,n)};Object.setPrototypeOf(d.prototype,Uint8Array.prototype);Object.setPrototypeOf(d,Uint8Array);function St(e){if(typeof e!="number")throw new TypeError('"size" argument must be of type number');if(e<0)throw new RangeError('The value "'+e+'" is invalid for option "size"')}function wi(e,o,n){return St(e),e<=0?Q(e):o!==void 0?typeof n=="string"?Q(e).fill(o,n):Q(e).fill(o):Q(e)}d.alloc=function(e,o,n){return wi(e,o,n)};function _n(e){return St(e),Q(e<0?0:ln(e)|0)}d.allocUnsafe=function(e){return _n(e)};d.allocUnsafeSlow=function(e){return _n(e)};function vi(e,o){if((typeof o!="string"||o==="")&&(o="utf8"),!d.isEncoding(o))throw new TypeError("Unknown encoding: "+o);var n=wt(e,o)|0,r=Q(n),s=r.write(e,o);return s!==n&&(r=r.slice(0,s)),r}function pn(e){for(var o=e.length<0?0:ln(e.length)|0,n=Q(o),r=0;r<o;r+=1)n[r]=e[r]&255;return n}function ki(e){if(X(e,Uint8Array)){var o=new Uint8Array(e);return mn(o.buffer,o.byteOffset,o.byteLength)}return pn(e)}function mn(e,o,n){if(o<0||e.byteLength<o)throw new RangeError('"offset" is outside of buffer bounds');if(e.byteLength<o+(n||0))throw new RangeError('"length" is outside of buffer bounds');var r;return o===void 0&&n===void 0?r=new Uint8Array(e):n===void 0?r=new Uint8Array(e,o):r=new Uint8Array(e,o,n),Object.setPrototypeOf(r,d.prototype),r}function Ii(e){if(d.isBuffer(e)){var o=ln(e.length)|0,n=Q(o);return n.length===0||e.copy(n,0,0,o),n}if(e.length!==void 0)return typeof e.length!="number"||gn(e.length)?Q(0):pn(e);if(e.type==="Buffer"&&Array.isArray(e.data))return pn(e.data)}function ln(e){if(e>=mo)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+mo.toString(16)+" bytes");return e|0}function Ai(e){return+e!=e&&(e=0),d.alloc(+e)}d.isBuffer=function(o){return o!=null&&o._isBuffer===!0&&o!==d.prototype};d.compare=function(o,n){if(X(o,Uint8Array)&&(o=d.from(o,o.offset,o.byteLength)),X(n,Uint8Array)&&(n=d.from(n,n.offset,n.byteLength)),!d.isBuffer(o)||!d.isBuffer(n))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(o===n)return 0;for(var r=o.length,s=n.length,p=0,m=Math.min(r,s);p<m;++p)if(o[p]!==n[p]){r=o[p],s=n[p];break}return r<s?-1:s<r?1:0};d.isEncoding=function(o){switch(String(o).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}};d.concat=function(o,n){if(!Array.isArray(o))throw new TypeError('"list" argument must be an Array of Buffers');if(o.length===0)return d.alloc(0);var r;if(n===void 0)for(n=0,r=0;r<o.length;++r)n+=o[r].length;var s=d.allocUnsafe(n),p=0;for(r=0;r<o.length;++r){var m=o[r];if(X(m,Uint8Array))p+m.length>s.length?d.from(m).copy(s,p):Uint8Array.prototype.set.call(s,m,p);else if(d.isBuffer(m))m.copy(s,p);else throw new TypeError('"list" argument must be an Array of Buffers');p+=m.length}return s};function wt(e,o){if(d.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||X(e,ArrayBuffer))return e.byteLength;if(typeof e!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof e);var n=e.length,r=arguments.length>2&&arguments[2]===!0;if(!r&&n===0)return 0;for(var s=!1;;)switch(o){case"ascii":case"latin1":case"binary":return n;case"utf8":case"utf-8":return dn(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return n*2;case"hex":return n>>>1;case"base64":return Et(e).length;default:if(s)return r?-1:dn(e).length;o=(""+o).toLowerCase(),s=!0}}d.byteLength=wt;function Li(e,o,n){var r=!1;if((o===void 0||o<0)&&(o=0),o>this.length||((n===void 0||n>this.length)&&(n=this.length),n<=0)||(n>>>=0,o>>>=0,n<=o))return"";for(e||(e="utf8");;)switch(e){case"hex":return Bi(this,o,n);case"utf8":case"utf-8":return kt(this,o,n);case"ascii":return Oi(this,o,n);case"latin1":case"binary":return Fi(this,o,n);case"base64":return Ri(this,o,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Ui(this,o,n);default:if(r)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),r=!0}}d.prototype._isBuffer=!0;function _e(e,o,n){var r=e[o];e[o]=e[n],e[n]=r}d.prototype.swap16=function(){var o=this.length;if(o%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var n=0;n<o;n+=2)_e(this,n,n+1);return this};d.prototype.swap32=function(){var o=this.length;if(o%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var n=0;n<o;n+=4)_e(this,n,n+3),_e(this,n+1,n+2);return this};d.prototype.swap64=function(){var o=this.length;if(o%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var n=0;n<o;n+=8)_e(this,n,n+7),_e(this,n+1,n+6),_e(this,n+2,n+5),_e(this,n+3,n+4);return this};d.prototype.toString=function(){var o=this.length;return o===0?"":arguments.length===0?kt(this,0,o):Li.apply(this,arguments)};d.prototype.toLocaleString=d.prototype.toString;d.prototype.equals=function(o){if(!d.isBuffer(o))throw new TypeError("Argument must be a Buffer");return this===o?!0:d.compare(this,o)===0};d.prototype.inspect=function(){var o="",n=Se.INSPECT_MAX_BYTES;return o=this.toString("hex",0,n).replace(/(.{2})/g,"$1 ").trim(),this.length>n&&(o+=" ... "),"<Buffer "+o+">"};ht&&(d.prototype[ht]=d.prototype.inspect);d.prototype.compare=function(o,n,r,s,p){if(X(o,Uint8Array)&&(o=d.from(o,o.offset,o.byteLength)),!d.isBuffer(o))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof o);if(n===void 0&&(n=0),r===void 0&&(r=o?o.length:0),s===void 0&&(s=0),p===void 0&&(p=this.length),n<0||r>o.length||s<0||p>this.length)throw new RangeError("out of range index");if(s>=p&&n>=r)return 0;if(s>=p)return-1;if(n>=r)return 1;if(n>>>=0,r>>>=0,s>>>=0,p>>>=0,this===o)return 0;for(var m=p-s,_=r-n,l=Math.min(m,_),g=this.slice(s,p),T=o.slice(n,r),h=0;h<l;++h)if(g[h]!==T[h]){m=g[h],_=T[h];break}return m<_?-1:_<m?1:0};function vt(e,o,n,r,s){if(e.length===0)return-1;if(typeof n=="string"?(r=n,n=0):n>2147483647?n=2147483647:n<-2147483648&&(n=-2147483648),n=+n,gn(n)&&(n=s?0:e.length-1),n<0&&(n=e.length+n),n>=e.length){if(s)return-1;n=e.length-1}else if(n<0)if(s)n=0;else return-1;if(typeof o=="string"&&(o=d.from(o,r)),d.isBuffer(o))return o.length===0?-1:xt(e,o,n,r,s);if(typeof o=="number")return o=o&255,typeof Uint8Array.prototype.indexOf=="function"?s?Uint8Array.prototype.indexOf.call(e,o,n):Uint8Array.prototype.lastIndexOf.call(e,o,n):xt(e,[o],n,r,s);throw new TypeError("val must be string, number or Buffer")}function xt(e,o,n,r,s){var p=1,m=e.length,_=o.length;if(r!==void 0&&(r=String(r).toLowerCase(),r==="ucs2"||r==="ucs-2"||r==="utf16le"||r==="utf-16le")){if(e.length<2||o.length<2)return-1;p=2,m/=2,_/=2,n/=2}function l(P,L){return p===1?P[L]:P.readUInt16BE(L*p)}var g;if(s){var T=-1;for(g=n;g<m;g++)if(l(e,g)===l(o,T===-1?0:g-T)){if(T===-1&&(T=g),g-T+1===_)return T*p}else T!==-1&&(g-=g-T),T=-1}else for(n+_>m&&(n=m-_),g=n;g>=0;g--){for(var h=!0,A=0;A<_;A++)if(l(e,g+A)!==l(o,A)){h=!1;break}if(h)return g}return-1}d.prototype.includes=function(o,n,r){return this.indexOf(o,n,r)!==-1};d.prototype.indexOf=function(o,n,r){return vt(this,o,n,r,!0)};d.prototype.lastIndexOf=function(o,n,r){return vt(this,o,n,r,!1)};function Ei(e,o,n,r){n=Number(n)||0;var s=e.length-n;r?(r=Number(r),r>s&&(r=s)):r=s;var p=o.length;r>p/2&&(r=p/2);for(var m=0;m<r;++m){var _=parseInt(o.substr(m*2,2),16);if(gn(_))return m;e[n+m]=_}return m}function Ci(e,o,n,r){return _o(dn(o,e.length-n),e,n,r)}function Pi(e,o,n,r){return _o($i(o),e,n,r)}function Ni(e,o,n,r){return _o(Et(o),e,n,r)}function Di(e,o,n,r){return _o(Vi(o,e.length-n),e,n,r)}d.prototype.write=function(o,n,r,s){if(n===void 0)s="utf8",r=this.length,n=0;else if(r===void 0&&typeof n=="string")s=n,r=this.length,n=0;else if(isFinite(n))n=n>>>0,isFinite(r)?(r=r>>>0,s===void 0&&(s="utf8")):(s=r,r=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var p=this.length-n;if((r===void 0||r>p)&&(r=p),o.length>0&&(r<0||n<0)||n>this.length)throw new RangeError("Attempt to write outside buffer bounds");s||(s="utf8");for(var m=!1;;)switch(s){case"hex":return Ei(this,o,n,r);case"utf8":case"utf-8":return Ci(this,o,n,r);case"ascii":case"latin1":case"binary":return Pi(this,o,n,r);case"base64":return Ni(this,o,n,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Di(this,o,n,r);default:if(m)throw new TypeError("Unknown encoding: "+s);s=(""+s).toLowerCase(),m=!0}};d.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function Ri(e,o,n){return o===0&&n===e.length?sn.fromByteArray(e):sn.fromByteArray(e.slice(o,n))}function kt(e,o,n){n=Math.min(e.length,n);for(var r=[],s=o;s<n;){var p=e[s],m=null,_=p>239?4:p>223?3:p>191?2:1;if(s+_<=n){var l,g,T,h;switch(_){case 1:p<128&&(m=p);break;case 2:l=e[s+1],(l&192)===128&&(h=(p&31)<<6|l&63,h>127&&(m=h));break;case 3:l=e[s+1],g=e[s+2],(l&192)===128&&(g&192)===128&&(h=(p&15)<<12|(l&63)<<6|g&63,h>2047&&(h<55296||h>57343)&&(m=h));break;case 4:l=e[s+1],g=e[s+2],T=e[s+3],(l&192)===128&&(g&192)===128&&(T&192)===128&&(h=(p&15)<<18|(l&63)<<12|(g&63)<<6|T&63,h>65535&&h<1114112&&(m=h))}}m===null?(m=65533,_=1):m>65535&&(m-=65536,r.push(m>>>10&1023|55296),m=56320|m&1023),r.push(m),s+=_}return Mi(r)}var yt=4096;function Mi(e){var o=e.length;if(o<=yt)return String.fromCharCode.apply(String,e);for(var n="",r=0;r<o;)n+=String.fromCharCode.apply(String,e.slice(r,r+=yt));return n}function Oi(e,o,n){var r="";n=Math.min(e.length,n);for(var s=o;s<n;++s)r+=String.fromCharCode(e[s]&127);return r}function Fi(e,o,n){var r="";n=Math.min(e.length,n);for(var s=o;s<n;++s)r+=String.fromCharCode(e[s]);return r}function Bi(e,o,n){var r=e.length;(!o||o<0)&&(o=0),(!n||n<0||n>r)&&(n=r);for(var s="",p=o;p<n;++p)s+=Hi[e[p]];return s}function Ui(e,o,n){for(var r=e.slice(o,n),s="",p=0;p<r.length-1;p+=2)s+=String.fromCharCode(r[p]+r[p+1]*256);return s}d.prototype.slice=function(o,n){var r=this.length;o=~~o,n=n===void 0?r:~~n,o<0?(o+=r,o<0&&(o=0)):o>r&&(o=r),n<0?(n+=r,n<0&&(n=0)):n>r&&(n=r),n<o&&(n=o);var s=this.subarray(o,n);return Object.setPrototypeOf(s,d.prototype),s};function D(e,o,n){if(e%1!==0||e<0)throw new RangeError("offset is not uint");if(e+o>n)throw new RangeError("Trying to access beyond buffer length")}d.prototype.readUintLE=d.prototype.readUIntLE=function(o,n,r){o=o>>>0,n=n>>>0,r||D(o,n,this.length);for(var s=this[o],p=1,m=0;++m<n&&(p*=256);)s+=this[o+m]*p;return s};d.prototype.readUintBE=d.prototype.readUIntBE=function(o,n,r){o=o>>>0,n=n>>>0,r||D(o,n,this.length);for(var s=this[o+--n],p=1;n>0&&(p*=256);)s+=this[o+--n]*p;return s};d.prototype.readUint8=d.prototype.readUInt8=function(o,n){return o=o>>>0,n||D(o,1,this.length),this[o]};d.prototype.readUint16LE=d.prototype.readUInt16LE=function(o,n){return o=o>>>0,n||D(o,2,this.length),this[o]|this[o+1]<<8};d.prototype.readUint16BE=d.prototype.readUInt16BE=function(o,n){return o=o>>>0,n||D(o,2,this.length),this[o]<<8|this[o+1]};d.prototype.readUint32LE=d.prototype.readUInt32LE=function(o,n){return o=o>>>0,n||D(o,4,this.length),(this[o]|this[o+1]<<8|this[o+2]<<16)+this[o+3]*16777216};d.prototype.readUint32BE=d.prototype.readUInt32BE=function(o,n){return o=o>>>0,n||D(o,4,this.length),this[o]*16777216+(this[o+1]<<16|this[o+2]<<8|this[o+3])};d.prototype.readIntLE=function(o,n,r){o=o>>>0,n=n>>>0,r||D(o,n,this.length);for(var s=this[o],p=1,m=0;++m<n&&(p*=256);)s+=this[o+m]*p;return p*=128,s>=p&&(s-=Math.pow(2,8*n)),s};d.prototype.readIntBE=function(o,n,r){o=o>>>0,n=n>>>0,r||D(o,n,this.length);for(var s=n,p=1,m=this[o+--s];s>0&&(p*=256);)m+=this[o+--s]*p;return p*=128,m>=p&&(m-=Math.pow(2,8*n)),m};d.prototype.readInt8=function(o,n){return o=o>>>0,n||D(o,1,this.length),this[o]&128?(255-this[o]+1)*-1:this[o]};d.prototype.readInt16LE=function(o,n){o=o>>>0,n||D(o,2,this.length);var r=this[o]|this[o+1]<<8;return r&32768?r|4294901760:r};d.prototype.readInt16BE=function(o,n){o=o>>>0,n||D(o,2,this.length);var r=this[o+1]|this[o]<<8;return r&32768?r|4294901760:r};d.prototype.readInt32LE=function(o,n){return o=o>>>0,n||D(o,4,this.length),this[o]|this[o+1]<<8|this[o+2]<<16|this[o+3]<<24};d.prototype.readInt32BE=function(o,n){return o=o>>>0,n||D(o,4,this.length),this[o]<<24|this[o+1]<<16|this[o+2]<<8|this[o+3]};d.prototype.readFloatLE=function(o,n){return o=o>>>0,n||D(o,4,this.length),be.read(this,o,!0,23,4)};d.prototype.readFloatBE=function(o,n){return o=o>>>0,n||D(o,4,this.length),be.read(this,o,!1,23,4)};d.prototype.readDoubleLE=function(o,n){return o=o>>>0,n||D(o,8,this.length),be.read(this,o,!0,52,8)};d.prototype.readDoubleBE=function(o,n){return o=o>>>0,n||D(o,8,this.length),be.read(this,o,!1,52,8)};function B(e,o,n,r,s,p){if(!d.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(o>s||o<p)throw new RangeError('"value" argument is out of bounds');if(n+r>e.length)throw new RangeError("Index out of range")}d.prototype.writeUintLE=d.prototype.writeUIntLE=function(o,n,r,s){if(o=+o,n=n>>>0,r=r>>>0,!s){var p=Math.pow(2,8*r)-1;B(this,o,n,r,p,0)}var m=1,_=0;for(this[n]=o&255;++_<r&&(m*=256);)this[n+_]=o/m&255;return n+r};d.prototype.writeUintBE=d.prototype.writeUIntBE=function(o,n,r,s){if(o=+o,n=n>>>0,r=r>>>0,!s){var p=Math.pow(2,8*r)-1;B(this,o,n,r,p,0)}var m=r-1,_=1;for(this[n+m]=o&255;--m>=0&&(_*=256);)this[n+m]=o/_&255;return n+r};d.prototype.writeUint8=d.prototype.writeUInt8=function(o,n,r){return o=+o,n=n>>>0,r||B(this,o,n,1,255,0),this[n]=o&255,n+1};d.prototype.writeUint16LE=d.prototype.writeUInt16LE=function(o,n,r){return o=+o,n=n>>>0,r||B(this,o,n,2,65535,0),this[n]=o&255,this[n+1]=o>>>8,n+2};d.prototype.writeUint16BE=d.prototype.writeUInt16BE=function(o,n,r){return o=+o,n=n>>>0,r||B(this,o,n,2,65535,0),this[n]=o>>>8,this[n+1]=o&255,n+2};d.prototype.writeUint32LE=d.prototype.writeUInt32LE=function(o,n,r){return o=+o,n=n>>>0,r||B(this,o,n,4,4294967295,0),this[n+3]=o>>>24,this[n+2]=o>>>16,this[n+1]=o>>>8,this[n]=o&255,n+4};d.prototype.writeUint32BE=d.prototype.writeUInt32BE=function(o,n,r){return o=+o,n=n>>>0,r||B(this,o,n,4,4294967295,0),this[n]=o>>>24,this[n+1]=o>>>16,this[n+2]=o>>>8,this[n+3]=o&255,n+4};d.prototype.writeIntLE=function(o,n,r,s){if(o=+o,n=n>>>0,!s){var p=Math.pow(2,8*r-1);B(this,o,n,r,p-1,-p)}var m=0,_=1,l=0;for(this[n]=o&255;++m<r&&(_*=256);)o<0&&l===0&&this[n+m-1]!==0&&(l=1),this[n+m]=(o/_>>0)-l&255;return n+r};d.prototype.writeIntBE=function(o,n,r,s){if(o=+o,n=n>>>0,!s){var p=Math.pow(2,8*r-1);B(this,o,n,r,p-1,-p)}var m=r-1,_=1,l=0;for(this[n+m]=o&255;--m>=0&&(_*=256);)o<0&&l===0&&this[n+m+1]!==0&&(l=1),this[n+m]=(o/_>>0)-l&255;return n+r};d.prototype.writeInt8=function(o,n,r){return o=+o,n=n>>>0,r||B(this,o,n,1,127,-128),o<0&&(o=255+o+1),this[n]=o&255,n+1};d.prototype.writeInt16LE=function(o,n,r){return o=+o,n=n>>>0,r||B(this,o,n,2,32767,-32768),this[n]=o&255,this[n+1]=o>>>8,n+2};d.prototype.writeInt16BE=function(o,n,r){return o=+o,n=n>>>0,r||B(this,o,n,2,32767,-32768),this[n]=o>>>8,this[n+1]=o&255,n+2};d.prototype.writeInt32LE=function(o,n,r){return o=+o,n=n>>>0,r||B(this,o,n,4,2147483647,-2147483648),this[n]=o&255,this[n+1]=o>>>8,this[n+2]=o>>>16,this[n+3]=o>>>24,n+4};d.prototype.writeInt32BE=function(o,n,r){return o=+o,n=n>>>0,r||B(this,o,n,4,2147483647,-2147483648),o<0&&(o=4294967295+o+1),this[n]=o>>>24,this[n+1]=o>>>16,this[n+2]=o>>>8,this[n+3]=o&255,n+4};function It(e,o,n,r,s,p){if(n+r>e.length)throw new RangeError("Index out of range");if(n<0)throw new RangeError("Index out of range")}function At(e,o,n,r,s){return o=+o,n=n>>>0,s||It(e,o,n,4,34028234663852886e22,-34028234663852886e22),be.write(e,o,n,r,23,4),n+4}d.prototype.writeFloatLE=function(o,n,r){return At(this,o,n,!0,r)};d.prototype.writeFloatBE=function(o,n,r){return At(this,o,n,!1,r)};function Lt(e,o,n,r,s){return o=+o,n=n>>>0,s||It(e,o,n,8,17976931348623157e292,-17976931348623157e292),be.write(e,o,n,r,52,8),n+8}d.prototype.writeDoubleLE=function(o,n,r){return Lt(this,o,n,!0,r)};d.prototype.writeDoubleBE=function(o,n,r){return Lt(this,o,n,!1,r)};d.prototype.copy=function(o,n,r,s){if(!d.isBuffer(o))throw new TypeError("argument should be a Buffer");if(r||(r=0),!s&&s!==0&&(s=this.length),n>=o.length&&(n=o.length),n||(n=0),s>0&&s<r&&(s=r),s===r||o.length===0||this.length===0)return 0;if(n<0)throw new RangeError("targetStart out of bounds");if(r<0||r>=this.length)throw new RangeError("Index out of range");if(s<0)throw new RangeError("sourceEnd out of bounds");s>this.length&&(s=this.length),o.length-n<s-r&&(s=o.length-n+r);var p=s-r;return this===o&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(n,r,s):Uint8Array.prototype.set.call(o,this.subarray(r,s),n),p};d.prototype.fill=function(o,n,r,s){if(typeof o=="string"){if(typeof n=="string"?(s=n,n=0,r=this.length):typeof r=="string"&&(s=r,r=this.length),s!==void 0&&typeof s!="string")throw new TypeError("encoding must be a string");if(typeof s=="string"&&!d.isEncoding(s))throw new TypeError("Unknown encoding: "+s);if(o.length===1){var p=o.charCodeAt(0);(s==="utf8"&&p<128||s==="latin1")&&(o=p)}}else typeof o=="number"?o=o&255:typeof o=="boolean"&&(o=Number(o));if(n<0||this.length<n||this.length<r)throw new RangeError("Out of range index");if(r<=n)return this;n=n>>>0,r=r===void 0?this.length:r>>>0,o||(o=0);var m;if(typeof o=="number")for(m=n;m<r;++m)this[m]=o;else{var _=d.isBuffer(o)?o:d.from(o,s),l=_.length;if(l===0)throw new TypeError('The value "'+o+'" is invalid for argument "value"');for(m=0;m<r-n;++m)this[m+n]=_[m%l]}return this};var Wi=/[^+/0-9A-Za-z-_]/g;function Gi(e){if(e=e.split("=")[0],e=e.trim().replace(Wi,""),e.length<2)return"";for(;e.length%4!==0;)e=e+"=";return e}function dn(e,o){o=o||1/0;for(var n,r=e.length,s=null,p=[],m=0;m<r;++m){if(n=e.charCodeAt(m),n>55295&&n<57344){if(!s){if(n>56319){(o-=3)>-1&&p.push(239,191,189);continue}else if(m+1===r){(o-=3)>-1&&p.push(239,191,189);continue}s=n;continue}if(n<56320){(o-=3)>-1&&p.push(239,191,189),s=n;continue}n=(s-55296<<10|n-56320)+65536}else s&&(o-=3)>-1&&p.push(239,191,189);if(s=null,n<128){if((o-=1)<0)break;p.push(n)}else if(n<2048){if((o-=2)<0)break;p.push(n>>6|192,n&63|128)}else if(n<65536){if((o-=3)<0)break;p.push(n>>12|224,n>>6&63|128,n&63|128)}else if(n<1114112){if((o-=4)<0)break;p.push(n>>18|240,n>>12&63|128,n>>6&63|128,n&63|128)}else throw new Error("Invalid code point")}return p}function $i(e){for(var o=[],n=0;n<e.length;++n)o.push(e.charCodeAt(n)&255);return o}function Vi(e,o){for(var n,r,s,p=[],m=0;m<e.length&&!((o-=2)<0);++m)n=e.charCodeAt(m),r=n>>8,s=n%256,p.push(s),p.push(r);return p}function Et(e){return sn.toByteArray(Gi(e))}function _o(e,o,n,r){for(var s=0;s<r&&!(s+n>=o.length||s>=e.length);++s)o[s+n]=e[s];return s}function X(e,o){return e instanceof o||e!=null&&e.constructor!=null&&e.constructor.name!=null&&e.constructor.name===o.name}function gn(e){return e!==e}var Hi=function(){for(var e="0123456789abcdef",o=new Array(256),n=0;n<16;++n)for(var r=n*16,s=0;s<16;++s)o[r+s]=e[n]+e[s];return o}()});var Mt=so((dm,Rt)=>{t();var E=Rt.exports={},Y,Z;function un(){throw new Error("setTimeout has not been defined")}function fn(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?Y=setTimeout:Y=un}catch(e){Y=un}try{typeof clearTimeout=="function"?Z=clearTimeout:Z=fn}catch(e){Z=fn}})();function Pt(e){if(Y===setTimeout)return setTimeout(e,0);if((Y===un||!Y)&&setTimeout)return Y=setTimeout,setTimeout(e,0);try{return Y(e,0)}catch(o){try{return Y.call(null,e,0)}catch(n){return Y.call(this,e,0)}}}function ji(e){if(Z===clearTimeout)return clearTimeout(e);if((Z===fn||!Z)&&clearTimeout)return Z=clearTimeout,clearTimeout(e);try{return Z(e)}catch(o){try{return Z.call(null,e)}catch(n){return Z.call(this,e)}}}var ee=[],we=!1,le,lo=-1;function zi(){!we||!le||(we=!1,le.length?ee=le.concat(ee):lo=-1,ee.length&&Nt())}function Nt(){if(!we){var e=Pt(zi);we=!0;for(var o=ee.length;o;){for(le=ee,ee=[];++lo<o;)le&&le[lo].run();lo=-1,o=ee.length}le=null,we=!1,ji(e)}}E.nextTick=function(e){var o=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)o[n-1]=arguments[n];ee.push(new Dt(e,o)),ee.length===1&&!we&&Pt(Nt)};function Dt(e,o){this.fun=e,this.array=o}Dt.prototype.run=function(){this.fun.apply(null,this.array)};E.title="browser";E.browser=!0;E.env={};E.argv=[];E.version="";E.versions={};function oe(){}E.on=oe;E.addListener=oe;E.once=oe;E.off=oe;E.removeListener=oe;E.removeAllListeners=oe;E.emit=oe;E.prependListener=oe;E.prependOnceListener=oe;E.listeners=function(e){return[]};E.binding=function(e){throw new Error("process.binding is not supported")};E.cwd=function(){return"/"};E.chdir=function(e){throw new Error("process.chdir is not supported")};E.umask=function(){return 0}});var a,i,_m,t=x(()=>{a=b(Ct()),i=b(Mt()),_m=function(e){function o(){var r=this||self;return delete e.prototype.__magic__,r}if(typeof globalThis=="object")return globalThis;if(this)return o();e.defineProperty(e.prototype,"__magic__",{configurable:!0,get:o});var n=__magic__;return n}(Object)});var je,ge=x(()=>{"use strict";t();je="Action not allowed. User is logged in. Call logout() first"});var Ot=x(()=>{"use strict";t()});var Ft=x(()=>{"use strict";t()});var Bt=x(()=>{"use strict";t()});var C=x(()=>{"use strict";t()});var Ut=x(()=>{"use strict";t()});var Wt=x(()=>{"use strict";t()});var U=x(()=>{"use strict";t()});var Gt=x(()=>{"use strict";t()});var $t=x(()=>{"use strict";t()});var R=x(()=>{"use strict";t();Ot();Ft();Bt();C();Ut();Wt();U();Gt();$t()});var Tn,Vt,Pm,Ht,Nm,jt,Dm,Rm,Mm,zt=x(()=>{"use strict";t();R();Tn={devnet:{id:"devnet",chainId:"D",name:"Devnet",egldLabel:"xEGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://devnet-wallet.multiversx.com",apiAddress:"https://devnet-api.multiversx.com",explorerAddress:"http://devnet-explorer.multiversx.com",apiTimeout:"4000"},testnet:{id:"testnet",chainId:"T",name:"Testnet",egldLabel:"xEGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://testnet-wallet.multiversx.com",apiAddress:"https://testnet-api.multiversx.com",explorerAddress:"http://testnet-explorer.multiversx.com",apiTimeout:"4000"},mainnet:{id:"mainnet",chainId:"1",name:"Mainnet",egldLabel:"EGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://wallet.multiversx.com",apiAddress:"https://api.multiversx.com",explorerAddress:"https://explorer.multiversx.com",apiTimeout:"4000"}},{chainId:Vt,egldLabel:Pm}=Tn["devnet"],{chainId:Ht,egldLabel:Nm}=Tn["testnet"],{chainId:jt,egldLabel:Dm}=Tn["mainnet"],Rm={["devnet"]:Vt,["testnet"]:Ht,["mainnet"]:jt},Mm={[Vt]:"devnet",[Ht]:"testnet",[jt]:"mainnet"}});var hn=x(()=>{"use strict";t()});var qt=x(()=>{"use strict";t()});var go,xn=x(()=>{"use strict";t();go="transaction-status-toast-id"});var J,Kt=x(()=>{"use strict";t();J=require("@multiversx/sdk-web-wallet-provider")});var ze,uo,Xt,fo,Yt,ve,k=x(()=>{"use strict";t();ge();zt();hn();qt();xn();Kt();ze=5e4,uo=1e9,Xt=1,fo="logout",Yt="login",ve="0"});var ke,To=x(()=>{"use strict";t();ke=()=>Date.now()/1e3});var Zt=x(()=>{"use strict";t()});var Jt=x(()=>{"use strict";t()});var yn=x(()=>{"use strict";t();To();Zt();Jt()});var Sn={};me(Sn,{getItem:()=>Ki,localStorageKeys:()=>ie,removeItem:()=>Xi,setItem:()=>qi});var ie,bn,qi,Ki,Xi,Ie=x(()=>{"use strict";t();yn();ie={loginExpiresAt:"sdk-dapp-login-expires-at",logoutEvent:"sdk-dapp-logout-event"},bn=typeof localStorage!="undefined",qi=({key:e,data:o,expires:n})=>{!bn||localStorage.setItem(String(e),JSON.stringify({expires:n,data:o}))},Ki=e=>{if(!bn)return;let o=localStorage.getItem(String(e));if(!o)return null;let n=JSON.parse(o);return!n||!n.hasOwnProperty("expires")||!n.hasOwnProperty("data")?null:ke()>=n.expires?(localStorage.removeItem(String(e)),null):n.data},Xi=e=>{!bn||localStorage.removeItem(String(e))}});var wn={};me(wn,{clear:()=>nr,getItem:()=>er,removeItem:()=>or,setItem:()=>Qt,storage:()=>Yi});var Qt,er,or,nr,Yi,tr=x(()=>{"use strict";t();Qt=({key:e,data:o,expires:n})=>{sessionStorage.setItem(String(e),JSON.stringify({expires:n,data:o}))},er=e=>{let o=sessionStorage.getItem(String(e));if(!o)return null;let n=JSON.parse(o);return!n||!n.hasOwnProperty("expires")||!n.hasOwnProperty("data")?null:Date.now()>=n.expires?(sessionStorage.removeItem(String(e)),null):n.data},or=e=>sessionStorage.removeItem(String(e)),nr=()=>sessionStorage.clear(),Yi={setItem:Qt,getItem:er,removeItem:or,clear:nr}});var ue,Ae=x(()=>{"use strict";t();Ie();tr();ue={session:wn,local:Sn}});var vn,M,z,O=x(()=>{"use strict";t();vn=require("@reduxjs/toolkit");k();M=(0,vn.createAction)(fo),z=(0,vn.createAction)(Yt,e=>({payload:e}))});var In,rr,ar,ho,kn,ir,An,dd,Ln,_d,Zi,Ji,ld,gd,ud,Qi,xo,yo=x(()=>{"use strict";t();In=require("@multiversx/sdk-core"),rr=require("@reduxjs/toolkit"),ar=require("redux-persist");k();Ae();Ie();O();ho={balance:"...",address:"",nonce:0,txCount:0,scrCount:0,claimableRewards:ve},kn={address:"",websocketEvent:null,accounts:{"":ho},ledgerAccount:null,publicKey:"",walletConnectAccount:null,isAccountLoading:!0,accountLoadingError:null},ir=(0,rr.createSlice)({name:"accountInfoSlice",initialState:kn,reducers:{setAddress:(e,o)=>{let n=o.payload;e.address=n,e.publicKey=new In.Address(n).hex()},setAccount:(e,o)=>{let n=e.address===o.payload.address;e.accounts={[e.address]:n?o.payload:ho},e.shard=o.payload.shard,e.isAccountLoading=!1,e.accountLoadingError=null},setAccountNonce:(e,o)=>{let{address:n}=e;e.accounts[n].nonce=o.payload},setAccountShard:(e,o)=>{e.shard=o.payload},setLedgerAccount:(e,o)=>{e.ledgerAccount=o.payload},updateLedgerAccount:(e,o)=>{e.ledgerAccount!=null&&(e.ledgerAccount.index=o.payload.index,e.ledgerAccount.address=o.payload.address)},setWalletConnectAccount:(e,o)=>{e.walletConnectAccount=o.payload},setIsAccountLoading:(e,o)=>{e.isAccountLoading=o.payload,e.accountLoadingError=null},setAccountLoadingError:(e,o)=>{e.accountLoadingError=o.payload,e.isAccountLoading=!1},setWebsocketEvent:(e,o)=>{e.websocketEvent={timestamp:Date.now(),message:o.payload}}},extraReducers:e=>{e.addCase(M,()=>(ue.local.removeItem(ie.loginExpiresAt),kn)),e.addCase(z,(o,n)=>{let{address:r}=n.payload;o.address=r,o.publicKey=new In.Address(r).hex()}),e.addCase(ar.REHYDRATE,(o,n)=>{var g;if(!((g=n.payload)!=null&&g.account))return;let{account:r}=n.payload,{address:s,shard:p,accounts:m,publicKey:_}=r;o.address=s,o.shard=p;let l=m&&s in m;o.accounts=l?m:kn.accounts,o.publicKey=_})}}),{setAccount:An,setAddress:dd,setAccountNonce:Ln,setAccountShard:_d,setLedgerAccount:Zi,updateLedgerAccount:Ji,setWalletConnectAccount:ld,setIsAccountLoading:gd,setAccountLoadingError:ud,setWebsocketEvent:Qi}=ir.actions,xo=ir.reducer});function qe(){return new Date().setHours(new Date().getHours()+24)}function Ke(e){ue.local.setItem({key:ie.loginExpiresAt,data:e,expires:e})}var En=x(()=>{"use strict";t();Ae();Ie()});var sr,cr,pr,kd,mr,ec,bo,Id,oc,dr,Ad,So,wo=x(()=>{"use strict";t();sr=require("@reduxjs/toolkit");En();C();O();cr={loginMethod:"",walletConnectLogin:null,ledgerLogin:null,tokenLogin:null,walletLogin:null,extensionLogin:null,operaLogin:null,isLoginSessionInvalid:!1},pr=(0,sr.createSlice)({name:"loginInfoSlice",initialState:cr,reducers:{setLoginMethod:(e,o)=>{e.loginMethod=o.payload},setTokenLogin:(e,o)=>{e.tokenLogin=o.payload},setTokenLoginSignature:(e,o)=>{(e==null?void 0:e.tokenLogin)!=null&&(e.tokenLogin.signature=o.payload)},setWalletLogin:(e,o)=>{e.walletLogin=o.payload},setWalletConnectLogin:(e,o)=>{e.walletConnectLogin=o.payload},setLedgerLogin:(e,o)=>{e.ledgerLogin=o.payload},invalidateLoginSession:e=>{e.isLoginSessionInvalid=!0},setLogoutRoute:(e,o)=>{e.logoutRoute=o.payload}},extraReducers:e=>{e.addCase(M,()=>cr),e.addCase(z,(o,n)=>{o.loginMethod=n.payload.loginMethod,Ke(qe())})}}),{setLoginMethod:kd,setWalletConnectLogin:mr,setLedgerLogin:ec,setTokenLogin:bo,setTokenLoginSignature:Id,setWalletLogin:oc,invalidateLoginSession:dr,setLogoutRoute:Ad}=pr.actions,So=pr.reducer});var lr,_r,gr,Pd,nc,Nd,tc,vo,ko=x(()=>{"use strict";t();lr=require("@reduxjs/toolkit");O();_r={},gr=(0,lr.createSlice)({name:"modalsSlice",initialState:_r,reducers:{setTxSubmittedModal:(e,o)=>{e.txSubmittedModal=o.payload},setNotificationModal:(e,o)=>{e.notificationModal=o.payload},clearTxSubmittedModal:e=>{e.txSubmittedModal=void 0},clearNotificationModal:e=>{e.notificationModal=void 0}},extraReducers:e=>{e.addCase(M,()=>_r)}}),{setTxSubmittedModal:Pd,setNotificationModal:nc,clearTxSubmittedModal:Nd,clearNotificationModal:tc}=gr.actions,vo=gr.reducer});var rc,Io,Xe=x(()=>{"use strict";t();rc=!1,Io=(e,o=0)=>{rc||setTimeout(()=>{window.location.href=e,window.location.assign(e)},o)}});function Le({callbackRoute:e,onLoginRedirect:o,options:n}){let r=Boolean(e),s=typeof o=="function",p=s?0:ac;r&&e!=null&&setTimeout(()=>{if(s)return o(e,n);window.location.pathname.includes(e)||Io(e)},p)}var ac,ur=x(()=>{"use strict";t();Xe();ac=200});function Cn(e){return e[Math.floor(Math.random()*e.length)]}var fr=x(()=>{"use strict";t()});var Pn=x(()=>{"use strict";t();hn()});var fe=x(()=>{"use strict";t();ur();fr();Pn()});var Tr,hr,Nn,ic,xr,qd,Kd,Ao,Lo=x(()=>{"use strict";t();Tr=require("@reduxjs/toolkit"),hr=b(require("lodash.omit"));fe();Nn={id:"not-configured",chainId:"",name:"NOT CONFIGURED",egldLabel:"",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"",walletConnectBridgeAddress:"",walletConnectV2RelayAddress:"",walletConnectV2ProjectId:"",walletConnectV2Options:{},walletAddress:"",apiAddress:"",explorerAddress:"",apiTimeout:"4000"},ic={network:Nn,chainID:"-1"},xr=(0,Tr.createSlice)({name:"appConfig",initialState:ic,reducers:{initializeNetworkConfig:(e,o)=>{let n=Cn(o.payload.walletConnectBridgeAddresses),r=Cn(o.payload.walletConnectV2RelayAddresses),s=(0,hr.default)(o.payload,"walletConnectBridgeAddresses","walletConnectV2RelayAddresses");e.network=S(u(u({},e.network),s),{walletConnectBridgeAddress:n,walletConnectV2RelayAddress:r})},setChainID:(e,o)=>{e.chainID=o.payload}}}),{initializeNetworkConfig:qd,setChainID:Kd}=xr.actions,Ao=xr.reducer});var yr,Dn,br,e_,o_,n_,Eo,Co=x(()=>{"use strict";t();yr=require("@reduxjs/toolkit");R();O();Dn={isSigning:!1,signedSessions:{}},br=(0,yr.createSlice)({name:"signedMessageInfoSliceState",initialState:Dn,reducers:{setSignSession:(e,o)=>{let{sessionId:n,signedSession:r,errorMessage:s}=o.payload;return S(u({},e),{errorMessage:s!=null?s:e.errorMessage,isSigning:r.status==="pending",signedSessions:S(u({},e.signedSessions),{[n]:r})})},setSignSessionState:(e,o)=>u(u({},e),o.payload),clearSignedMessageInfo:()=>Dn},extraReducers:e=>{e.addCase(M,()=>Dn)}}),{setSignSession:e_,clearSignedMessageInfo:o_,setSignSessionState:n_}=br.actions,Eo=br.reducer});var wr,vr,Sr,kr,cc,Rn,m_,d_,__,l_,Po,No=x(()=>{"use strict";t();wr=require("@reduxjs/toolkit"),vr=require("redux-persist");xn();R();To();O();Sr={customToasts:[],transactionToasts:[],failTransactionToast:null},kr=(0,wr.createSlice)({name:"toastsSlice",initialState:Sr,reducers:{addCustomToast:(e,o)=>{e.customToasts.push(S(u({},o.payload),{type:"custom",toastId:o.payload.toastId||`custom-toast-${e.customToasts.length+1}`}))},removeCustomToast:(e,o)=>{e.customToasts=e.customToasts.filter(n=>n.toastId!==o.payload)},addTransactionToast:(e,o)=>{e.transactionToasts.push({type:"transaction",startTimestamp:ke(),toastId:o.payload||`custom-toast-${e.transactionToasts.length+1}`})},removeTransactionToast:(e,o)=>{e.transactionToasts=e.transactionToasts.filter(n=>n.toastId!==o.payload)},addFailTransactionToast:(e,o)=>{e.failTransactionToast=S(u({},o.payload),{toastId:go})},removeFailTransactionToast:e=>{e.failTransactionToast=null}},extraReducers:e=>{e.addCase(M,()=>Sr),e.addCase(vr.REHYDRATE,(o,n)=>{var s,p;let r=(p=(s=n.customToasts)==null?void 0:s.filter(m=>!("component"in m)))!=null?p:[];o.customToasts=r})}}),{addCustomToast:cc,removeCustomToast:Rn,addTransactionToast:m_,removeTransactionToast:d_,addFailTransactionToast:__,removeFailTransactionToast:l_}=kr.actions,Po=kr.reducer});var Ir,On,Fn,Bn,sc,Mn,Ar,T_,pc,Un,Do,Ro=x(()=>{"use strict";t();Ir=require("@reduxjs/toolkit");O();On="Transaction failed",Fn="Transaction successful",Bn="Processing transaction",sc="Transaction submitted",Mn={},Ar=(0,Ir.createSlice)({name:"transactionsInfo",initialState:Mn,reducers:{setTransactionsDisplayInfo(e,o){let{sessionId:n,transactionsDisplayInfo:r}=o.payload;n!=null&&(e[n]={errorMessage:(r==null?void 0:r.errorMessage)||On,successMessage:(r==null?void 0:r.successMessage)||Fn,processingMessage:(r==null?void 0:r.processingMessage)||Bn,submittedMessage:(r==null?void 0:r.submittedMessage)||sc,transactionDuration:r==null?void 0:r.transactionDuration})},clearTransactionsInfoForSessionId(e,o){o.payload!=null&&delete e[o.payload]},clearTransactionsInfo:()=>Mn},extraReducers:e=>{e.addCase(M,()=>Mn)}}),{clearTransactionsInfo:T_,setTransactionsDisplayInfo:pc,clearTransactionsInfoForSessionId:Un}=Ar.actions,Do=Ar.reducer});function Ee(e){return e!=null&&(Tc(e)||bc(e))}function Ce(e){return e!=null&&(hc(e)||Sc(e))}function Pe(e){return e!=null&&(xc(e)||wc(e))}function Wn(e){return e!=null&&yc(e)}function Tc(e){return e!=null&&mc.includes(e)}function hc(e){return e!=null&&dc.includes(e)}function xc(e){return e!=null&&_c.includes(e)}function yc(e){return e!=null&&lc.includes(e)}function bc(e){return e!=null&&gc.includes(e)}function Sc(e){return e!=null&&uc.includes(e)}function wc(e){return e!=null&&fc.includes(e)}var mc,dc,_c,lc,gc,uc,fc,Ne=x(()=>{"use strict";t();C();mc=["sent"],dc=["success"],_c=["fail","cancelled","timedOut"],lc=["timedOut"],gc=["pending"],uc=["success"],fc=["fail","invalid"]});var Lr,Er,Ze,vc,Cr,Pr,Nr,kc,Mo,Ic,Ac,I_,Lc,Oo,Gn,Fo,Bo=x(()=>{"use strict";t();Lr=require("@reduxjs/toolkit"),Er=require("redux-persist");C();Ne();O();Ze={signedTransactions:{},transactionsToSign:null,signTransactionsError:null,signTransactionsCancelMessage:null,customTransactionInformationForSessionId:{}},vc={signWithoutSending:!1,sessionInformation:null,redirectAfterSign:!1},Cr=(0,Lr.createSlice)({name:"transactionsSlice",initialState:Ze,reducers:{moveTransactionsToSignedState:(e,o)=>{var l,g;let{sessionId:n,transactions:r,errorMessage:s,status:p,redirectRoute:m}=o.payload,_=((l=e.customTransactionInformationForSessionId)==null?void 0:l[n])||vc;e.signedTransactions[n]={transactions:r,status:p,errorMessage:s,redirectRoute:m,customTransactionInformation:_},((g=e==null?void 0:e.transactionsToSign)==null?void 0:g.sessionId)===n&&(e.transactionsToSign=Ze.transactionsToSign)},clearSignedTransaction:(e,o)=>{e.signedTransactions[o.payload]&&delete e.signedTransactions[o.payload]},clearTransactionToSign:e=>{e!=null&&e.transactionsToSign&&(e.transactionsToSign=null)},updateSignedTransaction:(e,o)=>{e.signedTransactions=u(u({},e.signedTransactions),o.payload)},updateSignedTransactions:(e,o)=>{let{sessionId:n,status:r,errorMessage:s,transactions:p}=o.payload;e.signedTransactions[n]!=null&&(e.signedTransactions[n].status=r,s!=null&&(e.signedTransactions[n].errorMessage=s),p!=null&&(e.signedTransactions[n].transactions=p))},updateSignedTransactionStatus:(e,o)=>{var _,l,g,T,h,A;let{sessionId:n,status:r,errorMessage:s,transactionHash:p}=o.payload,m=(l=(_=e.signedTransactions)==null?void 0:_[n])==null?void 0:l.transactions;if(m!=null){e.signedTransactions[n].transactions=m.map(N=>N.hash===p?S(u({},N),{status:r,errorMessage:s}):N);let P=(T=(g=e.signedTransactions[n])==null?void 0:g.transactions)==null?void 0:T.every(N=>Ce(N.status)),L=(A=(h=e.signedTransactions[n])==null?void 0:h.transactions)==null?void 0:A.every(N=>Pe(N.status));P&&(e.signedTransactions[n].status="success"),L&&(e.signedTransactions[n].status="fail")}},setTransactionsToSign:(e,o)=>{e.transactionsToSign=o.payload;let{sessionId:n,customTransactionInformation:r}=o.payload;e.customTransactionInformationForSessionId[n]=r,e.signTransactionsError=null},clearAllTransactionsToSign:e=>{e.transactionsToSign=Ze.transactionsToSign,e.signTransactionsError=null},clearAllSignedTransactions:e=>{e.signedTransactions=Ze.signedTransactions},setSignTransactionsError:(e,o)=>{e.signTransactionsError=o.payload},setSignTransactionsCancelMessage:(e,o)=>{e.signTransactionsCancelMessage=o.payload}},extraReducers:e=>{e.addCase(M,()=>Ze),e.addCase(Er.REHYDRATE,(o,n)=>{var m;if(o.signTransactionsCancelMessage=null,!((m=n.payload)!=null&&m.transactions))return;let{signedTransactions:r,customTransactionInformationForSessionId:s}=n.payload.transactions,p=Object.entries(r).reduce((_,[l,g])=>{let T=new Date(l),h=new Date;return h.setHours(h.getHours()+5),h-T>0||(_[l]=g),_},{});s!=null&&(o.customTransactionInformationForSessionId=s),r!=null&&(o.signedTransactions=p)})}}),{updateSignedTransactionStatus:Pr,updateSignedTransactions:Nr,setTransactionsToSign:kc,clearAllTransactionsToSign:Mo,clearAllSignedTransactions:Ic,clearSignedTransaction:Ac,clearTransactionToSign:I_,setSignTransactionsError:Lc,setSignTransactionsCancelMessage:Oo,moveTransactionsToSignedState:Gn}=Cr.actions,Fo=Cr.reducer});var I=x(()=>{"use strict";t();yo();wo();ko();Lo();Co();No();Ro();Bo()});var $n=x(()=>{"use strict";t()});var Fr,Or,Br,Y_,Z_,J_,Q_,el,ol,Ur,Wr=x(()=>{"use strict";t();Fr=require("@reduxjs/toolkit");O();Or={visible:!1,modal:{showHeader:!0,showFooter:!1,headerText:"",footerText:""}},Br=(0,Fr.createSlice)({name:"dappModalsSlice",initialState:Or,reducers:{setDappModalVisibility:(e,o)=>{e.visible=o.payload},setDappModalHeaderVisibility:(e,o)=>{e.modal.showHeader=o.payload},setDappModalFooterVisibility:(e,o)=>{e.modal.showFooter=o.payload},setDappModalHeaderText:(e,o)=>{e.modal.headerText=o.payload},setDappModalFooterText:(e,o)=>{e.modal.footerText=o.payload},setDappModalConfig:(e,o)=>{e.modal=u({},o.payload)}},extraReducers:e=>{e.addCase(M,()=>Or)}}),{setDappModalVisibility:Y_,setDappModalHeaderVisibility:Z_,setDappModalFooterVisibility:J_,setDappModalHeaderText:Q_,setDappModalFooterText:el,setDappModalConfig:ol}=Br.actions,Ur=Br.reducer});var Gr,Nc,Dc,he,$o=x(()=>{"use strict";t();Gr=require("@reduxjs/toolkit");$n();yo();Wr();wo();ko();Lo();Co();No();Ro();Bo();Nc={["account"]:xo,["dappModal"]:Ur,["loginInfo"]:So,["modals"]:vo,["networkConfig"]:Ao,["signedMessageInfo"]:Eo,["toasts"]:Po,["transactionsInfo"]:Do,["transactions"]:Fo},Dc=(e={})=>(0,Gr.combineReducers)(u(u({},Nc),e)),he=Dc});var jr={};me(jr,{default:()=>Kc,sessionStorageReducers:()=>Vn});function ce(e,o=[]){return{key:e,version:1,storage:Vr.default,blacklist:o}}var G,$r,Vr,Rc,Qe,Mc,Oc,Fc,Bc,Uc,Wc,Gc,$c,Vc,Hr,Hc,Vn,jc,zc,qc,Kc,zr=x(()=>{"use strict";t();G=require("redux-persist"),$r=b(require("redux-persist/lib/storage")),Vr=b(require("redux-persist/lib/storage/session"));$o();I();yo();wo();ko();Lo();Co();No();Ro();Bo();$n();Rc={persistReducersStorageType:"localStorage"},Qe={["account"]:"sdk-dapp-account",["loginInfo"]:"sdk-dapp-login-info",["modals"]:"sdk-dapp-modals",["networkConfig"]:"sdk-dapp-network-config"},Mc=ce(Qe["account"]),Oc=ce(Qe["loginInfo"]),Fc=ce(Qe["modals"]),Bc=ce(Qe["networkConfig"]),Uc={2:e=>S(u({},e),{networkConfig:Nn})};Wc=ce("sdk-dapp-transactionsInfo"),Gc=ce("sdk-dapp-transactions",["transactionsToSign"]),$c=ce("sdk-dapp-toasts"),Vc=ce("sdk-dapp-signedMessageInfo"),Hr={key:"sdk-dapp-store",version:2,storage:$r.default,whitelist:Object.keys(Qe),migrate:(0,G.createMigrate)(Uc,{debug:!1})},Hc=S(u({},Hr),{whitelist:[]}),Vn={["toasts"]:(0,G.persistReducer)($c,Po),["transactions"]:(0,G.persistReducer)(Gc,Fo),["transactionsInfo"]:(0,G.persistReducer)(Wc,Do),["signedMessageInfo"]:(0,G.persistReducer)(Vc,Eo)},jc=S(u({},Vn),{["account"]:(0,G.persistReducer)(Mc,xo),["loginInfo"]:(0,G.persistReducer)(Oc,So),["modals"]:(0,G.persistReducer)(Fc,vo),["networkConfig"]:(0,G.persistReducer)(Bc,Ao)}),zc=Rc.persistReducersStorageType==="localStorage",qc=zc?(0,G.persistReducer)(Hr,he(Vn)):(0,G.persistReducer)(Hc,he(jc)),Kc=qc});var qr={};me(qr,{default:()=>Xc});var Xc,Kr=x(()=>{"use strict";t();$o();Xc=he()});var Xr={};me(Xr,{default:()=>Zc});var j,Yc,Zc,Yr=x(()=>{"use strict";t();j=require("redux-persist"),Yc=[j.FLUSH,j.REHYDRATE,j.PAUSE,j.PERSIST,j.PURGE,j.REGISTER],Zc=Yc});var Qr={};me(Qr,{default:()=>Jr});function Jr(e){return(0,Zr.persistStore)(e)}var Zr,ea=x(()=>{"use strict";t();Zr=require("redux-persist")});var im={};me(im,{OperaWalletLoginButton:()=>am});module.exports=He(im);t();var on=b(require("react"));t();t();t();var ia=require("react"),De=require("react-redux");t();var Hn=require("@reduxjs/toolkit"),ra=require("react-redux/lib/utils/Subscription");I();t();var Rr=b(require("lodash.throttle"));k();t();var Dr=b(require("lodash.isequal")),Uo=require("reselect");R();var f=(0,Uo.createSelectorCreator)(Uo.defaultMemoize,Dr.default),Je=(e,o)=>e!=""&&Boolean(o);I();En();Ae();Ie();var Ec=[fo],Wo=!1,Cc=(0,Rr.default)(()=>{Ke(qe())},5e3),Mr=e=>o=>n=>{var l;if(Ec.includes(n.type))return o(n);let r=e.getState(),s=ue.local.getItem(ie.loginExpiresAt);if(!Je((l=r==null?void 0:r.loginInfo)==null?void 0:l.loginMethod,r==null?void 0:r.account.address))return o(n);if(s==null)return Ke(qe());let m=Date.now();return s-m<0&&!Wo?setTimeout(()=>{Wo=!0,e.dispatch(dr())},1e3):(Wo&&(Wo=!1),Cc()),o(n)};t();t();function Go(){return typeof sessionStorage!="undefined"}var oa=Go()?(zr(),He(jr)).default:(Kr(),He(qr)).default,na=Go()?(Yr(),He(Xr)).default:[],ta=Go()?(ea(),He(Qr)).default:e=>e;$o();var w=(0,Hn.configureStore)({reducer:oa,middleware:e=>e({serializableCheck:{ignoredActions:[...na,Ln.type,An.type],ignoredPaths:["payload.nonce","account.account.nonce","providers.accountProvider"]}}).concat(Mr)}),aa=(0,ra.createSubscription)(w),Nl=ta(w),Dl=(0,Hn.configureStore)({reducer:he});var Jc={store:w,subscription:aa},jn=(0,ia.createContext)(Jc),Fl=(0,De.createStoreHook)(jn),F=(0,De.createDispatchHook)(jn),v=(0,De.createSelectorHook)(jn);t();t();I();var ne=e=>e.account,Re=f(ne,e=>e.address),Me=f(ne,Re,(e,o)=>o in e.accounts?e.accounts[o]:ho),Qc=f(ne,Me,(e,o)=>{let s=e,{accounts:n}=s,r=co(s,["accounts"]);return S(u({},r),{account:o})}),es=f(Me,e=>e.balance),os=f(Me,e=>{var o;return((o=e==null?void 0:e.nonce)==null?void 0:o.valueOf())||0}),Gl=f(ne,e=>e.shard),ns=f(ne,e=>e.ledgerAccount),$l=f(ne,e=>e.walletConnectAccount),Vl=f(ne,e=>e.isAccountLoading),Hl=f(ne,e=>e.accountLoadingError),ca=f(ne,e=>e.websocketEvent);t();var q=e=>e.loginInfo,Kl=f(q,e=>e.loginMethod),Vo=f(q,Re,(e,o)=>Je(e.loginMethod,o)),Xl=f(q,e=>e.walletConnectLogin),Yl=f(q,e=>e.ledgerLogin),ts=f(q,e=>e.walletLogin),Zl=f(q,e=>e.isLoginSessionInvalid),sa=f(q,e=>e.tokenLogin),Jl=f(q,e=>e.logoutRoute);t();var pa=e=>e.modals,og=f(pa,e=>e.txSubmittedModal),rs=f(pa,e=>e.notificationModal);t();var te=e=>e.networkConfig,Ho=f(te,e=>e.chainID),as=f(te,e=>e.network.walletConnectBridgeAddress),is=f(te,e=>e.network.walletConnectV2RelayAddress),cs=f(te,e=>e.network.walletConnectV2ProjectId),ss=f(te,e=>e.network.walletConnectV2Options),ma=f(te,e=>e.network.walletConnectDeepLink),re=f(te,e=>e.network),da=f(re,e=>e.apiAddress),_a=f(re,e=>e.explorerAddress),la=f(re,e=>e.egldLabel);t();var zn=e=>e.signedMessageInfo,ig=f(zn,e=>e.isSigning),cg=f(zn,e=>e.errorMessage),sg=f(zn,e=>{let o=Object.keys(e.signedSessions),n=o.length;return e.signedSessions[o[n-1]]});t();var qn=e=>e.toasts,dg=f(qn,e=>e.customToasts),_g=f(qn,e=>e.transactionToasts),lg=f(qn,e=>e.failTransactionToast);t();I();var ga={errorMessage:On,successMessage:Fn,processingMessage:Bn},ps=e=>e.transactionsInfo,ms=f(ps,(e,o)=>o,(e,o)=>o!=null&&(e==null?void 0:e[Number(o)])||ga);t();t();var $=require("@multiversx/sdk-core");k();t();function Kn(e){try{return a.Buffer.from(e,"base64").toString()===atob(e)}catch(o){return!1}}function Oe(e){return atob(e)}function jo(e){var s,p,m;let{data:o}=e,n=Kn(o!=null?o:"")?$.TransactionPayload.fromEncoded(o):new $.TransactionPayload(o),r=new $.Transaction(u({value:e.value.valueOf(),data:n,nonce:e.nonce.valueOf(),receiver:new $.Address(e.receiver),sender:new $.Address(e.sender),gasLimit:(s=e.gasLimit.valueOf())!=null?s:ze,gasPrice:(p=e.gasPrice.valueOf())!=null?p:uo,chainID:e.chainID.valueOf(),version:new $.TransactionVersion((m=e.version)!=null?m:Xt)},e.options?{options:new $.TransactionOptions(e.options)}:{}));return r.applySignature({hex:()=>e.signature||""},new $.Address(e.sender)),r}t();Ne();t();var _s=b(require("bignumber.js"));R();t();t();t();t();var gs=require("@multiversx/sdk-core"),us=b(require("bignumber.js"));C();t();var ls=require("@multiversx/sdk-core");t();t();t();var Ts=require("@multiversx/sdk-core/out");t();k();t();var Ta=require("@multiversx/sdk-core");R();t();t();t();t();C();t();t();t();t();t();t();t();var Yn="blocks";t();t();t();t();U();t();t();U();t();t();t();var ks=b(require("bignumber.js"));k();t();var vs=require("@multiversx/sdk-core"),Zn=b(require("bignumber.js"));k();t();var Ss=b(require("bignumber.js"));t();Zn.default.config({ROUNDING_MODE:Zn.default.ROUND_FLOOR});t();t();t();k();t();t();t();t();k();t();k();t();var Is=require("@multiversx/sdk-core");k();t();var eo=require("@multiversx/sdk-core"),Es=require("@multiversx/sdk-network-providers");k();t();t();var As=b(require("bignumber.js"));k();t();k();t();t();t();t();t();k();t();U();var Ps=["reDelegateRewards","claimRewards","unBond"],Ns=["wrapEgld","unwrapEgld"],Ds=["unStake"],Rs=["unDelegate"];t();t();t();k();t();var Bs=b(require("bignumber.js"));t();t();t();t();U();t();var Us=b(require("bignumber.js"));t();t();t();t();U();t();t();t();var $s=b(require("linkifyjs"));t();k();t();var Vs=b(require("bignumber.js"));t();R();t();t();C();t();C();t();t();t();U();t();U();t();var Hs=b(require("bignumber.js"));k();U();t();U();t();var va=require("react");R();t();t();U();t();t();var js=require("@multiversx/sdk-core/out"),zs=b(require("bignumber.js"));U();t();R();t();t();R();var Kx=[{label:"Raw",value:"raw"},{label:"Text",value:"text"},{label:"Decimal",value:"decimal"},{label:"Smart",value:"smart"}];t();var ka=require("react");R();t();var Ks=require("react");U();var oy=["create","localMint","ESDTLocalMint","addQuantity","burn","localBurn","ESDTLocalBurn","wipe","writeLog","signalError"];var Xo=e=>e.transactions,Fe=f(Xo,e=>e.signedTransactions),Xs=f(Xo,e=>e.signTransactionsError),Ia=f(Xo,e=>e.signTransactionsCancelMessage),Yo=e=>o=>Object.entries(o).reduce((n,[r,s])=>(e(s.status)&&(n[r]=s),n),{}),Aa=f(Fe,Yo(Ee)),La=f(Fe,Yo(Ce)),Ea=f(Fe,Yo(Pe)),Ys=f(Fe,Yo(Wn)),Ca=f(Xo,e=>{var o;return(e==null?void 0:e.transactionsToSign)==null?null:S(u({},e.transactionsToSign),{transactions:((o=e==null?void 0:e.transactionsToSign)==null?void 0:o.transactions.map(n=>jo(n)))||[]})}),Zs=f(Fe,(e,o)=>o,(e,o)=>o!=null?(e==null?void 0:e[o])||{}:{});t();var Pa=require("react");t();I();t();t();t();var Qs=require("react"),ep=require("@multiversx/sdk-web-wallet-provider"),op=b(require("qs"));k();I();C();t();var Ba=require("react"),Tp=require("@multiversx/sdk-extension-provider");k();t();t();t();t();var np=require("@multiversx/sdk-extension-provider"),tp=require("@multiversx/sdk-hw-provider"),rp=require("@multiversx/sdk-opera-provider"),ap=require("@multiversx/sdk-wallet-connect-provider/out/walletConnectProvider"),ip=require("@multiversx/sdk-wallet-connect-provider/out/walletConnectV2Provider"),cp=require("@multiversx/sdk-web-wallet-provider");k();C();var ae=e=>`Unable to perform ${e}, Provider not initialized`,Qn=class{init(){return Promise.resolve(!1)}login(o){throw new Error(ae(`login with options: ${o}`))}logout(o){throw new Error(ae(`logout with options: ${o}`))}getAddress(){throw new Error(ae("getAddress"))}isInitialized(){return!1}isConnected(){return Promise.resolve(!1)}sendTransaction(o,n){throw new Error(ae(`sendTransaction with transactions: ${o} options: ${n}`))}signTransaction(o,n){throw new Error(ae(`signTransaction with transactions: ${o} options: ${n}`))}signTransactions(o,n){throw new Error(ae(`signTransactions with transactions: ${o} options: ${n}`))}signMessage(o,n){throw new Error(ae(`signTransactions with ${o} and options ${n}`))}sendCustomMessage({method:o,params:n}){throw new Error(ae(`sendCustomMessage with method: ${o} params: ${n}`))}sendCustomRequest(o){throw new Error(ae(`sendSessionEvent with options: ${o}`))}ping(){return Promise.resolve(!1)}},Da=new Qn;var sp=Da;function Be(e){sp=e}I();C();t();t();t();t();t();var pp=b(require("axios"));t();t();t();t();var Fa=require("react"),lp=require("@multiversx/sdk-extension-provider");k();t();t();t();var oo=()=>v(Me);t();t();t();t();t();var no=b(require("react"));var d0=(0,no.createContext)({}),_0=w.getState();t();var Oa=b(require("react"));t();var nt=b(require("react")),mp=b(require("axios"));t();t();I();t();t();var xp=b(require("axios")),yp=b(require("swr"));t();t();var bp=b(require("axios"));t();var Wa=require("react");t();var Ua=require("react");Pn();I();R();t();t();Xe();t();ge();I();t();t();t();t();t();t();I();t();C();Ne();t();t();t();var wp=b(require("axios"));t();var vp=b(require("axios"));t();var Ip=b(require("axios"));t();t();var Ap=b(require("axios"));t();var Lp=b(require("axios"));t();I();C();t();t();I();t();t();var Va=require("@multiversx/sdk-core");t();O();R();t();Ne();t();I();C();t();I();R();t();var Up=require("react");t();t();t();I();t();t();var Np=b(require("bignumber.js"));k();I();R();t();var Pp=b(require("bignumber.js"));k();t();var Dp=require("@multiversx/sdk-core"),Rp=b(require("bignumber.js"));k();t();t();t();t();var Mp=e=>e.replace(/\+/g,"-").replace(/\//g,"_").replace(/=/g,""),Ue=e=>Mp(a.Buffer.from(e,"utf8").toString("base64"));t();var za=b(require("axios"));t();t();t();function Ha(e){return y(this,null,function*(){return yield new Promise(o=>{setTimeout(()=>o(),e)})})}t();var ja=(e,o,n,r=0)=>y(void 0,null,function*(){try{return yield e(...n)}catch(s){return r<o.retries?((o==null?void 0:o.delay)!=null&&(yield Ha(o.delay)),yield ja(e,o,n,r+1)):null}}),rt=(e,o={retries:5,delay:500})=>(...n)=>y(void 0,null,function*(){return yield ja(e,o,n)});var Op=3e4,Jo={current:null},We={current:null},Fp=rt((e,o)=>y(void 0,null,function*(){let{data:n}=yield za.default.get(`${e}/${Yn}?from=3&size=1&fields=hash,timestamp${o?"&shard="+o:""}`),[r]=n;return r}));function qa(e,o){return y(this,null,function*(){if(e==null)throw new Error("missing api url");if(Jo.current!=null&&Jo.current.timestamp-Date.now()>0)return Jo.current;if(We.current!=null)return yield We.current;We.current=Fp(e,o);let n=yield We.current;if(n==null)throw We.current,new Error("could not get block hash");return Jo.current={hash:n.hash,timestamp:n.timestamp*1e3+Op},We.current=null,n})}t();function Bp(e){return Object.prototype.toString.call(e)==="[object String]"}var Ka=e=>{if(!e||!Bp(e))return null;try{let[o,n,r]=e.split("."),s=Oe(o),p=Oe(n),[m,_,l,g]=p.split("."),T=JSON.parse(Oe(g)),h=Oe(m),A={ttl:Number(l),address:s,extraInfo:T,host:h,signature:r,blockHash:_,body:p};return g==="e30"&&delete A.extraInfo,A}catch(o){return null}};t();t();To();var Xa=e=>{let o=Ka(e);if(!o)return{isExpired:!1};let n=ke(),{ttl:r,extraInfo:s}=o,p=s.timestamp;if(!p)return{isExpired:!1};let m=p+r,_=n>m,l=m-n;return{isExpired:_,expiresAt:m,secondsUntilExpires:l}};t();var Ya,to={hostname:typeof window!="undefined"?(Ya=window==null?void 0:window.location)==null?void 0:Ya.hostname:"",apiAddress:"https://api.multiversx.com",expirySeconds:60*60*24,tokenExpirationToastWarningSeconds:5*60},ro=e=>{var n,r,s,p,m;return e===!0?to:{hostname:(n=e==null?void 0:e.hostname)!=null?n:to.hostname,blockHashShard:(r=e==null?void 0:e.blockHashShard)!=null?r:null,expirySeconds:(s=e==null?void 0:e.expirySeconds)!=null?s:to.expirySeconds,apiAddress:(p=e==null?void 0:e.apiAddress)!=null?p:to.apiAddress,tokenExpirationToastWarningSeconds:(m=e==null?void 0:e.tokenExpirationToastWarningSeconds)!=null?m:to.tokenExpirationToastWarningSeconds}};t();var Za=({address:e,token:o,signature:n})=>{let r=Ue(e),s=Ue(o);return`${r}.${s}.${n}`};var Ja=e=>{let{hostname:o,apiAddress:n,expirySeconds:r,blockHashShard:s}=ro(e);return{getNativeAuthConfig:ro,initialize:(...l)=>y(void 0,[...l],function*(m={},_){if(!n||!o)return"";let{hash:g,timestamp:T}=_!=null?_:yield qa(n,s),h=Ue(JSON.stringify(u(u({},m),T?{timestamp:T}:{})));return`${Ue(o)}.${g}.${r}.${h}`}),getToken:Za,getTokenExpiration:Xa}};C();Ne();t();t();t();t();var Qa=require("react");t();t();var Gp=require("react"),$p=require("@multiversx/sdk-extension-provider");ge();O();C();t();function pe(){return Vo(w.getState())}fe();t();var ei=require("react"),Qo=require("@multiversx/sdk-core");I();var Wp=(e,o)=>{var n;return o?o===!0?e:(n=o.apiAddress)!=null?n:e:null},ye=e=>{let o=v(re),n=v(sa),r=(0,ei.useRef)(n==null?void 0:n.loginToken),s=Wp(o.apiAddress,e),p=ro(u(u({},e===!0?{}:e),s?{apiAddress:s}:{})),m=Boolean(e),_=Ja(p),{address:l}=oo(),g=F(),T=L=>{r.current=L,g(bo(u({loginToken:L},s?{nativeAuthConfig:p}:{})))},h=()=>y(void 0,null,function*(){try{return yield _.initialize()}catch(L){console.error("Unable to get block. Login failed.",L);return}}),A=({address:L,signature:N})=>{let V=r.current;if(!V)throw"Token not found. Call `setLoginToken` first.";if(!m){g(bo({loginToken:V,signature:N}));return}let $e=_.getToken({address:L,token:V,signature:N});g(bo(u({loginToken:V,signature:N,nativeAuthToken:$e},s?{nativeAuthConfig:p}:{})))};return{configuration:p,setLoginToken:T,getNativeAuthLoginToken:h,setTokenLoginInfo:A,refreshNativeAuthTokenLogin:N=>y(void 0,[N],function*({signMessageCallback:L}){let V=yield h();if(r.current=V,!V)return;let $e=new Qo.SignableMessage({address:new Qo.Address(l),message:a.Buffer.from(V)}),nn=yield L($e,{});A({address:l,signature:nn.toJSON().signature})})}};t();var at=require("react"),oi=require("@multiversx/sdk-opera-provider");ge();O();C();fe();var it=({callbackRoute:e,token:o,nativeAuth:n,onLoginRedirect:r})=>{let[s,p]=(0,at.useState)(""),[m,_]=(0,at.useState)(!1),l=n!=null,g=ye(n),T=o,h=F(),A=pe();function P(){return y(this,null,function*(){if(A)throw new Error(je);_(!0);let N=oi.OperaProvider.getInstance();try{if(!(yield N.init())){console.warn("Something went wrong trying to redirect to wallet login..");return}let $e=encodeURIComponent(`${window.location.origin}${e!=null?e:window.location.pathname}`);if(l&&!T&&(T=yield g.getNativeAuthLoginToken(),!T)){console.warn("Fetching block failed. Login cancelled.");return}T&&g.setLoginToken(T);let nn=u({callbackUrl:$e},T&&{token:T});yield N.login(nn),Be(N);let{signature:tn,address:ao}=N.account;if(!ao){_(!1),console.warn("Login cancelled.");return}tn&&T&&g.setTokenLoginInfo({signature:tn,address:ao}),h(z({address:ao,loginMethod:"opera"})),Le({callbackRoute:e,onLoginRedirect:r,options:{signature:tn,address:ao}})}catch(V){console.error("error loging in",V),p("error logging in"+V.message)}finally{_(!1)}})}let L=Boolean(s);return[P,{loginFailed:L,error:s,isLoading:m&&!L,isLoggedIn:A&&!L}]};t();var jp=require("react");ge();I();t();t();t();yn();t();t();var Vp=b(require("platform"));t();O();R();Xe();Ae();Ie();t();t();t();t();t();t();Xe();Ae();t();t();t();I();t();t();var Hp=b(require("axios"));t();t();var ni=require("react"),qp=require("@multiversx/sdk-hw-provider");ge();O();I();C();fe();t();var zp=require("react");t();var ct=require("react"),Yp=require("@multiversx/sdk-wallet-connect-provider/out/walletConnectProvider");O();I();C();fe();t();var st=require("react"),Zp=require("@multiversx/sdk-wallet-connect-provider/out/walletConnectV2Provider");O();I();C();fe();t();t();var ti=require("react");t();var em=require("react");t();var pt=require("react"),Qp=require("socket.io-client");I();t();t();t();t();var ri=e=>e.dappModal,om=f(ri,e=>e.visible),en=f(ri,e=>e.modal),QE=f(en,e=>e.showHeader),e2=f(en,e=>e.showFooter),o2=f(en,e=>e.headerText),n2=f(en,e=>e.footerText);t();var mt=b(require("react")),ii=b(require("classnames"));t();var nm=`.dapp-core-component__main__link-style {
|
|
2
2
|
color: #1392ff;
|
|
3
3
|
}
|
|
4
4
|
|
|
@@ -2692,7 +2692,7 @@ a.dapp-core-component__main__side-link::after {
|
|
|
2692
2692
|
right: 0;
|
|
2693
2693
|
left: unset;
|
|
2694
2694
|
width: calc(100% - 1.85rem);
|
|
2695
|
-
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(rm));var Ge={"link-style":"dapp-core-component__main__link-style",linkStyle:"dapp-core-component__main__link-style","link-second-style":"dapp-core-component__main__link-second-style",linkSecondStyle:"dapp-core-component__main__link-second-style",wrapper:"dapp-core-component__main__wrapper","opacity-6":"dapp-core-component__main__opacity-6",opacity6:"dapp-core-component__main__opacity-6","qr-code-svg-container":"dapp-core-component__main__qr-code-svg-container",qrCodeSvgContainer:"dapp-core-component__main__qr-code-svg-container","pair-list":"dapp-core-component__main__pair-list",pairList:"dapp-core-component__main__pair-list","pair-loader":"dapp-core-component__main__pair-loader",pairLoader:"dapp-core-component__main__pair-loader","pair-image":"dapp-core-component__main__pair-image",pairImage:"dapp-core-component__main__pair-image","pair-remove":"dapp-core-component__main__pair-remove",pairRemove:"dapp-core-component__main__pair-remove","dapp-icon":"dapp-core-component__main__dapp-icon",dappIcon:"dapp-core-component__main__dapp-icon","icon-medium":"dapp-core-component__main__icon-medium",iconMedium:"dapp-core-component__main__icon-medium",centering:"dapp-core-component__main__centering","border-n":"dapp-core-component__main__border-n",borderN:"dapp-core-component__main__border-n","t-shadow":"dapp-core-component__main__t-shadow",tShadow:"dapp-core-component__main__t-shadow",btn:"dapp-core-component__main__btn",media:"dapp-core-component__main__media","media-body":"dapp-core-component__main__media-body",mediaBody:"dapp-core-component__main__media-body","connect-btns":"dapp-core-component__main__connect-btns",connectBtns:"dapp-core-component__main__connect-btns",info:"dapp-core-component__main__info","trust-badge":"dapp-core-component__main__trust-badge",trustBadge:"dapp-core-component__main__trust-badge",navbar:"dapp-core-component__main__navbar","dapp-name":"dapp-core-component__main__dapp-name",dappName:"dapp-core-component__main__dapp-name","action-btn":"dapp-core-component__main__action-btn",actionBtn:"dapp-core-component__main__action-btn",transactions:"dapp-core-component__main__transactions","transaction-icon":"dapp-core-component__main__transaction-icon",transactionIcon:"dapp-core-component__main__transaction-icon",table:"dapp-core-component__main__table","page-state":"dapp-core-component__main__page-state",pageState:"dapp-core-component__main__page-state","lds-ellipsis":"dapp-core-component__main__lds-ellipsis",ldsEllipsis:"dapp-core-component__main__lds-ellipsis","bg-blue":"dapp-core-component__main__bg-blue",bgBlue:"dapp-core-component__main__bg-blue","lds-ellipsis1":"dapp-core-component__main__lds-ellipsis1",ldsEllipsis1:"dapp-core-component__main__lds-ellipsis1","lds-ellipsis2":"dapp-core-component__main__lds-ellipsis2",ldsEllipsis2:"dapp-core-component__main__lds-ellipsis2","lds-ellipsis3":"dapp-core-component__main__lds-ellipsis3",ldsEllipsis3:"dapp-core-component__main__lds-ellipsis3",focus:"dapp-core-component__main__focus",disabled:"dapp-core-component__main__disabled","btn-primary":"dapp-core-component__main__btn-primary",btnPrimary:"dapp-core-component__main__btn-primary","btn-secondary":"dapp-core-component__main__btn-secondary",btnSecondary:"dapp-core-component__main__btn-secondary","btn-warning":"dapp-core-component__main__btn-warning",btnWarning:"dapp-core-component__main__btn-warning","btn-dark":"dapp-core-component__main__btn-dark",btnDark:"dapp-core-component__main__btn-dark","btn-link":"dapp-core-component__main__btn-link",btnLink:"dapp-core-component__main__btn-link","btn-light":"dapp-core-component__main__btn-light",btnLight:"dapp-core-component__main__btn-light",badge:"dapp-core-component__main__badge","badge-pill":"dapp-core-component__main__badge-pill",badgePill:"dapp-core-component__main__badge-pill","badge-primary":"dapp-core-component__main__badge-primary",badgePrimary:"dapp-core-component__main__badge-primary","badge-secondary":"dapp-core-component__main__badge-secondary",badgeSecondary:"dapp-core-component__main__badge-secondary","badge-success":"dapp-core-component__main__badge-success",badgeSuccess:"dapp-core-component__main__badge-success","badge-info":"dapp-core-component__main__badge-info",badgeInfo:"dapp-core-component__main__badge-info","badge-warning":"dapp-core-component__main__badge-warning",badgeWarning:"dapp-core-component__main__badge-warning","badge-danger":"dapp-core-component__main__badge-danger",badgeDanger:"dapp-core-component__main__badge-danger","badge-light":"dapp-core-component__main__badge-light",badgeLight:"dapp-core-component__main__badge-light","badge-dark":"dapp-core-component__main__badge-dark",badgeDark:"dapp-core-component__main__badge-dark",card:"dapp-core-component__main__card","list-group":"dapp-core-component__main__list-group",listGroup:"dapp-core-component__main__list-group","card-header":"dapp-core-component__main__card-header",cardHeader:"dapp-core-component__main__card-header","card-footer":"dapp-core-component__main__card-footer",cardFooter:"dapp-core-component__main__card-footer","card-header-item":"dapp-core-component__main__card-header-item",cardHeaderItem:"dapp-core-component__main__card-header-item",h6:"dapp-core-component__main__h6",compact:"dapp-core-component__main__compact","card-body":"dapp-core-component__main__card-body",cardBody:"dapp-core-component__main__card-body","card-title":"dapp-core-component__main__card-title",cardTitle:"dapp-core-component__main__card-title","card-subtitle":"dapp-core-component__main__card-subtitle",cardSubtitle:"dapp-core-component__main__card-subtitle","card-text":"dapp-core-component__main__card-text",cardText:"dapp-core-component__main__card-text","card-link":"dapp-core-component__main__card-link",cardLink:"dapp-core-component__main__card-link",text:"dapp-core-component__main__text","text-white":"dapp-core-component__main__text-white",textWhite:"dapp-core-component__main__text-white","text-monospace":"dapp-core-component__main__text-monospace",textMonospace:"dapp-core-component__main__text-monospace","trim-size-xl":"dapp-core-component__main__trim-size-xl",trimSizeXl:"dapp-core-component__main__trim-size-xl",trim:"dapp-core-component__main__trim","trim-only-sm":"dapp-core-component__main__trim-only-sm",trimOnlySm:"dapp-core-component__main__trim-only-sm","text-justify":"dapp-core-component__main__text-justify",textJustify:"dapp-core-component__main__text-justify","text-wrap":"dapp-core-component__main__text-wrap",textWrap:"dapp-core-component__main__text-wrap","text-nowrap":"dapp-core-component__main__text-nowrap",textNowrap:"dapp-core-component__main__text-nowrap","text-truncate":"dapp-core-component__main__text-truncate",textTruncate:"dapp-core-component__main__text-truncate","text-left":"dapp-core-component__main__text-left",textLeft:"dapp-core-component__main__text-left","text-right":"dapp-core-component__main__text-right",textRight:"dapp-core-component__main__text-right","text-center":"dapp-core-component__main__text-center",textCenter:"dapp-core-component__main__text-center","text-primary":"dapp-core-component__main__text-primary",textPrimary:"dapp-core-component__main__text-primary","text-secondary":"dapp-core-component__main__text-secondary",textSecondary:"dapp-core-component__main__text-secondary","text-primary-highlight":"dapp-core-component__main__text-primary-highlight",textPrimaryHighlight:"dapp-core-component__main__text-primary-highlight","text-muted":"dapp-core-component__main__text-muted",textMuted:"dapp-core-component__main__text-muted","text-success":"dapp-core-component__main__text-success",textSuccess:"dapp-core-component__main__text-success","text-body":"dapp-core-component__main__text-body",textBody:"dapp-core-component__main__text-body","text-black-50":"dapp-core-component__main__text-black-50",textBlack50:"dapp-core-component__main__text-black-50","text-white-50":"dapp-core-component__main__text-white-50",textWhite50:"dapp-core-component__main__text-white-50","text-lg-right":"dapp-core-component__main__text-lg-right",textLgRight:"dapp-core-component__main__text-lg-right","text-hide":"dapp-core-component__main__text-hide",textHide:"dapp-core-component__main__text-hide","text-decoration-none":"dapp-core-component__main__text-decoration-none",textDecorationNone:"dapp-core-component__main__text-decoration-none","text-break":"dapp-core-component__main__text-break",textBreak:"dapp-core-component__main__text-break","text-reset":"dapp-core-component__main__text-reset",textReset:"dapp-core-component__main__text-reset","text-lowercase":"dapp-core-component__main__text-lowercase",textLowercase:"dapp-core-component__main__text-lowercase","text-uppercase":"dapp-core-component__main__text-uppercase",textUppercase:"dapp-core-component__main__text-uppercase","text-capitalize":"dapp-core-component__main__text-capitalize",textCapitalize:"dapp-core-component__main__text-capitalize","text-danger":"dapp-core-component__main__text-danger",textDanger:"dapp-core-component__main__text-danger","text-warning":"dapp-core-component__main__text-warning",textWarning:"dapp-core-component__main__text-warning","trim-fs-sm":"dapp-core-component__main__trim-fs-sm",trimFsSm:"dapp-core-component__main__trim-fs-sm","mx-auto":"dapp-core-component__main__mx-auto",mxAuto:"dapp-core-component__main__mx-auto","m-0":"dapp-core-component__main__m-0",m0:"dapp-core-component__main__m-0","mt-0":"dapp-core-component__main__mt-0",mt0:"dapp-core-component__main__mt-0","my-0":"dapp-core-component__main__my-0",my0:"dapp-core-component__main__my-0","mr-0":"dapp-core-component__main__mr-0",mr0:"dapp-core-component__main__mr-0","mx-0":"dapp-core-component__main__mx-0",mx0:"dapp-core-component__main__mx-0","mb-0":"dapp-core-component__main__mb-0",mb0:"dapp-core-component__main__mb-0","ml-0":"dapp-core-component__main__ml-0",ml0:"dapp-core-component__main__ml-0","m-1":"dapp-core-component__main__m-1",m1:"dapp-core-component__main__m-1","mt-1":"dapp-core-component__main__mt-1",mt1:"dapp-core-component__main__mt-1","my-1":"dapp-core-component__main__my-1",my1:"dapp-core-component__main__my-1","mr-1":"dapp-core-component__main__mr-1",mr1:"dapp-core-component__main__mr-1","mx-1":"dapp-core-component__main__mx-1",mx1:"dapp-core-component__main__mx-1","mb-1":"dapp-core-component__main__mb-1",mb1:"dapp-core-component__main__mb-1","ml-1":"dapp-core-component__main__ml-1",ml1:"dapp-core-component__main__ml-1","m-2":"dapp-core-component__main__m-2",m2:"dapp-core-component__main__m-2","mt-2":"dapp-core-component__main__mt-2",mt2:"dapp-core-component__main__mt-2","my-2":"dapp-core-component__main__my-2",my2:"dapp-core-component__main__my-2","mr-2":"dapp-core-component__main__mr-2",mr2:"dapp-core-component__main__mr-2","mx-2":"dapp-core-component__main__mx-2",mx2:"dapp-core-component__main__mx-2","mb-2":"dapp-core-component__main__mb-2",mb2:"dapp-core-component__main__mb-2","ml-2":"dapp-core-component__main__ml-2",ml2:"dapp-core-component__main__ml-2","m-3":"dapp-core-component__main__m-3",m3:"dapp-core-component__main__m-3","mt-3":"dapp-core-component__main__mt-3",mt3:"dapp-core-component__main__mt-3","my-3":"dapp-core-component__main__my-3",my3:"dapp-core-component__main__my-3","mr-3":"dapp-core-component__main__mr-3",mr3:"dapp-core-component__main__mr-3","mx-3":"dapp-core-component__main__mx-3",mx3:"dapp-core-component__main__mx-3","mb-3":"dapp-core-component__main__mb-3",mb3:"dapp-core-component__main__mb-3","ml-3":"dapp-core-component__main__ml-3",ml3:"dapp-core-component__main__ml-3","m-4":"dapp-core-component__main__m-4",m4:"dapp-core-component__main__m-4","mt-4":"dapp-core-component__main__mt-4",mt4:"dapp-core-component__main__mt-4","my-4":"dapp-core-component__main__my-4",my4:"dapp-core-component__main__my-4","mr-4":"dapp-core-component__main__mr-4",mr4:"dapp-core-component__main__mr-4","mx-4":"dapp-core-component__main__mx-4",mx4:"dapp-core-component__main__mx-4","mb-4":"dapp-core-component__main__mb-4",mb4:"dapp-core-component__main__mb-4","ml-4":"dapp-core-component__main__ml-4",ml4:"dapp-core-component__main__ml-4","m-5":"dapp-core-component__main__m-5",m5:"dapp-core-component__main__m-5","mt-5":"dapp-core-component__main__mt-5",mt5:"dapp-core-component__main__mt-5","my-5":"dapp-core-component__main__my-5",my5:"dapp-core-component__main__my-5","mr-5":"dapp-core-component__main__mr-5",mr5:"dapp-core-component__main__mr-5","mx-5":"dapp-core-component__main__mx-5",mx5:"dapp-core-component__main__mx-5","mb-5":"dapp-core-component__main__mb-5",mb5:"dapp-core-component__main__mb-5","ml-5":"dapp-core-component__main__ml-5",ml5:"dapp-core-component__main__ml-5","p-0":"dapp-core-component__main__p-0",p0:"dapp-core-component__main__p-0","pt-0":"dapp-core-component__main__pt-0",pt0:"dapp-core-component__main__pt-0","py-0":"dapp-core-component__main__py-0",py0:"dapp-core-component__main__py-0","pr-0":"dapp-core-component__main__pr-0",pr0:"dapp-core-component__main__pr-0","px-0":"dapp-core-component__main__px-0",px0:"dapp-core-component__main__px-0","pb-0":"dapp-core-component__main__pb-0",pb0:"dapp-core-component__main__pb-0","pl-0":"dapp-core-component__main__pl-0",pl0:"dapp-core-component__main__pl-0","p-1":"dapp-core-component__main__p-1",p1:"dapp-core-component__main__p-1","pt-1":"dapp-core-component__main__pt-1",pt1:"dapp-core-component__main__pt-1","py-1":"dapp-core-component__main__py-1",py1:"dapp-core-component__main__py-1","pr-1":"dapp-core-component__main__pr-1",pr1:"dapp-core-component__main__pr-1","px-1":"dapp-core-component__main__px-1",px1:"dapp-core-component__main__px-1","pb-1":"dapp-core-component__main__pb-1",pb1:"dapp-core-component__main__pb-1","pl-1":"dapp-core-component__main__pl-1",pl1:"dapp-core-component__main__pl-1","p-2":"dapp-core-component__main__p-2",p2:"dapp-core-component__main__p-2","pt-2":"dapp-core-component__main__pt-2",pt2:"dapp-core-component__main__pt-2","py-2":"dapp-core-component__main__py-2",py2:"dapp-core-component__main__py-2","pr-2":"dapp-core-component__main__pr-2",pr2:"dapp-core-component__main__pr-2","px-2":"dapp-core-component__main__px-2",px2:"dapp-core-component__main__px-2","pb-2":"dapp-core-component__main__pb-2",pb2:"dapp-core-component__main__pb-2","pl-2":"dapp-core-component__main__pl-2",pl2:"dapp-core-component__main__pl-2","p-3":"dapp-core-component__main__p-3",p3:"dapp-core-component__main__p-3","pt-3":"dapp-core-component__main__pt-3",pt3:"dapp-core-component__main__pt-3","py-3":"dapp-core-component__main__py-3",py3:"dapp-core-component__main__py-3","pr-3":"dapp-core-component__main__pr-3",pr3:"dapp-core-component__main__pr-3","px-3":"dapp-core-component__main__px-3",px3:"dapp-core-component__main__px-3","pb-3":"dapp-core-component__main__pb-3",pb3:"dapp-core-component__main__pb-3","pl-3":"dapp-core-component__main__pl-3",pl3:"dapp-core-component__main__pl-3","p-4":"dapp-core-component__main__p-4",p4:"dapp-core-component__main__p-4","pt-4":"dapp-core-component__main__pt-4",pt4:"dapp-core-component__main__pt-4","py-4":"dapp-core-component__main__py-4",py4:"dapp-core-component__main__py-4","pr-4":"dapp-core-component__main__pr-4",pr4:"dapp-core-component__main__pr-4","px-4":"dapp-core-component__main__px-4",px4:"dapp-core-component__main__px-4","pb-4":"dapp-core-component__main__pb-4",pb4:"dapp-core-component__main__pb-4","pl-4":"dapp-core-component__main__pl-4",pl4:"dapp-core-component__main__pl-4","p-5":"dapp-core-component__main__p-5",p5:"dapp-core-component__main__p-5","pt-5":"dapp-core-component__main__pt-5",pt5:"dapp-core-component__main__pt-5","py-5":"dapp-core-component__main__py-5",py5:"dapp-core-component__main__py-5","pr-5":"dapp-core-component__main__pr-5",pr5:"dapp-core-component__main__pr-5","px-5":"dapp-core-component__main__px-5",px5:"dapp-core-component__main__px-5","pb-5":"dapp-core-component__main__pb-5",pb5:"dapp-core-component__main__pb-5","pl-5":"dapp-core-component__main__pl-5",pl5:"dapp-core-component__main__pl-5","m-n1":"dapp-core-component__main__m-n1",mN1:"dapp-core-component__main__m-n1","mt-n1":"dapp-core-component__main__mt-n1",mtN1:"dapp-core-component__main__mt-n1","my-n1":"dapp-core-component__main__my-n1",myN1:"dapp-core-component__main__my-n1","mr-n1":"dapp-core-component__main__mr-n1",mrN1:"dapp-core-component__main__mr-n1","mx-n1":"dapp-core-component__main__mx-n1",mxN1:"dapp-core-component__main__mx-n1","mb-n1":"dapp-core-component__main__mb-n1",mbN1:"dapp-core-component__main__mb-n1","ml-n1":"dapp-core-component__main__ml-n1",mlN1:"dapp-core-component__main__ml-n1","m-n2":"dapp-core-component__main__m-n2",mN2:"dapp-core-component__main__m-n2","mt-n2":"dapp-core-component__main__mt-n2",mtN2:"dapp-core-component__main__mt-n2","my-n2":"dapp-core-component__main__my-n2",myN2:"dapp-core-component__main__my-n2","mr-n2":"dapp-core-component__main__mr-n2",mrN2:"dapp-core-component__main__mr-n2","mx-n2":"dapp-core-component__main__mx-n2",mxN2:"dapp-core-component__main__mx-n2","mb-n2":"dapp-core-component__main__mb-n2",mbN2:"dapp-core-component__main__mb-n2","ml-n2":"dapp-core-component__main__ml-n2",mlN2:"dapp-core-component__main__ml-n2","m-n3":"dapp-core-component__main__m-n3",mN3:"dapp-core-component__main__m-n3","mt-n3":"dapp-core-component__main__mt-n3",mtN3:"dapp-core-component__main__mt-n3","my-n3":"dapp-core-component__main__my-n3",myN3:"dapp-core-component__main__my-n3","mr-n3":"dapp-core-component__main__mr-n3",mrN3:"dapp-core-component__main__mr-n3","mx-n3":"dapp-core-component__main__mx-n3",mxN3:"dapp-core-component__main__mx-n3","mb-n3":"dapp-core-component__main__mb-n3",mbN3:"dapp-core-component__main__mb-n3","ml-n3":"dapp-core-component__main__ml-n3",mlN3:"dapp-core-component__main__ml-n3","m-n4":"dapp-core-component__main__m-n4",mN4:"dapp-core-component__main__m-n4","mt-n4":"dapp-core-component__main__mt-n4",mtN4:"dapp-core-component__main__mt-n4","my-n4":"dapp-core-component__main__my-n4",myN4:"dapp-core-component__main__my-n4","mr-n4":"dapp-core-component__main__mr-n4",mrN4:"dapp-core-component__main__mr-n4","mx-n4":"dapp-core-component__main__mx-n4",mxN4:"dapp-core-component__main__mx-n4","mb-n4":"dapp-core-component__main__mb-n4",mbN4:"dapp-core-component__main__mb-n4","ml-n4":"dapp-core-component__main__ml-n4",mlN4:"dapp-core-component__main__ml-n4","m-n5":"dapp-core-component__main__m-n5",mN5:"dapp-core-component__main__m-n5","mt-n5":"dapp-core-component__main__mt-n5",mtN5:"dapp-core-component__main__mt-n5","my-n5":"dapp-core-component__main__my-n5",myN5:"dapp-core-component__main__my-n5","mr-n5":"dapp-core-component__main__mr-n5",mrN5:"dapp-core-component__main__mr-n5","mx-n5":"dapp-core-component__main__mx-n5",mxN5:"dapp-core-component__main__mx-n5","mb-n5":"dapp-core-component__main__mb-n5",mbN5:"dapp-core-component__main__mb-n5","ml-n5":"dapp-core-component__main__ml-n5",mlN5:"dapp-core-component__main__ml-n5","m-auto":"dapp-core-component__main__m-auto",mAuto:"dapp-core-component__main__m-auto","mt-auto":"dapp-core-component__main__mt-auto",mtAuto:"dapp-core-component__main__mt-auto","my-auto":"dapp-core-component__main__my-auto",myAuto:"dapp-core-component__main__my-auto","mr-auto":"dapp-core-component__main__mr-auto",mrAuto:"dapp-core-component__main__mr-auto","mb-auto":"dapp-core-component__main__mb-auto",mbAuto:"dapp-core-component__main__mb-auto","ml-auto":"dapp-core-component__main__ml-auto",mlAuto:"dapp-core-component__main__ml-auto","mr-lg-1":"dapp-core-component__main__mr-lg-1",mrLg1:"dapp-core-component__main__mr-lg-1","mr-lg-4":"dapp-core-component__main__mr-lg-4",mrLg4:"dapp-core-component__main__mr-lg-4","mx-lg-4":"dapp-core-component__main__mx-lg-4",mxLg4:"dapp-core-component__main__mx-lg-4","mb-xl-2":"dapp-core-component__main__mb-xl-2",mbXl2:"dapp-core-component__main__mb-xl-2","pr-sm-2":"dapp-core-component__main__pr-sm-2",prSm2:"dapp-core-component__main__pr-sm-2","px-sm-2":"dapp-core-component__main__px-sm-2",pxSm2:"dapp-core-component__main__px-sm-2","pr-xl-0":"dapp-core-component__main__pr-xl-0",prXl0:"dapp-core-component__main__pr-xl-0","px-xl-0":"dapp-core-component__main__px-xl-0",pxXl0:"dapp-core-component__main__px-xl-0",col:"dapp-core-component__main__col",row:"dapp-core-component__main__row","col-xl":"dapp-core-component__main__col-xl",colXl:"dapp-core-component__main__col-xl","col-xl-auto":"dapp-core-component__main__col-xl-auto",colXlAuto:"dapp-core-component__main__col-xl-auto","col-xl-12":"dapp-core-component__main__col-xl-12",colXl12:"dapp-core-component__main__col-xl-12","col-xl-11":"dapp-core-component__main__col-xl-11",colXl11:"dapp-core-component__main__col-xl-11","col-xl-10":"dapp-core-component__main__col-xl-10",colXl10:"dapp-core-component__main__col-xl-10","col-xl-9":"dapp-core-component__main__col-xl-9",colXl9:"dapp-core-component__main__col-xl-9","col-xl-8":"dapp-core-component__main__col-xl-8",colXl8:"dapp-core-component__main__col-xl-8","col-xl-7":"dapp-core-component__main__col-xl-7",colXl7:"dapp-core-component__main__col-xl-7","col-xl-6":"dapp-core-component__main__col-xl-6",colXl6:"dapp-core-component__main__col-xl-6","col-xl-5":"dapp-core-component__main__col-xl-5",colXl5:"dapp-core-component__main__col-xl-5","col-xl-4":"dapp-core-component__main__col-xl-4",colXl4:"dapp-core-component__main__col-xl-4","col-xl-3":"dapp-core-component__main__col-xl-3",colXl3:"dapp-core-component__main__col-xl-3","col-xl-2":"dapp-core-component__main__col-xl-2",colXl2:"dapp-core-component__main__col-xl-2","col-xl-1":"dapp-core-component__main__col-xl-1",colXl1:"dapp-core-component__main__col-xl-1","col-lg":"dapp-core-component__main__col-lg",colLg:"dapp-core-component__main__col-lg","col-lg-auto":"dapp-core-component__main__col-lg-auto",colLgAuto:"dapp-core-component__main__col-lg-auto","col-lg-12":"dapp-core-component__main__col-lg-12",colLg12:"dapp-core-component__main__col-lg-12","col-lg-11":"dapp-core-component__main__col-lg-11",colLg11:"dapp-core-component__main__col-lg-11","col-lg-10":"dapp-core-component__main__col-lg-10",colLg10:"dapp-core-component__main__col-lg-10","col-lg-9":"dapp-core-component__main__col-lg-9",colLg9:"dapp-core-component__main__col-lg-9","col-lg-8":"dapp-core-component__main__col-lg-8",colLg8:"dapp-core-component__main__col-lg-8","col-lg-7":"dapp-core-component__main__col-lg-7",colLg7:"dapp-core-component__main__col-lg-7","col-lg-6":"dapp-core-component__main__col-lg-6",colLg6:"dapp-core-component__main__col-lg-6","col-lg-5":"dapp-core-component__main__col-lg-5",colLg5:"dapp-core-component__main__col-lg-5","col-lg-4":"dapp-core-component__main__col-lg-4",colLg4:"dapp-core-component__main__col-lg-4","col-lg-3":"dapp-core-component__main__col-lg-3",colLg3:"dapp-core-component__main__col-lg-3","col-lg-2":"dapp-core-component__main__col-lg-2",colLg2:"dapp-core-component__main__col-lg-2","col-lg-1":"dapp-core-component__main__col-lg-1",colLg1:"dapp-core-component__main__col-lg-1","col-md":"dapp-core-component__main__col-md",colMd:"dapp-core-component__main__col-md","col-md-auto":"dapp-core-component__main__col-md-auto",colMdAuto:"dapp-core-component__main__col-md-auto","col-md-12":"dapp-core-component__main__col-md-12",colMd12:"dapp-core-component__main__col-md-12","col-md-11":"dapp-core-component__main__col-md-11",colMd11:"dapp-core-component__main__col-md-11","col-md-10":"dapp-core-component__main__col-md-10",colMd10:"dapp-core-component__main__col-md-10","col-md-9":"dapp-core-component__main__col-md-9",colMd9:"dapp-core-component__main__col-md-9","col-md-8":"dapp-core-component__main__col-md-8",colMd8:"dapp-core-component__main__col-md-8","col-md-7":"dapp-core-component__main__col-md-7",colMd7:"dapp-core-component__main__col-md-7","col-md-6":"dapp-core-component__main__col-md-6",colMd6:"dapp-core-component__main__col-md-6","col-md-5":"dapp-core-component__main__col-md-5",colMd5:"dapp-core-component__main__col-md-5","col-md-4":"dapp-core-component__main__col-md-4",colMd4:"dapp-core-component__main__col-md-4","col-md-3":"dapp-core-component__main__col-md-3",colMd3:"dapp-core-component__main__col-md-3","col-md-2":"dapp-core-component__main__col-md-2",colMd2:"dapp-core-component__main__col-md-2","col-md-1":"dapp-core-component__main__col-md-1",colMd1:"dapp-core-component__main__col-md-1","col-sm":"dapp-core-component__main__col-sm",colSm:"dapp-core-component__main__col-sm","col-sm-auto":"dapp-core-component__main__col-sm-auto",colSmAuto:"dapp-core-component__main__col-sm-auto","col-sm-12":"dapp-core-component__main__col-sm-12",colSm12:"dapp-core-component__main__col-sm-12","col-sm-11":"dapp-core-component__main__col-sm-11",colSm11:"dapp-core-component__main__col-sm-11","col-sm-10":"dapp-core-component__main__col-sm-10",colSm10:"dapp-core-component__main__col-sm-10","col-sm-9":"dapp-core-component__main__col-sm-9",colSm9:"dapp-core-component__main__col-sm-9","col-sm-8":"dapp-core-component__main__col-sm-8",colSm8:"dapp-core-component__main__col-sm-8","col-sm-7":"dapp-core-component__main__col-sm-7",colSm7:"dapp-core-component__main__col-sm-7","col-sm-6":"dapp-core-component__main__col-sm-6",colSm6:"dapp-core-component__main__col-sm-6","col-sm-5":"dapp-core-component__main__col-sm-5",colSm5:"dapp-core-component__main__col-sm-5","col-sm-4":"dapp-core-component__main__col-sm-4",colSm4:"dapp-core-component__main__col-sm-4","col-sm-3":"dapp-core-component__main__col-sm-3",colSm3:"dapp-core-component__main__col-sm-3","col-sm-2":"dapp-core-component__main__col-sm-2",colSm2:"dapp-core-component__main__col-sm-2","col-sm-1":"dapp-core-component__main__col-sm-1",colSm1:"dapp-core-component__main__col-sm-1","col-auto":"dapp-core-component__main__col-auto",colAuto:"dapp-core-component__main__col-auto","col-12":"dapp-core-component__main__col-12",col12:"dapp-core-component__main__col-12","col-11":"dapp-core-component__main__col-11",col11:"dapp-core-component__main__col-11","col-10":"dapp-core-component__main__col-10",col10:"dapp-core-component__main__col-10","col-9":"dapp-core-component__main__col-9",col9:"dapp-core-component__main__col-9","col-8":"dapp-core-component__main__col-8",col8:"dapp-core-component__main__col-8","col-7":"dapp-core-component__main__col-7",col7:"dapp-core-component__main__col-7","col-6":"dapp-core-component__main__col-6",col6:"dapp-core-component__main__col-6","col-5":"dapp-core-component__main__col-5",col5:"dapp-core-component__main__col-5","col-4":"dapp-core-component__main__col-4",col4:"dapp-core-component__main__col-4","col-3":"dapp-core-component__main__col-3",col3:"dapp-core-component__main__col-3","col-2":"dapp-core-component__main__col-2",col2:"dapp-core-component__main__col-2","col-1":"dapp-core-component__main__col-1",col1:"dapp-core-component__main__col-1","flex-row":"dapp-core-component__main__flex-row",flexRow:"dapp-core-component__main__flex-row","flex-column":"dapp-core-component__main__flex-column",flexColumn:"dapp-core-component__main__flex-column","flex-row-reverse":"dapp-core-component__main__flex-row-reverse",flexRowReverse:"dapp-core-component__main__flex-row-reverse","flex-column-reverse":"dapp-core-component__main__flex-column-reverse",flexColumnReverse:"dapp-core-component__main__flex-column-reverse","flex-wrap":"dapp-core-component__main__flex-wrap",flexWrap:"dapp-core-component__main__flex-wrap","flex-nowrap":"dapp-core-component__main__flex-nowrap",flexNowrap:"dapp-core-component__main__flex-nowrap","flex-wrap-reverse":"dapp-core-component__main__flex-wrap-reverse",flexWrapReverse:"dapp-core-component__main__flex-wrap-reverse","flex-fill":"dapp-core-component__main__flex-fill",flexFill:"dapp-core-component__main__flex-fill","flex-grow-0":"dapp-core-component__main__flex-grow-0",flexGrow0:"dapp-core-component__main__flex-grow-0","flex-grow-1":"dapp-core-component__main__flex-grow-1",flexGrow1:"dapp-core-component__main__flex-grow-1","flex-shrink-0":"dapp-core-component__main__flex-shrink-0",flexShrink0:"dapp-core-component__main__flex-shrink-0","flex-shrink-1":"dapp-core-component__main__flex-shrink-1",flexShrink1:"dapp-core-component__main__flex-shrink-1","justify-content-start":"dapp-core-component__main__justify-content-start",justifyContentStart:"dapp-core-component__main__justify-content-start","justify-content-end":"dapp-core-component__main__justify-content-end",justifyContentEnd:"dapp-core-component__main__justify-content-end","justify-content-center":"dapp-core-component__main__justify-content-center",justifyContentCenter:"dapp-core-component__main__justify-content-center","justify-content-between":"dapp-core-component__main__justify-content-between",justifyContentBetween:"dapp-core-component__main__justify-content-between","justify-content-around":"dapp-core-component__main__justify-content-around",justifyContentAround:"dapp-core-component__main__justify-content-around","align-items-start":"dapp-core-component__main__align-items-start",alignItemsStart:"dapp-core-component__main__align-items-start","align-items-end":"dapp-core-component__main__align-items-end",alignItemsEnd:"dapp-core-component__main__align-items-end","align-items-center":"dapp-core-component__main__align-items-center",alignItemsCenter:"dapp-core-component__main__align-items-center","align-items-baseline":"dapp-core-component__main__align-items-baseline",alignItemsBaseline:"dapp-core-component__main__align-items-baseline","align-items-stretch":"dapp-core-component__main__align-items-stretch",alignItemsStretch:"dapp-core-component__main__align-items-stretch","align-content-start":"dapp-core-component__main__align-content-start",alignContentStart:"dapp-core-component__main__align-content-start","align-content-end":"dapp-core-component__main__align-content-end",alignContentEnd:"dapp-core-component__main__align-content-end","align-content-center":"dapp-core-component__main__align-content-center",alignContentCenter:"dapp-core-component__main__align-content-center","align-content-between":"dapp-core-component__main__align-content-between",alignContentBetween:"dapp-core-component__main__align-content-between","align-content-around":"dapp-core-component__main__align-content-around",alignContentAround:"dapp-core-component__main__align-content-around","align-content-stretch":"dapp-core-component__main__align-content-stretch",alignContentStretch:"dapp-core-component__main__align-content-stretch","align-self-auto":"dapp-core-component__main__align-self-auto",alignSelfAuto:"dapp-core-component__main__align-self-auto","align-self-start":"dapp-core-component__main__align-self-start",alignSelfStart:"dapp-core-component__main__align-self-start","align-self-end":"dapp-core-component__main__align-self-end",alignSelfEnd:"dapp-core-component__main__align-self-end","align-self-center":"dapp-core-component__main__align-self-center",alignSelfCenter:"dapp-core-component__main__align-self-center","align-self-baseline":"dapp-core-component__main__align-self-baseline",alignSelfBaseline:"dapp-core-component__main__align-self-baseline","align-self-stretch":"dapp-core-component__main__align-self-stretch",alignSelfStretch:"dapp-core-component__main__align-self-stretch","flex-sm-row":"dapp-core-component__main__flex-sm-row",flexSmRow:"dapp-core-component__main__flex-sm-row","flex-lg-row":"dapp-core-component__main__flex-lg-row",flexLgRow:"dapp-core-component__main__flex-lg-row","flex-lg-wrap":"dapp-core-component__main__flex-lg-wrap",flexLgWrap:"dapp-core-component__main__flex-lg-wrap","form-check":"dapp-core-component__main__form-check",formCheck:"dapp-core-component__main__form-check","form-check-label":"dapp-core-component__main__form-check-label",formCheckLabel:"dapp-core-component__main__form-check-label","form-check-input":"dapp-core-component__main__form-check-input",formCheckInput:"dapp-core-component__main__form-check-input","form-group":"dapp-core-component__main__form-group",formGroup:"dapp-core-component__main__form-group","form-control":"dapp-core-component__main__form-control",formControl:"dapp-core-component__main__form-control","form-label":"dapp-core-component__main__form-label",formLabel:"dapp-core-component__main__form-label","form-text":"dapp-core-component__main__form-text",formText:"dapp-core-component__main__form-text",border:"dapp-core-component__main__border","border-top":"dapp-core-component__main__border-top",borderTop:"dapp-core-component__main__border-top","border-right":"dapp-core-component__main__border-right",borderRight:"dapp-core-component__main__border-right","border-bottom":"dapp-core-component__main__border-bottom",borderBottom:"dapp-core-component__main__border-bottom","border-left":"dapp-core-component__main__border-left",borderLeft:"dapp-core-component__main__border-left","border-0":"dapp-core-component__main__border-0",border0:"dapp-core-component__main__border-0","border-top-0":"dapp-core-component__main__border-top-0",borderTop0:"dapp-core-component__main__border-top-0","border-right-0":"dapp-core-component__main__border-right-0",borderRight0:"dapp-core-component__main__border-right-0","border-bottom-0":"dapp-core-component__main__border-bottom-0",borderBottom0:"dapp-core-component__main__border-bottom-0","border-left-0":"dapp-core-component__main__border-left-0",borderLeft0:"dapp-core-component__main__border-left-0","rounded-sm":"dapp-core-component__main__rounded-sm",roundedSm:"dapp-core-component__main__rounded-sm",rounded:"dapp-core-component__main__rounded","rounded-top":"dapp-core-component__main__rounded-top",roundedTop:"dapp-core-component__main__rounded-top","rounded-right":"dapp-core-component__main__rounded-right",roundedRight:"dapp-core-component__main__rounded-right","rounded-bottom":"dapp-core-component__main__rounded-bottom",roundedBottom:"dapp-core-component__main__rounded-bottom","rounded-left":"dapp-core-component__main__rounded-left",roundedLeft:"dapp-core-component__main__rounded-left","rounded-lg":"dapp-core-component__main__rounded-lg",roundedLg:"dapp-core-component__main__rounded-lg","rounded-circle":"dapp-core-component__main__rounded-circle",roundedCircle:"dapp-core-component__main__rounded-circle","rounded-pill":"dapp-core-component__main__rounded-pill",roundedPill:"dapp-core-component__main__rounded-pill","rounded-0":"dapp-core-component__main__rounded-0",rounded0:"dapp-core-component__main__rounded-0",h1:"dapp-core-component__main__h1",h2:"dapp-core-component__main__h2",h3:"dapp-core-component__main__h3",h4:"dapp-core-component__main__h4",h5:"dapp-core-component__main__h5",lead:"dapp-core-component__main__lead","bg-primary":"dapp-core-component__main__bg-primary",bgPrimary:"dapp-core-component__main__bg-primary","bg-warning":"dapp-core-component__main__bg-warning",bgWarning:"dapp-core-component__main__bg-warning",warning:"dapp-core-component__main__warning","bg-danger":"dapp-core-component__main__bg-danger",bgDanger:"dapp-core-component__main__bg-danger",danger:"dapp-core-component__main__danger","bg-success":"dapp-core-component__main__bg-success",bgSuccess:"dapp-core-component__main__bg-success",success:"dapp-core-component__main__success","position-relative":"dapp-core-component__main__position-relative",positionRelative:"dapp-core-component__main__position-relative","position-absolute":"dapp-core-component__main__position-absolute",positionAbsolute:"dapp-core-component__main__position-absolute","w-25":"dapp-core-component__main__w-25",w25:"dapp-core-component__main__w-25","w-50":"dapp-core-component__main__w-50",w50:"dapp-core-component__main__w-50","w-75":"dapp-core-component__main__w-75",w75:"dapp-core-component__main__w-75","w-100":"dapp-core-component__main__w-100",w100:"dapp-core-component__main__w-100","w-auto":"dapp-core-component__main__w-auto",wAuto:"dapp-core-component__main__w-auto","h-25":"dapp-core-component__main__h-25",h25:"dapp-core-component__main__h-25","h-50":"dapp-core-component__main__h-50",h50:"dapp-core-component__main__h-50","h-75":"dapp-core-component__main__h-75",h75:"dapp-core-component__main__h-75","h-100":"dapp-core-component__main__h-100",h100:"dapp-core-component__main__h-100","h-auto":"dapp-core-component__main__h-auto",hAuto:"dapp-core-component__main__h-auto","mw-100":"dapp-core-component__main__mw-100",mw100:"dapp-core-component__main__mw-100","mh-100":"dapp-core-component__main__mh-100",mh100:"dapp-core-component__main__mh-100","min-vw-100":"dapp-core-component__main__min-vw-100",minVw100:"dapp-core-component__main__min-vw-100","min-vh-100":"dapp-core-component__main__min-vh-100",minVh100:"dapp-core-component__main__min-vh-100","vw-100":"dapp-core-component__main__vw-100",vw100:"dapp-core-component__main__vw-100","vh-100":"dapp-core-component__main__vh-100",vh100:"dapp-core-component__main__vh-100","w-md-auto":"dapp-core-component__main__w-md-auto",wMdAuto:"dapp-core-component__main__w-md-auto","locked-icon":"dapp-core-component__main__locked-icon",lockedIcon:"dapp-core-component__main__locked-icon","shadow-sm":"dapp-core-component__main__shadow-sm",shadowSm:"dapp-core-component__main__shadow-sm",shadow:"dapp-core-component__main__shadow","shadow-lg":"dapp-core-component__main__shadow-lg",shadowLg:"dapp-core-component__main__shadow-lg","shadow-none":"dapp-core-component__main__shadow-none",shadowNone:"dapp-core-component__main__shadow-none","d-none":"dapp-core-component__main__d-none",dNone:"dapp-core-component__main__d-none","d-inline":"dapp-core-component__main__d-inline",dInline:"dapp-core-component__main__d-inline","d-inline-block":"dapp-core-component__main__d-inline-block",dInlineBlock:"dapp-core-component__main__d-inline-block","d-block":"dapp-core-component__main__d-block",dBlock:"dapp-core-component__main__d-block","d-table":"dapp-core-component__main__d-table",dTable:"dapp-core-component__main__d-table","d-table-row":"dapp-core-component__main__d-table-row",dTableRow:"dapp-core-component__main__d-table-row","d-table-cell":"dapp-core-component__main__d-table-cell",dTableCell:"dapp-core-component__main__d-table-cell","d-flex":"dapp-core-component__main__d-flex",dFlex:"dapp-core-component__main__d-flex","d-inline-flex":"dapp-core-component__main__d-inline-flex",dInlineFlex:"dapp-core-component__main__d-inline-flex","d-sm-flex":"dapp-core-component__main__d-sm-flex",dSmFlex:"dapp-core-component__main__d-sm-flex","table-sm":"dapp-core-component__main__table-sm",tableSm:"dapp-core-component__main__table-sm","table-bordered":"dapp-core-component__main__table-bordered",tableBordered:"dapp-core-component__main__table-bordered","table-borderless":"dapp-core-component__main__table-borderless",tableBorderless:"dapp-core-component__main__table-borderless","table-striped":"dapp-core-component__main__table-striped",tableStriped:"dapp-core-component__main__table-striped","thead-dark":"dapp-core-component__main__thead-dark",theadDark:"dapp-core-component__main__thead-dark","thead-light":"dapp-core-component__main__thead-light",theadLight:"dapp-core-component__main__thead-light","table-dark":"dapp-core-component__main__table-dark",tableDark:"dapp-core-component__main__table-dark","table-hover":"dapp-core-component__main__table-hover",tableHover:"dapp-core-component__main__table-hover","table-responsive":"dapp-core-component__main__table-responsive",tableResponsive:"dapp-core-component__main__table-responsive","transaction-hash":"dapp-core-component__main__transaction-hash",transactionHash:"dapp-core-component__main__transaction-hash","font-weight-light":"dapp-core-component__main__font-weight-light",fontWeightLight:"dapp-core-component__main__font-weight-light","font-weight-lighter":"dapp-core-component__main__font-weight-lighter",fontWeightLighter:"dapp-core-component__main__font-weight-lighter","font-weight-normal":"dapp-core-component__main__font-weight-normal",fontWeightNormal:"dapp-core-component__main__font-weight-normal","font-weight-medium":"dapp-core-component__main__font-weight-medium",fontWeightMedium:"dapp-core-component__main__font-weight-medium","font-weight-bold":"dapp-core-component__main__font-weight-bold",fontWeightBold:"dapp-core-component__main__font-weight-bold","font-weight-bolder":"dapp-core-component__main__font-weight-bolder",fontWeightBolder:"dapp-core-component__main__font-weight-bolder","font-italic":"dapp-core-component__main__font-italic",fontItalic:"dapp-core-component__main__font-italic","icon-state":"dapp-core-component__main__icon-state",iconState:"dapp-core-component__main__icon-state",half:"dapp-core-component__main__half","side-icon":"dapp-core-component__main__side-icon",sideIcon:"dapp-core-component__main__side-icon","toast-messages":"dapp-core-component__main__toast-messages",toastMessages:"dapp-core-component__main__toast-messages",toast:"dapp-core-component__main__toast",clickable:"dapp-core-component__main__clickable","toast-visible":"dapp-core-component__main__toast-visible",toastVisible:"dapp-core-component__main__toast-visible",progress:"dapp-core-component__main__progress","progress-bar":"dapp-core-component__main__progress-bar",progressBar:"dapp-core-component__main__progress-bar","content-height":"dapp-core-component__main__content-height",contentHeight:"dapp-core-component__main__content-height","tx-description":"dapp-core-component__main__tx-description",txDescription:"dapp-core-component__main__tx-description",close:"dapp-core-component__main__close","data-field":"dapp-core-component__main__data-field",dataField:"dapp-core-component__main__data-field",textarea:"dapp-core-component__main__textarea",highlighted:"dapp-core-component__main__highlighted","sc-call":"dapp-core-component__main__sc-call",scCall:"dapp-core-component__main__sc-call","small-font":"dapp-core-component__main__small-font",smallFont:"dapp-core-component__main__small-font","progress-steps":"dapp-core-component__main__progress-steps",progressSteps:"dapp-core-component__main__progress-steps",steps:"dapp-core-component__main__steps",dot:"dapp-core-component__main__dot","side-link":"dapp-core-component__main__side-link",sideLink:"dapp-core-component__main__side-link"};t();var am=`.dapp-core-component__loginButtonStyles__default-login-button {
|
|
2695
|
+
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(nm));var Ge={"link-style":"dapp-core-component__main__link-style",linkStyle:"dapp-core-component__main__link-style","link-second-style":"dapp-core-component__main__link-second-style",linkSecondStyle:"dapp-core-component__main__link-second-style",wrapper:"dapp-core-component__main__wrapper","opacity-6":"dapp-core-component__main__opacity-6",opacity6:"dapp-core-component__main__opacity-6","qr-code-svg-container":"dapp-core-component__main__qr-code-svg-container",qrCodeSvgContainer:"dapp-core-component__main__qr-code-svg-container","pair-list":"dapp-core-component__main__pair-list",pairList:"dapp-core-component__main__pair-list","pair-loader":"dapp-core-component__main__pair-loader",pairLoader:"dapp-core-component__main__pair-loader","pair-image":"dapp-core-component__main__pair-image",pairImage:"dapp-core-component__main__pair-image","pair-remove":"dapp-core-component__main__pair-remove",pairRemove:"dapp-core-component__main__pair-remove","dapp-icon":"dapp-core-component__main__dapp-icon",dappIcon:"dapp-core-component__main__dapp-icon","icon-medium":"dapp-core-component__main__icon-medium",iconMedium:"dapp-core-component__main__icon-medium",centering:"dapp-core-component__main__centering","border-n":"dapp-core-component__main__border-n",borderN:"dapp-core-component__main__border-n","t-shadow":"dapp-core-component__main__t-shadow",tShadow:"dapp-core-component__main__t-shadow",btn:"dapp-core-component__main__btn",media:"dapp-core-component__main__media","media-body":"dapp-core-component__main__media-body",mediaBody:"dapp-core-component__main__media-body","connect-btns":"dapp-core-component__main__connect-btns",connectBtns:"dapp-core-component__main__connect-btns",info:"dapp-core-component__main__info","trust-badge":"dapp-core-component__main__trust-badge",trustBadge:"dapp-core-component__main__trust-badge",navbar:"dapp-core-component__main__navbar","dapp-name":"dapp-core-component__main__dapp-name",dappName:"dapp-core-component__main__dapp-name","action-btn":"dapp-core-component__main__action-btn",actionBtn:"dapp-core-component__main__action-btn",transactions:"dapp-core-component__main__transactions","transaction-icon":"dapp-core-component__main__transaction-icon",transactionIcon:"dapp-core-component__main__transaction-icon",table:"dapp-core-component__main__table","page-state":"dapp-core-component__main__page-state",pageState:"dapp-core-component__main__page-state","lds-ellipsis":"dapp-core-component__main__lds-ellipsis",ldsEllipsis:"dapp-core-component__main__lds-ellipsis","bg-blue":"dapp-core-component__main__bg-blue",bgBlue:"dapp-core-component__main__bg-blue","lds-ellipsis1":"dapp-core-component__main__lds-ellipsis1",ldsEllipsis1:"dapp-core-component__main__lds-ellipsis1","lds-ellipsis2":"dapp-core-component__main__lds-ellipsis2",ldsEllipsis2:"dapp-core-component__main__lds-ellipsis2","lds-ellipsis3":"dapp-core-component__main__lds-ellipsis3",ldsEllipsis3:"dapp-core-component__main__lds-ellipsis3",focus:"dapp-core-component__main__focus",disabled:"dapp-core-component__main__disabled","btn-primary":"dapp-core-component__main__btn-primary",btnPrimary:"dapp-core-component__main__btn-primary","btn-secondary":"dapp-core-component__main__btn-secondary",btnSecondary:"dapp-core-component__main__btn-secondary","btn-warning":"dapp-core-component__main__btn-warning",btnWarning:"dapp-core-component__main__btn-warning","btn-dark":"dapp-core-component__main__btn-dark",btnDark:"dapp-core-component__main__btn-dark","btn-link":"dapp-core-component__main__btn-link",btnLink:"dapp-core-component__main__btn-link","btn-light":"dapp-core-component__main__btn-light",btnLight:"dapp-core-component__main__btn-light",badge:"dapp-core-component__main__badge","badge-pill":"dapp-core-component__main__badge-pill",badgePill:"dapp-core-component__main__badge-pill","badge-primary":"dapp-core-component__main__badge-primary",badgePrimary:"dapp-core-component__main__badge-primary","badge-secondary":"dapp-core-component__main__badge-secondary",badgeSecondary:"dapp-core-component__main__badge-secondary","badge-success":"dapp-core-component__main__badge-success",badgeSuccess:"dapp-core-component__main__badge-success","badge-info":"dapp-core-component__main__badge-info",badgeInfo:"dapp-core-component__main__badge-info","badge-warning":"dapp-core-component__main__badge-warning",badgeWarning:"dapp-core-component__main__badge-warning","badge-danger":"dapp-core-component__main__badge-danger",badgeDanger:"dapp-core-component__main__badge-danger","badge-light":"dapp-core-component__main__badge-light",badgeLight:"dapp-core-component__main__badge-light","badge-dark":"dapp-core-component__main__badge-dark",badgeDark:"dapp-core-component__main__badge-dark",card:"dapp-core-component__main__card","list-group":"dapp-core-component__main__list-group",listGroup:"dapp-core-component__main__list-group","card-header":"dapp-core-component__main__card-header",cardHeader:"dapp-core-component__main__card-header","card-footer":"dapp-core-component__main__card-footer",cardFooter:"dapp-core-component__main__card-footer","card-header-item":"dapp-core-component__main__card-header-item",cardHeaderItem:"dapp-core-component__main__card-header-item",h6:"dapp-core-component__main__h6",compact:"dapp-core-component__main__compact","card-body":"dapp-core-component__main__card-body",cardBody:"dapp-core-component__main__card-body","card-title":"dapp-core-component__main__card-title",cardTitle:"dapp-core-component__main__card-title","card-subtitle":"dapp-core-component__main__card-subtitle",cardSubtitle:"dapp-core-component__main__card-subtitle","card-text":"dapp-core-component__main__card-text",cardText:"dapp-core-component__main__card-text","card-link":"dapp-core-component__main__card-link",cardLink:"dapp-core-component__main__card-link",text:"dapp-core-component__main__text","text-white":"dapp-core-component__main__text-white",textWhite:"dapp-core-component__main__text-white","text-monospace":"dapp-core-component__main__text-monospace",textMonospace:"dapp-core-component__main__text-monospace","trim-size-xl":"dapp-core-component__main__trim-size-xl",trimSizeXl:"dapp-core-component__main__trim-size-xl",trim:"dapp-core-component__main__trim","trim-only-sm":"dapp-core-component__main__trim-only-sm",trimOnlySm:"dapp-core-component__main__trim-only-sm","text-justify":"dapp-core-component__main__text-justify",textJustify:"dapp-core-component__main__text-justify","text-wrap":"dapp-core-component__main__text-wrap",textWrap:"dapp-core-component__main__text-wrap","text-nowrap":"dapp-core-component__main__text-nowrap",textNowrap:"dapp-core-component__main__text-nowrap","text-truncate":"dapp-core-component__main__text-truncate",textTruncate:"dapp-core-component__main__text-truncate","text-left":"dapp-core-component__main__text-left",textLeft:"dapp-core-component__main__text-left","text-right":"dapp-core-component__main__text-right",textRight:"dapp-core-component__main__text-right","text-center":"dapp-core-component__main__text-center",textCenter:"dapp-core-component__main__text-center","text-primary":"dapp-core-component__main__text-primary",textPrimary:"dapp-core-component__main__text-primary","text-secondary":"dapp-core-component__main__text-secondary",textSecondary:"dapp-core-component__main__text-secondary","text-primary-highlight":"dapp-core-component__main__text-primary-highlight",textPrimaryHighlight:"dapp-core-component__main__text-primary-highlight","text-muted":"dapp-core-component__main__text-muted",textMuted:"dapp-core-component__main__text-muted","text-success":"dapp-core-component__main__text-success",textSuccess:"dapp-core-component__main__text-success","text-body":"dapp-core-component__main__text-body",textBody:"dapp-core-component__main__text-body","text-black-50":"dapp-core-component__main__text-black-50",textBlack50:"dapp-core-component__main__text-black-50","text-white-50":"dapp-core-component__main__text-white-50",textWhite50:"dapp-core-component__main__text-white-50","text-lg-right":"dapp-core-component__main__text-lg-right",textLgRight:"dapp-core-component__main__text-lg-right","text-hide":"dapp-core-component__main__text-hide",textHide:"dapp-core-component__main__text-hide","text-decoration-none":"dapp-core-component__main__text-decoration-none",textDecorationNone:"dapp-core-component__main__text-decoration-none","text-break":"dapp-core-component__main__text-break",textBreak:"dapp-core-component__main__text-break","text-reset":"dapp-core-component__main__text-reset",textReset:"dapp-core-component__main__text-reset","text-lowercase":"dapp-core-component__main__text-lowercase",textLowercase:"dapp-core-component__main__text-lowercase","text-uppercase":"dapp-core-component__main__text-uppercase",textUppercase:"dapp-core-component__main__text-uppercase","text-capitalize":"dapp-core-component__main__text-capitalize",textCapitalize:"dapp-core-component__main__text-capitalize","text-danger":"dapp-core-component__main__text-danger",textDanger:"dapp-core-component__main__text-danger","text-warning":"dapp-core-component__main__text-warning",textWarning:"dapp-core-component__main__text-warning","trim-fs-sm":"dapp-core-component__main__trim-fs-sm",trimFsSm:"dapp-core-component__main__trim-fs-sm","mx-auto":"dapp-core-component__main__mx-auto",mxAuto:"dapp-core-component__main__mx-auto","m-0":"dapp-core-component__main__m-0",m0:"dapp-core-component__main__m-0","mt-0":"dapp-core-component__main__mt-0",mt0:"dapp-core-component__main__mt-0","my-0":"dapp-core-component__main__my-0",my0:"dapp-core-component__main__my-0","mr-0":"dapp-core-component__main__mr-0",mr0:"dapp-core-component__main__mr-0","mx-0":"dapp-core-component__main__mx-0",mx0:"dapp-core-component__main__mx-0","mb-0":"dapp-core-component__main__mb-0",mb0:"dapp-core-component__main__mb-0","ml-0":"dapp-core-component__main__ml-0",ml0:"dapp-core-component__main__ml-0","m-1":"dapp-core-component__main__m-1",m1:"dapp-core-component__main__m-1","mt-1":"dapp-core-component__main__mt-1",mt1:"dapp-core-component__main__mt-1","my-1":"dapp-core-component__main__my-1",my1:"dapp-core-component__main__my-1","mr-1":"dapp-core-component__main__mr-1",mr1:"dapp-core-component__main__mr-1","mx-1":"dapp-core-component__main__mx-1",mx1:"dapp-core-component__main__mx-1","mb-1":"dapp-core-component__main__mb-1",mb1:"dapp-core-component__main__mb-1","ml-1":"dapp-core-component__main__ml-1",ml1:"dapp-core-component__main__ml-1","m-2":"dapp-core-component__main__m-2",m2:"dapp-core-component__main__m-2","mt-2":"dapp-core-component__main__mt-2",mt2:"dapp-core-component__main__mt-2","my-2":"dapp-core-component__main__my-2",my2:"dapp-core-component__main__my-2","mr-2":"dapp-core-component__main__mr-2",mr2:"dapp-core-component__main__mr-2","mx-2":"dapp-core-component__main__mx-2",mx2:"dapp-core-component__main__mx-2","mb-2":"dapp-core-component__main__mb-2",mb2:"dapp-core-component__main__mb-2","ml-2":"dapp-core-component__main__ml-2",ml2:"dapp-core-component__main__ml-2","m-3":"dapp-core-component__main__m-3",m3:"dapp-core-component__main__m-3","mt-3":"dapp-core-component__main__mt-3",mt3:"dapp-core-component__main__mt-3","my-3":"dapp-core-component__main__my-3",my3:"dapp-core-component__main__my-3","mr-3":"dapp-core-component__main__mr-3",mr3:"dapp-core-component__main__mr-3","mx-3":"dapp-core-component__main__mx-3",mx3:"dapp-core-component__main__mx-3","mb-3":"dapp-core-component__main__mb-3",mb3:"dapp-core-component__main__mb-3","ml-3":"dapp-core-component__main__ml-3",ml3:"dapp-core-component__main__ml-3","m-4":"dapp-core-component__main__m-4",m4:"dapp-core-component__main__m-4","mt-4":"dapp-core-component__main__mt-4",mt4:"dapp-core-component__main__mt-4","my-4":"dapp-core-component__main__my-4",my4:"dapp-core-component__main__my-4","mr-4":"dapp-core-component__main__mr-4",mr4:"dapp-core-component__main__mr-4","mx-4":"dapp-core-component__main__mx-4",mx4:"dapp-core-component__main__mx-4","mb-4":"dapp-core-component__main__mb-4",mb4:"dapp-core-component__main__mb-4","ml-4":"dapp-core-component__main__ml-4",ml4:"dapp-core-component__main__ml-4","m-5":"dapp-core-component__main__m-5",m5:"dapp-core-component__main__m-5","mt-5":"dapp-core-component__main__mt-5",mt5:"dapp-core-component__main__mt-5","my-5":"dapp-core-component__main__my-5",my5:"dapp-core-component__main__my-5","mr-5":"dapp-core-component__main__mr-5",mr5:"dapp-core-component__main__mr-5","mx-5":"dapp-core-component__main__mx-5",mx5:"dapp-core-component__main__mx-5","mb-5":"dapp-core-component__main__mb-5",mb5:"dapp-core-component__main__mb-5","ml-5":"dapp-core-component__main__ml-5",ml5:"dapp-core-component__main__ml-5","p-0":"dapp-core-component__main__p-0",p0:"dapp-core-component__main__p-0","pt-0":"dapp-core-component__main__pt-0",pt0:"dapp-core-component__main__pt-0","py-0":"dapp-core-component__main__py-0",py0:"dapp-core-component__main__py-0","pr-0":"dapp-core-component__main__pr-0",pr0:"dapp-core-component__main__pr-0","px-0":"dapp-core-component__main__px-0",px0:"dapp-core-component__main__px-0","pb-0":"dapp-core-component__main__pb-0",pb0:"dapp-core-component__main__pb-0","pl-0":"dapp-core-component__main__pl-0",pl0:"dapp-core-component__main__pl-0","p-1":"dapp-core-component__main__p-1",p1:"dapp-core-component__main__p-1","pt-1":"dapp-core-component__main__pt-1",pt1:"dapp-core-component__main__pt-1","py-1":"dapp-core-component__main__py-1",py1:"dapp-core-component__main__py-1","pr-1":"dapp-core-component__main__pr-1",pr1:"dapp-core-component__main__pr-1","px-1":"dapp-core-component__main__px-1",px1:"dapp-core-component__main__px-1","pb-1":"dapp-core-component__main__pb-1",pb1:"dapp-core-component__main__pb-1","pl-1":"dapp-core-component__main__pl-1",pl1:"dapp-core-component__main__pl-1","p-2":"dapp-core-component__main__p-2",p2:"dapp-core-component__main__p-2","pt-2":"dapp-core-component__main__pt-2",pt2:"dapp-core-component__main__pt-2","py-2":"dapp-core-component__main__py-2",py2:"dapp-core-component__main__py-2","pr-2":"dapp-core-component__main__pr-2",pr2:"dapp-core-component__main__pr-2","px-2":"dapp-core-component__main__px-2",px2:"dapp-core-component__main__px-2","pb-2":"dapp-core-component__main__pb-2",pb2:"dapp-core-component__main__pb-2","pl-2":"dapp-core-component__main__pl-2",pl2:"dapp-core-component__main__pl-2","p-3":"dapp-core-component__main__p-3",p3:"dapp-core-component__main__p-3","pt-3":"dapp-core-component__main__pt-3",pt3:"dapp-core-component__main__pt-3","py-3":"dapp-core-component__main__py-3",py3:"dapp-core-component__main__py-3","pr-3":"dapp-core-component__main__pr-3",pr3:"dapp-core-component__main__pr-3","px-3":"dapp-core-component__main__px-3",px3:"dapp-core-component__main__px-3","pb-3":"dapp-core-component__main__pb-3",pb3:"dapp-core-component__main__pb-3","pl-3":"dapp-core-component__main__pl-3",pl3:"dapp-core-component__main__pl-3","p-4":"dapp-core-component__main__p-4",p4:"dapp-core-component__main__p-4","pt-4":"dapp-core-component__main__pt-4",pt4:"dapp-core-component__main__pt-4","py-4":"dapp-core-component__main__py-4",py4:"dapp-core-component__main__py-4","pr-4":"dapp-core-component__main__pr-4",pr4:"dapp-core-component__main__pr-4","px-4":"dapp-core-component__main__px-4",px4:"dapp-core-component__main__px-4","pb-4":"dapp-core-component__main__pb-4",pb4:"dapp-core-component__main__pb-4","pl-4":"dapp-core-component__main__pl-4",pl4:"dapp-core-component__main__pl-4","p-5":"dapp-core-component__main__p-5",p5:"dapp-core-component__main__p-5","pt-5":"dapp-core-component__main__pt-5",pt5:"dapp-core-component__main__pt-5","py-5":"dapp-core-component__main__py-5",py5:"dapp-core-component__main__py-5","pr-5":"dapp-core-component__main__pr-5",pr5:"dapp-core-component__main__pr-5","px-5":"dapp-core-component__main__px-5",px5:"dapp-core-component__main__px-5","pb-5":"dapp-core-component__main__pb-5",pb5:"dapp-core-component__main__pb-5","pl-5":"dapp-core-component__main__pl-5",pl5:"dapp-core-component__main__pl-5","m-n1":"dapp-core-component__main__m-n1",mN1:"dapp-core-component__main__m-n1","mt-n1":"dapp-core-component__main__mt-n1",mtN1:"dapp-core-component__main__mt-n1","my-n1":"dapp-core-component__main__my-n1",myN1:"dapp-core-component__main__my-n1","mr-n1":"dapp-core-component__main__mr-n1",mrN1:"dapp-core-component__main__mr-n1","mx-n1":"dapp-core-component__main__mx-n1",mxN1:"dapp-core-component__main__mx-n1","mb-n1":"dapp-core-component__main__mb-n1",mbN1:"dapp-core-component__main__mb-n1","ml-n1":"dapp-core-component__main__ml-n1",mlN1:"dapp-core-component__main__ml-n1","m-n2":"dapp-core-component__main__m-n2",mN2:"dapp-core-component__main__m-n2","mt-n2":"dapp-core-component__main__mt-n2",mtN2:"dapp-core-component__main__mt-n2","my-n2":"dapp-core-component__main__my-n2",myN2:"dapp-core-component__main__my-n2","mr-n2":"dapp-core-component__main__mr-n2",mrN2:"dapp-core-component__main__mr-n2","mx-n2":"dapp-core-component__main__mx-n2",mxN2:"dapp-core-component__main__mx-n2","mb-n2":"dapp-core-component__main__mb-n2",mbN2:"dapp-core-component__main__mb-n2","ml-n2":"dapp-core-component__main__ml-n2",mlN2:"dapp-core-component__main__ml-n2","m-n3":"dapp-core-component__main__m-n3",mN3:"dapp-core-component__main__m-n3","mt-n3":"dapp-core-component__main__mt-n3",mtN3:"dapp-core-component__main__mt-n3","my-n3":"dapp-core-component__main__my-n3",myN3:"dapp-core-component__main__my-n3","mr-n3":"dapp-core-component__main__mr-n3",mrN3:"dapp-core-component__main__mr-n3","mx-n3":"dapp-core-component__main__mx-n3",mxN3:"dapp-core-component__main__mx-n3","mb-n3":"dapp-core-component__main__mb-n3",mbN3:"dapp-core-component__main__mb-n3","ml-n3":"dapp-core-component__main__ml-n3",mlN3:"dapp-core-component__main__ml-n3","m-n4":"dapp-core-component__main__m-n4",mN4:"dapp-core-component__main__m-n4","mt-n4":"dapp-core-component__main__mt-n4",mtN4:"dapp-core-component__main__mt-n4","my-n4":"dapp-core-component__main__my-n4",myN4:"dapp-core-component__main__my-n4","mr-n4":"dapp-core-component__main__mr-n4",mrN4:"dapp-core-component__main__mr-n4","mx-n4":"dapp-core-component__main__mx-n4",mxN4:"dapp-core-component__main__mx-n4","mb-n4":"dapp-core-component__main__mb-n4",mbN4:"dapp-core-component__main__mb-n4","ml-n4":"dapp-core-component__main__ml-n4",mlN4:"dapp-core-component__main__ml-n4","m-n5":"dapp-core-component__main__m-n5",mN5:"dapp-core-component__main__m-n5","mt-n5":"dapp-core-component__main__mt-n5",mtN5:"dapp-core-component__main__mt-n5","my-n5":"dapp-core-component__main__my-n5",myN5:"dapp-core-component__main__my-n5","mr-n5":"dapp-core-component__main__mr-n5",mrN5:"dapp-core-component__main__mr-n5","mx-n5":"dapp-core-component__main__mx-n5",mxN5:"dapp-core-component__main__mx-n5","mb-n5":"dapp-core-component__main__mb-n5",mbN5:"dapp-core-component__main__mb-n5","ml-n5":"dapp-core-component__main__ml-n5",mlN5:"dapp-core-component__main__ml-n5","m-auto":"dapp-core-component__main__m-auto",mAuto:"dapp-core-component__main__m-auto","mt-auto":"dapp-core-component__main__mt-auto",mtAuto:"dapp-core-component__main__mt-auto","my-auto":"dapp-core-component__main__my-auto",myAuto:"dapp-core-component__main__my-auto","mr-auto":"dapp-core-component__main__mr-auto",mrAuto:"dapp-core-component__main__mr-auto","mb-auto":"dapp-core-component__main__mb-auto",mbAuto:"dapp-core-component__main__mb-auto","ml-auto":"dapp-core-component__main__ml-auto",mlAuto:"dapp-core-component__main__ml-auto","mr-lg-1":"dapp-core-component__main__mr-lg-1",mrLg1:"dapp-core-component__main__mr-lg-1","mr-lg-4":"dapp-core-component__main__mr-lg-4",mrLg4:"dapp-core-component__main__mr-lg-4","mx-lg-4":"dapp-core-component__main__mx-lg-4",mxLg4:"dapp-core-component__main__mx-lg-4","mb-xl-2":"dapp-core-component__main__mb-xl-2",mbXl2:"dapp-core-component__main__mb-xl-2","pr-sm-2":"dapp-core-component__main__pr-sm-2",prSm2:"dapp-core-component__main__pr-sm-2","px-sm-2":"dapp-core-component__main__px-sm-2",pxSm2:"dapp-core-component__main__px-sm-2","pr-xl-0":"dapp-core-component__main__pr-xl-0",prXl0:"dapp-core-component__main__pr-xl-0","px-xl-0":"dapp-core-component__main__px-xl-0",pxXl0:"dapp-core-component__main__px-xl-0",col:"dapp-core-component__main__col",row:"dapp-core-component__main__row","col-xl":"dapp-core-component__main__col-xl",colXl:"dapp-core-component__main__col-xl","col-xl-auto":"dapp-core-component__main__col-xl-auto",colXlAuto:"dapp-core-component__main__col-xl-auto","col-xl-12":"dapp-core-component__main__col-xl-12",colXl12:"dapp-core-component__main__col-xl-12","col-xl-11":"dapp-core-component__main__col-xl-11",colXl11:"dapp-core-component__main__col-xl-11","col-xl-10":"dapp-core-component__main__col-xl-10",colXl10:"dapp-core-component__main__col-xl-10","col-xl-9":"dapp-core-component__main__col-xl-9",colXl9:"dapp-core-component__main__col-xl-9","col-xl-8":"dapp-core-component__main__col-xl-8",colXl8:"dapp-core-component__main__col-xl-8","col-xl-7":"dapp-core-component__main__col-xl-7",colXl7:"dapp-core-component__main__col-xl-7","col-xl-6":"dapp-core-component__main__col-xl-6",colXl6:"dapp-core-component__main__col-xl-6","col-xl-5":"dapp-core-component__main__col-xl-5",colXl5:"dapp-core-component__main__col-xl-5","col-xl-4":"dapp-core-component__main__col-xl-4",colXl4:"dapp-core-component__main__col-xl-4","col-xl-3":"dapp-core-component__main__col-xl-3",colXl3:"dapp-core-component__main__col-xl-3","col-xl-2":"dapp-core-component__main__col-xl-2",colXl2:"dapp-core-component__main__col-xl-2","col-xl-1":"dapp-core-component__main__col-xl-1",colXl1:"dapp-core-component__main__col-xl-1","col-lg":"dapp-core-component__main__col-lg",colLg:"dapp-core-component__main__col-lg","col-lg-auto":"dapp-core-component__main__col-lg-auto",colLgAuto:"dapp-core-component__main__col-lg-auto","col-lg-12":"dapp-core-component__main__col-lg-12",colLg12:"dapp-core-component__main__col-lg-12","col-lg-11":"dapp-core-component__main__col-lg-11",colLg11:"dapp-core-component__main__col-lg-11","col-lg-10":"dapp-core-component__main__col-lg-10",colLg10:"dapp-core-component__main__col-lg-10","col-lg-9":"dapp-core-component__main__col-lg-9",colLg9:"dapp-core-component__main__col-lg-9","col-lg-8":"dapp-core-component__main__col-lg-8",colLg8:"dapp-core-component__main__col-lg-8","col-lg-7":"dapp-core-component__main__col-lg-7",colLg7:"dapp-core-component__main__col-lg-7","col-lg-6":"dapp-core-component__main__col-lg-6",colLg6:"dapp-core-component__main__col-lg-6","col-lg-5":"dapp-core-component__main__col-lg-5",colLg5:"dapp-core-component__main__col-lg-5","col-lg-4":"dapp-core-component__main__col-lg-4",colLg4:"dapp-core-component__main__col-lg-4","col-lg-3":"dapp-core-component__main__col-lg-3",colLg3:"dapp-core-component__main__col-lg-3","col-lg-2":"dapp-core-component__main__col-lg-2",colLg2:"dapp-core-component__main__col-lg-2","col-lg-1":"dapp-core-component__main__col-lg-1",colLg1:"dapp-core-component__main__col-lg-1","col-md":"dapp-core-component__main__col-md",colMd:"dapp-core-component__main__col-md","col-md-auto":"dapp-core-component__main__col-md-auto",colMdAuto:"dapp-core-component__main__col-md-auto","col-md-12":"dapp-core-component__main__col-md-12",colMd12:"dapp-core-component__main__col-md-12","col-md-11":"dapp-core-component__main__col-md-11",colMd11:"dapp-core-component__main__col-md-11","col-md-10":"dapp-core-component__main__col-md-10",colMd10:"dapp-core-component__main__col-md-10","col-md-9":"dapp-core-component__main__col-md-9",colMd9:"dapp-core-component__main__col-md-9","col-md-8":"dapp-core-component__main__col-md-8",colMd8:"dapp-core-component__main__col-md-8","col-md-7":"dapp-core-component__main__col-md-7",colMd7:"dapp-core-component__main__col-md-7","col-md-6":"dapp-core-component__main__col-md-6",colMd6:"dapp-core-component__main__col-md-6","col-md-5":"dapp-core-component__main__col-md-5",colMd5:"dapp-core-component__main__col-md-5","col-md-4":"dapp-core-component__main__col-md-4",colMd4:"dapp-core-component__main__col-md-4","col-md-3":"dapp-core-component__main__col-md-3",colMd3:"dapp-core-component__main__col-md-3","col-md-2":"dapp-core-component__main__col-md-2",colMd2:"dapp-core-component__main__col-md-2","col-md-1":"dapp-core-component__main__col-md-1",colMd1:"dapp-core-component__main__col-md-1","col-sm":"dapp-core-component__main__col-sm",colSm:"dapp-core-component__main__col-sm","col-sm-auto":"dapp-core-component__main__col-sm-auto",colSmAuto:"dapp-core-component__main__col-sm-auto","col-sm-12":"dapp-core-component__main__col-sm-12",colSm12:"dapp-core-component__main__col-sm-12","col-sm-11":"dapp-core-component__main__col-sm-11",colSm11:"dapp-core-component__main__col-sm-11","col-sm-10":"dapp-core-component__main__col-sm-10",colSm10:"dapp-core-component__main__col-sm-10","col-sm-9":"dapp-core-component__main__col-sm-9",colSm9:"dapp-core-component__main__col-sm-9","col-sm-8":"dapp-core-component__main__col-sm-8",colSm8:"dapp-core-component__main__col-sm-8","col-sm-7":"dapp-core-component__main__col-sm-7",colSm7:"dapp-core-component__main__col-sm-7","col-sm-6":"dapp-core-component__main__col-sm-6",colSm6:"dapp-core-component__main__col-sm-6","col-sm-5":"dapp-core-component__main__col-sm-5",colSm5:"dapp-core-component__main__col-sm-5","col-sm-4":"dapp-core-component__main__col-sm-4",colSm4:"dapp-core-component__main__col-sm-4","col-sm-3":"dapp-core-component__main__col-sm-3",colSm3:"dapp-core-component__main__col-sm-3","col-sm-2":"dapp-core-component__main__col-sm-2",colSm2:"dapp-core-component__main__col-sm-2","col-sm-1":"dapp-core-component__main__col-sm-1",colSm1:"dapp-core-component__main__col-sm-1","col-auto":"dapp-core-component__main__col-auto",colAuto:"dapp-core-component__main__col-auto","col-12":"dapp-core-component__main__col-12",col12:"dapp-core-component__main__col-12","col-11":"dapp-core-component__main__col-11",col11:"dapp-core-component__main__col-11","col-10":"dapp-core-component__main__col-10",col10:"dapp-core-component__main__col-10","col-9":"dapp-core-component__main__col-9",col9:"dapp-core-component__main__col-9","col-8":"dapp-core-component__main__col-8",col8:"dapp-core-component__main__col-8","col-7":"dapp-core-component__main__col-7",col7:"dapp-core-component__main__col-7","col-6":"dapp-core-component__main__col-6",col6:"dapp-core-component__main__col-6","col-5":"dapp-core-component__main__col-5",col5:"dapp-core-component__main__col-5","col-4":"dapp-core-component__main__col-4",col4:"dapp-core-component__main__col-4","col-3":"dapp-core-component__main__col-3",col3:"dapp-core-component__main__col-3","col-2":"dapp-core-component__main__col-2",col2:"dapp-core-component__main__col-2","col-1":"dapp-core-component__main__col-1",col1:"dapp-core-component__main__col-1","flex-row":"dapp-core-component__main__flex-row",flexRow:"dapp-core-component__main__flex-row","flex-column":"dapp-core-component__main__flex-column",flexColumn:"dapp-core-component__main__flex-column","flex-row-reverse":"dapp-core-component__main__flex-row-reverse",flexRowReverse:"dapp-core-component__main__flex-row-reverse","flex-column-reverse":"dapp-core-component__main__flex-column-reverse",flexColumnReverse:"dapp-core-component__main__flex-column-reverse","flex-wrap":"dapp-core-component__main__flex-wrap",flexWrap:"dapp-core-component__main__flex-wrap","flex-nowrap":"dapp-core-component__main__flex-nowrap",flexNowrap:"dapp-core-component__main__flex-nowrap","flex-wrap-reverse":"dapp-core-component__main__flex-wrap-reverse",flexWrapReverse:"dapp-core-component__main__flex-wrap-reverse","flex-fill":"dapp-core-component__main__flex-fill",flexFill:"dapp-core-component__main__flex-fill","flex-grow-0":"dapp-core-component__main__flex-grow-0",flexGrow0:"dapp-core-component__main__flex-grow-0","flex-grow-1":"dapp-core-component__main__flex-grow-1",flexGrow1:"dapp-core-component__main__flex-grow-1","flex-shrink-0":"dapp-core-component__main__flex-shrink-0",flexShrink0:"dapp-core-component__main__flex-shrink-0","flex-shrink-1":"dapp-core-component__main__flex-shrink-1",flexShrink1:"dapp-core-component__main__flex-shrink-1","justify-content-start":"dapp-core-component__main__justify-content-start",justifyContentStart:"dapp-core-component__main__justify-content-start","justify-content-end":"dapp-core-component__main__justify-content-end",justifyContentEnd:"dapp-core-component__main__justify-content-end","justify-content-center":"dapp-core-component__main__justify-content-center",justifyContentCenter:"dapp-core-component__main__justify-content-center","justify-content-between":"dapp-core-component__main__justify-content-between",justifyContentBetween:"dapp-core-component__main__justify-content-between","justify-content-around":"dapp-core-component__main__justify-content-around",justifyContentAround:"dapp-core-component__main__justify-content-around","align-items-start":"dapp-core-component__main__align-items-start",alignItemsStart:"dapp-core-component__main__align-items-start","align-items-end":"dapp-core-component__main__align-items-end",alignItemsEnd:"dapp-core-component__main__align-items-end","align-items-center":"dapp-core-component__main__align-items-center",alignItemsCenter:"dapp-core-component__main__align-items-center","align-items-baseline":"dapp-core-component__main__align-items-baseline",alignItemsBaseline:"dapp-core-component__main__align-items-baseline","align-items-stretch":"dapp-core-component__main__align-items-stretch",alignItemsStretch:"dapp-core-component__main__align-items-stretch","align-content-start":"dapp-core-component__main__align-content-start",alignContentStart:"dapp-core-component__main__align-content-start","align-content-end":"dapp-core-component__main__align-content-end",alignContentEnd:"dapp-core-component__main__align-content-end","align-content-center":"dapp-core-component__main__align-content-center",alignContentCenter:"dapp-core-component__main__align-content-center","align-content-between":"dapp-core-component__main__align-content-between",alignContentBetween:"dapp-core-component__main__align-content-between","align-content-around":"dapp-core-component__main__align-content-around",alignContentAround:"dapp-core-component__main__align-content-around","align-content-stretch":"dapp-core-component__main__align-content-stretch",alignContentStretch:"dapp-core-component__main__align-content-stretch","align-self-auto":"dapp-core-component__main__align-self-auto",alignSelfAuto:"dapp-core-component__main__align-self-auto","align-self-start":"dapp-core-component__main__align-self-start",alignSelfStart:"dapp-core-component__main__align-self-start","align-self-end":"dapp-core-component__main__align-self-end",alignSelfEnd:"dapp-core-component__main__align-self-end","align-self-center":"dapp-core-component__main__align-self-center",alignSelfCenter:"dapp-core-component__main__align-self-center","align-self-baseline":"dapp-core-component__main__align-self-baseline",alignSelfBaseline:"dapp-core-component__main__align-self-baseline","align-self-stretch":"dapp-core-component__main__align-self-stretch",alignSelfStretch:"dapp-core-component__main__align-self-stretch","flex-sm-row":"dapp-core-component__main__flex-sm-row",flexSmRow:"dapp-core-component__main__flex-sm-row","flex-lg-row":"dapp-core-component__main__flex-lg-row",flexLgRow:"dapp-core-component__main__flex-lg-row","flex-lg-wrap":"dapp-core-component__main__flex-lg-wrap",flexLgWrap:"dapp-core-component__main__flex-lg-wrap","form-check":"dapp-core-component__main__form-check",formCheck:"dapp-core-component__main__form-check","form-check-label":"dapp-core-component__main__form-check-label",formCheckLabel:"dapp-core-component__main__form-check-label","form-check-input":"dapp-core-component__main__form-check-input",formCheckInput:"dapp-core-component__main__form-check-input","form-group":"dapp-core-component__main__form-group",formGroup:"dapp-core-component__main__form-group","form-control":"dapp-core-component__main__form-control",formControl:"dapp-core-component__main__form-control","form-label":"dapp-core-component__main__form-label",formLabel:"dapp-core-component__main__form-label","form-text":"dapp-core-component__main__form-text",formText:"dapp-core-component__main__form-text",border:"dapp-core-component__main__border","border-top":"dapp-core-component__main__border-top",borderTop:"dapp-core-component__main__border-top","border-right":"dapp-core-component__main__border-right",borderRight:"dapp-core-component__main__border-right","border-bottom":"dapp-core-component__main__border-bottom",borderBottom:"dapp-core-component__main__border-bottom","border-left":"dapp-core-component__main__border-left",borderLeft:"dapp-core-component__main__border-left","border-0":"dapp-core-component__main__border-0",border0:"dapp-core-component__main__border-0","border-top-0":"dapp-core-component__main__border-top-0",borderTop0:"dapp-core-component__main__border-top-0","border-right-0":"dapp-core-component__main__border-right-0",borderRight0:"dapp-core-component__main__border-right-0","border-bottom-0":"dapp-core-component__main__border-bottom-0",borderBottom0:"dapp-core-component__main__border-bottom-0","border-left-0":"dapp-core-component__main__border-left-0",borderLeft0:"dapp-core-component__main__border-left-0","rounded-sm":"dapp-core-component__main__rounded-sm",roundedSm:"dapp-core-component__main__rounded-sm",rounded:"dapp-core-component__main__rounded","rounded-top":"dapp-core-component__main__rounded-top",roundedTop:"dapp-core-component__main__rounded-top","rounded-right":"dapp-core-component__main__rounded-right",roundedRight:"dapp-core-component__main__rounded-right","rounded-bottom":"dapp-core-component__main__rounded-bottom",roundedBottom:"dapp-core-component__main__rounded-bottom","rounded-left":"dapp-core-component__main__rounded-left",roundedLeft:"dapp-core-component__main__rounded-left","rounded-lg":"dapp-core-component__main__rounded-lg",roundedLg:"dapp-core-component__main__rounded-lg","rounded-circle":"dapp-core-component__main__rounded-circle",roundedCircle:"dapp-core-component__main__rounded-circle","rounded-pill":"dapp-core-component__main__rounded-pill",roundedPill:"dapp-core-component__main__rounded-pill","rounded-0":"dapp-core-component__main__rounded-0",rounded0:"dapp-core-component__main__rounded-0",h1:"dapp-core-component__main__h1",h2:"dapp-core-component__main__h2",h3:"dapp-core-component__main__h3",h4:"dapp-core-component__main__h4",h5:"dapp-core-component__main__h5",lead:"dapp-core-component__main__lead","bg-primary":"dapp-core-component__main__bg-primary",bgPrimary:"dapp-core-component__main__bg-primary","bg-warning":"dapp-core-component__main__bg-warning",bgWarning:"dapp-core-component__main__bg-warning",warning:"dapp-core-component__main__warning","bg-danger":"dapp-core-component__main__bg-danger",bgDanger:"dapp-core-component__main__bg-danger",danger:"dapp-core-component__main__danger","bg-success":"dapp-core-component__main__bg-success",bgSuccess:"dapp-core-component__main__bg-success",success:"dapp-core-component__main__success","position-relative":"dapp-core-component__main__position-relative",positionRelative:"dapp-core-component__main__position-relative","position-absolute":"dapp-core-component__main__position-absolute",positionAbsolute:"dapp-core-component__main__position-absolute","w-25":"dapp-core-component__main__w-25",w25:"dapp-core-component__main__w-25","w-50":"dapp-core-component__main__w-50",w50:"dapp-core-component__main__w-50","w-75":"dapp-core-component__main__w-75",w75:"dapp-core-component__main__w-75","w-100":"dapp-core-component__main__w-100",w100:"dapp-core-component__main__w-100","w-auto":"dapp-core-component__main__w-auto",wAuto:"dapp-core-component__main__w-auto","h-25":"dapp-core-component__main__h-25",h25:"dapp-core-component__main__h-25","h-50":"dapp-core-component__main__h-50",h50:"dapp-core-component__main__h-50","h-75":"dapp-core-component__main__h-75",h75:"dapp-core-component__main__h-75","h-100":"dapp-core-component__main__h-100",h100:"dapp-core-component__main__h-100","h-auto":"dapp-core-component__main__h-auto",hAuto:"dapp-core-component__main__h-auto","mw-100":"dapp-core-component__main__mw-100",mw100:"dapp-core-component__main__mw-100","mh-100":"dapp-core-component__main__mh-100",mh100:"dapp-core-component__main__mh-100","min-vw-100":"dapp-core-component__main__min-vw-100",minVw100:"dapp-core-component__main__min-vw-100","min-vh-100":"dapp-core-component__main__min-vh-100",minVh100:"dapp-core-component__main__min-vh-100","vw-100":"dapp-core-component__main__vw-100",vw100:"dapp-core-component__main__vw-100","vh-100":"dapp-core-component__main__vh-100",vh100:"dapp-core-component__main__vh-100","w-md-auto":"dapp-core-component__main__w-md-auto",wMdAuto:"dapp-core-component__main__w-md-auto","locked-icon":"dapp-core-component__main__locked-icon",lockedIcon:"dapp-core-component__main__locked-icon","shadow-sm":"dapp-core-component__main__shadow-sm",shadowSm:"dapp-core-component__main__shadow-sm",shadow:"dapp-core-component__main__shadow","shadow-lg":"dapp-core-component__main__shadow-lg",shadowLg:"dapp-core-component__main__shadow-lg","shadow-none":"dapp-core-component__main__shadow-none",shadowNone:"dapp-core-component__main__shadow-none","d-none":"dapp-core-component__main__d-none",dNone:"dapp-core-component__main__d-none","d-inline":"dapp-core-component__main__d-inline",dInline:"dapp-core-component__main__d-inline","d-inline-block":"dapp-core-component__main__d-inline-block",dInlineBlock:"dapp-core-component__main__d-inline-block","d-block":"dapp-core-component__main__d-block",dBlock:"dapp-core-component__main__d-block","d-table":"dapp-core-component__main__d-table",dTable:"dapp-core-component__main__d-table","d-table-row":"dapp-core-component__main__d-table-row",dTableRow:"dapp-core-component__main__d-table-row","d-table-cell":"dapp-core-component__main__d-table-cell",dTableCell:"dapp-core-component__main__d-table-cell","d-flex":"dapp-core-component__main__d-flex",dFlex:"dapp-core-component__main__d-flex","d-inline-flex":"dapp-core-component__main__d-inline-flex",dInlineFlex:"dapp-core-component__main__d-inline-flex","d-sm-flex":"dapp-core-component__main__d-sm-flex",dSmFlex:"dapp-core-component__main__d-sm-flex","table-sm":"dapp-core-component__main__table-sm",tableSm:"dapp-core-component__main__table-sm","table-bordered":"dapp-core-component__main__table-bordered",tableBordered:"dapp-core-component__main__table-bordered","table-borderless":"dapp-core-component__main__table-borderless",tableBorderless:"dapp-core-component__main__table-borderless","table-striped":"dapp-core-component__main__table-striped",tableStriped:"dapp-core-component__main__table-striped","thead-dark":"dapp-core-component__main__thead-dark",theadDark:"dapp-core-component__main__thead-dark","thead-light":"dapp-core-component__main__thead-light",theadLight:"dapp-core-component__main__thead-light","table-dark":"dapp-core-component__main__table-dark",tableDark:"dapp-core-component__main__table-dark","table-hover":"dapp-core-component__main__table-hover",tableHover:"dapp-core-component__main__table-hover","table-responsive":"dapp-core-component__main__table-responsive",tableResponsive:"dapp-core-component__main__table-responsive","transaction-hash":"dapp-core-component__main__transaction-hash",transactionHash:"dapp-core-component__main__transaction-hash","font-weight-light":"dapp-core-component__main__font-weight-light",fontWeightLight:"dapp-core-component__main__font-weight-light","font-weight-lighter":"dapp-core-component__main__font-weight-lighter",fontWeightLighter:"dapp-core-component__main__font-weight-lighter","font-weight-normal":"dapp-core-component__main__font-weight-normal",fontWeightNormal:"dapp-core-component__main__font-weight-normal","font-weight-medium":"dapp-core-component__main__font-weight-medium",fontWeightMedium:"dapp-core-component__main__font-weight-medium","font-weight-bold":"dapp-core-component__main__font-weight-bold",fontWeightBold:"dapp-core-component__main__font-weight-bold","font-weight-bolder":"dapp-core-component__main__font-weight-bolder",fontWeightBolder:"dapp-core-component__main__font-weight-bolder","font-italic":"dapp-core-component__main__font-italic",fontItalic:"dapp-core-component__main__font-italic","icon-state":"dapp-core-component__main__icon-state",iconState:"dapp-core-component__main__icon-state",half:"dapp-core-component__main__half","side-icon":"dapp-core-component__main__side-icon",sideIcon:"dapp-core-component__main__side-icon","toast-messages":"dapp-core-component__main__toast-messages",toastMessages:"dapp-core-component__main__toast-messages",toast:"dapp-core-component__main__toast",clickable:"dapp-core-component__main__clickable","toast-visible":"dapp-core-component__main__toast-visible",toastVisible:"dapp-core-component__main__toast-visible",progress:"dapp-core-component__main__progress","progress-bar":"dapp-core-component__main__progress-bar",progressBar:"dapp-core-component__main__progress-bar","content-height":"dapp-core-component__main__content-height",contentHeight:"dapp-core-component__main__content-height","tx-description":"dapp-core-component__main__tx-description",txDescription:"dapp-core-component__main__tx-description",close:"dapp-core-component__main__close","data-field":"dapp-core-component__main__data-field",dataField:"dapp-core-component__main__data-field",textarea:"dapp-core-component__main__textarea",highlighted:"dapp-core-component__main__highlighted","sc-call":"dapp-core-component__main__sc-call",scCall:"dapp-core-component__main__sc-call","small-font":"dapp-core-component__main__small-font",smallFont:"dapp-core-component__main__small-font","progress-steps":"dapp-core-component__main__progress-steps",progressSteps:"dapp-core-component__main__progress-steps",steps:"dapp-core-component__main__steps",dot:"dapp-core-component__main__dot","side-link":"dapp-core-component__main__side-link",sideLink:"dapp-core-component__main__side-link"};t();var tm=`.dapp-core-component__loginButtonStyles__default-login-button {
|
|
2696
2696
|
color: inherit;
|
|
2697
2697
|
}
|
|
2698
2698
|
|
|
@@ -2718,7 +2718,7 @@ a.dapp-core-component__main__side-link::after {
|
|
|
2718
2718
|
|
|
2719
2719
|
.dapp-core-component__loginButtonStyles__button-icon {
|
|
2720
2720
|
color: inherit;
|
|
2721
|
-
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(
|
|
2721
|
+
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(tm));var ai={"default-login-button":"dapp-core-component__loginButtonStyles__default-login-button",defaultLoginButton:"dapp-core-component__loginButtonStyles__default-login-button",wrapper:"dapp-core-component__loginButtonStyles__wrapper","login-text":"dapp-core-component__loginButtonStyles__login-text",loginText:"dapp-core-component__loginButtonStyles__login-text","button-wrapper":"dapp-core-component__loginButtonStyles__button-wrapper",buttonWrapper:"dapp-core-component__loginButtonStyles__button-wrapper","button-content":"dapp-core-component__loginButtonStyles__button-content",buttonContent:"dapp-core-component__loginButtonStyles__button-content","button-title":"dapp-core-component__loginButtonStyles__button-title",buttonTitle:"dapp-core-component__loginButtonStyles__button-title","button-icon":"dapp-core-component__loginButtonStyles__button-icon",buttonIcon:"dapp-core-component__loginButtonStyles__button-icon"};var ci=({onLogin:e,text:o="Default Login Button",className:n="dapp-login-button",btnClassName:r="dapp-default-login-button",disabled:s,"data-testid":p,children:m})=>{let _={wrapper:(0,ii.default)(Ge.btn,Ge.btnPrimary,Ge.px4,Ge.m1,Ge.mx3,{[r]:r!=null},n),loginText:ai.loginText,wrapperClassName:n};return mt.default.createElement("button",{"data-testid":p,disabled:s,className:_.wrapper,onClick:e},m||mt.default.createElement("span",{className:_.loginText},o))};t();t();var si=()=>Boolean(window.isOpera&&window.elrond);var rm=si(),am=({token:e,className:o="dapp-opera-login",children:n,callbackRoute:r,buttonClassName:s,nativeAuth:p,loginButtonText:m="Opera Crypto Wallet",onLoginRedirect:_,disabled:l,"data-testid":g="operaLoginButton"})=>{let[T]=it({callbackRoute:r,token:e,onLoginRedirect:_,nativeAuth:p});return rm?on.default.createElement(ci,{onLogin:()=>{T()},className:o,btnClassName:s,text:m,disabled:l,"data-testid":g},n):on.default.createElement(on.default.Fragment,null)};0&&(module.exports={OperaWalletLoginButton});
|
|
2722
2722
|
/*!
|
|
2723
2723
|
* The buffer module from node.js, for the browser.
|
|
2724
2724
|
*
|