@multiversx/sdk-dapp 2.3.4 → 2.3.5
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/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/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/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-PBN22HGT.js → chunk-IM3FDOLY.js} +2 -2
- package/__chunks__/chunk-KFBOD7XD.js +2 -0
- package/__chunks__/{chunk-HRPTYIIJ.js → chunk-W276KIGN.js} +2 -2
- package/__chunks__/chunk-WGAQHGVL.js +2 -0
- package/__commonjs/UI/DappModal/hooks/index.js +1 -1
- package/__commonjs/UI/DappModal/hooks/useDappModal.js +1 -1
- package/__commonjs/UI/index.js +26 -26
- package/__commonjs/UI/pages/UnlockPage/index.js +6 -6
- package/__commonjs/UI/pages/index.js +6 -6
- package/__commonjs/UI/webWallet/WebWalletLoginButton/index.js +3 -3
- package/__commonjs/components/LogoutListener/helpers/useLogoutFromMultipleTabs.js +1 -1
- package/__commonjs/components/LogoutListener/helpers/useNativeAuthLogout.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/useWebWalletLogin.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/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/useWebWalletLogin.js +1 -1
- package/package.json +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-QB5KM2A7.js +0 -2
- package/__chunks__/chunk-T2AALMDP.js +0 -2
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";var la=Object.create;var ke=Object.defineProperty,ga=Object.defineProperties,ua=Object.getOwnPropertyDescriptor,fa=Object.getOwnPropertyDescriptors,xa=Object.getOwnPropertyNames,Oe=Object.getOwnPropertySymbols,ha=Object.getPrototypeOf,To=Object.prototype.hasOwnProperty,In=Object.prototype.propertyIsEnumerable;var An=(e,o,n)=>o in e?ke(e,o,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[o]=n,x=(e,o)=>{for(var n in o||(o={}))To.call(o,n)&&An(e,n,o[n]);if(Oe)for(var n of Oe(o))In.call(o,n)&&An(e,n,o[n]);return e},T=(e,o)=>ga(e,fa(o));var Be=(e,o)=>{var n={};for(var r in e)To.call(e,r)&&o.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&Oe)for(var r of Oe(e))o.indexOf(r)<0&&In.call(e,r)&&(n[r]=e[r]);return n};var h=(e,o)=>()=>(e&&(o=e(e=0)),o);var Ue=(e,o)=>()=>(o||e((o={exports:{}}).exports,o),o.exports),te=(e,o)=>{for(var n in o)ke(e,n,{get:o[n],enumerable:!0})},En=(e,o,n,r)=>{if(o&&typeof o=="object"||typeof o=="function")for(let a of xa(o))!To.call(e,a)&&a!==n&&ke(e,a,{get:()=>o[a],enumerable:!(r=ua(o,a))||r.enumerable});return e};var b=(e,o,n)=>(n=e!=null?la(ha(e)):{},En(o||!e||!e.__esModule?ke(n,"default",{value:e,enumerable:!0}):n,e)),ve=e=>En(ke({},"__esModule",{value:!0}),e);var I=(e,o,n)=>new Promise((r,a)=>{var s=d=>{try{l(n.next(d))}catch(g){a(g)}},m=d=>{try{l(n.throw(d))}catch(g){a(g)}},l=d=>d.done?r(d.value):Promise.resolve(d.value).then(s,m);l((n=n.apply(e,o)).next())});var Cn=Ue($e=>{"use strict";t();$e.byteLength=ba;$e.toByteArray=wa;$e.fromByteArray=va;var j=[],F=[],ya=typeof Uint8Array!="undefined"?Uint8Array:Array,wo="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(re=0,Ln=wo.length;re<Ln;++re)j[re]=wo[re],F[wo.charCodeAt(re)]=re;var re,Ln;F["-".charCodeAt(0)]=62;F["_".charCodeAt(0)]=63;function Nn(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 ba(e){var o=Nn(e),n=o[0],r=o[1];return(n+r)*3/4-r}function Ta(e,o,n){return(o+n)*3/4-n}function wa(e){var o,n=Nn(e),r=n[0],a=n[1],s=new ya(Ta(e,r,a)),m=0,l=a>0?r-4:r,d;for(d=0;d<l;d+=4)o=F[e.charCodeAt(d)]<<18|F[e.charCodeAt(d+1)]<<12|F[e.charCodeAt(d+2)]<<6|F[e.charCodeAt(d+3)],s[m++]=o>>16&255,s[m++]=o>>8&255,s[m++]=o&255;return a===2&&(o=F[e.charCodeAt(d)]<<2|F[e.charCodeAt(d+1)]>>4,s[m++]=o&255),a===1&&(o=F[e.charCodeAt(d)]<<10|F[e.charCodeAt(d+1)]<<4|F[e.charCodeAt(d+2)]>>2,s[m++]=o>>8&255,s[m++]=o&255),s}function Sa(e){return j[e>>18&63]+j[e>>12&63]+j[e>>6&63]+j[e&63]}function ka(e,o,n){for(var r,a=[],s=o;s<n;s+=3)r=(e[s]<<16&16711680)+(e[s+1]<<8&65280)+(e[s+2]&255),a.push(Sa(r));return a.join("")}function va(e){for(var o,n=e.length,r=n%3,a=[],s=16383,m=0,l=n-r;m<l;m+=s)a.push(ka(e,m,m+s>l?l:m+s));return r===1?(o=e[n-1],a.push(j[o>>2]+j[o<<4&63]+"==")):r===2&&(o=(e[n-2]<<8)+e[n-1],a.push(j[o>>10]+j[o>>4&63]+j[o<<2&63]+"=")),a.join("")}});var Pn=Ue(So=>{t();So.read=function(e,o,n,r,a){var s,m,l=a*8-r-1,d=(1<<l)-1,g=d>>1,y=-7,f=n?a-1:0,w=n?-1:1,S=e[o+f];for(f+=w,s=S&(1<<-y)-1,S>>=-y,y+=l;y>0;s=s*256+e[o+f],f+=w,y-=8);for(m=s&(1<<-y)-1,s>>=-y,y+=r;y>0;m=m*256+e[o+f],f+=w,y-=8);if(s===0)s=1-g;else{if(s===d)return m?NaN:(S?-1:1)*(1/0);m=m+Math.pow(2,r),s=s-g}return(S?-1:1)*m*Math.pow(2,s-r)};So.write=function(e,o,n,r,a,s){var m,l,d,g=s*8-a-1,y=(1<<g)-1,f=y>>1,w=a===23?Math.pow(2,-24)-Math.pow(2,-77):0,S=r?0:s-1,A=r?1:-1,N=o<0||o===0&&1/o<0?1:0;for(o=Math.abs(o),isNaN(o)||o===1/0?(l=isNaN(o)?1:0,m=y):(m=Math.floor(Math.log(o)/Math.LN2),o*(d=Math.pow(2,-m))<1&&(m--,d*=2),m+f>=1?o+=w/d:o+=w*Math.pow(2,1-f),o*d>=2&&(m++,d/=2),m+f>=y?(l=0,m=y):m+f>=1?(l=(o*d-1)*Math.pow(2,a),m=m+f):(l=o*Math.pow(2,f-1)*Math.pow(2,a),m=0));a>=8;e[n+S]=l&255,S+=A,l/=256,a-=8);for(m=m<<a|l,g+=a;g>0;e[n+S]=m&255,S+=A,m/=256,g-=8);e[n+S-A]|=N*128}});var zn=Ue(_e=>{"use strict";t();var ko=Cn(),me=Pn(),Dn=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;_e.Buffer=_;_e.SlowBuffer=Ca;_e.INSPECT_MAX_BYTES=50;var We=2147483647;_e.kMaxLength=We;_.TYPED_ARRAY_SUPPORT=Aa();!_.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 Aa(){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(_.prototype,"parent",{enumerable:!0,get:function(){if(!!_.isBuffer(this))return this.buffer}});Object.defineProperty(_.prototype,"offset",{enumerable:!0,get:function(){if(!!_.isBuffer(this))return this.byteOffset}});function K(e){if(e>We)throw new RangeError('The value "'+e+'" is invalid for option "size"');var o=new Uint8Array(e);return Object.setPrototypeOf(o,_.prototype),o}function _(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 Eo(e)}return Fn(e,o,n)}_.poolSize=8192;function Fn(e,o,n){if(typeof e=="string")return Ea(e,o);if(ArrayBuffer.isView(e))return La(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(z(e,ArrayBuffer)||e&&z(e.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(z(e,SharedArrayBuffer)||e&&z(e.buffer,SharedArrayBuffer)))return Ao(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 _.from(r,o,n);var a=Na(e);if(a)return a;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof e[Symbol.toPrimitive]=="function")return _.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)}_.from=function(e,o,n){return Fn(e,o,n)};Object.setPrototypeOf(_.prototype,Uint8Array.prototype);Object.setPrototypeOf(_,Uint8Array);function On(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 Ia(e,o,n){return On(e),e<=0?K(e):o!==void 0?typeof n=="string"?K(e).fill(o,n):K(e).fill(o):K(e)}_.alloc=function(e,o,n){return Ia(e,o,n)};function Eo(e){return On(e),K(e<0?0:Lo(e)|0)}_.allocUnsafe=function(e){return Eo(e)};_.allocUnsafeSlow=function(e){return Eo(e)};function Ea(e,o){if((typeof o!="string"||o==="")&&(o="utf8"),!_.isEncoding(o))throw new TypeError("Unknown encoding: "+o);var n=Bn(e,o)|0,r=K(n),a=r.write(e,o);return a!==n&&(r=r.slice(0,a)),r}function vo(e){for(var o=e.length<0?0:Lo(e.length)|0,n=K(o),r=0;r<o;r+=1)n[r]=e[r]&255;return n}function La(e){if(z(e,Uint8Array)){var o=new Uint8Array(e);return Ao(o.buffer,o.byteOffset,o.byteLength)}return vo(e)}function Ao(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,_.prototype),r}function Na(e){if(_.isBuffer(e)){var o=Lo(e.length)|0,n=K(o);return n.length===0||e.copy(n,0,0,o),n}if(e.length!==void 0)return typeof e.length!="number"||No(e.length)?K(0):vo(e);if(e.type==="Buffer"&&Array.isArray(e.data))return vo(e.data)}function Lo(e){if(e>=We)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+We.toString(16)+" bytes");return e|0}function Ca(e){return+e!=e&&(e=0),_.alloc(+e)}_.isBuffer=function(o){return o!=null&&o._isBuffer===!0&&o!==_.prototype};_.compare=function(o,n){if(z(o,Uint8Array)&&(o=_.from(o,o.offset,o.byteLength)),z(n,Uint8Array)&&(n=_.from(n,n.offset,n.byteLength)),!_.isBuffer(o)||!_.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,a=n.length,s=0,m=Math.min(r,a);s<m;++s)if(o[s]!==n[s]){r=o[s],a=n[s];break}return r<a?-1:a<r?1:0};_.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}};_.concat=function(o,n){if(!Array.isArray(o))throw new TypeError('"list" argument must be an Array of Buffers');if(o.length===0)return _.alloc(0);var r;if(n===void 0)for(n=0,r=0;r<o.length;++r)n+=o[r].length;var a=_.allocUnsafe(n),s=0;for(r=0;r<o.length;++r){var m=o[r];if(z(m,Uint8Array))s+m.length>a.length?_.from(m).copy(a,s):Uint8Array.prototype.set.call(a,m,s);else if(_.isBuffer(m))m.copy(a,s);else throw new TypeError('"list" argument must be an Array of Buffers');s+=m.length}return a};function Bn(e,o){if(_.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||z(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 a=!1;;)switch(o){case"ascii":case"latin1":case"binary":return n;case"utf8":case"utf-8":return Io(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return n*2;case"hex":return n>>>1;case"base64":return jn(e).length;default:if(a)return r?-1:Io(e).length;o=(""+o).toLowerCase(),a=!0}}_.byteLength=Bn;function Pa(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 Va(this,o,n);case"utf8":case"utf-8":return $n(this,o,n);case"ascii":return $a(this,o,n);case"latin1":case"binary":return Wa(this,o,n);case"base64":return Ba(this,o,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Ha(this,o,n);default:if(r)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),r=!0}}_.prototype._isBuffer=!0;function ae(e,o,n){var r=e[o];e[o]=e[n],e[n]=r}_.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)ae(this,n,n+1);return this};_.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)ae(this,n,n+3),ae(this,n+1,n+2);return this};_.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)ae(this,n,n+7),ae(this,n+1,n+6),ae(this,n+2,n+5),ae(this,n+3,n+4);return this};_.prototype.toString=function(){var o=this.length;return o===0?"":arguments.length===0?$n(this,0,o):Pa.apply(this,arguments)};_.prototype.toLocaleString=_.prototype.toString;_.prototype.equals=function(o){if(!_.isBuffer(o))throw new TypeError("Argument must be a Buffer");return this===o?!0:_.compare(this,o)===0};_.prototype.inspect=function(){var o="",n=_e.INSPECT_MAX_BYTES;return o=this.toString("hex",0,n).replace(/(.{2})/g,"$1 ").trim(),this.length>n&&(o+=" ... "),"<Buffer "+o+">"};Dn&&(_.prototype[Dn]=_.prototype.inspect);_.prototype.compare=function(o,n,r,a,s){if(z(o,Uint8Array)&&(o=_.from(o,o.offset,o.byteLength)),!_.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),a===void 0&&(a=0),s===void 0&&(s=this.length),n<0||r>o.length||a<0||s>this.length)throw new RangeError("out of range index");if(a>=s&&n>=r)return 0;if(a>=s)return-1;if(n>=r)return 1;if(n>>>=0,r>>>=0,a>>>=0,s>>>=0,this===o)return 0;for(var m=s-a,l=r-n,d=Math.min(m,l),g=this.slice(a,s),y=o.slice(n,r),f=0;f<d;++f)if(g[f]!==y[f]){m=g[f],l=y[f];break}return m<l?-1:l<m?1:0};function Un(e,o,n,r,a){if(e.length===0)return-1;if(typeof n=="string"?(r=n,n=0):n>2147483647?n=2147483647:n<-2147483648&&(n=-2147483648),n=+n,No(n)&&(n=a?0:e.length-1),n<0&&(n=e.length+n),n>=e.length){if(a)return-1;n=e.length-1}else if(n<0)if(a)n=0;else return-1;if(typeof o=="string"&&(o=_.from(o,r)),_.isBuffer(o))return o.length===0?-1:Rn(e,o,n,r,a);if(typeof o=="number")return o=o&255,typeof Uint8Array.prototype.indexOf=="function"?a?Uint8Array.prototype.indexOf.call(e,o,n):Uint8Array.prototype.lastIndexOf.call(e,o,n):Rn(e,[o],n,r,a);throw new TypeError("val must be string, number or Buffer")}function Rn(e,o,n,r,a){var s=1,m=e.length,l=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;s=2,m/=2,l/=2,n/=2}function d(S,A){return s===1?S[A]:S.readUInt16BE(A*s)}var g;if(a){var y=-1;for(g=n;g<m;g++)if(d(e,g)===d(o,y===-1?0:g-y)){if(y===-1&&(y=g),g-y+1===l)return y*s}else y!==-1&&(g-=g-y),y=-1}else for(n+l>m&&(n=m-l),g=n;g>=0;g--){for(var f=!0,w=0;w<l;w++)if(d(e,g+w)!==d(o,w)){f=!1;break}if(f)return g}return-1}_.prototype.includes=function(o,n,r){return this.indexOf(o,n,r)!==-1};_.prototype.indexOf=function(o,n,r){return Un(this,o,n,r,!0)};_.prototype.lastIndexOf=function(o,n,r){return Un(this,o,n,r,!1)};function Da(e,o,n,r){n=Number(n)||0;var a=e.length-n;r?(r=Number(r),r>a&&(r=a)):r=a;var s=o.length;r>s/2&&(r=s/2);for(var m=0;m<r;++m){var l=parseInt(o.substr(m*2,2),16);if(No(l))return m;e[n+m]=l}return m}function Ra(e,o,n,r){return Ve(Io(o,e.length-n),e,n,r)}function Ma(e,o,n,r){return Ve(Ga(o),e,n,r)}function Fa(e,o,n,r){return Ve(jn(o),e,n,r)}function Oa(e,o,n,r){return Ve(qa(o,e.length-n),e,n,r)}_.prototype.write=function(o,n,r,a){if(n===void 0)a="utf8",r=this.length,n=0;else if(r===void 0&&typeof n=="string")a=n,r=this.length,n=0;else if(isFinite(n))n=n>>>0,isFinite(r)?(r=r>>>0,a===void 0&&(a="utf8")):(a=r,r=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var s=this.length-n;if((r===void 0||r>s)&&(r=s),o.length>0&&(r<0||n<0)||n>this.length)throw new RangeError("Attempt to write outside buffer bounds");a||(a="utf8");for(var m=!1;;)switch(a){case"hex":return Da(this,o,n,r);case"utf8":case"utf-8":return Ra(this,o,n,r);case"ascii":case"latin1":case"binary":return Ma(this,o,n,r);case"base64":return Fa(this,o,n,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Oa(this,o,n,r);default:if(m)throw new TypeError("Unknown encoding: "+a);a=(""+a).toLowerCase(),m=!0}};_.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function Ba(e,o,n){return o===0&&n===e.length?ko.fromByteArray(e):ko.fromByteArray(e.slice(o,n))}function $n(e,o,n){n=Math.min(e.length,n);for(var r=[],a=o;a<n;){var s=e[a],m=null,l=s>239?4:s>223?3:s>191?2:1;if(a+l<=n){var d,g,y,f;switch(l){case 1:s<128&&(m=s);break;case 2:d=e[a+1],(d&192)===128&&(f=(s&31)<<6|d&63,f>127&&(m=f));break;case 3:d=e[a+1],g=e[a+2],(d&192)===128&&(g&192)===128&&(f=(s&15)<<12|(d&63)<<6|g&63,f>2047&&(f<55296||f>57343)&&(m=f));break;case 4:d=e[a+1],g=e[a+2],y=e[a+3],(d&192)===128&&(g&192)===128&&(y&192)===128&&(f=(s&15)<<18|(d&63)<<12|(g&63)<<6|y&63,f>65535&&f<1114112&&(m=f))}}m===null?(m=65533,l=1):m>65535&&(m-=65536,r.push(m>>>10&1023|55296),m=56320|m&1023),r.push(m),a+=l}return Ua(r)}var Mn=4096;function Ua(e){var o=e.length;if(o<=Mn)return String.fromCharCode.apply(String,e);for(var n="",r=0;r<o;)n+=String.fromCharCode.apply(String,e.slice(r,r+=Mn));return n}function $a(e,o,n){var r="";n=Math.min(e.length,n);for(var a=o;a<n;++a)r+=String.fromCharCode(e[a]&127);return r}function Wa(e,o,n){var r="";n=Math.min(e.length,n);for(var a=o;a<n;++a)r+=String.fromCharCode(e[a]);return r}function Va(e,o,n){var r=e.length;(!o||o<0)&&(o=0),(!n||n<0||n>r)&&(n=r);for(var a="",s=o;s<n;++s)a+=Ka[e[s]];return a}function Ha(e,o,n){for(var r=e.slice(o,n),a="",s=0;s<r.length-1;s+=2)a+=String.fromCharCode(r[s]+r[s+1]*256);return a}_.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 a=this.subarray(o,n);return Object.setPrototypeOf(a,_.prototype),a};function L(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")}_.prototype.readUintLE=_.prototype.readUIntLE=function(o,n,r){o=o>>>0,n=n>>>0,r||L(o,n,this.length);for(var a=this[o],s=1,m=0;++m<n&&(s*=256);)a+=this[o+m]*s;return a};_.prototype.readUintBE=_.prototype.readUIntBE=function(o,n,r){o=o>>>0,n=n>>>0,r||L(o,n,this.length);for(var a=this[o+--n],s=1;n>0&&(s*=256);)a+=this[o+--n]*s;return a};_.prototype.readUint8=_.prototype.readUInt8=function(o,n){return o=o>>>0,n||L(o,1,this.length),this[o]};_.prototype.readUint16LE=_.prototype.readUInt16LE=function(o,n){return o=o>>>0,n||L(o,2,this.length),this[o]|this[o+1]<<8};_.prototype.readUint16BE=_.prototype.readUInt16BE=function(o,n){return o=o>>>0,n||L(o,2,this.length),this[o]<<8|this[o+1]};_.prototype.readUint32LE=_.prototype.readUInt32LE=function(o,n){return o=o>>>0,n||L(o,4,this.length),(this[o]|this[o+1]<<8|this[o+2]<<16)+this[o+3]*16777216};_.prototype.readUint32BE=_.prototype.readUInt32BE=function(o,n){return o=o>>>0,n||L(o,4,this.length),this[o]*16777216+(this[o+1]<<16|this[o+2]<<8|this[o+3])};_.prototype.readIntLE=function(o,n,r){o=o>>>0,n=n>>>0,r||L(o,n,this.length);for(var a=this[o],s=1,m=0;++m<n&&(s*=256);)a+=this[o+m]*s;return s*=128,a>=s&&(a-=Math.pow(2,8*n)),a};_.prototype.readIntBE=function(o,n,r){o=o>>>0,n=n>>>0,r||L(o,n,this.length);for(var a=n,s=1,m=this[o+--a];a>0&&(s*=256);)m+=this[o+--a]*s;return s*=128,m>=s&&(m-=Math.pow(2,8*n)),m};_.prototype.readInt8=function(o,n){return o=o>>>0,n||L(o,1,this.length),this[o]&128?(255-this[o]+1)*-1:this[o]};_.prototype.readInt16LE=function(o,n){o=o>>>0,n||L(o,2,this.length);var r=this[o]|this[o+1]<<8;return r&32768?r|4294901760:r};_.prototype.readInt16BE=function(o,n){o=o>>>0,n||L(o,2,this.length);var r=this[o+1]|this[o]<<8;return r&32768?r|4294901760:r};_.prototype.readInt32LE=function(o,n){return o=o>>>0,n||L(o,4,this.length),this[o]|this[o+1]<<8|this[o+2]<<16|this[o+3]<<24};_.prototype.readInt32BE=function(o,n){return o=o>>>0,n||L(o,4,this.length),this[o]<<24|this[o+1]<<16|this[o+2]<<8|this[o+3]};_.prototype.readFloatLE=function(o,n){return o=o>>>0,n||L(o,4,this.length),me.read(this,o,!0,23,4)};_.prototype.readFloatBE=function(o,n){return o=o>>>0,n||L(o,4,this.length),me.read(this,o,!1,23,4)};_.prototype.readDoubleLE=function(o,n){return o=o>>>0,n||L(o,8,this.length),me.read(this,o,!0,52,8)};_.prototype.readDoubleBE=function(o,n){return o=o>>>0,n||L(o,8,this.length),me.read(this,o,!1,52,8)};function D(e,o,n,r,a,s){if(!_.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(o>a||o<s)throw new RangeError('"value" argument is out of bounds');if(n+r>e.length)throw new RangeError("Index out of range")}_.prototype.writeUintLE=_.prototype.writeUIntLE=function(o,n,r,a){if(o=+o,n=n>>>0,r=r>>>0,!a){var s=Math.pow(2,8*r)-1;D(this,o,n,r,s,0)}var m=1,l=0;for(this[n]=o&255;++l<r&&(m*=256);)this[n+l]=o/m&255;return n+r};_.prototype.writeUintBE=_.prototype.writeUIntBE=function(o,n,r,a){if(o=+o,n=n>>>0,r=r>>>0,!a){var s=Math.pow(2,8*r)-1;D(this,o,n,r,s,0)}var m=r-1,l=1;for(this[n+m]=o&255;--m>=0&&(l*=256);)this[n+m]=o/l&255;return n+r};_.prototype.writeUint8=_.prototype.writeUInt8=function(o,n,r){return o=+o,n=n>>>0,r||D(this,o,n,1,255,0),this[n]=o&255,n+1};_.prototype.writeUint16LE=_.prototype.writeUInt16LE=function(o,n,r){return o=+o,n=n>>>0,r||D(this,o,n,2,65535,0),this[n]=o&255,this[n+1]=o>>>8,n+2};_.prototype.writeUint16BE=_.prototype.writeUInt16BE=function(o,n,r){return o=+o,n=n>>>0,r||D(this,o,n,2,65535,0),this[n]=o>>>8,this[n+1]=o&255,n+2};_.prototype.writeUint32LE=_.prototype.writeUInt32LE=function(o,n,r){return o=+o,n=n>>>0,r||D(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};_.prototype.writeUint32BE=_.prototype.writeUInt32BE=function(o,n,r){return o=+o,n=n>>>0,r||D(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};_.prototype.writeIntLE=function(o,n,r,a){if(o=+o,n=n>>>0,!a){var s=Math.pow(2,8*r-1);D(this,o,n,r,s-1,-s)}var m=0,l=1,d=0;for(this[n]=o&255;++m<r&&(l*=256);)o<0&&d===0&&this[n+m-1]!==0&&(d=1),this[n+m]=(o/l>>0)-d&255;return n+r};_.prototype.writeIntBE=function(o,n,r,a){if(o=+o,n=n>>>0,!a){var s=Math.pow(2,8*r-1);D(this,o,n,r,s-1,-s)}var m=r-1,l=1,d=0;for(this[n+m]=o&255;--m>=0&&(l*=256);)o<0&&d===0&&this[n+m+1]!==0&&(d=1),this[n+m]=(o/l>>0)-d&255;return n+r};_.prototype.writeInt8=function(o,n,r){return o=+o,n=n>>>0,r||D(this,o,n,1,127,-128),o<0&&(o=255+o+1),this[n]=o&255,n+1};_.prototype.writeInt16LE=function(o,n,r){return o=+o,n=n>>>0,r||D(this,o,n,2,32767,-32768),this[n]=o&255,this[n+1]=o>>>8,n+2};_.prototype.writeInt16BE=function(o,n,r){return o=+o,n=n>>>0,r||D(this,o,n,2,32767,-32768),this[n]=o>>>8,this[n+1]=o&255,n+2};_.prototype.writeInt32LE=function(o,n,r){return o=+o,n=n>>>0,r||D(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};_.prototype.writeInt32BE=function(o,n,r){return o=+o,n=n>>>0,r||D(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 Wn(e,o,n,r,a,s){if(n+r>e.length)throw new RangeError("Index out of range");if(n<0)throw new RangeError("Index out of range")}function Vn(e,o,n,r,a){return o=+o,n=n>>>0,a||Wn(e,o,n,4,34028234663852886e22,-34028234663852886e22),me.write(e,o,n,r,23,4),n+4}_.prototype.writeFloatLE=function(o,n,r){return Vn(this,o,n,!0,r)};_.prototype.writeFloatBE=function(o,n,r){return Vn(this,o,n,!1,r)};function Hn(e,o,n,r,a){return o=+o,n=n>>>0,a||Wn(e,o,n,8,17976931348623157e292,-17976931348623157e292),me.write(e,o,n,r,52,8),n+8}_.prototype.writeDoubleLE=function(o,n,r){return Hn(this,o,n,!0,r)};_.prototype.writeDoubleBE=function(o,n,r){return Hn(this,o,n,!1,r)};_.prototype.copy=function(o,n,r,a){if(!_.isBuffer(o))throw new TypeError("argument should be a Buffer");if(r||(r=0),!a&&a!==0&&(a=this.length),n>=o.length&&(n=o.length),n||(n=0),a>0&&a<r&&(a=r),a===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(a<0)throw new RangeError("sourceEnd out of bounds");a>this.length&&(a=this.length),o.length-n<a-r&&(a=o.length-n+r);var s=a-r;return this===o&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(n,r,a):Uint8Array.prototype.set.call(o,this.subarray(r,a),n),s};_.prototype.fill=function(o,n,r,a){if(typeof o=="string"){if(typeof n=="string"?(a=n,n=0,r=this.length):typeof r=="string"&&(a=r,r=this.length),a!==void 0&&typeof a!="string")throw new TypeError("encoding must be a string");if(typeof a=="string"&&!_.isEncoding(a))throw new TypeError("Unknown encoding: "+a);if(o.length===1){var s=o.charCodeAt(0);(a==="utf8"&&s<128||a==="latin1")&&(o=s)}}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 l=_.isBuffer(o)?o:_.from(o,a),d=l.length;if(d===0)throw new TypeError('The value "'+o+'" is invalid for argument "value"');for(m=0;m<r-n;++m)this[m+n]=l[m%d]}return this};var ja=/[^+/0-9A-Za-z-_]/g;function za(e){if(e=e.split("=")[0],e=e.trim().replace(ja,""),e.length<2)return"";for(;e.length%4!==0;)e=e+"=";return e}function Io(e,o){o=o||1/0;for(var n,r=e.length,a=null,s=[],m=0;m<r;++m){if(n=e.charCodeAt(m),n>55295&&n<57344){if(!a){if(n>56319){(o-=3)>-1&&s.push(239,191,189);continue}else if(m+1===r){(o-=3)>-1&&s.push(239,191,189);continue}a=n;continue}if(n<56320){(o-=3)>-1&&s.push(239,191,189),a=n;continue}n=(a-55296<<10|n-56320)+65536}else a&&(o-=3)>-1&&s.push(239,191,189);if(a=null,n<128){if((o-=1)<0)break;s.push(n)}else if(n<2048){if((o-=2)<0)break;s.push(n>>6|192,n&63|128)}else if(n<65536){if((o-=3)<0)break;s.push(n>>12|224,n>>6&63|128,n&63|128)}else if(n<1114112){if((o-=4)<0)break;s.push(n>>18|240,n>>12&63|128,n>>6&63|128,n&63|128)}else throw new Error("Invalid code point")}return s}function Ga(e){for(var o=[],n=0;n<e.length;++n)o.push(e.charCodeAt(n)&255);return o}function qa(e,o){for(var n,r,a,s=[],m=0;m<e.length&&!((o-=2)<0);++m)n=e.charCodeAt(m),r=n>>8,a=n%256,s.push(a),s.push(r);return s}function jn(e){return ko.toByteArray(za(e))}function Ve(e,o,n,r){for(var a=0;a<r&&!(a+n>=o.length||a>=e.length);++a)o[a+n]=e[a];return a}function z(e,o){return e instanceof o||e!=null&&e.constructor!=null&&e.constructor.name!=null&&e.constructor.name===o.name}function No(e){return e!==e}var Ka=function(){for(var e="0123456789abcdef",o=new Array(256),n=0;n<16;++n)for(var r=n*16,a=0;a<16;++a)o[r+a]=e[n]+e[a];return o}()});var Yn=Ue((Xp,Xn)=>{t();var v=Xn.exports={},G,q;function Co(){throw new Error("setTimeout has not been defined")}function Po(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?G=setTimeout:G=Co}catch(e){G=Co}try{typeof clearTimeout=="function"?q=clearTimeout:q=Po}catch(e){q=Po}})();function Gn(e){if(G===setTimeout)return setTimeout(e,0);if((G===Co||!G)&&setTimeout)return G=setTimeout,setTimeout(e,0);try{return G(e,0)}catch(o){try{return G.call(null,e,0)}catch(n){return G.call(this,e,0)}}}function Xa(e){if(q===clearTimeout)return clearTimeout(e);if((q===Po||!q)&&clearTimeout)return q=clearTimeout,clearTimeout(e);try{return q(e)}catch(o){try{return q.call(null,e)}catch(n){return q.call(this,e)}}}var X=[],de=!1,ie,He=-1;function Ya(){!de||!ie||(de=!1,ie.length?X=ie.concat(X):He=-1,X.length&&qn())}function qn(){if(!de){var e=Gn(Ya);de=!0;for(var o=X.length;o;){for(ie=X,X=[];++He<o;)ie&&ie[He].run();He=-1,o=X.length}ie=null,de=!1,Xa(e)}}v.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];X.push(new Kn(e,o)),X.length===1&&!de&&Gn(qn)};function Kn(e,o){this.fun=e,this.array=o}Kn.prototype.run=function(){this.fun.apply(null,this.array)};v.title="browser";v.browser=!0;v.env={};v.argv=[];v.version="";v.versions={};function Y(){}v.on=Y;v.addListener=Y;v.once=Y;v.off=Y;v.removeListener=Y;v.removeAllListeners=Y;v.emit=Y;v.prependListener=Y;v.prependOnceListener=Y;v.listeners=function(e){return[]};v.binding=function(e){throw new Error("process.binding is not supported")};v.cwd=function(){return"/"};v.chdir=function(e){throw new Error("process.chdir is not supported")};v.umask=function(){return 0}});var i,p,Yp,t=h(()=>{i=b(zn()),p=b(Yn()),Yp=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 Zn,Do=h(()=>{"use strict";t();Zn="Action not allowed. User is logged in. Call logout() first"});var Jn=h(()=>{"use strict";t()});var Qn=h(()=>{"use strict";t()});var et=h(()=>{"use strict";t()});var O=h(()=>{"use strict";t()});var ot=h(()=>{"use strict";t()});var nt=h(()=>{"use strict";t()});var P=h(()=>{"use strict";t()});var tt=h(()=>{"use strict";t()});var rt=h(()=>{"use strict";t()});var B=h(()=>{"use strict";t();Jn();Qn();et();O();ot();nt();P();tt();rt()});var Ro,at,uc,it,fc,pt,xc,hc,yc,ct=h(()=>{"use strict";t();B();Ro={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:"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://wallet.multiversx.com",apiAddress:"https://api.multiversx.com",explorerAddress:"https://explorer.multiversx.com",apiTimeout:"4000"}},{chainId:at,egldLabel:uc}=Ro["devnet"],{chainId:it,egldLabel:fc}=Ro["testnet"],{chainId:pt,egldLabel:xc}=Ro["mainnet"],hc={["devnet"]:at,["testnet"]:it,["mainnet"]:pt},yc={[at]:"devnet",[it]:"testnet",[pt]:"mainnet"}});var Mo=h(()=>{"use strict";t()});var st=h(()=>{"use strict";t()});var mt,Fo=h(()=>{"use strict";t();mt="transaction-status-toast-id"});var Oo,Bo,_t,je,dt,le,E=h(()=>{"use strict";t();Do();ct();Mo();st();Fo();Oo=5e4,Bo=1e9,_t=1,je="logout",dt="login",le="0"});var ge,ze=h(()=>{"use strict";t();ge=()=>Date.now()/1e3});var lt=h(()=>{"use strict";t()});var gt=h(()=>{"use strict";t()});var Uo=h(()=>{"use strict";t();ze();lt();gt()});var Wo={};te(Wo,{getItem:()=>Ja,localStorageKeys:()=>Q,removeItem:()=>Qa,setItem:()=>Za});var Q,$o,Za,Ja,Qa,ue=h(()=>{"use strict";t();Uo();Q={loginExpiresAt:"sdk-dapp-login-expires-at",logoutEvent:"sdk-dapp-logout-event"},$o=typeof localStorage!="undefined",Za=({key:e,data:o,expires:n})=>{!$o||localStorage.setItem(String(e),JSON.stringify({expires:n,data:o}))},Ja=e=>{if(!$o)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:ge()>=n.expires?(localStorage.removeItem(String(e)),null):n.data},Qa=e=>{!$o||localStorage.removeItem(String(e))}});var Vo={};te(Vo,{clear:()=>ht,getItem:()=>ft,removeItem:()=>xt,setItem:()=>ut,storage:()=>ei});var ut,ft,xt,ht,ei,yt=h(()=>{"use strict";t();ut=({key:e,data:o,expires:n})=>{sessionStorage.setItem(String(e),JSON.stringify({expires:n,data:o}))},ft=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},xt=e=>sessionStorage.removeItem(String(e)),ht=()=>sessionStorage.clear(),ei={setItem:ut,getItem:ft,removeItem:xt,clear:ht}});var pe,fe=h(()=>{"use strict";t();ue();yt();pe={session:Vo,local:Wo}});var Ho,C,Ae,$=h(()=>{"use strict";t();Ho=require("@reduxjs/toolkit");E();C=(0,Ho.createAction)(je),Ae=(0,Ho.createAction)(dt,e=>({payload:e}))});var zo,bt,Tt,Ge,jo,wt,Go,qc,qo,Kc,Xc,Yc,Zc,Jc,Qc,es,St,Ko=h(()=>{"use strict";t();zo=require("@multiversx/sdk-core"),bt=require("@reduxjs/toolkit"),Tt=require("redux-persist");E();fe();ue();$();Ge={balance:"...",address:"",nonce:0,txCount:0,scrCount:0,claimableRewards:le},jo={address:"",websocketEvent:null,accounts:{"":Ge},ledgerAccount:null,publicKey:"",walletConnectAccount:null,isAccountLoading:!0,accountLoadingError:null},wt=(0,bt.createSlice)({name:"accountInfoSlice",initialState:jo,reducers:{setAddress:(e,o)=>{let n=o.payload;e.address=n,e.publicKey=new zo.Address(n).hex()},setAccount:(e,o)=>{let n=e.address===o.payload.address;e.accounts={[e.address]:n?o.payload:Ge},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(C,()=>(pe.local.removeItem(Q.loginExpiresAt),jo)),e.addCase(Ae,(o,n)=>{let{address:r}=n.payload;o.address=r,o.publicKey=new zo.Address(r).hex()}),e.addCase(Tt.REHYDRATE,(o,n)=>{var g;if(!((g=n.payload)!=null&&g.account))return;let{account:r}=n.payload,{address:a,shard:s,accounts:m,publicKey:l}=r;o.address=a,o.shard=s;let d=m&&a in m;o.accounts=d?m:jo.accounts,o.publicKey=l})}}),{setAccount:Go,setAddress:qc,setAccountNonce:qo,setAccountShard:Kc,setLedgerAccount:Xc,updateLedgerAccount:Yc,setWalletConnectAccount:Zc,setIsAccountLoading:Jc,setAccountLoadingError:Qc,setWebsocketEvent:es}=wt.actions,St=wt.reducer});function Ie(){return new Date().setHours(new Date().getHours()+24)}function Ee(e){pe.local.setItem({key:Q.loginExpiresAt,data:e,expires:e})}var Xo=h(()=>{"use strict";t();fe();ue()});var vt,kt,At,ms,_s,ds,qe,ls,It,Et,gs,Lt,Yo=h(()=>{"use strict";t();vt=require("@reduxjs/toolkit");Xo();O();$();kt={loginMethod:"",walletConnectLogin:null,ledgerLogin:null,tokenLogin:null,walletLogin:null,extensionLogin:null,isLoginSessionInvalid:!1},At=(0,vt.createSlice)({name:"loginInfoSlice",initialState:kt,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(C,()=>kt),e.addCase(Ae,(o,n)=>{o.loginMethod=n.payload.loginMethod,Ee(Ie())})}}),{setLoginMethod:ms,setWalletConnectLogin:_s,setLedgerLogin:ds,setTokenLogin:qe,setTokenLoginSignature:ls,setWalletLogin:It,invalidateLoginSession:Et,setLogoutRoute:gs}=At.actions,Lt=At.reducer});var Ct,Nt,Pt,hs,ys,bs,Ts,Dt,Zo=h(()=>{"use strict";t();Ct=require("@reduxjs/toolkit");$();Nt={},Pt=(0,Ct.createSlice)({name:"modalsSlice",initialState:Nt,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(C,()=>Nt)}}),{setTxSubmittedModal:hs,setNotificationModal:ys,clearTxSubmittedModal:bs,clearNotificationModal:Ts}=Pt.actions,Dt=Pt.reducer});var Ke=h(()=>{"use strict";t()});var Rt=h(()=>{"use strict";t();Ke()});function Jo(e){return e[Math.floor(Math.random()*e.length)]}var Mt=h(()=>{"use strict";t()});var Ft=h(()=>{"use strict";t();Mo()});var Ot=h(()=>{"use strict";t();Rt();Mt();Ft()});var Bt,Ut,Qo,ni,$t,Fs,Os,Wt,en=h(()=>{"use strict";t();Bt=require("@reduxjs/toolkit"),Ut=b(require("lodash.omit"));Ot();Qo={id:"not-configured",chainId:"",name:"NOT CONFIGURED",egldLabel:"",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"",walletConnectBridgeAddress:"",walletConnectV2RelayAddress:"",walletConnectV2ProjectId:"",walletConnectV2Options:{},walletAddress:"",apiAddress:"",explorerAddress:"",apiTimeout:"4000"},ni={network:Qo,chainID:"-1"},$t=(0,Bt.createSlice)({name:"appConfig",initialState:ni,reducers:{initializeNetworkConfig:(e,o)=>{let n=Jo(o.payload.walletConnectBridgeAddresses),r=Jo(o.payload.walletConnectV2RelayAddresses),a=(0,Ut.default)(o.payload,"walletConnectBridgeAddresses","walletConnectV2RelayAddresses");e.network=T(x(x({},e.network),a),{walletConnectBridgeAddress:n,walletConnectV2RelayAddress:r})},setChainID:(e,o)=>{e.chainID=o.payload}}}),{initializeNetworkConfig:Fs,setChainID:Os}=$t.actions,Wt=$t.reducer});var Vt,on,Ht,Hs,js,zs,Xe,Ye=h(()=>{"use strict";t();Vt=require("@reduxjs/toolkit");B();$();on={isSigning:!1,signedSessions:{}},Ht=(0,Vt.createSlice)({name:"signedMessageInfoSliceState",initialState:on,reducers:{setSignSession:(e,o)=>{let{sessionId:n,signedSession:r,errorMessage:a}=o.payload;return T(x({},e),{errorMessage:a!=null?a:e.errorMessage,isSigning:r.status==="pending",signedSessions:T(x({},e.signedSessions),{[n]:r})})},setSignSessionState:(e,o)=>x(x({},e),o.payload),clearSignedMessageInfo:()=>on},extraReducers:e=>{e.addCase(C,()=>on)}}),{setSignSession:Hs,clearSignedMessageInfo:js,setSignSessionState:zs}=Ht.actions,Xe=Ht.reducer});var zt,Gt,jt,qt,ti,ri,Qs,em,om,nm,Ze,Je=h(()=>{"use strict";t();zt=require("@reduxjs/toolkit"),Gt=require("redux-persist");Fo();B();ze();$();jt={customToasts:[],transactionToasts:[],failTransactionToast:null},qt=(0,zt.createSlice)({name:"toastsSlice",initialState:jt,reducers:{addCustomToast:(e,o)=>{e.customToasts.push(T(x({},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:ge(),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=T(x({},o.payload),{toastId:mt})},removeFailTransactionToast:e=>{e.failTransactionToast=null}},extraReducers:e=>{e.addCase(C,()=>jt),e.addCase(Gt.REHYDRATE,(o,n)=>{var a,s;let r=(s=(a=n.customToasts)==null?void 0:a.filter(m=>!("component"in m)))!=null?s:[];o.customToasts=r})}}),{addCustomToast:ti,removeCustomToast:ri,addTransactionToast:Qs,removeTransactionToast:em,addFailTransactionToast:om,removeFailTransactionToast:nm}=qt.actions,Ze=qt.reducer});var Kt,tn,rn,an,ai,nn,Xt,im,pm,cm,Qe,eo=h(()=>{"use strict";t();Kt=require("@reduxjs/toolkit");$();tn="Transaction failed",rn="Transaction successful",an="Processing transaction",ai="Transaction submitted",nn={},Xt=(0,Kt.createSlice)({name:"transactionsInfo",initialState:nn,reducers:{setTransactionsDisplayInfo(e,o){let{sessionId:n,transactionsDisplayInfo:r}=o.payload;n!=null&&(e[n]={errorMessage:(r==null?void 0:r.errorMessage)||tn,successMessage:(r==null?void 0:r.successMessage)||rn,processingMessage:(r==null?void 0:r.processingMessage)||an,submittedMessage:(r==null?void 0:r.submittedMessage)||ai,transactionDuration:r==null?void 0:r.transactionDuration})},clearTransactionsInfoForSessionId(e,o){o.payload!=null&&delete e[o.payload]},clearTransactionsInfo:()=>nn},extraReducers:e=>{e.addCase(C,()=>nn)}}),{clearTransactionsInfo:im,setTransactionsDisplayInfo:pm,clearTransactionsInfoForSessionId:cm}=Xt.actions,Qe=Xt.reducer});function Yt(e){return e!=null&&(gi(e)||hi(e))}function oo(e){return e!=null&&(ui(e)||yi(e))}function no(e){return e!=null&&(fi(e)||bi(e))}function Zt(e){return e!=null&&xi(e)}function gi(e){return e!=null&&pi.includes(e)}function ui(e){return e!=null&&ci.includes(e)}function fi(e){return e!=null&&si.includes(e)}function xi(e){return e!=null&&mi.includes(e)}function hi(e){return e!=null&&_i.includes(e)}function yi(e){return e!=null&&di.includes(e)}function bi(e){return e!=null&&li.includes(e)}var pi,ci,si,mi,_i,di,li,cn=h(()=>{"use strict";t();O();pi=["sent"],ci=["success"],si=["fail","cancelled","timedOut"],mi=["timedOut"],_i=["pending"],di=["success"],li=["fail","invalid"]});var Jt,Qt,Ne,Ti,er,xm,hm,ym,bm,Tm,wm,Sm,km,vm,Am,to,ro=h(()=>{"use strict";t();Jt=require("@reduxjs/toolkit"),Qt=require("redux-persist");O();cn();$();Ne={signedTransactions:{},transactionsToSign:null,signTransactionsError:null,signTransactionsCancelMessage:null,customTransactionInformationForSessionId:{}},Ti={signWithoutSending:!1,sessionInformation:null,redirectAfterSign:!1},er=(0,Jt.createSlice)({name:"transactionsSlice",initialState:Ne,reducers:{moveTransactionsToSignedState:(e,o)=>{var d,g;let{sessionId:n,transactions:r,errorMessage:a,status:s,redirectRoute:m}=o.payload,l=((d=e.customTransactionInformationForSessionId)==null?void 0:d[n])||Ti;e.signedTransactions[n]={transactions:r,status:s,errorMessage:a,redirectRoute:m,customTransactionInformation:l},((g=e==null?void 0:e.transactionsToSign)==null?void 0:g.sessionId)===n&&(e.transactionsToSign=Ne.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=x(x({},e.signedTransactions),o.payload)},updateSignedTransactions:(e,o)=>{let{sessionId:n,status:r,errorMessage:a,transactions:s}=o.payload;e.signedTransactions[n]!=null&&(e.signedTransactions[n].status=r,a!=null&&(e.signedTransactions[n].errorMessage=a),s!=null&&(e.signedTransactions[n].transactions=s))},updateSignedTransactionStatus:(e,o)=>{var l,d,g,y,f,w;let{sessionId:n,status:r,errorMessage:a,transactionHash:s}=o.payload,m=(d=(l=e.signedTransactions)==null?void 0:l[n])==null?void 0:d.transactions;if(m!=null){e.signedTransactions[n].transactions=m.map(N=>N.hash===s?T(x({},N),{status:r,errorMessage:a}):N);let S=(y=(g=e.signedTransactions[n])==null?void 0:g.transactions)==null?void 0:y.every(N=>oo(N.status)),A=(w=(f=e.signedTransactions[n])==null?void 0:f.transactions)==null?void 0:w.every(N=>no(N.status));S&&(e.signedTransactions[n].status="success"),A&&(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=Ne.transactionsToSign,e.signTransactionsError=null},clearAllSignedTransactions:e=>{e.signedTransactions=Ne.signedTransactions},setSignTransactionsError:(e,o)=>{e.signTransactionsError=o.payload},setSignTransactionsCancelMessage:(e,o)=>{e.signTransactionsCancelMessage=o.payload}},extraReducers:e=>{e.addCase(C,()=>Ne),e.addCase(Qt.REHYDRATE,(o,n)=>{var m;if(o.signTransactionsCancelMessage=null,!((m=n.payload)!=null&&m.transactions))return;let{signedTransactions:r,customTransactionInformationForSessionId:a}=n.payload.transactions,s=Object.entries(r).reduce((l,[d,g])=>{let y=new Date(d),f=new Date;return f.setHours(f.getHours()+5),f-y>0||(l[d]=g),l},{});a!=null&&(o.customTransactionInformationForSessionId=a),r!=null&&(o.signedTransactions=s)})}}),{updateSignedTransactionStatus:xm,updateSignedTransactions:hm,setTransactionsToSign:ym,clearAllTransactionsToSign:bm,clearAllSignedTransactions:Tm,clearSignedTransaction:wm,clearTransactionToSign:Sm,setSignTransactionsError:km,setSignTransactionsCancelMessage:vm,moveTransactionsToSignedState:Am}=er.actions,to=er.reducer});var W=h(()=>{"use strict";t();Ko();Yo();Zo();en();Ye();Je();eo();ro()});var sn=h(()=>{"use strict";t()});var ar,rr,ir,Ym,Zm,Jm,Qm,e_,o_,pr,cr=h(()=>{"use strict";t();ar=require("@reduxjs/toolkit");$();rr={visible:!1,modal:{showHeader:!0,showFooter:!1,headerText:"",footerText:""}},ir=(0,ar.createSlice)({name:"dappModalsSlice",initialState:rr,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=x({},o.payload)}},extraReducers:e=>{e.addCase(C,()=>rr)}}),{setDappModalVisibility:Ym,setDappModalHeaderVisibility:Zm,setDappModalFooterVisibility:Jm,setDappModalHeaderText:Qm,setDappModalFooterText:e_,setDappModalConfig:o_}=ir.actions,pr=ir.reducer});var sr,vi,Ai,xe,co=h(()=>{"use strict";t();sr=require("@reduxjs/toolkit");sn();Ko();cr();Yo();Zo();en();Ye();Je();eo();ro();vi={["account"]:St,["dappModal"]:pr,["loginInfo"]:Lt,["modals"]:Dt,["networkConfig"]:Wt,["signedMessageInfo"]:Xe,["toasts"]:Ze,["transactionsInfo"]:Qe,["transactions"]:to},Ai=(e={})=>(0,sr.combineReducers)(x(x({},vi),e)),xe=Ai});var dr={};te(dr,{default:()=>Ri});function so(e,o=[]){return{key:e,version:1,storage:_r.default,blacklist:o}}var ee,mr,_r,Ii,Ei,Li,Ni,Ci,Pi,Di,Ri,lr=h(()=>{"use strict";t();ee=require("redux-persist"),mr=b(require("redux-persist/lib/storage")),_r=b(require("redux-persist/lib/storage/session"));co();W();Ye();Je();eo();ro();sn();Ii={2:e=>T(x({},e),{networkConfig:Qo})};Ei=so("sdk-dapp-transactionsInfo"),Li=so("sdk-dapp-transactions",["transactionsToSign"]),Ni=so("sdk-dapp-toasts"),Ci=so("sdk-dapp-signedMessageInfo"),Pi={key:"sdk-dapp-store",version:2,storage:mr.default,whitelist:["account","loginInfo","modals","networkConfig"],migrate:(0,ee.createMigrate)(Ii,{debug:!1})},Di={["toasts"]:(0,ee.persistReducer)(Ni,Ze),["transactions"]:(0,ee.persistReducer)(Li,to),["transactionsInfo"]:(0,ee.persistReducer)(Ei,Qe),["signedMessageInfo"]:(0,ee.persistReducer)(Ci,Xe)},Ri=(0,ee.persistReducer)(Pi,xe(Di))});var gr={};te(gr,{default:()=>Mi});var Mi,ur=h(()=>{"use strict";t();co();Mi=xe()});var fr={};te(fr,{default:()=>Oi});var U,Fi,Oi,xr=h(()=>{"use strict";t();U=require("redux-persist"),Fi=[U.FLUSH,U.REHYDRATE,U.PAUSE,U.PERSIST,U.PURGE,U.REGISTER],Oi=Fi});var br={};te(br,{default:()=>yr});function yr(e){return(0,hr.persistStore)(e)}var hr,Tr=h(()=>{"use strict";t();hr=require("redux-persist")});var jp={};te(jp,{WebWalletLoginButton:()=>Hp});module.exports=ve(jp);t();var ca=b(require("react"));t();var kn=require("react");Do();t();var Ir=require("react"),he=require("react-redux");t();var mn=require("@reduxjs/toolkit"),vr=require("react-redux/lib/utils/Subscription");W();t();var nr=b(require("lodash.throttle"));E();t();var or=b(require("lodash.isequal")),ao=require("reselect");B();var u=(0,ao.createSelectorCreator)(ao.defaultMemoize,or.default),Ce=(e,o)=>e!=""&&Boolean(o);W();Xo();fe();ue();var wi=[je],io=!1,Si=(0,nr.default)(()=>{Ee(Ie())},5e3),tr=e=>o=>n=>{var d;if(wi.includes(n.type))return o(n);let r=e.getState(),a=pe.local.getItem(Q.loginExpiresAt);if(!Ce((d=r==null?void 0:r.loginInfo)==null?void 0:d.loginMethod,r==null?void 0:r.account.address))return o(n);if(a==null)return Ee(Ie());let m=Date.now();return a-m<0&&!io?setTimeout(()=>{io=!0,e.dispatch(Et())},1e3):(io&&(io=!1),Si()),o(n)};t();t();function po(){return typeof sessionStorage!="undefined"}var wr=po()?(lr(),ve(dr)).default:(ur(),ve(gr)).default,Sr=po()?(xr(),ve(fr)).default:[],kr=po()?(Tr(),ve(br)).default:e=>e;co();var k=(0,mn.configureStore)({reducer:wr,middleware:e=>e({serializableCheck:{ignoredActions:[...Sr,qo.type,Go.type],ignoredPaths:["payload.nonce","account.account.nonce","providers.accountProvider"]}}).concat(tr)}),Ar=(0,vr.createSubscription)(k),E_=kr(k),L_=(0,mn.configureStore)({reducer:xe});var Bi={store:k,subscription:Ar},_n=(0,Ir.createContext)(Bi),D_=(0,he.createStoreHook)(_n),mo=(0,he.createDispatchHook)(_n),V=(0,he.createSelectorHook)(_n);t();t();W();var Z=e=>e.account,_o=u(Z,e=>e.address),ye=u(Z,_o,(e,o)=>o in e.accounts?e.accounts[o]:Ge),Ui=u(Z,ye,(e,o)=>{let a=e,{accounts:n}=a,r=Be(a,["accounts"]);return T(x({},r),{account:o})}),O_=u(ye,e=>e.balance),$i=u(ye,e=>{var o;return((o=e==null?void 0:e.nonce)==null?void 0:o.valueOf())||0}),B_=u(Z,e=>e.shard),U_=u(Z,e=>e.ledgerAccount),$_=u(Z,e=>e.walletConnectAccount),W_=u(Z,e=>e.isAccountLoading),V_=u(Z,e=>e.accountLoadingError),Wi=u(Z,e=>e.websocketEvent);t();var H=e=>e.loginInfo,G_=u(H,e=>e.loginMethod),lo=u(H,_o,(e,o)=>Ce(e.loginMethod,o)),q_=u(H,e=>e.walletConnectLogin),K_=u(H,e=>e.ledgerLogin),Vi=u(H,e=>e.walletLogin),X_=u(H,e=>e.isLoginSessionInvalid),Er=u(H,e=>e.tokenLogin),Y_=u(H,e=>e.logoutRoute);t();var Lr=e=>e.modals,Q_=u(Lr,e=>e.txSubmittedModal),ed=u(Lr,e=>e.notificationModal);t();var ce=e=>e.networkConfig,Hi=u(ce,e=>e.chainID),td=u(ce,e=>e.network.walletConnectBridgeAddress),rd=u(ce,e=>e.network.walletConnectV2RelayAddress),ad=u(ce,e=>e.network.walletConnectV2ProjectId),id=u(ce,e=>e.network.walletConnectV2Options),pd=u(ce,e=>e.network.walletConnectDeepLink),oe=u(ce,e=>e.network),ji=u(oe,e=>e.apiAddress),Nr=u(oe,e=>e.explorerAddress),zi=u(oe,e=>e.egldLabel);t();var dn=e=>e.signedMessageInfo,md=u(dn,e=>e.isSigning),_d=u(dn,e=>e.errorMessage),dd=u(dn,e=>{let o=Object.keys(e.signedSessions),n=o.length;return e.signedSessions[o[n-1]]});t();var ln=e=>e.toasts,ud=u(ln,e=>e.customToasts),fd=u(ln,e=>e.transactionToasts),xd=u(ln,e=>e.failTransactionToast);t();W();var Cr={errorMessage:tn,successMessage:rn,processingMessage:an},Gi=e=>e.transactionsInfo,Td=u(Gi,(e,o)=>o,(e,o)=>o!=null&&(e==null?void 0:e[Number(o)])||Cr);t();t();var M=require("@multiversx/sdk-core");E();t();function gn(e){try{return i.Buffer.from(e,"base64").toString()===atob(e)}catch(o){return!1}}function be(e){return atob(e)}function un(e){var a,s,m;let{data:o}=e,n=gn(o!=null?o:"")?M.TransactionPayload.fromEncoded(o):new M.TransactionPayload(o),r=new M.Transaction(x({value:e.value.valueOf(),data:n,nonce:e.nonce.valueOf(),receiver:new M.Address(e.receiver),sender:new M.Address(e.sender),gasLimit:(a=e.gasLimit.valueOf())!=null?a:Oo,gasPrice:(s=e.gasPrice.valueOf())!=null?s:Bo,chainID:e.chainID.valueOf(),version:new M.TransactionVersion((m=e.version)!=null?m:_t)},e.options?{options:new M.TransactionOptions(e.options)}:{}));return r.applySignature({hex:()=>e.signature||""},new M.Address(e.sender)),r}t();cn();t();var Ki=b(require("bignumber.js"));B();t();t();t();t();var Yi=require("@multiversx/sdk-core"),Zi=b(require("bignumber.js"));O();t();var Xi=require("@multiversx/sdk-core");t();t();t();var Qi=require("@multiversx/sdk-core/out");t();E();t();var Rr=require("@multiversx/sdk-core");B();t();t();t();t();O();t();t();t();t();t();t();t();var xn="blocks";t();t();t();t();P();t();t();P();t();t();t();var ip=b(require("bignumber.js"));E();t();var ap=require("@multiversx/sdk-core"),hn=b(require("bignumber.js"));E();t();var tp=b(require("bignumber.js"));t();hn.default.config({ROUNDING_MODE:hn.default.ROUND_FLOOR});t();t();t();E();t();t();t();t();E();t();E();t();var pp=require("@multiversx/sdk-core");E();t();var Pe=require("@multiversx/sdk-core"),sp=require("@multiversx/sdk-network-providers");E();t();t();var cp=b(require("bignumber.js"));E();t();E();t();t();t();t();t();E();t();P();var _p=["reDelegateRewards","claimRewards","unBond"],dp=["wrapEgld","unwrapEgld"],lp=["unStake"],gp=["unDelegate"];t();t();t();E();t();var xp=b(require("bignumber.js"));t();t();t();P();t();var hp=b(require("bignumber.js"));t();t();t();t();P();t();t();t();var bp=b(require("linkifyjs"));t();E();t();var Tp=b(require("bignumber.js"));t();B();t();t();O();t();O();t();t();t();P();t();P();t();var wp=b(require("bignumber.js"));E();P();t();P();t();var Ur=require("react");B();t();t();P();t();var Sp=require("@multiversx/sdk-core/out"),kp=b(require("bignumber.js"));P();t();P();t();t();O();var Xx=[{label:"Raw",value:"raw"},{label:"Text",value:"text"},{label:"Decimal",value:"decimal"},{label:"Smart",value:"smart"}];t();var $r=require("react");B();t();var Ap=require("react");P();var nh=["create","localMint","ESDTLocalMint","addQuantity","burn","localBurn","ESDTLocalBurn","wipe","writeLog","signalError"];var xo=e=>e.transactions,De=u(xo,e=>e.signedTransactions),$h=u(xo,e=>e.signTransactionsError),Wh=u(xo,e=>e.signTransactionsCancelMessage),ho=e=>o=>Object.entries(o).reduce((n,[r,a])=>(e(a.status)&&(n[r]=a),n),{}),Vh=u(De,ho(Yt)),Hh=u(De,ho(oo)),jh=u(De,ho(no)),zh=u(De,ho(Zt)),Gh=u(xo,e=>{var o;return(e==null?void 0:e.transactionsToSign)==null?null:T(x({},e.transactionsToSign),{transactions:((o=e==null?void 0:e.transactionsToSign)==null?void 0:o.transactions.map(n=>un(n)))||[]})}),qh=u(De,(e,o)=>o,(e,o)=>o!=null?(e==null?void 0:e[o])||{}:{});W();t();t();t();t();t();t();var Ip=require("@multiversx/sdk-extension-provider"),Ep=require("@multiversx/sdk-hw-provider"),Lp=require("@multiversx/sdk-wallet-connect-provider/out/walletConnectProvider"),Np=require("@multiversx/sdk-wallet-connect-provider/out/walletConnectV2Provider"),Wr=require("@multiversx/sdk-web-wallet-provider");E();O();var Cp="/dapp/init";var Vr=e=>new Wr.WalletProvider(`${e}${Cp}`);var J=e=>`Unable to perform ${e}, Provider not initialized`,bn=class{init(){return Promise.resolve(!1)}login(o){throw new Error(J(`login with options: ${o}`))}logout(o){throw new Error(J(`logout with options: ${o}`))}getAddress(){throw new Error(J("getAddress"))}isInitialized(){return!1}isConnected(){return Promise.resolve(!1)}sendTransaction(o,n){throw new Error(J(`sendTransaction with transactions: ${o} options: ${n}`))}signTransaction(o,n){throw new Error(J(`signTransaction with transactions: ${o} options: ${n}`))}signTransactions(o,n){throw new Error(J(`signTransactions with transactions: ${o} options: ${n}`))}signMessage(o,n){throw new Error(J(`signTransactions with ${o} and options ${n}`))}sendCustomMessage({method:o,params:n}){throw new Error(J(`sendCustomMessage with method: ${o} params: ${n}`))}sendCustomRequest(o){throw new Error(J(`sendSessionEvent with options: ${o}`))}ping(){return Promise.resolve(!1)}},Pp=new bn;O();t();t();t();t();var Dp=b(require("axios"));t();t();t();W();t();t();t();W();t();var zr=require("@multiversx/sdk-core");t();$();B();t();t();Uo();t();t();var Mp=b(require("platform"));t();function Tn(){return lo(k.getState())}t();$();B();Ke();fe();ue();t();t();t();t();t();t();Ke();t();t();t();t();fe();t();t();t();W();t();t();var Fp=b(require("axios"));t();var oa=require("react"),yo=require("@multiversx/sdk-core");t();t();t();var wn=()=>V(ye);t();t();t();t();t();var Re=b(require("react"));var aT=(0,Re.createContext)({}),iT=k.getState();t();var qr=b(require("react"));t();var Sn=b(require("react")),Op=b(require("axios"));t();t();t();W();t();t();t();var Kr,Me={hostname:typeof window!="undefined"?(Kr=window==null?void 0:window.location)==null?void 0:Kr.hostname:"",apiAddress:"https://api.multiversx.com",expirySeconds:60*60*24,tokenExpirationToastWarningSeconds:5*60},Fe=e=>{var n,r,a,s;return e===!0?Me:{hostname:(n=e==null?void 0:e.hostname)!=null?n:Me.hostname,expirySeconds:(r=e==null?void 0:e.expirySeconds)!=null?r:Me.expirySeconds,apiAddress:(a=e==null?void 0:e.apiAddress)!=null?a:Me.apiAddress,tokenExpirationToastWarningSeconds:(s=e==null?void 0:e.tokenExpirationToastWarningSeconds)!=null?s:Me.tokenExpirationToastWarningSeconds}};t();var Bp=e=>e.replace(/\+/g,"-").replace(/\//g,"_").replace(/=/g,""),we=e=>Bp(i.Buffer.from(e,"utf8").toString("base64"));t();var Xr=b(require("axios"));function Yr(e){return I(this,null,function*(){let{data:o}=yield Xr.default.get(`${e}/${xn}?size=1&fields=hash,timestamp`),[n]=o;return n})}t();t();t();function Up(e){return Object.prototype.toString.call(e)==="[object String]"}var Zr=e=>{if(!e||!Up(e))return null;try{let[o,n,r]=e.split("."),a=be(o),s=be(n),[m,l,d,g]=s.split("."),y=JSON.parse(be(g)),f=be(m),w={ttl:Number(d),address:a,extraInfo:y,host:f,signature:r,blockHash:l,body:s};return g==="e30"&&delete w.extraInfo,w}catch(o){return null}};var Jr=({address:e,token:o,signature:n})=>{let r=we(e),a=we(o);return`${r}.${a}.${n}`};t();ze();var Qr=e=>{let o=Zr(e);if(!o)return{isExpired:!1};let n=ge(),{ttl:r,extraInfo:a}=o,s=a.timestamp;if(!s)return{isExpired:!1};let m=s+r,l=n>m,d=m-n;return{isExpired:l,expiresAt:m,secondsUntilExpires:d}};var ea=e=>{let{hostname:o,apiAddress:n,expirySeconds:r}=Fe(e);return{getNativeAuthConfig:Fe,initialize:(...m)=>I(void 0,[...m],function*(s={}){let{hash:l,timestamp:d}=yield Yr(n),g=we(JSON.stringify(x(x({},s),d?{timestamp:d}:{})));return`${we(o)}.${l}.${r}.${g}`}),getToken:Jr,getTokenExpiration:Qr}};t();var $p=(e,o)=>{var n;return o?o===!0?e:(n=o.apiAddress)!=null?n:e:null},na=e=>{let o=V(oe),n=V(Er),r=(0,oa.useRef)(n==null?void 0:n.loginToken),a=$p(o.apiAddress,e),s=Fe(x(x({},e===!0?{}:e),a?{apiAddress:a}:{})),m=Boolean(e),l=ea(s),{address:d}=wn(),g=mo(),y=A=>{r.current=A,g(qe(x({loginToken:A},a?{nativeAuthConfig:s}:{})))},f=()=>I(void 0,null,function*(){try{return yield l.initialize()}catch(A){console.error("Unable to get block. Login failed.",A);return}}),w=({address:A,signature:N})=>{let R=r.current;if(!R)throw"Token not found. Call `setLoginToken` first.";if(!m){g(qe({loginToken:R,signature:N}));return}let se=l.getToken({address:A,token:R,signature:N});g(qe(x({loginToken:R,signature:N,nativeAuthToken:se},a?{nativeAuthConfig:s}:{})))};return{configuration:s,setLoginToken:y,getNativeAuthLoginToken:f,setTokenLoginInfo:w,refreshNativeAuthTokenLogin:N=>I(void 0,[N],function*({signMessageCallback:A}){let R=yield f();if(r.current=R,!R)return;let se=new yo.SignableMessage({address:new yo.Address(d),message:i.Buffer.from(R)}),bo=yield A(se,{});w({address:d,signature:bo.toJSON().signature})})}};t();var ta=(e,o=["address"])=>{let n=new URL(e),r=new URLSearchParams(n.search);o.forEach(s=>r.delete(s));let a=Array.from(r.values()).length>0?"?":"";return`${n.origin}${n.pathname}${a}${r.toString()}`};var ra=({callbackRoute:e,token:o,nativeAuth:n,redirectDelayMilliseconds:r=100})=>{let[a,s]=(0,kn.useState)(""),[m,l]=(0,kn.useState)(!1),d=V(oe),g=mo(),y=Tn(),f=Boolean(n),w=na(n),S=o;function A(){return I(this,null,function*(){if(y)throw new Error(Zn);try{l(!0);let R=Vr(d.walletAddress),se=new Date,bo=se.setMinutes(se.getMinutes()+3)/1e3,sa={data:{},expires:bo};if(f&&!S&&(S=yield w.getNativeAuthLoginToken(),!S)){console.warn("Login cancelled.");return}S&&w.setLoginToken(S),g(It(sa));let ma=ta(`${window.location.origin}${e}`),_a=encodeURIComponent(ma),da=T(x({callbackUrl:_a},S&&{token:S}),{redirectDelayMilliseconds:r});yield R.login(da)}catch(R){console.error(R),s("error logging in"+R.message)}finally{l(!1)}})}let N=Boolean(a);return[A,{error:a,loginFailed:N,isLoading:m&&!N,isLoggedIn:y&&!N}]};t();var vn=b(require("react")),ia=b(require("classnames"));t();var Wp=`.dapp-core-component__main__link-style {
|
|
1
|
+
"use strict";var ga=Object.create;var ke=Object.defineProperty,ua=Object.defineProperties,fa=Object.getOwnPropertyDescriptor,xa=Object.getOwnPropertyDescriptors,ha=Object.getOwnPropertyNames,Oe=Object.getOwnPropertySymbols,ya=Object.getPrototypeOf,To=Object.prototype.hasOwnProperty,In=Object.prototype.propertyIsEnumerable;var An=(e,o,n)=>o in e?ke(e,o,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[o]=n,x=(e,o)=>{for(var n in o||(o={}))To.call(o,n)&&An(e,n,o[n]);if(Oe)for(var n of Oe(o))In.call(o,n)&&An(e,n,o[n]);return e},T=(e,o)=>ua(e,xa(o));var Be=(e,o)=>{var n={};for(var r in e)To.call(e,r)&&o.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&Oe)for(var r of Oe(e))o.indexOf(r)<0&&In.call(e,r)&&(n[r]=e[r]);return n};var h=(e,o)=>()=>(e&&(o=e(e=0)),o);var Ue=(e,o)=>()=>(o||e((o={exports:{}}).exports,o),o.exports),te=(e,o)=>{for(var n in o)ke(e,n,{get:o[n],enumerable:!0})},En=(e,o,n,r)=>{if(o&&typeof o=="object"||typeof o=="function")for(let a of ha(o))!To.call(e,a)&&a!==n&&ke(e,a,{get:()=>o[a],enumerable:!(r=fa(o,a))||r.enumerable});return e};var b=(e,o,n)=>(n=e!=null?ga(ya(e)):{},En(o||!e||!e.__esModule?ke(n,"default",{value:e,enumerable:!0}):n,e)),ve=e=>En(ke({},"__esModule",{value:!0}),e);var I=(e,o,n)=>new Promise((r,a)=>{var s=d=>{try{l(n.next(d))}catch(g){a(g)}},m=d=>{try{l(n.throw(d))}catch(g){a(g)}},l=d=>d.done?r(d.value):Promise.resolve(d.value).then(s,m);l((n=n.apply(e,o)).next())});var Cn=Ue($e=>{"use strict";t();$e.byteLength=Ta;$e.toByteArray=Sa;$e.fromByteArray=Aa;var j=[],F=[],ba=typeof Uint8Array!="undefined"?Uint8Array:Array,wo="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(re=0,Ln=wo.length;re<Ln;++re)j[re]=wo[re],F[wo.charCodeAt(re)]=re;var re,Ln;F["-".charCodeAt(0)]=62;F["_".charCodeAt(0)]=63;function Nn(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 Ta(e){var o=Nn(e),n=o[0],r=o[1];return(n+r)*3/4-r}function wa(e,o,n){return(o+n)*3/4-n}function Sa(e){var o,n=Nn(e),r=n[0],a=n[1],s=new ba(wa(e,r,a)),m=0,l=a>0?r-4:r,d;for(d=0;d<l;d+=4)o=F[e.charCodeAt(d)]<<18|F[e.charCodeAt(d+1)]<<12|F[e.charCodeAt(d+2)]<<6|F[e.charCodeAt(d+3)],s[m++]=o>>16&255,s[m++]=o>>8&255,s[m++]=o&255;return a===2&&(o=F[e.charCodeAt(d)]<<2|F[e.charCodeAt(d+1)]>>4,s[m++]=o&255),a===1&&(o=F[e.charCodeAt(d)]<<10|F[e.charCodeAt(d+1)]<<4|F[e.charCodeAt(d+2)]>>2,s[m++]=o>>8&255,s[m++]=o&255),s}function ka(e){return j[e>>18&63]+j[e>>12&63]+j[e>>6&63]+j[e&63]}function va(e,o,n){for(var r,a=[],s=o;s<n;s+=3)r=(e[s]<<16&16711680)+(e[s+1]<<8&65280)+(e[s+2]&255),a.push(ka(r));return a.join("")}function Aa(e){for(var o,n=e.length,r=n%3,a=[],s=16383,m=0,l=n-r;m<l;m+=s)a.push(va(e,m,m+s>l?l:m+s));return r===1?(o=e[n-1],a.push(j[o>>2]+j[o<<4&63]+"==")):r===2&&(o=(e[n-2]<<8)+e[n-1],a.push(j[o>>10]+j[o>>4&63]+j[o<<2&63]+"=")),a.join("")}});var Pn=Ue(So=>{t();So.read=function(e,o,n,r,a){var s,m,l=a*8-r-1,d=(1<<l)-1,g=d>>1,y=-7,f=n?a-1:0,w=n?-1:1,S=e[o+f];for(f+=w,s=S&(1<<-y)-1,S>>=-y,y+=l;y>0;s=s*256+e[o+f],f+=w,y-=8);for(m=s&(1<<-y)-1,s>>=-y,y+=r;y>0;m=m*256+e[o+f],f+=w,y-=8);if(s===0)s=1-g;else{if(s===d)return m?NaN:(S?-1:1)*(1/0);m=m+Math.pow(2,r),s=s-g}return(S?-1:1)*m*Math.pow(2,s-r)};So.write=function(e,o,n,r,a,s){var m,l,d,g=s*8-a-1,y=(1<<g)-1,f=y>>1,w=a===23?Math.pow(2,-24)-Math.pow(2,-77):0,S=r?0:s-1,A=r?1:-1,N=o<0||o===0&&1/o<0?1:0;for(o=Math.abs(o),isNaN(o)||o===1/0?(l=isNaN(o)?1:0,m=y):(m=Math.floor(Math.log(o)/Math.LN2),o*(d=Math.pow(2,-m))<1&&(m--,d*=2),m+f>=1?o+=w/d:o+=w*Math.pow(2,1-f),o*d>=2&&(m++,d/=2),m+f>=y?(l=0,m=y):m+f>=1?(l=(o*d-1)*Math.pow(2,a),m=m+f):(l=o*Math.pow(2,f-1)*Math.pow(2,a),m=0));a>=8;e[n+S]=l&255,S+=A,l/=256,a-=8);for(m=m<<a|l,g+=a;g>0;e[n+S]=m&255,S+=A,m/=256,g-=8);e[n+S-A]|=N*128}});var zn=Ue(_e=>{"use strict";t();var ko=Cn(),me=Pn(),Dn=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;_e.Buffer=_;_e.SlowBuffer=Pa;_e.INSPECT_MAX_BYTES=50;var We=2147483647;_e.kMaxLength=We;_.TYPED_ARRAY_SUPPORT=Ia();!_.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 Ia(){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(_.prototype,"parent",{enumerable:!0,get:function(){if(!!_.isBuffer(this))return this.buffer}});Object.defineProperty(_.prototype,"offset",{enumerable:!0,get:function(){if(!!_.isBuffer(this))return this.byteOffset}});function K(e){if(e>We)throw new RangeError('The value "'+e+'" is invalid for option "size"');var o=new Uint8Array(e);return Object.setPrototypeOf(o,_.prototype),o}function _(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 Eo(e)}return Fn(e,o,n)}_.poolSize=8192;function Fn(e,o,n){if(typeof e=="string")return La(e,o);if(ArrayBuffer.isView(e))return Na(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(z(e,ArrayBuffer)||e&&z(e.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(z(e,SharedArrayBuffer)||e&&z(e.buffer,SharedArrayBuffer)))return Ao(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 _.from(r,o,n);var a=Ca(e);if(a)return a;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof e[Symbol.toPrimitive]=="function")return _.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)}_.from=function(e,o,n){return Fn(e,o,n)};Object.setPrototypeOf(_.prototype,Uint8Array.prototype);Object.setPrototypeOf(_,Uint8Array);function On(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 Ea(e,o,n){return On(e),e<=0?K(e):o!==void 0?typeof n=="string"?K(e).fill(o,n):K(e).fill(o):K(e)}_.alloc=function(e,o,n){return Ea(e,o,n)};function Eo(e){return On(e),K(e<0?0:Lo(e)|0)}_.allocUnsafe=function(e){return Eo(e)};_.allocUnsafeSlow=function(e){return Eo(e)};function La(e,o){if((typeof o!="string"||o==="")&&(o="utf8"),!_.isEncoding(o))throw new TypeError("Unknown encoding: "+o);var n=Bn(e,o)|0,r=K(n),a=r.write(e,o);return a!==n&&(r=r.slice(0,a)),r}function vo(e){for(var o=e.length<0?0:Lo(e.length)|0,n=K(o),r=0;r<o;r+=1)n[r]=e[r]&255;return n}function Na(e){if(z(e,Uint8Array)){var o=new Uint8Array(e);return Ao(o.buffer,o.byteOffset,o.byteLength)}return vo(e)}function Ao(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,_.prototype),r}function Ca(e){if(_.isBuffer(e)){var o=Lo(e.length)|0,n=K(o);return n.length===0||e.copy(n,0,0,o),n}if(e.length!==void 0)return typeof e.length!="number"||No(e.length)?K(0):vo(e);if(e.type==="Buffer"&&Array.isArray(e.data))return vo(e.data)}function Lo(e){if(e>=We)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+We.toString(16)+" bytes");return e|0}function Pa(e){return+e!=e&&(e=0),_.alloc(+e)}_.isBuffer=function(o){return o!=null&&o._isBuffer===!0&&o!==_.prototype};_.compare=function(o,n){if(z(o,Uint8Array)&&(o=_.from(o,o.offset,o.byteLength)),z(n,Uint8Array)&&(n=_.from(n,n.offset,n.byteLength)),!_.isBuffer(o)||!_.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,a=n.length,s=0,m=Math.min(r,a);s<m;++s)if(o[s]!==n[s]){r=o[s],a=n[s];break}return r<a?-1:a<r?1:0};_.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}};_.concat=function(o,n){if(!Array.isArray(o))throw new TypeError('"list" argument must be an Array of Buffers');if(o.length===0)return _.alloc(0);var r;if(n===void 0)for(n=0,r=0;r<o.length;++r)n+=o[r].length;var a=_.allocUnsafe(n),s=0;for(r=0;r<o.length;++r){var m=o[r];if(z(m,Uint8Array))s+m.length>a.length?_.from(m).copy(a,s):Uint8Array.prototype.set.call(a,m,s);else if(_.isBuffer(m))m.copy(a,s);else throw new TypeError('"list" argument must be an Array of Buffers');s+=m.length}return a};function Bn(e,o){if(_.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||z(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 a=!1;;)switch(o){case"ascii":case"latin1":case"binary":return n;case"utf8":case"utf-8":return Io(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return n*2;case"hex":return n>>>1;case"base64":return jn(e).length;default:if(a)return r?-1:Io(e).length;o=(""+o).toLowerCase(),a=!0}}_.byteLength=Bn;function Da(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 Ha(this,o,n);case"utf8":case"utf-8":return $n(this,o,n);case"ascii":return Wa(this,o,n);case"latin1":case"binary":return Va(this,o,n);case"base64":return Ua(this,o,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return ja(this,o,n);default:if(r)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),r=!0}}_.prototype._isBuffer=!0;function ae(e,o,n){var r=e[o];e[o]=e[n],e[n]=r}_.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)ae(this,n,n+1);return this};_.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)ae(this,n,n+3),ae(this,n+1,n+2);return this};_.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)ae(this,n,n+7),ae(this,n+1,n+6),ae(this,n+2,n+5),ae(this,n+3,n+4);return this};_.prototype.toString=function(){var o=this.length;return o===0?"":arguments.length===0?$n(this,0,o):Da.apply(this,arguments)};_.prototype.toLocaleString=_.prototype.toString;_.prototype.equals=function(o){if(!_.isBuffer(o))throw new TypeError("Argument must be a Buffer");return this===o?!0:_.compare(this,o)===0};_.prototype.inspect=function(){var o="",n=_e.INSPECT_MAX_BYTES;return o=this.toString("hex",0,n).replace(/(.{2})/g,"$1 ").trim(),this.length>n&&(o+=" ... "),"<Buffer "+o+">"};Dn&&(_.prototype[Dn]=_.prototype.inspect);_.prototype.compare=function(o,n,r,a,s){if(z(o,Uint8Array)&&(o=_.from(o,o.offset,o.byteLength)),!_.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),a===void 0&&(a=0),s===void 0&&(s=this.length),n<0||r>o.length||a<0||s>this.length)throw new RangeError("out of range index");if(a>=s&&n>=r)return 0;if(a>=s)return-1;if(n>=r)return 1;if(n>>>=0,r>>>=0,a>>>=0,s>>>=0,this===o)return 0;for(var m=s-a,l=r-n,d=Math.min(m,l),g=this.slice(a,s),y=o.slice(n,r),f=0;f<d;++f)if(g[f]!==y[f]){m=g[f],l=y[f];break}return m<l?-1:l<m?1:0};function Un(e,o,n,r,a){if(e.length===0)return-1;if(typeof n=="string"?(r=n,n=0):n>2147483647?n=2147483647:n<-2147483648&&(n=-2147483648),n=+n,No(n)&&(n=a?0:e.length-1),n<0&&(n=e.length+n),n>=e.length){if(a)return-1;n=e.length-1}else if(n<0)if(a)n=0;else return-1;if(typeof o=="string"&&(o=_.from(o,r)),_.isBuffer(o))return o.length===0?-1:Rn(e,o,n,r,a);if(typeof o=="number")return o=o&255,typeof Uint8Array.prototype.indexOf=="function"?a?Uint8Array.prototype.indexOf.call(e,o,n):Uint8Array.prototype.lastIndexOf.call(e,o,n):Rn(e,[o],n,r,a);throw new TypeError("val must be string, number or Buffer")}function Rn(e,o,n,r,a){var s=1,m=e.length,l=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;s=2,m/=2,l/=2,n/=2}function d(S,A){return s===1?S[A]:S.readUInt16BE(A*s)}var g;if(a){var y=-1;for(g=n;g<m;g++)if(d(e,g)===d(o,y===-1?0:g-y)){if(y===-1&&(y=g),g-y+1===l)return y*s}else y!==-1&&(g-=g-y),y=-1}else for(n+l>m&&(n=m-l),g=n;g>=0;g--){for(var f=!0,w=0;w<l;w++)if(d(e,g+w)!==d(o,w)){f=!1;break}if(f)return g}return-1}_.prototype.includes=function(o,n,r){return this.indexOf(o,n,r)!==-1};_.prototype.indexOf=function(o,n,r){return Un(this,o,n,r,!0)};_.prototype.lastIndexOf=function(o,n,r){return Un(this,o,n,r,!1)};function Ra(e,o,n,r){n=Number(n)||0;var a=e.length-n;r?(r=Number(r),r>a&&(r=a)):r=a;var s=o.length;r>s/2&&(r=s/2);for(var m=0;m<r;++m){var l=parseInt(o.substr(m*2,2),16);if(No(l))return m;e[n+m]=l}return m}function Ma(e,o,n,r){return Ve(Io(o,e.length-n),e,n,r)}function Fa(e,o,n,r){return Ve(qa(o),e,n,r)}function Oa(e,o,n,r){return Ve(jn(o),e,n,r)}function Ba(e,o,n,r){return Ve(Ka(o,e.length-n),e,n,r)}_.prototype.write=function(o,n,r,a){if(n===void 0)a="utf8",r=this.length,n=0;else if(r===void 0&&typeof n=="string")a=n,r=this.length,n=0;else if(isFinite(n))n=n>>>0,isFinite(r)?(r=r>>>0,a===void 0&&(a="utf8")):(a=r,r=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var s=this.length-n;if((r===void 0||r>s)&&(r=s),o.length>0&&(r<0||n<0)||n>this.length)throw new RangeError("Attempt to write outside buffer bounds");a||(a="utf8");for(var m=!1;;)switch(a){case"hex":return Ra(this,o,n,r);case"utf8":case"utf-8":return Ma(this,o,n,r);case"ascii":case"latin1":case"binary":return Fa(this,o,n,r);case"base64":return Oa(this,o,n,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Ba(this,o,n,r);default:if(m)throw new TypeError("Unknown encoding: "+a);a=(""+a).toLowerCase(),m=!0}};_.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function Ua(e,o,n){return o===0&&n===e.length?ko.fromByteArray(e):ko.fromByteArray(e.slice(o,n))}function $n(e,o,n){n=Math.min(e.length,n);for(var r=[],a=o;a<n;){var s=e[a],m=null,l=s>239?4:s>223?3:s>191?2:1;if(a+l<=n){var d,g,y,f;switch(l){case 1:s<128&&(m=s);break;case 2:d=e[a+1],(d&192)===128&&(f=(s&31)<<6|d&63,f>127&&(m=f));break;case 3:d=e[a+1],g=e[a+2],(d&192)===128&&(g&192)===128&&(f=(s&15)<<12|(d&63)<<6|g&63,f>2047&&(f<55296||f>57343)&&(m=f));break;case 4:d=e[a+1],g=e[a+2],y=e[a+3],(d&192)===128&&(g&192)===128&&(y&192)===128&&(f=(s&15)<<18|(d&63)<<12|(g&63)<<6|y&63,f>65535&&f<1114112&&(m=f))}}m===null?(m=65533,l=1):m>65535&&(m-=65536,r.push(m>>>10&1023|55296),m=56320|m&1023),r.push(m),a+=l}return $a(r)}var Mn=4096;function $a(e){var o=e.length;if(o<=Mn)return String.fromCharCode.apply(String,e);for(var n="",r=0;r<o;)n+=String.fromCharCode.apply(String,e.slice(r,r+=Mn));return n}function Wa(e,o,n){var r="";n=Math.min(e.length,n);for(var a=o;a<n;++a)r+=String.fromCharCode(e[a]&127);return r}function Va(e,o,n){var r="";n=Math.min(e.length,n);for(var a=o;a<n;++a)r+=String.fromCharCode(e[a]);return r}function Ha(e,o,n){var r=e.length;(!o||o<0)&&(o=0),(!n||n<0||n>r)&&(n=r);for(var a="",s=o;s<n;++s)a+=Xa[e[s]];return a}function ja(e,o,n){for(var r=e.slice(o,n),a="",s=0;s<r.length-1;s+=2)a+=String.fromCharCode(r[s]+r[s+1]*256);return a}_.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 a=this.subarray(o,n);return Object.setPrototypeOf(a,_.prototype),a};function L(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")}_.prototype.readUintLE=_.prototype.readUIntLE=function(o,n,r){o=o>>>0,n=n>>>0,r||L(o,n,this.length);for(var a=this[o],s=1,m=0;++m<n&&(s*=256);)a+=this[o+m]*s;return a};_.prototype.readUintBE=_.prototype.readUIntBE=function(o,n,r){o=o>>>0,n=n>>>0,r||L(o,n,this.length);for(var a=this[o+--n],s=1;n>0&&(s*=256);)a+=this[o+--n]*s;return a};_.prototype.readUint8=_.prototype.readUInt8=function(o,n){return o=o>>>0,n||L(o,1,this.length),this[o]};_.prototype.readUint16LE=_.prototype.readUInt16LE=function(o,n){return o=o>>>0,n||L(o,2,this.length),this[o]|this[o+1]<<8};_.prototype.readUint16BE=_.prototype.readUInt16BE=function(o,n){return o=o>>>0,n||L(o,2,this.length),this[o]<<8|this[o+1]};_.prototype.readUint32LE=_.prototype.readUInt32LE=function(o,n){return o=o>>>0,n||L(o,4,this.length),(this[o]|this[o+1]<<8|this[o+2]<<16)+this[o+3]*16777216};_.prototype.readUint32BE=_.prototype.readUInt32BE=function(o,n){return o=o>>>0,n||L(o,4,this.length),this[o]*16777216+(this[o+1]<<16|this[o+2]<<8|this[o+3])};_.prototype.readIntLE=function(o,n,r){o=o>>>0,n=n>>>0,r||L(o,n,this.length);for(var a=this[o],s=1,m=0;++m<n&&(s*=256);)a+=this[o+m]*s;return s*=128,a>=s&&(a-=Math.pow(2,8*n)),a};_.prototype.readIntBE=function(o,n,r){o=o>>>0,n=n>>>0,r||L(o,n,this.length);for(var a=n,s=1,m=this[o+--a];a>0&&(s*=256);)m+=this[o+--a]*s;return s*=128,m>=s&&(m-=Math.pow(2,8*n)),m};_.prototype.readInt8=function(o,n){return o=o>>>0,n||L(o,1,this.length),this[o]&128?(255-this[o]+1)*-1:this[o]};_.prototype.readInt16LE=function(o,n){o=o>>>0,n||L(o,2,this.length);var r=this[o]|this[o+1]<<8;return r&32768?r|4294901760:r};_.prototype.readInt16BE=function(o,n){o=o>>>0,n||L(o,2,this.length);var r=this[o+1]|this[o]<<8;return r&32768?r|4294901760:r};_.prototype.readInt32LE=function(o,n){return o=o>>>0,n||L(o,4,this.length),this[o]|this[o+1]<<8|this[o+2]<<16|this[o+3]<<24};_.prototype.readInt32BE=function(o,n){return o=o>>>0,n||L(o,4,this.length),this[o]<<24|this[o+1]<<16|this[o+2]<<8|this[o+3]};_.prototype.readFloatLE=function(o,n){return o=o>>>0,n||L(o,4,this.length),me.read(this,o,!0,23,4)};_.prototype.readFloatBE=function(o,n){return o=o>>>0,n||L(o,4,this.length),me.read(this,o,!1,23,4)};_.prototype.readDoubleLE=function(o,n){return o=o>>>0,n||L(o,8,this.length),me.read(this,o,!0,52,8)};_.prototype.readDoubleBE=function(o,n){return o=o>>>0,n||L(o,8,this.length),me.read(this,o,!1,52,8)};function D(e,o,n,r,a,s){if(!_.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(o>a||o<s)throw new RangeError('"value" argument is out of bounds');if(n+r>e.length)throw new RangeError("Index out of range")}_.prototype.writeUintLE=_.prototype.writeUIntLE=function(o,n,r,a){if(o=+o,n=n>>>0,r=r>>>0,!a){var s=Math.pow(2,8*r)-1;D(this,o,n,r,s,0)}var m=1,l=0;for(this[n]=o&255;++l<r&&(m*=256);)this[n+l]=o/m&255;return n+r};_.prototype.writeUintBE=_.prototype.writeUIntBE=function(o,n,r,a){if(o=+o,n=n>>>0,r=r>>>0,!a){var s=Math.pow(2,8*r)-1;D(this,o,n,r,s,0)}var m=r-1,l=1;for(this[n+m]=o&255;--m>=0&&(l*=256);)this[n+m]=o/l&255;return n+r};_.prototype.writeUint8=_.prototype.writeUInt8=function(o,n,r){return o=+o,n=n>>>0,r||D(this,o,n,1,255,0),this[n]=o&255,n+1};_.prototype.writeUint16LE=_.prototype.writeUInt16LE=function(o,n,r){return o=+o,n=n>>>0,r||D(this,o,n,2,65535,0),this[n]=o&255,this[n+1]=o>>>8,n+2};_.prototype.writeUint16BE=_.prototype.writeUInt16BE=function(o,n,r){return o=+o,n=n>>>0,r||D(this,o,n,2,65535,0),this[n]=o>>>8,this[n+1]=o&255,n+2};_.prototype.writeUint32LE=_.prototype.writeUInt32LE=function(o,n,r){return o=+o,n=n>>>0,r||D(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};_.prototype.writeUint32BE=_.prototype.writeUInt32BE=function(o,n,r){return o=+o,n=n>>>0,r||D(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};_.prototype.writeIntLE=function(o,n,r,a){if(o=+o,n=n>>>0,!a){var s=Math.pow(2,8*r-1);D(this,o,n,r,s-1,-s)}var m=0,l=1,d=0;for(this[n]=o&255;++m<r&&(l*=256);)o<0&&d===0&&this[n+m-1]!==0&&(d=1),this[n+m]=(o/l>>0)-d&255;return n+r};_.prototype.writeIntBE=function(o,n,r,a){if(o=+o,n=n>>>0,!a){var s=Math.pow(2,8*r-1);D(this,o,n,r,s-1,-s)}var m=r-1,l=1,d=0;for(this[n+m]=o&255;--m>=0&&(l*=256);)o<0&&d===0&&this[n+m+1]!==0&&(d=1),this[n+m]=(o/l>>0)-d&255;return n+r};_.prototype.writeInt8=function(o,n,r){return o=+o,n=n>>>0,r||D(this,o,n,1,127,-128),o<0&&(o=255+o+1),this[n]=o&255,n+1};_.prototype.writeInt16LE=function(o,n,r){return o=+o,n=n>>>0,r||D(this,o,n,2,32767,-32768),this[n]=o&255,this[n+1]=o>>>8,n+2};_.prototype.writeInt16BE=function(o,n,r){return o=+o,n=n>>>0,r||D(this,o,n,2,32767,-32768),this[n]=o>>>8,this[n+1]=o&255,n+2};_.prototype.writeInt32LE=function(o,n,r){return o=+o,n=n>>>0,r||D(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};_.prototype.writeInt32BE=function(o,n,r){return o=+o,n=n>>>0,r||D(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 Wn(e,o,n,r,a,s){if(n+r>e.length)throw new RangeError("Index out of range");if(n<0)throw new RangeError("Index out of range")}function Vn(e,o,n,r,a){return o=+o,n=n>>>0,a||Wn(e,o,n,4,34028234663852886e22,-34028234663852886e22),me.write(e,o,n,r,23,4),n+4}_.prototype.writeFloatLE=function(o,n,r){return Vn(this,o,n,!0,r)};_.prototype.writeFloatBE=function(o,n,r){return Vn(this,o,n,!1,r)};function Hn(e,o,n,r,a){return o=+o,n=n>>>0,a||Wn(e,o,n,8,17976931348623157e292,-17976931348623157e292),me.write(e,o,n,r,52,8),n+8}_.prototype.writeDoubleLE=function(o,n,r){return Hn(this,o,n,!0,r)};_.prototype.writeDoubleBE=function(o,n,r){return Hn(this,o,n,!1,r)};_.prototype.copy=function(o,n,r,a){if(!_.isBuffer(o))throw new TypeError("argument should be a Buffer");if(r||(r=0),!a&&a!==0&&(a=this.length),n>=o.length&&(n=o.length),n||(n=0),a>0&&a<r&&(a=r),a===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(a<0)throw new RangeError("sourceEnd out of bounds");a>this.length&&(a=this.length),o.length-n<a-r&&(a=o.length-n+r);var s=a-r;return this===o&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(n,r,a):Uint8Array.prototype.set.call(o,this.subarray(r,a),n),s};_.prototype.fill=function(o,n,r,a){if(typeof o=="string"){if(typeof n=="string"?(a=n,n=0,r=this.length):typeof r=="string"&&(a=r,r=this.length),a!==void 0&&typeof a!="string")throw new TypeError("encoding must be a string");if(typeof a=="string"&&!_.isEncoding(a))throw new TypeError("Unknown encoding: "+a);if(o.length===1){var s=o.charCodeAt(0);(a==="utf8"&&s<128||a==="latin1")&&(o=s)}}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 l=_.isBuffer(o)?o:_.from(o,a),d=l.length;if(d===0)throw new TypeError('The value "'+o+'" is invalid for argument "value"');for(m=0;m<r-n;++m)this[m+n]=l[m%d]}return this};var za=/[^+/0-9A-Za-z-_]/g;function Ga(e){if(e=e.split("=")[0],e=e.trim().replace(za,""),e.length<2)return"";for(;e.length%4!==0;)e=e+"=";return e}function Io(e,o){o=o||1/0;for(var n,r=e.length,a=null,s=[],m=0;m<r;++m){if(n=e.charCodeAt(m),n>55295&&n<57344){if(!a){if(n>56319){(o-=3)>-1&&s.push(239,191,189);continue}else if(m+1===r){(o-=3)>-1&&s.push(239,191,189);continue}a=n;continue}if(n<56320){(o-=3)>-1&&s.push(239,191,189),a=n;continue}n=(a-55296<<10|n-56320)+65536}else a&&(o-=3)>-1&&s.push(239,191,189);if(a=null,n<128){if((o-=1)<0)break;s.push(n)}else if(n<2048){if((o-=2)<0)break;s.push(n>>6|192,n&63|128)}else if(n<65536){if((o-=3)<0)break;s.push(n>>12|224,n>>6&63|128,n&63|128)}else if(n<1114112){if((o-=4)<0)break;s.push(n>>18|240,n>>12&63|128,n>>6&63|128,n&63|128)}else throw new Error("Invalid code point")}return s}function qa(e){for(var o=[],n=0;n<e.length;++n)o.push(e.charCodeAt(n)&255);return o}function Ka(e,o){for(var n,r,a,s=[],m=0;m<e.length&&!((o-=2)<0);++m)n=e.charCodeAt(m),r=n>>8,a=n%256,s.push(a),s.push(r);return s}function jn(e){return ko.toByteArray(Ga(e))}function Ve(e,o,n,r){for(var a=0;a<r&&!(a+n>=o.length||a>=e.length);++a)o[a+n]=e[a];return a}function z(e,o){return e instanceof o||e!=null&&e.constructor!=null&&e.constructor.name!=null&&e.constructor.name===o.name}function No(e){return e!==e}var Xa=function(){for(var e="0123456789abcdef",o=new Array(256),n=0;n<16;++n)for(var r=n*16,a=0;a<16;++a)o[r+a]=e[n]+e[a];return o}()});var Yn=Ue((Jp,Xn)=>{t();var v=Xn.exports={},G,q;function Co(){throw new Error("setTimeout has not been defined")}function Po(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?G=setTimeout:G=Co}catch(e){G=Co}try{typeof clearTimeout=="function"?q=clearTimeout:q=Po}catch(e){q=Po}})();function Gn(e){if(G===setTimeout)return setTimeout(e,0);if((G===Co||!G)&&setTimeout)return G=setTimeout,setTimeout(e,0);try{return G(e,0)}catch(o){try{return G.call(null,e,0)}catch(n){return G.call(this,e,0)}}}function Ya(e){if(q===clearTimeout)return clearTimeout(e);if((q===Po||!q)&&clearTimeout)return q=clearTimeout,clearTimeout(e);try{return q(e)}catch(o){try{return q.call(null,e)}catch(n){return q.call(this,e)}}}var X=[],de=!1,ie,He=-1;function Za(){!de||!ie||(de=!1,ie.length?X=ie.concat(X):He=-1,X.length&&qn())}function qn(){if(!de){var e=Gn(Za);de=!0;for(var o=X.length;o;){for(ie=X,X=[];++He<o;)ie&&ie[He].run();He=-1,o=X.length}ie=null,de=!1,Ya(e)}}v.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];X.push(new Kn(e,o)),X.length===1&&!de&&Gn(qn)};function Kn(e,o){this.fun=e,this.array=o}Kn.prototype.run=function(){this.fun.apply(null,this.array)};v.title="browser";v.browser=!0;v.env={};v.argv=[];v.version="";v.versions={};function Y(){}v.on=Y;v.addListener=Y;v.once=Y;v.off=Y;v.removeListener=Y;v.removeAllListeners=Y;v.emit=Y;v.prependListener=Y;v.prependOnceListener=Y;v.listeners=function(e){return[]};v.binding=function(e){throw new Error("process.binding is not supported")};v.cwd=function(){return"/"};v.chdir=function(e){throw new Error("process.chdir is not supported")};v.umask=function(){return 0}});var i,p,Qp,t=h(()=>{i=b(zn()),p=b(Yn()),Qp=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 Zn,Do=h(()=>{"use strict";t();Zn="Action not allowed. User is logged in. Call logout() first"});var Jn=h(()=>{"use strict";t()});var Qn=h(()=>{"use strict";t()});var et=h(()=>{"use strict";t()});var O=h(()=>{"use strict";t()});var ot=h(()=>{"use strict";t()});var nt=h(()=>{"use strict";t()});var P=h(()=>{"use strict";t()});var tt=h(()=>{"use strict";t()});var rt=h(()=>{"use strict";t()});var B=h(()=>{"use strict";t();Jn();Qn();et();O();ot();nt();P();tt();rt()});var Ro,at,hc,it,yc,pt,bc,Tc,wc,ct=h(()=>{"use strict";t();B();Ro={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:"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://wallet.multiversx.com",apiAddress:"https://api.multiversx.com",explorerAddress:"https://explorer.multiversx.com",apiTimeout:"4000"}},{chainId:at,egldLabel:hc}=Ro["devnet"],{chainId:it,egldLabel:yc}=Ro["testnet"],{chainId:pt,egldLabel:bc}=Ro["mainnet"],Tc={["devnet"]:at,["testnet"]:it,["mainnet"]:pt},wc={[at]:"devnet",[it]:"testnet",[pt]:"mainnet"}});var Mo=h(()=>{"use strict";t()});var st=h(()=>{"use strict";t()});var mt,Fo=h(()=>{"use strict";t();mt="transaction-status-toast-id"});var Oo,Bo,_t,je,dt,le,E=h(()=>{"use strict";t();Do();ct();Mo();st();Fo();Oo=5e4,Bo=1e9,_t=1,je="logout",dt="login",le="0"});var ge,ze=h(()=>{"use strict";t();ge=()=>Date.now()/1e3});var lt=h(()=>{"use strict";t()});var gt=h(()=>{"use strict";t()});var Uo=h(()=>{"use strict";t();ze();lt();gt()});var Wo={};te(Wo,{getItem:()=>Qa,localStorageKeys:()=>Q,removeItem:()=>ei,setItem:()=>Ja});var Q,$o,Ja,Qa,ei,ue=h(()=>{"use strict";t();Uo();Q={loginExpiresAt:"sdk-dapp-login-expires-at",logoutEvent:"sdk-dapp-logout-event"},$o=typeof localStorage!="undefined",Ja=({key:e,data:o,expires:n})=>{!$o||localStorage.setItem(String(e),JSON.stringify({expires:n,data:o}))},Qa=e=>{if(!$o)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:ge()>=n.expires?(localStorage.removeItem(String(e)),null):n.data},ei=e=>{!$o||localStorage.removeItem(String(e))}});var Vo={};te(Vo,{clear:()=>ht,getItem:()=>ft,removeItem:()=>xt,setItem:()=>ut,storage:()=>oi});var ut,ft,xt,ht,oi,yt=h(()=>{"use strict";t();ut=({key:e,data:o,expires:n})=>{sessionStorage.setItem(String(e),JSON.stringify({expires:n,data:o}))},ft=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},xt=e=>sessionStorage.removeItem(String(e)),ht=()=>sessionStorage.clear(),oi={setItem:ut,getItem:ft,removeItem:xt,clear:ht}});var pe,fe=h(()=>{"use strict";t();ue();yt();pe={session:Vo,local:Wo}});var Ho,C,Ae,$=h(()=>{"use strict";t();Ho=require("@reduxjs/toolkit");E();C=(0,Ho.createAction)(je),Ae=(0,Ho.createAction)(dt,e=>({payload:e}))});var zo,bt,Tt,Ge,jo,wt,Go,Yc,qo,Zc,Jc,Qc,es,os,ns,ts,St,Ko=h(()=>{"use strict";t();zo=require("@multiversx/sdk-core"),bt=require("@reduxjs/toolkit"),Tt=require("redux-persist");E();fe();ue();$();Ge={balance:"...",address:"",nonce:0,txCount:0,scrCount:0,claimableRewards:le},jo={address:"",websocketEvent:null,accounts:{"":Ge},ledgerAccount:null,publicKey:"",walletConnectAccount:null,isAccountLoading:!0,accountLoadingError:null},wt=(0,bt.createSlice)({name:"accountInfoSlice",initialState:jo,reducers:{setAddress:(e,o)=>{let n=o.payload;e.address=n,e.publicKey=new zo.Address(n).hex()},setAccount:(e,o)=>{let n=e.address===o.payload.address;e.accounts={[e.address]:n?o.payload:Ge},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(C,()=>(pe.local.removeItem(Q.loginExpiresAt),jo)),e.addCase(Ae,(o,n)=>{let{address:r}=n.payload;o.address=r,o.publicKey=new zo.Address(r).hex()}),e.addCase(Tt.REHYDRATE,(o,n)=>{var g;if(!((g=n.payload)!=null&&g.account))return;let{account:r}=n.payload,{address:a,shard:s,accounts:m,publicKey:l}=r;o.address=a,o.shard=s;let d=m&&a in m;o.accounts=d?m:jo.accounts,o.publicKey=l})}}),{setAccount:Go,setAddress:Yc,setAccountNonce:qo,setAccountShard:Zc,setLedgerAccount:Jc,updateLedgerAccount:Qc,setWalletConnectAccount:es,setIsAccountLoading:os,setAccountLoadingError:ns,setWebsocketEvent:ts}=wt.actions,St=wt.reducer});function Ie(){return new Date().setHours(new Date().getHours()+24)}function Ee(e){pe.local.setItem({key:Q.loginExpiresAt,data:e,expires:e})}var Xo=h(()=>{"use strict";t();fe();ue()});var vt,kt,At,ls,gs,us,qe,fs,It,Et,xs,Lt,Yo=h(()=>{"use strict";t();vt=require("@reduxjs/toolkit");Xo();O();$();kt={loginMethod:"",walletConnectLogin:null,ledgerLogin:null,tokenLogin:null,walletLogin:null,extensionLogin:null,isLoginSessionInvalid:!1},At=(0,vt.createSlice)({name:"loginInfoSlice",initialState:kt,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(C,()=>kt),e.addCase(Ae,(o,n)=>{o.loginMethod=n.payload.loginMethod,Ee(Ie())})}}),{setLoginMethod:ls,setWalletConnectLogin:gs,setLedgerLogin:us,setTokenLogin:qe,setTokenLoginSignature:fs,setWalletLogin:It,invalidateLoginSession:Et,setLogoutRoute:xs}=At.actions,Lt=At.reducer});var Ct,Nt,Pt,Ts,ws,Ss,ks,Dt,Zo=h(()=>{"use strict";t();Ct=require("@reduxjs/toolkit");$();Nt={},Pt=(0,Ct.createSlice)({name:"modalsSlice",initialState:Nt,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(C,()=>Nt)}}),{setTxSubmittedModal:Ts,setNotificationModal:ws,clearTxSubmittedModal:Ss,clearNotificationModal:ks}=Pt.actions,Dt=Pt.reducer});var Ke=h(()=>{"use strict";t()});var Rt=h(()=>{"use strict";t();Ke()});function Jo(e){return e[Math.floor(Math.random()*e.length)]}var Mt=h(()=>{"use strict";t()});var Ft=h(()=>{"use strict";t();Mo()});var Ot=h(()=>{"use strict";t();Rt();Mt();Ft()});var Bt,Ut,Qo,ti,$t,Us,$s,Wt,en=h(()=>{"use strict";t();Bt=require("@reduxjs/toolkit"),Ut=b(require("lodash.omit"));Ot();Qo={id:"not-configured",chainId:"",name:"NOT CONFIGURED",egldLabel:"",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"",walletConnectBridgeAddress:"",walletConnectV2RelayAddress:"",walletConnectV2ProjectId:"",walletConnectV2Options:{},walletAddress:"",apiAddress:"",explorerAddress:"",apiTimeout:"4000"},ti={network:Qo,chainID:"-1"},$t=(0,Bt.createSlice)({name:"appConfig",initialState:ti,reducers:{initializeNetworkConfig:(e,o)=>{let n=Jo(o.payload.walletConnectBridgeAddresses),r=Jo(o.payload.walletConnectV2RelayAddresses),a=(0,Ut.default)(o.payload,"walletConnectBridgeAddresses","walletConnectV2RelayAddresses");e.network=T(x(x({},e.network),a),{walletConnectBridgeAddress:n,walletConnectV2RelayAddress:r})},setChainID:(e,o)=>{e.chainID=o.payload}}}),{initializeNetworkConfig:Us,setChainID:$s}=$t.actions,Wt=$t.reducer});var Vt,on,Ht,Gs,qs,Ks,Xe,Ye=h(()=>{"use strict";t();Vt=require("@reduxjs/toolkit");B();$();on={isSigning:!1,signedSessions:{}},Ht=(0,Vt.createSlice)({name:"signedMessageInfoSliceState",initialState:on,reducers:{setSignSession:(e,o)=>{let{sessionId:n,signedSession:r,errorMessage:a}=o.payload;return T(x({},e),{errorMessage:a!=null?a:e.errorMessage,isSigning:r.status==="pending",signedSessions:T(x({},e.signedSessions),{[n]:r})})},setSignSessionState:(e,o)=>x(x({},e),o.payload),clearSignedMessageInfo:()=>on},extraReducers:e=>{e.addCase(C,()=>on)}}),{setSignSession:Gs,clearSignedMessageInfo:qs,setSignSessionState:Ks}=Ht.actions,Xe=Ht.reducer});var zt,Gt,jt,qt,ri,ai,nm,tm,rm,am,Ze,Je=h(()=>{"use strict";t();zt=require("@reduxjs/toolkit"),Gt=require("redux-persist");Fo();B();ze();$();jt={customToasts:[],transactionToasts:[],failTransactionToast:null},qt=(0,zt.createSlice)({name:"toastsSlice",initialState:jt,reducers:{addCustomToast:(e,o)=>{e.customToasts.push(T(x({},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:ge(),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=T(x({},o.payload),{toastId:mt})},removeFailTransactionToast:e=>{e.failTransactionToast=null}},extraReducers:e=>{e.addCase(C,()=>jt),e.addCase(Gt.REHYDRATE,(o,n)=>{var a,s;let r=(s=(a=n.customToasts)==null?void 0:a.filter(m=>!("component"in m)))!=null?s:[];o.customToasts=r})}}),{addCustomToast:ri,removeCustomToast:ai,addTransactionToast:nm,removeTransactionToast:tm,addFailTransactionToast:rm,removeFailTransactionToast:am}=qt.actions,Ze=qt.reducer});var Kt,tn,rn,an,ii,nn,Xt,sm,mm,_m,Qe,eo=h(()=>{"use strict";t();Kt=require("@reduxjs/toolkit");$();tn="Transaction failed",rn="Transaction successful",an="Processing transaction",ii="Transaction submitted",nn={},Xt=(0,Kt.createSlice)({name:"transactionsInfo",initialState:nn,reducers:{setTransactionsDisplayInfo(e,o){let{sessionId:n,transactionsDisplayInfo:r}=o.payload;n!=null&&(e[n]={errorMessage:(r==null?void 0:r.errorMessage)||tn,successMessage:(r==null?void 0:r.successMessage)||rn,processingMessage:(r==null?void 0:r.processingMessage)||an,submittedMessage:(r==null?void 0:r.submittedMessage)||ii,transactionDuration:r==null?void 0:r.transactionDuration})},clearTransactionsInfoForSessionId(e,o){o.payload!=null&&delete e[o.payload]},clearTransactionsInfo:()=>nn},extraReducers:e=>{e.addCase(C,()=>nn)}}),{clearTransactionsInfo:sm,setTransactionsDisplayInfo:mm,clearTransactionsInfoForSessionId:_m}=Xt.actions,Qe=Xt.reducer});function Yt(e){return e!=null&&(ui(e)||yi(e))}function oo(e){return e!=null&&(fi(e)||bi(e))}function no(e){return e!=null&&(xi(e)||Ti(e))}function Zt(e){return e!=null&&hi(e)}function ui(e){return e!=null&&ci.includes(e)}function fi(e){return e!=null&&si.includes(e)}function xi(e){return e!=null&&mi.includes(e)}function hi(e){return e!=null&&_i.includes(e)}function yi(e){return e!=null&&di.includes(e)}function bi(e){return e!=null&&li.includes(e)}function Ti(e){return e!=null&&gi.includes(e)}var ci,si,mi,_i,di,li,gi,cn=h(()=>{"use strict";t();O();ci=["sent"],si=["success"],mi=["fail","cancelled","timedOut"],_i=["timedOut"],di=["pending"],li=["success"],gi=["fail","invalid"]});var Jt,Qt,Ne,wi,er,bm,Tm,wm,Sm,km,vm,Am,Im,Em,Lm,to,ro=h(()=>{"use strict";t();Jt=require("@reduxjs/toolkit"),Qt=require("redux-persist");O();cn();$();Ne={signedTransactions:{},transactionsToSign:null,signTransactionsError:null,signTransactionsCancelMessage:null,customTransactionInformationForSessionId:{}},wi={signWithoutSending:!1,sessionInformation:null,redirectAfterSign:!1},er=(0,Jt.createSlice)({name:"transactionsSlice",initialState:Ne,reducers:{moveTransactionsToSignedState:(e,o)=>{var d,g;let{sessionId:n,transactions:r,errorMessage:a,status:s,redirectRoute:m}=o.payload,l=((d=e.customTransactionInformationForSessionId)==null?void 0:d[n])||wi;e.signedTransactions[n]={transactions:r,status:s,errorMessage:a,redirectRoute:m,customTransactionInformation:l},((g=e==null?void 0:e.transactionsToSign)==null?void 0:g.sessionId)===n&&(e.transactionsToSign=Ne.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=x(x({},e.signedTransactions),o.payload)},updateSignedTransactions:(e,o)=>{let{sessionId:n,status:r,errorMessage:a,transactions:s}=o.payload;e.signedTransactions[n]!=null&&(e.signedTransactions[n].status=r,a!=null&&(e.signedTransactions[n].errorMessage=a),s!=null&&(e.signedTransactions[n].transactions=s))},updateSignedTransactionStatus:(e,o)=>{var l,d,g,y,f,w;let{sessionId:n,status:r,errorMessage:a,transactionHash:s}=o.payload,m=(d=(l=e.signedTransactions)==null?void 0:l[n])==null?void 0:d.transactions;if(m!=null){e.signedTransactions[n].transactions=m.map(N=>N.hash===s?T(x({},N),{status:r,errorMessage:a}):N);let S=(y=(g=e.signedTransactions[n])==null?void 0:g.transactions)==null?void 0:y.every(N=>oo(N.status)),A=(w=(f=e.signedTransactions[n])==null?void 0:f.transactions)==null?void 0:w.every(N=>no(N.status));S&&(e.signedTransactions[n].status="success"),A&&(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=Ne.transactionsToSign,e.signTransactionsError=null},clearAllSignedTransactions:e=>{e.signedTransactions=Ne.signedTransactions},setSignTransactionsError:(e,o)=>{e.signTransactionsError=o.payload},setSignTransactionsCancelMessage:(e,o)=>{e.signTransactionsCancelMessage=o.payload}},extraReducers:e=>{e.addCase(C,()=>Ne),e.addCase(Qt.REHYDRATE,(o,n)=>{var m;if(o.signTransactionsCancelMessage=null,!((m=n.payload)!=null&&m.transactions))return;let{signedTransactions:r,customTransactionInformationForSessionId:a}=n.payload.transactions,s=Object.entries(r).reduce((l,[d,g])=>{let y=new Date(d),f=new Date;return f.setHours(f.getHours()+5),f-y>0||(l[d]=g),l},{});a!=null&&(o.customTransactionInformationForSessionId=a),r!=null&&(o.signedTransactions=s)})}}),{updateSignedTransactionStatus:bm,updateSignedTransactions:Tm,setTransactionsToSign:wm,clearAllTransactionsToSign:Sm,clearAllSignedTransactions:km,clearSignedTransaction:vm,clearTransactionToSign:Am,setSignTransactionsError:Im,setSignTransactionsCancelMessage:Em,moveTransactionsToSignedState:Lm}=er.actions,to=er.reducer});var W=h(()=>{"use strict";t();Ko();Yo();Zo();en();Ye();Je();eo();ro()});var sn=h(()=>{"use strict";t()});var ar,rr,ir,Qm,e_,o_,n_,t_,r_,pr,cr=h(()=>{"use strict";t();ar=require("@reduxjs/toolkit");$();rr={visible:!1,modal:{showHeader:!0,showFooter:!1,headerText:"",footerText:""}},ir=(0,ar.createSlice)({name:"dappModalsSlice",initialState:rr,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=x({},o.payload)}},extraReducers:e=>{e.addCase(C,()=>rr)}}),{setDappModalVisibility:Qm,setDappModalHeaderVisibility:e_,setDappModalFooterVisibility:o_,setDappModalHeaderText:n_,setDappModalFooterText:t_,setDappModalConfig:r_}=ir.actions,pr=ir.reducer});var sr,Ai,Ii,xe,co=h(()=>{"use strict";t();sr=require("@reduxjs/toolkit");sn();Ko();cr();Yo();Zo();en();Ye();Je();eo();ro();Ai={["account"]:St,["dappModal"]:pr,["loginInfo"]:Lt,["modals"]:Dt,["networkConfig"]:Wt,["signedMessageInfo"]:Xe,["toasts"]:Ze,["transactionsInfo"]:Qe,["transactions"]:to},Ii=(e={})=>(0,sr.combineReducers)(x(x({},Ai),e)),xe=Ii});var dr={};te(dr,{default:()=>Mi});function so(e,o=[]){return{key:e,version:1,storage:_r.default,blacklist:o}}var ee,mr,_r,Ei,Li,Ni,Ci,Pi,Di,Ri,Mi,lr=h(()=>{"use strict";t();ee=require("redux-persist"),mr=b(require("redux-persist/lib/storage")),_r=b(require("redux-persist/lib/storage/session"));co();W();Ye();Je();eo();ro();sn();Ei={2:e=>T(x({},e),{networkConfig:Qo})};Li=so("sdk-dapp-transactionsInfo"),Ni=so("sdk-dapp-transactions",["transactionsToSign"]),Ci=so("sdk-dapp-toasts"),Pi=so("sdk-dapp-signedMessageInfo"),Di={key:"sdk-dapp-store",version:2,storage:mr.default,whitelist:["account","loginInfo","modals","networkConfig"],migrate:(0,ee.createMigrate)(Ei,{debug:!1})},Ri={["toasts"]:(0,ee.persistReducer)(Ci,Ze),["transactions"]:(0,ee.persistReducer)(Ni,to),["transactionsInfo"]:(0,ee.persistReducer)(Li,Qe),["signedMessageInfo"]:(0,ee.persistReducer)(Pi,Xe)},Mi=(0,ee.persistReducer)(Di,xe(Ri))});var gr={};te(gr,{default:()=>Fi});var Fi,ur=h(()=>{"use strict";t();co();Fi=xe()});var fr={};te(fr,{default:()=>Bi});var U,Oi,Bi,xr=h(()=>{"use strict";t();U=require("redux-persist"),Oi=[U.FLUSH,U.REHYDRATE,U.PAUSE,U.PERSIST,U.PURGE,U.REGISTER],Bi=Oi});var br={};te(br,{default:()=>yr});function yr(e){return(0,hr.persistStore)(e)}var hr,Tr=h(()=>{"use strict";t();hr=require("redux-persist")});var zp={};te(zp,{WebWalletLoginButton:()=>jp});module.exports=ve(zp);t();var ca=b(require("react"));t();var kn=require("react");Do();t();var Ir=require("react"),he=require("react-redux");t();var mn=require("@reduxjs/toolkit"),vr=require("react-redux/lib/utils/Subscription");W();t();var nr=b(require("lodash.throttle"));E();t();var or=b(require("lodash.isequal")),ao=require("reselect");B();var u=(0,ao.createSelectorCreator)(ao.defaultMemoize,or.default),Ce=(e,o)=>e!=""&&Boolean(o);W();Xo();fe();ue();var Si=[je],io=!1,ki=(0,nr.default)(()=>{Ee(Ie())},5e3),tr=e=>o=>n=>{var d;if(Si.includes(n.type))return o(n);let r=e.getState(),a=pe.local.getItem(Q.loginExpiresAt);if(!Ce((d=r==null?void 0:r.loginInfo)==null?void 0:d.loginMethod,r==null?void 0:r.account.address))return o(n);if(a==null)return Ee(Ie());let m=Date.now();return a-m<0&&!io?setTimeout(()=>{io=!0,e.dispatch(Et())},1e3):(io&&(io=!1),ki()),o(n)};t();t();function po(){return typeof sessionStorage!="undefined"}var wr=po()?(lr(),ve(dr)).default:(ur(),ve(gr)).default,Sr=po()?(xr(),ve(fr)).default:[],kr=po()?(Tr(),ve(br)).default:e=>e;co();var k=(0,mn.configureStore)({reducer:wr,middleware:e=>e({serializableCheck:{ignoredActions:[...Sr,qo.type,Go.type],ignoredPaths:["payload.nonce","account.account.nonce","providers.accountProvider"]}}).concat(tr)}),Ar=(0,vr.createSubscription)(k),C_=kr(k),P_=(0,mn.configureStore)({reducer:xe});var Ui={store:k,subscription:Ar},_n=(0,Ir.createContext)(Ui),F_=(0,he.createStoreHook)(_n),mo=(0,he.createDispatchHook)(_n),V=(0,he.createSelectorHook)(_n);t();t();W();var Z=e=>e.account,_o=u(Z,e=>e.address),ye=u(Z,_o,(e,o)=>o in e.accounts?e.accounts[o]:Ge),$i=u(Z,ye,(e,o)=>{let a=e,{accounts:n}=a,r=Be(a,["accounts"]);return T(x({},r),{account:o})}),$_=u(ye,e=>e.balance),Wi=u(ye,e=>{var o;return((o=e==null?void 0:e.nonce)==null?void 0:o.valueOf())||0}),W_=u(Z,e=>e.shard),V_=u(Z,e=>e.ledgerAccount),H_=u(Z,e=>e.walletConnectAccount),j_=u(Z,e=>e.isAccountLoading),z_=u(Z,e=>e.accountLoadingError),Vi=u(Z,e=>e.websocketEvent);t();var H=e=>e.loginInfo,X_=u(H,e=>e.loginMethod),lo=u(H,_o,(e,o)=>Ce(e.loginMethod,o)),Y_=u(H,e=>e.walletConnectLogin),Z_=u(H,e=>e.ledgerLogin),Hi=u(H,e=>e.walletLogin),J_=u(H,e=>e.isLoginSessionInvalid),Er=u(H,e=>e.tokenLogin),Q_=u(H,e=>e.logoutRoute);t();var Lr=e=>e.modals,nd=u(Lr,e=>e.txSubmittedModal),td=u(Lr,e=>e.notificationModal);t();var ce=e=>e.networkConfig,ji=u(ce,e=>e.chainID),id=u(ce,e=>e.network.walletConnectBridgeAddress),pd=u(ce,e=>e.network.walletConnectV2RelayAddress),cd=u(ce,e=>e.network.walletConnectV2ProjectId),sd=u(ce,e=>e.network.walletConnectV2Options),md=u(ce,e=>e.network.walletConnectDeepLink),oe=u(ce,e=>e.network),zi=u(oe,e=>e.apiAddress),Nr=u(oe,e=>e.explorerAddress),Gi=u(oe,e=>e.egldLabel);t();var dn=e=>e.signedMessageInfo,ld=u(dn,e=>e.isSigning),gd=u(dn,e=>e.errorMessage),ud=u(dn,e=>{let o=Object.keys(e.signedSessions),n=o.length;return e.signedSessions[o[n-1]]});t();var ln=e=>e.toasts,hd=u(ln,e=>e.customToasts),yd=u(ln,e=>e.transactionToasts),bd=u(ln,e=>e.failTransactionToast);t();W();var Cr={errorMessage:tn,successMessage:rn,processingMessage:an},qi=e=>e.transactionsInfo,kd=u(qi,(e,o)=>o,(e,o)=>o!=null&&(e==null?void 0:e[Number(o)])||Cr);t();t();var M=require("@multiversx/sdk-core");E();t();function gn(e){try{return i.Buffer.from(e,"base64").toString()===atob(e)}catch(o){return!1}}function be(e){return atob(e)}function un(e){var a,s,m;let{data:o}=e,n=gn(o!=null?o:"")?M.TransactionPayload.fromEncoded(o):new M.TransactionPayload(o),r=new M.Transaction(x({value:e.value.valueOf(),data:n,nonce:e.nonce.valueOf(),receiver:new M.Address(e.receiver),sender:new M.Address(e.sender),gasLimit:(a=e.gasLimit.valueOf())!=null?a:Oo,gasPrice:(s=e.gasPrice.valueOf())!=null?s:Bo,chainID:e.chainID.valueOf(),version:new M.TransactionVersion((m=e.version)!=null?m:_t)},e.options?{options:new M.TransactionOptions(e.options)}:{}));return r.applySignature({hex:()=>e.signature||""},new M.Address(e.sender)),r}t();cn();t();var Xi=b(require("bignumber.js"));B();t();t();t();t();var Zi=require("@multiversx/sdk-core"),Ji=b(require("bignumber.js"));O();t();var Yi=require("@multiversx/sdk-core");t();t();t();var ep=require("@multiversx/sdk-core/out");t();E();t();var Rr=require("@multiversx/sdk-core");B();t();t();t();t();O();t();t();t();t();t();t();t();var xn="blocks";t();t();t();t();P();t();t();P();t();t();t();var pp=b(require("bignumber.js"));E();t();var ip=require("@multiversx/sdk-core"),hn=b(require("bignumber.js"));E();t();var rp=b(require("bignumber.js"));t();hn.default.config({ROUNDING_MODE:hn.default.ROUND_FLOOR});t();t();t();E();t();t();t();t();E();t();E();t();var cp=require("@multiversx/sdk-core");E();t();var Pe=require("@multiversx/sdk-core"),mp=require("@multiversx/sdk-network-providers");E();t();t();var sp=b(require("bignumber.js"));E();t();E();t();t();t();t();t();E();t();P();var dp=["reDelegateRewards","claimRewards","unBond"],lp=["wrapEgld","unwrapEgld"],gp=["unStake"],up=["unDelegate"];t();t();t();E();t();var hp=b(require("bignumber.js"));t();t();t();P();t();var yp=b(require("bignumber.js"));t();t();t();t();P();t();t();t();var Tp=b(require("linkifyjs"));t();E();t();var wp=b(require("bignumber.js"));t();B();t();t();O();t();O();t();t();t();P();t();P();t();var Sp=b(require("bignumber.js"));E();P();t();P();t();var Ur=require("react");B();t();t();P();t();var kp=require("@multiversx/sdk-core/out"),vp=b(require("bignumber.js"));P();t();P();t();t();O();var Jx=[{label:"Raw",value:"raw"},{label:"Text",value:"text"},{label:"Decimal",value:"decimal"},{label:"Smart",value:"smart"}];t();var $r=require("react");B();t();var Ip=require("react");P();var ah=["create","localMint","ESDTLocalMint","addQuantity","burn","localBurn","ESDTLocalBurn","wipe","writeLog","signalError"];var xo=e=>e.transactions,De=u(xo,e=>e.signedTransactions),Hh=u(xo,e=>e.signTransactionsError),jh=u(xo,e=>e.signTransactionsCancelMessage),ho=e=>o=>Object.entries(o).reduce((n,[r,a])=>(e(a.status)&&(n[r]=a),n),{}),zh=u(De,ho(Yt)),Gh=u(De,ho(oo)),qh=u(De,ho(no)),Kh=u(De,ho(Zt)),Xh=u(xo,e=>{var o;return(e==null?void 0:e.transactionsToSign)==null?null:T(x({},e.transactionsToSign),{transactions:((o=e==null?void 0:e.transactionsToSign)==null?void 0:o.transactions.map(n=>un(n)))||[]})}),Yh=u(De,(e,o)=>o,(e,o)=>o!=null?(e==null?void 0:e[o])||{}:{});W();t();t();t();t();t();t();var Ep=require("@multiversx/sdk-extension-provider"),Lp=require("@multiversx/sdk-hw-provider"),Np=require("@multiversx/sdk-wallet-connect-provider/out/walletConnectProvider"),Cp=require("@multiversx/sdk-wallet-connect-provider/out/walletConnectV2Provider"),Wr=require("@multiversx/sdk-web-wallet-provider");E();O();var Pp="/dapp/init";var Vr=e=>new Wr.WalletProvider(`${e}${Pp}`);var J=e=>`Unable to perform ${e}, Provider not initialized`,bn=class{init(){return Promise.resolve(!1)}login(o){throw new Error(J(`login with options: ${o}`))}logout(o){throw new Error(J(`logout with options: ${o}`))}getAddress(){throw new Error(J("getAddress"))}isInitialized(){return!1}isConnected(){return Promise.resolve(!1)}sendTransaction(o,n){throw new Error(J(`sendTransaction with transactions: ${o} options: ${n}`))}signTransaction(o,n){throw new Error(J(`signTransaction with transactions: ${o} options: ${n}`))}signTransactions(o,n){throw new Error(J(`signTransactions with transactions: ${o} options: ${n}`))}signMessage(o,n){throw new Error(J(`signTransactions with ${o} and options ${n}`))}sendCustomMessage({method:o,params:n}){throw new Error(J(`sendCustomMessage with method: ${o} params: ${n}`))}sendCustomRequest(o){throw new Error(J(`sendSessionEvent with options: ${o}`))}ping(){return Promise.resolve(!1)}},Dp=new bn;O();t();t();t();t();var Rp=b(require("axios"));t();t();t();W();t();t();t();W();t();var zr=require("@multiversx/sdk-core");t();$();B();t();t();Uo();t();t();var Fp=b(require("platform"));t();function Tn(){return lo(k.getState())}t();$();B();Ke();fe();ue();t();t();t();t();t();t();Ke();t();t();t();t();fe();t();t();t();W();t();t();var Op=b(require("axios"));t();var oa=require("react"),yo=require("@multiversx/sdk-core");t();t();t();var wn=()=>V(ye);t();t();t();t();t();var Re=b(require("react"));var cT=(0,Re.createContext)({}),sT=k.getState();t();var qr=b(require("react"));t();var Sn=b(require("react")),Bp=b(require("axios"));t();t();t();W();t();t();t();var Kr,Me={hostname:typeof window!="undefined"?(Kr=window==null?void 0:window.location)==null?void 0:Kr.hostname:"",apiAddress:"https://api.multiversx.com",expirySeconds:60*60*24,tokenExpirationToastWarningSeconds:5*60},Fe=e=>{var n,r,a,s;return e===!0?Me:{hostname:(n=e==null?void 0:e.hostname)!=null?n:Me.hostname,expirySeconds:(r=e==null?void 0:e.expirySeconds)!=null?r:Me.expirySeconds,apiAddress:(a=e==null?void 0:e.apiAddress)!=null?a:Me.apiAddress,tokenExpirationToastWarningSeconds:(s=e==null?void 0:e.tokenExpirationToastWarningSeconds)!=null?s:Me.tokenExpirationToastWarningSeconds}};t();var Up=e=>e.replace(/\+/g,"-").replace(/\//g,"_").replace(/=/g,""),we=e=>Up(i.Buffer.from(e,"utf8").toString("base64"));t();var Xr=b(require("axios"));function Yr(e){return I(this,null,function*(){let{data:o}=yield Xr.default.get(`${e}/${xn}?size=1&fields=hash,timestamp`),[n]=o;return n})}t();t();t();function $p(e){return Object.prototype.toString.call(e)==="[object String]"}var Zr=e=>{if(!e||!$p(e))return null;try{let[o,n,r]=e.split("."),a=be(o),s=be(n),[m,l,d,g]=s.split("."),y=JSON.parse(be(g)),f=be(m),w={ttl:Number(d),address:a,extraInfo:y,host:f,signature:r,blockHash:l,body:s};return g==="e30"&&delete w.extraInfo,w}catch(o){return null}};var Jr=({address:e,token:o,signature:n})=>{let r=we(e),a=we(o);return`${r}.${a}.${n}`};t();ze();var Qr=e=>{let o=Zr(e);if(!o)return{isExpired:!1};let n=ge(),{ttl:r,extraInfo:a}=o,s=a.timestamp;if(!s)return{isExpired:!1};let m=s+r,l=n>m,d=m-n;return{isExpired:l,expiresAt:m,secondsUntilExpires:d}};var ea=e=>{let{hostname:o,apiAddress:n,expirySeconds:r}=Fe(e);return{getNativeAuthConfig:Fe,initialize:(...m)=>I(void 0,[...m],function*(s={}){let{hash:l,timestamp:d}=yield Yr(n),g=we(JSON.stringify(x(x({},s),d?{timestamp:d}:{})));return`${we(o)}.${l}.${r}.${g}`}),getToken:Jr,getTokenExpiration:Qr}};t();var Wp=(e,o)=>{var n;return o?o===!0?e:(n=o.apiAddress)!=null?n:e:null},na=e=>{let o=V(oe),n=V(Er),r=(0,oa.useRef)(n==null?void 0:n.loginToken),a=Wp(o.apiAddress,e),s=Fe(x(x({},e===!0?{}:e),a?{apiAddress:a}:{})),m=Boolean(e),l=ea(s),{address:d}=wn(),g=mo(),y=A=>{r.current=A,g(qe(x({loginToken:A},a?{nativeAuthConfig:s}:{})))},f=()=>I(void 0,null,function*(){try{return yield l.initialize()}catch(A){console.error("Unable to get block. Login failed.",A);return}}),w=({address:A,signature:N})=>{let R=r.current;if(!R)throw"Token not found. Call `setLoginToken` first.";if(!m){g(qe({loginToken:R,signature:N}));return}let se=l.getToken({address:A,token:R,signature:N});g(qe(x({loginToken:R,signature:N,nativeAuthToken:se},a?{nativeAuthConfig:s}:{})))};return{configuration:s,setLoginToken:y,getNativeAuthLoginToken:f,setTokenLoginInfo:w,refreshNativeAuthTokenLogin:N=>I(void 0,[N],function*({signMessageCallback:A}){let R=yield f();if(r.current=R,!R)return;let se=new yo.SignableMessage({address:new yo.Address(d),message:i.Buffer.from(R)}),bo=yield A(se,{});w({address:d,signature:bo.toJSON().signature})})}};t();var ta=(e,o=["address"])=>{let n=new URL(e),r=new URLSearchParams(n.search);o.forEach(s=>r.delete(s));let a=Array.from(r.values()).length>0?"?":"";return`${n.origin}${n.pathname}${a}${r.toString()}`};var ra=({callbackRoute:e,token:o,nativeAuth:n,redirectDelayMilliseconds:r=100})=>{let[a,s]=(0,kn.useState)(""),[m,l]=(0,kn.useState)(!1),d=V(oe),g=mo(),y=Tn(),f=Boolean(n),w=na(n),S=o;function A(){return I(this,null,function*(){if(y)throw new Error(Zn);try{l(!0);let R=Vr(d.walletAddress),se=new Date,bo=se.setMinutes(se.getMinutes()+3)/1e3,sa={data:{},expires:bo};if(f&&!S&&(S=yield w.getNativeAuthLoginToken(),!S)){console.warn("Login cancelled.");return}S&&w.setLoginToken(S);let ma=`${window.location.origin}${e}`;new URLSearchParams(document.location.search).get("address")||g(It(sa));let _a=ta(ma),da=encodeURIComponent(_a),la=T(x({callbackUrl:da},S&&{token:S}),{redirectDelayMilliseconds:r});yield R.login(la)}catch(R){console.error(R),s("error logging in"+R.message)}finally{l(!1)}})}let N=Boolean(a);return[A,{error:a,loginFailed:N,isLoading:m&&!N,isLoggedIn:y&&!N}]};t();var vn=b(require("react")),ia=b(require("classnames"));t();var Vp=`.dapp-core-component__main__link-style {
|
|
2
2
|
color: #1392ff;
|
|
3
3
|
}
|
|
4
4
|
|
|
@@ -2686,7 +2686,7 @@ a.dapp-core-component__main__side-link::after {
|
|
|
2686
2686
|
right: 0;
|
|
2687
2687
|
left: unset;
|
|
2688
2688
|
width: calc(100% - 1.85rem);
|
|
2689
|
-
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(Wp));var Se={"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","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 Vp=`.dapp-core-component__loginButtonStyles__default-login-button {
|
|
2689
|
+
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(Vp));var Se={"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","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 Hp=`.dapp-core-component__loginButtonStyles__default-login-button {
|
|
2690
2690
|
color: inherit;
|
|
2691
2691
|
}
|
|
2692
2692
|
|
|
@@ -2712,7 +2712,7 @@ a.dapp-core-component__main__side-link::after {
|
|
|
2712
2712
|
|
|
2713
2713
|
.dapp-core-component__loginButtonStyles__button-icon {
|
|
2714
2714
|
color: inherit;
|
|
2715
|
-
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(
|
|
2715
|
+
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(Hp));var aa={"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 pa=({onLogin:e,text:o="Default Login Button",className:n="dapp-login-button",btnClassName:r="dapp-default-login-button",disabled:a,"data-testid":s,children:m})=>{let l={wrapper:(0,ia.default)(Se.btn,Se.btnPrimary,Se.px4,Se.m1,Se.mx3,{[r]:r!=null},n),loginText:aa.loginText,wrapperClassName:n};return vn.default.createElement("button",{"data-testid":s,disabled:a,className:l.wrapper,onClick:e},m||vn.default.createElement("span",{className:l.loginText},o))};var jp=({children:e,token:o,className:n="dapp-web-wallet-login",callbackRoute:r,buttonClassName:a,nativeAuth:s,loginButtonText:m="MultiversX Web Wallet",disabled:l})=>{let[d]=ra({callbackRoute:r,nativeAuth:s,token:o});return ca.default.createElement(pa,{onLogin:()=>{d()},className:n,btnClassName:a,text:m,disabled:l},e)};0&&(module.exports={WebWalletLoginButton});
|
|
2716
2716
|
/*!
|
|
2717
2717
|
* The buffer module from node.js, for the browser.
|
|
2718
2718
|
*
|