edge-currency-accountbased 1.2.1 → 1.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # edge-currency-accountbased
2
2
 
3
+ ## 1.2.2 (2023-05-01)
4
+
5
+ - FIO: Update node list
6
+
3
7
  ## 1.2.1 (2023-05-01)
4
8
 
5
9
  - ZEC/ARRR: Prevent sending overlapping queries to synchronizer
@@ -1,2 +1,2 @@
1
- (function(){var M0={77591:function(F,A,o){"use strict";var s=this&&this.__importDefault||function(g){return g&&g.__esModule?g:{default:g}};Object.defineProperty(A,"__esModule",{value:!0}),A.round=A.ceil=A.floor=A.abs=A.toFixed=A.log10=A.max=A.min=A.eq=A.lte=A.gte=A.lt=A.gt=A.div=A.mul=A.sub=A.add=void 0;const P=s(o(13550));function b(g){return!!(g.startsWith("0x")||g.startsWith("-0x")||g.toLowerCase().includes("a")||g.toLowerCase().includes("b")||g.toLowerCase().includes("c")||g.toLowerCase().includes("d")||g.toLowerCase().includes("e")||g.toLowerCase().includes("f"))}function S(g){return g.replace("0x","")}function h(g,I){let d=g;for(let e=0;e<I;e++)d+="0";return d}function T(g){let I=g.replace(/^0+/,"");return I=I.replace(/^\.+/,"0."),I.includes(".")&&(I=I.replace(/0+$/,""),I=I.replace(/\.+$/,""),I===""&&(I="0")),I===""&&(I="0"),I}function Z(g,I){if(I===0)return g;let d=!1;g.slice(0,1)==="-"&&(d=!0,g=g.slice(1));let e;return I>g.length?e="0."+h("",I-g.length)+g:e=g.substr(0,g.length-I)+"."+g.substr(g.length-I,g.length),e=T(e),d&&(e=`-${e}`),e}function R(g,I,d){let e=g,n=I;U(e,n);let r=e.indexOf("."),a=n.indexOf(".");const i=b(e),f=b(n);if(r!==-1&&(e=T(e),r=e.indexOf(".")),a!==-1&&(n=T(n),a=n.indexOf(".")),r!==-1||a!==-1||typeof d=="number"){if(i||f)throw new Error("Cannot operate on base16 float values");let u=0,c=0;r!==-1&&(u=e.length-r-1),a!==-1&&(c=n.length-a-1);const t=u>c?u:c;let l=0;return typeof d=="number"&&(l=d),e=h(e.replace(".",""),t+l-u),n=h(n.replace(".",""),t-c),{x:e,y:n,shift:t}}else return{x:e,y:n,shift:0}}function U(...g){for(const I of g){if(I.split(".").length-1>1)throw new Error("Invalid number: more than one decimal point");if(I.split("-").length-1>1)throw new Error("Invalid number: more than one negative sign")}}function V(g,I,d=10){if(d!==10&&d!==16)throw new Error("Unsupported base");let{x:e,y:n,shift:r}=R(g,I);const a=b(e)?16:10,i=b(n)?16:10;e=S(e),n=S(n);const f=new P.default(e,a),u=new P.default(n,i);let c=f.add(u).toString(d);return c=Z(c,r),d===10?c:c.replace(/^(-)?/,"$10x")}A.add=V;function ne(g,I,d=10){if(d!==10&&d!==16)throw new Error("Unsupported base");let{x:e,y:n,shift:r}=R(g,I);const a=b(e)?16:10,i=b(n)?16:10;e=S(e),n=S(n);const f=new P.default(e,a),u=new P.default(n,i);let c=f.mul(u).toString(d);return c=Z(c,r*2),d===10?c:c.replace(/^(-)?/,"$10x")}A.mul=ne;function ie(g,I,d=10){if(d!==10&&d!==16)throw new Error("Unsupported base");let{x:e,y:n,shift:r}=R(g,I);const a=b(e)?16:10,i=b(n)?16:10;e=S(e),n=S(n);const f=new P.default(e,a),u=new P.default(n,i);let c=f.sub(u).toString(d);return c=Z(c,r),d===10?c:c.replace(/^(-)?/,"$10x")}A.sub=ie;function Y(g,I,d=0,e=10){if(e!==10&&d>0)throw new Error("Cannot operate on floating point hex values");if(e!==10&&e!==16)throw new Error("Unsupported base");let{x:n,y:r}=R(g,I,d);const a=b(n)?16:10,i=b(r)?16:10;n=S(n),r=S(r);const f=new P.default(n,a),u=new P.default(r,i);let c=f.div(u).toString(e);return c=Z(c,d),e===10?c:c.replace(/^(-)?/,"$10x")}A.div=Y;function H(g,I){let{x:d,y:e}=R(g,I);const n=b(d)?16:10,r=b(e)?16:10;d=S(d),e=S(e);const a=new P.default(d,n),i=new P.default(e,r);return a.lt(i)}A.lt=H;function D(g,I){let{x:d,y:e}=R(g,I);const n=b(d)?16:10,r=b(e)?16:10;d=S(d),e=S(e);const a=new P.default(d,n),i=new P.default(e,r);return a.lte(i)}A.lte=D;function X(g,I){let{x:d,y:e}=R(g,I);const n=b(d)?16:10,r=b(e)?16:10;d=S(d),e=S(e);const a=new P.default(d,n),i=new P.default(e,r);return a.gt(i)}A.gt=X;function ce(g,I){let{x:d,y:e}=R(g,I);const n=b(d)?16:10,r=b(e)?16:10;d=S(d),e=S(e);const a=new P.default(d,n),i=new P.default(e,r);return a.gte(i)}A.gte=ce;function pe(g,I){let{x:d,y:e}=R(g,I);const n=b(d)?16:10,r=b(e)?16:10;d=S(d),e=S(e);const a=new P.default(d,n),i=new P.default(e,r);return a.eq(i)}A.eq=pe;function de(g,I,d=10){let{x:e,y:n,shift:r}=R(g,I);const a=b(e)?16:10,i=b(n)?16:10;e=S(e),n=S(n);const f=new P.default(e,a),u=new P.default(n,i);let c;return f.lte(u)?c=f.toString(d):c=u.toString(d),c=Z(c,r),d===10?c:c.replace(/^(-)?/,"$10x")}A.min=de;function ye(g,I=10){if(I!==10&&I!==16)throw new Error("Unsupported base");let{x:d,shift:e}=R(g,"0");const n=b(g)?16:10;d=S(d);let a=new P.default(d,n).abs().toString(I);return a=Z(a,e),I===10?a:a.replace(/^(-)?/,"$10x")}A.abs=ye;function M(g,I,d=10){let{x:e,y:n,shift:r}=R(g,I);const a=b(e)?16:10,i=b(n)?16:10;e=S(e),n=S(n);const f=new P.default(e,a),u=new P.default(n,i);let c;return f.gte(u)?c=f.toString(d):c=u.toString(d),c=Z(c,r),d===10?c:c.replace(/^(-)?/,"$10x")}A.max=M;function x(g,I,d=0){var e,n;U(I);let r=!1,a="",i=I;i.includes("-")&&(r=!0,i=i.replace(/^-+/,""));const[f,u=""]=i.split("."),c=i.indexOf("."),t=c!==-1?c-d:i.length-d,l=f+u;if(g==="round"){const se=(e=l[t])!==null&&e!==void 0?e:"0";ce(se,"5")?g="ceil":g="floor"}const E=Math.max(l.length-t+1,0),k=new Array(E).join("0");let O=l.substring(0,t)+k;const z=X(l.substring(t),"0");if(g==="ceil"&&z){const se="1"+k,Ve=((n=O.match(/^0+/))!==null&&n!==void 0?n:[""])[0].length;O=new Array(Ve).join("0")+V(O,se)}const _=c+(O.length-l.length);return c!==-1?a=O.substring(0,_)+"."+O.substring(_):a=O,a=T(a),r&&a!=="0"&&(a="-"+a),a}const B=(g,I)=>x("floor",g,I);A.floor=B;const oe=(g,I)=>x("ceil",g,I);A.ceil=oe;const re=(g,I)=>x("round",g,I);A.round=re;function le(g,I=2,d=8){U(g);let e=!1,n="",r=g;r.includes("-")&&(e=!0,r=r.replace(/^-+/,"")),r=T(r);const a=r.indexOf(".");if(a===-1)n=r+"."+h("",I);else{const i=r.length-a-1;i>d?n=r.substr(0,r.length-(i-d)):i<I?n=r+h("",I-i):n=r}return n=n.replace(/\.+$/,""),e&&n!=="0"&&(n="-"+n),n}A.toFixed=le;function ae(g){if(g.match(/^[0-1]+$/g)===null)throw new Error("InvalidLogInputValue: Must be a power of 10");if(!g.startsWith("1"))throw new Error("InvalidLogInputValue: Must not have leading zeros");if((g.match(/1/g)||[]).length>1)throw new Error("InvalidLogInputValue: Must be power of 10.");return(g.match(/0/g)||[]).length}A.log10=ae},13550:function(F,A,o){F=o.nmd(F),function(s,P){"use strict";function b(d,e){if(!d)throw new Error(e||"Assertion failed")}function S(d,e){d.super_=e;var n=function(){};n.prototype=e.prototype,d.prototype=new n,d.prototype.constructor=d}function h(d,e,n){if(h.isBN(d))return d;this.negative=0,this.words=null,this.length=0,this.red=null,d!==null&&((e==="le"||e==="be")&&(n=e,e=10),this._init(d||0,e||10,n||"be"))}typeof s=="object"?s.exports=h:P.BN=h,h.BN=h,h.wordSize=26;var T;try{typeof window<"u"&&typeof window.Buffer<"u"?T=window.Buffer:T=o(46601).Buffer}catch{}h.isBN=function(e){return e instanceof h?!0:e!==null&&typeof e=="object"&&e.constructor.wordSize===h.wordSize&&Array.isArray(e.words)},h.max=function(e,n){return e.cmp(n)>0?e:n},h.min=function(e,n){return e.cmp(n)<0?e:n},h.prototype._init=function(e,n,r){if(typeof e=="number")return this._initNumber(e,n,r);if(typeof e=="object")return this._initArray(e,n,r);n==="hex"&&(n=16),b(n===(n|0)&&n>=2&&n<=36),e=e.toString().replace(/\s+/g,"");var a=0;e[0]==="-"&&(a++,this.negative=1),a<e.length&&(n===16?this._parseHex(e,a,r):(this._parseBase(e,n,a),r==="le"&&this._initArray(this.toArray(),n,r)))},h.prototype._initNumber=function(e,n,r){e<0&&(this.negative=1,e=-e),e<67108864?(this.words=[e&67108863],this.length=1):e<4503599627370496?(this.words=[e&67108863,e/67108864&67108863],this.length=2):(b(e<9007199254740992),this.words=[e&67108863,e/67108864&67108863,1],this.length=3),r==="le"&&this._initArray(this.toArray(),n,r)},h.prototype._initArray=function(e,n,r){if(b(typeof e.length=="number"),e.length<=0)return this.words=[0],this.length=1,this;this.length=Math.ceil(e.length/3),this.words=new Array(this.length);for(var a=0;a<this.length;a++)this.words[a]=0;var i,f,u=0;if(r==="be")for(a=e.length-1,i=0;a>=0;a-=3)f=e[a]|e[a-1]<<8|e[a-2]<<16,this.words[i]|=f<<u&67108863,this.words[i+1]=f>>>26-u&67108863,u+=24,u>=26&&(u-=26,i++);else if(r==="le")for(a=0,i=0;a<e.length;a+=3)f=e[a]|e[a+1]<<8|e[a+2]<<16,this.words[i]|=f<<u&67108863,this.words[i+1]=f>>>26-u&67108863,u+=24,u>=26&&(u-=26,i++);return this._strip()};function Z(d,e){var n=d.charCodeAt(e);if(n>=48&&n<=57)return n-48;if(n>=65&&n<=70)return n-55;if(n>=97&&n<=102)return n-87;b(!1,"Invalid character in "+d)}function R(d,e,n){var r=Z(d,n);return n-1>=e&&(r|=Z(d,n-1)<<4),r}h.prototype._parseHex=function(e,n,r){this.length=Math.ceil((e.length-n)/6),this.words=new Array(this.length);for(var a=0;a<this.length;a++)this.words[a]=0;var i=0,f=0,u;if(r==="be")for(a=e.length-1;a>=n;a-=2)u=R(e,n,a)<<i,this.words[f]|=u&67108863,i>=18?(i-=18,f+=1,this.words[f]|=u>>>26):i+=8;else{var c=e.length-n;for(a=c%2===0?n+1:n;a<e.length;a+=2)u=R(e,n,a)<<i,this.words[f]|=u&67108863,i>=18?(i-=18,f+=1,this.words[f]|=u>>>26):i+=8}this._strip()};function U(d,e,n,r){for(var a=0,i=0,f=Math.min(d.length,n),u=e;u<f;u++){var c=d.charCodeAt(u)-48;a*=r,c>=49?i=c-49+10:c>=17?i=c-17+10:i=c,b(c>=0&&i<r,"Invalid character"),a+=i}return a}h.prototype._parseBase=function(e,n,r){this.words=[0],this.length=1;for(var a=0,i=1;i<=67108863;i*=n)a++;a--,i=i/n|0;for(var f=e.length-r,u=f%a,c=Math.min(f,f-u)+r,t=0,l=r;l<c;l+=a)t=U(e,l,l+a,n),this.imuln(i),this.words[0]+t<67108864?this.words[0]+=t:this._iaddn(t);if(u!==0){var E=1;for(t=U(e,l,e.length,n),l=0;l<u;l++)E*=n;this.imuln(E),this.words[0]+t<67108864?this.words[0]+=t:this._iaddn(t)}this._strip()},h.prototype.copy=function(e){e.words=new Array(this.length);for(var n=0;n<this.length;n++)e.words[n]=this.words[n];e.length=this.length,e.negative=this.negative,e.red=this.red};function V(d,e){d.words=e.words,d.length=e.length,d.negative=e.negative,d.red=e.red}if(h.prototype._move=function(e){V(e,this)},h.prototype.clone=function(){var e=new h(null);return this.copy(e),e},h.prototype._expand=function(e){for(;this.length<e;)this.words[this.length++]=0;return this},h.prototype._strip=function(){for(;this.length>1&&this.words[this.length-1]===0;)this.length--;return this._normSign()},h.prototype._normSign=function(){return this.length===1&&this.words[0]===0&&(this.negative=0),this},typeof Symbol<"u"&&typeof Symbol.for=="function")try{h.prototype[Symbol.for("nodejs.util.inspect.custom")]=ne}catch{h.prototype.inspect=ne}else h.prototype.inspect=ne;function ne(){return(this.red?"<BN-R: ":"<BN: ")+this.toString(16)+">"}var ie=["","0","00","000","0000","00000","000000","0000000","00000000","000000000","0000000000","00000000000","000000000000","0000000000000","00000000000000","000000000000000","0000000000000000","00000000000000000","000000000000000000","0000000000000000000","00000000000000000000","000000000000000000000","0000000000000000000000","00000000000000000000000","000000000000000000000000","0000000000000000000000000"],Y=[0,0,25,16,12,11,10,9,8,8,7,7,7,7,6,6,6,6,6,6,6,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5],H=[0,0,33554432,43046721,16777216,48828125,60466176,40353607,16777216,43046721,1e7,19487171,35831808,62748517,7529536,11390625,16777216,24137569,34012224,47045881,64e6,4084101,5153632,6436343,7962624,9765625,11881376,14348907,17210368,20511149,243e5,28629151,33554432,39135393,45435424,52521875,60466176];h.prototype.toString=function(e,n){e=e||10,n=n|0||1;var r;if(e===16||e==="hex"){r="";for(var a=0,i=0,f=0;f<this.length;f++){var u=this.words[f],c=((u<<a|i)&16777215).toString(16);i=u>>>24-a&16777215,a+=2,a>=26&&(a-=26,f--),i!==0||f!==this.length-1?r=ie[6-c.length]+c+r:r=c+r}for(i!==0&&(r=i.toString(16)+r);r.length%n!==0;)r="0"+r;return this.negative!==0&&(r="-"+r),r}if(e===(e|0)&&e>=2&&e<=36){var t=Y[e],l=H[e];r="";var E=this.clone();for(E.negative=0;!E.isZero();){var k=E.modrn(l).toString(e);E=E.idivn(l),E.isZero()?r=k+r:r=ie[t-k.length]+k+r}for(this.isZero()&&(r="0"+r);r.length%n!==0;)r="0"+r;return this.negative!==0&&(r="-"+r),r}b(!1,"Base should be between 2 and 36")},h.prototype.toNumber=function(){var e=this.words[0];return this.length===2?e+=this.words[1]*67108864:this.length===3&&this.words[2]===1?e+=4503599627370496+this.words[1]*67108864:this.length>2&&b(!1,"Number can only safely store up to 53 bits"),this.negative!==0?-e:e},h.prototype.toJSON=function(){return this.toString(16,2)},T&&(h.prototype.toBuffer=function(e,n){return this.toArrayLike(T,e,n)}),h.prototype.toArray=function(e,n){return this.toArrayLike(Array,e,n)};var D=function(e,n){return e.allocUnsafe?e.allocUnsafe(n):new e(n)};h.prototype.toArrayLike=function(e,n,r){this._strip();var a=this.byteLength(),i=r||Math.max(1,a);b(a<=i,"byte array longer than desired length"),b(i>0,"Requested array length <= 0");var f=D(e,i),u=n==="le"?"LE":"BE";return this["_toArrayLike"+u](f,a),f},h.prototype._toArrayLikeLE=function(e,n){for(var r=0,a=0,i=0,f=0;i<this.length;i++){var u=this.words[i]<<f|a;e[r++]=u&255,r<e.length&&(e[r++]=u>>8&255),r<e.length&&(e[r++]=u>>16&255),f===6?(r<e.length&&(e[r++]=u>>24&255),a=0,f=0):(a=u>>>24,f+=2)}if(r<e.length)for(e[r++]=a;r<e.length;)e[r++]=0},h.prototype._toArrayLikeBE=function(e,n){for(var r=e.length-1,a=0,i=0,f=0;i<this.length;i++){var u=this.words[i]<<f|a;e[r--]=u&255,r>=0&&(e[r--]=u>>8&255),r>=0&&(e[r--]=u>>16&255),f===6?(r>=0&&(e[r--]=u>>24&255),a=0,f=0):(a=u>>>24,f+=2)}if(r>=0)for(e[r--]=a;r>=0;)e[r--]=0},Math.clz32?h.prototype._countBits=function(e){return 32-Math.clz32(e)}:h.prototype._countBits=function(e){var n=e,r=0;return n>=4096&&(r+=13,n>>>=13),n>=64&&(r+=7,n>>>=7),n>=8&&(r+=4,n>>>=4),n>=2&&(r+=2,n>>>=2),r+n},h.prototype._zeroBits=function(e){if(e===0)return 26;var n=e,r=0;return(n&8191)===0&&(r+=13,n>>>=13),(n&127)===0&&(r+=7,n>>>=7),(n&15)===0&&(r+=4,n>>>=4),(n&3)===0&&(r+=2,n>>>=2),(n&1)===0&&r++,r},h.prototype.bitLength=function(){var e=this.words[this.length-1],n=this._countBits(e);return(this.length-1)*26+n};function X(d){for(var e=new Array(d.bitLength()),n=0;n<e.length;n++){var r=n/26|0,a=n%26;e[n]=d.words[r]>>>a&1}return e}h.prototype.zeroBits=function(){if(this.isZero())return 0;for(var e=0,n=0;n<this.length;n++){var r=this._zeroBits(this.words[n]);if(e+=r,r!==26)break}return e},h.prototype.byteLength=function(){return Math.ceil(this.bitLength()/8)},h.prototype.toTwos=function(e){return this.negative!==0?this.abs().inotn(e).iaddn(1):this.clone()},h.prototype.fromTwos=function(e){return this.testn(e-1)?this.notn(e).iaddn(1).ineg():this.clone()},h.prototype.isNeg=function(){return this.negative!==0},h.prototype.neg=function(){return this.clone().ineg()},h.prototype.ineg=function(){return this.isZero()||(this.negative^=1),this},h.prototype.iuor=function(e){for(;this.length<e.length;)this.words[this.length++]=0;for(var n=0;n<e.length;n++)this.words[n]=this.words[n]|e.words[n];return this._strip()},h.prototype.ior=function(e){return b((this.negative|e.negative)===0),this.iuor(e)},h.prototype.or=function(e){return this.length>e.length?this.clone().ior(e):e.clone().ior(this)},h.prototype.uor=function(e){return this.length>e.length?this.clone().iuor(e):e.clone().iuor(this)},h.prototype.iuand=function(e){var n;this.length>e.length?n=e:n=this;for(var r=0;r<n.length;r++)this.words[r]=this.words[r]&e.words[r];return this.length=n.length,this._strip()},h.prototype.iand=function(e){return b((this.negative|e.negative)===0),this.iuand(e)},h.prototype.and=function(e){return this.length>e.length?this.clone().iand(e):e.clone().iand(this)},h.prototype.uand=function(e){return this.length>e.length?this.clone().iuand(e):e.clone().iuand(this)},h.prototype.iuxor=function(e){var n,r;this.length>e.length?(n=this,r=e):(n=e,r=this);for(var a=0;a<r.length;a++)this.words[a]=n.words[a]^r.words[a];if(this!==n)for(;a<n.length;a++)this.words[a]=n.words[a];return this.length=n.length,this._strip()},h.prototype.ixor=function(e){return b((this.negative|e.negative)===0),this.iuxor(e)},h.prototype.xor=function(e){return this.length>e.length?this.clone().ixor(e):e.clone().ixor(this)},h.prototype.uxor=function(e){return this.length>e.length?this.clone().iuxor(e):e.clone().iuxor(this)},h.prototype.inotn=function(e){b(typeof e=="number"&&e>=0);var n=Math.ceil(e/26)|0,r=e%26;this._expand(n),r>0&&n--;for(var a=0;a<n;a++)this.words[a]=~this.words[a]&67108863;return r>0&&(this.words[a]=~this.words[a]&67108863>>26-r),this._strip()},h.prototype.notn=function(e){return this.clone().inotn(e)},h.prototype.setn=function(e,n){b(typeof e=="number"&&e>=0);var r=e/26|0,a=e%26;return this._expand(r+1),n?this.words[r]=this.words[r]|1<<a:this.words[r]=this.words[r]&~(1<<a),this._strip()},h.prototype.iadd=function(e){var n;if(this.negative!==0&&e.negative===0)return this.negative=0,n=this.isub(e),this.negative^=1,this._normSign();if(this.negative===0&&e.negative!==0)return e.negative=0,n=this.isub(e),e.negative=1,n._normSign();var r,a;this.length>e.length?(r=this,a=e):(r=e,a=this);for(var i=0,f=0;f<a.length;f++)n=(r.words[f]|0)+(a.words[f]|0)+i,this.words[f]=n&67108863,i=n>>>26;for(;i!==0&&f<r.length;f++)n=(r.words[f]|0)+i,this.words[f]=n&67108863,i=n>>>26;if(this.length=r.length,i!==0)this.words[this.length]=i,this.length++;else if(r!==this)for(;f<r.length;f++)this.words[f]=r.words[f];return this},h.prototype.add=function(e){var n;return e.negative!==0&&this.negative===0?(e.negative=0,n=this.sub(e),e.negative^=1,n):e.negative===0&&this.negative!==0?(this.negative=0,n=e.sub(this),this.negative=1,n):this.length>e.length?this.clone().iadd(e):e.clone().iadd(this)},h.prototype.isub=function(e){if(e.negative!==0){e.negative=0;var n=this.iadd(e);return e.negative=1,n._normSign()}else if(this.negative!==0)return this.negative=0,this.iadd(e),this.negative=1,this._normSign();var r=this.cmp(e);if(r===0)return this.negative=0,this.length=1,this.words[0]=0,this;var a,i;r>0?(a=this,i=e):(a=e,i=this);for(var f=0,u=0;u<i.length;u++)n=(a.words[u]|0)-(i.words[u]|0)+f,f=n>>26,this.words[u]=n&67108863;for(;f!==0&&u<a.length;u++)n=(a.words[u]|0)+f,f=n>>26,this.words[u]=n&67108863;if(f===0&&u<a.length&&a!==this)for(;u<a.length;u++)this.words[u]=a.words[u];return this.length=Math.max(this.length,u),a!==this&&(this.negative=1),this._strip()},h.prototype.sub=function(e){return this.clone().isub(e)};function ce(d,e,n){n.negative=e.negative^d.negative;var r=d.length+e.length|0;n.length=r,r=r-1|0;var a=d.words[0]|0,i=e.words[0]|0,f=a*i,u=f&67108863,c=f/67108864|0;n.words[0]=u;for(var t=1;t<r;t++){for(var l=c>>>26,E=c&67108863,k=Math.min(t,e.length-1),O=Math.max(0,t-d.length+1);O<=k;O++){var z=t-O|0;a=d.words[z]|0,i=e.words[O]|0,f=a*i+E,l+=f/67108864|0,E=f&67108863}n.words[t]=E|0,c=l|0}return c!==0?n.words[t]=c|0:n.length--,n._strip()}var pe=function(e,n,r){var a=e.words,i=n.words,f=r.words,u=0,c,t,l,E=a[0]|0,k=E&8191,O=E>>>13,z=a[1]|0,_=z&8191,se=z>>>13,Ve=a[2]|0,fe=Ve&8191,ve=Ve>>>13,o0=a[3]|0,ge=o0&8191,Le=o0>>>13,Qe=a[4]|0,Ce=Qe&8191,Ie=Qe>>>13,ze=a[5]|0,Se=ze&8191,Ne=ze>>>13,Ze=a[6]|0,Me=Ze&8191,Te=Ze>>>13,Ye=a[7]|0,De=Ye&8191,Ae=Ye>>>13,i0=a[8]|0,Pe=i0&8191,Fe=i0>>>13,Je=a[9]|0,we=Je&8191,Ee=Je>>>13,$e=i[0]|0,be=$e&8191,ke=$e>>>13,qe=i[1]|0,xe=qe&8191,W=qe>>>13,ee=i[2]|0,N=ee&8191,$=ee>>>13,te=i[3]|0,Q=te&8191,J=te>>>13,j=i[4]|0,C=j&8191,L=j>>>13,b0=i[5]|0,Re=b0&8191,Oe=b0>>>13,S0=i[6]|0,Be=S0&8191,je=S0>>>13,g0=i[7]|0,Ue=g0&8191,He=g0>>>13,s0=i[8]|0,Xe=s0&8191,Ke=s0>>>13,c0=i[9]|0,Ge=c0&8191,We=c0>>>13;r.negative=e.negative^n.negative,r.length=19,c=Math.imul(k,be),t=Math.imul(k,ke),t=t+Math.imul(O,be)|0,l=Math.imul(O,ke);var _e=(u+c|0)+((t&8191)<<13)|0;u=(l+(t>>>13)|0)+(_e>>>26)|0,_e&=67108863,c=Math.imul(_,be),t=Math.imul(_,ke),t=t+Math.imul(se,be)|0,l=Math.imul(se,ke),c=c+Math.imul(k,xe)|0,t=t+Math.imul(k,W)|0,t=t+Math.imul(O,xe)|0,l=l+Math.imul(O,W)|0;var A0=(u+c|0)+((t&8191)<<13)|0;u=(l+(t>>>13)|0)+(A0>>>26)|0,A0&=67108863,c=Math.imul(fe,be),t=Math.imul(fe,ke),t=t+Math.imul(ve,be)|0,l=Math.imul(ve,ke),c=c+Math.imul(_,xe)|0,t=t+Math.imul(_,W)|0,t=t+Math.imul(se,xe)|0,l=l+Math.imul(se,W)|0,c=c+Math.imul(k,N)|0,t=t+Math.imul(k,$)|0,t=t+Math.imul(O,N)|0,l=l+Math.imul(O,$)|0;var e0=(u+c|0)+((t&8191)<<13)|0;u=(l+(t>>>13)|0)+(e0>>>26)|0,e0&=67108863,c=Math.imul(ge,be),t=Math.imul(ge,ke),t=t+Math.imul(Le,be)|0,l=Math.imul(Le,ke),c=c+Math.imul(fe,xe)|0,t=t+Math.imul(fe,W)|0,t=t+Math.imul(ve,xe)|0,l=l+Math.imul(ve,W)|0,c=c+Math.imul(_,N)|0,t=t+Math.imul(_,$)|0,t=t+Math.imul(se,N)|0,l=l+Math.imul(se,$)|0,c=c+Math.imul(k,Q)|0,t=t+Math.imul(k,J)|0,t=t+Math.imul(O,Q)|0,l=l+Math.imul(O,J)|0;var w0=(u+c|0)+((t&8191)<<13)|0;u=(l+(t>>>13)|0)+(w0>>>26)|0,w0&=67108863,c=Math.imul(Ce,be),t=Math.imul(Ce,ke),t=t+Math.imul(Ie,be)|0,l=Math.imul(Ie,ke),c=c+Math.imul(ge,xe)|0,t=t+Math.imul(ge,W)|0,t=t+Math.imul(Le,xe)|0,l=l+Math.imul(Le,W)|0,c=c+Math.imul(fe,N)|0,t=t+Math.imul(fe,$)|0,t=t+Math.imul(ve,N)|0,l=l+Math.imul(ve,$)|0,c=c+Math.imul(_,Q)|0,t=t+Math.imul(_,J)|0,t=t+Math.imul(se,Q)|0,l=l+Math.imul(se,J)|0,c=c+Math.imul(k,C)|0,t=t+Math.imul(k,L)|0,t=t+Math.imul(O,C)|0,l=l+Math.imul(O,L)|0;var d0=(u+c|0)+((t&8191)<<13)|0;u=(l+(t>>>13)|0)+(d0>>>26)|0,d0&=67108863,c=Math.imul(Se,be),t=Math.imul(Se,ke),t=t+Math.imul(Ne,be)|0,l=Math.imul(Ne,ke),c=c+Math.imul(Ce,xe)|0,t=t+Math.imul(Ce,W)|0,t=t+Math.imul(Ie,xe)|0,l=l+Math.imul(Ie,W)|0,c=c+Math.imul(ge,N)|0,t=t+Math.imul(ge,$)|0,t=t+Math.imul(Le,N)|0,l=l+Math.imul(Le,$)|0,c=c+Math.imul(fe,Q)|0,t=t+Math.imul(fe,J)|0,t=t+Math.imul(ve,Q)|0,l=l+Math.imul(ve,J)|0,c=c+Math.imul(_,C)|0,t=t+Math.imul(_,L)|0,t=t+Math.imul(se,C)|0,l=l+Math.imul(se,L)|0,c=c+Math.imul(k,Re)|0,t=t+Math.imul(k,Oe)|0,t=t+Math.imul(O,Re)|0,l=l+Math.imul(O,Oe)|0;var l0=(u+c|0)+((t&8191)<<13)|0;u=(l+(t>>>13)|0)+(l0>>>26)|0,l0&=67108863,c=Math.imul(Me,be),t=Math.imul(Me,ke),t=t+Math.imul(Te,be)|0,l=Math.imul(Te,ke),c=c+Math.imul(Se,xe)|0,t=t+Math.imul(Se,W)|0,t=t+Math.imul(Ne,xe)|0,l=l+Math.imul(Ne,W)|0,c=c+Math.imul(Ce,N)|0,t=t+Math.imul(Ce,$)|0,t=t+Math.imul(Ie,N)|0,l=l+Math.imul(Ie,$)|0,c=c+Math.imul(ge,Q)|0,t=t+Math.imul(ge,J)|0,t=t+Math.imul(Le,Q)|0,l=l+Math.imul(Le,J)|0,c=c+Math.imul(fe,C)|0,t=t+Math.imul(fe,L)|0,t=t+Math.imul(ve,C)|0,l=l+Math.imul(ve,L)|0,c=c+Math.imul(_,Re)|0,t=t+Math.imul(_,Oe)|0,t=t+Math.imul(se,Re)|0,l=l+Math.imul(se,Oe)|0,c=c+Math.imul(k,Be)|0,t=t+Math.imul(k,je)|0,t=t+Math.imul(O,Be)|0,l=l+Math.imul(O,je)|0;var f0=(u+c|0)+((t&8191)<<13)|0;u=(l+(t>>>13)|0)+(f0>>>26)|0,f0&=67108863,c=Math.imul(De,be),t=Math.imul(De,ke),t=t+Math.imul(Ae,be)|0,l=Math.imul(Ae,ke),c=c+Math.imul(Me,xe)|0,t=t+Math.imul(Me,W)|0,t=t+Math.imul(Te,xe)|0,l=l+Math.imul(Te,W)|0,c=c+Math.imul(Se,N)|0,t=t+Math.imul(Se,$)|0,t=t+Math.imul(Ne,N)|0,l=l+Math.imul(Ne,$)|0,c=c+Math.imul(Ce,Q)|0,t=t+Math.imul(Ce,J)|0,t=t+Math.imul(Ie,Q)|0,l=l+Math.imul(Ie,J)|0,c=c+Math.imul(ge,C)|0,t=t+Math.imul(ge,L)|0,t=t+Math.imul(Le,C)|0,l=l+Math.imul(Le,L)|0,c=c+Math.imul(fe,Re)|0,t=t+Math.imul(fe,Oe)|0,t=t+Math.imul(ve,Re)|0,l=l+Math.imul(ve,Oe)|0,c=c+Math.imul(_,Be)|0,t=t+Math.imul(_,je)|0,t=t+Math.imul(se,Be)|0,l=l+Math.imul(se,je)|0,c=c+Math.imul(k,Ue)|0,t=t+Math.imul(k,He)|0,t=t+Math.imul(O,Ue)|0,l=l+Math.imul(O,He)|0;var t0=(u+c|0)+((t&8191)<<13)|0;u=(l+(t>>>13)|0)+(t0>>>26)|0,t0&=67108863,c=Math.imul(Pe,be),t=Math.imul(Pe,ke),t=t+Math.imul(Fe,be)|0,l=Math.imul(Fe,ke),c=c+Math.imul(De,xe)|0,t=t+Math.imul(De,W)|0,t=t+Math.imul(Ae,xe)|0,l=l+Math.imul(Ae,W)|0,c=c+Math.imul(Me,N)|0,t=t+Math.imul(Me,$)|0,t=t+Math.imul(Te,N)|0,l=l+Math.imul(Te,$)|0,c=c+Math.imul(Se,Q)|0,t=t+Math.imul(Se,J)|0,t=t+Math.imul(Ne,Q)|0,l=l+Math.imul(Ne,J)|0,c=c+Math.imul(Ce,C)|0,t=t+Math.imul(Ce,L)|0,t=t+Math.imul(Ie,C)|0,l=l+Math.imul(Ie,L)|0,c=c+Math.imul(ge,Re)|0,t=t+Math.imul(ge,Oe)|0,t=t+Math.imul(Le,Re)|0,l=l+Math.imul(Le,Oe)|0,c=c+Math.imul(fe,Be)|0,t=t+Math.imul(fe,je)|0,t=t+Math.imul(ve,Be)|0,l=l+Math.imul(ve,je)|0,c=c+Math.imul(_,Ue)|0,t=t+Math.imul(_,He)|0,t=t+Math.imul(se,Ue)|0,l=l+Math.imul(se,He)|0,c=c+Math.imul(k,Xe)|0,t=t+Math.imul(k,Ke)|0,t=t+Math.imul(O,Xe)|0,l=l+Math.imul(O,Ke)|0;var u0=(u+c|0)+((t&8191)<<13)|0;u=(l+(t>>>13)|0)+(u0>>>26)|0,u0&=67108863,c=Math.imul(we,be),t=Math.imul(we,ke),t=t+Math.imul(Ee,be)|0,l=Math.imul(Ee,ke),c=c+Math.imul(Pe,xe)|0,t=t+Math.imul(Pe,W)|0,t=t+Math.imul(Fe,xe)|0,l=l+Math.imul(Fe,W)|0,c=c+Math.imul(De,N)|0,t=t+Math.imul(De,$)|0,t=t+Math.imul(Ae,N)|0,l=l+Math.imul(Ae,$)|0,c=c+Math.imul(Me,Q)|0,t=t+Math.imul(Me,J)|0,t=t+Math.imul(Te,Q)|0,l=l+Math.imul(Te,J)|0,c=c+Math.imul(Se,C)|0,t=t+Math.imul(Se,L)|0,t=t+Math.imul(Ne,C)|0,l=l+Math.imul(Ne,L)|0,c=c+Math.imul(Ce,Re)|0,t=t+Math.imul(Ce,Oe)|0,t=t+Math.imul(Ie,Re)|0,l=l+Math.imul(Ie,Oe)|0,c=c+Math.imul(ge,Be)|0,t=t+Math.imul(ge,je)|0,t=t+Math.imul(Le,Be)|0,l=l+Math.imul(Le,je)|0,c=c+Math.imul(fe,Ue)|0,t=t+Math.imul(fe,He)|0,t=t+Math.imul(ve,Ue)|0,l=l+Math.imul(ve,He)|0,c=c+Math.imul(_,Xe)|0,t=t+Math.imul(_,Ke)|0,t=t+Math.imul(se,Xe)|0,l=l+Math.imul(se,Ke)|0,c=c+Math.imul(k,Ge)|0,t=t+Math.imul(k,We)|0,t=t+Math.imul(O,Ge)|0,l=l+Math.imul(O,We)|0;var m0=(u+c|0)+((t&8191)<<13)|0;u=(l+(t>>>13)|0)+(m0>>>26)|0,m0&=67108863,c=Math.imul(we,xe),t=Math.imul(we,W),t=t+Math.imul(Ee,xe)|0,l=Math.imul(Ee,W),c=c+Math.imul(Pe,N)|0,t=t+Math.imul(Pe,$)|0,t=t+Math.imul(Fe,N)|0,l=l+Math.imul(Fe,$)|0,c=c+Math.imul(De,Q)|0,t=t+Math.imul(De,J)|0,t=t+Math.imul(Ae,Q)|0,l=l+Math.imul(Ae,J)|0,c=c+Math.imul(Me,C)|0,t=t+Math.imul(Me,L)|0,t=t+Math.imul(Te,C)|0,l=l+Math.imul(Te,L)|0,c=c+Math.imul(Se,Re)|0,t=t+Math.imul(Se,Oe)|0,t=t+Math.imul(Ne,Re)|0,l=l+Math.imul(Ne,Oe)|0,c=c+Math.imul(Ce,Be)|0,t=t+Math.imul(Ce,je)|0,t=t+Math.imul(Ie,Be)|0,l=l+Math.imul(Ie,je)|0,c=c+Math.imul(ge,Ue)|0,t=t+Math.imul(ge,He)|0,t=t+Math.imul(Le,Ue)|0,l=l+Math.imul(Le,He)|0,c=c+Math.imul(fe,Xe)|0,t=t+Math.imul(fe,Ke)|0,t=t+Math.imul(ve,Xe)|0,l=l+Math.imul(ve,Ke)|0,c=c+Math.imul(_,Ge)|0,t=t+Math.imul(_,We)|0,t=t+Math.imul(se,Ge)|0,l=l+Math.imul(se,We)|0;var n0=(u+c|0)+((t&8191)<<13)|0;u=(l+(t>>>13)|0)+(n0>>>26)|0,n0&=67108863,c=Math.imul(we,N),t=Math.imul(we,$),t=t+Math.imul(Ee,N)|0,l=Math.imul(Ee,$),c=c+Math.imul(Pe,Q)|0,t=t+Math.imul(Pe,J)|0,t=t+Math.imul(Fe,Q)|0,l=l+Math.imul(Fe,J)|0,c=c+Math.imul(De,C)|0,t=t+Math.imul(De,L)|0,t=t+Math.imul(Ae,C)|0,l=l+Math.imul(Ae,L)|0,c=c+Math.imul(Me,Re)|0,t=t+Math.imul(Me,Oe)|0,t=t+Math.imul(Te,Re)|0,l=l+Math.imul(Te,Oe)|0,c=c+Math.imul(Se,Be)|0,t=t+Math.imul(Se,je)|0,t=t+Math.imul(Ne,Be)|0,l=l+Math.imul(Ne,je)|0,c=c+Math.imul(Ce,Ue)|0,t=t+Math.imul(Ce,He)|0,t=t+Math.imul(Ie,Ue)|0,l=l+Math.imul(Ie,He)|0,c=c+Math.imul(ge,Xe)|0,t=t+Math.imul(ge,Ke)|0,t=t+Math.imul(Le,Xe)|0,l=l+Math.imul(Le,Ke)|0,c=c+Math.imul(fe,Ge)|0,t=t+Math.imul(fe,We)|0,t=t+Math.imul(ve,Ge)|0,l=l+Math.imul(ve,We)|0;var h0=(u+c|0)+((t&8191)<<13)|0;u=(l+(t>>>13)|0)+(h0>>>26)|0,h0&=67108863,c=Math.imul(we,Q),t=Math.imul(we,J),t=t+Math.imul(Ee,Q)|0,l=Math.imul(Ee,J),c=c+Math.imul(Pe,C)|0,t=t+Math.imul(Pe,L)|0,t=t+Math.imul(Fe,C)|0,l=l+Math.imul(Fe,L)|0,c=c+Math.imul(De,Re)|0,t=t+Math.imul(De,Oe)|0,t=t+Math.imul(Ae,Re)|0,l=l+Math.imul(Ae,Oe)|0,c=c+Math.imul(Me,Be)|0,t=t+Math.imul(Me,je)|0,t=t+Math.imul(Te,Be)|0,l=l+Math.imul(Te,je)|0,c=c+Math.imul(Se,Ue)|0,t=t+Math.imul(Se,He)|0,t=t+Math.imul(Ne,Ue)|0,l=l+Math.imul(Ne,He)|0,c=c+Math.imul(Ce,Xe)|0,t=t+Math.imul(Ce,Ke)|0,t=t+Math.imul(Ie,Xe)|0,l=l+Math.imul(Ie,Ke)|0,c=c+Math.imul(ge,Ge)|0,t=t+Math.imul(ge,We)|0,t=t+Math.imul(Le,Ge)|0,l=l+Math.imul(Le,We)|0;var p0=(u+c|0)+((t&8191)<<13)|0;u=(l+(t>>>13)|0)+(p0>>>26)|0,p0&=67108863,c=Math.imul(we,C),t=Math.imul(we,L),t=t+Math.imul(Ee,C)|0,l=Math.imul(Ee,L),c=c+Math.imul(Pe,Re)|0,t=t+Math.imul(Pe,Oe)|0,t=t+Math.imul(Fe,Re)|0,l=l+Math.imul(Fe,Oe)|0,c=c+Math.imul(De,Be)|0,t=t+Math.imul(De,je)|0,t=t+Math.imul(Ae,Be)|0,l=l+Math.imul(Ae,je)|0,c=c+Math.imul(Me,Ue)|0,t=t+Math.imul(Me,He)|0,t=t+Math.imul(Te,Ue)|0,l=l+Math.imul(Te,He)|0,c=c+Math.imul(Se,Xe)|0,t=t+Math.imul(Se,Ke)|0,t=t+Math.imul(Ne,Xe)|0,l=l+Math.imul(Ne,Ke)|0,c=c+Math.imul(Ce,Ge)|0,t=t+Math.imul(Ce,We)|0,t=t+Math.imul(Ie,Ge)|0,l=l+Math.imul(Ie,We)|0;var r0=(u+c|0)+((t&8191)<<13)|0;u=(l+(t>>>13)|0)+(r0>>>26)|0,r0&=67108863,c=Math.imul(we,Re),t=Math.imul(we,Oe),t=t+Math.imul(Ee,Re)|0,l=Math.imul(Ee,Oe),c=c+Math.imul(Pe,Be)|0,t=t+Math.imul(Pe,je)|0,t=t+Math.imul(Fe,Be)|0,l=l+Math.imul(Fe,je)|0,c=c+Math.imul(De,Ue)|0,t=t+Math.imul(De,He)|0,t=t+Math.imul(Ae,Ue)|0,l=l+Math.imul(Ae,He)|0,c=c+Math.imul(Me,Xe)|0,t=t+Math.imul(Me,Ke)|0,t=t+Math.imul(Te,Xe)|0,l=l+Math.imul(Te,Ke)|0,c=c+Math.imul(Se,Ge)|0,t=t+Math.imul(Se,We)|0,t=t+Math.imul(Ne,Ge)|0,l=l+Math.imul(Ne,We)|0;var C0=(u+c|0)+((t&8191)<<13)|0;u=(l+(t>>>13)|0)+(C0>>>26)|0,C0&=67108863,c=Math.imul(we,Be),t=Math.imul(we,je),t=t+Math.imul(Ee,Be)|0,l=Math.imul(Ee,je),c=c+Math.imul(Pe,Ue)|0,t=t+Math.imul(Pe,He)|0,t=t+Math.imul(Fe,Ue)|0,l=l+Math.imul(Fe,He)|0,c=c+Math.imul(De,Xe)|0,t=t+Math.imul(De,Ke)|0,t=t+Math.imul(Ae,Xe)|0,l=l+Math.imul(Ae,Ke)|0,c=c+Math.imul(Me,Ge)|0,t=t+Math.imul(Me,We)|0,t=t+Math.imul(Te,Ge)|0,l=l+Math.imul(Te,We)|0;var a0=(u+c|0)+((t&8191)<<13)|0;u=(l+(t>>>13)|0)+(a0>>>26)|0,a0&=67108863,c=Math.imul(we,Ue),t=Math.imul(we,He),t=t+Math.imul(Ee,Ue)|0,l=Math.imul(Ee,He),c=c+Math.imul(Pe,Xe)|0,t=t+Math.imul(Pe,Ke)|0,t=t+Math.imul(Fe,Xe)|0,l=l+Math.imul(Fe,Ke)|0,c=c+Math.imul(De,Ge)|0,t=t+Math.imul(De,We)|0,t=t+Math.imul(Ae,Ge)|0,l=l+Math.imul(Ae,We)|0;var I0=(u+c|0)+((t&8191)<<13)|0;u=(l+(t>>>13)|0)+(I0>>>26)|0,I0&=67108863,c=Math.imul(we,Xe),t=Math.imul(we,Ke),t=t+Math.imul(Ee,Xe)|0,l=Math.imul(Ee,Ke),c=c+Math.imul(Pe,Ge)|0,t=t+Math.imul(Pe,We)|0,t=t+Math.imul(Fe,Ge)|0,l=l+Math.imul(Fe,We)|0;var y0=(u+c|0)+((t&8191)<<13)|0;u=(l+(t>>>13)|0)+(y0>>>26)|0,y0&=67108863,c=Math.imul(we,Ge),t=Math.imul(we,We),t=t+Math.imul(Ee,Ge)|0,l=Math.imul(Ee,We);var v0=(u+c|0)+((t&8191)<<13)|0;return u=(l+(t>>>13)|0)+(v0>>>26)|0,v0&=67108863,f[0]=_e,f[1]=A0,f[2]=e0,f[3]=w0,f[4]=d0,f[5]=l0,f[6]=f0,f[7]=t0,f[8]=u0,f[9]=m0,f[10]=n0,f[11]=h0,f[12]=p0,f[13]=r0,f[14]=C0,f[15]=a0,f[16]=I0,f[17]=y0,f[18]=v0,u!==0&&(f[19]=u,r.length++),r};Math.imul||(pe=ce);function de(d,e,n){n.negative=e.negative^d.negative,n.length=d.length+e.length;for(var r=0,a=0,i=0;i<n.length-1;i++){var f=a;a=0;for(var u=r&67108863,c=Math.min(i,e.length-1),t=Math.max(0,i-d.length+1);t<=c;t++){var l=i-t,E=d.words[l]|0,k=e.words[t]|0,O=E*k,z=O&67108863;f=f+(O/67108864|0)|0,z=z+u|0,u=z&67108863,f=f+(z>>>26)|0,a+=f>>>26,f&=67108863}n.words[i]=u,r=f,f=a}return r!==0?n.words[i]=r:n.length--,n._strip()}function ye(d,e,n){return de(d,e,n)}h.prototype.mulTo=function(e,n){var r,a=this.length+e.length;return this.length===10&&e.length===10?r=pe(this,e,n):a<63?r=ce(this,e,n):a<1024?r=de(this,e,n):r=ye(this,e,n),r};function M(d,e){this.x=d,this.y=e}M.prototype.makeRBT=function(e){for(var n=new Array(e),r=h.prototype._countBits(e)-1,a=0;a<e;a++)n[a]=this.revBin(a,r,e);return n},M.prototype.revBin=function(e,n,r){if(e===0||e===r-1)return e;for(var a=0,i=0;i<n;i++)a|=(e&1)<<n-i-1,e>>=1;return a},M.prototype.permute=function(e,n,r,a,i,f){for(var u=0;u<f;u++)a[u]=n[e[u]],i[u]=r[e[u]]},M.prototype.transform=function(e,n,r,a,i,f){this.permute(f,e,n,r,a,i);for(var u=1;u<i;u<<=1)for(var c=u<<1,t=Math.cos(2*Math.PI/c),l=Math.sin(2*Math.PI/c),E=0;E<i;E+=c)for(var k=t,O=l,z=0;z<u;z++){var _=r[E+z],se=a[E+z],Ve=r[E+z+u],fe=a[E+z+u],ve=k*Ve-O*fe;fe=k*fe+O*Ve,Ve=ve,r[E+z]=_+Ve,a[E+z]=se+fe,r[E+z+u]=_-Ve,a[E+z+u]=se-fe,z!==c&&(ve=t*k-l*O,O=t*O+l*k,k=ve)}},M.prototype.guessLen13b=function(e,n){var r=Math.max(n,e)|1,a=r&1,i=0;for(r=r/2|0;r;r=r>>>1)i++;return 1<<i+1+a},M.prototype.conjugate=function(e,n,r){if(!(r<=1))for(var a=0;a<r/2;a++){var i=e[a];e[a]=e[r-a-1],e[r-a-1]=i,i=n[a],n[a]=-n[r-a-1],n[r-a-1]=-i}},M.prototype.normalize13b=function(e,n){for(var r=0,a=0;a<n/2;a++){var i=Math.round(e[2*a+1]/n)*8192+Math.round(e[2*a]/n)+r;e[a]=i&67108863,i<67108864?r=0:r=i/67108864|0}return e},M.prototype.convert13b=function(e,n,r,a){for(var i=0,f=0;f<n;f++)i=i+(e[f]|0),r[2*f]=i&8191,i=i>>>13,r[2*f+1]=i&8191,i=i>>>13;for(f=2*n;f<a;++f)r[f]=0;b(i===0),b((i&-8192)===0)},M.prototype.stub=function(e){for(var n=new Array(e),r=0;r<e;r++)n[r]=0;return n},M.prototype.mulp=function(e,n,r){var a=2*this.guessLen13b(e.length,n.length),i=this.makeRBT(a),f=this.stub(a),u=new Array(a),c=new Array(a),t=new Array(a),l=new Array(a),E=new Array(a),k=new Array(a),O=r.words;O.length=a,this.convert13b(e.words,e.length,u,a),this.convert13b(n.words,n.length,l,a),this.transform(u,f,c,t,a,i),this.transform(l,f,E,k,a,i);for(var z=0;z<a;z++){var _=c[z]*E[z]-t[z]*k[z];t[z]=c[z]*k[z]+t[z]*E[z],c[z]=_}return this.conjugate(c,t,a),this.transform(c,t,O,f,a,i),this.conjugate(O,f,a),this.normalize13b(O,a),r.negative=e.negative^n.negative,r.length=e.length+n.length,r._strip()},h.prototype.mul=function(e){var n=new h(null);return n.words=new Array(this.length+e.length),this.mulTo(e,n)},h.prototype.mulf=function(e){var n=new h(null);return n.words=new Array(this.length+e.length),ye(this,e,n)},h.prototype.imul=function(e){return this.clone().mulTo(e,this)},h.prototype.imuln=function(e){var n=e<0;n&&(e=-e),b(typeof e=="number"),b(e<67108864);for(var r=0,a=0;a<this.length;a++){var i=(this.words[a]|0)*e,f=(i&67108863)+(r&67108863);r>>=26,r+=i/67108864|0,r+=f>>>26,this.words[a]=f&67108863}return r!==0&&(this.words[a]=r,this.length++),n?this.ineg():this},h.prototype.muln=function(e){return this.clone().imuln(e)},h.prototype.sqr=function(){return this.mul(this)},h.prototype.isqr=function(){return this.imul(this.clone())},h.prototype.pow=function(e){var n=X(e);if(n.length===0)return new h(1);for(var r=this,a=0;a<n.length&&n[a]===0;a++,r=r.sqr());if(++a<n.length)for(var i=r.sqr();a<n.length;a++,i=i.sqr())n[a]!==0&&(r=r.mul(i));return r},h.prototype.iushln=function(e){b(typeof e=="number"&&e>=0);var n=e%26,r=(e-n)/26,a=67108863>>>26-n<<26-n,i;if(n!==0){var f=0;for(i=0;i<this.length;i++){var u=this.words[i]&a,c=(this.words[i]|0)-u<<n;this.words[i]=c|f,f=u>>>26-n}f&&(this.words[i]=f,this.length++)}if(r!==0){for(i=this.length-1;i>=0;i--)this.words[i+r]=this.words[i];for(i=0;i<r;i++)this.words[i]=0;this.length+=r}return this._strip()},h.prototype.ishln=function(e){return b(this.negative===0),this.iushln(e)},h.prototype.iushrn=function(e,n,r){b(typeof e=="number"&&e>=0);var a;n?a=(n-n%26)/26:a=0;var i=e%26,f=Math.min((e-i)/26,this.length),u=67108863^67108863>>>i<<i,c=r;if(a-=f,a=Math.max(0,a),c){for(var t=0;t<f;t++)c.words[t]=this.words[t];c.length=f}if(f!==0)if(this.length>f)for(this.length-=f,t=0;t<this.length;t++)this.words[t]=this.words[t+f];else this.words[0]=0,this.length=1;var l=0;for(t=this.length-1;t>=0&&(l!==0||t>=a);t--){var E=this.words[t]|0;this.words[t]=l<<26-i|E>>>i,l=E&u}return c&&l!==0&&(c.words[c.length++]=l),this.length===0&&(this.words[0]=0,this.length=1),this._strip()},h.prototype.ishrn=function(e,n,r){return b(this.negative===0),this.iushrn(e,n,r)},h.prototype.shln=function(e){return this.clone().ishln(e)},h.prototype.ushln=function(e){return this.clone().iushln(e)},h.prototype.shrn=function(e){return this.clone().ishrn(e)},h.prototype.ushrn=function(e){return this.clone().iushrn(e)},h.prototype.testn=function(e){b(typeof e=="number"&&e>=0);var n=e%26,r=(e-n)/26,a=1<<n;if(this.length<=r)return!1;var i=this.words[r];return!!(i&a)},h.prototype.imaskn=function(e){b(typeof e=="number"&&e>=0);var n=e%26,r=(e-n)/26;if(b(this.negative===0,"imaskn works only with positive numbers"),this.length<=r)return this;if(n!==0&&r++,this.length=Math.min(r,this.length),n!==0){var a=67108863^67108863>>>n<<n;this.words[this.length-1]&=a}return this._strip()},h.prototype.maskn=function(e){return this.clone().imaskn(e)},h.prototype.iaddn=function(e){return b(typeof e=="number"),b(e<67108864),e<0?this.isubn(-e):this.negative!==0?this.length===1&&(this.words[0]|0)<=e?(this.words[0]=e-(this.words[0]|0),this.negative=0,this):(this.negative=0,this.isubn(e),this.negative=1,this):this._iaddn(e)},h.prototype._iaddn=function(e){this.words[0]+=e;for(var n=0;n<this.length&&this.words[n]>=67108864;n++)this.words[n]-=67108864,n===this.length-1?this.words[n+1]=1:this.words[n+1]++;return this.length=Math.max(this.length,n+1),this},h.prototype.isubn=function(e){if(b(typeof e=="number"),b(e<67108864),e<0)return this.iaddn(-e);if(this.negative!==0)return this.negative=0,this.iaddn(e),this.negative=1,this;if(this.words[0]-=e,this.length===1&&this.words[0]<0)this.words[0]=-this.words[0],this.negative=1;else for(var n=0;n<this.length&&this.words[n]<0;n++)this.words[n]+=67108864,this.words[n+1]-=1;return this._strip()},h.prototype.addn=function(e){return this.clone().iaddn(e)},h.prototype.subn=function(e){return this.clone().isubn(e)},h.prototype.iabs=function(){return this.negative=0,this},h.prototype.abs=function(){return this.clone().iabs()},h.prototype._ishlnsubmul=function(e,n,r){var a=e.length+r,i;this._expand(a);var f,u=0;for(i=0;i<e.length;i++){f=(this.words[i+r]|0)+u;var c=(e.words[i]|0)*n;f-=c&67108863,u=(f>>26)-(c/67108864|0),this.words[i+r]=f&67108863}for(;i<this.length-r;i++)f=(this.words[i+r]|0)+u,u=f>>26,this.words[i+r]=f&67108863;if(u===0)return this._strip();for(b(u===-1),u=0,i=0;i<this.length;i++)f=-(this.words[i]|0)+u,u=f>>26,this.words[i]=f&67108863;return this.negative=1,this._strip()},h.prototype._wordDiv=function(e,n){var r=this.length-e.length,a=this.clone(),i=e,f=i.words[i.length-1]|0,u=this._countBits(f);r=26-u,r!==0&&(i=i.ushln(r),a.iushln(r),f=i.words[i.length-1]|0);var c=a.length-i.length,t;if(n!=="mod"){t=new h(null),t.length=c+1,t.words=new Array(t.length);for(var l=0;l<t.length;l++)t.words[l]=0}var E=a.clone()._ishlnsubmul(i,1,c);E.negative===0&&(a=E,t&&(t.words[c]=1));for(var k=c-1;k>=0;k--){var O=(a.words[i.length+k]|0)*67108864+(a.words[i.length+k-1]|0);for(O=Math.min(O/f|0,67108863),a._ishlnsubmul(i,O,k);a.negative!==0;)O--,a.negative=0,a._ishlnsubmul(i,1,k),a.isZero()||(a.negative^=1);t&&(t.words[k]=O)}return t&&t._strip(),a._strip(),n!=="div"&&r!==0&&a.iushrn(r),{div:t||null,mod:a}},h.prototype.divmod=function(e,n,r){if(b(!e.isZero()),this.isZero())return{div:new h(0),mod:new h(0)};var a,i,f;return this.negative!==0&&e.negative===0?(f=this.neg().divmod(e,n),n!=="mod"&&(a=f.div.neg()),n!=="div"&&(i=f.mod.neg(),r&&i.negative!==0&&i.iadd(e)),{div:a,mod:i}):this.negative===0&&e.negative!==0?(f=this.divmod(e.neg(),n),n!=="mod"&&(a=f.div.neg()),{div:a,mod:f.mod}):(this.negative&e.negative)!==0?(f=this.neg().divmod(e.neg(),n),n!=="div"&&(i=f.mod.neg(),r&&i.negative!==0&&i.isub(e)),{div:f.div,mod:i}):e.length>this.length||this.cmp(e)<0?{div:new h(0),mod:this}:e.length===1?n==="div"?{div:this.divn(e.words[0]),mod:null}:n==="mod"?{div:null,mod:new h(this.modrn(e.words[0]))}:{div:this.divn(e.words[0]),mod:new h(this.modrn(e.words[0]))}:this._wordDiv(e,n)},h.prototype.div=function(e){return this.divmod(e,"div",!1).div},h.prototype.mod=function(e){return this.divmod(e,"mod",!1).mod},h.prototype.umod=function(e){return this.divmod(e,"mod",!0).mod},h.prototype.divRound=function(e){var n=this.divmod(e);if(n.mod.isZero())return n.div;var r=n.div.negative!==0?n.mod.isub(e):n.mod,a=e.ushrn(1),i=e.andln(1),f=r.cmp(a);return f<0||i===1&&f===0?n.div:n.div.negative!==0?n.div.isubn(1):n.div.iaddn(1)},h.prototype.modrn=function(e){var n=e<0;n&&(e=-e),b(e<=67108863);for(var r=(1<<26)%e,a=0,i=this.length-1;i>=0;i--)a=(r*a+(this.words[i]|0))%e;return n?-a:a},h.prototype.modn=function(e){return this.modrn(e)},h.prototype.idivn=function(e){var n=e<0;n&&(e=-e),b(e<=67108863);for(var r=0,a=this.length-1;a>=0;a--){var i=(this.words[a]|0)+r*67108864;this.words[a]=i/e|0,r=i%e}return this._strip(),n?this.ineg():this},h.prototype.divn=function(e){return this.clone().idivn(e)},h.prototype.egcd=function(e){b(e.negative===0),b(!e.isZero());var n=this,r=e.clone();n.negative!==0?n=n.umod(e):n=n.clone();for(var a=new h(1),i=new h(0),f=new h(0),u=new h(1),c=0;n.isEven()&&r.isEven();)n.iushrn(1),r.iushrn(1),++c;for(var t=r.clone(),l=n.clone();!n.isZero();){for(var E=0,k=1;(n.words[0]&k)===0&&E<26;++E,k<<=1);if(E>0)for(n.iushrn(E);E-- >0;)(a.isOdd()||i.isOdd())&&(a.iadd(t),i.isub(l)),a.iushrn(1),i.iushrn(1);for(var O=0,z=1;(r.words[0]&z)===0&&O<26;++O,z<<=1);if(O>0)for(r.iushrn(O);O-- >0;)(f.isOdd()||u.isOdd())&&(f.iadd(t),u.isub(l)),f.iushrn(1),u.iushrn(1);n.cmp(r)>=0?(n.isub(r),a.isub(f),i.isub(u)):(r.isub(n),f.isub(a),u.isub(i))}return{a:f,b:u,gcd:r.iushln(c)}},h.prototype._invmp=function(e){b(e.negative===0),b(!e.isZero());var n=this,r=e.clone();n.negative!==0?n=n.umod(e):n=n.clone();for(var a=new h(1),i=new h(0),f=r.clone();n.cmpn(1)>0&&r.cmpn(1)>0;){for(var u=0,c=1;(n.words[0]&c)===0&&u<26;++u,c<<=1);if(u>0)for(n.iushrn(u);u-- >0;)a.isOdd()&&a.iadd(f),a.iushrn(1);for(var t=0,l=1;(r.words[0]&l)===0&&t<26;++t,l<<=1);if(t>0)for(r.iushrn(t);t-- >0;)i.isOdd()&&i.iadd(f),i.iushrn(1);n.cmp(r)>=0?(n.isub(r),a.isub(i)):(r.isub(n),i.isub(a))}var E;return n.cmpn(1)===0?E=a:E=i,E.cmpn(0)<0&&E.iadd(e),E},h.prototype.gcd=function(e){if(this.isZero())return e.abs();if(e.isZero())return this.abs();var n=this.clone(),r=e.clone();n.negative=0,r.negative=0;for(var a=0;n.isEven()&&r.isEven();a++)n.iushrn(1),r.iushrn(1);do{for(;n.isEven();)n.iushrn(1);for(;r.isEven();)r.iushrn(1);var i=n.cmp(r);if(i<0){var f=n;n=r,r=f}else if(i===0||r.cmpn(1)===0)break;n.isub(r)}while(!0);return r.iushln(a)},h.prototype.invm=function(e){return this.egcd(e).a.umod(e)},h.prototype.isEven=function(){return(this.words[0]&1)===0},h.prototype.isOdd=function(){return(this.words[0]&1)===1},h.prototype.andln=function(e){return this.words[0]&e},h.prototype.bincn=function(e){b(typeof e=="number");var n=e%26,r=(e-n)/26,a=1<<n;if(this.length<=r)return this._expand(r+1),this.words[r]|=a,this;for(var i=a,f=r;i!==0&&f<this.length;f++){var u=this.words[f]|0;u+=i,i=u>>>26,u&=67108863,this.words[f]=u}return i!==0&&(this.words[f]=i,this.length++),this},h.prototype.isZero=function(){return this.length===1&&this.words[0]===0},h.prototype.cmpn=function(e){var n=e<0;if(this.negative!==0&&!n)return-1;if(this.negative===0&&n)return 1;this._strip();var r;if(this.length>1)r=1;else{n&&(e=-e),b(e<=67108863,"Number is too big");var a=this.words[0]|0;r=a===e?0:a<e?-1:1}return this.negative!==0?-r|0:r},h.prototype.cmp=function(e){if(this.negative!==0&&e.negative===0)return-1;if(this.negative===0&&e.negative!==0)return 1;var n=this.ucmp(e);return this.negative!==0?-n|0:n},h.prototype.ucmp=function(e){if(this.length>e.length)return 1;if(this.length<e.length)return-1;for(var n=0,r=this.length-1;r>=0;r--){var a=this.words[r]|0,i=e.words[r]|0;if(a!==i){a<i?n=-1:a>i&&(n=1);break}}return n},h.prototype.gtn=function(e){return this.cmpn(e)===1},h.prototype.gt=function(e){return this.cmp(e)===1},h.prototype.gten=function(e){return this.cmpn(e)>=0},h.prototype.gte=function(e){return this.cmp(e)>=0},h.prototype.ltn=function(e){return this.cmpn(e)===-1},h.prototype.lt=function(e){return this.cmp(e)===-1},h.prototype.lten=function(e){return this.cmpn(e)<=0},h.prototype.lte=function(e){return this.cmp(e)<=0},h.prototype.eqn=function(e){return this.cmpn(e)===0},h.prototype.eq=function(e){return this.cmp(e)===0},h.red=function(e){return new g(e)},h.prototype.toRed=function(e){return b(!this.red,"Already a number in reduction context"),b(this.negative===0,"red works only with positives"),e.convertTo(this)._forceRed(e)},h.prototype.fromRed=function(){return b(this.red,"fromRed works only with numbers in reduction context"),this.red.convertFrom(this)},h.prototype._forceRed=function(e){return this.red=e,this},h.prototype.forceRed=function(e){return b(!this.red,"Already a number in reduction context"),this._forceRed(e)},h.prototype.redAdd=function(e){return b(this.red,"redAdd works only with red numbers"),this.red.add(this,e)},h.prototype.redIAdd=function(e){return b(this.red,"redIAdd works only with red numbers"),this.red.iadd(this,e)},h.prototype.redSub=function(e){return b(this.red,"redSub works only with red numbers"),this.red.sub(this,e)},h.prototype.redISub=function(e){return b(this.red,"redISub works only with red numbers"),this.red.isub(this,e)},h.prototype.redShl=function(e){return b(this.red,"redShl works only with red numbers"),this.red.shl(this,e)},h.prototype.redMul=function(e){return b(this.red,"redMul works only with red numbers"),this.red._verify2(this,e),this.red.mul(this,e)},h.prototype.redIMul=function(e){return b(this.red,"redMul works only with red numbers"),this.red._verify2(this,e),this.red.imul(this,e)},h.prototype.redSqr=function(){return b(this.red,"redSqr works only with red numbers"),this.red._verify1(this),this.red.sqr(this)},h.prototype.redISqr=function(){return b(this.red,"redISqr works only with red numbers"),this.red._verify1(this),this.red.isqr(this)},h.prototype.redSqrt=function(){return b(this.red,"redSqrt works only with red numbers"),this.red._verify1(this),this.red.sqrt(this)},h.prototype.redInvm=function(){return b(this.red,"redInvm works only with red numbers"),this.red._verify1(this),this.red.invm(this)},h.prototype.redNeg=function(){return b(this.red,"redNeg works only with red numbers"),this.red._verify1(this),this.red.neg(this)},h.prototype.redPow=function(e){return b(this.red&&!e.red,"redPow(normalNum)"),this.red._verify1(this),this.red.pow(this,e)};var x={k256:null,p224:null,p192:null,p25519:null};function B(d,e){this.name=d,this.p=new h(e,16),this.n=this.p.bitLength(),this.k=new h(1).iushln(this.n).isub(this.p),this.tmp=this._tmp()}B.prototype._tmp=function(){var e=new h(null);return e.words=new Array(Math.ceil(this.n/13)),e},B.prototype.ireduce=function(e){var n=e,r;do this.split(n,this.tmp),n=this.imulK(n),n=n.iadd(this.tmp),r=n.bitLength();while(r>this.n);var a=r<this.n?-1:n.ucmp(this.p);return a===0?(n.words[0]=0,n.length=1):a>0?n.isub(this.p):n.strip!==void 0?n.strip():n._strip(),n},B.prototype.split=function(e,n){e.iushrn(this.n,0,n)},B.prototype.imulK=function(e){return e.imul(this.k)};function oe(){B.call(this,"k256","ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f")}S(oe,B),oe.prototype.split=function(e,n){for(var r=4194303,a=Math.min(e.length,9),i=0;i<a;i++)n.words[i]=e.words[i];if(n.length=a,e.length<=9){e.words[0]=0,e.length=1;return}var f=e.words[9];for(n.words[n.length++]=f&r,i=10;i<e.length;i++){var u=e.words[i]|0;e.words[i-10]=(u&r)<<4|f>>>22,f=u}f>>>=22,e.words[i-10]=f,f===0&&e.length>10?e.length-=10:e.length-=9},oe.prototype.imulK=function(e){e.words[e.length]=0,e.words[e.length+1]=0,e.length+=2;for(var n=0,r=0;r<e.length;r++){var a=e.words[r]|0;n+=a*977,e.words[r]=n&67108863,n=a*64+(n/67108864|0)}return e.words[e.length-1]===0&&(e.length--,e.words[e.length-1]===0&&e.length--),e};function re(){B.call(this,"p224","ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001")}S(re,B);function le(){B.call(this,"p192","ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff")}S(le,B);function ae(){B.call(this,"25519","7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed")}S(ae,B),ae.prototype.imulK=function(e){for(var n=0,r=0;r<e.length;r++){var a=(e.words[r]|0)*19+n,i=a&67108863;a>>>=26,e.words[r]=i,n=a}return n!==0&&(e.words[e.length++]=n),e},h._prime=function(e){if(x[e])return x[e];var n;if(e==="k256")n=new oe;else if(e==="p224")n=new re;else if(e==="p192")n=new le;else if(e==="p25519")n=new ae;else throw new Error("Unknown prime "+e);return x[e]=n,n};function g(d){if(typeof d=="string"){var e=h._prime(d);this.m=e.p,this.prime=e}else b(d.gtn(1),"modulus must be greater than 1"),this.m=d,this.prime=null}g.prototype._verify1=function(e){b(e.negative===0,"red works only with positives"),b(e.red,"red works only with red numbers")},g.prototype._verify2=function(e,n){b((e.negative|n.negative)===0,"red works only with positives"),b(e.red&&e.red===n.red,"red works only with red numbers")},g.prototype.imod=function(e){return this.prime?this.prime.ireduce(e)._forceRed(this):(V(e,e.umod(this.m)._forceRed(this)),e)},g.prototype.neg=function(e){return e.isZero()?e.clone():this.m.sub(e)._forceRed(this)},g.prototype.add=function(e,n){this._verify2(e,n);var r=e.add(n);return r.cmp(this.m)>=0&&r.isub(this.m),r._forceRed(this)},g.prototype.iadd=function(e,n){this._verify2(e,n);var r=e.iadd(n);return r.cmp(this.m)>=0&&r.isub(this.m),r},g.prototype.sub=function(e,n){this._verify2(e,n);var r=e.sub(n);return r.cmpn(0)<0&&r.iadd(this.m),r._forceRed(this)},g.prototype.isub=function(e,n){this._verify2(e,n);var r=e.isub(n);return r.cmpn(0)<0&&r.iadd(this.m),r},g.prototype.shl=function(e,n){return this._verify1(e),this.imod(e.ushln(n))},g.prototype.imul=function(e,n){return this._verify2(e,n),this.imod(e.imul(n))},g.prototype.mul=function(e,n){return this._verify2(e,n),this.imod(e.mul(n))},g.prototype.isqr=function(e){return this.imul(e,e.clone())},g.prototype.sqr=function(e){return this.mul(e,e)},g.prototype.sqrt=function(e){if(e.isZero())return e.clone();var n=this.m.andln(3);if(b(n%2===1),n===3){var r=this.m.add(new h(1)).iushrn(2);return this.pow(e,r)}for(var a=this.m.subn(1),i=0;!a.isZero()&&a.andln(1)===0;)i++,a.iushrn(1);b(!a.isZero());var f=new h(1).toRed(this),u=f.redNeg(),c=this.m.subn(1).iushrn(1),t=this.m.bitLength();for(t=new h(2*t*t).toRed(this);this.pow(t,c).cmp(u)!==0;)t.redIAdd(u);for(var l=this.pow(t,a),E=this.pow(e,a.addn(1).iushrn(1)),k=this.pow(e,a),O=i;k.cmp(f)!==0;){for(var z=k,_=0;z.cmp(f)!==0;_++)z=z.redSqr();b(_<O);var se=this.pow(l,new h(1).iushln(O-_-1));E=E.redMul(se),l=se.redSqr(),k=k.redMul(l),O=_}return E},g.prototype.invm=function(e){var n=e._invmp(this.m);return n.negative!==0?(n.negative=0,this.imod(n).redNeg()):this.imod(n)},g.prototype.pow=function(e,n){if(n.isZero())return new h(1).toRed(this);if(n.cmpn(1)===0)return e.clone();var r=4,a=new Array(1<<r);a[0]=new h(1).toRed(this),a[1]=e;for(var i=2;i<a.length;i++)a[i]=this.mul(a[i-1],e);var f=a[0],u=0,c=0,t=n.bitLength()%26;for(t===0&&(t=26),i=n.length-1;i>=0;i--){for(var l=n.words[i],E=t-1;E>=0;E--){var k=l>>E&1;if(f!==a[0]&&(f=this.sqr(f)),k===0&&u===0){c=0;continue}u<<=1,u|=k,c++,!(c!==r&&(i!==0||E!==0))&&(f=this.mul(f,a[u]),c=0,u=0)}t=26}return f},g.prototype.convertTo=function(e){var n=e.umod(this.m);return n===e?n.clone():n},g.prototype.convertFrom=function(e){var n=e.clone();return n.red=null,n},h.mont=function(e){return new I(e)};function I(d){g.call(this,d),this.shift=this.m.bitLength(),this.shift%26!==0&&(this.shift+=26-this.shift%26),this.r=new h(1).iushln(this.shift),this.r2=this.imod(this.r.sqr()),this.rinv=this.r._invmp(this.m),this.minv=this.rinv.mul(this.r).isubn(1).div(this.m),this.minv=this.minv.umod(this.r),this.minv=this.r.sub(this.minv)}S(I,g),I.prototype.convertTo=function(e){return this.imod(e.ushln(this.shift))},I.prototype.convertFrom=function(e){var n=this.imod(e.mul(this.rinv));return n.red=null,n},I.prototype.imul=function(e,n){if(e.isZero()||n.isZero())return e.words[0]=0,e.length=1,e;var r=e.imul(n),a=r.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),i=r.isub(a).iushrn(this.shift),f=i;return i.cmp(this.m)>=0?f=i.isub(this.m):i.cmpn(0)<0&&(f=i.iadd(this.m)),f._forceRed(this)},I.prototype.mul=function(e,n){if(e.isZero()||n.isZero())return new h(0)._forceRed(this);var r=e.mul(n),a=r.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),i=r.isub(a).iushrn(this.shift),f=i;return i.cmp(this.m)>=0?f=i.isub(this.m):i.cmpn(0)<0&&(f=i.iadd(this.m)),f._forceRed(this)},I.prototype.invm=function(e){var n=this.imod(e._invmp(this.m).mul(this.r2));return n._forceRed(this)}}(F,this)},47630:function(F,A){"use strict";Object.defineProperty(A,"__esModule",{value:!0});function o(M,x){return function(oe){return oe!=null?M(oe):typeof x=="function"?x():x}}function s(){for(var M=arguments.length,x=new Array(M),B=0;B<M;B++)x[B]=arguments[B];return function(re){for(var le=0;le<x.length;++le)if(re===x[le])return re;var ae="Expected ";x.length!==1&&(ae+="one of: ");for(var g=0;g<x.length;++g)g>0&&(ae+=" | "),ae+=JSON.stringify(x[g]);throw new TypeError(ae)}}function P(M){if(typeof M!="boolean")throw new TypeError("Expected a boolean");return M}function b(M){if(typeof M!="number")throw new TypeError("Expected a number");return M}function S(M){if(typeof M!="string")throw new TypeError("Expected a string");return M}var h=s(null),T=s(void 0);function Z(M){return M}var R=o(h);function U(M,x,B){return M instanceof Error&&(M.insertStepAt==null&&(M.message+=" at ",M.insertStepAt=M.message.length),M.message=M.message.slice(0,M.insertStepAt)+x+M.message.slice(M.insertStepAt),M.insertStepAt+=B),M}function V(M){return function(B){if(!Array.isArray(B))throw new TypeError("Expected an array");for(var oe=[],re=0;re<B.length;++re)try{oe[re]=M(B[re])}catch(le){throw U(le,"["+re+"]",0)}return oe}}function ne(M){if(typeof M=="function")return function(le){if(typeof le!="object"||le==null)throw new TypeError("Expected an object");for(var ae={},g=Object.keys(le),I=0;I<g.length;++I){var d=g[I];if(d!=="__proto__")try{ae[d]=M(le[d])}catch(e){throw U(e,"["+JSON.stringify(d)+"]",0)}}return ae};var x=Object.keys(M);function B(re){return function(ae){if(typeof ae!="object"||ae==null)throw new TypeError("Expected an object");var g,I={};if(re){var d=Object.keys(ae);for(g=0;g<d.length;++g){var e=d[g];e!=="__proto__"&&(I[e]=ae[e])}}for(g=0;g<x.length;++g){var n=x[g];try{I[n]=M[n](ae[n])}catch(r){throw U(r,"."+n,0)}}return I}}var oe=B(!1);return oe.shape=M,oe.withRest=B(!0),oe}var ie=ne;function Y(){for(var M=arguments.length,x=new Array(M),B=0;B<M;B++)x[B]=arguments[B];function oe(re){if(!Array.isArray(re))throw new TypeError("Expected an array");for(var le=[],ae=0;ae<x.length;++ae)try{le[ae]=x[ae](re[ae])}catch(g){throw U(g,"["+ae+"]")}return le}return oe}function H(){for(var M=arguments.length,x=new Array(M),B=0;B<M;B++)x[B]=arguments[B];return function(re){for(var le=0;le<x.length;le++)try{return x[le](re)}catch(ae){if(le+1>=x.length)throw ae}}}function D(M,x){return function(oe){try{return M(oe)}catch{return typeof x=="function"?x():x}}}var X=0;function ce(M,x){return function(oe){return X>0?x(oe):M(oe)}}function pe(M){return function(B){try{return++X,M(B)}finally{--X}}}var de=ce(function(x){if(typeof x!="string"&&!(x instanceof Date))throw new TypeError("Expected a date string");var B=new Date(x);if(B.toJSON()==null)throw new TypeError("Invalid date format");return B},function(x){return x.toISOString()});function ye(M){return ce(function(B){var oe=JSON.parse(S(B));try{return M(oe)}catch(re){throw U(re,"JSON.parse()",11)}},function(B){return JSON.stringify(M(B))})}A.asArray=V,A.asBoolean=P,A.asCodec=ce,A.asDate=de,A.asEither=H,A.asJSON=ye,A.asMap=ie,A.asMaybe=D,A.asNone=R,A.asNull=h,A.asNumber=b,A.asObject=ne,A.asOptional=o,A.asString=S,A.asTuple=Y,A.asUndefined=T,A.asUnknown=Z,A.asValue=s,A.uncleaner=pe},24224:function(F,A,o){"use strict";o.d(A,{P:function(){return ne}});var s=Object.defineProperty,P=Object.defineProperties,b=Object.getOwnPropertyDescriptors,S=Object.getOwnPropertySymbols,h=Object.prototype.hasOwnProperty,T=Object.prototype.propertyIsEnumerable,Z=(Y,H,D)=>H in Y?s(Y,H,{enumerable:!0,configurable:!0,writable:!0,value:D}):Y[H]=D,R=(Y,H)=>{for(var D in H||(H={}))h.call(H,D)&&Z(Y,D,H[D]);if(S)for(var D of S(H))T.call(H,D)&&Z(Y,D,H[D]);return Y},U=(Y,H)=>P(Y,b(H)),V=(Y,H,D)=>new Promise((X,ce)=>{var pe=M=>{try{ye(D.next(M))}catch(x){ce(x)}},de=M=>{try{ye(D.throw(M))}catch(x){ce(x)}},ye=M=>M.done?X(M.value):Promise.resolve(M.value).then(pe,de);ye((D=D.apply(Y,H)).next())});function ne(Y){return H=>{const{builtinTokens:D={},currencyInfo:X,networkInfo:ce,otherMethodNames:pe=[],checkEnvironment:de=()=>{}}=Y,ye=U(R({},H),{builtinTokens:D,currencyInfo:X,networkInfo:ce});let M,x;function B(){return V(this,null,function*(){de(),M==null&&(M=Y.getInnerPlugin());const g=yield M;x==null&&(x=g.makeCurrencyTools(ye));const I=yield x;return{plugin:g,tools:I}})}function oe(){return V(this,null,function*(){return D})}function re(){return V(this,null,function*(){const{tools:g}=yield B();return g})}function le(g,I){return V(this,null,function*(){const{tools:d,plugin:e}=yield B();return yield e.makeCurrencyEngine(ye,d,g,I)})}const ae=ie(re,pe);return{currencyInfo:X,getBuiltinTokens:oe,makeCurrencyTools:re,makeCurrencyEngine:le,otherMethods:ae}}}function ie(Y,H){const D={};for(const X of H)D[X]=(...ce)=>V(this,null,function*(){const pe=yield Y(),de=pe[X];if(typeof de!="function")throw new Error(`Method ${X} is not implemented`);return de.apply(pe,ce)});return D}},20918:function(F,A,o){"use strict";o.d(A,{Oj:function(){return S},Rp:function(){return Z},ZS:function(){return h},dK:function(){return T}});var s=o(77591),P=o.n(s),b=o(82448);const S=(0,b.Vk)((0,b.su)({contractAddress:b.XC}));function h(U){const V=[];for(const ne of Object.keys(U)){const{currencyCode:ie,displayName:Y,denominations:H,networkLocation:D}=U[ne],X=S(D);X!=null&&V.push({currencyCode:ie,currencyName:Y,denominations:H,contractAddress:X.contractAddress})}return V}const T=(U,V)=>{for(const ne of Object.keys(V))if(V[ne].currencyCode===U)return ne},Z=U=>{if(!R(U.currencyCode))throw new Error(`Invalid currency code "${U.currencyCode}"`);for(const V of U.denominations){if(!R(V.name))throw new Error(`Invalid denomination name "${V.name}"`);if((0,s.lt)(V.multiplier,"1")||(0,s.gt)(V.multiplier,"100000000000000000000000000000000"))throw new Error("ErrorInvalidMultiplier")}},R=U=>/^[.a-zA-Z0-9]+$/.test(U)},62177:function(F,A,o){"use strict";o.d(A,{BQ:function(){return V},DZ:function(){return b},O2:function(){return R},Pe:function(){return P},TD:function(){return S},Tt:function(){return Z},ff:function(){return H},jD:function(){return ne},jd:function(){return U},tC:function(){return h},tM:function(){return T}});var s=o(82448);const P="txEngineFolder/walletLocalData.json",b="txEngineFolder/txidMap.json",S="txEngineFolder/txidList.json",h="txEngineFolder/transactionList.json",T=D=>D,Z=(0,s.su)({message:s.XC}),R=(0,s.su)({blockHeight:(0,s.Vk)(s.mH,0),lastAddressQueryHeight:(0,s.Vk)(s.mH,0),lastTransactionQueryHeight:(0,s.Vk)((0,s.su)(s.mH),()=>({})),lastTransactionDate:(0,s.Vk)((0,s.su)(s.mH),()=>({})),publicKey:(0,s.Vk)(s.XC,""),totalBalances:(0,s.Vk)((0,s.su)((0,s._C)(s.XC,s.zv)),()=>({})),lastCheckedTxsDropped:(0,s.Vk)(s.mH,0),numUnconfirmedSpendTxs:(0,s.Vk)(s.mH,0),numTransactions:(0,s.Vk)((0,s.su)(s.mH),()=>({})),unactivatedTokenIds:(0,s.Vk)((0,s._2)(s.XC),()=>[]),otherData:(0,s.Zz)(s.JC,()=>({}))}),U=D=>(0,s.su)({id:s.XC,type:s.XC,keys:D}),V=U((0,s.su)({publicKey:s.XC}));function ne(D){const X=(0,s.XC)(D);if(!/^\d+$/.test(X))throw new Error("Expected an integer string");return X}const ie=(0,s.su)({uri:s.XC,language:(0,s.Vk)(s.XC),token:(0,s.Vk)(s.XC)}),Y=(0,s.su)({peerId:s.XC,peerMeta:(0,s.su)({description:s.XC,url:s.XC,icons:(0,s._2)(s.XC),name:s.XC}),chainId:(0,s.Zz)(s.mH,1)}),H=(0,s.su)({params:(0,s._2)(Y)})},83718:function(F,A,o){"use strict";o.d(A,{Fc:function(){return b},Vo:function(){return T},fz:function(){return h},sr:function(){return S}});var s=o(82448),P=o(62177);const b=["getActivationCost","getActivationSupportedCurrencies","validateAccount"],S=(0,s.su)({accountName:(0,s.Vk)(s.XC,""),lastQueryActionSeq:(0,s.Vk)((0,s.su)(s.mH),()=>({})),highestTxHeight:(0,s.Vk)((0,s.su)(s.mH),()=>({})),lastFreePowerUp:(0,s.Vk)(s.mH,0)}),h=(0,P.jd)((0,s.su)({publicKey:s.XC,ownerPublicKey:(0,s.Zz)(s.XC)})),T=(0,s.su)({eosOwnerKey:(0,s.Zz)(s.XC),eosKey:s.XC})},82623:function(F,A,o){"use strict";o.d(A,{j:function(){return jt}});var s=o(24224),P=o(20918),b=Object.defineProperty,S=Object.getOwnPropertySymbols,h=Object.prototype.hasOwnProperty,T=Object.prototype.propertyIsEnumerable,Z=(v,p,m)=>p in v?b(v,p,{enumerable:!0,configurable:!0,writable:!0,value:m}):v[p]=m,R=(v,p)=>{for(var m in p||(p={}))h.call(p,m)&&Z(v,m,p[m]);if(S)for(var m of S(p))T.call(p,m)&&Z(v,m,p[m]);return v},U=(v,p,m)=>new Promise((ue,q)=>{var me=w=>{try{K(m.next(w))}catch(G){q(G)}},he=w=>{try{K(m.throw(w))}catch(G){q(G)}},K=w=>w.done?ue(w.value):Promise.resolve(w.value).then(me,he);K((m=m.apply(v,p)).next())});const V={"60781c2586d68229fde47564546784ab3faca982":{currencyCode:"PNG",displayName:"Pangolin",denominations:[{name:"PNG",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x60781C2586D68229fde47564546784ab3fACA982"}},e896cdeaac9615145c0ca09c8cd5c25bced6384c:{currencyCode:"PEFI",displayName:"Penguin Finance",denominations:[{name:"PEFI",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xe896CDeaAC9615145c0cA09C8Cd5C25bced6384c"}},d1c3f94de7e5b45fa4edbba472491a9f4b166fc4:{currencyCode:"XAVA",displayName:"Avalaunch",denominations:[{name:"XAVA",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xd1c3f94DE7e5B45fa4eDBBA472491a9f4B166FC4"}},d6070ae98b8069de6b494332d1a1a81b6179d960:{currencyCode:"BIFI",displayName:"Beefy Finance",denominations:[{name:"BIFI",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xd6070ae98b8069de6B494332d1A1a81B6179D960"}},"264c1383ea520f73dd837f915ef3a732e204a493":{currencyCode:"BNB",displayName:"Binance",denominations:[{name:"BNB",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x264c1383EA520f73dd837F915ef3a732e204a493"}},"59414b3089ce2af0010e7523dea7e2b35d776ec7":{currencyCode:"YAK",displayName:"Yield Yak",denominations:[{name:"YAK",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x59414b3089ce2AF0010e7523Dea7E2b35d776ec7"}},"6e84a6216ea6dacc71ee8e6b0a5b7322eebc0fdd":{currencyCode:"JOE",displayName:"Joe Token",denominations:[{name:"JOE",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x6e84a6216eA6dACC71eE8E6b0a5B7322EEbC0fDd"}},"214db107654ff987ad859f34125307783fc8e387":{currencyCode:"FXS",displayName:"Frax Share",denominations:[{name:"FXS",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x214DB107654fF987AD859F34125307783fC8e387"}},"19860ccb0a68fd4213ab9d8266f7bbf05a8dde98":{currencyCode:"BUSD.e",displayName:"Binance USD",denominations:[{name:"BUSD.e",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x19860CCB0A68fd4213aB9D8266F7bBf05A8dDe98"}},d586e7f844cea2f87f50152665bcbc2c279d8d70:{currencyCode:"DAI.e",displayName:"Dai Stablecoin",denominations:[{name:"DAI.e",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xd586E7F844cEa2F87f50152665BCbc2C279D8d70"}},"5947bb275c521040051d82396192181b413227a3":{currencyCode:"LINK.e",displayName:"ChainLink Token",denominations:[{name:"LINK.e",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x5947BB275c521040051D82396192181b413227A3"}},"8ebaf22b6f053dffeaf46f4dd9efa95d89ba8580":{currencyCode:"UNI.e",displayName:"Uniswap",denominations:[{name:"UNI.e",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x8eBAf22B6F053dFFeaf46f4Dd9eFA95D89ba8580"}},b97ef9ef8734c71904d8002f8b6bc66dd9c48a6e:{currencyCode:"USDC",displayName:"USD Coin",denominations:[{name:"USDC",multiplier:"1000000"}],networkLocation:{contractAddress:"0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E"}},a7d7079b0fead91f3e65f86e8915cb59c1a4c664:{currencyCode:"USDC.e",displayName:"USD Coin",denominations:[{name:"USDC.e",multiplier:"1000000"}],networkLocation:{contractAddress:"0xA7D7079b0FEaD91F3e65f86E8915Cb59c1a4C664"}},c7198437980c041c805a1edcba50c1ce5db95118:{currencyCode:"USDT.e",displayName:"Tether USD",denominations:[{name:"USDT.e",multiplier:"1000000"}],networkLocation:{contractAddress:"0xc7198437980c041c805A1EDcbA50c1Ce5db95118"}},"50b7545627a5162f82a992c33b87adc75187b218":{currencyCode:"WBTC.e",displayName:"Wrapped BTC",denominations:[{name:"WBTC.e",multiplier:"100000000"}],networkLocation:{contractAddress:"0x50b7545627a5162F82A992c33b87aDc75187B218"}}},ie={rpcServers:["https://api.avax.network/ext/bc/C/rpc","https://rpc.ankr.com/avalanche"],evmScanApiServers:["https://api.snowtrace.io"],blockcypherApiServers:[],blockbookServers:[],uriNetworks:["avalanche"],ercTokenStandard:"ERC20",chainParams:{chainId:43114,name:"AVAX Mainnet"},supportsEIP1559:!0,hdPathCoinType:9e3,checkUnconfirmedTransactions:!1,iosAllowedTokens:{},blockchairApiServers:[],alethioApiServers:[],alethioCurrencies:null,amberdataRpcServers:[],amberdataApiServers:[],amberDataBlockchainId:"",pluginMnemonicKeyName:"avalancheMnemonic",pluginRegularKeyName:"avalancheKey",ethGasStationUrl:null,defaultNetworkFees:{default:{baseFeeMultiplier:{lowFee:"1",standardFeeLow:"1.25",standardFeeHigh:"1.5",highFee:"1.75"},gasLimit:{regularTransaction:"21000",tokenTransaction:"300000",minGasLimit:"21000"},gasPrice:{lowFee:"25000000000",standardFeeLow:"27000000000",standardFeeHigh:"30000000000",standardFeeLowAmount:"100000000000000000",standardFeeHighAmount:"10000000000000000000",highFee:"50000000000",minGasPrice:"25000000000"},minPriorityFee:"25000000000"}}},H={currencyCode:"AVAX",displayName:"Avalanche",pluginId:"avalanche",walletType:"wallet:avalanche",memoType:"hex",canReplaceByFee:!0,defaultSettings:{customFeeSettings:["gasLimit","gasPrice"],otherSettings:R({},ie)},addressExplorer:"https://snowtrace.io/address/%s",transactionExplorer:"https://snowtrace.io/tx/%s",denominations:[{name:"AVAX",multiplier:"1000000000000000000",symbol:"AVAX"}],metaTokens:(0,P.ZS)(V)},D=(0,s.P)({builtinTokens:V,currencyInfo:H,networkInfo:ie,getInnerPlugin(){return U(this,null,function*(){return yield Promise.all([o.e(428),o.e(246),o.e(821),o.e(153),o.e(266),o.e(835),o.e(539),o.e(780),o.e(291),o.e(94),o.e(221),o.e(944),o.e(614),o.e(898),o.e(244),o.e(513)]).then(o.bind(o,6094))})}});var X=Object.defineProperty,ce=Object.getOwnPropertySymbols,pe=Object.prototype.hasOwnProperty,de=Object.prototype.propertyIsEnumerable,ye=(v,p,m)=>p in v?X(v,p,{enumerable:!0,configurable:!0,writable:!0,value:m}):v[p]=m,M=(v,p)=>{for(var m in p||(p={}))pe.call(p,m)&&ye(v,m,p[m]);if(ce)for(var m of ce(p))de.call(p,m)&&ye(v,m,p[m]);return v},x=(v,p,m)=>new Promise((ue,q)=>{var me=w=>{try{K(m.next(w))}catch(G){q(G)}},he=w=>{try{K(m.throw(w))}catch(G){q(G)}},K=w=>w.done?ue(w.value):Promise.resolve(w.value).then(me,he);K((m=m.apply(v,p)).next())});const B={"8ac76a51cc950d9822d68b83fe1ad97b32cd580d":{currencyCode:"USDC",displayName:"USD Coin",denominations:[{name:"USDC",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x8AC76a51cc950d9822D68b83fE1Ad97B32Cd580d"}}},re={rpcServers:["https://rpc.ankr.com/bsc","https://bsc-dataseed.binance.org","https://bsc-dataseed1.defibit.io","https://bsc-dataseed1.ninicoin.io"],evmScanApiServers:["https://api.bscscan.com"],blockcypherApiServers:[],blockbookServers:[],uriNetworks:["smartchain"],ercTokenStandard:"ERC20",chainParams:{chainId:56,name:"Binance Smart Chain"},hdPathCoinType:60,checkUnconfirmedTransactions:!1,iosAllowedTokens:{},blockchairApiServers:[],alethioApiServers:[],alethioCurrencies:null,amberdataRpcServers:[],amberdataApiServers:[],amberDataBlockchainId:"",pluginMnemonicKeyName:"binancesmartchainMnemonic",pluginRegularKeyName:"binancesmartchainKey",ethGasStationUrl:null,defaultNetworkFees:{default:{baseFeeMultiplier:void 0,gasLimit:{regularTransaction:"21000",tokenTransaction:"200000",minGasLimit:"21000"},gasPrice:{lowFee:"1000000001",standardFeeLow:"40000000001",standardFeeHigh:"300000000001",standardFeeLowAmount:"100000000000000000",standardFeeHighAmount:"10000000000000000000",highFee:"40000000001",minGasPrice:"1000000000"},minPriorityFee:void 0}}},ae={currencyCode:"BNB",displayName:"BNB Smart Chain",pluginId:"binancesmartchain",walletType:"wallet:binancesmartchain",memoType:"hex",canReplaceByFee:!0,defaultSettings:{customFeeSettings:["gasLimit","gasPrice"],otherSettings:M({},re)},addressExplorer:"https://bscscan.com/address/%s",transactionExplorer:"https://bscscan.com/tx/%s",denominations:[{name:"BNB",multiplier:"1000000000000000000",symbol:"BNB"}],metaTokens:(0,P.ZS)(B)},g=(0,s.P)({builtinTokens:B,currencyInfo:ae,networkInfo:re,getInnerPlugin(){return x(this,null,function*(){return yield Promise.all([o.e(428),o.e(246),o.e(821),o.e(153),o.e(266),o.e(835),o.e(539),o.e(780),o.e(291),o.e(94),o.e(221),o.e(944),o.e(614),o.e(898),o.e(244),o.e(513)]).then(o.bind(o,6094))})}});var I=Object.defineProperty,d=Object.getOwnPropertySymbols,e=Object.prototype.hasOwnProperty,n=Object.prototype.propertyIsEnumerable,r=(v,p,m)=>p in v?I(v,p,{enumerable:!0,configurable:!0,writable:!0,value:m}):v[p]=m,a=(v,p)=>{for(var m in p||(p={}))e.call(p,m)&&r(v,m,p[m]);if(d)for(var m of d(p))n.call(p,m)&&r(v,m,p[m]);return v},i=(v,p,m)=>new Promise((ue,q)=>{var me=w=>{try{K(m.next(w))}catch(G){q(G)}},he=w=>{try{K(m.throw(w))}catch(G){q(G)}},K=w=>w.done?ue(w.value):Promise.resolve(w.value).then(me,he);K((m=m.apply(v,p)).next())});const f={"765de816845861e75a25fca122bb6898b8b1282a":{currencyCode:"CUSD",displayName:"Celo Dollar",denominations:[{name:"CUSD",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x765DE816845861e75A25fCA122bb6898B8B1282a"}},d8763cba276a3738e6de85b4b3bf5fded6d6ca73:{currencyCode:"CEUR",displayName:"Celo Euro",denominations:[{name:"CEUR",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xD8763CBa276a3738E6DE85b4b3bF5FDed6D6cA73"}}},c={rpcServers:["https://forno.celo.org","https://rpc.ankr.com/celo","https://celo-mainnet-rpc.allthatnode.com"],evmScanApiServers:["https://explorer.celo.org/mainnet"],blockcypherApiServers:[],blockbookServers:[],uriNetworks:["celo"],ercTokenStandard:"ERC20",chainParams:{chainId:42220,name:"Celo Mainnet"},hdPathCoinType:52752,checkUnconfirmedTransactions:!1,iosAllowedTokens:{},blockchairApiServers:[],alethioApiServers:[],alethioCurrencies:null,amberdataRpcServers:[],amberdataApiServers:[],amberDataBlockchainId:"",pluginMnemonicKeyName:"celoMnemonic",pluginRegularKeyName:"celoKey",ethGasStationUrl:null,defaultNetworkFees:{default:{baseFeeMultiplier:{lowFee:"1",standardFeeLow:"1.25",standardFeeHigh:"1.5",highFee:"1.75"},gasLimit:{regularTransaction:"21000",tokenTransaction:"300000",minGasLimit:"21000"},gasPrice:{lowFee:"25000000000",standardFeeLow:"27000000000",standardFeeHigh:"30000000000",standardFeeLowAmount:"100000000000000000",standardFeeHighAmount:"10000000000000000000",highFee:"50000000000",minGasPrice:"25000000000"},minPriorityFee:"25000000000"}}},l={currencyCode:"CELO",displayName:"Celo",pluginId:"celo",walletType:"wallet:celo",memoType:"hex",canReplaceByFee:!0,defaultSettings:{customFeeSettings:["gasLimit","gasPrice"],otherSettings:a({},c)},addressExplorer:"https://explorer.celo.org/address/%s",transactionExplorer:"https://explorer.celo.org/tx/%s",denominations:[{name:"CELO",multiplier:"1000000000000000000",symbol:"CELO"}],metaTokens:(0,P.ZS)(f)},E=(0,s.P)({builtinTokens:f,currencyInfo:l,networkInfo:c,getInnerPlugin(){return i(this,null,function*(){return yield Promise.all([o.e(428),o.e(246),o.e(821),o.e(153),o.e(266),o.e(835),o.e(539),o.e(780),o.e(291),o.e(94),o.e(221),o.e(944),o.e(614),o.e(898),o.e(244),o.e(513)]).then(o.bind(o,6094))})}});var k=Object.defineProperty,O=Object.getOwnPropertySymbols,z=Object.prototype.hasOwnProperty,_=Object.prototype.propertyIsEnumerable,se=(v,p,m)=>p in v?k(v,p,{enumerable:!0,configurable:!0,writable:!0,value:m}):v[p]=m,Ve=(v,p)=>{for(var m in p||(p={}))z.call(p,m)&&se(v,m,p[m]);if(O)for(var m of O(p))_.call(p,m)&&se(v,m,p[m]);return v},fe=(v,p,m)=>new Promise((ue,q)=>{var me=w=>{try{K(m.next(w))}catch(G){q(G)}},he=w=>{try{K(m.throw(w))}catch(G){q(G)}},K=w=>w.done?ue(w.value):Promise.resolve(w.value).then(me,he);K((m=m.apply(v,p)).next())});const ve={"2c78f1b70ccf63cdee49f9233e9faa99d43aa07e":{currencyCode:"DAI",displayName:"Dai Stablecoin",denominations:[{name:"DAI",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x2c78f1b70ccf63cdee49f9233e9faa99d43aa07e"}}},ge={rpcServers:["https://www.ethercluster.com/etc"],evmScanApiServers:["https://blockscout.com/etc/mainnet"],blockcypherApiServers:[],blockbookServers:["https://etcbook.guarda.co","https://etc1.trezor.io"],uriNetworks:["ethereumclassic","etherclass"],ercTokenStandard:"ERC20",chainParams:{chainId:61,name:"Ethereum Classic"},hdPathCoinType:61,checkUnconfirmedTransactions:!1,iosAllowedTokens:{},blockchairApiServers:[],alethioApiServers:[],alethioCurrencies:null,amberdataRpcServers:[],amberdataApiServers:[],amberDataBlockchainId:"",pluginMnemonicKeyName:"ethereumclassicMnemonic",pluginRegularKeyName:"ethereumclassicKey",ethGasStationUrl:null,defaultNetworkFees:{default:{baseFeeMultiplier:void 0,gasLimit:{regularTransaction:"21000",tokenTransaction:"200000",minGasLimit:"21000"},gasPrice:{lowFee:"1000000001",standardFeeLow:"40000000001",standardFeeHigh:"300000000001",standardFeeLowAmount:"100000000000000000",standardFeeHighAmount:"10000000000000000000",highFee:"40000000001",minGasPrice:"1000000000"},minPriorityFee:void 0},"1983987abc9837fbabc0982347ad828":{baseFeeMultiplier:void 0,gasLimit:{regularTransaction:"21002",tokenTransaction:"37124"},gasPrice:{lowFee:"1000000002",standardFeeLow:"40000000002",standardFeeHigh:"300000000002",standardFeeLowAmount:"200000000000000000",standardFeeHighAmount:"20000000000000000000",highFee:"40000000002"},minPriorityFee:void 0},"2983987abc9837fbabc0982347ad828":{baseFeeMultiplier:void 0,gasLimit:{regularTransaction:"21002",tokenTransaction:"37124"},gasPrice:void 0,minPriorityFee:void 0}}},Qe={currencyCode:"ETC",displayName:"Ethereum Classic",pluginId:"ethereumclassic",walletType:"wallet:ethereumclassic",memoType:"hex",canReplaceByFee:!0,defaultSettings:{customFeeSettings:["gasLimit","gasPrice"],otherSettings:Ve({},ge)},addressExplorer:"https://blockscout.com/etc/mainnet/address/%s",transactionExplorer:"https://blockscout.com/etc/mainnet/tx/%s",denominations:[{name:"ETC",multiplier:"1000000000000000000",symbol:"\u039E"},{name:"mETC",multiplier:"1000000000000000",symbol:"m\u039E"}],metaTokens:(0,P.ZS)(ve)},Ce=(0,s.P)({builtinTokens:ve,currencyInfo:Qe,networkInfo:ge,getInnerPlugin(){return fe(this,null,function*(){return yield Promise.all([o.e(428),o.e(246),o.e(821),o.e(153),o.e(266),o.e(835),o.e(539),o.e(780),o.e(291),o.e(94),o.e(221),o.e(944),o.e(614),o.e(898),o.e(244),o.e(513)]).then(o.bind(o,6094))})}});var Ie=Object.defineProperty,ze=Object.getOwnPropertySymbols,Se=Object.prototype.hasOwnProperty,Ne=Object.prototype.propertyIsEnumerable,Ze=(v,p,m)=>p in v?Ie(v,p,{enumerable:!0,configurable:!0,writable:!0,value:m}):v[p]=m,Me=(v,p)=>{for(var m in p||(p={}))Se.call(p,m)&&Ze(v,m,p[m]);if(ze)for(var m of ze(p))Ne.call(p,m)&&Ze(v,m,p[m]);return v},Te=(v,p,m)=>new Promise((ue,q)=>{var me=w=>{try{K(m.next(w))}catch(G){q(G)}},he=w=>{try{K(m.throw(w))}catch(G){q(G)}},K=w=>w.done?ue(w.value):Promise.resolve(w.value).then(me,he);K((m=m.apply(v,p)).next())});const Ye={ff795577d9ac8bd7d90ee22b6c1703490b6512fd:{currencyCode:"DAI",displayName:"Dai Stablecoin",denominations:[{name:"DAI",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xff795577d9ac8bd7d90ee22b6c1703490b6512fd"}},d0a1e359811322d97991e03f863a0c30c2cf029c:{currencyCode:"WETH",displayName:"Wrapped ETH",denominations:[{name:"WETH",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xd0a1e359811322d97991e03f863a0c30c2cf029c"}},d1b98b6607330172f1d991521145a22bce793277:{currencyCode:"WBTC",displayName:"Wrapped Bitcoin",denominations:[{name:"WBTC",multiplier:"100000000"}],networkLocation:{contractAddress:"0xD1B98B6607330172f1D991521145A22BCe793277"}}},Ae={rpcServers:["http://localhost:8545"],evmScanApiServers:[],blockcypherApiServers:[],blockbookServers:[],uriNetworks:["ethereum","ether"],ercTokenStandard:"ERC20",chainParams:{chainId:42,name:"ethereum"},supportsEIP1559:!0,hdPathCoinType:60,checkUnconfirmedTransactions:!0,iosAllowedTokens:{REP:!0,WINGS:!0,HUR:!0,IND:!0,USDT:!0},blockchairApiServers:[],alethioApiServers:[],alethioCurrencies:{native:"ether",token:"token"},amberdataRpcServers:[],amberdataApiServers:[],amberDataBlockchainId:"",pluginMnemonicKeyName:"ethDevMnemonic",pluginRegularKeyName:"ethDevKey",ethGasStationUrl:"https://www.ethgasstation.info/json/ethgasAPI.json",defaultNetworkFees:{default:{baseFeeMultiplier:{lowFee:"1",standardFeeLow:"1.25",standardFeeHigh:"1.5",highFee:"1.75"},gasLimit:{regularTransaction:"21000",tokenTransaction:"300000",minGasLimit:"21000"},gasPrice:{lowFee:"1000000001",standardFeeLow:"40000000001",standardFeeHigh:"300000000001",standardFeeLowAmount:"100000000000000000",standardFeeHighAmount:"10000000000000000000",highFee:"40000000001",minGasPrice:"1000000000"},minPriorityFee:"2000000000"},"1983987abc9837fbabc0982347ad828":{baseFeeMultiplier:void 0,gasLimit:{regularTransaction:"21002",tokenTransaction:"37124"},gasPrice:{lowFee:"1000000002",standardFeeLow:"40000000002",standardFeeHigh:"300000000002",standardFeeLowAmount:"200000000000000000",standardFeeHighAmount:"20000000000000000000",highFee:"40000000002"},minPriorityFee:void 0},"2983987abc9837fbabc0982347ad828":{baseFeeMultiplier:void 0,gasLimit:{regularTransaction:"21002",tokenTransaction:"37124"},gasPrice:void 0,minPriorityFee:void 0}}},Pe={currencyCode:"ETH",displayName:"Dev Ethereum",pluginId:"ethDev",walletType:"wallet:ethDev",memoType:"hex",canReplaceByFee:!0,defaultSettings:{customFeeSettings:["gasLimit","gasPrice"],otherSettings:Me({},Ae)},addressExplorer:"https://etherscan.io/address/%s",transactionExplorer:"https://etherscan.io/tx/%s",denominations:[{name:"ETH",multiplier:"1000000000000000000",symbol:"\u039E"},{name:"mETH",multiplier:"1000000000000000",symbol:"m\u039E"}],metaTokens:(0,P.ZS)(Ye)},Fe=(0,s.P)({builtinTokens:Ye,currencyInfo:Pe,networkInfo:Ae,getInnerPlugin(){return Te(this,null,function*(){return yield Promise.all([o.e(428),o.e(246),o.e(821),o.e(153),o.e(266),o.e(835),o.e(539),o.e(780),o.e(291),o.e(94),o.e(221),o.e(944),o.e(614),o.e(898),o.e(244),o.e(513)]).then(o.bind(o,6094))})}});var Je=Object.defineProperty,we=Object.getOwnPropertySymbols,Ee=Object.prototype.hasOwnProperty,$e=Object.prototype.propertyIsEnumerable,be=(v,p,m)=>p in v?Je(v,p,{enumerable:!0,configurable:!0,writable:!0,value:m}):v[p]=m,ke=(v,p)=>{for(var m in p||(p={}))Ee.call(p,m)&&be(v,m,p[m]);if(we)for(var m of we(p))$e.call(p,m)&&be(v,m,p[m]);return v},qe=(v,p,m)=>new Promise((ue,q)=>{var me=w=>{try{K(m.next(w))}catch(G){q(G)}},he=w=>{try{K(m.throw(w))}catch(G){q(G)}},K=w=>w.done?ue(w.value):Promise.resolve(w.value).then(me,he);K((m=m.apply(v,p)).next())});const xe={"111111111117dc0aa78b770fa6a738034120c302":{currencyCode:"1INCH",displayName:"1inch",denominations:[{name:"1INCH",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x111111111117dc0aa78b770fa6a738034120c302"}},"7fc66500c84a76ad7e9c93437bfc5ac33e2ddae9":{currencyCode:"AAVE",displayName:"Aave",denominations:[{name:"AAVE",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x7Fc66500c84A76Ad7e9c93437bFc5Ac33E2DDaE9"}},"05ec93c0365baaeabf7aeffb0972ea7ecdd39cf1":{currencyCode:"ABAT",displayName:"Aave Interest Bearing BAT",denominations:[{name:"ABAT",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x05ec93c0365baaeabf7aeffb0972ea7ecdd39cf1"}},"028171bca77440897b824ca71d1c56cac55b68a3":{currencyCode:"ADAI",displayName:"Aave Interest Bearing Dai",denominations:[{name:"ADAI",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x028171bCA77440897B824Ca71D1c56caC55b68A3"}},"39c6b3e42d6a679d7d776778fe880bc9487c2eda":{currencyCode:"AKNC",displayName:"Aave Interest Bearing KNC",denominations:[{name:"AKNC",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x39c6b3e42d6a679d7d776778fe880bc9487c2eda"}},a06bc25b5805d5f8d82847d191cb4af5a3e873e0:{currencyCode:"ALINK",displayName:"Aave Interest Bearing LINK",denominations:[{name:"ALINK",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xa06bc25b5805d5f8d82847d191cb4af5a3e873e0"}},a685a61171bb30d4072b338c80cb7b2c865c873e:{currencyCode:"AMANA",displayName:"Aave Interest Bearing MANA",denominations:[{name:"AMANA",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xa685a61171bb30d4072b338c80cb7b2c865c873e"}},c713e5e149d5d0715dcd1c156a020976e7e56b88:{currencyCode:"AMKR",displayName:"Aave Interest Bearing MKR",denominations:[{name:"AMKR",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xc713e5e149d5d0715dcd1c156a020976e7e56b88"}},d46ba6d942050d489dbd938a2c909a5d5039a161:{currencyCode:"AMPL",displayName:"Ampleforth",denominations:[{name:"AMPL",multiplier:"1000000000"}],networkLocation:{contractAddress:"0xd46ba6d942050d489dbd938a2c909a5d5039a161"}},a117000000f279d81a1d3cc75430faa017fa5a2e:{currencyCode:"ANT",displayName:"Aragon",denominations:[{name:"ANT",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xa117000000f279D81A1D3cc75430fAA017FA5A2e"}},"960b236a07cf122663c4303350609a66a7b288c0":{currencyCode:"ANTV1",displayName:"Aragon",denominations:[{name:"ANTV1",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x960b236A07cf122663c4303350609A66A7B288C0"}},cc12abe4ff81c9378d670de1b57f8e0dd228d77a:{currencyCode:"AREN",displayName:"Aave Interest Bearing REN",denominations:[{name:"AREN",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xcc12abe4ff81c9378d670de1b57f8e0dd228d77a"}},"35f6b052c598d933d69a4eec4d04c73a191fe6c2":{currencyCode:"ASNX",displayName:"Aave Interest Bearing SNX",denominations:[{name:"ASNX",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x35f6b052c598d933d69a4eec4d04c73a191fe6c2"}},"6c5024cd4f8a59110119c56f8933403a539555eb":{currencyCode:"ASUSD",displayName:"Aave Interest Bearing SUSD",denominations:[{name:"ASUSD",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x6c5024cd4f8a59110119c56f8933403a539555eb"}},b9d7cb55f463405cdfbe4e90a6d2df01c2b92bf1:{currencyCode:"AUNI",displayName:"Aave Interest Bearing UNI",denominations:[{name:"AUNI",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xb9d7cb55f463405cdfbe4e90a6d2df01c2b92bf1"}},bcca60bb61934080951369a648fb03df4f96263c:{currencyCode:"AUSDC",displayName:"Aave Interest Bearing USDC",denominations:[{name:"AUSDC",multiplier:"1000000"}],networkLocation:{contractAddress:"0xbcca60bb61934080951369a648fb03df4f96263c"}},"3ed3b47dd13ec9a98b44e6204a523e766b225811":{currencyCode:"AUSDT",displayName:"Aave Interest Bearing USDT",denominations:[{name:"AUSDT",multiplier:"1000000"}],networkLocation:{contractAddress:"0x3ed3b47dd13ec9a98b44e6204a523e766b225811"}},"9ff58f4ffb29fa2266ab25e75e2a8b3503311656":{currencyCode:"AWBTC",displayName:"Aave Interest Bearing Wrapped BTC",denominations:[{name:"AWBTC",multiplier:"100000000"}],networkLocation:{contractAddress:"0x9ff58f4ffb29fa2266ab25e75e2a8b3503311656"}},"030ba81f1c18d280636f32af80b9aad02cf0854e":{currencyCode:"AWETH",displayName:"Aave Interest Bearing Wrapped ETH",denominations:[{name:"AWETH",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x030ba81f1c18d280636f32af80b9aad02cf0854e"}},"5165d24277cd063f5ac44efd447b27025e888f37":{currencyCode:"AYFI",displayName:"Aave Interest Bearing YFI",denominations:[{name:"AYFI",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x5165d24277cd063f5ac44efd447b27025e888f37"}},df7ff54aacacbff42dfe29dd6144a69b629f8c9e:{currencyCode:"AZRX",displayName:"Aave Interest Bearing ZRX",denominations:[{name:"AZRX",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xdf7ff54aacacbff42dfe29dd6144a69b629f8c9e"}},"3472a5a71965499acd81997a54bba8d852c6e53d":{currencyCode:"BADGER",displayName:"Badger",denominations:[{name:"BADGER",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x3472A5A71965499acd81997a54BBA8D852C6E53d"}},ba100000625a3754423978a60c9317c58a424e3d:{currencyCode:"BAL",displayName:"Balancer",denominations:[{name:"BAL",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xba100000625a3754423978a60c9317c58a424e3d"}},ba11d00c5f74255f56a5e366f4f77f5a186d7f55:{currencyCode:"BAND",displayName:"BAND",denominations:[{name:"BAND",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xba11d00c5f74255f56a5e366f4f77f5a186d7f55"}},"0d8775f648430679a709e98d2b0cb6250d2887ef":{currencyCode:"BAT",displayName:"Basic Attention Token",denominations:[{name:"BAT",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x0D8775F648430679A709E98d2b0Cb6250d2887EF"}},b8c77482e45f1f44de1745f52c74426c631bdd52:{currencyCode:"BNB",displayName:"Binance",denominations:[{name:"BNB",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xB8c77482e45F1F44dE1745F52C74426C631bDD52"}},"1f573d6fb3f13d689ff844b4ce37794d79a7ff1c":{currencyCode:"BNT",displayName:"Bancor",denominations:[{name:"BNT",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x1F573D6Fb3F13d689FF844B4cE37794d79a7FF1C"}},"420412e765bfa6d85aaac94b4f7b708c89be2e2b":{currencyCode:"BRZ",displayName:"BRZ Token",denominations:[{name:"BRZ",multiplier:"10000"}],networkLocation:{contractAddress:"0x420412E765BFa6d85aaaC94b4f7b708C89be2e2B"}},"6c8c6b02e7b2be14d4fa6022dfd6d75921d90e4e":{currencyCode:"CBAT",displayName:"Compound BAT",denominations:[{name:"CBAT",multiplier:"100000000"}],networkLocation:{contractAddress:"0x6c8c6b02e7b2be14d4fa6022dfd6d75921d90e4e"}},"5d3a536e4d6dbd6114cc1ead35777bab948e3643":{currencyCode:"CDAI",displayName:"Compound DAI",denominations:[{name:"CDAI",multiplier:"100000000"}],networkLocation:{contractAddress:"0x5d3a536E4D6DbD6114cc1Ead35777bAB948E3643"}},"4ddc2d193948926d02f9b1fe9e1daa0718270ed5":{currencyCode:"CETH",displayName:"Compound ETH",denominations:[{name:"CETH",multiplier:"100000000"}],networkLocation:{contractAddress:"0x4ddc2d193948926d02f9b1fe9e1daa0718270ed5"}},ffffffff2ba8f66d4e51811c5190992176930278:{currencyCode:"COMBO",displayName:"COMBO",denominations:[{name:"COMBO",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xffffffff2ba8f66d4e51811c5190992176930278"}},c00e94cb662c3520282e6f5717214004a7f26888:{currencyCode:"COMP",displayName:"Compound",denominations:[{name:"COMP",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xc00e94cb662c3520282e6f5717214004a7f26888"}},"2ba592f78db6436527729929aaf6c908497cb200":{currencyCode:"CREAM",displayName:"Cream",denominations:[{name:"CREAM",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x2ba592F78dB6436527729929AAf6c908497cB200"}},"158079ee67fce2f58472a96584a73c7ab9ac95c1":{currencyCode:"CREP",displayName:"Compound Augur",denominations:[{name:"CREP",multiplier:"100000000"}],networkLocation:{contractAddress:"0x158079ee67fce2f58472a96584a73c7ab9ac95c1"}},d533a949740bb3306d119cc777fa900ba034cd52:{currencyCode:"CRV",displayName:"Curve DAO Token",denominations:[{name:"CRV",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xD533a949740bb3306d119CC777fa900bA034cd52"}},f5dce57282a584d2746faf1593d3121fcac444dc:{currencyCode:"CSAI",displayName:"Compound SAI",denominations:[{name:"CSAI",multiplier:"100000000"}],networkLocation:{contractAddress:"0xf5dce57282a584d2746faf1593d3121fcac444dc"}},"39aa39c021dfbae8fac545936693ac917d5e7563":{currencyCode:"CUSDC",displayName:"Compound USDC",denominations:[{name:"CUSDC",multiplier:"100000000"}],networkLocation:{contractAddress:"0x39aa39c021dfbae8fac545936693ac917d5e7563"}},"38e4adb44ef08f22f5b5b76a8f0c2d0dcbe7dca1":{currencyCode:"CVP",displayName:"Concentrated Voting Power",denominations:[{name:"CVP",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x38e4adb44ef08f22f5b5b76a8f0c2d0dcbe7dca1"}},c11b1268c1a384e55c48c2391d8d480264a3a7f4:{currencyCode:"CWBTC",displayName:"Compound WBTC",denominations:[{name:"CWBTC",multiplier:"100000000"}],networkLocation:{contractAddress:"0xc11b1268c1a384e55c48c2391d8d480264a3a7f4"}},b3319f5d18bc0d84dd1b4825dcde5d5f7266d407:{currencyCode:"CZRX",displayName:"Compound ZRX",denominations:[{name:"CZRX",multiplier:"100000000"}],networkLocation:{contractAddress:"0xb3319f5d18bc0d84dd1b4825dcde5d5f7266d407"}},"6b175474e89094c44da98b954eedeac495271d0f":{currencyCode:"DAI",displayName:"Dai Stablecoin",denominations:[{name:"DAI",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x6B175474E89094C44Da98b954EedeAC495271d0F"}},ad32a8e6220741182940c5abf610bde99e737b2d:{currencyCode:"DOUGH",displayName:"PieDAO",denominations:[{name:"DOUGH",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xad32a8e6220741182940c5abf610bde99e737b2d"}},"1494ca1f11d487c2bbe4543e90080aeba4ba3c2b":{currencyCode:"DPI",displayName:"DefiPulse Index",denominations:[{name:"DPI",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x1494ca1f11d487c2bbe4543e90080aeba4ba3c2b"}},b1cd6e4153b2a390cf00a6556b0fc1458c4a5533:{currencyCode:"ETHBNT",displayName:"BNT Smart Token Relay",denominations:[{name:"ETHBNT",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xb1CD6e4153B2a390Cf00A6556b0fC1458C4A5533"}},"4e15361fd6b4bb609fa63c81a2be19d873717870":{currencyCode:"FTM",displayName:"Fantom",denominations:[{name:"FTM",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x4e15361fd6b4bb609fa63c81a2be19d873717870"}},"419d0d8bdd9af5e606ae2232ed285aff190e711b":{currencyCode:"FUN",displayName:"FunFair",denominations:[{name:"FUN",multiplier:"100000000"}],networkLocation:{contractAddress:"0x419D0d8BdD9aF5e606Ae2232ed285Aff190E711b"}},"7dd9c5cba05e151c895fde1cf355c9a1d5da6429":{currencyCode:"GLM",displayName:"Golem",denominations:[{name:"GLM",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x7DD9c5Cba05E151C895FDe1CF355C9A1D5DA6429"}},"6810e776880c02933d47db1b9fc05908e5386b96":{currencyCode:"GNO",displayName:"Gnosis",denominations:[{name:"GNO",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x6810e776880C02933D47DB1b9fc05908e5386b96"}},a74476443119a942de498590fe1f2454d7d4ac0d:{currencyCode:"GNT",displayName:"Golem (old)",denominations:[{name:"GNT",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xa74476443119A942dE498590Fe1f2454d7D4aC0d"}},"056fd409e1d7a124bd7017459dfea2f387b6d5cd":{currencyCode:"GUSD",displayName:"Gemini Dollar",denominations:[{name:"GUSD",multiplier:"100"}],networkLocation:{contractAddress:"0x056fd409e1d7a124bd7017459dfea2f387b6d5cd"}},"2e91e3e54c5788e9fdd6a181497fdcea1de1bcc1":{currencyCode:"HERC",displayName:"Hercules",denominations:[{name:"HERC",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x2e91E3e54C5788e9FdD6A181497FDcEa1De1bcc1"}},cdb7ecfd3403eef3882c65b761ef9b5054890a47:{currencyCode:"HUR",displayName:"Hurify",denominations:[{name:"HUR",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xCDB7eCFd3403Eef3882c65B761ef9B5054890a47"}},"875773784af8135ea0ef43b5a374aad105c5d39e":{currencyCode:"IDLE",displayName:"Idle Finance",denominations:[{name:"IDLE",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x875773784Af8135eA0ef43b5a374AaD105c5D39e"}},f8e386eda857484f5a12e4b5daa9984e06e73705:{currencyCode:"IND",displayName:"Indorse",denominations:[{name:"IND",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xf8e386EDa857484f5a12e4B5DAa9984E06E73705"}},"0954906da0bf32d5479e25f46056d22f08464cab":{currencyCode:"INDEX",displayName:"INDEX COOP",denominations:[{name:"INDEX",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x0954906da0Bf32d5479e25f46056d22f08464cab"}},"818fc6c2ec5986bc6e2cbf00939d90556ab12ce5":{currencyCode:"KIN",displayName:"Kin",denominations:[{name:"KIN",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x818Fc6C2Ec5986bc6E2CBf00939d90556aB12ce5"}},dd974d5c2e2928dea5f71b9825b8b646686bd200:{currencyCode:"KNCV1",displayName:"Kyber Network",denominations:[{name:"KNCV1",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xdd974D5C2e2928deA5F71b9825b8b646686BD200"}},defa4e8a7bcba345f687a2f1456f5edd9ce97202:{currencyCode:"KNC",displayName:"Kyber Network",denominations:[{name:"KNC",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xdeFA4e8a7bcBA345F687a2f1456F5Edd9CE97202"}},"514910771af9ca656af840dff83e8264ecf986ca":{currencyCode:"LINK",displayName:"Chainlink",denominations:[{name:"LINK",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x514910771af9ca656af840dff83e8264ecf986ca"}},"0f5d2fb29fb7d3cfee444a200298f468908cc942":{currencyCode:"MANA",displayName:"Decentraland",denominations:[{name:"MANA",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x0F5D2fB29fb7d3CFeE444a200298f468908cC942"}},"7d1afa7b718fb893db30a3abc0cfc608aacfebb0":{currencyCode:"MATIC",displayName:"Polygon",denominations:[{name:"MATIC",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x7d1afa7b718fb893db30a3abc0cfc608aacfebb0"}},a3d58c4e56fedcae3a7c43a725aee9a71f0ece4e:{currencyCode:"MET",displayName:"Metronome",denominations:[{name:"MET",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xa3d58c4e56fedcae3a7c43a725aee9a71f0ece4e"}},"9f8f72aa9304c8b593d555f12ef6589cc3a579a2":{currencyCode:"MKR",displayName:"Maker",denominations:[{name:"MKR",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x9f8F72aA9304c8B593d555F12eF6589cC3A579A2"}},b62132e35a6c13ee1ee0f84dc5d40bad8d815206:{currencyCode:"NEXO",displayName:"Nexo",denominations:[{name:"NEXO",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xb62132e35a6c13ee1ee0f84dc5d40bad8d815206"}},"1776e1f26f98b1a5df9cd347953a26dd3cb46671":{currencyCode:"NMR",displayName:"Numeraire",denominations:[{name:"NMR",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x1776e1F26f98b1A5dF9cD347953a26dd3Cb46671"}},e9a95d175a5f4c9369f3b74222402eb1b837693b:{currencyCode:"NOW",displayName:"NOW Token",denominations:[{name:"NOW",multiplier:"100000000"}],networkLocation:{contractAddress:"0xe9a95d175a5f4c9369f3b74222402eb1b837693b"}},d7c49cee7e9188cca6ad8ff264c1da2e69d4cf3b:{currencyCode:"NXM",displayName:"Nexus Mutual",denominations:[{name:"NXM",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xd7c49cee7e9188cca6ad8ff264c1da2e69d4cf3b"}},"967da4048cd07ab37855c090aaf366e4ce1b9f48":{currencyCode:"OCEAN",displayName:"OCEAN",denominations:[{name:"OCEAN",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x967da4048cD07aB37855c090aAF366e4ce1b9F48"}},"8207c1ffc5b6804f6024322ccf34f29c3541ae26":{currencyCode:"OGN",displayName:"Origin",denominations:[{name:"OGN",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x8207c1ffc5b6804f6024322ccf34f29c3541ae26"}},d26114cd6ee289accf82350c8d8487fedb8a0c07:{currencyCode:"OMG",displayName:"OmiseGO",denominations:[{name:"OMG",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xd26114cd6EE289AccF82350c8d8487fedB8A0C07"}},"4575f41308ec1483f3d399aa9a2826d74da13deb":{currencyCode:"OXT",displayName:"Orchid",denominations:[{name:"OXT",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x4575f41308EC1483f3d399aa9a2826d74Da13Deb"}},"429881672b9ae42b8eba0e26cd9c73711b891ca5":{currencyCode:"PICKLE",displayName:"PickleToken",denominations:[{name:"PICKLE",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x429881672B9AE42b8EbA0E26cD9C73711b891Ca5"}},"9992ec3cf6a55b00978cddf2b27bc6882d88d1ec":{currencyCode:"POLY",displayName:"Polymath Network",denominations:[{name:"POLY",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x9992eC3cF6A55b00978cdDF2b27BC6882d88D1eC"}},"408e41876cccdc0f92210600ef50372656052a38":{currencyCode:"REN",displayName:"Ren",denominations:[{name:"REN",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x408e41876cccdc0f92210600ef50372656052a38"}},"459086f2376525bdceba5bdda135e4e9d3fef5bf":{currencyCode:"RENBCH",displayName:"Ren BCH",denominations:[{name:"RENBCH",multiplier:"100000000"}],networkLocation:{contractAddress:"0x459086f2376525bdceba5bdda135e4e9d3fef5bf"}},eb4c2781e4eba804ce9a9803c67d0893436bb27d:{currencyCode:"RENBTC",displayName:"Ren BTC",denominations:[{name:"RENBTC",multiplier:"100000000"}],networkLocation:{contractAddress:"0xeb4c2781e4eba804ce9a9803c67d0893436bb27d"}},"1c5db575e2ff833e46a2e9864c22f4b22e0b37c2":{currencyCode:"RENZEC",displayName:"Ren ZEC",denominations:[{name:"RENZEC",multiplier:"100000000"}],networkLocation:{contractAddress:"0x1c5db575e2ff833e46a2e9864c22f4b22e0b37c2"}},"1985365e9f78359a9b6ad760e32412f4a445e862":{currencyCode:"REP",displayName:"Augur",denominations:[{name:"REP",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x1985365e9f78359a9B6AD760e32412f4a445E862"}},"221657776846890989a759ba2973e427dff5c9bb":{currencyCode:"REPV2",displayName:"Augur v2",denominations:[{name:"REPV2",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x221657776846890989a759BA2973e427DfF5C9bB"}},fa5047c9c78b8877af97bdcb85db743fd7313d4a:{currencyCode:"ROOK",displayName:"Keeper DAO",denominations:[{name:"ROOK",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xfA5047c9c78B8877af97BDcb85Db743fD7313d4a"}},"89d24a6b4ccb1b6faa2625fe562bdd9a23260359":{currencyCode:"SAI",displayName:"Sai Stablecoin",denominations:[{name:"SAI",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x89d24a6b4ccb1b6faa2625fe562bdd9a23260359"}},"4156d3342d5c385a87d264f90653733592000581":{currencyCode:"SALT",displayName:"SALT",denominations:[{name:"SALT",multiplier:"100000000"}],networkLocation:{contractAddress:"0x4156D3342D5c385a87D264F90653733592000581"}},fe18be6b3bd88a2d2a7f928d00292e7a9963cfc6:{currencyCode:"SBTC",displayName:"Synthetix BTC",denominations:[{name:"SBTC",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xfE18be6b3Bd88A2D2A7f928d00292E7a9963CfC6"}},c011a73ee8576fb46f5e1c5751ca3b9fe0af2a6f:{currencyCode:"SNX",displayName:"Synthetix Network",denominations:[{name:"SNX",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xc011a73ee8576fb46f5e1c5751ca3b9fe0af2a6f"}},b64ef51c888972c908cfacf59b47c1afbc0ab8ac:{currencyCode:"STORJ",displayName:"Storj",denominations:[{name:"STORJ",multiplier:"100000000"}],networkLocation:{contractAddress:"0xB64ef51C888972c908CFacf59B47C1AfBC0Ab8aC"}},"57ab1ec28d129707052df4df418d58a2d46d5f51":{currencyCode:"SUSD",displayName:"Synthetix USD",denominations:[{name:"SUSD",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x57Ab1ec28D129707052df4dF418D58a2D46d5f51"}},"6b3595068778dd592e39a122f4f5a5cf09c90fe2":{currencyCode:"SUSHI",displayName:"Sushi Token",denominations:[{name:"SUSHI",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x6b3595068778dd592e39a122f4f5a5cf09c90fe2"}},"8daebade922df735c38c80c7ebd708af50815faa":{currencyCode:"TBTC",displayName:"tBTC",denominations:[{name:"TBTC",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x8dAEBADE922dF735c38C80C7eBD708Af50815fAa"}},"0000000000085d4780b73119b644ae5ecd22b376":{currencyCode:"TUSD",displayName:"TrueUSD",denominations:[{name:"TUSD",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x0000000000085d4780B73119b644AE5ecd22b376"}},"04fa0d235c4abf4bcf4787af4cf447de572ef828":{currencyCode:"UMA",displayName:"UMA",denominations:[{name:"UMA",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x04Fa0d235C4abf4BcF4787aF4CF447DE572eF828"}},"1f9840a85d5af5bf1d1762f925bdaddc4201f984":{currencyCode:"UNI",displayName:"Uniswap",denominations:[{name:"UNI",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x1f9840a85d5af5bf1d1762f925bdaddc4201f984"}},a0b86991c6218b36c1d19d4a2e9eb0ce3606eb48:{currencyCode:"USDC",displayName:"USD Coin",denominations:[{name:"USDC",multiplier:"1000000"}],networkLocation:{contractAddress:"0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48"}},"8e870d67f660d95d5be530380d0ec0bd388289e1":{currencyCode:"USDP",displayName:"Pax Dollar",denominations:[{name:"USDP",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x8e870d67f660d95d5be530380d0ec0bd388289e1"}},a4bdb11dc0a2bec88d24a3aa1e6bb17201112ebe:{currencyCode:"USDS",displayName:"StableUSD",denominations:[{name:"USDS",multiplier:"1000000"}],networkLocation:{contractAddress:"0xA4Bdb11dc0a2bEC88d24A3aa1E6Bb17201112eBe"}},dac17f958d2ee523a2206206994597c13d831ec7:{currencyCode:"USDT",displayName:"Tether",denominations:[{name:"USDT",multiplier:"1000000"}],networkLocation:{contractAddress:"0xdac17f958d2ee523a2206206994597c13d831ec7"}},"2260fac5e5542a773aa44fbcfedf7c193bc2c599":{currencyCode:"WBTC",displayName:"Wrapped Bitcoin",denominations:[{name:"WBTC",multiplier:"100000000"}],networkLocation:{contractAddress:"0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599"}},c02aaa39b223fe8d0a0e5c4f27ead9083c756cc2:{currencyCode:"WETH",displayName:"Wrapped ETH",denominations:[{name:"WETH",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2"}},bea269038eb75bdab47a9c04d0f5c572d94b93d5:{currencyCode:"WFIO",displayName:"Wrapped FIO",denominations:[{name:"WFIO",multiplier:"1000000000"}],networkLocation:{contractAddress:"0xbEA269038Eb75BdAB47a9C04D0F5c572d94b93D5"}},"667088b212ce3d06a1b553a7221e1fd19000d9af":{currencyCode:"WINGS",displayName:"Wings",denominations:[{name:"WINGS",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x667088b212ce3d06a1b553a7221E1fD19000d9aF"}},b4bebd34f6daafd808f73de0d10235a92fbb6c3d:{currencyCode:"YETI",displayName:"Yearn Ecosystem Token Index",denominations:[{name:"YETI",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xb4bebd34f6daafd808f73de0d10235a92fbb6c3d"}},"0bc529c00c6401aef6d220be8c6ea1667f6ad93e":{currencyCode:"YFI",displayName:"Yearn Finance",denominations:[{name:"YFI",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x0bc529c00C6401aEF6D220BE8C6Ea1667F6Ad93e"}},e41d2489571d322189246dafa5ebde1f4699f498:{currencyCode:"ZRX",displayName:"0x",denominations:[{name:"ZRX",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xE41d2489571d322189246DaFA5ebDe1F4699F498"}},ff20817765cb7f73d4bde2e66e067e58d11095c2:{currencyCode:"AMP",displayName:"Amp",denominations:[{name:"AMP",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xff20817765cb7f73d4bde2e66e067e58d11095c2"}},"4d224452801aced8b2f0aebe155379bb5d594381":{currencyCode:"APE",displayName:"ApeCoin",denominations:[{name:"APE",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x4d224452801aced8b2f0aebe155379bb5d594381"}},a0b73e1ff0b80914ab6fe0444e65848c4c34450b:{currencyCode:"CRO",displayName:"Cronos Coin",denominations:[{name:"CRO",multiplier:"100000000"}],networkLocation:{contractAddress:"0xa0b73e1ff0b80914ab6fe0444e65848c4c34450b"}},f629cbd94d3791c9250152bd8dfbdf380e2a3b9c:{currencyCode:"ENJ",displayName:"EnjinCoin",denominations:[{name:"ENJ",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xf629cbd94d3791c9250152bd8dfbdf380e2a3b9c"}},"15d4c048f83bd7e37d49ea4c83a07267ec4203da":{currencyCode:"GALA",displayName:"Gala",denominations:[{name:"GALA",multiplier:"100000000"}],networkLocation:{contractAddress:"0x15D4c048F83bd7e37d49eA4C83a07267Ec4203dA"}},d567b5f02b9073ad3a982a099a23bf019ff11d1c:{currencyCode:"GAME",displayName:"Game Coin",denominations:[{name:"GAME",multiplier:"100000"}],networkLocation:{contractAddress:"0xd567b5f02b9073ad3a982a099a23bf019ff11d1c"}},bbbbca6a901c926f240b89eacb641d8aec7aeafd:{currencyCode:"LRC",displayName:"LoopringCoin V2",denominations:[{name:"LRC",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xbbbbca6a901c926f240b89eacb641d8aec7aeafd"}},"3a4f40631a4f906c2bad353ed06de7a5d3fcb430":{currencyCode:"PLA",displayName:"PlayDapp Token",denominations:[{name:"PLA",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x3a4f40631a4f906c2BaD353Ed06De7A5D3fCb430"}},"4a220e6096b25eadb88358cb44068a3248254675":{currencyCode:"QNT",displayName:"Quant",denominations:[{name:"QNT",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x4a220e6096b25eadb88358cb44068a3248254675"}},"0763fdccf1ae541a5961815c0872a8c5bc6de4d7":{currencyCode:"SUKU",displayName:"SUKU",denominations:[{name:"SUKU",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x0763fdCCF1aE541A5961815C0872A8c5Bc6DE4d7"}},"95ad61b0a150d79219dcf64e1e6cc01f0b64c4ce":{currencyCode:"SHIB",displayName:"SHIBA INU",denominations:[{name:"SHIB",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x95ad61b0a150d79219dcf64e1e6cc01f0b64c4ce"}},"446c9033e7516d820cc9a2ce2d0b7328b579406f":{currencyCode:"SOLVE",displayName:"Healthcare Administration Token",denominations:[{name:"SOLVE",multiplier:"100000000"}],networkLocation:{contractAddress:"0x446c9033e7516d820cc9a2ce2d0b7328b579406f"}},"74232704659ef37c08995e386a2e26cc27a8d7b1":{currencyCode:"STRK",displayName:"Strike Token",denominations:[{name:"STRK",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x74232704659ef37c08995e386a2e26cc27a8d7b1"}},c944e90c64b2c07662a292be6244bdf05cda44a7:{currencyCode:"GRT",displayName:"Graph Token",denominations:[{name:"GRT",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xc944e90c64b2c07662a292be6244bdf05cda44a7"}},"3845badade8e6dff049820680d1f14bd3903a5d0":{currencyCode:"SAND",displayName:"SAND",denominations:[{name:"SAND",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x3845badAde8e6dFF049820680d1F14bD3903a5d0"}}},ee={rpcServers:["https://eth-mainnet.alchemyapi.io","https://mainnet.infura.io/v3","https://rpc.ankr.com/eth","https://cloudflare-eth.com"],evmScanApiServers:["https://api.etherscan.io"],blockcypherApiServers:["https://api.blockcypher.com"],blockbookServers:["https://ethbook.guarda.co","https://eth1.trezor.io","https://eth2.trezor.io"],uriNetworks:["ethereum","ether"],ercTokenStandard:"ERC20",chainParams:{chainId:1,name:"Ethereum Mainnet"},supportsEIP1559:!0,hdPathCoinType:60,checkUnconfirmedTransactions:!0,iosAllowedTokens:{REP:!0,WINGS:!0,HUR:!0,IND:!0,USDT:!0},blockchairApiServers:["https://api.blockchair.com"],alethioApiServers:["https://api.aleth.io/v1"],alethioCurrencies:{native:"ether",token:"token"},amberdataRpcServers:["https://rpc.web3api.io"],amberdataApiServers:["https://web3api.io/api/v2"],amberDataBlockchainId:"1c9c969065fcd1cf",pluginMnemonicKeyName:"ethereumMnemonic",pluginRegularKeyName:"ethereumKey",ethGasStationUrl:"https://www.ethgasstation.info/json/ethgasAPI.json",defaultNetworkFees:{default:{baseFeeMultiplier:{lowFee:"1",standardFeeLow:"1.25",standardFeeHigh:"1.5",highFee:"1.75"},gasLimit:{regularTransaction:"21000",tokenTransaction:"300000",minGasLimit:"21000"},gasPrice:{lowFee:"1000000001",standardFeeLow:"40000000001",standardFeeHigh:"300000000001",standardFeeLowAmount:"100000000000000000",standardFeeHighAmount:"10000000000000000000",highFee:"40000000001",minGasPrice:"1000000000"},minPriorityFee:"2000000000"},"1983987abc9837fbabc0982347ad828":{baseFeeMultiplier:void 0,gasLimit:{regularTransaction:"21002",tokenTransaction:"37124"},gasPrice:{lowFee:"1000000002",standardFeeLow:"40000000002",standardFeeHigh:"300000000002",standardFeeLowAmount:"200000000000000000",standardFeeHighAmount:"20000000000000000000",highFee:"40000000002"},minPriorityFee:void 0},"2983987abc9837fbabc0982347ad828":{baseFeeMultiplier:void 0,gasLimit:{regularTransaction:"21002",tokenTransaction:"37124"},gasPrice:void 0,minPriorityFee:void 0}}},$={currencyCode:"ETH",displayName:"Ethereum",pluginId:"ethereum",walletType:"wallet:ethereum",memoType:"hex",canReplaceByFee:!0,defaultSettings:{customFeeSettings:["gasLimit","gasPrice"],otherSettings:ke({},ee)},addressExplorer:"https://etherscan.io/address/%s",transactionExplorer:"https://etherscan.io/tx/%s",denominations:[{name:"ETH",multiplier:"1000000000000000000",symbol:"\u039E"},{name:"mETH",multiplier:"1000000000000000",symbol:"m\u039E"}],metaTokens:(0,P.ZS)(xe)},te=(0,s.P)({builtinTokens:xe,currencyInfo:$,networkInfo:ee,getInnerPlugin(){return qe(this,null,function*(){return yield Promise.all([o.e(428),o.e(246),o.e(821),o.e(153),o.e(266),o.e(835),o.e(539),o.e(780),o.e(291),o.e(94),o.e(221),o.e(944),o.e(614),o.e(898),o.e(244),o.e(513)]).then(o.bind(o,6094))})}});var Q=Object.defineProperty,J=Object.getOwnPropertySymbols,j=Object.prototype.hasOwnProperty,C=Object.prototype.propertyIsEnumerable,L=(v,p,m)=>p in v?Q(v,p,{enumerable:!0,configurable:!0,writable:!0,value:m}):v[p]=m,b0=(v,p)=>{for(var m in p||(p={}))j.call(p,m)&&L(v,m,p[m]);if(J)for(var m of J(p))C.call(p,m)&&L(v,m,p[m]);return v},Re=(v,p,m)=>new Promise((ue,q)=>{var me=w=>{try{K(m.next(w))}catch(G){q(G)}},he=w=>{try{K(m.throw(w))}catch(G){q(G)}},K=w=>w.done?ue(w.value):Promise.resolve(w.value).then(me,he);K((m=m.apply(v,p)).next())});const Oe={"2ad7868ca212135c6119fd7ad1ce51cfc5702892":{currencyCode:"USDT",displayName:"Tether",denominations:[{name:"USDT",multiplier:"1000000"}],networkLocation:{contractAddress:"0x2ad7868ca212135c6119fd7ad1ce51cfc5702892"}}},Be={rpcServers:["https://mainnet.ethereumpow.org"],evmScanApiServers:[],blockcypherApiServers:[],blockbookServers:[],uriNetworks:["ethereumpow"],ercTokenStandard:"ERC20",chainParams:{chainId:10001,name:"ETHW-mainnet"},supportsEIP1559:!0,hdPathCoinType:60,checkUnconfirmedTransactions:!1,iosAllowedTokens:{},blockchairApiServers:[],alethioApiServers:[],alethioCurrencies:null,amberdataRpcServers:[],amberdataApiServers:[],amberDataBlockchainId:"",pluginMnemonicKeyName:"ethereumpowMnemonic",pluginRegularKeyName:"ethereumpowKey",ethGasStationUrl:null,defaultNetworkFees:{default:{baseFeeMultiplier:{lowFee:"1",standardFeeLow:"1.25",standardFeeHigh:"1.5",highFee:"1.75"},gasLimit:{regularTransaction:"21000",tokenTransaction:"300000",minGasLimit:"21000"},gasPrice:{lowFee:"1000000001",standardFeeLow:"40000000001",standardFeeHigh:"300000000001",standardFeeLowAmount:"100000000000000000",standardFeeHighAmount:"10000000000000000000",highFee:"40000000001",minGasPrice:"1000000000"},minPriorityFee:"2000000000"}}},g0={currencyCode:"ETHW",displayName:"EthereumPoW",pluginId:"ethereumpow",walletType:"wallet:ethereumpow",memoType:"hex",canReplaceByFee:!0,defaultSettings:{customFeeSettings:["gasLimit","gasPrice"],otherSettings:b0({},Be)},addressExplorer:"https://www.oklink.com/en/ethw/address/%s",transactionExplorer:"https://www.oklink.com/en/ethw/tx/%s",denominations:[{name:"ETHW",multiplier:"1000000000000000000",symbol:"\u039E"},{name:"mETHW",multiplier:"1000000000000000",symbol:"m\u039E"}],metaTokens:(0,P.ZS)(Oe)},Ue=(0,s.P)({builtinTokens:Oe,currencyInfo:g0,networkInfo:Be,getInnerPlugin(){return Re(this,null,function*(){return yield Promise.all([o.e(428),o.e(246),o.e(821),o.e(153),o.e(266),o.e(835),o.e(539),o.e(780),o.e(291),o.e(94),o.e(221),o.e(944),o.e(614),o.e(898),o.e(244),o.e(513)]).then(o.bind(o,6094))})}});var He=Object.defineProperty,s0=Object.getOwnPropertySymbols,Xe=Object.prototype.hasOwnProperty,Ke=Object.prototype.propertyIsEnumerable,c0=(v,p,m)=>p in v?He(v,p,{enumerable:!0,configurable:!0,writable:!0,value:m}):v[p]=m,Ge=(v,p)=>{for(var m in p||(p={}))Xe.call(p,m)&&c0(v,m,p[m]);if(s0)for(var m of s0(p))Ke.call(p,m)&&c0(v,m,p[m]);return v},We=(v,p,m)=>new Promise((ue,q)=>{var me=w=>{try{K(m.next(w))}catch(G){q(G)}},he=w=>{try{K(m.throw(w))}catch(G){q(G)}},K=w=>w.done?ue(w.value):Promise.resolve(w.value).then(me,he);K((m=m.apply(v,p)).next())});const _e={"511d35c52a3c244e7b8bd92c0c297755fbd89212":{currencyCode:"AVAX",displayName:"Avalanche",denominations:[{name:"AVAX",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x511d35c52a3c244e7b8bd92c0c297755fbd89212"}},d67de0e0a0fd7b15dc8348bb9be742f3c5850454:{currencyCode:"BNB",displayName:"Binance",denominations:[{name:"BNB",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xd67de0e0a0fd7b15dc8348bb9be742f3c5850454"}},"841fad6eae12c286d1fd18d1d525dffa75c7effe":{currencyCode:"BOO",displayName:"SpookyToken",denominations:[{name:"BOO",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x841fad6eae12c286d1fd18d1d525dffa75c7effe"}},"321162cd933e2be498cd2267a90534a804051b11":{currencyCode:"BTC",displayName:"Bitcoin",denominations:[{name:"BTC",multiplier:"100000000"}],networkLocation:{contractAddress:"0x321162cd933e2be498cd2267a90534a804051b11"}},"1e4f97b9f9f913c46f1632781732927b9019c68b":{currencyCode:"CRV",displayName:"Curve",denominations:[{name:"CRV",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x1e4f97b9f9f913c46f1632781732927b9019c68b"}},"8d11ec38a3eb5e956b052f67da8bdc9bef8abf3e":{currencyCode:"DAI",displayName:"DAI Stablecoin",denominations:[{name:"DAI",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x8d11ec38a3eb5e956b052f67da8bdc9bef8abf3e"}},"74b23882a30290451a17c44f4f05243b6b58c76d":{currencyCode:"ETH",displayName:"Ethereum",denominations:[{name:"ETH",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x74b23882a30290451a17c44f4f05243b6b58c76d"}},e1146b9ac456fcbb60644c36fd3f868a9072fc6e:{currencyCode:"FBTC",displayName:"Frapped Bitcoin",denominations:[{name:"FBTC",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xe1146b9ac456fcbb60644c36fd3f868a9072fc6e"}},"658b0c7613e890ee50b8c4bc6a3f41ef411208ad":{currencyCode:"FETH",displayName:"Frapped Ethereum",denominations:[{name:"FETH",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x658b0c7613e890ee50b8c4bc6a3f41ef411208ad"}},ad84341756bf337f5a0164515b1f6f993d194e1f:{currencyCode:"FUSD",displayName:"Fantom USD",denominations:[{name:"FUSD",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xad84341756bf337f5a0164515b1f6f993d194e1f"}},"049d68029688eabf473097a2fc38ef61633a3c7a":{currencyCode:"FUSDT",displayName:"Frapped Tether",denominations:[{name:"FUSDT",multiplier:"1000000"}],networkLocation:{contractAddress:"0x049d68029688eabf473097a2fc38ef61633a3c7a"}},"5f0456f728e2d59028b4f5b8ad8c604100724c6a":{currencyCode:"L3USD",displayName:"L3USD",denominations:[{name:"L3USD",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x5f0456f728e2d59028b4f5b8ad8c604100724c6a"}},bf60e7414ef09026733c1e7de72e7393888c64da:{currencyCode:"LIF3",displayName:"LIF3",denominations:[{name:"LIF3",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xbf60e7414ef09026733c1e7de72e7393888c64da"}},b3654dc3d10ea7645f8319668e8f54d2574fbdc8:{currencyCode:"LINK",displayName:"Chainlink",denominations:[{name:"LINK",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xb3654dc3d10ea7645f8319668e8f54d2574fbdc8"}},cbe0ca46399af916784cadf5bcc3aed2052d6c45:{currencyCode:"LSHARE",displayName:"LIF3 LSHARE",denominations:[{name:"LSHARE",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xcbe0ca46399af916784cadf5bcc3aed2052d6c45"}},fb98b335551a418cd0737375a2ea0ded62ea213b:{currencyCode:"MAI",displayName:"miMATIC",denominations:[{name:"MAI",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xfB98B335551a418cD0737375a2ea0ded62Ea213b"}},"82f0b8b456c1a451378467398982d4834b6829c1":{currencyCode:"MIM",displayName:"Magic Internet Money",denominations:[{name:"MIM",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x82f0b8b456c1a451378467398982d4834b6829c1"}},"24248cd1747348bdc971a5395f4b3cd7fee94ea0":{currencyCode:"TBOND",displayName:"Tomb Bonds",denominations:[{name:"TBOND",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x24248CD1747348bDC971a5395f4b3cd7feE94ea0"}},"6c021ae822bea943b2e66552bde1d2696a53fbb7":{currencyCode:"TOMB",displayName:"Tomb",denominations:[{name:"TOMB",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x6c021Ae822BEa943b2E66552bDe1D2696a53fbB7"}},c60d7067dfbc6f2caf30523a064f416a5af52963:{currencyCode:"TREEB",displayName:"Retreeb",denominations:[{name:"TREEB",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xc60d7067dfbc6f2caf30523a064f416a5af52963"}},"4cdf39285d7ca8eb3f090fda0c069ba5f4145b37":{currencyCode:"TSHARE",displayName:"Tomb Shares",denominations:[{name:"TSHARE",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x4cdf39285d7ca8eb3f090fda0c069ba5f4145b37"}},"04068da6c83afcfa0e13ba15a6696662335d5b75":{currencyCode:"USDC",displayName:"USD Coin",denominations:[{name:"USDC",multiplier:"1000000"}],networkLocation:{contractAddress:"0x04068da6c83afcfa0e13ba15a6696662335d5b75"}},"21be370d5312f44cb42ce377bc9b8a0cef1a4c83":{currencyCode:"WFTM",displayName:"Wrapped Fantom",denominations:[{name:"WFTM",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x21be370d5312f44cb42ce377bc9b8a0cef1a4c83"}},a48d959ae2e88f1daa7d5f611e01908106de7598:{currencyCode:"xBOO",displayName:"Boo MirrorWorld",denominations:[{name:"xBOO",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xa48d959AE2E88f1dAA7D5F611E01908106dE7598"}},"09e145a1d53c0045f41aeef25d8ff982ae74dd56":{currencyCode:"ZOO",displayName:"Zookeeper",denominations:[{name:"ZOO",multiplier:"1"}],networkLocation:{contractAddress:"0x09e145a1d53c0045f41aeef25d8ff982ae74dd56"}}},e0={rpcServers:["https://polished-empty-cloud.fantom.quiknode.pro","https://rpc.ankr.com/fantom","https://rpc.ftm.tools"],evmScanApiServers:["https://api.ftmscan.com"],blockcypherApiServers:[],blockbookServers:[],uriNetworks:["fantom"],ercTokenStandard:"ERC20",chainParams:{chainId:250,name:"Fantom Opera"},hdPathCoinType:60,feeUpdateFrequencyMs:6e4,supportsEIP1559:!0,checkUnconfirmedTransactions:!1,iosAllowedTokens:{},blockchairApiServers:[],alethioApiServers:[],alethioCurrencies:null,amberdataRpcServers:[],amberdataApiServers:[],amberDataBlockchainId:"",pluginMnemonicKeyName:"fantomMnemonic",pluginRegularKeyName:"fantomKey",ethGasStationUrl:null,defaultNetworkFees:{default:{baseFeeMultiplier:void 0,gasLimit:{regularTransaction:"21000",tokenTransaction:"200000",minGasLimit:"21000"},gasPrice:{lowFee:"1000000001",standardFeeLow:"40000000001",standardFeeHigh:"300000000001",standardFeeLowAmount:"100000000000000000",standardFeeHighAmount:"10000000000000000000",highFee:"40000000001",minGasPrice:"1000000000"},minPriorityFee:void 0}}},d0={currencyCode:"FTM",displayName:"Fantom",pluginId:"fantom",walletType:"wallet:fantom",memoType:"hex",canReplaceByFee:!0,defaultSettings:{customFeeSettings:["gasLimit","gasPrice"],otherSettings:Ge({},e0)},addressExplorer:"https://ftmscan.com/address/%s",transactionExplorer:"https://ftmscan.com/tx/%s",denominations:[{name:"FTM",multiplier:"1000000000000000000",symbol:"F"}],metaTokens:(0,P.ZS)(_e)},l0=(0,s.P)({builtinTokens:_e,currencyInfo:d0,networkInfo:e0,getInnerPlugin(){return We(this,null,function*(){return yield Promise.all([o.e(428),o.e(246),o.e(821),o.e(153),o.e(266),o.e(835),o.e(539),o.e(780),o.e(291),o.e(94),o.e(221),o.e(944),o.e(614),o.e(898),o.e(244),o.e(513)]).then(o.bind(o,6094))})}});var f0=Object.defineProperty,t0=Object.getOwnPropertySymbols,u0=Object.prototype.hasOwnProperty,m0=Object.prototype.propertyIsEnumerable,n0=(v,p,m)=>p in v?f0(v,p,{enumerable:!0,configurable:!0,writable:!0,value:m}):v[p]=m,h0=(v,p)=>{for(var m in p||(p={}))u0.call(p,m)&&n0(v,m,p[m]);if(t0)for(var m of t0(p))m0.call(p,m)&&n0(v,m,p[m]);return v},p0=(v,p,m)=>new Promise((ue,q)=>{var me=w=>{try{K(m.next(w))}catch(G){q(G)}},he=w=>{try{K(m.throw(w))}catch(G){q(G)}},K=w=>w.done?ue(w.value):Promise.resolve(w.value).then(me,he);K((m=m.apply(v,p)).next())});const r0={},a0={rpcServers:["https://eth-goerli.alchemyapi.io","https://goerli.infura.io/v3"],evmScanApiServers:["https://api-goerli.etherscan.io"],blockcypherApiServers:[],blockbookServers:[],uriNetworks:["ethereum","ether"],ercTokenStandard:"ERC20",chainParams:{chainId:5,name:"Goerli"},supportsEIP1559:!0,hdPathCoinType:60,checkUnconfirmedTransactions:!0,iosAllowedTokens:{REP:!0,WINGS:!0,HUR:!0,IND:!0,USDT:!0},blockchairApiServers:[],alethioApiServers:[],alethioCurrencies:{native:"ether",token:"token"},amberdataRpcServers:[],amberdataApiServers:[],amberDataBlockchainId:"",pluginMnemonicKeyName:"goerliMnemonic",pluginRegularKeyName:"goerliKey",ethGasStationUrl:"https://www.ethgasstation.info/json/ethgasAPI.json",defaultNetworkFees:{default:{baseFeeMultiplier:{lowFee:"1",standardFeeLow:"1.25",standardFeeHigh:"1.5",highFee:"1.75"},gasLimit:{regularTransaction:"21000",tokenTransaction:"300000",minGasLimit:"21000"},gasPrice:{lowFee:"1000000001",standardFeeLow:"40000000001",standardFeeHigh:"300000000001",standardFeeLowAmount:"100000000000000000",standardFeeHighAmount:"10000000000000000000",highFee:"40000000001",minGasPrice:"1000000000"},minPriorityFee:"2000000000"},"1983987abc9837fbabc0982347ad828":{baseFeeMultiplier:void 0,gasLimit:{regularTransaction:"21002",tokenTransaction:"37124"},gasPrice:{lowFee:"1000000002",standardFeeLow:"40000000002",standardFeeHigh:"300000000002",standardFeeLowAmount:"200000000000000000",standardFeeHighAmount:"20000000000000000000",highFee:"40000000002"},minPriorityFee:void 0},"2983987abc9837fbabc0982347ad828":{baseFeeMultiplier:void 0,gasLimit:{regularTransaction:"21002",tokenTransaction:"37124"},gasPrice:void 0,minPriorityFee:void 0}}},y0={currencyCode:"GOR",displayName:"Goerli Testnet",pluginId:"goerli",walletType:"wallet:goerli",memoType:"hex",canReplaceByFee:!0,defaultSettings:{customFeeSettings:["gasLimit","gasPrice"],otherSettings:h0({},a0)},addressExplorer:"https://etherscan.io/address/%s",transactionExplorer:"https://etherscan.io/tx/%s",denominations:[{name:"GOR",multiplier:"1000000000000000000",symbol:"G"},{name:"mGOR",multiplier:"1000000000000000",symbol:"mG"}],metaTokens:(0,P.ZS)(r0)},v0=(0,s.P)({builtinTokens:r0,currencyInfo:y0,networkInfo:a0,getInnerPlugin(){return p0(this,null,function*(){return yield Promise.all([o.e(428),o.e(246),o.e(821),o.e(153),o.e(266),o.e(835),o.e(539),o.e(780),o.e(291),o.e(94),o.e(221),o.e(944),o.e(614),o.e(898),o.e(244),o.e(513)]).then(o.bind(o,6094))})}});var _0=Object.defineProperty,P0=Object.getOwnPropertySymbols,et=Object.prototype.hasOwnProperty,tt=Object.prototype.propertyIsEnumerable,F0=(v,p,m)=>p in v?_0(v,p,{enumerable:!0,configurable:!0,writable:!0,value:m}):v[p]=m,nt=(v,p)=>{for(var m in p||(p={}))et.call(p,m)&&F0(v,m,p[m]);if(P0)for(var m of P0(p))tt.call(p,m)&&F0(v,m,p[m]);return v},rt=(v,p,m)=>new Promise((ue,q)=>{var me=w=>{try{K(m.next(w))}catch(G){q(G)}},he=w=>{try{K(m.throw(w))}catch(G){q(G)}},K=w=>w.done?ue(w.value):Promise.resolve(w.value).then(me,he);K((m=m.apply(v,p)).next())});const E0={b597cd8d3217ea6477232f9217fa70837ff667af:{currencyCode:"AAVE",displayName:"Aave",denominations:[{name:"AAVE",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xb597cd8d3217ea6477232f9217fa70837ff667af"}},"3e0437898a5667a4769b1ca5a34aab1ae7e81377":{currencyCode:"AMPL",displayName:"Ampleforth",denominations:[{name:"AMPL",multiplier:"1000000000"}],networkLocation:{contractAddress:"0x3e0437898a5667a4769b1ca5a34aab1ae7e81377"}},"4c6e1efc12fdfd568186b7baec0a43fffb4bcccf":{currencyCode:"BUSD",displayName:"Binance USD",denominations:[{name:"BUSD",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x4c6e1efc12fdfd568186b7baec0a43fffb4bcccf"}},c64f90cd7b564d3ab580eb20a102a8238e218be2:{currencyCode:"ENJ",displayName:"Enjin Coin",denominations:[{name:"ENJ",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xc64f90cd7b564d3ab580eb20a102a8238e218be2"}},"99b267b9d96616f906d53c26decf3c5672401282":{currencyCode:"sUSD",displayName:"Synth sUSD",denominations:[{name:"sUSD",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x99b267b9d96616f906d53c26decf3c5672401282"}},ad5ce863ae3e4e9394ab43d4ba0d80f419f61789:{currencyCode:"LINK",displayName:"ChainLink",denominations:[{name:"LINK",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xAD5ce863aE3E4E9394Ab43d4ba0D80f419F61789"}},"738dc6380157429e957d223e6333dc385c85fec7":{currencyCode:"MANA",displayName:"Decentraland",denominations:[{name:"MANA",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x738dc6380157429e957d223e6333dc385c85fec7"}},"016750ac630f711882812f24dba6c95b9d35856d":{currencyCode:"TUSD",displayName:"TrueUSD",denominations:[{name:"TUSD",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x016750ac630f711882812f24dba6c95b9d35856d"}},"7fdb81b0b8a010dd4ffc57c3fecbf145ba8bd947":{currencyCode:"SNX",displayName:"Synthetix",denominations:[{name:"SNX",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x7fdb81b0b8a010dd4ffc57c3fecbf145ba8bd947"}},"5eebf65a6746eed38042353ba84c8e37ed58ac6f":{currencyCode:"REN",displayName:"Republic Token",denominations:[{name:"REN",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x5eebf65a6746eed38042353ba84c8e37ed58ac6f"}},"61e4cae3da7fd189e52a4879c7b8067d7c2cc0fa":{currencyCode:"MKR",displayName:"Maker",denominations:[{name:"MKR",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x61e4cae3da7fd189e52a4879c7b8067d7c2cc0fa"}},b7c325266ec274feb1354021d27fa3e3379d840d:{currencyCode:"YFI",displayName:"yearn.finance",denominations:[{name:"YFI",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xb7c325266ec274feb1354021d27fa3e3379d840d"}},d0d76886cf8d952ca26177eb7cfdf83bad08c00c:{currencyCode:"ZRX",displayName:"ZRX",denominations:[{name:"ZRX",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xd0d76886cf8d952ca26177eb7cfdf83bad08c00c"}},ff795577d9ac8bd7d90ee22b6c1703490b6512fd:{currencyCode:"DAI",displayName:"Dai Stablecoin",denominations:[{name:"DAI",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xff795577d9ac8bd7d90ee22b6c1703490b6512fd"}},e22da380ee6b445bb8273c81944adeb6e8450422:{currencyCode:"USDC",displayName:"USD Coin",denominations:[{name:"USDC",multiplier:"1000000"}],networkLocation:{contractAddress:"0xe22da380ee6b445bb8273c81944adeb6e8450422"}},"13512979ade267ab5100878e2e0f485b568328a4":{currencyCode:"USDT",displayName:"Tether",denominations:[{name:"USDT",multiplier:"1000000"}],networkLocation:{contractAddress:"0x13512979ade267ab5100878e2e0f485b568328a4"}},d0a1e359811322d97991e03f863a0c30c2cf029c:{currencyCode:"WETH",displayName:"Wrapped ETH",denominations:[{name:"WETH",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xd0a1e359811322d97991e03f863a0c30c2cf029c"}},d1b98b6607330172f1d991521145a22bce793277:{currencyCode:"WBTC",displayName:"Wrapped Bitcoin",denominations:[{name:"WBTC",multiplier:"100000000"}],networkLocation:{contractAddress:"0xD1B98B6607330172f1D991521145A22BCe793277"}}},k0={rpcServers:["https://kovan.poa.network","https://eth-kovan.alchemyapi.io","https://kovan.infura.io/v3"],evmScanApiServers:["https://api-kovan.etherscan.io"],blockcypherApiServers:[],blockbookServers:[],uriNetworks:["ethereum","ether"],ercTokenStandard:"ERC20",chainParams:{chainId:42,name:"Kovan"},supportsEIP1559:!0,hdPathCoinType:60,checkUnconfirmedTransactions:!0,iosAllowedTokens:{REP:!0,WINGS:!0,HUR:!0,IND:!0,USDT:!0},blockchairApiServers:[],alethioApiServers:[],alethioCurrencies:{native:"ether",token:"token"},amberdataRpcServers:[],amberdataApiServers:[],amberDataBlockchainId:"",pluginMnemonicKeyName:"kovanMnemonic",pluginRegularKeyName:"kovanKey",ethGasStationUrl:"https://www.ethgasstation.info/json/ethgasAPI.json",defaultNetworkFees:{default:{baseFeeMultiplier:{lowFee:"1",standardFeeLow:"1.25",standardFeeHigh:"1.5",highFee:"1.75"},gasLimit:{regularTransaction:"21000",tokenTransaction:"300000",minGasLimit:"21000"},gasPrice:{lowFee:"1000000001",standardFeeLow:"40000000001",standardFeeHigh:"300000000001",standardFeeLowAmount:"100000000000000000",standardFeeHighAmount:"10000000000000000000",highFee:"40000000001",minGasPrice:"1000000000"},minPriorityFee:"2000000000"},"1983987abc9837fbabc0982347ad828":{baseFeeMultiplier:void 0,gasLimit:{regularTransaction:"21002",tokenTransaction:"37124"},gasPrice:{lowFee:"1000000002",standardFeeLow:"40000000002",standardFeeHigh:"300000000002",standardFeeLowAmount:"200000000000000000",standardFeeHighAmount:"20000000000000000000",highFee:"40000000002"},minPriorityFee:void 0},"2983987abc9837fbabc0982347ad828":{baseFeeMultiplier:void 0,gasLimit:{regularTransaction:"21002",tokenTransaction:"37124"},gasPrice:void 0,minPriorityFee:void 0}}},at={currencyCode:"KOV",displayName:"Kovan Testnet",pluginId:"kovan",walletType:"wallet:kovan",memoType:"hex",canReplaceByFee:!0,defaultSettings:{customFeeSettings:["gasLimit","gasPrice"],otherSettings:nt({},k0)},addressExplorer:"https://etherscan.io/address/%s",transactionExplorer:"https://etherscan.io/tx/%s",denominations:[{name:"KOV",multiplier:"1000000000000000000",symbol:"K"},{name:"mKOV",multiplier:"1000000000000000",symbol:"mK"}],metaTokens:(0,P.ZS)(E0)},ot=(0,s.P)({builtinTokens:E0,currencyInfo:at,networkInfo:k0,getInnerPlugin(){return rt(this,null,function*(){return yield Promise.all([o.e(428),o.e(246),o.e(821),o.e(153),o.e(266),o.e(835),o.e(539),o.e(780),o.e(291),o.e(94),o.e(221),o.e(944),o.e(614),o.e(898),o.e(244),o.e(513)]).then(o.bind(o,6094))})}});var it=Object.defineProperty,x0=Object.getOwnPropertySymbols,st=Object.prototype.hasOwnProperty,ct=Object.prototype.propertyIsEnumerable,L0=(v,p,m)=>p in v?it(v,p,{enumerable:!0,configurable:!0,writable:!0,value:m}):v[p]=m,dt=(v,p)=>{for(var m in p||(p={}))st.call(p,m)&&L0(v,m,p[m]);if(x0)for(var m of x0(p))ct.call(p,m)&&L0(v,m,p[m]);return v},lt=(v,p,m)=>new Promise((ue,q)=>{var me=w=>{try{K(m.next(w))}catch(G){q(G)}},he=w=>{try{K(m.throw(w))}catch(G){q(G)}},K=w=>w.done?ue(w.value):Promise.resolve(w.value).then(me,he);K((m=m.apply(v,p)).next())});const D0={"2791bca1f2de4661ed88a30c99a7a9449aa84174":{currencyCode:"USDC",displayName:"USD Coin",denominations:[{name:"USDC",multiplier:"1000000"}],networkLocation:{contractAddress:"0x2791bca1f2de4661ed88a30c99a7a9449aa84174"}},"8f3cf7ad23cd3cadbd9735aff958023239c6a063":{currencyCode:"DAI",displayName:"Dai Stablecoin",denominations:[{name:"DAI",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x8f3cf7ad23cd3cadbd9735aff958023239c6a063"}},c2132d05d31c914a87c6611c10748aeb04b58e8f:{currencyCode:"USDT",displayName:"Tether",denominations:[{name:"USDT",multiplier:"1000000"}],networkLocation:{contractAddress:"0xc2132d05d31c914a87c6611c10748aeb04b58e8f"}},d6df932a45c0f255f85145f286ea0b292b21c90b:{currencyCode:"AAVE",displayName:"Aave",denominations:[{name:"AAVE",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xd6df932a45c0f255f85145f286ea0b292b21c90b"}},"1bfd67037b42cf73acf2047067bd4f2c47d9bfd6":{currencyCode:"WBTC",displayName:"Wrapped Bitcoin",denominations:[{name:"WBTC",multiplier:"100000000"}],networkLocation:{contractAddress:"0x1bfd67037b42cf73acf2047067bd4f2c47d9bfd6"}},da537104d6a5edd53c6fbba9a898708e465260b6:{currencyCode:"YFI",displayName:"Yearn Finance",denominations:[{name:"YFI",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xda537104d6a5edd53c6fbba9a898708e465260b6"}},"7ceb23fd6bc0add59e62ac25578270cff1b9f619":{currencyCode:"WETH",displayName:"Wrapped ETH",denominations:[{name:"WETH",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x7ceb23fd6bc0add59e62ac25578270cff1b9f619"}},"9c9e5fd8bbc25984b178fdce6117defa39d2db39":{currencyCode:"BUSD",displayName:"Binance USD",denominations:[{name:"BUSD",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x9c9e5fd8bbc25984b178fdce6117defa39d2db39"}},b33eaad8d922b1083446dc23f610c2567fb5180f:{currencyCode:"UNI",displayName:"Uniswap",denominations:[{name:"UNI",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xb33eaad8d922b1083446dc23f610c2567fb5180f"}},c9c1c1c20b3658f8787cc2fd702267791f224ce1:{currencyCode:"FTM",displayName:"Fantom",denominations:[{name:"FTM",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xc9c1c1c20b3658f8787cc2fd702267791f224ce1"}},"6f7c932e7684666c9fd1d44527765433e01ff61d":{currencyCode:"MKR",displayName:"Maker",denominations:[{name:"MKR",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x6f7C932e7684666C9fd1d44527765433e01fF61d"}},"2e1ad108ff1d8c782fcbbb89aad783ac49586756":{currencyCode:"TUSD",displayName:"TrueUSD",denominations:[{name:"TUSD",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x2e1ad108ff1d8c782fcbbb89aad783ac49586756"}},"3ba4c387f786bfee076a58914f5bd38d668b42c3":{currencyCode:"BNB",displayName:"Binance",denominations:[{name:"BNB",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x3BA4c387f786bFEE076A58914F5Bd38d668B42c3"}},a1c57f48f0deb89f569dfbe6e2b7f46d33606fd4:{currencyCode:"MANA",displayName:"Decentraland",denominations:[{name:"MANA",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xa1c57f48f0deb89f569dfbe6e2b7f46d33606fd4"}},"53e0bca35ec356bd5dddfebbd1fc0fd03fabad39":{currencyCode:"LINK",displayName:"Chainlink",denominations:[{name:"LINK",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x53e0bca35ec356bd5dddfebbd1fc0fd03fabad39"}}},O0={rpcServers:["https://polygon-rpc.com/","https://rpc.polycat.finance","https://rpc-mainnet.maticvigil.com","https://matic-mainnet.chainstacklabs.com","https://rpc.ankr.com/polygon","https://rpc-mainnet.matic.quiknode.pro"],evmScanApiServers:["https://api.polygonscan.com"],blockcypherApiServers:[],blockbookServers:[],uriNetworks:["polygon"],ercTokenStandard:"ERC20",chainParams:{chainId:137,name:"MATIC Mainnet"},supportsEIP1559:!0,hdPathCoinType:60,checkUnconfirmedTransactions:!1,iosAllowedTokens:{},blockchairApiServers:[],alethioApiServers:[],alethioCurrencies:null,amberdataRpcServers:[],amberdataApiServers:[],amberDataBlockchainId:"",pluginMnemonicKeyName:"polygonMnemonic",pluginRegularKeyName:"polygonKey",ethGasStationUrl:"https://gasstation-mainnet.matic.network/",defaultNetworkFees:{default:{baseFeeMultiplier:void 0,gasLimit:{regularTransaction:"21000",tokenTransaction:"300000",minGasLimit:"21000"},gasPrice:{lowFee:"30000000001",standardFeeLow:"36000000000",standardFeeHigh:"100000000000",standardFeeLowAmount:"100000000000000000",standardFeeHighAmount:"10000000000000000000",highFee:"216000000000",minGasPrice:"30000000000"},minPriorityFee:void 0}}},ft={currencyCode:"MATIC",displayName:"Polygon",pluginId:"polygon",walletType:"wallet:polygon",memoType:"hex",canReplaceByFee:!0,defaultSettings:{customFeeSettings:["gasLimit","gasPrice"],otherSettings:dt({},O0)},addressExplorer:"https://polygonscan.com/address/%s",transactionExplorer:"https://polygonscan.com/tx/%s",denominations:[{name:"MATIC",multiplier:"1000000000000000000",symbol:"MATIC"},{name:"mMATIC",multiplier:"1000000000000000",symbol:"mMATIC"}],metaTokens:(0,P.ZS)(D0)},ut=(0,s.P)({builtinTokens:D0,currencyInfo:ft,networkInfo:O0,getInnerPlugin(){return lt(this,null,function*(){return yield Promise.all([o.e(428),o.e(246),o.e(821),o.e(153),o.e(266),o.e(835),o.e(539),o.e(780),o.e(291),o.e(94),o.e(221),o.e(944),o.e(614),o.e(898),o.e(244),o.e(513)]).then(o.bind(o,6094))})}});var mt=Object.defineProperty,B0=Object.getOwnPropertySymbols,ht=Object.prototype.hasOwnProperty,pt=Object.prototype.propertyIsEnumerable,R0=(v,p,m)=>p in v?mt(v,p,{enumerable:!0,configurable:!0,writable:!0,value:m}):v[p]=m,yt=(v,p)=>{for(var m in p||(p={}))ht.call(p,m)&&R0(v,m,p[m]);if(B0)for(var m of B0(p))pt.call(p,m)&&R0(v,m,p[m]);return v},vt=(v,p,m)=>new Promise((ue,q)=>{var me=w=>{try{K(m.next(w))}catch(G){q(G)}},he=w=>{try{K(m.throw(w))}catch(G){q(G)}},K=w=>w.done?ue(w.value):Promise.resolve(w.value).then(me,he);K((m=m.apply(v,p)).next())});const U0={"4200000000000000000000000000000000000006":{currencyCode:"WETH",displayName:"Wrapped ETH",denominations:[{name:"WETH",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x4200000000000000000000000000000000000006"}},"3c8b650257cfb5f272f799f5e2b4e65093a11a05":{currencyCode:"VELO",displayName:"Velodrome",denominations:[{name:"VELO",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x3c8B650257cFb5f272f799F5e2b4e65093a11a05"}},"4200000000000000000000000000000000000042":{currencyCode:"OP",displayName:"Optimism",denominations:[{name:"OP",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x4200000000000000000000000000000000000042"}},"94b008aa00579c1307b0ef2c499ad98a8ce58e58":{currencyCode:"USDT",displayName:"Tether",denominations:[{name:"USDT",multiplier:"1000000"}],networkLocation:{contractAddress:"0x94b008aA00579c1307B0EF2c499aD98a8ce58e58"}},"7f5c764cbc14f9669b88837ca1490cca17c31607":{currencyCode:"USDC",displayName:"USD Coin",denominations:[{name:"USDC",multiplier:"1000000"}],networkLocation:{contractAddress:"0x7F5c764cBc14f9669B88837ca1490cCa17c31607"}},da10009cbd5d07dd0cecc66161fc93d7c9000da1:{currencyCode:"DAI",displayName:"Dai Stablecoin",denominations:[{name:"DAI",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1"}},"6fd9d7ad17242c41f7131d257212c54a0e816691":{currencyCode:"UNI",displayName:"Uniswap",denominations:[{name:"UNI",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x6fd9d7AD17242c41f7131d257212c54A0e816691"}},"68f180fcce6836688e9084f035309e29bf0a2095":{currencyCode:"WBTC",displayName:"Wrapped Bitcoin",denominations:[{name:"WBTC",multiplier:"100000000"}],networkLocation:{contractAddress:"0x68f180fcCe6836688e9084f035309E29Bf0A2095"}},"350a791bfc2c21f9ed5d10980dad2e2638ffa7f6":{currencyCode:"LINK",displayName:"Chainlink",denominations:[{name:"LINK",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x350a791Bfc2C21F9Ed5d10980Dad2e2638ffa7f6"}},fdb794692724153d1488ccdbe0c56c252596735f:{currencyCode:"LDO",displayName:"Lido DAO",denominations:[{name:"LDO",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xFdb794692724153d1488CcdBE0C56c252596735F"}},"76fb31fb4af56892a25e32cfc43de717950c9278":{currencyCode:"AAVE",displayName:"Aave",denominations:[{name:"AAVE",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x76FB31fb4af56892A25e32cFC43De717950c9278"}},"2e3d870790dc77a83dd1d18184acc7439a53f475":{currencyCode:"FRAX",displayName:"Frax",denominations:[{name:"FRAX",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x2E3D870790dC77A83DD1d18184Acc7439A53f475"}},bfc044a234e45412ecfec2cd6aae2dd0c083a7cd:{currencyCode:"CRV",displayName:"Curve DAO",denominations:[{name:"CRV",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xbfC044a234E45412eCfeC2Cd6aAe2dd0C083a7cd"}}},H0={rpcServers:["https://mainnet.optimism.io","https://rpc.ankr.com/optimism"],evmScanApiServers:["https://api-optimistic.etherscan.io"],blockcypherApiServers:[],blockbookServers:[],uriNetworks:["optimism"],ercTokenStandard:"ERC20",chainParams:{chainId:10,name:"Optimism"},l1RollupParams:{gasPriceL1Wei:"1000000000",maxGasPriceL1Multiplier:"1.25",fixedOverhead:"2100",dynamicOverhead:"1000000",oracleContractAddress:"0x420000000000000000000000000000000000000F",dynamicOverheadMethod:"0xf45e65d800000000000000000000000000000000000000000000000000000000"},hdPathCoinType:60,checkUnconfirmedTransactions:!1,iosAllowedTokens:{},blockchairApiServers:[],alethioApiServers:[],alethioCurrencies:null,amberdataRpcServers:[],amberdataApiServers:[],amberDataBlockchainId:"",pluginMnemonicKeyName:"optimismMnemonic",pluginRegularKeyName:"optimismKey",ethGasStationUrl:null,defaultNetworkFees:{default:{baseFeeMultiplier:{lowFee:"1",standardFeeLow:"1.25",standardFeeHigh:"1.5",highFee:"1.75"},gasLimit:{regularTransaction:"21000",tokenTransaction:"300000",minGasLimit:"21000"},gasPrice:{lowFee:"1000000001",standardFeeLow:"40000000001",standardFeeHigh:"300000000001",standardFeeLowAmount:"100000000000000000",standardFeeHighAmount:"10000000000000000000",highFee:"40000000001",minGasPrice:"100000"},minPriorityFee:"2000000000"}}},bt={currencyCode:"ETH",displayName:"Optimism",pluginId:"optimism",walletType:"wallet:optimism",memoType:"hex",canReplaceByFee:!0,defaultSettings:{customFeeSettings:["gasLimit","gasPrice"],otherSettings:yt({},H0)},addressExplorer:"https://optimistic.etherscan.io/address/%s",transactionExplorer:"https://optimistic.etherscan.io/tx/%s",denominations:[{name:"ETH",multiplier:"1000000000000000000",symbol:"\u039E"}],metaTokens:(0,P.ZS)(U0)},gt=(0,s.P)({builtinTokens:U0,currencyInfo:bt,networkInfo:H0,getInnerPlugin(){return vt(this,null,function*(){return yield Promise.all([o.e(428),o.e(246),o.e(821),o.e(153),o.e(266),o.e(835),o.e(539),o.e(780),o.e(291),o.e(94),o.e(221),o.e(944),o.e(614),o.e(898),o.e(244),o.e(513)]).then(o.bind(o,6094))})}});var At=Object.defineProperty,X0=Object.getOwnPropertySymbols,wt=Object.prototype.hasOwnProperty,Ct=Object.prototype.propertyIsEnumerable,K0=(v,p,m)=>p in v?At(v,p,{enumerable:!0,configurable:!0,writable:!0,value:m}):v[p]=m,It=(v,p)=>{for(var m in p||(p={}))wt.call(p,m)&&K0(v,m,p[m]);if(X0)for(var m of X0(p))Ct.call(p,m)&&K0(v,m,p[m]);return v},St=(v,p,m)=>new Promise((ue,q)=>{var me=w=>{try{K(m.next(w))}catch(G){q(G)}},he=w=>{try{K(m.throw(w))}catch(G){q(G)}},K=w=>w.done?ue(w.value):Promise.resolve(w.value).then(me,he);K((m=m.apply(v,p)).next())});const G0={},W0={rpcServers:["https://eth-rinkeby.alchemyapi.io","https://rinkeby.infura.io/v3"],evmScanApiServers:["https://api-rinkeby.etherscan.io"],blockcypherApiServers:[],blockbookServers:[],uriNetworks:["ethereum","ether"],ercTokenStandard:"ERC20",chainParams:{chainId:4,name:"Rinkeby"},supportsEIP1559:!0,hdPathCoinType:60,checkUnconfirmedTransactions:!0,iosAllowedTokens:{REP:!0,WINGS:!0,HUR:!0,IND:!0,USDT:!0},blockchairApiServers:[],alethioApiServers:[],alethioCurrencies:{native:"ether",token:"token"},amberdataRpcServers:[],amberdataApiServers:[],amberDataBlockchainId:"",pluginMnemonicKeyName:"rinkebyMnemonic",pluginRegularKeyName:"rinkebyKey",ethGasStationUrl:"https://www.ethgasstation.info/json/ethgasAPI.json",defaultNetworkFees:{default:{baseFeeMultiplier:{lowFee:"1",standardFeeLow:"1.25",standardFeeHigh:"1.5",highFee:"1.75"},gasLimit:{regularTransaction:"21000",tokenTransaction:"300000",minGasLimit:"21000"},gasPrice:{lowFee:"1000000001",standardFeeLow:"40000000001",standardFeeHigh:"300000000001",standardFeeLowAmount:"100000000000000000",standardFeeHighAmount:"10000000000000000000",highFee:"40000000001",minGasPrice:"1000000000"},minPriorityFee:"2000000000"},"1983987abc9837fbabc0982347ad828":{baseFeeMultiplier:void 0,gasLimit:{regularTransaction:"21002",tokenTransaction:"37124"},gasPrice:{lowFee:"1000000002",standardFeeLow:"40000000002",standardFeeHigh:"300000000002",standardFeeLowAmount:"200000000000000000",standardFeeHighAmount:"20000000000000000000",highFee:"40000000002"},minPriorityFee:void 0},"2983987abc9837fbabc0982347ad828":{baseFeeMultiplier:void 0,gasLimit:{regularTransaction:"21002",tokenTransaction:"37124"},gasPrice:void 0,minPriorityFee:void 0}}},Nt={currencyCode:"RIN",displayName:"Rinkeby Testnet",pluginId:"rinkeby",walletType:"wallet:rinkeby",memoType:"hex",canReplaceByFee:!0,defaultSettings:{customFeeSettings:["gasLimit","gasPrice"],otherSettings:It({},W0)},addressExplorer:"https://etherscan.io/address/%s",transactionExplorer:"https://etherscan.io/tx/%s",denominations:[{name:"RIN",multiplier:"1000000000000000000",symbol:"\u039E"},{name:"mRIN",multiplier:"1000000000000000",symbol:"m\u039E"}],metaTokens:(0,P.ZS)(G0)},Mt=(0,s.P)({builtinTokens:G0,currencyInfo:Nt,networkInfo:W0,getInnerPlugin(){return St(this,null,function*(){return yield Promise.all([o.e(428),o.e(246),o.e(821),o.e(153),o.e(266),o.e(835),o.e(539),o.e(780),o.e(291),o.e(94),o.e(221),o.e(944),o.e(614),o.e(898),o.e(244),o.e(513)]).then(o.bind(o,6094))})}});var Tt=Object.defineProperty,j0=Object.getOwnPropertySymbols,Pt=Object.prototype.hasOwnProperty,Ft=Object.prototype.propertyIsEnumerable,V0=(v,p,m)=>p in v?Tt(v,p,{enumerable:!0,configurable:!0,writable:!0,value:m}):v[p]=m,Et=(v,p)=>{for(var m in p||(p={}))Pt.call(p,m)&&V0(v,m,p[m]);if(j0)for(var m of j0(p))Ft.call(p,m)&&V0(v,m,p[m]);return v},kt=(v,p,m)=>new Promise((ue,q)=>{var me=w=>{try{K(m.next(w))}catch(G){q(G)}},he=w=>{try{K(m.throw(w))}catch(G){q(G)}},K=w=>w.done?ue(w.value):Promise.resolve(w.value).then(me,he);K((m=m.apply(v,p)).next())});const z0={},Z0={rpcServers:["https://eth-ropsten.alchemyapi.io","https://ropsten.infura.io/v3"],evmScanApiServers:["https://api-ropsten.etherscan.io"],blockcypherApiServers:[],blockbookServers:["https://ropsten1.trezor.io","https://ropsten2.trezor.io"],uriNetworks:["ethereum","ether"],ercTokenStandard:"ERC20",chainParams:{chainId:3,name:"Ropsten"},supportsEIP1559:!0,hdPathCoinType:60,checkUnconfirmedTransactions:!0,iosAllowedTokens:{REP:!0,WINGS:!0,HUR:!0,IND:!0,USDT:!0},blockchairApiServers:[],alethioApiServers:[],alethioCurrencies:{native:"ether",token:"token"},amberdataRpcServers:[],amberdataApiServers:[],amberDataBlockchainId:"",pluginMnemonicKeyName:"ropstenMnemonic",pluginRegularKeyName:"ropstenKey",ethGasStationUrl:"https://www.ethgasstation.info/json/ethgasAPI.json",defaultNetworkFees:{default:{baseFeeMultiplier:{lowFee:"1",standardFeeLow:"1.25",standardFeeHigh:"1.5",highFee:"1.75"},gasLimit:{regularTransaction:"21000",tokenTransaction:"300000",minGasLimit:"21000"},gasPrice:{lowFee:"1000000001",standardFeeLow:"40000000001",standardFeeHigh:"300000000001",standardFeeLowAmount:"100000000000000000",standardFeeHighAmount:"10000000000000000000",highFee:"40000000001",minGasPrice:"1000000000"},minPriorityFee:"2000000000"},"1983987abc9837fbabc0982347ad828":{baseFeeMultiplier:void 0,gasLimit:{regularTransaction:"21002",tokenTransaction:"37124"},gasPrice:{lowFee:"1000000002",standardFeeLow:"40000000002",standardFeeHigh:"300000000002",standardFeeLowAmount:"200000000000000000",standardFeeHighAmount:"20000000000000000000",highFee:"40000000002"},minPriorityFee:void 0},"2983987abc9837fbabc0982347ad828":{baseFeeMultiplier:void 0,gasLimit:{regularTransaction:"21002",tokenTransaction:"37124"},gasPrice:void 0,minPriorityFee:void 0}}},xt={currencyCode:"ROP",displayName:"Ropsten Testnet",pluginId:"ropsten",walletType:"wallet:ropsten",memoType:"hex",canReplaceByFee:!0,defaultSettings:{customFeeSettings:["gasLimit","gasPrice"],otherSettings:Et({},Z0)},addressExplorer:"https://etherscan.io/address/%s",transactionExplorer:"https://etherscan.io/tx/%s",denominations:[{name:"ROP",multiplier:"1000000000000000000",symbol:"R"},{name:"mROP",multiplier:"1000000000000000",symbol:"mR"}],metaTokens:(0,P.ZS)(z0)},Lt=(0,s.P)({builtinTokens:z0,currencyInfo:xt,networkInfo:Z0,getInnerPlugin(){return kt(this,null,function*(){return yield Promise.all([o.e(428),o.e(246),o.e(821),o.e(153),o.e(266),o.e(835),o.e(539),o.e(780),o.e(291),o.e(94),o.e(221),o.e(944),o.e(614),o.e(898),o.e(244),o.e(513)]).then(o.bind(o,6094))})}});var Dt=Object.defineProperty,Y0=Object.getOwnPropertySymbols,Ot=Object.prototype.hasOwnProperty,Bt=Object.prototype.propertyIsEnumerable,J0=(v,p,m)=>p in v?Dt(v,p,{enumerable:!0,configurable:!0,writable:!0,value:m}):v[p]=m,Rt=(v,p)=>{for(var m in p||(p={}))Ot.call(p,m)&&J0(v,m,p[m]);if(Y0)for(var m of Y0(p))Bt.call(p,m)&&J0(v,m,p[m]);return v},Ut=(v,p,m)=>new Promise((ue,q)=>{var me=w=>{try{K(m.next(w))}catch(G){q(G)}},he=w=>{try{K(m.throw(w))}catch(G){q(G)}},K=w=>w.done?ue(w.value):Promise.resolve(w.value).then(me,he);K((m=m.apply(v,p)).next())});const $0={"2acc95758f8b5f583470ba265eb685a8f45fc9d5":{currencyCode:"RIF",displayName:"RIF Token",denominations:[{name:"RIF",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x2acc95758f8b5f583470ba265eb685a8f45fc9d5"}}},Q0={rpcServers:["https://public-node.rsk.co"],evmScanApiServers:["https://blockscout.com/rsk/mainnet"],blockcypherApiServers:[],blockbookServers:[],blockchairApiServers:[],alethioApiServers:[],alethioCurrencies:null,amberdataRpcServers:[],amberdataApiServers:[],amberDataBlockchainId:"",uriNetworks:["rsk","rbtc"],ercTokenStandard:"RRC20",chainParams:{chainId:30,name:"Rootstock Mainnet"},checkUnconfirmedTransactions:!1,iosAllowedTokens:{RIF:!0},hdPathCoinType:137,pluginMnemonicKeyName:"rskMnemonic",pluginRegularKeyName:"rskKey",ethGasStationUrl:null,defaultNetworkFees:{default:{baseFeeMultiplier:void 0,gasLimit:{regularTransaction:"21000",tokenTransaction:"200000",minGasLimit:"21000"},gasPrice:{lowFee:"59240000",standardFeeLow:"59240000",standardFeeHigh:"59240000",standardFeeLowAmount:"59240000",standardFeeHighAmount:"59240000",highFee:"59240000",minGasPrice:"59240000"},minPriorityFee:void 0}}},Ht={currencyCode:"RBTC",displayName:"Rootstock",pluginId:"rsk",walletType:"wallet:rsk",memoType:"hex",canReplaceByFee:!0,defaultSettings:{customFeeSettings:["gasLimit","gasPrice"],otherSettings:Rt({},Q0)},addressExplorer:"https://explorer.rsk.co/address/%s",transactionExplorer:"https://explorer.rsk.co/tx/%s",denominations:[{name:"RBTC",multiplier:"1000000000000000000",symbol:"RBTC"}],metaTokens:(0,P.ZS)($0)},Xt=(0,s.P)({builtinTokens:$0,currencyInfo:Ht,networkInfo:Q0,getInnerPlugin(){return Ut(this,null,function*(){return yield Promise.all([o.e(428),o.e(246),o.e(821),o.e(153),o.e(266),o.e(835),o.e(539),o.e(780),o.e(291),o.e(94),o.e(221),o.e(944),o.e(614),o.e(898),o.e(244),o.e(513)]).then(o.bind(o,6094))})}});var Kt=(v,p,m)=>new Promise((ue,q)=>{var me=w=>{try{K(m.next(w))}catch(G){q(G)}},he=w=>{try{K(m.throw(w))}catch(G){q(G)}},K=w=>w.done?ue(w.value):Promise.resolve(w.value).then(me,he);K((m=m.apply(v,p)).next())});const q0={"3355df6d4c9c3035724fd0e3914de96a5a83aaf4":{currencyCode:"USDC",displayName:"USD Coin",denominations:[{name:"USDC",multiplier:"1000000"}],networkLocation:{contractAddress:"0x3355df6D4c9C3035724Fd0e3914dE96A5a83aaf4"}}},N0={rpcServers:["https://mainnet.era.zksync.io"],evmScanApiServers:[],blockcypherApiServers:[],blockbookServers:[],uriNetworks:["zksync"],ercTokenStandard:"ERC20",chainParams:{chainId:324,name:"zkSync"},hdPathCoinType:60,checkUnconfirmedTransactions:!1,iosAllowedTokens:{},blockchairApiServers:[],alethioApiServers:[],alethioCurrencies:null,amberdataRpcServers:[],amberdataApiServers:[],amberDataBlockchainId:"",pluginMnemonicKeyName:"zksyncMnemonic",pluginRegularKeyName:"zksyncKey",ethGasStationUrl:null,defaultNetworkFees:{default:{baseFeeMultiplier:{lowFee:"1",standardFeeLow:"1.25",standardFeeHigh:"1.5",highFee:"1.75"},gasLimit:{regularTransaction:"461552",tokenTransaction:"461552",minGasLimit:"461552"},gasPrice:{lowFee:"1000000001",standardFeeLow:"40000000001",standardFeeHigh:"300000000001",standardFeeLowAmount:"100000000000000000",standardFeeHighAmount:"10000000000000000000",highFee:"40000000001",minGasPrice:"1000000000"},minPriorityFee:"2000000000"}}},Gt={currencyCode:"ETH",displayName:"zkSync",pluginId:"zksync",walletType:"wallet:zksync",memoType:"hex",canReplaceByFee:!0,defaultSettings:{customFeeSettings:["gasLimit","gasPrice"],otherSettings:{chainParams:N0.chainParams,ercTokenStandard:N0.ercTokenStandard}},addressExplorer:"https://explorer.zksync.io/address/%s",transactionExplorer:"https://explorer.zksync.io/tx/%s",denominations:[{name:"ETH",multiplier:"1000000000000000000",symbol:"\u039E"}],metaTokens:(0,P.ZS)(q0)},Wt=(0,s.P)({builtinTokens:q0,currencyInfo:Gt,networkInfo:N0,getInnerPlugin(){return Kt(this,null,function*(){return yield Promise.all([o.e(428),o.e(246),o.e(821),o.e(153),o.e(266),o.e(835),o.e(539),o.e(780),o.e(291),o.e(94),o.e(221),o.e(944),o.e(614),o.e(898),o.e(244),o.e(513)]).then(o.bind(o,6094))})}}),jt={avalanche:D,binancesmartchain:g,celo:E,ethDev:Fe,ethereum:te,ethereumclassic:Ce,ethereumpow:Ue,fantom:l0,goerli:v0,kovan:ot,optimism:gt,polygon:ut,rinkeby:Mt,ropsten:Lt,rsk:Xt,zksync:Wt}},5607:function(F,A,o){"use strict";o.d(A,{BB:function(){return V},BP:function(){return U},CL:function(){return ye},K1:function(){return Z},Mi:function(){return M},Nd:function(){return ie},OT:function(){return ne},VW:function(){return R},V_:function(){return X},aO:function(){return T},d9:function(){return x},dm:function(){return Y},eG:function(){return h},n3:function(){return b},pg:function(){return S},qj:function(){return H}});var s=o(82448),P=o(62177);const b={buyAddress:"buy-address",getDomains:"get-domains",isDomainPublic:"is-domain-public"},S={getActions:"get_actions"},h=20,T={transferTokens:"transferTokens",addPublicAddress:"addPublicAddress",addPublicAddresses:"addPublicAddresses",removePublicAddresses:"removePublicAddresses",setFioDomainPublic:"setFioDomainVisibility",rejectFundsRequest:"rejectFundsRequest",cancelFundsRequest:"cancelFundsRequest",requestFunds:"requestFunds",recordObtData:"recordObtData",registerFioAddress:"registerFioAddress",registerFioDomain:"registerFioDomain",renewFioDomain:"renewFioDomain",transferFioAddress:"transferFioAddress",transferFioDomain:"transferFioDomain",pushTransaction:"pushTransaction",addBundledTransactions:"addBundledTransactions",stakeFioTokens:"stakeFioTokens",unStakeFioTokens:"unStakeFioTokens"},Z={[T.recordObtData]:!0,[T.requestFunds]:!0,[T.rejectFundsRequest]:!0,[T.cancelFundsRequest]:!0,[T.registerFioAddress]:!0,[T.registerFioDomain]:!0,[T.renewFioDomain]:!0,[T.transferTokens]:!0,[T.addPublicAddresses]:!0,[T.removePublicAddresses]:!0,[T.transferFioAddress]:!0,[T.transferFioDomain]:!0,[T.addBundledTransactions]:!0,[T.setFioDomainPublic]:!0,[T.stakeFioTokens]:!0,[T.unStakeFioTokens]:!0},R={[T.requestFunds]:"newFundsRequest",[T.registerFioAddress]:"registerFioAddress",[T.registerFioDomain]:"registerFioDomain",[T.renewFioDomain]:"renewFioDomain",[T.addPublicAddresses]:"addPubAddress",[T.removePublicAddresses]:"removePubAddress",[T.setFioDomainPublic]:"setFioDomainPublic",[T.rejectFundsRequest]:"rejectFundsRequest",[T.cancelFundsRequest]:"cancelFundsRequest",[T.recordObtData]:"recordObtData",[T.transferTokens]:"transferTokens",[T.pushTransaction]:"pushTransaction",[T.transferFioAddress]:"transferFioAddress",[T.transferFioDomain]:"transferFioDomain",[T.stakeFioTokens]:"pushTransaction",[T.unStakeFioTokens]:"pushTransaction",addBundledTransactions:"addBundledTransactions"},U={[T.transferTokens]:"trnsfiopubky",[T.stakeFioTokens]:"stakefio",[T.unStakeFioTokens]:"unstakefio",transfer:"transfer"},V=100,ne=450,ie="Paying Staking Rewards",Y=1e3*60*60*24*7,H=1e3*60*60*24,D=(0,s.su)({fio_request_id:s.XC,payer_fio_address:s.XC,payee_fio_address:s.XC,payee_fio_public_key:s.XC,payer_fio_public_key:s.XC,amount:s.XC,token_code:s.XC,metadata:s.XC,time_stamp:s.XC,content:s.XC}),X=(0,s.su)({fio_request_id:s.mH,payer_fio_address:s.XC,payee_fio_address:s.XC,payer_fio_public_key:s.XC,payee_fio_public_key:s.XC,content:s.XC,time_stamp:s.XC,status:(0,s.Zz)((0,s.Wf)("cancelled","rejected","requested","sent_to_blockchain"))}),ce=(0,s.su)({name:s.XC,bundledTxs:(0,s.Zz)(s.mH)}),pe=(0,s.su)({name:s.XC,expiration:s.XC,isPublic:s.jK}),de=(0,s.su)({stakedAmounts:(0,s._2)((0,s.su)({nativeAmount:s.XC,unlockDate:(0,s.Zz)(s.qF),otherParams:(0,s.Zz)(P.tM)}))}),ye=(0,s.su)({highestTxHeight:(0,s.Vk)(s.mH,0),fioAddresses:(0,s.Vk)((0,s._2)(ce),()=>[]),fioDomains:(0,s.Vk)((0,s._2)(pe),()=>[]),fioRequests:(0,s.Vk)((0,s.su)({PENDING:(0,s._2)(D),SENT:(0,s._2)(D)}),{SENT:[],PENDING:[]}),srps:(0,s.Vk)(s.mH,0),stakingRoe:(0,s.Vk)(s.XC,""),stakingStatus:(0,s.Vk)(de,{stakedAmounts:[]})}),M="No FIO names",x="Public key not found"},24827:function(F,A,o){"use strict";o.d(A,{FK:function(){return P},OU:function(){return b},lI:function(){return s}});const s=[400,403,404],P={INVALID_FIO_ADDRESS:"INVALID_FIO_ADDRESS",ALREADY_REGISTERED:"ALREADY_REGISTERED",FIO_ADDRESS_IS_NOT_EXIST:"FIO_ADDRESS_IS_NOT_EXIST",FIO_DOMAIN_IS_NOT_EXIST:"FIO_DOMAIN_IS_NOT_EXIST",FIO_DOMAIN_IS_NOT_PUBLIC:"FIO_DOMAIN_IS_NOT_PUBLIC",IS_DOMAIN_PUBLIC_ERROR:"IS_DOMAIN_PUBLIC_ERROR",FIO_ADDRESS_IS_NOT_LINKED:"FIO_ADDRESS_IS_NOT_LINKED",SERVER_ERROR:"SERVER_ERROR",ALREADY_SENT_REGISTRATION_REQ_FOR_DOMAIN:"ALREADY_SENT_REGISTRATION_REQ_FOR_DOMAIN"};class b extends Error{constructor(h,T,Z,R){super(h),Error.captureStackTrace!=null&&Error.captureStackTrace(this,b),this.name="FioError",T!=null&&(this.errorCode=T),Z!=null&&(this.labelCode=Z),R!=null&&(this.json=R)}}},50857:function(F,A,o){"use strict";o.d(A,{j:function(){return ie},l:function(){return Y}});var s=o(24224),P=o(24827),b=o(3559),S=Object.defineProperty,h=Object.getOwnPropertySymbols,T=Object.prototype.hasOwnProperty,Z=Object.prototype.propertyIsEnumerable,R=(H,D,X)=>D in H?S(H,D,{enumerable:!0,configurable:!0,writable:!0,value:X}):H[D]=X,U=(H,D)=>{for(var X in D||(D={}))T.call(D,X)&&R(H,X,D[X]);if(h)for(var X of h(D))Z.call(D,X)&&R(H,X,D[X]);return H},V=(H,D,X)=>new Promise((ce,pe)=>{var de=x=>{try{M(X.next(x))}catch(B){pe(B)}},ye=x=>{try{M(X.throw(x))}catch(B){pe(B)}},M=x=>x.done?ce(x.value):Promise.resolve(x.value).then(de,ye);M((X=X.apply(H,D)).next())});const ne={apiUrls:["https://fio.eu.eosamsterdam.net/v1/","https://fio.eosdac.io/v1/","https://fio.eosrio.io/v1/","https://fio.acherontrading.com/v1/","https://fio.eos.barcelona/v1/","https://api.fio.alohaeos.com/v1/","https://fio.greymass.com/v1/","https://fio.eosargentina.io/v1/","https://fio.cryptolions.io/v1/","https://api.fio.currencyhub.io/v1/","https://fio.eostribe.io/v1/","https://api.fio.greeneosio.com/v1/","https://api.fio.services/v1/","https://fio.eosusa.news/v1/","https://fio-api.eosiomadrid.io/v1/","https://fio.eosphere.io/v1/"],historyNodeUrls:["https://fio.eosphere.io/v1/","https://fio.greymass.com/v1/"],fioRegApiUrl:"https://reg.fioprotocol.io/public-api/",fioDomainRegUrl:"https://reg.fioprotocol.io/domain/",fioAddressRegUrl:"https://reg.fioprotocol.io/address/",fioStakingApyUrl:"https://fioprotocol.io/staking",defaultRef:"edge",fallbackRef:"edge",freeAddressRef:"edgefree",errorCodes:P.FK,balanceCurrencyCodes:{staked:"FIO:STAKED",locked:"FIO:LOCKED"},chainId:"21dcae42c0182200e93f954a074011f9048a7624c6fe81d3c9541a614a88bd1c"},ie={currencyCode:"FIO",displayName:"FIO",pluginId:"fio",walletType:"wallet:fio",defaultSettings:U({},ne),addressExplorer:"https://fio.bloks.io/key/%s",transactionExplorer:"https://fio.bloks.io/transaction/%s",denominations:[{name:"FIO",multiplier:"1000000000",symbol:"\u1D6E"}],metaTokens:[],unsafeSyncNetwork:!0},Y=(0,s.P)({currencyInfo:ie,networkInfo:ne,otherMethodNames:b.pq,getInnerPlugin(){return V(this,null,function*(){return yield Promise.all([o.e(428),o.e(246),o.e(821),o.e(153),o.e(266),o.e(835),o.e(539),o.e(291),o.e(221),o.e(234),o.e(720),o.e(491),o.e(244),o.e(805)]).then(o.bind(o,62013))})}})},3559:function(F,A,o){"use strict";o.d(A,{$K:function(){return g},AJ:function(){return V},B3:function(){return T},Ej:function(){return Y},L2:function(){return ne},NB:function(){return U},OR:function(){return D},PH:function(){return ie},Pq:function(){return ye},RB:function(){return oe},S_:function(){return M},UW:function(){return re},Vd:function(){return pe},XB:function(){return ce},Yd:function(){return de},_v:function(){return B},e1:function(){return le},h0:function(){return Z},iR:function(){return h},lZ:function(){return R},mO:function(){return X},oY:function(){return H},pq:function(){return S},sq:function(){return ae}});var s=o(82448),P=o(62177),b=o(5607);const S=["getConnectedPublicAddress","isFioAddressValid","validateAccount","isDomainPublic","doesAccountExist","buyAddressRequest","getDomains","getStakeEstReturn"],h=(0,s.su)({name:s.XC,params:(0,s.su)(s.JC)}),T=(0,s.su)({action:s.XC,account:s.XC,data:(0,s.su)(s.JC)}),Z=(0,s.su)({compression:s.mH,packed_context_free_data:s.XC,packed_trx:s.XC,signatures:(0,s._2)(s.XC)}),R=(0,s.su)({fee:s.mH}),U=(0,s.su)({fioAddress:s.XC}),V=(0,s.su)({fioDomain:s.XC}),ne=(0,s.su)({fioDomain:s.XC}),ie=(0,s.su)({fioAddress:s.XC,publicAddresses:(0,s._2)((0,s.su)({token_code:s.XC,chain_code:s.XC,public_address:s.XC}))}),Y=(0,s.su)({fioAddress:s.XC,bundleSets:s.mH}),H=(0,s.su)({fioDomain:s.XC,isPublic:s.jK}),D=(0,s.su)({payerFioAddress:s.XC,fioRequestId:s.mH}),X=(0,s.su)({fioAddress:s.XC,fioRequestId:s.mH}),ce=(0,s.su)({payerFioAddress:s.XC,payeeFioAddress:s.XC,payerPublicAddress:s.XC,payeePublicAddress:s.XC,amount:s.XC,tokenCode:s.XC,chainCode:s.XC,obtId:s.XC,memo:s.XC,status:(0,s.Zz)((0,s.Wf)("cancelled","rejected","requested","sent_to_blockchain")),fioRequestId:(0,s.Zz)(s.mH)}),pe=(0,s.su)({payerFioAddress:s.XC,payerFioPublicKey:s.XC,payeeFioAddress:s.XC,payeeTokenPublicAddress:s.XC,amount:s.XC,chainCode:s.XC,tokenCode:s.XC,memo:s.XC}),de=(0,s.su)({block_num:s.mH,block_time:s.XC,transaction_id:s.XC}).withRest,ye=(0,s.su)({message:s.XC}),M=(0,s.su)({requests:(0,s._2)(b.V_),more:s.mH}),x=(0,s.su)({payer_fio_address:s.XC,payee_fio_address:s.XC,payer_fio_public_key:s.XC,payee_fio_public_key:s.XC,content:s.XC,fio_request_id:s.mH,status:s.XC,time_stamp:s.XC}),B=(0,s.su)({obt_data_records:(0,s._2)(x),more:s.mH}),oe=(0,P.jd)((0,s.su)({publicKey:s.XC})),re=(0,s.su)({fioKey:s.XC}),le=I=>{const d=[];return I.fio_domains.forEach(e=>d.push(e.fio_domain)),I.fio_addresses.forEach(e=>d.push(e.fio_address)),d.sort((e,n)=>e<n?-1:1).join()},ae=I=>{const d=[];return d.push(I.balance),d.push(I.available),d.push(I.staked),d.push(I.srps),d.push(I.roe),d.join()},g=I=>(0,s.Vk)((0,s.su)({data:(0,s.su)({json:(0,s.su)({message:(0,s.Wf)(I)})})}))},825:function(F,A,o){"use strict";o.d(A,{DP:function(){return T},LZ:function(){return U},NV:function(){return h},Vf:function(){return R},cG:function(){return ie},nG:function(){return b},ni:function(){return S},qv:function(){return V},sd:function(){return Z},y_:function(){return ne}});var s=o(82448),P=o(62177);const b=(0,s.su)({activationRequestId:(0,s.Vk)(s.XC),accountActivationQuoteAddress:(0,s.Vk)(s.XC),accountActivationQuoteAmount:(0,s.Vk)(s.XC),hederaAccount:(0,s.Vk)(s.XC),latestTimestamp:(0,s.Vk)(s.XC,"1535068800"),paymentSubmitted:(0,s.Vk)(s.jK)}),S=["getActivationSupportedCurrencies","getActivationCost","validateAccount"],h=(0,s.su)({hbar:s.XC}),T=(0,s.su)({accounts:(0,s._2)((0,s.su)({account:s.XC,key:(0,s.su)({key:s.XC})}))}),Z=(0,s.su)({balances:(0,s._2)((0,s.su)({account:s.XC,balance:s.mH}))}),R=(0,s.su)({transactions:(0,s._2)((0,s.su)({transaction_hash:s.XC,transaction_id:s.XC,valid_start_timestamp:s.XC,transfers:(0,s._2)((0,s.su)({account:s.XC,amount:s.mH})),memo_base64:s.XC,result:s.XC,name:s.XC,consensus_timestamp:s.XC,charged_tx_fee:s.mH}))}),U=(0,s.su)({amount:s.XC,address:s.XC,request_id:s.XC}),V=(0,s.su)({status:s.XC,account_id:(0,s.Zz)(s.XC)}),ne=P.BQ,ie=Y=>{const H=(0,s.su)({[`${Y}Mnemonic`]:(0,s.Zz)(s.XC),[`${Y}Key`]:s.XC});return(0,s.W1)(D=>{const X=H(D);return{mnemonic:X[`${Y}Mnemonic`],privateKey:X[`${Y}Key`]}},D=>({[`${Y}Mnemonic`]:D.mnemonic,[`${Y}Key`]:D.privateKey}))}},81649:function(F,A,o){"use strict";o.d(A,{c:function(){return h},j:function(){return S}});var s=o(24224),P=(T,Z,R)=>new Promise((U,V)=>{var ne=H=>{try{Y(R.next(H))}catch(D){V(D)}},ie=H=>{try{Y(R.throw(H))}catch(D){V(D)}},Y=H=>H.done?U(H.value):Promise.resolve(H.value).then(ne,ie);Y((R=R.apply(T,Z)).next())});const b={tezosRpcNodes:["https://rpc.tzbeta.net","https://mainnet.tezrpc.me"],tezosApiServers:["https://api.tzkt.io"],fee:{transaction:"1350",reveal:"1300",burn:"257000"},limit:{gas:"10600",storage:"277"}},S={currencyCode:"XTZ",displayName:"Tezos",pluginId:"tezos",walletType:"wallet:tezos",defaultSettings:{},addressExplorer:"https://tzstats.com/%s",transactionExplorer:"https://tzstats.com/%s",denominations:[{name:"XTZ",multiplier:"1000000",symbol:"t"}],metaTokens:[]},h=(0,s.P)({currencyInfo:S,networkInfo:b,getInnerPlugin(){return P(this,null,function*(){return yield Promise.all([o.e(428),o.e(821),o.e(153),o.e(266),o.e(835),o.e(618),o.e(244),o.e(92)]).then(o.bind(o,12170))})}})},35666:function(F){var A=function(o){"use strict";var s=Object.prototype,P=s.hasOwnProperty,b=Object.defineProperty||function(r,a,i){r[a]=i.value},S,h=typeof Symbol=="function"?Symbol:{},T=h.iterator||"@@iterator",Z=h.asyncIterator||"@@asyncIterator",R=h.toStringTag||"@@toStringTag";function U(r,a,i){return Object.defineProperty(r,a,{value:i,enumerable:!0,configurable:!0,writable:!0}),r[a]}try{U({},"")}catch{U=function(a,i,f){return a[i]=f}}function V(r,a,i,f){var u=a&&a.prototype instanceof ce?a:ce,c=Object.create(u.prototype),t=new d(f||[]);return b(c,"_invoke",{value:le(r,i,t)}),c}o.wrap=V;function ne(r,a,i){try{return{type:"normal",arg:r.call(a,i)}}catch(f){return{type:"throw",arg:f}}}var ie="suspendedStart",Y="suspendedYield",H="executing",D="completed",X={};function ce(){}function pe(){}function de(){}var ye={};U(ye,T,function(){return this});var M=Object.getPrototypeOf,x=M&&M(M(e([])));x&&x!==s&&P.call(x,T)&&(ye=x);var B=de.prototype=ce.prototype=Object.create(ye);pe.prototype=de,b(B,"constructor",{value:de,configurable:!0}),b(de,"constructor",{value:pe,configurable:!0}),pe.displayName=U(de,R,"GeneratorFunction");function oe(r){["next","throw","return"].forEach(function(a){U(r,a,function(i){return this._invoke(a,i)})})}o.isGeneratorFunction=function(r){var a=typeof r=="function"&&r.constructor;return a?a===pe||(a.displayName||a.name)==="GeneratorFunction":!1},o.mark=function(r){return Object.setPrototypeOf?Object.setPrototypeOf(r,de):(r.__proto__=de,U(r,R,"GeneratorFunction")),r.prototype=Object.create(B),r},o.awrap=function(r){return{__await:r}};function re(r,a){function i(c,t,l,E){var k=ne(r[c],r,t);if(k.type==="throw")E(k.arg);else{var O=k.arg,z=O.value;return z&&typeof z=="object"&&P.call(z,"__await")?a.resolve(z.__await).then(function(_){i("next",_,l,E)},function(_){i("throw",_,l,E)}):a.resolve(z).then(function(_){O.value=_,l(O)},function(_){return i("throw",_,l,E)})}}var f;function u(c,t){function l(){return new a(function(E,k){i(c,t,E,k)})}return f=f?f.then(l,l):l()}b(this,"_invoke",{value:u})}oe(re.prototype),U(re.prototype,Z,function(){return this}),o.AsyncIterator=re,o.async=function(r,a,i,f,u){u===void 0&&(u=Promise);var c=new re(V(r,a,i,f),u);return o.isGeneratorFunction(a)?c:c.next().then(function(t){return t.done?t.value:c.next()})};function le(r,a,i){var f=ie;return function(c,t){if(f===H)throw new Error("Generator is already running");if(f===D){if(c==="throw")throw t;return n()}for(i.method=c,i.arg=t;;){var l=i.delegate;if(l){var E=ae(l,i);if(E){if(E===X)continue;return E}}if(i.method==="next")i.sent=i._sent=i.arg;else if(i.method==="throw"){if(f===ie)throw f=D,i.arg;i.dispatchException(i.arg)}else i.method==="return"&&i.abrupt("return",i.arg);f=H;var k=ne(r,a,i);if(k.type==="normal"){if(f=i.done?D:Y,k.arg===X)continue;return{value:k.arg,done:i.done}}else k.type==="throw"&&(f=D,i.method="throw",i.arg=k.arg)}}}function ae(r,a){var i=a.method,f=r.iterator[i];if(f===S)return a.delegate=null,i==="throw"&&r.iterator.return&&(a.method="return",a.arg=S,ae(r,a),a.method==="throw")||i!=="return"&&(a.method="throw",a.arg=new TypeError("The iterator does not provide a '"+i+"' method")),X;var u=ne(f,r.iterator,a.arg);if(u.type==="throw")return a.method="throw",a.arg=u.arg,a.delegate=null,X;var c=u.arg;if(!c)return a.method="throw",a.arg=new TypeError("iterator result is not an object"),a.delegate=null,X;if(c.done)a[r.resultName]=c.value,a.next=r.nextLoc,a.method!=="return"&&(a.method="next",a.arg=S);else return c;return a.delegate=null,X}oe(B),U(B,R,"Generator"),U(B,T,function(){return this}),U(B,"toString",function(){return"[object Generator]"});function g(r){var a={tryLoc:r[0]};1 in r&&(a.catchLoc=r[1]),2 in r&&(a.finallyLoc=r[2],a.afterLoc=r[3]),this.tryEntries.push(a)}function I(r){var a=r.completion||{};a.type="normal",delete a.arg,r.completion=a}function d(r){this.tryEntries=[{tryLoc:"root"}],r.forEach(g,this),this.reset(!0)}o.keys=function(r){var a=Object(r),i=[];for(var f in a)i.push(f);return i.reverse(),function u(){for(;i.length;){var c=i.pop();if(c in a)return u.value=c,u.done=!1,u}return u.done=!0,u}};function e(r){if(r){var a=r[T];if(a)return a.call(r);if(typeof r.next=="function")return r;if(!isNaN(r.length)){var i=-1,f=function u(){for(;++i<r.length;)if(P.call(r,i))return u.value=r[i],u.done=!1,u;return u.value=S,u.done=!0,u};return f.next=f}}return{next:n}}o.values=e;function n(){return{value:S,done:!0}}return d.prototype={constructor:d,reset:function(r){if(this.prev=0,this.next=0,this.sent=this._sent=S,this.done=!1,this.delegate=null,this.method="next",this.arg=S,this.tryEntries.forEach(I),!r)for(var a in this)a.charAt(0)==="t"&&P.call(this,a)&&!isNaN(+a.slice(1))&&(this[a]=S)},stop:function(){this.done=!0;var r=this.tryEntries[0],a=r.completion;if(a.type==="throw")throw a.arg;return this.rval},dispatchException:function(r){if(this.done)throw r;var a=this;function i(E,k){return c.type="throw",c.arg=r,a.next=E,k&&(a.method="next",a.arg=S),!!k}for(var f=this.tryEntries.length-1;f>=0;--f){var u=this.tryEntries[f],c=u.completion;if(u.tryLoc==="root")return i("end");if(u.tryLoc<=this.prev){var t=P.call(u,"catchLoc"),l=P.call(u,"finallyLoc");if(t&&l){if(this.prev<u.catchLoc)return i(u.catchLoc,!0);if(this.prev<u.finallyLoc)return i(u.finallyLoc)}else if(t){if(this.prev<u.catchLoc)return i(u.catchLoc,!0)}else if(l){if(this.prev<u.finallyLoc)return i(u.finallyLoc)}else throw new Error("try statement without catch or finally")}}},abrupt:function(r,a){for(var i=this.tryEntries.length-1;i>=0;--i){var f=this.tryEntries[i];if(f.tryLoc<=this.prev&&P.call(f,"finallyLoc")&&this.prev<f.finallyLoc){var u=f;break}}u&&(r==="break"||r==="continue")&&u.tryLoc<=a&&a<=u.finallyLoc&&(u=null);var c=u?u.completion:{};return c.type=r,c.arg=a,u?(this.method="next",this.next=u.finallyLoc,X):this.complete(c)},complete:function(r,a){if(r.type==="throw")throw r.arg;return r.type==="break"||r.type==="continue"?this.next=r.arg:r.type==="return"?(this.rval=this.arg=r.arg,this.method="return",this.next="end"):r.type==="normal"&&a&&(this.next=a),X},finish:function(r){for(var a=this.tryEntries.length-1;a>=0;--a){var i=this.tryEntries[a];if(i.finallyLoc===r)return this.complete(i.completion,i.afterLoc),I(i),X}},catch:function(r){for(var a=this.tryEntries.length-1;a>=0;--a){var i=this.tryEntries[a];if(i.tryLoc===r){var f=i.completion;if(f.type==="throw"){var u=f.arg;I(i)}return u}}throw new Error("illegal catch attempt")},delegateYield:function(r,a,i){return this.delegate={iterator:e(r),resultName:a,nextLoc:i},this.method==="next"&&(this.arg=S),X}},o}(F.exports);try{regeneratorRuntime=A}catch{typeof globalThis=="object"?globalThis.regeneratorRuntime=A:Function("r","regeneratorRuntime = r")(A)}},46601:function(){},82448:function(F,A,o){"use strict";o.d(A,{JC:function(){return pe},Vk:function(){return U},W1:function(){return S},Wf:function(){return de},XC:function(){return D},Zz:function(){return H},_2:function(){return P},_C:function(){return T},gu:function(){return ne},jK:function(){return b},mH:function(){return ie},qF:function(){return h},su:function(){return Y},vq:function(){return X},zv:function(){return ce}});var s=o(47630);const P=s.asArray,b=s.asBoolean,S=s.asCodec,h=s.asDate,T=s.asEither,Z=s.asJSON,R=s.asMap,U=s.asMaybe,V=s.asNone,ne=s.asNull,ie=s.asNumber,Y=s.asObject,H=s.asOptional,D=s.asString,X=s.asTuple,ce=s.asUndefined,pe=s.asUnknown,de=s.asValue,ye=s.uncleaner}},T0={};function y(F){var A=T0[F];if(A!==void 0)return A.exports;var o=T0[F]={id:F,loaded:!1,exports:{}};return M0[F].call(o.exports,o,o.exports,y),o.loaded=!0,o.exports}y.m=M0,function(){y.amdO={}}(),function(){y.n=function(F){var A=F&&F.__esModule?function(){return F.default}:function(){return F};return y.d(A,{a:A}),A}}(),function(){var F=Object.getPrototypeOf?function(o){return Object.getPrototypeOf(o)}:function(o){return o.__proto__},A;y.t=function(o,s){if(s&1&&(o=this(o)),s&8||typeof o=="object"&&o&&(s&4&&o.__esModule||s&16&&typeof o.then=="function"))return o;var P=Object.create(null);y.r(P);var b={};A=A||[null,F({}),F([]),F(F)];for(var S=s&2&&o;typeof S=="object"&&!~A.indexOf(S);S=F(S))Object.getOwnPropertyNames(S).forEach(function(h){b[h]=function(){return o[h]}});return b.default=function(){return o},y.d(P,b),P}}(),function(){y.d=function(F,A){for(var o in A)y.o(A,o)&&!y.o(F,o)&&Object.defineProperty(F,o,{enumerable:!0,get:A[o]})}}(),function(){y.f={},y.e=function(F){return Promise.all(Object.keys(y.f).reduce(function(A,o){return y.f[o](F,A),A},[]))}}(),function(){y.u=function(F){return""+({5:"tron",26:"bnb",92:"tezos",159:"zcash",513:"ethereum",591:"polkadot",601:"solana",603:"ripple",679:"eos",741:"algorand",805:"fio",870:"stellar",894:"hedera"}[F]||F)+".chunk.js"}}(),function(){y.g=function(){if(typeof globalThis=="object")return globalThis;try{return this||new Function("return this")()}catch{if(typeof window=="object")return window}}()}(),function(){y.o=function(F,A){return Object.prototype.hasOwnProperty.call(F,A)}}(),function(){var F={},A="edge-currency-accountbased:";y.l=function(o,s,P,b){if(F[o]){F[o].push(s);return}var S,h;if(P!==void 0)for(var T=document.getElementsByTagName("script"),Z=0;Z<T.length;Z++){var R=T[Z];if(R.getAttribute("src")==o||R.getAttribute("data-webpack")==A+P){S=R;break}}S||(h=!0,S=document.createElement("script"),S.charset="utf-8",S.timeout=120,y.nc&&S.setAttribute("nonce",y.nc),S.setAttribute("data-webpack",A+P),S.src=o),F[o]=[s];var U=function(ne,ie){S.onerror=S.onload=null,clearTimeout(V);var Y=F[o];if(delete F[o],S.parentNode&&S.parentNode.removeChild(S),Y&&Y.forEach(function(H){return H(ie)}),ne)return ne(ie)},V=setTimeout(U.bind(null,void 0,{type:"timeout",target:S}),12e4);S.onerror=U.bind(null,S.onerror),S.onload=U.bind(null,S.onload),h&&document.head.appendChild(S)}}(),function(){y.r=function(F){typeof Symbol<"u"&&Symbol.toStringTag&&Object.defineProperty(F,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(F,"__esModule",{value:!0})}}(),function(){y.nmd=function(F){return F.paths=[],F.children||(F.children=[]),F}}(),function(){var F;y.g.importScripts&&(F=y.g.location+"");var A=y.g.document;if(!F&&A&&(A.currentScript&&(F=A.currentScript.src),!F)){var o=A.getElementsByTagName("script");o.length&&(F=o[o.length-1].src)}if(!F)throw new Error("Automatic publicPath is not supported in this browser");F=F.replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),y.p=F}(),function(){var F={179:0};y.f.j=function(s,P){var b=y.o(F,s)?F[s]:void 0;if(b!==0)if(b)P.push(b[2]);else{var S=new Promise(function(R,U){b=F[s]=[R,U]});P.push(b[2]=S);var h=y.p+y.u(s),T=new Error,Z=function(R){if(y.o(F,s)&&(b=F[s],b!==0&&(F[s]=void 0),b)){var U=R&&(R.type==="load"?"missing":R.type),V=R&&R.target&&R.target.src;T.message="Loading chunk "+s+` failed.
1
+ (function(){var M0={77591:function(F,A,o){"use strict";var s=this&&this.__importDefault||function(g){return g&&g.__esModule?g:{default:g}};Object.defineProperty(A,"__esModule",{value:!0}),A.round=A.ceil=A.floor=A.abs=A.toFixed=A.log10=A.max=A.min=A.eq=A.lte=A.gte=A.lt=A.gt=A.div=A.mul=A.sub=A.add=void 0;const P=s(o(13550));function b(g){return!!(g.startsWith("0x")||g.startsWith("-0x")||g.toLowerCase().includes("a")||g.toLowerCase().includes("b")||g.toLowerCase().includes("c")||g.toLowerCase().includes("d")||g.toLowerCase().includes("e")||g.toLowerCase().includes("f"))}function S(g){return g.replace("0x","")}function h(g,I){let d=g;for(let e=0;e<I;e++)d+="0";return d}function T(g){let I=g.replace(/^0+/,"");return I=I.replace(/^\.+/,"0."),I.includes(".")&&(I=I.replace(/0+$/,""),I=I.replace(/\.+$/,""),I===""&&(I="0")),I===""&&(I="0"),I}function Z(g,I){if(I===0)return g;let d=!1;g.slice(0,1)==="-"&&(d=!0,g=g.slice(1));let e;return I>g.length?e="0."+h("",I-g.length)+g:e=g.substr(0,g.length-I)+"."+g.substr(g.length-I,g.length),e=T(e),d&&(e=`-${e}`),e}function R(g,I,d){let e=g,n=I;U(e,n);let r=e.indexOf("."),a=n.indexOf(".");const i=b(e),f=b(n);if(r!==-1&&(e=T(e),r=e.indexOf(".")),a!==-1&&(n=T(n),a=n.indexOf(".")),r!==-1||a!==-1||typeof d=="number"){if(i||f)throw new Error("Cannot operate on base16 float values");let u=0,c=0;r!==-1&&(u=e.length-r-1),a!==-1&&(c=n.length-a-1);const t=u>c?u:c;let l=0;return typeof d=="number"&&(l=d),e=h(e.replace(".",""),t+l-u),n=h(n.replace(".",""),t-c),{x:e,y:n,shift:t}}else return{x:e,y:n,shift:0}}function U(...g){for(const I of g){if(I.split(".").length-1>1)throw new Error("Invalid number: more than one decimal point");if(I.split("-").length-1>1)throw new Error("Invalid number: more than one negative sign")}}function V(g,I,d=10){if(d!==10&&d!==16)throw new Error("Unsupported base");let{x:e,y:n,shift:r}=R(g,I);const a=b(e)?16:10,i=b(n)?16:10;e=S(e),n=S(n);const f=new P.default(e,a),u=new P.default(n,i);let c=f.add(u).toString(d);return c=Z(c,r),d===10?c:c.replace(/^(-)?/,"$10x")}A.add=V;function ne(g,I,d=10){if(d!==10&&d!==16)throw new Error("Unsupported base");let{x:e,y:n,shift:r}=R(g,I);const a=b(e)?16:10,i=b(n)?16:10;e=S(e),n=S(n);const f=new P.default(e,a),u=new P.default(n,i);let c=f.mul(u).toString(d);return c=Z(c,r*2),d===10?c:c.replace(/^(-)?/,"$10x")}A.mul=ne;function ie(g,I,d=10){if(d!==10&&d!==16)throw new Error("Unsupported base");let{x:e,y:n,shift:r}=R(g,I);const a=b(e)?16:10,i=b(n)?16:10;e=S(e),n=S(n);const f=new P.default(e,a),u=new P.default(n,i);let c=f.sub(u).toString(d);return c=Z(c,r),d===10?c:c.replace(/^(-)?/,"$10x")}A.sub=ie;function Y(g,I,d=0,e=10){if(e!==10&&d>0)throw new Error("Cannot operate on floating point hex values");if(e!==10&&e!==16)throw new Error("Unsupported base");let{x:n,y:r}=R(g,I,d);const a=b(n)?16:10,i=b(r)?16:10;n=S(n),r=S(r);const f=new P.default(n,a),u=new P.default(r,i);let c=f.div(u).toString(e);return c=Z(c,d),e===10?c:c.replace(/^(-)?/,"$10x")}A.div=Y;function H(g,I){let{x:d,y:e}=R(g,I);const n=b(d)?16:10,r=b(e)?16:10;d=S(d),e=S(e);const a=new P.default(d,n),i=new P.default(e,r);return a.lt(i)}A.lt=H;function D(g,I){let{x:d,y:e}=R(g,I);const n=b(d)?16:10,r=b(e)?16:10;d=S(d),e=S(e);const a=new P.default(d,n),i=new P.default(e,r);return a.lte(i)}A.lte=D;function X(g,I){let{x:d,y:e}=R(g,I);const n=b(d)?16:10,r=b(e)?16:10;d=S(d),e=S(e);const a=new P.default(d,n),i=new P.default(e,r);return a.gt(i)}A.gt=X;function ce(g,I){let{x:d,y:e}=R(g,I);const n=b(d)?16:10,r=b(e)?16:10;d=S(d),e=S(e);const a=new P.default(d,n),i=new P.default(e,r);return a.gte(i)}A.gte=ce;function pe(g,I){let{x:d,y:e}=R(g,I);const n=b(d)?16:10,r=b(e)?16:10;d=S(d),e=S(e);const a=new P.default(d,n),i=new P.default(e,r);return a.eq(i)}A.eq=pe;function de(g,I,d=10){let{x:e,y:n,shift:r}=R(g,I);const a=b(e)?16:10,i=b(n)?16:10;e=S(e),n=S(n);const f=new P.default(e,a),u=new P.default(n,i);let c;return f.lte(u)?c=f.toString(d):c=u.toString(d),c=Z(c,r),d===10?c:c.replace(/^(-)?/,"$10x")}A.min=de;function ye(g,I=10){if(I!==10&&I!==16)throw new Error("Unsupported base");let{x:d,shift:e}=R(g,"0");const n=b(g)?16:10;d=S(d);let a=new P.default(d,n).abs().toString(I);return a=Z(a,e),I===10?a:a.replace(/^(-)?/,"$10x")}A.abs=ye;function M(g,I,d=10){let{x:e,y:n,shift:r}=R(g,I);const a=b(e)?16:10,i=b(n)?16:10;e=S(e),n=S(n);const f=new P.default(e,a),u=new P.default(n,i);let c;return f.gte(u)?c=f.toString(d):c=u.toString(d),c=Z(c,r),d===10?c:c.replace(/^(-)?/,"$10x")}A.max=M;function x(g,I,d=0){var e,n;U(I);let r=!1,a="",i=I;i.includes("-")&&(r=!0,i=i.replace(/^-+/,""));const[f,u=""]=i.split("."),c=i.indexOf("."),t=c!==-1?c-d:i.length-d,l=f+u;if(g==="round"){const se=(e=l[t])!==null&&e!==void 0?e:"0";ce(se,"5")?g="ceil":g="floor"}const E=Math.max(l.length-t+1,0),k=new Array(E).join("0");let O=l.substring(0,t)+k;const z=X(l.substring(t),"0");if(g==="ceil"&&z){const se="1"+k,Ve=((n=O.match(/^0+/))!==null&&n!==void 0?n:[""])[0].length;O=new Array(Ve).join("0")+V(O,se)}const _=c+(O.length-l.length);return c!==-1?a=O.substring(0,_)+"."+O.substring(_):a=O,a=T(a),r&&a!=="0"&&(a="-"+a),a}const B=(g,I)=>x("floor",g,I);A.floor=B;const oe=(g,I)=>x("ceil",g,I);A.ceil=oe;const re=(g,I)=>x("round",g,I);A.round=re;function le(g,I=2,d=8){U(g);let e=!1,n="",r=g;r.includes("-")&&(e=!0,r=r.replace(/^-+/,"")),r=T(r);const a=r.indexOf(".");if(a===-1)n=r+"."+h("",I);else{const i=r.length-a-1;i>d?n=r.substr(0,r.length-(i-d)):i<I?n=r+h("",I-i):n=r}return n=n.replace(/\.+$/,""),e&&n!=="0"&&(n="-"+n),n}A.toFixed=le;function ae(g){if(g.match(/^[0-1]+$/g)===null)throw new Error("InvalidLogInputValue: Must be a power of 10");if(!g.startsWith("1"))throw new Error("InvalidLogInputValue: Must not have leading zeros");if((g.match(/1/g)||[]).length>1)throw new Error("InvalidLogInputValue: Must be power of 10.");return(g.match(/0/g)||[]).length}A.log10=ae},13550:function(F,A,o){F=o.nmd(F),function(s,P){"use strict";function b(d,e){if(!d)throw new Error(e||"Assertion failed")}function S(d,e){d.super_=e;var n=function(){};n.prototype=e.prototype,d.prototype=new n,d.prototype.constructor=d}function h(d,e,n){if(h.isBN(d))return d;this.negative=0,this.words=null,this.length=0,this.red=null,d!==null&&((e==="le"||e==="be")&&(n=e,e=10),this._init(d||0,e||10,n||"be"))}typeof s=="object"?s.exports=h:P.BN=h,h.BN=h,h.wordSize=26;var T;try{typeof window<"u"&&typeof window.Buffer<"u"?T=window.Buffer:T=o(46601).Buffer}catch{}h.isBN=function(e){return e instanceof h?!0:e!==null&&typeof e=="object"&&e.constructor.wordSize===h.wordSize&&Array.isArray(e.words)},h.max=function(e,n){return e.cmp(n)>0?e:n},h.min=function(e,n){return e.cmp(n)<0?e:n},h.prototype._init=function(e,n,r){if(typeof e=="number")return this._initNumber(e,n,r);if(typeof e=="object")return this._initArray(e,n,r);n==="hex"&&(n=16),b(n===(n|0)&&n>=2&&n<=36),e=e.toString().replace(/\s+/g,"");var a=0;e[0]==="-"&&(a++,this.negative=1),a<e.length&&(n===16?this._parseHex(e,a,r):(this._parseBase(e,n,a),r==="le"&&this._initArray(this.toArray(),n,r)))},h.prototype._initNumber=function(e,n,r){e<0&&(this.negative=1,e=-e),e<67108864?(this.words=[e&67108863],this.length=1):e<4503599627370496?(this.words=[e&67108863,e/67108864&67108863],this.length=2):(b(e<9007199254740992),this.words=[e&67108863,e/67108864&67108863,1],this.length=3),r==="le"&&this._initArray(this.toArray(),n,r)},h.prototype._initArray=function(e,n,r){if(b(typeof e.length=="number"),e.length<=0)return this.words=[0],this.length=1,this;this.length=Math.ceil(e.length/3),this.words=new Array(this.length);for(var a=0;a<this.length;a++)this.words[a]=0;var i,f,u=0;if(r==="be")for(a=e.length-1,i=0;a>=0;a-=3)f=e[a]|e[a-1]<<8|e[a-2]<<16,this.words[i]|=f<<u&67108863,this.words[i+1]=f>>>26-u&67108863,u+=24,u>=26&&(u-=26,i++);else if(r==="le")for(a=0,i=0;a<e.length;a+=3)f=e[a]|e[a+1]<<8|e[a+2]<<16,this.words[i]|=f<<u&67108863,this.words[i+1]=f>>>26-u&67108863,u+=24,u>=26&&(u-=26,i++);return this._strip()};function Z(d,e){var n=d.charCodeAt(e);if(n>=48&&n<=57)return n-48;if(n>=65&&n<=70)return n-55;if(n>=97&&n<=102)return n-87;b(!1,"Invalid character in "+d)}function R(d,e,n){var r=Z(d,n);return n-1>=e&&(r|=Z(d,n-1)<<4),r}h.prototype._parseHex=function(e,n,r){this.length=Math.ceil((e.length-n)/6),this.words=new Array(this.length);for(var a=0;a<this.length;a++)this.words[a]=0;var i=0,f=0,u;if(r==="be")for(a=e.length-1;a>=n;a-=2)u=R(e,n,a)<<i,this.words[f]|=u&67108863,i>=18?(i-=18,f+=1,this.words[f]|=u>>>26):i+=8;else{var c=e.length-n;for(a=c%2===0?n+1:n;a<e.length;a+=2)u=R(e,n,a)<<i,this.words[f]|=u&67108863,i>=18?(i-=18,f+=1,this.words[f]|=u>>>26):i+=8}this._strip()};function U(d,e,n,r){for(var a=0,i=0,f=Math.min(d.length,n),u=e;u<f;u++){var c=d.charCodeAt(u)-48;a*=r,c>=49?i=c-49+10:c>=17?i=c-17+10:i=c,b(c>=0&&i<r,"Invalid character"),a+=i}return a}h.prototype._parseBase=function(e,n,r){this.words=[0],this.length=1;for(var a=0,i=1;i<=67108863;i*=n)a++;a--,i=i/n|0;for(var f=e.length-r,u=f%a,c=Math.min(f,f-u)+r,t=0,l=r;l<c;l+=a)t=U(e,l,l+a,n),this.imuln(i),this.words[0]+t<67108864?this.words[0]+=t:this._iaddn(t);if(u!==0){var E=1;for(t=U(e,l,e.length,n),l=0;l<u;l++)E*=n;this.imuln(E),this.words[0]+t<67108864?this.words[0]+=t:this._iaddn(t)}this._strip()},h.prototype.copy=function(e){e.words=new Array(this.length);for(var n=0;n<this.length;n++)e.words[n]=this.words[n];e.length=this.length,e.negative=this.negative,e.red=this.red};function V(d,e){d.words=e.words,d.length=e.length,d.negative=e.negative,d.red=e.red}if(h.prototype._move=function(e){V(e,this)},h.prototype.clone=function(){var e=new h(null);return this.copy(e),e},h.prototype._expand=function(e){for(;this.length<e;)this.words[this.length++]=0;return this},h.prototype._strip=function(){for(;this.length>1&&this.words[this.length-1]===0;)this.length--;return this._normSign()},h.prototype._normSign=function(){return this.length===1&&this.words[0]===0&&(this.negative=0),this},typeof Symbol<"u"&&typeof Symbol.for=="function")try{h.prototype[Symbol.for("nodejs.util.inspect.custom")]=ne}catch{h.prototype.inspect=ne}else h.prototype.inspect=ne;function ne(){return(this.red?"<BN-R: ":"<BN: ")+this.toString(16)+">"}var ie=["","0","00","000","0000","00000","000000","0000000","00000000","000000000","0000000000","00000000000","000000000000","0000000000000","00000000000000","000000000000000","0000000000000000","00000000000000000","000000000000000000","0000000000000000000","00000000000000000000","000000000000000000000","0000000000000000000000","00000000000000000000000","000000000000000000000000","0000000000000000000000000"],Y=[0,0,25,16,12,11,10,9,8,8,7,7,7,7,6,6,6,6,6,6,6,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5],H=[0,0,33554432,43046721,16777216,48828125,60466176,40353607,16777216,43046721,1e7,19487171,35831808,62748517,7529536,11390625,16777216,24137569,34012224,47045881,64e6,4084101,5153632,6436343,7962624,9765625,11881376,14348907,17210368,20511149,243e5,28629151,33554432,39135393,45435424,52521875,60466176];h.prototype.toString=function(e,n){e=e||10,n=n|0||1;var r;if(e===16||e==="hex"){r="";for(var a=0,i=0,f=0;f<this.length;f++){var u=this.words[f],c=((u<<a|i)&16777215).toString(16);i=u>>>24-a&16777215,a+=2,a>=26&&(a-=26,f--),i!==0||f!==this.length-1?r=ie[6-c.length]+c+r:r=c+r}for(i!==0&&(r=i.toString(16)+r);r.length%n!==0;)r="0"+r;return this.negative!==0&&(r="-"+r),r}if(e===(e|0)&&e>=2&&e<=36){var t=Y[e],l=H[e];r="";var E=this.clone();for(E.negative=0;!E.isZero();){var k=E.modrn(l).toString(e);E=E.idivn(l),E.isZero()?r=k+r:r=ie[t-k.length]+k+r}for(this.isZero()&&(r="0"+r);r.length%n!==0;)r="0"+r;return this.negative!==0&&(r="-"+r),r}b(!1,"Base should be between 2 and 36")},h.prototype.toNumber=function(){var e=this.words[0];return this.length===2?e+=this.words[1]*67108864:this.length===3&&this.words[2]===1?e+=4503599627370496+this.words[1]*67108864:this.length>2&&b(!1,"Number can only safely store up to 53 bits"),this.negative!==0?-e:e},h.prototype.toJSON=function(){return this.toString(16,2)},T&&(h.prototype.toBuffer=function(e,n){return this.toArrayLike(T,e,n)}),h.prototype.toArray=function(e,n){return this.toArrayLike(Array,e,n)};var D=function(e,n){return e.allocUnsafe?e.allocUnsafe(n):new e(n)};h.prototype.toArrayLike=function(e,n,r){this._strip();var a=this.byteLength(),i=r||Math.max(1,a);b(a<=i,"byte array longer than desired length"),b(i>0,"Requested array length <= 0");var f=D(e,i),u=n==="le"?"LE":"BE";return this["_toArrayLike"+u](f,a),f},h.prototype._toArrayLikeLE=function(e,n){for(var r=0,a=0,i=0,f=0;i<this.length;i++){var u=this.words[i]<<f|a;e[r++]=u&255,r<e.length&&(e[r++]=u>>8&255),r<e.length&&(e[r++]=u>>16&255),f===6?(r<e.length&&(e[r++]=u>>24&255),a=0,f=0):(a=u>>>24,f+=2)}if(r<e.length)for(e[r++]=a;r<e.length;)e[r++]=0},h.prototype._toArrayLikeBE=function(e,n){for(var r=e.length-1,a=0,i=0,f=0;i<this.length;i++){var u=this.words[i]<<f|a;e[r--]=u&255,r>=0&&(e[r--]=u>>8&255),r>=0&&(e[r--]=u>>16&255),f===6?(r>=0&&(e[r--]=u>>24&255),a=0,f=0):(a=u>>>24,f+=2)}if(r>=0)for(e[r--]=a;r>=0;)e[r--]=0},Math.clz32?h.prototype._countBits=function(e){return 32-Math.clz32(e)}:h.prototype._countBits=function(e){var n=e,r=0;return n>=4096&&(r+=13,n>>>=13),n>=64&&(r+=7,n>>>=7),n>=8&&(r+=4,n>>>=4),n>=2&&(r+=2,n>>>=2),r+n},h.prototype._zeroBits=function(e){if(e===0)return 26;var n=e,r=0;return(n&8191)===0&&(r+=13,n>>>=13),(n&127)===0&&(r+=7,n>>>=7),(n&15)===0&&(r+=4,n>>>=4),(n&3)===0&&(r+=2,n>>>=2),(n&1)===0&&r++,r},h.prototype.bitLength=function(){var e=this.words[this.length-1],n=this._countBits(e);return(this.length-1)*26+n};function X(d){for(var e=new Array(d.bitLength()),n=0;n<e.length;n++){var r=n/26|0,a=n%26;e[n]=d.words[r]>>>a&1}return e}h.prototype.zeroBits=function(){if(this.isZero())return 0;for(var e=0,n=0;n<this.length;n++){var r=this._zeroBits(this.words[n]);if(e+=r,r!==26)break}return e},h.prototype.byteLength=function(){return Math.ceil(this.bitLength()/8)},h.prototype.toTwos=function(e){return this.negative!==0?this.abs().inotn(e).iaddn(1):this.clone()},h.prototype.fromTwos=function(e){return this.testn(e-1)?this.notn(e).iaddn(1).ineg():this.clone()},h.prototype.isNeg=function(){return this.negative!==0},h.prototype.neg=function(){return this.clone().ineg()},h.prototype.ineg=function(){return this.isZero()||(this.negative^=1),this},h.prototype.iuor=function(e){for(;this.length<e.length;)this.words[this.length++]=0;for(var n=0;n<e.length;n++)this.words[n]=this.words[n]|e.words[n];return this._strip()},h.prototype.ior=function(e){return b((this.negative|e.negative)===0),this.iuor(e)},h.prototype.or=function(e){return this.length>e.length?this.clone().ior(e):e.clone().ior(this)},h.prototype.uor=function(e){return this.length>e.length?this.clone().iuor(e):e.clone().iuor(this)},h.prototype.iuand=function(e){var n;this.length>e.length?n=e:n=this;for(var r=0;r<n.length;r++)this.words[r]=this.words[r]&e.words[r];return this.length=n.length,this._strip()},h.prototype.iand=function(e){return b((this.negative|e.negative)===0),this.iuand(e)},h.prototype.and=function(e){return this.length>e.length?this.clone().iand(e):e.clone().iand(this)},h.prototype.uand=function(e){return this.length>e.length?this.clone().iuand(e):e.clone().iuand(this)},h.prototype.iuxor=function(e){var n,r;this.length>e.length?(n=this,r=e):(n=e,r=this);for(var a=0;a<r.length;a++)this.words[a]=n.words[a]^r.words[a];if(this!==n)for(;a<n.length;a++)this.words[a]=n.words[a];return this.length=n.length,this._strip()},h.prototype.ixor=function(e){return b((this.negative|e.negative)===0),this.iuxor(e)},h.prototype.xor=function(e){return this.length>e.length?this.clone().ixor(e):e.clone().ixor(this)},h.prototype.uxor=function(e){return this.length>e.length?this.clone().iuxor(e):e.clone().iuxor(this)},h.prototype.inotn=function(e){b(typeof e=="number"&&e>=0);var n=Math.ceil(e/26)|0,r=e%26;this._expand(n),r>0&&n--;for(var a=0;a<n;a++)this.words[a]=~this.words[a]&67108863;return r>0&&(this.words[a]=~this.words[a]&67108863>>26-r),this._strip()},h.prototype.notn=function(e){return this.clone().inotn(e)},h.prototype.setn=function(e,n){b(typeof e=="number"&&e>=0);var r=e/26|0,a=e%26;return this._expand(r+1),n?this.words[r]=this.words[r]|1<<a:this.words[r]=this.words[r]&~(1<<a),this._strip()},h.prototype.iadd=function(e){var n;if(this.negative!==0&&e.negative===0)return this.negative=0,n=this.isub(e),this.negative^=1,this._normSign();if(this.negative===0&&e.negative!==0)return e.negative=0,n=this.isub(e),e.negative=1,n._normSign();var r,a;this.length>e.length?(r=this,a=e):(r=e,a=this);for(var i=0,f=0;f<a.length;f++)n=(r.words[f]|0)+(a.words[f]|0)+i,this.words[f]=n&67108863,i=n>>>26;for(;i!==0&&f<r.length;f++)n=(r.words[f]|0)+i,this.words[f]=n&67108863,i=n>>>26;if(this.length=r.length,i!==0)this.words[this.length]=i,this.length++;else if(r!==this)for(;f<r.length;f++)this.words[f]=r.words[f];return this},h.prototype.add=function(e){var n;return e.negative!==0&&this.negative===0?(e.negative=0,n=this.sub(e),e.negative^=1,n):e.negative===0&&this.negative!==0?(this.negative=0,n=e.sub(this),this.negative=1,n):this.length>e.length?this.clone().iadd(e):e.clone().iadd(this)},h.prototype.isub=function(e){if(e.negative!==0){e.negative=0;var n=this.iadd(e);return e.negative=1,n._normSign()}else if(this.negative!==0)return this.negative=0,this.iadd(e),this.negative=1,this._normSign();var r=this.cmp(e);if(r===0)return this.negative=0,this.length=1,this.words[0]=0,this;var a,i;r>0?(a=this,i=e):(a=e,i=this);for(var f=0,u=0;u<i.length;u++)n=(a.words[u]|0)-(i.words[u]|0)+f,f=n>>26,this.words[u]=n&67108863;for(;f!==0&&u<a.length;u++)n=(a.words[u]|0)+f,f=n>>26,this.words[u]=n&67108863;if(f===0&&u<a.length&&a!==this)for(;u<a.length;u++)this.words[u]=a.words[u];return this.length=Math.max(this.length,u),a!==this&&(this.negative=1),this._strip()},h.prototype.sub=function(e){return this.clone().isub(e)};function ce(d,e,n){n.negative=e.negative^d.negative;var r=d.length+e.length|0;n.length=r,r=r-1|0;var a=d.words[0]|0,i=e.words[0]|0,f=a*i,u=f&67108863,c=f/67108864|0;n.words[0]=u;for(var t=1;t<r;t++){for(var l=c>>>26,E=c&67108863,k=Math.min(t,e.length-1),O=Math.max(0,t-d.length+1);O<=k;O++){var z=t-O|0;a=d.words[z]|0,i=e.words[O]|0,f=a*i+E,l+=f/67108864|0,E=f&67108863}n.words[t]=E|0,c=l|0}return c!==0?n.words[t]=c|0:n.length--,n._strip()}var pe=function(e,n,r){var a=e.words,i=n.words,f=r.words,u=0,c,t,l,E=a[0]|0,k=E&8191,O=E>>>13,z=a[1]|0,_=z&8191,se=z>>>13,Ve=a[2]|0,fe=Ve&8191,ve=Ve>>>13,o0=a[3]|0,ge=o0&8191,Le=o0>>>13,Qe=a[4]|0,Ce=Qe&8191,Ie=Qe>>>13,ze=a[5]|0,Se=ze&8191,Ne=ze>>>13,Ze=a[6]|0,Me=Ze&8191,Te=Ze>>>13,Ye=a[7]|0,De=Ye&8191,Ae=Ye>>>13,i0=a[8]|0,Pe=i0&8191,Fe=i0>>>13,Je=a[9]|0,we=Je&8191,Ee=Je>>>13,$e=i[0]|0,be=$e&8191,ke=$e>>>13,qe=i[1]|0,xe=qe&8191,W=qe>>>13,ee=i[2]|0,N=ee&8191,$=ee>>>13,te=i[3]|0,Q=te&8191,J=te>>>13,j=i[4]|0,C=j&8191,L=j>>>13,b0=i[5]|0,Re=b0&8191,Oe=b0>>>13,S0=i[6]|0,Be=S0&8191,je=S0>>>13,g0=i[7]|0,Ue=g0&8191,He=g0>>>13,s0=i[8]|0,Xe=s0&8191,Ke=s0>>>13,c0=i[9]|0,Ge=c0&8191,We=c0>>>13;r.negative=e.negative^n.negative,r.length=19,c=Math.imul(k,be),t=Math.imul(k,ke),t=t+Math.imul(O,be)|0,l=Math.imul(O,ke);var _e=(u+c|0)+((t&8191)<<13)|0;u=(l+(t>>>13)|0)+(_e>>>26)|0,_e&=67108863,c=Math.imul(_,be),t=Math.imul(_,ke),t=t+Math.imul(se,be)|0,l=Math.imul(se,ke),c=c+Math.imul(k,xe)|0,t=t+Math.imul(k,W)|0,t=t+Math.imul(O,xe)|0,l=l+Math.imul(O,W)|0;var A0=(u+c|0)+((t&8191)<<13)|0;u=(l+(t>>>13)|0)+(A0>>>26)|0,A0&=67108863,c=Math.imul(fe,be),t=Math.imul(fe,ke),t=t+Math.imul(ve,be)|0,l=Math.imul(ve,ke),c=c+Math.imul(_,xe)|0,t=t+Math.imul(_,W)|0,t=t+Math.imul(se,xe)|0,l=l+Math.imul(se,W)|0,c=c+Math.imul(k,N)|0,t=t+Math.imul(k,$)|0,t=t+Math.imul(O,N)|0,l=l+Math.imul(O,$)|0;var e0=(u+c|0)+((t&8191)<<13)|0;u=(l+(t>>>13)|0)+(e0>>>26)|0,e0&=67108863,c=Math.imul(ge,be),t=Math.imul(ge,ke),t=t+Math.imul(Le,be)|0,l=Math.imul(Le,ke),c=c+Math.imul(fe,xe)|0,t=t+Math.imul(fe,W)|0,t=t+Math.imul(ve,xe)|0,l=l+Math.imul(ve,W)|0,c=c+Math.imul(_,N)|0,t=t+Math.imul(_,$)|0,t=t+Math.imul(se,N)|0,l=l+Math.imul(se,$)|0,c=c+Math.imul(k,Q)|0,t=t+Math.imul(k,J)|0,t=t+Math.imul(O,Q)|0,l=l+Math.imul(O,J)|0;var w0=(u+c|0)+((t&8191)<<13)|0;u=(l+(t>>>13)|0)+(w0>>>26)|0,w0&=67108863,c=Math.imul(Ce,be),t=Math.imul(Ce,ke),t=t+Math.imul(Ie,be)|0,l=Math.imul(Ie,ke),c=c+Math.imul(ge,xe)|0,t=t+Math.imul(ge,W)|0,t=t+Math.imul(Le,xe)|0,l=l+Math.imul(Le,W)|0,c=c+Math.imul(fe,N)|0,t=t+Math.imul(fe,$)|0,t=t+Math.imul(ve,N)|0,l=l+Math.imul(ve,$)|0,c=c+Math.imul(_,Q)|0,t=t+Math.imul(_,J)|0,t=t+Math.imul(se,Q)|0,l=l+Math.imul(se,J)|0,c=c+Math.imul(k,C)|0,t=t+Math.imul(k,L)|0,t=t+Math.imul(O,C)|0,l=l+Math.imul(O,L)|0;var d0=(u+c|0)+((t&8191)<<13)|0;u=(l+(t>>>13)|0)+(d0>>>26)|0,d0&=67108863,c=Math.imul(Se,be),t=Math.imul(Se,ke),t=t+Math.imul(Ne,be)|0,l=Math.imul(Ne,ke),c=c+Math.imul(Ce,xe)|0,t=t+Math.imul(Ce,W)|0,t=t+Math.imul(Ie,xe)|0,l=l+Math.imul(Ie,W)|0,c=c+Math.imul(ge,N)|0,t=t+Math.imul(ge,$)|0,t=t+Math.imul(Le,N)|0,l=l+Math.imul(Le,$)|0,c=c+Math.imul(fe,Q)|0,t=t+Math.imul(fe,J)|0,t=t+Math.imul(ve,Q)|0,l=l+Math.imul(ve,J)|0,c=c+Math.imul(_,C)|0,t=t+Math.imul(_,L)|0,t=t+Math.imul(se,C)|0,l=l+Math.imul(se,L)|0,c=c+Math.imul(k,Re)|0,t=t+Math.imul(k,Oe)|0,t=t+Math.imul(O,Re)|0,l=l+Math.imul(O,Oe)|0;var l0=(u+c|0)+((t&8191)<<13)|0;u=(l+(t>>>13)|0)+(l0>>>26)|0,l0&=67108863,c=Math.imul(Me,be),t=Math.imul(Me,ke),t=t+Math.imul(Te,be)|0,l=Math.imul(Te,ke),c=c+Math.imul(Se,xe)|0,t=t+Math.imul(Se,W)|0,t=t+Math.imul(Ne,xe)|0,l=l+Math.imul(Ne,W)|0,c=c+Math.imul(Ce,N)|0,t=t+Math.imul(Ce,$)|0,t=t+Math.imul(Ie,N)|0,l=l+Math.imul(Ie,$)|0,c=c+Math.imul(ge,Q)|0,t=t+Math.imul(ge,J)|0,t=t+Math.imul(Le,Q)|0,l=l+Math.imul(Le,J)|0,c=c+Math.imul(fe,C)|0,t=t+Math.imul(fe,L)|0,t=t+Math.imul(ve,C)|0,l=l+Math.imul(ve,L)|0,c=c+Math.imul(_,Re)|0,t=t+Math.imul(_,Oe)|0,t=t+Math.imul(se,Re)|0,l=l+Math.imul(se,Oe)|0,c=c+Math.imul(k,Be)|0,t=t+Math.imul(k,je)|0,t=t+Math.imul(O,Be)|0,l=l+Math.imul(O,je)|0;var f0=(u+c|0)+((t&8191)<<13)|0;u=(l+(t>>>13)|0)+(f0>>>26)|0,f0&=67108863,c=Math.imul(De,be),t=Math.imul(De,ke),t=t+Math.imul(Ae,be)|0,l=Math.imul(Ae,ke),c=c+Math.imul(Me,xe)|0,t=t+Math.imul(Me,W)|0,t=t+Math.imul(Te,xe)|0,l=l+Math.imul(Te,W)|0,c=c+Math.imul(Se,N)|0,t=t+Math.imul(Se,$)|0,t=t+Math.imul(Ne,N)|0,l=l+Math.imul(Ne,$)|0,c=c+Math.imul(Ce,Q)|0,t=t+Math.imul(Ce,J)|0,t=t+Math.imul(Ie,Q)|0,l=l+Math.imul(Ie,J)|0,c=c+Math.imul(ge,C)|0,t=t+Math.imul(ge,L)|0,t=t+Math.imul(Le,C)|0,l=l+Math.imul(Le,L)|0,c=c+Math.imul(fe,Re)|0,t=t+Math.imul(fe,Oe)|0,t=t+Math.imul(ve,Re)|0,l=l+Math.imul(ve,Oe)|0,c=c+Math.imul(_,Be)|0,t=t+Math.imul(_,je)|0,t=t+Math.imul(se,Be)|0,l=l+Math.imul(se,je)|0,c=c+Math.imul(k,Ue)|0,t=t+Math.imul(k,He)|0,t=t+Math.imul(O,Ue)|0,l=l+Math.imul(O,He)|0;var t0=(u+c|0)+((t&8191)<<13)|0;u=(l+(t>>>13)|0)+(t0>>>26)|0,t0&=67108863,c=Math.imul(Pe,be),t=Math.imul(Pe,ke),t=t+Math.imul(Fe,be)|0,l=Math.imul(Fe,ke),c=c+Math.imul(De,xe)|0,t=t+Math.imul(De,W)|0,t=t+Math.imul(Ae,xe)|0,l=l+Math.imul(Ae,W)|0,c=c+Math.imul(Me,N)|0,t=t+Math.imul(Me,$)|0,t=t+Math.imul(Te,N)|0,l=l+Math.imul(Te,$)|0,c=c+Math.imul(Se,Q)|0,t=t+Math.imul(Se,J)|0,t=t+Math.imul(Ne,Q)|0,l=l+Math.imul(Ne,J)|0,c=c+Math.imul(Ce,C)|0,t=t+Math.imul(Ce,L)|0,t=t+Math.imul(Ie,C)|0,l=l+Math.imul(Ie,L)|0,c=c+Math.imul(ge,Re)|0,t=t+Math.imul(ge,Oe)|0,t=t+Math.imul(Le,Re)|0,l=l+Math.imul(Le,Oe)|0,c=c+Math.imul(fe,Be)|0,t=t+Math.imul(fe,je)|0,t=t+Math.imul(ve,Be)|0,l=l+Math.imul(ve,je)|0,c=c+Math.imul(_,Ue)|0,t=t+Math.imul(_,He)|0,t=t+Math.imul(se,Ue)|0,l=l+Math.imul(se,He)|0,c=c+Math.imul(k,Xe)|0,t=t+Math.imul(k,Ke)|0,t=t+Math.imul(O,Xe)|0,l=l+Math.imul(O,Ke)|0;var u0=(u+c|0)+((t&8191)<<13)|0;u=(l+(t>>>13)|0)+(u0>>>26)|0,u0&=67108863,c=Math.imul(we,be),t=Math.imul(we,ke),t=t+Math.imul(Ee,be)|0,l=Math.imul(Ee,ke),c=c+Math.imul(Pe,xe)|0,t=t+Math.imul(Pe,W)|0,t=t+Math.imul(Fe,xe)|0,l=l+Math.imul(Fe,W)|0,c=c+Math.imul(De,N)|0,t=t+Math.imul(De,$)|0,t=t+Math.imul(Ae,N)|0,l=l+Math.imul(Ae,$)|0,c=c+Math.imul(Me,Q)|0,t=t+Math.imul(Me,J)|0,t=t+Math.imul(Te,Q)|0,l=l+Math.imul(Te,J)|0,c=c+Math.imul(Se,C)|0,t=t+Math.imul(Se,L)|0,t=t+Math.imul(Ne,C)|0,l=l+Math.imul(Ne,L)|0,c=c+Math.imul(Ce,Re)|0,t=t+Math.imul(Ce,Oe)|0,t=t+Math.imul(Ie,Re)|0,l=l+Math.imul(Ie,Oe)|0,c=c+Math.imul(ge,Be)|0,t=t+Math.imul(ge,je)|0,t=t+Math.imul(Le,Be)|0,l=l+Math.imul(Le,je)|0,c=c+Math.imul(fe,Ue)|0,t=t+Math.imul(fe,He)|0,t=t+Math.imul(ve,Ue)|0,l=l+Math.imul(ve,He)|0,c=c+Math.imul(_,Xe)|0,t=t+Math.imul(_,Ke)|0,t=t+Math.imul(se,Xe)|0,l=l+Math.imul(se,Ke)|0,c=c+Math.imul(k,Ge)|0,t=t+Math.imul(k,We)|0,t=t+Math.imul(O,Ge)|0,l=l+Math.imul(O,We)|0;var m0=(u+c|0)+((t&8191)<<13)|0;u=(l+(t>>>13)|0)+(m0>>>26)|0,m0&=67108863,c=Math.imul(we,xe),t=Math.imul(we,W),t=t+Math.imul(Ee,xe)|0,l=Math.imul(Ee,W),c=c+Math.imul(Pe,N)|0,t=t+Math.imul(Pe,$)|0,t=t+Math.imul(Fe,N)|0,l=l+Math.imul(Fe,$)|0,c=c+Math.imul(De,Q)|0,t=t+Math.imul(De,J)|0,t=t+Math.imul(Ae,Q)|0,l=l+Math.imul(Ae,J)|0,c=c+Math.imul(Me,C)|0,t=t+Math.imul(Me,L)|0,t=t+Math.imul(Te,C)|0,l=l+Math.imul(Te,L)|0,c=c+Math.imul(Se,Re)|0,t=t+Math.imul(Se,Oe)|0,t=t+Math.imul(Ne,Re)|0,l=l+Math.imul(Ne,Oe)|0,c=c+Math.imul(Ce,Be)|0,t=t+Math.imul(Ce,je)|0,t=t+Math.imul(Ie,Be)|0,l=l+Math.imul(Ie,je)|0,c=c+Math.imul(ge,Ue)|0,t=t+Math.imul(ge,He)|0,t=t+Math.imul(Le,Ue)|0,l=l+Math.imul(Le,He)|0,c=c+Math.imul(fe,Xe)|0,t=t+Math.imul(fe,Ke)|0,t=t+Math.imul(ve,Xe)|0,l=l+Math.imul(ve,Ke)|0,c=c+Math.imul(_,Ge)|0,t=t+Math.imul(_,We)|0,t=t+Math.imul(se,Ge)|0,l=l+Math.imul(se,We)|0;var n0=(u+c|0)+((t&8191)<<13)|0;u=(l+(t>>>13)|0)+(n0>>>26)|0,n0&=67108863,c=Math.imul(we,N),t=Math.imul(we,$),t=t+Math.imul(Ee,N)|0,l=Math.imul(Ee,$),c=c+Math.imul(Pe,Q)|0,t=t+Math.imul(Pe,J)|0,t=t+Math.imul(Fe,Q)|0,l=l+Math.imul(Fe,J)|0,c=c+Math.imul(De,C)|0,t=t+Math.imul(De,L)|0,t=t+Math.imul(Ae,C)|0,l=l+Math.imul(Ae,L)|0,c=c+Math.imul(Me,Re)|0,t=t+Math.imul(Me,Oe)|0,t=t+Math.imul(Te,Re)|0,l=l+Math.imul(Te,Oe)|0,c=c+Math.imul(Se,Be)|0,t=t+Math.imul(Se,je)|0,t=t+Math.imul(Ne,Be)|0,l=l+Math.imul(Ne,je)|0,c=c+Math.imul(Ce,Ue)|0,t=t+Math.imul(Ce,He)|0,t=t+Math.imul(Ie,Ue)|0,l=l+Math.imul(Ie,He)|0,c=c+Math.imul(ge,Xe)|0,t=t+Math.imul(ge,Ke)|0,t=t+Math.imul(Le,Xe)|0,l=l+Math.imul(Le,Ke)|0,c=c+Math.imul(fe,Ge)|0,t=t+Math.imul(fe,We)|0,t=t+Math.imul(ve,Ge)|0,l=l+Math.imul(ve,We)|0;var h0=(u+c|0)+((t&8191)<<13)|0;u=(l+(t>>>13)|0)+(h0>>>26)|0,h0&=67108863,c=Math.imul(we,Q),t=Math.imul(we,J),t=t+Math.imul(Ee,Q)|0,l=Math.imul(Ee,J),c=c+Math.imul(Pe,C)|0,t=t+Math.imul(Pe,L)|0,t=t+Math.imul(Fe,C)|0,l=l+Math.imul(Fe,L)|0,c=c+Math.imul(De,Re)|0,t=t+Math.imul(De,Oe)|0,t=t+Math.imul(Ae,Re)|0,l=l+Math.imul(Ae,Oe)|0,c=c+Math.imul(Me,Be)|0,t=t+Math.imul(Me,je)|0,t=t+Math.imul(Te,Be)|0,l=l+Math.imul(Te,je)|0,c=c+Math.imul(Se,Ue)|0,t=t+Math.imul(Se,He)|0,t=t+Math.imul(Ne,Ue)|0,l=l+Math.imul(Ne,He)|0,c=c+Math.imul(Ce,Xe)|0,t=t+Math.imul(Ce,Ke)|0,t=t+Math.imul(Ie,Xe)|0,l=l+Math.imul(Ie,Ke)|0,c=c+Math.imul(ge,Ge)|0,t=t+Math.imul(ge,We)|0,t=t+Math.imul(Le,Ge)|0,l=l+Math.imul(Le,We)|0;var p0=(u+c|0)+((t&8191)<<13)|0;u=(l+(t>>>13)|0)+(p0>>>26)|0,p0&=67108863,c=Math.imul(we,C),t=Math.imul(we,L),t=t+Math.imul(Ee,C)|0,l=Math.imul(Ee,L),c=c+Math.imul(Pe,Re)|0,t=t+Math.imul(Pe,Oe)|0,t=t+Math.imul(Fe,Re)|0,l=l+Math.imul(Fe,Oe)|0,c=c+Math.imul(De,Be)|0,t=t+Math.imul(De,je)|0,t=t+Math.imul(Ae,Be)|0,l=l+Math.imul(Ae,je)|0,c=c+Math.imul(Me,Ue)|0,t=t+Math.imul(Me,He)|0,t=t+Math.imul(Te,Ue)|0,l=l+Math.imul(Te,He)|0,c=c+Math.imul(Se,Xe)|0,t=t+Math.imul(Se,Ke)|0,t=t+Math.imul(Ne,Xe)|0,l=l+Math.imul(Ne,Ke)|0,c=c+Math.imul(Ce,Ge)|0,t=t+Math.imul(Ce,We)|0,t=t+Math.imul(Ie,Ge)|0,l=l+Math.imul(Ie,We)|0;var r0=(u+c|0)+((t&8191)<<13)|0;u=(l+(t>>>13)|0)+(r0>>>26)|0,r0&=67108863,c=Math.imul(we,Re),t=Math.imul(we,Oe),t=t+Math.imul(Ee,Re)|0,l=Math.imul(Ee,Oe),c=c+Math.imul(Pe,Be)|0,t=t+Math.imul(Pe,je)|0,t=t+Math.imul(Fe,Be)|0,l=l+Math.imul(Fe,je)|0,c=c+Math.imul(De,Ue)|0,t=t+Math.imul(De,He)|0,t=t+Math.imul(Ae,Ue)|0,l=l+Math.imul(Ae,He)|0,c=c+Math.imul(Me,Xe)|0,t=t+Math.imul(Me,Ke)|0,t=t+Math.imul(Te,Xe)|0,l=l+Math.imul(Te,Ke)|0,c=c+Math.imul(Se,Ge)|0,t=t+Math.imul(Se,We)|0,t=t+Math.imul(Ne,Ge)|0,l=l+Math.imul(Ne,We)|0;var C0=(u+c|0)+((t&8191)<<13)|0;u=(l+(t>>>13)|0)+(C0>>>26)|0,C0&=67108863,c=Math.imul(we,Be),t=Math.imul(we,je),t=t+Math.imul(Ee,Be)|0,l=Math.imul(Ee,je),c=c+Math.imul(Pe,Ue)|0,t=t+Math.imul(Pe,He)|0,t=t+Math.imul(Fe,Ue)|0,l=l+Math.imul(Fe,He)|0,c=c+Math.imul(De,Xe)|0,t=t+Math.imul(De,Ke)|0,t=t+Math.imul(Ae,Xe)|0,l=l+Math.imul(Ae,Ke)|0,c=c+Math.imul(Me,Ge)|0,t=t+Math.imul(Me,We)|0,t=t+Math.imul(Te,Ge)|0,l=l+Math.imul(Te,We)|0;var a0=(u+c|0)+((t&8191)<<13)|0;u=(l+(t>>>13)|0)+(a0>>>26)|0,a0&=67108863,c=Math.imul(we,Ue),t=Math.imul(we,He),t=t+Math.imul(Ee,Ue)|0,l=Math.imul(Ee,He),c=c+Math.imul(Pe,Xe)|0,t=t+Math.imul(Pe,Ke)|0,t=t+Math.imul(Fe,Xe)|0,l=l+Math.imul(Fe,Ke)|0,c=c+Math.imul(De,Ge)|0,t=t+Math.imul(De,We)|0,t=t+Math.imul(Ae,Ge)|0,l=l+Math.imul(Ae,We)|0;var I0=(u+c|0)+((t&8191)<<13)|0;u=(l+(t>>>13)|0)+(I0>>>26)|0,I0&=67108863,c=Math.imul(we,Xe),t=Math.imul(we,Ke),t=t+Math.imul(Ee,Xe)|0,l=Math.imul(Ee,Ke),c=c+Math.imul(Pe,Ge)|0,t=t+Math.imul(Pe,We)|0,t=t+Math.imul(Fe,Ge)|0,l=l+Math.imul(Fe,We)|0;var y0=(u+c|0)+((t&8191)<<13)|0;u=(l+(t>>>13)|0)+(y0>>>26)|0,y0&=67108863,c=Math.imul(we,Ge),t=Math.imul(we,We),t=t+Math.imul(Ee,Ge)|0,l=Math.imul(Ee,We);var v0=(u+c|0)+((t&8191)<<13)|0;return u=(l+(t>>>13)|0)+(v0>>>26)|0,v0&=67108863,f[0]=_e,f[1]=A0,f[2]=e0,f[3]=w0,f[4]=d0,f[5]=l0,f[6]=f0,f[7]=t0,f[8]=u0,f[9]=m0,f[10]=n0,f[11]=h0,f[12]=p0,f[13]=r0,f[14]=C0,f[15]=a0,f[16]=I0,f[17]=y0,f[18]=v0,u!==0&&(f[19]=u,r.length++),r};Math.imul||(pe=ce);function de(d,e,n){n.negative=e.negative^d.negative,n.length=d.length+e.length;for(var r=0,a=0,i=0;i<n.length-1;i++){var f=a;a=0;for(var u=r&67108863,c=Math.min(i,e.length-1),t=Math.max(0,i-d.length+1);t<=c;t++){var l=i-t,E=d.words[l]|0,k=e.words[t]|0,O=E*k,z=O&67108863;f=f+(O/67108864|0)|0,z=z+u|0,u=z&67108863,f=f+(z>>>26)|0,a+=f>>>26,f&=67108863}n.words[i]=u,r=f,f=a}return r!==0?n.words[i]=r:n.length--,n._strip()}function ye(d,e,n){return de(d,e,n)}h.prototype.mulTo=function(e,n){var r,a=this.length+e.length;return this.length===10&&e.length===10?r=pe(this,e,n):a<63?r=ce(this,e,n):a<1024?r=de(this,e,n):r=ye(this,e,n),r};function M(d,e){this.x=d,this.y=e}M.prototype.makeRBT=function(e){for(var n=new Array(e),r=h.prototype._countBits(e)-1,a=0;a<e;a++)n[a]=this.revBin(a,r,e);return n},M.prototype.revBin=function(e,n,r){if(e===0||e===r-1)return e;for(var a=0,i=0;i<n;i++)a|=(e&1)<<n-i-1,e>>=1;return a},M.prototype.permute=function(e,n,r,a,i,f){for(var u=0;u<f;u++)a[u]=n[e[u]],i[u]=r[e[u]]},M.prototype.transform=function(e,n,r,a,i,f){this.permute(f,e,n,r,a,i);for(var u=1;u<i;u<<=1)for(var c=u<<1,t=Math.cos(2*Math.PI/c),l=Math.sin(2*Math.PI/c),E=0;E<i;E+=c)for(var k=t,O=l,z=0;z<u;z++){var _=r[E+z],se=a[E+z],Ve=r[E+z+u],fe=a[E+z+u],ve=k*Ve-O*fe;fe=k*fe+O*Ve,Ve=ve,r[E+z]=_+Ve,a[E+z]=se+fe,r[E+z+u]=_-Ve,a[E+z+u]=se-fe,z!==c&&(ve=t*k-l*O,O=t*O+l*k,k=ve)}},M.prototype.guessLen13b=function(e,n){var r=Math.max(n,e)|1,a=r&1,i=0;for(r=r/2|0;r;r=r>>>1)i++;return 1<<i+1+a},M.prototype.conjugate=function(e,n,r){if(!(r<=1))for(var a=0;a<r/2;a++){var i=e[a];e[a]=e[r-a-1],e[r-a-1]=i,i=n[a],n[a]=-n[r-a-1],n[r-a-1]=-i}},M.prototype.normalize13b=function(e,n){for(var r=0,a=0;a<n/2;a++){var i=Math.round(e[2*a+1]/n)*8192+Math.round(e[2*a]/n)+r;e[a]=i&67108863,i<67108864?r=0:r=i/67108864|0}return e},M.prototype.convert13b=function(e,n,r,a){for(var i=0,f=0;f<n;f++)i=i+(e[f]|0),r[2*f]=i&8191,i=i>>>13,r[2*f+1]=i&8191,i=i>>>13;for(f=2*n;f<a;++f)r[f]=0;b(i===0),b((i&-8192)===0)},M.prototype.stub=function(e){for(var n=new Array(e),r=0;r<e;r++)n[r]=0;return n},M.prototype.mulp=function(e,n,r){var a=2*this.guessLen13b(e.length,n.length),i=this.makeRBT(a),f=this.stub(a),u=new Array(a),c=new Array(a),t=new Array(a),l=new Array(a),E=new Array(a),k=new Array(a),O=r.words;O.length=a,this.convert13b(e.words,e.length,u,a),this.convert13b(n.words,n.length,l,a),this.transform(u,f,c,t,a,i),this.transform(l,f,E,k,a,i);for(var z=0;z<a;z++){var _=c[z]*E[z]-t[z]*k[z];t[z]=c[z]*k[z]+t[z]*E[z],c[z]=_}return this.conjugate(c,t,a),this.transform(c,t,O,f,a,i),this.conjugate(O,f,a),this.normalize13b(O,a),r.negative=e.negative^n.negative,r.length=e.length+n.length,r._strip()},h.prototype.mul=function(e){var n=new h(null);return n.words=new Array(this.length+e.length),this.mulTo(e,n)},h.prototype.mulf=function(e){var n=new h(null);return n.words=new Array(this.length+e.length),ye(this,e,n)},h.prototype.imul=function(e){return this.clone().mulTo(e,this)},h.prototype.imuln=function(e){var n=e<0;n&&(e=-e),b(typeof e=="number"),b(e<67108864);for(var r=0,a=0;a<this.length;a++){var i=(this.words[a]|0)*e,f=(i&67108863)+(r&67108863);r>>=26,r+=i/67108864|0,r+=f>>>26,this.words[a]=f&67108863}return r!==0&&(this.words[a]=r,this.length++),n?this.ineg():this},h.prototype.muln=function(e){return this.clone().imuln(e)},h.prototype.sqr=function(){return this.mul(this)},h.prototype.isqr=function(){return this.imul(this.clone())},h.prototype.pow=function(e){var n=X(e);if(n.length===0)return new h(1);for(var r=this,a=0;a<n.length&&n[a]===0;a++,r=r.sqr());if(++a<n.length)for(var i=r.sqr();a<n.length;a++,i=i.sqr())n[a]!==0&&(r=r.mul(i));return r},h.prototype.iushln=function(e){b(typeof e=="number"&&e>=0);var n=e%26,r=(e-n)/26,a=67108863>>>26-n<<26-n,i;if(n!==0){var f=0;for(i=0;i<this.length;i++){var u=this.words[i]&a,c=(this.words[i]|0)-u<<n;this.words[i]=c|f,f=u>>>26-n}f&&(this.words[i]=f,this.length++)}if(r!==0){for(i=this.length-1;i>=0;i--)this.words[i+r]=this.words[i];for(i=0;i<r;i++)this.words[i]=0;this.length+=r}return this._strip()},h.prototype.ishln=function(e){return b(this.negative===0),this.iushln(e)},h.prototype.iushrn=function(e,n,r){b(typeof e=="number"&&e>=0);var a;n?a=(n-n%26)/26:a=0;var i=e%26,f=Math.min((e-i)/26,this.length),u=67108863^67108863>>>i<<i,c=r;if(a-=f,a=Math.max(0,a),c){for(var t=0;t<f;t++)c.words[t]=this.words[t];c.length=f}if(f!==0)if(this.length>f)for(this.length-=f,t=0;t<this.length;t++)this.words[t]=this.words[t+f];else this.words[0]=0,this.length=1;var l=0;for(t=this.length-1;t>=0&&(l!==0||t>=a);t--){var E=this.words[t]|0;this.words[t]=l<<26-i|E>>>i,l=E&u}return c&&l!==0&&(c.words[c.length++]=l),this.length===0&&(this.words[0]=0,this.length=1),this._strip()},h.prototype.ishrn=function(e,n,r){return b(this.negative===0),this.iushrn(e,n,r)},h.prototype.shln=function(e){return this.clone().ishln(e)},h.prototype.ushln=function(e){return this.clone().iushln(e)},h.prototype.shrn=function(e){return this.clone().ishrn(e)},h.prototype.ushrn=function(e){return this.clone().iushrn(e)},h.prototype.testn=function(e){b(typeof e=="number"&&e>=0);var n=e%26,r=(e-n)/26,a=1<<n;if(this.length<=r)return!1;var i=this.words[r];return!!(i&a)},h.prototype.imaskn=function(e){b(typeof e=="number"&&e>=0);var n=e%26,r=(e-n)/26;if(b(this.negative===0,"imaskn works only with positive numbers"),this.length<=r)return this;if(n!==0&&r++,this.length=Math.min(r,this.length),n!==0){var a=67108863^67108863>>>n<<n;this.words[this.length-1]&=a}return this._strip()},h.prototype.maskn=function(e){return this.clone().imaskn(e)},h.prototype.iaddn=function(e){return b(typeof e=="number"),b(e<67108864),e<0?this.isubn(-e):this.negative!==0?this.length===1&&(this.words[0]|0)<=e?(this.words[0]=e-(this.words[0]|0),this.negative=0,this):(this.negative=0,this.isubn(e),this.negative=1,this):this._iaddn(e)},h.prototype._iaddn=function(e){this.words[0]+=e;for(var n=0;n<this.length&&this.words[n]>=67108864;n++)this.words[n]-=67108864,n===this.length-1?this.words[n+1]=1:this.words[n+1]++;return this.length=Math.max(this.length,n+1),this},h.prototype.isubn=function(e){if(b(typeof e=="number"),b(e<67108864),e<0)return this.iaddn(-e);if(this.negative!==0)return this.negative=0,this.iaddn(e),this.negative=1,this;if(this.words[0]-=e,this.length===1&&this.words[0]<0)this.words[0]=-this.words[0],this.negative=1;else for(var n=0;n<this.length&&this.words[n]<0;n++)this.words[n]+=67108864,this.words[n+1]-=1;return this._strip()},h.prototype.addn=function(e){return this.clone().iaddn(e)},h.prototype.subn=function(e){return this.clone().isubn(e)},h.prototype.iabs=function(){return this.negative=0,this},h.prototype.abs=function(){return this.clone().iabs()},h.prototype._ishlnsubmul=function(e,n,r){var a=e.length+r,i;this._expand(a);var f,u=0;for(i=0;i<e.length;i++){f=(this.words[i+r]|0)+u;var c=(e.words[i]|0)*n;f-=c&67108863,u=(f>>26)-(c/67108864|0),this.words[i+r]=f&67108863}for(;i<this.length-r;i++)f=(this.words[i+r]|0)+u,u=f>>26,this.words[i+r]=f&67108863;if(u===0)return this._strip();for(b(u===-1),u=0,i=0;i<this.length;i++)f=-(this.words[i]|0)+u,u=f>>26,this.words[i]=f&67108863;return this.negative=1,this._strip()},h.prototype._wordDiv=function(e,n){var r=this.length-e.length,a=this.clone(),i=e,f=i.words[i.length-1]|0,u=this._countBits(f);r=26-u,r!==0&&(i=i.ushln(r),a.iushln(r),f=i.words[i.length-1]|0);var c=a.length-i.length,t;if(n!=="mod"){t=new h(null),t.length=c+1,t.words=new Array(t.length);for(var l=0;l<t.length;l++)t.words[l]=0}var E=a.clone()._ishlnsubmul(i,1,c);E.negative===0&&(a=E,t&&(t.words[c]=1));for(var k=c-1;k>=0;k--){var O=(a.words[i.length+k]|0)*67108864+(a.words[i.length+k-1]|0);for(O=Math.min(O/f|0,67108863),a._ishlnsubmul(i,O,k);a.negative!==0;)O--,a.negative=0,a._ishlnsubmul(i,1,k),a.isZero()||(a.negative^=1);t&&(t.words[k]=O)}return t&&t._strip(),a._strip(),n!=="div"&&r!==0&&a.iushrn(r),{div:t||null,mod:a}},h.prototype.divmod=function(e,n,r){if(b(!e.isZero()),this.isZero())return{div:new h(0),mod:new h(0)};var a,i,f;return this.negative!==0&&e.negative===0?(f=this.neg().divmod(e,n),n!=="mod"&&(a=f.div.neg()),n!=="div"&&(i=f.mod.neg(),r&&i.negative!==0&&i.iadd(e)),{div:a,mod:i}):this.negative===0&&e.negative!==0?(f=this.divmod(e.neg(),n),n!=="mod"&&(a=f.div.neg()),{div:a,mod:f.mod}):(this.negative&e.negative)!==0?(f=this.neg().divmod(e.neg(),n),n!=="div"&&(i=f.mod.neg(),r&&i.negative!==0&&i.isub(e)),{div:f.div,mod:i}):e.length>this.length||this.cmp(e)<0?{div:new h(0),mod:this}:e.length===1?n==="div"?{div:this.divn(e.words[0]),mod:null}:n==="mod"?{div:null,mod:new h(this.modrn(e.words[0]))}:{div:this.divn(e.words[0]),mod:new h(this.modrn(e.words[0]))}:this._wordDiv(e,n)},h.prototype.div=function(e){return this.divmod(e,"div",!1).div},h.prototype.mod=function(e){return this.divmod(e,"mod",!1).mod},h.prototype.umod=function(e){return this.divmod(e,"mod",!0).mod},h.prototype.divRound=function(e){var n=this.divmod(e);if(n.mod.isZero())return n.div;var r=n.div.negative!==0?n.mod.isub(e):n.mod,a=e.ushrn(1),i=e.andln(1),f=r.cmp(a);return f<0||i===1&&f===0?n.div:n.div.negative!==0?n.div.isubn(1):n.div.iaddn(1)},h.prototype.modrn=function(e){var n=e<0;n&&(e=-e),b(e<=67108863);for(var r=(1<<26)%e,a=0,i=this.length-1;i>=0;i--)a=(r*a+(this.words[i]|0))%e;return n?-a:a},h.prototype.modn=function(e){return this.modrn(e)},h.prototype.idivn=function(e){var n=e<0;n&&(e=-e),b(e<=67108863);for(var r=0,a=this.length-1;a>=0;a--){var i=(this.words[a]|0)+r*67108864;this.words[a]=i/e|0,r=i%e}return this._strip(),n?this.ineg():this},h.prototype.divn=function(e){return this.clone().idivn(e)},h.prototype.egcd=function(e){b(e.negative===0),b(!e.isZero());var n=this,r=e.clone();n.negative!==0?n=n.umod(e):n=n.clone();for(var a=new h(1),i=new h(0),f=new h(0),u=new h(1),c=0;n.isEven()&&r.isEven();)n.iushrn(1),r.iushrn(1),++c;for(var t=r.clone(),l=n.clone();!n.isZero();){for(var E=0,k=1;(n.words[0]&k)===0&&E<26;++E,k<<=1);if(E>0)for(n.iushrn(E);E-- >0;)(a.isOdd()||i.isOdd())&&(a.iadd(t),i.isub(l)),a.iushrn(1),i.iushrn(1);for(var O=0,z=1;(r.words[0]&z)===0&&O<26;++O,z<<=1);if(O>0)for(r.iushrn(O);O-- >0;)(f.isOdd()||u.isOdd())&&(f.iadd(t),u.isub(l)),f.iushrn(1),u.iushrn(1);n.cmp(r)>=0?(n.isub(r),a.isub(f),i.isub(u)):(r.isub(n),f.isub(a),u.isub(i))}return{a:f,b:u,gcd:r.iushln(c)}},h.prototype._invmp=function(e){b(e.negative===0),b(!e.isZero());var n=this,r=e.clone();n.negative!==0?n=n.umod(e):n=n.clone();for(var a=new h(1),i=new h(0),f=r.clone();n.cmpn(1)>0&&r.cmpn(1)>0;){for(var u=0,c=1;(n.words[0]&c)===0&&u<26;++u,c<<=1);if(u>0)for(n.iushrn(u);u-- >0;)a.isOdd()&&a.iadd(f),a.iushrn(1);for(var t=0,l=1;(r.words[0]&l)===0&&t<26;++t,l<<=1);if(t>0)for(r.iushrn(t);t-- >0;)i.isOdd()&&i.iadd(f),i.iushrn(1);n.cmp(r)>=0?(n.isub(r),a.isub(i)):(r.isub(n),i.isub(a))}var E;return n.cmpn(1)===0?E=a:E=i,E.cmpn(0)<0&&E.iadd(e),E},h.prototype.gcd=function(e){if(this.isZero())return e.abs();if(e.isZero())return this.abs();var n=this.clone(),r=e.clone();n.negative=0,r.negative=0;for(var a=0;n.isEven()&&r.isEven();a++)n.iushrn(1),r.iushrn(1);do{for(;n.isEven();)n.iushrn(1);for(;r.isEven();)r.iushrn(1);var i=n.cmp(r);if(i<0){var f=n;n=r,r=f}else if(i===0||r.cmpn(1)===0)break;n.isub(r)}while(!0);return r.iushln(a)},h.prototype.invm=function(e){return this.egcd(e).a.umod(e)},h.prototype.isEven=function(){return(this.words[0]&1)===0},h.prototype.isOdd=function(){return(this.words[0]&1)===1},h.prototype.andln=function(e){return this.words[0]&e},h.prototype.bincn=function(e){b(typeof e=="number");var n=e%26,r=(e-n)/26,a=1<<n;if(this.length<=r)return this._expand(r+1),this.words[r]|=a,this;for(var i=a,f=r;i!==0&&f<this.length;f++){var u=this.words[f]|0;u+=i,i=u>>>26,u&=67108863,this.words[f]=u}return i!==0&&(this.words[f]=i,this.length++),this},h.prototype.isZero=function(){return this.length===1&&this.words[0]===0},h.prototype.cmpn=function(e){var n=e<0;if(this.negative!==0&&!n)return-1;if(this.negative===0&&n)return 1;this._strip();var r;if(this.length>1)r=1;else{n&&(e=-e),b(e<=67108863,"Number is too big");var a=this.words[0]|0;r=a===e?0:a<e?-1:1}return this.negative!==0?-r|0:r},h.prototype.cmp=function(e){if(this.negative!==0&&e.negative===0)return-1;if(this.negative===0&&e.negative!==0)return 1;var n=this.ucmp(e);return this.negative!==0?-n|0:n},h.prototype.ucmp=function(e){if(this.length>e.length)return 1;if(this.length<e.length)return-1;for(var n=0,r=this.length-1;r>=0;r--){var a=this.words[r]|0,i=e.words[r]|0;if(a!==i){a<i?n=-1:a>i&&(n=1);break}}return n},h.prototype.gtn=function(e){return this.cmpn(e)===1},h.prototype.gt=function(e){return this.cmp(e)===1},h.prototype.gten=function(e){return this.cmpn(e)>=0},h.prototype.gte=function(e){return this.cmp(e)>=0},h.prototype.ltn=function(e){return this.cmpn(e)===-1},h.prototype.lt=function(e){return this.cmp(e)===-1},h.prototype.lten=function(e){return this.cmpn(e)<=0},h.prototype.lte=function(e){return this.cmp(e)<=0},h.prototype.eqn=function(e){return this.cmpn(e)===0},h.prototype.eq=function(e){return this.cmp(e)===0},h.red=function(e){return new g(e)},h.prototype.toRed=function(e){return b(!this.red,"Already a number in reduction context"),b(this.negative===0,"red works only with positives"),e.convertTo(this)._forceRed(e)},h.prototype.fromRed=function(){return b(this.red,"fromRed works only with numbers in reduction context"),this.red.convertFrom(this)},h.prototype._forceRed=function(e){return this.red=e,this},h.prototype.forceRed=function(e){return b(!this.red,"Already a number in reduction context"),this._forceRed(e)},h.prototype.redAdd=function(e){return b(this.red,"redAdd works only with red numbers"),this.red.add(this,e)},h.prototype.redIAdd=function(e){return b(this.red,"redIAdd works only with red numbers"),this.red.iadd(this,e)},h.prototype.redSub=function(e){return b(this.red,"redSub works only with red numbers"),this.red.sub(this,e)},h.prototype.redISub=function(e){return b(this.red,"redISub works only with red numbers"),this.red.isub(this,e)},h.prototype.redShl=function(e){return b(this.red,"redShl works only with red numbers"),this.red.shl(this,e)},h.prototype.redMul=function(e){return b(this.red,"redMul works only with red numbers"),this.red._verify2(this,e),this.red.mul(this,e)},h.prototype.redIMul=function(e){return b(this.red,"redMul works only with red numbers"),this.red._verify2(this,e),this.red.imul(this,e)},h.prototype.redSqr=function(){return b(this.red,"redSqr works only with red numbers"),this.red._verify1(this),this.red.sqr(this)},h.prototype.redISqr=function(){return b(this.red,"redISqr works only with red numbers"),this.red._verify1(this),this.red.isqr(this)},h.prototype.redSqrt=function(){return b(this.red,"redSqrt works only with red numbers"),this.red._verify1(this),this.red.sqrt(this)},h.prototype.redInvm=function(){return b(this.red,"redInvm works only with red numbers"),this.red._verify1(this),this.red.invm(this)},h.prototype.redNeg=function(){return b(this.red,"redNeg works only with red numbers"),this.red._verify1(this),this.red.neg(this)},h.prototype.redPow=function(e){return b(this.red&&!e.red,"redPow(normalNum)"),this.red._verify1(this),this.red.pow(this,e)};var x={k256:null,p224:null,p192:null,p25519:null};function B(d,e){this.name=d,this.p=new h(e,16),this.n=this.p.bitLength(),this.k=new h(1).iushln(this.n).isub(this.p),this.tmp=this._tmp()}B.prototype._tmp=function(){var e=new h(null);return e.words=new Array(Math.ceil(this.n/13)),e},B.prototype.ireduce=function(e){var n=e,r;do this.split(n,this.tmp),n=this.imulK(n),n=n.iadd(this.tmp),r=n.bitLength();while(r>this.n);var a=r<this.n?-1:n.ucmp(this.p);return a===0?(n.words[0]=0,n.length=1):a>0?n.isub(this.p):n.strip!==void 0?n.strip():n._strip(),n},B.prototype.split=function(e,n){e.iushrn(this.n,0,n)},B.prototype.imulK=function(e){return e.imul(this.k)};function oe(){B.call(this,"k256","ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f")}S(oe,B),oe.prototype.split=function(e,n){for(var r=4194303,a=Math.min(e.length,9),i=0;i<a;i++)n.words[i]=e.words[i];if(n.length=a,e.length<=9){e.words[0]=0,e.length=1;return}var f=e.words[9];for(n.words[n.length++]=f&r,i=10;i<e.length;i++){var u=e.words[i]|0;e.words[i-10]=(u&r)<<4|f>>>22,f=u}f>>>=22,e.words[i-10]=f,f===0&&e.length>10?e.length-=10:e.length-=9},oe.prototype.imulK=function(e){e.words[e.length]=0,e.words[e.length+1]=0,e.length+=2;for(var n=0,r=0;r<e.length;r++){var a=e.words[r]|0;n+=a*977,e.words[r]=n&67108863,n=a*64+(n/67108864|0)}return e.words[e.length-1]===0&&(e.length--,e.words[e.length-1]===0&&e.length--),e};function re(){B.call(this,"p224","ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001")}S(re,B);function le(){B.call(this,"p192","ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff")}S(le,B);function ae(){B.call(this,"25519","7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed")}S(ae,B),ae.prototype.imulK=function(e){for(var n=0,r=0;r<e.length;r++){var a=(e.words[r]|0)*19+n,i=a&67108863;a>>>=26,e.words[r]=i,n=a}return n!==0&&(e.words[e.length++]=n),e},h._prime=function(e){if(x[e])return x[e];var n;if(e==="k256")n=new oe;else if(e==="p224")n=new re;else if(e==="p192")n=new le;else if(e==="p25519")n=new ae;else throw new Error("Unknown prime "+e);return x[e]=n,n};function g(d){if(typeof d=="string"){var e=h._prime(d);this.m=e.p,this.prime=e}else b(d.gtn(1),"modulus must be greater than 1"),this.m=d,this.prime=null}g.prototype._verify1=function(e){b(e.negative===0,"red works only with positives"),b(e.red,"red works only with red numbers")},g.prototype._verify2=function(e,n){b((e.negative|n.negative)===0,"red works only with positives"),b(e.red&&e.red===n.red,"red works only with red numbers")},g.prototype.imod=function(e){return this.prime?this.prime.ireduce(e)._forceRed(this):(V(e,e.umod(this.m)._forceRed(this)),e)},g.prototype.neg=function(e){return e.isZero()?e.clone():this.m.sub(e)._forceRed(this)},g.prototype.add=function(e,n){this._verify2(e,n);var r=e.add(n);return r.cmp(this.m)>=0&&r.isub(this.m),r._forceRed(this)},g.prototype.iadd=function(e,n){this._verify2(e,n);var r=e.iadd(n);return r.cmp(this.m)>=0&&r.isub(this.m),r},g.prototype.sub=function(e,n){this._verify2(e,n);var r=e.sub(n);return r.cmpn(0)<0&&r.iadd(this.m),r._forceRed(this)},g.prototype.isub=function(e,n){this._verify2(e,n);var r=e.isub(n);return r.cmpn(0)<0&&r.iadd(this.m),r},g.prototype.shl=function(e,n){return this._verify1(e),this.imod(e.ushln(n))},g.prototype.imul=function(e,n){return this._verify2(e,n),this.imod(e.imul(n))},g.prototype.mul=function(e,n){return this._verify2(e,n),this.imod(e.mul(n))},g.prototype.isqr=function(e){return this.imul(e,e.clone())},g.prototype.sqr=function(e){return this.mul(e,e)},g.prototype.sqrt=function(e){if(e.isZero())return e.clone();var n=this.m.andln(3);if(b(n%2===1),n===3){var r=this.m.add(new h(1)).iushrn(2);return this.pow(e,r)}for(var a=this.m.subn(1),i=0;!a.isZero()&&a.andln(1)===0;)i++,a.iushrn(1);b(!a.isZero());var f=new h(1).toRed(this),u=f.redNeg(),c=this.m.subn(1).iushrn(1),t=this.m.bitLength();for(t=new h(2*t*t).toRed(this);this.pow(t,c).cmp(u)!==0;)t.redIAdd(u);for(var l=this.pow(t,a),E=this.pow(e,a.addn(1).iushrn(1)),k=this.pow(e,a),O=i;k.cmp(f)!==0;){for(var z=k,_=0;z.cmp(f)!==0;_++)z=z.redSqr();b(_<O);var se=this.pow(l,new h(1).iushln(O-_-1));E=E.redMul(se),l=se.redSqr(),k=k.redMul(l),O=_}return E},g.prototype.invm=function(e){var n=e._invmp(this.m);return n.negative!==0?(n.negative=0,this.imod(n).redNeg()):this.imod(n)},g.prototype.pow=function(e,n){if(n.isZero())return new h(1).toRed(this);if(n.cmpn(1)===0)return e.clone();var r=4,a=new Array(1<<r);a[0]=new h(1).toRed(this),a[1]=e;for(var i=2;i<a.length;i++)a[i]=this.mul(a[i-1],e);var f=a[0],u=0,c=0,t=n.bitLength()%26;for(t===0&&(t=26),i=n.length-1;i>=0;i--){for(var l=n.words[i],E=t-1;E>=0;E--){var k=l>>E&1;if(f!==a[0]&&(f=this.sqr(f)),k===0&&u===0){c=0;continue}u<<=1,u|=k,c++,!(c!==r&&(i!==0||E!==0))&&(f=this.mul(f,a[u]),c=0,u=0)}t=26}return f},g.prototype.convertTo=function(e){var n=e.umod(this.m);return n===e?n.clone():n},g.prototype.convertFrom=function(e){var n=e.clone();return n.red=null,n},h.mont=function(e){return new I(e)};function I(d){g.call(this,d),this.shift=this.m.bitLength(),this.shift%26!==0&&(this.shift+=26-this.shift%26),this.r=new h(1).iushln(this.shift),this.r2=this.imod(this.r.sqr()),this.rinv=this.r._invmp(this.m),this.minv=this.rinv.mul(this.r).isubn(1).div(this.m),this.minv=this.minv.umod(this.r),this.minv=this.r.sub(this.minv)}S(I,g),I.prototype.convertTo=function(e){return this.imod(e.ushln(this.shift))},I.prototype.convertFrom=function(e){var n=this.imod(e.mul(this.rinv));return n.red=null,n},I.prototype.imul=function(e,n){if(e.isZero()||n.isZero())return e.words[0]=0,e.length=1,e;var r=e.imul(n),a=r.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),i=r.isub(a).iushrn(this.shift),f=i;return i.cmp(this.m)>=0?f=i.isub(this.m):i.cmpn(0)<0&&(f=i.iadd(this.m)),f._forceRed(this)},I.prototype.mul=function(e,n){if(e.isZero()||n.isZero())return new h(0)._forceRed(this);var r=e.mul(n),a=r.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),i=r.isub(a).iushrn(this.shift),f=i;return i.cmp(this.m)>=0?f=i.isub(this.m):i.cmpn(0)<0&&(f=i.iadd(this.m)),f._forceRed(this)},I.prototype.invm=function(e){var n=this.imod(e._invmp(this.m).mul(this.r2));return n._forceRed(this)}}(F,this)},47630:function(F,A){"use strict";Object.defineProperty(A,"__esModule",{value:!0});function o(M,x){return function(oe){return oe!=null?M(oe):typeof x=="function"?x():x}}function s(){for(var M=arguments.length,x=new Array(M),B=0;B<M;B++)x[B]=arguments[B];return function(re){for(var le=0;le<x.length;++le)if(re===x[le])return re;var ae="Expected ";x.length!==1&&(ae+="one of: ");for(var g=0;g<x.length;++g)g>0&&(ae+=" | "),ae+=JSON.stringify(x[g]);throw new TypeError(ae)}}function P(M){if(typeof M!="boolean")throw new TypeError("Expected a boolean");return M}function b(M){if(typeof M!="number")throw new TypeError("Expected a number");return M}function S(M){if(typeof M!="string")throw new TypeError("Expected a string");return M}var h=s(null),T=s(void 0);function Z(M){return M}var R=o(h);function U(M,x,B){return M instanceof Error&&(M.insertStepAt==null&&(M.message+=" at ",M.insertStepAt=M.message.length),M.message=M.message.slice(0,M.insertStepAt)+x+M.message.slice(M.insertStepAt),M.insertStepAt+=B),M}function V(M){return function(B){if(!Array.isArray(B))throw new TypeError("Expected an array");for(var oe=[],re=0;re<B.length;++re)try{oe[re]=M(B[re])}catch(le){throw U(le,"["+re+"]",0)}return oe}}function ne(M){if(typeof M=="function")return function(le){if(typeof le!="object"||le==null)throw new TypeError("Expected an object");for(var ae={},g=Object.keys(le),I=0;I<g.length;++I){var d=g[I];if(d!=="__proto__")try{ae[d]=M(le[d])}catch(e){throw U(e,"["+JSON.stringify(d)+"]",0)}}return ae};var x=Object.keys(M);function B(re){return function(ae){if(typeof ae!="object"||ae==null)throw new TypeError("Expected an object");var g,I={};if(re){var d=Object.keys(ae);for(g=0;g<d.length;++g){var e=d[g];e!=="__proto__"&&(I[e]=ae[e])}}for(g=0;g<x.length;++g){var n=x[g];try{I[n]=M[n](ae[n])}catch(r){throw U(r,"."+n,0)}}return I}}var oe=B(!1);return oe.shape=M,oe.withRest=B(!0),oe}var ie=ne;function Y(){for(var M=arguments.length,x=new Array(M),B=0;B<M;B++)x[B]=arguments[B];function oe(re){if(!Array.isArray(re))throw new TypeError("Expected an array");for(var le=[],ae=0;ae<x.length;++ae)try{le[ae]=x[ae](re[ae])}catch(g){throw U(g,"["+ae+"]")}return le}return oe}function H(){for(var M=arguments.length,x=new Array(M),B=0;B<M;B++)x[B]=arguments[B];return function(re){for(var le=0;le<x.length;le++)try{return x[le](re)}catch(ae){if(le+1>=x.length)throw ae}}}function D(M,x){return function(oe){try{return M(oe)}catch{return typeof x=="function"?x():x}}}var X=0;function ce(M,x){return function(oe){return X>0?x(oe):M(oe)}}function pe(M){return function(B){try{return++X,M(B)}finally{--X}}}var de=ce(function(x){if(typeof x!="string"&&!(x instanceof Date))throw new TypeError("Expected a date string");var B=new Date(x);if(B.toJSON()==null)throw new TypeError("Invalid date format");return B},function(x){return x.toISOString()});function ye(M){return ce(function(B){var oe=JSON.parse(S(B));try{return M(oe)}catch(re){throw U(re,"JSON.parse()",11)}},function(B){return JSON.stringify(M(B))})}A.asArray=V,A.asBoolean=P,A.asCodec=ce,A.asDate=de,A.asEither=H,A.asJSON=ye,A.asMap=ie,A.asMaybe=D,A.asNone=R,A.asNull=h,A.asNumber=b,A.asObject=ne,A.asOptional=o,A.asString=S,A.asTuple=Y,A.asUndefined=T,A.asUnknown=Z,A.asValue=s,A.uncleaner=pe},24224:function(F,A,o){"use strict";o.d(A,{P:function(){return ne}});var s=Object.defineProperty,P=Object.defineProperties,b=Object.getOwnPropertyDescriptors,S=Object.getOwnPropertySymbols,h=Object.prototype.hasOwnProperty,T=Object.prototype.propertyIsEnumerable,Z=(Y,H,D)=>H in Y?s(Y,H,{enumerable:!0,configurable:!0,writable:!0,value:D}):Y[H]=D,R=(Y,H)=>{for(var D in H||(H={}))h.call(H,D)&&Z(Y,D,H[D]);if(S)for(var D of S(H))T.call(H,D)&&Z(Y,D,H[D]);return Y},U=(Y,H)=>P(Y,b(H)),V=(Y,H,D)=>new Promise((X,ce)=>{var pe=M=>{try{ye(D.next(M))}catch(x){ce(x)}},de=M=>{try{ye(D.throw(M))}catch(x){ce(x)}},ye=M=>M.done?X(M.value):Promise.resolve(M.value).then(pe,de);ye((D=D.apply(Y,H)).next())});function ne(Y){return H=>{const{builtinTokens:D={},currencyInfo:X,networkInfo:ce,otherMethodNames:pe=[],checkEnvironment:de=()=>{}}=Y,ye=U(R({},H),{builtinTokens:D,currencyInfo:X,networkInfo:ce});let M,x;function B(){return V(this,null,function*(){de(),M==null&&(M=Y.getInnerPlugin());const g=yield M;x==null&&(x=g.makeCurrencyTools(ye));const I=yield x;return{plugin:g,tools:I}})}function oe(){return V(this,null,function*(){return D})}function re(){return V(this,null,function*(){const{tools:g}=yield B();return g})}function le(g,I){return V(this,null,function*(){const{tools:d,plugin:e}=yield B();return yield e.makeCurrencyEngine(ye,d,g,I)})}const ae=ie(re,pe);return{currencyInfo:X,getBuiltinTokens:oe,makeCurrencyTools:re,makeCurrencyEngine:le,otherMethods:ae}}}function ie(Y,H){const D={};for(const X of H)D[X]=(...ce)=>V(this,null,function*(){const pe=yield Y(),de=pe[X];if(typeof de!="function")throw new Error(`Method ${X} is not implemented`);return de.apply(pe,ce)});return D}},20918:function(F,A,o){"use strict";o.d(A,{Oj:function(){return S},Rp:function(){return Z},ZS:function(){return h},dK:function(){return T}});var s=o(77591),P=o.n(s),b=o(82448);const S=(0,b.Vk)((0,b.su)({contractAddress:b.XC}));function h(U){const V=[];for(const ne of Object.keys(U)){const{currencyCode:ie,displayName:Y,denominations:H,networkLocation:D}=U[ne],X=S(D);X!=null&&V.push({currencyCode:ie,currencyName:Y,denominations:H,contractAddress:X.contractAddress})}return V}const T=(U,V)=>{for(const ne of Object.keys(V))if(V[ne].currencyCode===U)return ne},Z=U=>{if(!R(U.currencyCode))throw new Error(`Invalid currency code "${U.currencyCode}"`);for(const V of U.denominations){if(!R(V.name))throw new Error(`Invalid denomination name "${V.name}"`);if((0,s.lt)(V.multiplier,"1")||(0,s.gt)(V.multiplier,"100000000000000000000000000000000"))throw new Error("ErrorInvalidMultiplier")}},R=U=>/^[.a-zA-Z0-9]+$/.test(U)},62177:function(F,A,o){"use strict";o.d(A,{BQ:function(){return V},DZ:function(){return b},O2:function(){return R},Pe:function(){return P},TD:function(){return S},Tt:function(){return Z},ff:function(){return H},jD:function(){return ne},jd:function(){return U},tC:function(){return h},tM:function(){return T}});var s=o(82448);const P="txEngineFolder/walletLocalData.json",b="txEngineFolder/txidMap.json",S="txEngineFolder/txidList.json",h="txEngineFolder/transactionList.json",T=D=>D,Z=(0,s.su)({message:s.XC}),R=(0,s.su)({blockHeight:(0,s.Vk)(s.mH,0),lastAddressQueryHeight:(0,s.Vk)(s.mH,0),lastTransactionQueryHeight:(0,s.Vk)((0,s.su)(s.mH),()=>({})),lastTransactionDate:(0,s.Vk)((0,s.su)(s.mH),()=>({})),publicKey:(0,s.Vk)(s.XC,""),totalBalances:(0,s.Vk)((0,s.su)((0,s._C)(s.XC,s.zv)),()=>({})),lastCheckedTxsDropped:(0,s.Vk)(s.mH,0),numUnconfirmedSpendTxs:(0,s.Vk)(s.mH,0),numTransactions:(0,s.Vk)((0,s.su)(s.mH),()=>({})),unactivatedTokenIds:(0,s.Vk)((0,s._2)(s.XC),()=>[]),otherData:(0,s.Zz)(s.JC,()=>({}))}),U=D=>(0,s.su)({id:s.XC,type:s.XC,keys:D}),V=U((0,s.su)({publicKey:s.XC}));function ne(D){const X=(0,s.XC)(D);if(!/^\d+$/.test(X))throw new Error("Expected an integer string");return X}const ie=(0,s.su)({uri:s.XC,language:(0,s.Vk)(s.XC),token:(0,s.Vk)(s.XC)}),Y=(0,s.su)({peerId:s.XC,peerMeta:(0,s.su)({description:s.XC,url:s.XC,icons:(0,s._2)(s.XC),name:s.XC}),chainId:(0,s.Zz)(s.mH,1)}),H=(0,s.su)({params:(0,s._2)(Y)})},83718:function(F,A,o){"use strict";o.d(A,{Fc:function(){return b},Vo:function(){return T},fz:function(){return h},sr:function(){return S}});var s=o(82448),P=o(62177);const b=["getActivationCost","getActivationSupportedCurrencies","validateAccount"],S=(0,s.su)({accountName:(0,s.Vk)(s.XC,""),lastQueryActionSeq:(0,s.Vk)((0,s.su)(s.mH),()=>({})),highestTxHeight:(0,s.Vk)((0,s.su)(s.mH),()=>({})),lastFreePowerUp:(0,s.Vk)(s.mH,0)}),h=(0,P.jd)((0,s.su)({publicKey:s.XC,ownerPublicKey:(0,s.Zz)(s.XC)})),T=(0,s.su)({eosOwnerKey:(0,s.Zz)(s.XC),eosKey:s.XC})},82623:function(F,A,o){"use strict";o.d(A,{j:function(){return jt}});var s=o(24224),P=o(20918),b=Object.defineProperty,S=Object.getOwnPropertySymbols,h=Object.prototype.hasOwnProperty,T=Object.prototype.propertyIsEnumerable,Z=(v,p,m)=>p in v?b(v,p,{enumerable:!0,configurable:!0,writable:!0,value:m}):v[p]=m,R=(v,p)=>{for(var m in p||(p={}))h.call(p,m)&&Z(v,m,p[m]);if(S)for(var m of S(p))T.call(p,m)&&Z(v,m,p[m]);return v},U=(v,p,m)=>new Promise((ue,q)=>{var me=w=>{try{K(m.next(w))}catch(G){q(G)}},he=w=>{try{K(m.throw(w))}catch(G){q(G)}},K=w=>w.done?ue(w.value):Promise.resolve(w.value).then(me,he);K((m=m.apply(v,p)).next())});const V={"60781c2586d68229fde47564546784ab3faca982":{currencyCode:"PNG",displayName:"Pangolin",denominations:[{name:"PNG",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x60781C2586D68229fde47564546784ab3fACA982"}},e896cdeaac9615145c0ca09c8cd5c25bced6384c:{currencyCode:"PEFI",displayName:"Penguin Finance",denominations:[{name:"PEFI",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xe896CDeaAC9615145c0cA09C8Cd5C25bced6384c"}},d1c3f94de7e5b45fa4edbba472491a9f4b166fc4:{currencyCode:"XAVA",displayName:"Avalaunch",denominations:[{name:"XAVA",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xd1c3f94DE7e5B45fa4eDBBA472491a9f4B166FC4"}},d6070ae98b8069de6b494332d1a1a81b6179d960:{currencyCode:"BIFI",displayName:"Beefy Finance",denominations:[{name:"BIFI",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xd6070ae98b8069de6B494332d1A1a81B6179D960"}},"264c1383ea520f73dd837f915ef3a732e204a493":{currencyCode:"BNB",displayName:"Binance",denominations:[{name:"BNB",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x264c1383EA520f73dd837F915ef3a732e204a493"}},"59414b3089ce2af0010e7523dea7e2b35d776ec7":{currencyCode:"YAK",displayName:"Yield Yak",denominations:[{name:"YAK",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x59414b3089ce2AF0010e7523Dea7E2b35d776ec7"}},"6e84a6216ea6dacc71ee8e6b0a5b7322eebc0fdd":{currencyCode:"JOE",displayName:"Joe Token",denominations:[{name:"JOE",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x6e84a6216eA6dACC71eE8E6b0a5B7322EEbC0fDd"}},"214db107654ff987ad859f34125307783fc8e387":{currencyCode:"FXS",displayName:"Frax Share",denominations:[{name:"FXS",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x214DB107654fF987AD859F34125307783fC8e387"}},"19860ccb0a68fd4213ab9d8266f7bbf05a8dde98":{currencyCode:"BUSD.e",displayName:"Binance USD",denominations:[{name:"BUSD.e",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x19860CCB0A68fd4213aB9D8266F7bBf05A8dDe98"}},d586e7f844cea2f87f50152665bcbc2c279d8d70:{currencyCode:"DAI.e",displayName:"Dai Stablecoin",denominations:[{name:"DAI.e",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xd586E7F844cEa2F87f50152665BCbc2C279D8d70"}},"5947bb275c521040051d82396192181b413227a3":{currencyCode:"LINK.e",displayName:"ChainLink Token",denominations:[{name:"LINK.e",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x5947BB275c521040051D82396192181b413227A3"}},"8ebaf22b6f053dffeaf46f4dd9efa95d89ba8580":{currencyCode:"UNI.e",displayName:"Uniswap",denominations:[{name:"UNI.e",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x8eBAf22B6F053dFFeaf46f4Dd9eFA95D89ba8580"}},b97ef9ef8734c71904d8002f8b6bc66dd9c48a6e:{currencyCode:"USDC",displayName:"USD Coin",denominations:[{name:"USDC",multiplier:"1000000"}],networkLocation:{contractAddress:"0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E"}},a7d7079b0fead91f3e65f86e8915cb59c1a4c664:{currencyCode:"USDC.e",displayName:"USD Coin",denominations:[{name:"USDC.e",multiplier:"1000000"}],networkLocation:{contractAddress:"0xA7D7079b0FEaD91F3e65f86E8915Cb59c1a4C664"}},c7198437980c041c805a1edcba50c1ce5db95118:{currencyCode:"USDT.e",displayName:"Tether USD",denominations:[{name:"USDT.e",multiplier:"1000000"}],networkLocation:{contractAddress:"0xc7198437980c041c805A1EDcbA50c1Ce5db95118"}},"50b7545627a5162f82a992c33b87adc75187b218":{currencyCode:"WBTC.e",displayName:"Wrapped BTC",denominations:[{name:"WBTC.e",multiplier:"100000000"}],networkLocation:{contractAddress:"0x50b7545627a5162F82A992c33b87aDc75187B218"}}},ie={rpcServers:["https://api.avax.network/ext/bc/C/rpc","https://rpc.ankr.com/avalanche"],evmScanApiServers:["https://api.snowtrace.io"],blockcypherApiServers:[],blockbookServers:[],uriNetworks:["avalanche"],ercTokenStandard:"ERC20",chainParams:{chainId:43114,name:"AVAX Mainnet"},supportsEIP1559:!0,hdPathCoinType:9e3,checkUnconfirmedTransactions:!1,iosAllowedTokens:{},blockchairApiServers:[],alethioApiServers:[],alethioCurrencies:null,amberdataRpcServers:[],amberdataApiServers:[],amberDataBlockchainId:"",pluginMnemonicKeyName:"avalancheMnemonic",pluginRegularKeyName:"avalancheKey",ethGasStationUrl:null,defaultNetworkFees:{default:{baseFeeMultiplier:{lowFee:"1",standardFeeLow:"1.25",standardFeeHigh:"1.5",highFee:"1.75"},gasLimit:{regularTransaction:"21000",tokenTransaction:"300000",minGasLimit:"21000"},gasPrice:{lowFee:"25000000000",standardFeeLow:"27000000000",standardFeeHigh:"30000000000",standardFeeLowAmount:"100000000000000000",standardFeeHighAmount:"10000000000000000000",highFee:"50000000000",minGasPrice:"25000000000"},minPriorityFee:"25000000000"}}},H={currencyCode:"AVAX",displayName:"Avalanche",pluginId:"avalanche",walletType:"wallet:avalanche",memoType:"hex",canReplaceByFee:!0,defaultSettings:{customFeeSettings:["gasLimit","gasPrice"],otherSettings:R({},ie)},addressExplorer:"https://snowtrace.io/address/%s",transactionExplorer:"https://snowtrace.io/tx/%s",denominations:[{name:"AVAX",multiplier:"1000000000000000000",symbol:"AVAX"}],metaTokens:(0,P.ZS)(V)},D=(0,s.P)({builtinTokens:V,currencyInfo:H,networkInfo:ie,getInnerPlugin(){return U(this,null,function*(){return yield Promise.all([o.e(428),o.e(246),o.e(821),o.e(153),o.e(266),o.e(835),o.e(539),o.e(780),o.e(291),o.e(94),o.e(221),o.e(944),o.e(614),o.e(898),o.e(244),o.e(513)]).then(o.bind(o,6094))})}});var X=Object.defineProperty,ce=Object.getOwnPropertySymbols,pe=Object.prototype.hasOwnProperty,de=Object.prototype.propertyIsEnumerable,ye=(v,p,m)=>p in v?X(v,p,{enumerable:!0,configurable:!0,writable:!0,value:m}):v[p]=m,M=(v,p)=>{for(var m in p||(p={}))pe.call(p,m)&&ye(v,m,p[m]);if(ce)for(var m of ce(p))de.call(p,m)&&ye(v,m,p[m]);return v},x=(v,p,m)=>new Promise((ue,q)=>{var me=w=>{try{K(m.next(w))}catch(G){q(G)}},he=w=>{try{K(m.throw(w))}catch(G){q(G)}},K=w=>w.done?ue(w.value):Promise.resolve(w.value).then(me,he);K((m=m.apply(v,p)).next())});const B={"8ac76a51cc950d9822d68b83fe1ad97b32cd580d":{currencyCode:"USDC",displayName:"USD Coin",denominations:[{name:"USDC",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x8AC76a51cc950d9822D68b83fE1Ad97B32Cd580d"}}},re={rpcServers:["https://rpc.ankr.com/bsc","https://bsc-dataseed.binance.org","https://bsc-dataseed1.defibit.io","https://bsc-dataseed1.ninicoin.io"],evmScanApiServers:["https://api.bscscan.com"],blockcypherApiServers:[],blockbookServers:[],uriNetworks:["smartchain"],ercTokenStandard:"ERC20",chainParams:{chainId:56,name:"Binance Smart Chain"},hdPathCoinType:60,checkUnconfirmedTransactions:!1,iosAllowedTokens:{},blockchairApiServers:[],alethioApiServers:[],alethioCurrencies:null,amberdataRpcServers:[],amberdataApiServers:[],amberDataBlockchainId:"",pluginMnemonicKeyName:"binancesmartchainMnemonic",pluginRegularKeyName:"binancesmartchainKey",ethGasStationUrl:null,defaultNetworkFees:{default:{baseFeeMultiplier:void 0,gasLimit:{regularTransaction:"21000",tokenTransaction:"200000",minGasLimit:"21000"},gasPrice:{lowFee:"1000000001",standardFeeLow:"40000000001",standardFeeHigh:"300000000001",standardFeeLowAmount:"100000000000000000",standardFeeHighAmount:"10000000000000000000",highFee:"40000000001",minGasPrice:"1000000000"},minPriorityFee:void 0}}},ae={currencyCode:"BNB",displayName:"BNB Smart Chain",pluginId:"binancesmartchain",walletType:"wallet:binancesmartchain",memoType:"hex",canReplaceByFee:!0,defaultSettings:{customFeeSettings:["gasLimit","gasPrice"],otherSettings:M({},re)},addressExplorer:"https://bscscan.com/address/%s",transactionExplorer:"https://bscscan.com/tx/%s",denominations:[{name:"BNB",multiplier:"1000000000000000000",symbol:"BNB"}],metaTokens:(0,P.ZS)(B)},g=(0,s.P)({builtinTokens:B,currencyInfo:ae,networkInfo:re,getInnerPlugin(){return x(this,null,function*(){return yield Promise.all([o.e(428),o.e(246),o.e(821),o.e(153),o.e(266),o.e(835),o.e(539),o.e(780),o.e(291),o.e(94),o.e(221),o.e(944),o.e(614),o.e(898),o.e(244),o.e(513)]).then(o.bind(o,6094))})}});var I=Object.defineProperty,d=Object.getOwnPropertySymbols,e=Object.prototype.hasOwnProperty,n=Object.prototype.propertyIsEnumerable,r=(v,p,m)=>p in v?I(v,p,{enumerable:!0,configurable:!0,writable:!0,value:m}):v[p]=m,a=(v,p)=>{for(var m in p||(p={}))e.call(p,m)&&r(v,m,p[m]);if(d)for(var m of d(p))n.call(p,m)&&r(v,m,p[m]);return v},i=(v,p,m)=>new Promise((ue,q)=>{var me=w=>{try{K(m.next(w))}catch(G){q(G)}},he=w=>{try{K(m.throw(w))}catch(G){q(G)}},K=w=>w.done?ue(w.value):Promise.resolve(w.value).then(me,he);K((m=m.apply(v,p)).next())});const f={"765de816845861e75a25fca122bb6898b8b1282a":{currencyCode:"CUSD",displayName:"Celo Dollar",denominations:[{name:"CUSD",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x765DE816845861e75A25fCA122bb6898B8B1282a"}},d8763cba276a3738e6de85b4b3bf5fded6d6ca73:{currencyCode:"CEUR",displayName:"Celo Euro",denominations:[{name:"CEUR",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xD8763CBa276a3738E6DE85b4b3bF5FDed6D6cA73"}}},c={rpcServers:["https://forno.celo.org","https://rpc.ankr.com/celo","https://celo-mainnet-rpc.allthatnode.com"],evmScanApiServers:["https://explorer.celo.org/mainnet"],blockcypherApiServers:[],blockbookServers:[],uriNetworks:["celo"],ercTokenStandard:"ERC20",chainParams:{chainId:42220,name:"Celo Mainnet"},hdPathCoinType:52752,checkUnconfirmedTransactions:!1,iosAllowedTokens:{},blockchairApiServers:[],alethioApiServers:[],alethioCurrencies:null,amberdataRpcServers:[],amberdataApiServers:[],amberDataBlockchainId:"",pluginMnemonicKeyName:"celoMnemonic",pluginRegularKeyName:"celoKey",ethGasStationUrl:null,defaultNetworkFees:{default:{baseFeeMultiplier:{lowFee:"1",standardFeeLow:"1.25",standardFeeHigh:"1.5",highFee:"1.75"},gasLimit:{regularTransaction:"21000",tokenTransaction:"300000",minGasLimit:"21000"},gasPrice:{lowFee:"25000000000",standardFeeLow:"27000000000",standardFeeHigh:"30000000000",standardFeeLowAmount:"100000000000000000",standardFeeHighAmount:"10000000000000000000",highFee:"50000000000",minGasPrice:"25000000000"},minPriorityFee:"25000000000"}}},l={currencyCode:"CELO",displayName:"Celo",pluginId:"celo",walletType:"wallet:celo",memoType:"hex",canReplaceByFee:!0,defaultSettings:{customFeeSettings:["gasLimit","gasPrice"],otherSettings:a({},c)},addressExplorer:"https://explorer.celo.org/address/%s",transactionExplorer:"https://explorer.celo.org/tx/%s",denominations:[{name:"CELO",multiplier:"1000000000000000000",symbol:"CELO"}],metaTokens:(0,P.ZS)(f)},E=(0,s.P)({builtinTokens:f,currencyInfo:l,networkInfo:c,getInnerPlugin(){return i(this,null,function*(){return yield Promise.all([o.e(428),o.e(246),o.e(821),o.e(153),o.e(266),o.e(835),o.e(539),o.e(780),o.e(291),o.e(94),o.e(221),o.e(944),o.e(614),o.e(898),o.e(244),o.e(513)]).then(o.bind(o,6094))})}});var k=Object.defineProperty,O=Object.getOwnPropertySymbols,z=Object.prototype.hasOwnProperty,_=Object.prototype.propertyIsEnumerable,se=(v,p,m)=>p in v?k(v,p,{enumerable:!0,configurable:!0,writable:!0,value:m}):v[p]=m,Ve=(v,p)=>{for(var m in p||(p={}))z.call(p,m)&&se(v,m,p[m]);if(O)for(var m of O(p))_.call(p,m)&&se(v,m,p[m]);return v},fe=(v,p,m)=>new Promise((ue,q)=>{var me=w=>{try{K(m.next(w))}catch(G){q(G)}},he=w=>{try{K(m.throw(w))}catch(G){q(G)}},K=w=>w.done?ue(w.value):Promise.resolve(w.value).then(me,he);K((m=m.apply(v,p)).next())});const ve={"2c78f1b70ccf63cdee49f9233e9faa99d43aa07e":{currencyCode:"DAI",displayName:"Dai Stablecoin",denominations:[{name:"DAI",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x2c78f1b70ccf63cdee49f9233e9faa99d43aa07e"}}},ge={rpcServers:["https://www.ethercluster.com/etc"],evmScanApiServers:["https://blockscout.com/etc/mainnet"],blockcypherApiServers:[],blockbookServers:["https://etcbook.guarda.co","https://etc1.trezor.io"],uriNetworks:["ethereumclassic","etherclass"],ercTokenStandard:"ERC20",chainParams:{chainId:61,name:"Ethereum Classic"},hdPathCoinType:61,checkUnconfirmedTransactions:!1,iosAllowedTokens:{},blockchairApiServers:[],alethioApiServers:[],alethioCurrencies:null,amberdataRpcServers:[],amberdataApiServers:[],amberDataBlockchainId:"",pluginMnemonicKeyName:"ethereumclassicMnemonic",pluginRegularKeyName:"ethereumclassicKey",ethGasStationUrl:null,defaultNetworkFees:{default:{baseFeeMultiplier:void 0,gasLimit:{regularTransaction:"21000",tokenTransaction:"200000",minGasLimit:"21000"},gasPrice:{lowFee:"1000000001",standardFeeLow:"40000000001",standardFeeHigh:"300000000001",standardFeeLowAmount:"100000000000000000",standardFeeHighAmount:"10000000000000000000",highFee:"40000000001",minGasPrice:"1000000000"},minPriorityFee:void 0},"1983987abc9837fbabc0982347ad828":{baseFeeMultiplier:void 0,gasLimit:{regularTransaction:"21002",tokenTransaction:"37124"},gasPrice:{lowFee:"1000000002",standardFeeLow:"40000000002",standardFeeHigh:"300000000002",standardFeeLowAmount:"200000000000000000",standardFeeHighAmount:"20000000000000000000",highFee:"40000000002"},minPriorityFee:void 0},"2983987abc9837fbabc0982347ad828":{baseFeeMultiplier:void 0,gasLimit:{regularTransaction:"21002",tokenTransaction:"37124"},gasPrice:void 0,minPriorityFee:void 0}}},Qe={currencyCode:"ETC",displayName:"Ethereum Classic",pluginId:"ethereumclassic",walletType:"wallet:ethereumclassic",memoType:"hex",canReplaceByFee:!0,defaultSettings:{customFeeSettings:["gasLimit","gasPrice"],otherSettings:Ve({},ge)},addressExplorer:"https://blockscout.com/etc/mainnet/address/%s",transactionExplorer:"https://blockscout.com/etc/mainnet/tx/%s",denominations:[{name:"ETC",multiplier:"1000000000000000000",symbol:"\u039E"},{name:"mETC",multiplier:"1000000000000000",symbol:"m\u039E"}],metaTokens:(0,P.ZS)(ve)},Ce=(0,s.P)({builtinTokens:ve,currencyInfo:Qe,networkInfo:ge,getInnerPlugin(){return fe(this,null,function*(){return yield Promise.all([o.e(428),o.e(246),o.e(821),o.e(153),o.e(266),o.e(835),o.e(539),o.e(780),o.e(291),o.e(94),o.e(221),o.e(944),o.e(614),o.e(898),o.e(244),o.e(513)]).then(o.bind(o,6094))})}});var Ie=Object.defineProperty,ze=Object.getOwnPropertySymbols,Se=Object.prototype.hasOwnProperty,Ne=Object.prototype.propertyIsEnumerable,Ze=(v,p,m)=>p in v?Ie(v,p,{enumerable:!0,configurable:!0,writable:!0,value:m}):v[p]=m,Me=(v,p)=>{for(var m in p||(p={}))Se.call(p,m)&&Ze(v,m,p[m]);if(ze)for(var m of ze(p))Ne.call(p,m)&&Ze(v,m,p[m]);return v},Te=(v,p,m)=>new Promise((ue,q)=>{var me=w=>{try{K(m.next(w))}catch(G){q(G)}},he=w=>{try{K(m.throw(w))}catch(G){q(G)}},K=w=>w.done?ue(w.value):Promise.resolve(w.value).then(me,he);K((m=m.apply(v,p)).next())});const Ye={ff795577d9ac8bd7d90ee22b6c1703490b6512fd:{currencyCode:"DAI",displayName:"Dai Stablecoin",denominations:[{name:"DAI",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xff795577d9ac8bd7d90ee22b6c1703490b6512fd"}},d0a1e359811322d97991e03f863a0c30c2cf029c:{currencyCode:"WETH",displayName:"Wrapped ETH",denominations:[{name:"WETH",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xd0a1e359811322d97991e03f863a0c30c2cf029c"}},d1b98b6607330172f1d991521145a22bce793277:{currencyCode:"WBTC",displayName:"Wrapped Bitcoin",denominations:[{name:"WBTC",multiplier:"100000000"}],networkLocation:{contractAddress:"0xD1B98B6607330172f1D991521145A22BCe793277"}}},Ae={rpcServers:["http://localhost:8545"],evmScanApiServers:[],blockcypherApiServers:[],blockbookServers:[],uriNetworks:["ethereum","ether"],ercTokenStandard:"ERC20",chainParams:{chainId:42,name:"ethereum"},supportsEIP1559:!0,hdPathCoinType:60,checkUnconfirmedTransactions:!0,iosAllowedTokens:{REP:!0,WINGS:!0,HUR:!0,IND:!0,USDT:!0},blockchairApiServers:[],alethioApiServers:[],alethioCurrencies:{native:"ether",token:"token"},amberdataRpcServers:[],amberdataApiServers:[],amberDataBlockchainId:"",pluginMnemonicKeyName:"ethDevMnemonic",pluginRegularKeyName:"ethDevKey",ethGasStationUrl:"https://www.ethgasstation.info/json/ethgasAPI.json",defaultNetworkFees:{default:{baseFeeMultiplier:{lowFee:"1",standardFeeLow:"1.25",standardFeeHigh:"1.5",highFee:"1.75"},gasLimit:{regularTransaction:"21000",tokenTransaction:"300000",minGasLimit:"21000"},gasPrice:{lowFee:"1000000001",standardFeeLow:"40000000001",standardFeeHigh:"300000000001",standardFeeLowAmount:"100000000000000000",standardFeeHighAmount:"10000000000000000000",highFee:"40000000001",minGasPrice:"1000000000"},minPriorityFee:"2000000000"},"1983987abc9837fbabc0982347ad828":{baseFeeMultiplier:void 0,gasLimit:{regularTransaction:"21002",tokenTransaction:"37124"},gasPrice:{lowFee:"1000000002",standardFeeLow:"40000000002",standardFeeHigh:"300000000002",standardFeeLowAmount:"200000000000000000",standardFeeHighAmount:"20000000000000000000",highFee:"40000000002"},minPriorityFee:void 0},"2983987abc9837fbabc0982347ad828":{baseFeeMultiplier:void 0,gasLimit:{regularTransaction:"21002",tokenTransaction:"37124"},gasPrice:void 0,minPriorityFee:void 0}}},Pe={currencyCode:"ETH",displayName:"Dev Ethereum",pluginId:"ethDev",walletType:"wallet:ethDev",memoType:"hex",canReplaceByFee:!0,defaultSettings:{customFeeSettings:["gasLimit","gasPrice"],otherSettings:Me({},Ae)},addressExplorer:"https://etherscan.io/address/%s",transactionExplorer:"https://etherscan.io/tx/%s",denominations:[{name:"ETH",multiplier:"1000000000000000000",symbol:"\u039E"},{name:"mETH",multiplier:"1000000000000000",symbol:"m\u039E"}],metaTokens:(0,P.ZS)(Ye)},Fe=(0,s.P)({builtinTokens:Ye,currencyInfo:Pe,networkInfo:Ae,getInnerPlugin(){return Te(this,null,function*(){return yield Promise.all([o.e(428),o.e(246),o.e(821),o.e(153),o.e(266),o.e(835),o.e(539),o.e(780),o.e(291),o.e(94),o.e(221),o.e(944),o.e(614),o.e(898),o.e(244),o.e(513)]).then(o.bind(o,6094))})}});var Je=Object.defineProperty,we=Object.getOwnPropertySymbols,Ee=Object.prototype.hasOwnProperty,$e=Object.prototype.propertyIsEnumerable,be=(v,p,m)=>p in v?Je(v,p,{enumerable:!0,configurable:!0,writable:!0,value:m}):v[p]=m,ke=(v,p)=>{for(var m in p||(p={}))Ee.call(p,m)&&be(v,m,p[m]);if(we)for(var m of we(p))$e.call(p,m)&&be(v,m,p[m]);return v},qe=(v,p,m)=>new Promise((ue,q)=>{var me=w=>{try{K(m.next(w))}catch(G){q(G)}},he=w=>{try{K(m.throw(w))}catch(G){q(G)}},K=w=>w.done?ue(w.value):Promise.resolve(w.value).then(me,he);K((m=m.apply(v,p)).next())});const xe={"111111111117dc0aa78b770fa6a738034120c302":{currencyCode:"1INCH",displayName:"1inch",denominations:[{name:"1INCH",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x111111111117dc0aa78b770fa6a738034120c302"}},"7fc66500c84a76ad7e9c93437bfc5ac33e2ddae9":{currencyCode:"AAVE",displayName:"Aave",denominations:[{name:"AAVE",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x7Fc66500c84A76Ad7e9c93437bFc5Ac33E2DDaE9"}},"05ec93c0365baaeabf7aeffb0972ea7ecdd39cf1":{currencyCode:"ABAT",displayName:"Aave Interest Bearing BAT",denominations:[{name:"ABAT",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x05ec93c0365baaeabf7aeffb0972ea7ecdd39cf1"}},"028171bca77440897b824ca71d1c56cac55b68a3":{currencyCode:"ADAI",displayName:"Aave Interest Bearing Dai",denominations:[{name:"ADAI",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x028171bCA77440897B824Ca71D1c56caC55b68A3"}},"39c6b3e42d6a679d7d776778fe880bc9487c2eda":{currencyCode:"AKNC",displayName:"Aave Interest Bearing KNC",denominations:[{name:"AKNC",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x39c6b3e42d6a679d7d776778fe880bc9487c2eda"}},a06bc25b5805d5f8d82847d191cb4af5a3e873e0:{currencyCode:"ALINK",displayName:"Aave Interest Bearing LINK",denominations:[{name:"ALINK",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xa06bc25b5805d5f8d82847d191cb4af5a3e873e0"}},a685a61171bb30d4072b338c80cb7b2c865c873e:{currencyCode:"AMANA",displayName:"Aave Interest Bearing MANA",denominations:[{name:"AMANA",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xa685a61171bb30d4072b338c80cb7b2c865c873e"}},c713e5e149d5d0715dcd1c156a020976e7e56b88:{currencyCode:"AMKR",displayName:"Aave Interest Bearing MKR",denominations:[{name:"AMKR",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xc713e5e149d5d0715dcd1c156a020976e7e56b88"}},d46ba6d942050d489dbd938a2c909a5d5039a161:{currencyCode:"AMPL",displayName:"Ampleforth",denominations:[{name:"AMPL",multiplier:"1000000000"}],networkLocation:{contractAddress:"0xd46ba6d942050d489dbd938a2c909a5d5039a161"}},a117000000f279d81a1d3cc75430faa017fa5a2e:{currencyCode:"ANT",displayName:"Aragon",denominations:[{name:"ANT",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xa117000000f279D81A1D3cc75430fAA017FA5A2e"}},"960b236a07cf122663c4303350609a66a7b288c0":{currencyCode:"ANTV1",displayName:"Aragon",denominations:[{name:"ANTV1",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x960b236A07cf122663c4303350609A66A7B288C0"}},cc12abe4ff81c9378d670de1b57f8e0dd228d77a:{currencyCode:"AREN",displayName:"Aave Interest Bearing REN",denominations:[{name:"AREN",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xcc12abe4ff81c9378d670de1b57f8e0dd228d77a"}},"35f6b052c598d933d69a4eec4d04c73a191fe6c2":{currencyCode:"ASNX",displayName:"Aave Interest Bearing SNX",denominations:[{name:"ASNX",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x35f6b052c598d933d69a4eec4d04c73a191fe6c2"}},"6c5024cd4f8a59110119c56f8933403a539555eb":{currencyCode:"ASUSD",displayName:"Aave Interest Bearing SUSD",denominations:[{name:"ASUSD",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x6c5024cd4f8a59110119c56f8933403a539555eb"}},b9d7cb55f463405cdfbe4e90a6d2df01c2b92bf1:{currencyCode:"AUNI",displayName:"Aave Interest Bearing UNI",denominations:[{name:"AUNI",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xb9d7cb55f463405cdfbe4e90a6d2df01c2b92bf1"}},bcca60bb61934080951369a648fb03df4f96263c:{currencyCode:"AUSDC",displayName:"Aave Interest Bearing USDC",denominations:[{name:"AUSDC",multiplier:"1000000"}],networkLocation:{contractAddress:"0xbcca60bb61934080951369a648fb03df4f96263c"}},"3ed3b47dd13ec9a98b44e6204a523e766b225811":{currencyCode:"AUSDT",displayName:"Aave Interest Bearing USDT",denominations:[{name:"AUSDT",multiplier:"1000000"}],networkLocation:{contractAddress:"0x3ed3b47dd13ec9a98b44e6204a523e766b225811"}},"9ff58f4ffb29fa2266ab25e75e2a8b3503311656":{currencyCode:"AWBTC",displayName:"Aave Interest Bearing Wrapped BTC",denominations:[{name:"AWBTC",multiplier:"100000000"}],networkLocation:{contractAddress:"0x9ff58f4ffb29fa2266ab25e75e2a8b3503311656"}},"030ba81f1c18d280636f32af80b9aad02cf0854e":{currencyCode:"AWETH",displayName:"Aave Interest Bearing Wrapped ETH",denominations:[{name:"AWETH",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x030ba81f1c18d280636f32af80b9aad02cf0854e"}},"5165d24277cd063f5ac44efd447b27025e888f37":{currencyCode:"AYFI",displayName:"Aave Interest Bearing YFI",denominations:[{name:"AYFI",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x5165d24277cd063f5ac44efd447b27025e888f37"}},df7ff54aacacbff42dfe29dd6144a69b629f8c9e:{currencyCode:"AZRX",displayName:"Aave Interest Bearing ZRX",denominations:[{name:"AZRX",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xdf7ff54aacacbff42dfe29dd6144a69b629f8c9e"}},"3472a5a71965499acd81997a54bba8d852c6e53d":{currencyCode:"BADGER",displayName:"Badger",denominations:[{name:"BADGER",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x3472A5A71965499acd81997a54BBA8D852C6E53d"}},ba100000625a3754423978a60c9317c58a424e3d:{currencyCode:"BAL",displayName:"Balancer",denominations:[{name:"BAL",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xba100000625a3754423978a60c9317c58a424e3d"}},ba11d00c5f74255f56a5e366f4f77f5a186d7f55:{currencyCode:"BAND",displayName:"BAND",denominations:[{name:"BAND",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xba11d00c5f74255f56a5e366f4f77f5a186d7f55"}},"0d8775f648430679a709e98d2b0cb6250d2887ef":{currencyCode:"BAT",displayName:"Basic Attention Token",denominations:[{name:"BAT",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x0D8775F648430679A709E98d2b0Cb6250d2887EF"}},b8c77482e45f1f44de1745f52c74426c631bdd52:{currencyCode:"BNB",displayName:"Binance",denominations:[{name:"BNB",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xB8c77482e45F1F44dE1745F52C74426C631bDD52"}},"1f573d6fb3f13d689ff844b4ce37794d79a7ff1c":{currencyCode:"BNT",displayName:"Bancor",denominations:[{name:"BNT",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x1F573D6Fb3F13d689FF844B4cE37794d79a7FF1C"}},"420412e765bfa6d85aaac94b4f7b708c89be2e2b":{currencyCode:"BRZ",displayName:"BRZ Token",denominations:[{name:"BRZ",multiplier:"10000"}],networkLocation:{contractAddress:"0x420412E765BFa6d85aaaC94b4f7b708C89be2e2B"}},"6c8c6b02e7b2be14d4fa6022dfd6d75921d90e4e":{currencyCode:"CBAT",displayName:"Compound BAT",denominations:[{name:"CBAT",multiplier:"100000000"}],networkLocation:{contractAddress:"0x6c8c6b02e7b2be14d4fa6022dfd6d75921d90e4e"}},"5d3a536e4d6dbd6114cc1ead35777bab948e3643":{currencyCode:"CDAI",displayName:"Compound DAI",denominations:[{name:"CDAI",multiplier:"100000000"}],networkLocation:{contractAddress:"0x5d3a536E4D6DbD6114cc1Ead35777bAB948E3643"}},"4ddc2d193948926d02f9b1fe9e1daa0718270ed5":{currencyCode:"CETH",displayName:"Compound ETH",denominations:[{name:"CETH",multiplier:"100000000"}],networkLocation:{contractAddress:"0x4ddc2d193948926d02f9b1fe9e1daa0718270ed5"}},ffffffff2ba8f66d4e51811c5190992176930278:{currencyCode:"COMBO",displayName:"COMBO",denominations:[{name:"COMBO",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xffffffff2ba8f66d4e51811c5190992176930278"}},c00e94cb662c3520282e6f5717214004a7f26888:{currencyCode:"COMP",displayName:"Compound",denominations:[{name:"COMP",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xc00e94cb662c3520282e6f5717214004a7f26888"}},"2ba592f78db6436527729929aaf6c908497cb200":{currencyCode:"CREAM",displayName:"Cream",denominations:[{name:"CREAM",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x2ba592F78dB6436527729929AAf6c908497cB200"}},"158079ee67fce2f58472a96584a73c7ab9ac95c1":{currencyCode:"CREP",displayName:"Compound Augur",denominations:[{name:"CREP",multiplier:"100000000"}],networkLocation:{contractAddress:"0x158079ee67fce2f58472a96584a73c7ab9ac95c1"}},d533a949740bb3306d119cc777fa900ba034cd52:{currencyCode:"CRV",displayName:"Curve DAO Token",denominations:[{name:"CRV",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xD533a949740bb3306d119CC777fa900bA034cd52"}},f5dce57282a584d2746faf1593d3121fcac444dc:{currencyCode:"CSAI",displayName:"Compound SAI",denominations:[{name:"CSAI",multiplier:"100000000"}],networkLocation:{contractAddress:"0xf5dce57282a584d2746faf1593d3121fcac444dc"}},"39aa39c021dfbae8fac545936693ac917d5e7563":{currencyCode:"CUSDC",displayName:"Compound USDC",denominations:[{name:"CUSDC",multiplier:"100000000"}],networkLocation:{contractAddress:"0x39aa39c021dfbae8fac545936693ac917d5e7563"}},"38e4adb44ef08f22f5b5b76a8f0c2d0dcbe7dca1":{currencyCode:"CVP",displayName:"Concentrated Voting Power",denominations:[{name:"CVP",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x38e4adb44ef08f22f5b5b76a8f0c2d0dcbe7dca1"}},c11b1268c1a384e55c48c2391d8d480264a3a7f4:{currencyCode:"CWBTC",displayName:"Compound WBTC",denominations:[{name:"CWBTC",multiplier:"100000000"}],networkLocation:{contractAddress:"0xc11b1268c1a384e55c48c2391d8d480264a3a7f4"}},b3319f5d18bc0d84dd1b4825dcde5d5f7266d407:{currencyCode:"CZRX",displayName:"Compound ZRX",denominations:[{name:"CZRX",multiplier:"100000000"}],networkLocation:{contractAddress:"0xb3319f5d18bc0d84dd1b4825dcde5d5f7266d407"}},"6b175474e89094c44da98b954eedeac495271d0f":{currencyCode:"DAI",displayName:"Dai Stablecoin",denominations:[{name:"DAI",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x6B175474E89094C44Da98b954EedeAC495271d0F"}},ad32a8e6220741182940c5abf610bde99e737b2d:{currencyCode:"DOUGH",displayName:"PieDAO",denominations:[{name:"DOUGH",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xad32a8e6220741182940c5abf610bde99e737b2d"}},"1494ca1f11d487c2bbe4543e90080aeba4ba3c2b":{currencyCode:"DPI",displayName:"DefiPulse Index",denominations:[{name:"DPI",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x1494ca1f11d487c2bbe4543e90080aeba4ba3c2b"}},b1cd6e4153b2a390cf00a6556b0fc1458c4a5533:{currencyCode:"ETHBNT",displayName:"BNT Smart Token Relay",denominations:[{name:"ETHBNT",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xb1CD6e4153B2a390Cf00A6556b0fC1458C4A5533"}},"4e15361fd6b4bb609fa63c81a2be19d873717870":{currencyCode:"FTM",displayName:"Fantom",denominations:[{name:"FTM",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x4e15361fd6b4bb609fa63c81a2be19d873717870"}},"419d0d8bdd9af5e606ae2232ed285aff190e711b":{currencyCode:"FUN",displayName:"FunFair",denominations:[{name:"FUN",multiplier:"100000000"}],networkLocation:{contractAddress:"0x419D0d8BdD9aF5e606Ae2232ed285Aff190E711b"}},"7dd9c5cba05e151c895fde1cf355c9a1d5da6429":{currencyCode:"GLM",displayName:"Golem",denominations:[{name:"GLM",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x7DD9c5Cba05E151C895FDe1CF355C9A1D5DA6429"}},"6810e776880c02933d47db1b9fc05908e5386b96":{currencyCode:"GNO",displayName:"Gnosis",denominations:[{name:"GNO",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x6810e776880C02933D47DB1b9fc05908e5386b96"}},a74476443119a942de498590fe1f2454d7d4ac0d:{currencyCode:"GNT",displayName:"Golem (old)",denominations:[{name:"GNT",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xa74476443119A942dE498590Fe1f2454d7D4aC0d"}},"056fd409e1d7a124bd7017459dfea2f387b6d5cd":{currencyCode:"GUSD",displayName:"Gemini Dollar",denominations:[{name:"GUSD",multiplier:"100"}],networkLocation:{contractAddress:"0x056fd409e1d7a124bd7017459dfea2f387b6d5cd"}},"2e91e3e54c5788e9fdd6a181497fdcea1de1bcc1":{currencyCode:"HERC",displayName:"Hercules",denominations:[{name:"HERC",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x2e91E3e54C5788e9FdD6A181497FDcEa1De1bcc1"}},cdb7ecfd3403eef3882c65b761ef9b5054890a47:{currencyCode:"HUR",displayName:"Hurify",denominations:[{name:"HUR",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xCDB7eCFd3403Eef3882c65B761ef9B5054890a47"}},"875773784af8135ea0ef43b5a374aad105c5d39e":{currencyCode:"IDLE",displayName:"Idle Finance",denominations:[{name:"IDLE",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x875773784Af8135eA0ef43b5a374AaD105c5D39e"}},f8e386eda857484f5a12e4b5daa9984e06e73705:{currencyCode:"IND",displayName:"Indorse",denominations:[{name:"IND",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xf8e386EDa857484f5a12e4B5DAa9984E06E73705"}},"0954906da0bf32d5479e25f46056d22f08464cab":{currencyCode:"INDEX",displayName:"INDEX COOP",denominations:[{name:"INDEX",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x0954906da0Bf32d5479e25f46056d22f08464cab"}},"818fc6c2ec5986bc6e2cbf00939d90556ab12ce5":{currencyCode:"KIN",displayName:"Kin",denominations:[{name:"KIN",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x818Fc6C2Ec5986bc6E2CBf00939d90556aB12ce5"}},dd974d5c2e2928dea5f71b9825b8b646686bd200:{currencyCode:"KNCV1",displayName:"Kyber Network",denominations:[{name:"KNCV1",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xdd974D5C2e2928deA5F71b9825b8b646686BD200"}},defa4e8a7bcba345f687a2f1456f5edd9ce97202:{currencyCode:"KNC",displayName:"Kyber Network",denominations:[{name:"KNC",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xdeFA4e8a7bcBA345F687a2f1456F5Edd9CE97202"}},"514910771af9ca656af840dff83e8264ecf986ca":{currencyCode:"LINK",displayName:"Chainlink",denominations:[{name:"LINK",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x514910771af9ca656af840dff83e8264ecf986ca"}},"0f5d2fb29fb7d3cfee444a200298f468908cc942":{currencyCode:"MANA",displayName:"Decentraland",denominations:[{name:"MANA",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x0F5D2fB29fb7d3CFeE444a200298f468908cC942"}},"7d1afa7b718fb893db30a3abc0cfc608aacfebb0":{currencyCode:"MATIC",displayName:"Polygon",denominations:[{name:"MATIC",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x7d1afa7b718fb893db30a3abc0cfc608aacfebb0"}},a3d58c4e56fedcae3a7c43a725aee9a71f0ece4e:{currencyCode:"MET",displayName:"Metronome",denominations:[{name:"MET",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xa3d58c4e56fedcae3a7c43a725aee9a71f0ece4e"}},"9f8f72aa9304c8b593d555f12ef6589cc3a579a2":{currencyCode:"MKR",displayName:"Maker",denominations:[{name:"MKR",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x9f8F72aA9304c8B593d555F12eF6589cC3A579A2"}},b62132e35a6c13ee1ee0f84dc5d40bad8d815206:{currencyCode:"NEXO",displayName:"Nexo",denominations:[{name:"NEXO",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xb62132e35a6c13ee1ee0f84dc5d40bad8d815206"}},"1776e1f26f98b1a5df9cd347953a26dd3cb46671":{currencyCode:"NMR",displayName:"Numeraire",denominations:[{name:"NMR",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x1776e1F26f98b1A5dF9cD347953a26dd3Cb46671"}},e9a95d175a5f4c9369f3b74222402eb1b837693b:{currencyCode:"NOW",displayName:"NOW Token",denominations:[{name:"NOW",multiplier:"100000000"}],networkLocation:{contractAddress:"0xe9a95d175a5f4c9369f3b74222402eb1b837693b"}},d7c49cee7e9188cca6ad8ff264c1da2e69d4cf3b:{currencyCode:"NXM",displayName:"Nexus Mutual",denominations:[{name:"NXM",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xd7c49cee7e9188cca6ad8ff264c1da2e69d4cf3b"}},"967da4048cd07ab37855c090aaf366e4ce1b9f48":{currencyCode:"OCEAN",displayName:"OCEAN",denominations:[{name:"OCEAN",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x967da4048cD07aB37855c090aAF366e4ce1b9F48"}},"8207c1ffc5b6804f6024322ccf34f29c3541ae26":{currencyCode:"OGN",displayName:"Origin",denominations:[{name:"OGN",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x8207c1ffc5b6804f6024322ccf34f29c3541ae26"}},d26114cd6ee289accf82350c8d8487fedb8a0c07:{currencyCode:"OMG",displayName:"OmiseGO",denominations:[{name:"OMG",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xd26114cd6EE289AccF82350c8d8487fedB8A0C07"}},"4575f41308ec1483f3d399aa9a2826d74da13deb":{currencyCode:"OXT",displayName:"Orchid",denominations:[{name:"OXT",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x4575f41308EC1483f3d399aa9a2826d74Da13Deb"}},"429881672b9ae42b8eba0e26cd9c73711b891ca5":{currencyCode:"PICKLE",displayName:"PickleToken",denominations:[{name:"PICKLE",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x429881672B9AE42b8EbA0E26cD9C73711b891Ca5"}},"9992ec3cf6a55b00978cddf2b27bc6882d88d1ec":{currencyCode:"POLY",displayName:"Polymath Network",denominations:[{name:"POLY",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x9992eC3cF6A55b00978cdDF2b27BC6882d88D1eC"}},"408e41876cccdc0f92210600ef50372656052a38":{currencyCode:"REN",displayName:"Ren",denominations:[{name:"REN",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x408e41876cccdc0f92210600ef50372656052a38"}},"459086f2376525bdceba5bdda135e4e9d3fef5bf":{currencyCode:"RENBCH",displayName:"Ren BCH",denominations:[{name:"RENBCH",multiplier:"100000000"}],networkLocation:{contractAddress:"0x459086f2376525bdceba5bdda135e4e9d3fef5bf"}},eb4c2781e4eba804ce9a9803c67d0893436bb27d:{currencyCode:"RENBTC",displayName:"Ren BTC",denominations:[{name:"RENBTC",multiplier:"100000000"}],networkLocation:{contractAddress:"0xeb4c2781e4eba804ce9a9803c67d0893436bb27d"}},"1c5db575e2ff833e46a2e9864c22f4b22e0b37c2":{currencyCode:"RENZEC",displayName:"Ren ZEC",denominations:[{name:"RENZEC",multiplier:"100000000"}],networkLocation:{contractAddress:"0x1c5db575e2ff833e46a2e9864c22f4b22e0b37c2"}},"1985365e9f78359a9b6ad760e32412f4a445e862":{currencyCode:"REP",displayName:"Augur",denominations:[{name:"REP",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x1985365e9f78359a9B6AD760e32412f4a445E862"}},"221657776846890989a759ba2973e427dff5c9bb":{currencyCode:"REPV2",displayName:"Augur v2",denominations:[{name:"REPV2",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x221657776846890989a759BA2973e427DfF5C9bB"}},fa5047c9c78b8877af97bdcb85db743fd7313d4a:{currencyCode:"ROOK",displayName:"Keeper DAO",denominations:[{name:"ROOK",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xfA5047c9c78B8877af97BDcb85Db743fD7313d4a"}},"89d24a6b4ccb1b6faa2625fe562bdd9a23260359":{currencyCode:"SAI",displayName:"Sai Stablecoin",denominations:[{name:"SAI",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x89d24a6b4ccb1b6faa2625fe562bdd9a23260359"}},"4156d3342d5c385a87d264f90653733592000581":{currencyCode:"SALT",displayName:"SALT",denominations:[{name:"SALT",multiplier:"100000000"}],networkLocation:{contractAddress:"0x4156D3342D5c385a87D264F90653733592000581"}},fe18be6b3bd88a2d2a7f928d00292e7a9963cfc6:{currencyCode:"SBTC",displayName:"Synthetix BTC",denominations:[{name:"SBTC",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xfE18be6b3Bd88A2D2A7f928d00292E7a9963CfC6"}},c011a73ee8576fb46f5e1c5751ca3b9fe0af2a6f:{currencyCode:"SNX",displayName:"Synthetix Network",denominations:[{name:"SNX",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xc011a73ee8576fb46f5e1c5751ca3b9fe0af2a6f"}},b64ef51c888972c908cfacf59b47c1afbc0ab8ac:{currencyCode:"STORJ",displayName:"Storj",denominations:[{name:"STORJ",multiplier:"100000000"}],networkLocation:{contractAddress:"0xB64ef51C888972c908CFacf59B47C1AfBC0Ab8aC"}},"57ab1ec28d129707052df4df418d58a2d46d5f51":{currencyCode:"SUSD",displayName:"Synthetix USD",denominations:[{name:"SUSD",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x57Ab1ec28D129707052df4dF418D58a2D46d5f51"}},"6b3595068778dd592e39a122f4f5a5cf09c90fe2":{currencyCode:"SUSHI",displayName:"Sushi Token",denominations:[{name:"SUSHI",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x6b3595068778dd592e39a122f4f5a5cf09c90fe2"}},"8daebade922df735c38c80c7ebd708af50815faa":{currencyCode:"TBTC",displayName:"tBTC",denominations:[{name:"TBTC",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x8dAEBADE922dF735c38C80C7eBD708Af50815fAa"}},"0000000000085d4780b73119b644ae5ecd22b376":{currencyCode:"TUSD",displayName:"TrueUSD",denominations:[{name:"TUSD",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x0000000000085d4780B73119b644AE5ecd22b376"}},"04fa0d235c4abf4bcf4787af4cf447de572ef828":{currencyCode:"UMA",displayName:"UMA",denominations:[{name:"UMA",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x04Fa0d235C4abf4BcF4787aF4CF447DE572eF828"}},"1f9840a85d5af5bf1d1762f925bdaddc4201f984":{currencyCode:"UNI",displayName:"Uniswap",denominations:[{name:"UNI",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x1f9840a85d5af5bf1d1762f925bdaddc4201f984"}},a0b86991c6218b36c1d19d4a2e9eb0ce3606eb48:{currencyCode:"USDC",displayName:"USD Coin",denominations:[{name:"USDC",multiplier:"1000000"}],networkLocation:{contractAddress:"0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48"}},"8e870d67f660d95d5be530380d0ec0bd388289e1":{currencyCode:"USDP",displayName:"Pax Dollar",denominations:[{name:"USDP",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x8e870d67f660d95d5be530380d0ec0bd388289e1"}},a4bdb11dc0a2bec88d24a3aa1e6bb17201112ebe:{currencyCode:"USDS",displayName:"StableUSD",denominations:[{name:"USDS",multiplier:"1000000"}],networkLocation:{contractAddress:"0xA4Bdb11dc0a2bEC88d24A3aa1E6Bb17201112eBe"}},dac17f958d2ee523a2206206994597c13d831ec7:{currencyCode:"USDT",displayName:"Tether",denominations:[{name:"USDT",multiplier:"1000000"}],networkLocation:{contractAddress:"0xdac17f958d2ee523a2206206994597c13d831ec7"}},"2260fac5e5542a773aa44fbcfedf7c193bc2c599":{currencyCode:"WBTC",displayName:"Wrapped Bitcoin",denominations:[{name:"WBTC",multiplier:"100000000"}],networkLocation:{contractAddress:"0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599"}},c02aaa39b223fe8d0a0e5c4f27ead9083c756cc2:{currencyCode:"WETH",displayName:"Wrapped ETH",denominations:[{name:"WETH",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2"}},bea269038eb75bdab47a9c04d0f5c572d94b93d5:{currencyCode:"WFIO",displayName:"Wrapped FIO",denominations:[{name:"WFIO",multiplier:"1000000000"}],networkLocation:{contractAddress:"0xbEA269038Eb75BdAB47a9C04D0F5c572d94b93D5"}},"667088b212ce3d06a1b553a7221e1fd19000d9af":{currencyCode:"WINGS",displayName:"Wings",denominations:[{name:"WINGS",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x667088b212ce3d06a1b553a7221E1fD19000d9aF"}},b4bebd34f6daafd808f73de0d10235a92fbb6c3d:{currencyCode:"YETI",displayName:"Yearn Ecosystem Token Index",denominations:[{name:"YETI",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xb4bebd34f6daafd808f73de0d10235a92fbb6c3d"}},"0bc529c00c6401aef6d220be8c6ea1667f6ad93e":{currencyCode:"YFI",displayName:"Yearn Finance",denominations:[{name:"YFI",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x0bc529c00C6401aEF6D220BE8C6Ea1667F6Ad93e"}},e41d2489571d322189246dafa5ebde1f4699f498:{currencyCode:"ZRX",displayName:"0x",denominations:[{name:"ZRX",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xE41d2489571d322189246DaFA5ebDe1F4699F498"}},ff20817765cb7f73d4bde2e66e067e58d11095c2:{currencyCode:"AMP",displayName:"Amp",denominations:[{name:"AMP",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xff20817765cb7f73d4bde2e66e067e58d11095c2"}},"4d224452801aced8b2f0aebe155379bb5d594381":{currencyCode:"APE",displayName:"ApeCoin",denominations:[{name:"APE",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x4d224452801aced8b2f0aebe155379bb5d594381"}},a0b73e1ff0b80914ab6fe0444e65848c4c34450b:{currencyCode:"CRO",displayName:"Cronos Coin",denominations:[{name:"CRO",multiplier:"100000000"}],networkLocation:{contractAddress:"0xa0b73e1ff0b80914ab6fe0444e65848c4c34450b"}},f629cbd94d3791c9250152bd8dfbdf380e2a3b9c:{currencyCode:"ENJ",displayName:"EnjinCoin",denominations:[{name:"ENJ",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xf629cbd94d3791c9250152bd8dfbdf380e2a3b9c"}},"15d4c048f83bd7e37d49ea4c83a07267ec4203da":{currencyCode:"GALA",displayName:"Gala",denominations:[{name:"GALA",multiplier:"100000000"}],networkLocation:{contractAddress:"0x15D4c048F83bd7e37d49eA4C83a07267Ec4203dA"}},d567b5f02b9073ad3a982a099a23bf019ff11d1c:{currencyCode:"GAME",displayName:"Game Coin",denominations:[{name:"GAME",multiplier:"100000"}],networkLocation:{contractAddress:"0xd567b5f02b9073ad3a982a099a23bf019ff11d1c"}},bbbbca6a901c926f240b89eacb641d8aec7aeafd:{currencyCode:"LRC",displayName:"LoopringCoin V2",denominations:[{name:"LRC",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xbbbbca6a901c926f240b89eacb641d8aec7aeafd"}},"3a4f40631a4f906c2bad353ed06de7a5d3fcb430":{currencyCode:"PLA",displayName:"PlayDapp Token",denominations:[{name:"PLA",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x3a4f40631a4f906c2BaD353Ed06De7A5D3fCb430"}},"4a220e6096b25eadb88358cb44068a3248254675":{currencyCode:"QNT",displayName:"Quant",denominations:[{name:"QNT",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x4a220e6096b25eadb88358cb44068a3248254675"}},"0763fdccf1ae541a5961815c0872a8c5bc6de4d7":{currencyCode:"SUKU",displayName:"SUKU",denominations:[{name:"SUKU",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x0763fdCCF1aE541A5961815C0872A8c5Bc6DE4d7"}},"95ad61b0a150d79219dcf64e1e6cc01f0b64c4ce":{currencyCode:"SHIB",displayName:"SHIBA INU",denominations:[{name:"SHIB",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x95ad61b0a150d79219dcf64e1e6cc01f0b64c4ce"}},"446c9033e7516d820cc9a2ce2d0b7328b579406f":{currencyCode:"SOLVE",displayName:"Healthcare Administration Token",denominations:[{name:"SOLVE",multiplier:"100000000"}],networkLocation:{contractAddress:"0x446c9033e7516d820cc9a2ce2d0b7328b579406f"}},"74232704659ef37c08995e386a2e26cc27a8d7b1":{currencyCode:"STRK",displayName:"Strike Token",denominations:[{name:"STRK",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x74232704659ef37c08995e386a2e26cc27a8d7b1"}},c944e90c64b2c07662a292be6244bdf05cda44a7:{currencyCode:"GRT",displayName:"Graph Token",denominations:[{name:"GRT",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xc944e90c64b2c07662a292be6244bdf05cda44a7"}},"3845badade8e6dff049820680d1f14bd3903a5d0":{currencyCode:"SAND",displayName:"SAND",denominations:[{name:"SAND",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x3845badAde8e6dFF049820680d1F14bD3903a5d0"}}},ee={rpcServers:["https://eth-mainnet.alchemyapi.io","https://mainnet.infura.io/v3","https://rpc.ankr.com/eth","https://cloudflare-eth.com"],evmScanApiServers:["https://api.etherscan.io"],blockcypherApiServers:["https://api.blockcypher.com"],blockbookServers:["https://ethbook.guarda.co","https://eth1.trezor.io","https://eth2.trezor.io"],uriNetworks:["ethereum","ether"],ercTokenStandard:"ERC20",chainParams:{chainId:1,name:"Ethereum Mainnet"},supportsEIP1559:!0,hdPathCoinType:60,checkUnconfirmedTransactions:!0,iosAllowedTokens:{REP:!0,WINGS:!0,HUR:!0,IND:!0,USDT:!0},blockchairApiServers:["https://api.blockchair.com"],alethioApiServers:["https://api.aleth.io/v1"],alethioCurrencies:{native:"ether",token:"token"},amberdataRpcServers:["https://rpc.web3api.io"],amberdataApiServers:["https://web3api.io/api/v2"],amberDataBlockchainId:"1c9c969065fcd1cf",pluginMnemonicKeyName:"ethereumMnemonic",pluginRegularKeyName:"ethereumKey",ethGasStationUrl:"https://www.ethgasstation.info/json/ethgasAPI.json",defaultNetworkFees:{default:{baseFeeMultiplier:{lowFee:"1",standardFeeLow:"1.25",standardFeeHigh:"1.5",highFee:"1.75"},gasLimit:{regularTransaction:"21000",tokenTransaction:"300000",minGasLimit:"21000"},gasPrice:{lowFee:"1000000001",standardFeeLow:"40000000001",standardFeeHigh:"300000000001",standardFeeLowAmount:"100000000000000000",standardFeeHighAmount:"10000000000000000000",highFee:"40000000001",minGasPrice:"1000000000"},minPriorityFee:"2000000000"},"1983987abc9837fbabc0982347ad828":{baseFeeMultiplier:void 0,gasLimit:{regularTransaction:"21002",tokenTransaction:"37124"},gasPrice:{lowFee:"1000000002",standardFeeLow:"40000000002",standardFeeHigh:"300000000002",standardFeeLowAmount:"200000000000000000",standardFeeHighAmount:"20000000000000000000",highFee:"40000000002"},minPriorityFee:void 0},"2983987abc9837fbabc0982347ad828":{baseFeeMultiplier:void 0,gasLimit:{regularTransaction:"21002",tokenTransaction:"37124"},gasPrice:void 0,minPriorityFee:void 0}}},$={currencyCode:"ETH",displayName:"Ethereum",pluginId:"ethereum",walletType:"wallet:ethereum",memoType:"hex",canReplaceByFee:!0,defaultSettings:{customFeeSettings:["gasLimit","gasPrice"],otherSettings:ke({},ee)},addressExplorer:"https://etherscan.io/address/%s",transactionExplorer:"https://etherscan.io/tx/%s",denominations:[{name:"ETH",multiplier:"1000000000000000000",symbol:"\u039E"},{name:"mETH",multiplier:"1000000000000000",symbol:"m\u039E"}],metaTokens:(0,P.ZS)(xe)},te=(0,s.P)({builtinTokens:xe,currencyInfo:$,networkInfo:ee,getInnerPlugin(){return qe(this,null,function*(){return yield Promise.all([o.e(428),o.e(246),o.e(821),o.e(153),o.e(266),o.e(835),o.e(539),o.e(780),o.e(291),o.e(94),o.e(221),o.e(944),o.e(614),o.e(898),o.e(244),o.e(513)]).then(o.bind(o,6094))})}});var Q=Object.defineProperty,J=Object.getOwnPropertySymbols,j=Object.prototype.hasOwnProperty,C=Object.prototype.propertyIsEnumerable,L=(v,p,m)=>p in v?Q(v,p,{enumerable:!0,configurable:!0,writable:!0,value:m}):v[p]=m,b0=(v,p)=>{for(var m in p||(p={}))j.call(p,m)&&L(v,m,p[m]);if(J)for(var m of J(p))C.call(p,m)&&L(v,m,p[m]);return v},Re=(v,p,m)=>new Promise((ue,q)=>{var me=w=>{try{K(m.next(w))}catch(G){q(G)}},he=w=>{try{K(m.throw(w))}catch(G){q(G)}},K=w=>w.done?ue(w.value):Promise.resolve(w.value).then(me,he);K((m=m.apply(v,p)).next())});const Oe={"2ad7868ca212135c6119fd7ad1ce51cfc5702892":{currencyCode:"USDT",displayName:"Tether",denominations:[{name:"USDT",multiplier:"1000000"}],networkLocation:{contractAddress:"0x2ad7868ca212135c6119fd7ad1ce51cfc5702892"}}},Be={rpcServers:["https://mainnet.ethereumpow.org"],evmScanApiServers:[],blockcypherApiServers:[],blockbookServers:[],uriNetworks:["ethereumpow"],ercTokenStandard:"ERC20",chainParams:{chainId:10001,name:"ETHW-mainnet"},supportsEIP1559:!0,hdPathCoinType:60,checkUnconfirmedTransactions:!1,iosAllowedTokens:{},blockchairApiServers:[],alethioApiServers:[],alethioCurrencies:null,amberdataRpcServers:[],amberdataApiServers:[],amberDataBlockchainId:"",pluginMnemonicKeyName:"ethereumpowMnemonic",pluginRegularKeyName:"ethereumpowKey",ethGasStationUrl:null,defaultNetworkFees:{default:{baseFeeMultiplier:{lowFee:"1",standardFeeLow:"1.25",standardFeeHigh:"1.5",highFee:"1.75"},gasLimit:{regularTransaction:"21000",tokenTransaction:"300000",minGasLimit:"21000"},gasPrice:{lowFee:"1000000001",standardFeeLow:"40000000001",standardFeeHigh:"300000000001",standardFeeLowAmount:"100000000000000000",standardFeeHighAmount:"10000000000000000000",highFee:"40000000001",minGasPrice:"1000000000"},minPriorityFee:"2000000000"}}},g0={currencyCode:"ETHW",displayName:"EthereumPoW",pluginId:"ethereumpow",walletType:"wallet:ethereumpow",memoType:"hex",canReplaceByFee:!0,defaultSettings:{customFeeSettings:["gasLimit","gasPrice"],otherSettings:b0({},Be)},addressExplorer:"https://www.oklink.com/en/ethw/address/%s",transactionExplorer:"https://www.oklink.com/en/ethw/tx/%s",denominations:[{name:"ETHW",multiplier:"1000000000000000000",symbol:"\u039E"},{name:"mETHW",multiplier:"1000000000000000",symbol:"m\u039E"}],metaTokens:(0,P.ZS)(Oe)},Ue=(0,s.P)({builtinTokens:Oe,currencyInfo:g0,networkInfo:Be,getInnerPlugin(){return Re(this,null,function*(){return yield Promise.all([o.e(428),o.e(246),o.e(821),o.e(153),o.e(266),o.e(835),o.e(539),o.e(780),o.e(291),o.e(94),o.e(221),o.e(944),o.e(614),o.e(898),o.e(244),o.e(513)]).then(o.bind(o,6094))})}});var He=Object.defineProperty,s0=Object.getOwnPropertySymbols,Xe=Object.prototype.hasOwnProperty,Ke=Object.prototype.propertyIsEnumerable,c0=(v,p,m)=>p in v?He(v,p,{enumerable:!0,configurable:!0,writable:!0,value:m}):v[p]=m,Ge=(v,p)=>{for(var m in p||(p={}))Xe.call(p,m)&&c0(v,m,p[m]);if(s0)for(var m of s0(p))Ke.call(p,m)&&c0(v,m,p[m]);return v},We=(v,p,m)=>new Promise((ue,q)=>{var me=w=>{try{K(m.next(w))}catch(G){q(G)}},he=w=>{try{K(m.throw(w))}catch(G){q(G)}},K=w=>w.done?ue(w.value):Promise.resolve(w.value).then(me,he);K((m=m.apply(v,p)).next())});const _e={"511d35c52a3c244e7b8bd92c0c297755fbd89212":{currencyCode:"AVAX",displayName:"Avalanche",denominations:[{name:"AVAX",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x511d35c52a3c244e7b8bd92c0c297755fbd89212"}},d67de0e0a0fd7b15dc8348bb9be742f3c5850454:{currencyCode:"BNB",displayName:"Binance",denominations:[{name:"BNB",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xd67de0e0a0fd7b15dc8348bb9be742f3c5850454"}},"841fad6eae12c286d1fd18d1d525dffa75c7effe":{currencyCode:"BOO",displayName:"SpookyToken",denominations:[{name:"BOO",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x841fad6eae12c286d1fd18d1d525dffa75c7effe"}},"321162cd933e2be498cd2267a90534a804051b11":{currencyCode:"BTC",displayName:"Bitcoin",denominations:[{name:"BTC",multiplier:"100000000"}],networkLocation:{contractAddress:"0x321162cd933e2be498cd2267a90534a804051b11"}},"1e4f97b9f9f913c46f1632781732927b9019c68b":{currencyCode:"CRV",displayName:"Curve",denominations:[{name:"CRV",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x1e4f97b9f9f913c46f1632781732927b9019c68b"}},"8d11ec38a3eb5e956b052f67da8bdc9bef8abf3e":{currencyCode:"DAI",displayName:"DAI Stablecoin",denominations:[{name:"DAI",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x8d11ec38a3eb5e956b052f67da8bdc9bef8abf3e"}},"74b23882a30290451a17c44f4f05243b6b58c76d":{currencyCode:"ETH",displayName:"Ethereum",denominations:[{name:"ETH",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x74b23882a30290451a17c44f4f05243b6b58c76d"}},e1146b9ac456fcbb60644c36fd3f868a9072fc6e:{currencyCode:"FBTC",displayName:"Frapped Bitcoin",denominations:[{name:"FBTC",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xe1146b9ac456fcbb60644c36fd3f868a9072fc6e"}},"658b0c7613e890ee50b8c4bc6a3f41ef411208ad":{currencyCode:"FETH",displayName:"Frapped Ethereum",denominations:[{name:"FETH",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x658b0c7613e890ee50b8c4bc6a3f41ef411208ad"}},ad84341756bf337f5a0164515b1f6f993d194e1f:{currencyCode:"FUSD",displayName:"Fantom USD",denominations:[{name:"FUSD",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xad84341756bf337f5a0164515b1f6f993d194e1f"}},"049d68029688eabf473097a2fc38ef61633a3c7a":{currencyCode:"FUSDT",displayName:"Frapped Tether",denominations:[{name:"FUSDT",multiplier:"1000000"}],networkLocation:{contractAddress:"0x049d68029688eabf473097a2fc38ef61633a3c7a"}},"5f0456f728e2d59028b4f5b8ad8c604100724c6a":{currencyCode:"L3USD",displayName:"L3USD",denominations:[{name:"L3USD",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x5f0456f728e2d59028b4f5b8ad8c604100724c6a"}},bf60e7414ef09026733c1e7de72e7393888c64da:{currencyCode:"LIF3",displayName:"LIF3",denominations:[{name:"LIF3",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xbf60e7414ef09026733c1e7de72e7393888c64da"}},b3654dc3d10ea7645f8319668e8f54d2574fbdc8:{currencyCode:"LINK",displayName:"Chainlink",denominations:[{name:"LINK",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xb3654dc3d10ea7645f8319668e8f54d2574fbdc8"}},cbe0ca46399af916784cadf5bcc3aed2052d6c45:{currencyCode:"LSHARE",displayName:"LIF3 LSHARE",denominations:[{name:"LSHARE",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xcbe0ca46399af916784cadf5bcc3aed2052d6c45"}},fb98b335551a418cd0737375a2ea0ded62ea213b:{currencyCode:"MAI",displayName:"miMATIC",denominations:[{name:"MAI",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xfB98B335551a418cD0737375a2ea0ded62Ea213b"}},"82f0b8b456c1a451378467398982d4834b6829c1":{currencyCode:"MIM",displayName:"Magic Internet Money",denominations:[{name:"MIM",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x82f0b8b456c1a451378467398982d4834b6829c1"}},"24248cd1747348bdc971a5395f4b3cd7fee94ea0":{currencyCode:"TBOND",displayName:"Tomb Bonds",denominations:[{name:"TBOND",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x24248CD1747348bDC971a5395f4b3cd7feE94ea0"}},"6c021ae822bea943b2e66552bde1d2696a53fbb7":{currencyCode:"TOMB",displayName:"Tomb",denominations:[{name:"TOMB",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x6c021Ae822BEa943b2E66552bDe1D2696a53fbB7"}},c60d7067dfbc6f2caf30523a064f416a5af52963:{currencyCode:"TREEB",displayName:"Retreeb",denominations:[{name:"TREEB",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xc60d7067dfbc6f2caf30523a064f416a5af52963"}},"4cdf39285d7ca8eb3f090fda0c069ba5f4145b37":{currencyCode:"TSHARE",displayName:"Tomb Shares",denominations:[{name:"TSHARE",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x4cdf39285d7ca8eb3f090fda0c069ba5f4145b37"}},"04068da6c83afcfa0e13ba15a6696662335d5b75":{currencyCode:"USDC",displayName:"USD Coin",denominations:[{name:"USDC",multiplier:"1000000"}],networkLocation:{contractAddress:"0x04068da6c83afcfa0e13ba15a6696662335d5b75"}},"21be370d5312f44cb42ce377bc9b8a0cef1a4c83":{currencyCode:"WFTM",displayName:"Wrapped Fantom",denominations:[{name:"WFTM",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x21be370d5312f44cb42ce377bc9b8a0cef1a4c83"}},a48d959ae2e88f1daa7d5f611e01908106de7598:{currencyCode:"xBOO",displayName:"Boo MirrorWorld",denominations:[{name:"xBOO",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xa48d959AE2E88f1dAA7D5F611E01908106dE7598"}},"09e145a1d53c0045f41aeef25d8ff982ae74dd56":{currencyCode:"ZOO",displayName:"Zookeeper",denominations:[{name:"ZOO",multiplier:"1"}],networkLocation:{contractAddress:"0x09e145a1d53c0045f41aeef25d8ff982ae74dd56"}}},e0={rpcServers:["https://polished-empty-cloud.fantom.quiknode.pro","https://rpc.ankr.com/fantom","https://rpc.ftm.tools"],evmScanApiServers:["https://api.ftmscan.com"],blockcypherApiServers:[],blockbookServers:[],uriNetworks:["fantom"],ercTokenStandard:"ERC20",chainParams:{chainId:250,name:"Fantom Opera"},hdPathCoinType:60,feeUpdateFrequencyMs:6e4,supportsEIP1559:!0,checkUnconfirmedTransactions:!1,iosAllowedTokens:{},blockchairApiServers:[],alethioApiServers:[],alethioCurrencies:null,amberdataRpcServers:[],amberdataApiServers:[],amberDataBlockchainId:"",pluginMnemonicKeyName:"fantomMnemonic",pluginRegularKeyName:"fantomKey",ethGasStationUrl:null,defaultNetworkFees:{default:{baseFeeMultiplier:void 0,gasLimit:{regularTransaction:"21000",tokenTransaction:"200000",minGasLimit:"21000"},gasPrice:{lowFee:"1000000001",standardFeeLow:"40000000001",standardFeeHigh:"300000000001",standardFeeLowAmount:"100000000000000000",standardFeeHighAmount:"10000000000000000000",highFee:"40000000001",minGasPrice:"1000000000"},minPriorityFee:void 0}}},d0={currencyCode:"FTM",displayName:"Fantom",pluginId:"fantom",walletType:"wallet:fantom",memoType:"hex",canReplaceByFee:!0,defaultSettings:{customFeeSettings:["gasLimit","gasPrice"],otherSettings:Ge({},e0)},addressExplorer:"https://ftmscan.com/address/%s",transactionExplorer:"https://ftmscan.com/tx/%s",denominations:[{name:"FTM",multiplier:"1000000000000000000",symbol:"F"}],metaTokens:(0,P.ZS)(_e)},l0=(0,s.P)({builtinTokens:_e,currencyInfo:d0,networkInfo:e0,getInnerPlugin(){return We(this,null,function*(){return yield Promise.all([o.e(428),o.e(246),o.e(821),o.e(153),o.e(266),o.e(835),o.e(539),o.e(780),o.e(291),o.e(94),o.e(221),o.e(944),o.e(614),o.e(898),o.e(244),o.e(513)]).then(o.bind(o,6094))})}});var f0=Object.defineProperty,t0=Object.getOwnPropertySymbols,u0=Object.prototype.hasOwnProperty,m0=Object.prototype.propertyIsEnumerable,n0=(v,p,m)=>p in v?f0(v,p,{enumerable:!0,configurable:!0,writable:!0,value:m}):v[p]=m,h0=(v,p)=>{for(var m in p||(p={}))u0.call(p,m)&&n0(v,m,p[m]);if(t0)for(var m of t0(p))m0.call(p,m)&&n0(v,m,p[m]);return v},p0=(v,p,m)=>new Promise((ue,q)=>{var me=w=>{try{K(m.next(w))}catch(G){q(G)}},he=w=>{try{K(m.throw(w))}catch(G){q(G)}},K=w=>w.done?ue(w.value):Promise.resolve(w.value).then(me,he);K((m=m.apply(v,p)).next())});const r0={},a0={rpcServers:["https://eth-goerli.alchemyapi.io","https://goerli.infura.io/v3"],evmScanApiServers:["https://api-goerli.etherscan.io"],blockcypherApiServers:[],blockbookServers:[],uriNetworks:["ethereum","ether"],ercTokenStandard:"ERC20",chainParams:{chainId:5,name:"Goerli"},supportsEIP1559:!0,hdPathCoinType:60,checkUnconfirmedTransactions:!0,iosAllowedTokens:{REP:!0,WINGS:!0,HUR:!0,IND:!0,USDT:!0},blockchairApiServers:[],alethioApiServers:[],alethioCurrencies:{native:"ether",token:"token"},amberdataRpcServers:[],amberdataApiServers:[],amberDataBlockchainId:"",pluginMnemonicKeyName:"goerliMnemonic",pluginRegularKeyName:"goerliKey",ethGasStationUrl:"https://www.ethgasstation.info/json/ethgasAPI.json",defaultNetworkFees:{default:{baseFeeMultiplier:{lowFee:"1",standardFeeLow:"1.25",standardFeeHigh:"1.5",highFee:"1.75"},gasLimit:{regularTransaction:"21000",tokenTransaction:"300000",minGasLimit:"21000"},gasPrice:{lowFee:"1000000001",standardFeeLow:"40000000001",standardFeeHigh:"300000000001",standardFeeLowAmount:"100000000000000000",standardFeeHighAmount:"10000000000000000000",highFee:"40000000001",minGasPrice:"1000000000"},minPriorityFee:"2000000000"},"1983987abc9837fbabc0982347ad828":{baseFeeMultiplier:void 0,gasLimit:{regularTransaction:"21002",tokenTransaction:"37124"},gasPrice:{lowFee:"1000000002",standardFeeLow:"40000000002",standardFeeHigh:"300000000002",standardFeeLowAmount:"200000000000000000",standardFeeHighAmount:"20000000000000000000",highFee:"40000000002"},minPriorityFee:void 0},"2983987abc9837fbabc0982347ad828":{baseFeeMultiplier:void 0,gasLimit:{regularTransaction:"21002",tokenTransaction:"37124"},gasPrice:void 0,minPriorityFee:void 0}}},y0={currencyCode:"GOR",displayName:"Goerli Testnet",pluginId:"goerli",walletType:"wallet:goerli",memoType:"hex",canReplaceByFee:!0,defaultSettings:{customFeeSettings:["gasLimit","gasPrice"],otherSettings:h0({},a0)},addressExplorer:"https://etherscan.io/address/%s",transactionExplorer:"https://etherscan.io/tx/%s",denominations:[{name:"GOR",multiplier:"1000000000000000000",symbol:"G"},{name:"mGOR",multiplier:"1000000000000000",symbol:"mG"}],metaTokens:(0,P.ZS)(r0)},v0=(0,s.P)({builtinTokens:r0,currencyInfo:y0,networkInfo:a0,getInnerPlugin(){return p0(this,null,function*(){return yield Promise.all([o.e(428),o.e(246),o.e(821),o.e(153),o.e(266),o.e(835),o.e(539),o.e(780),o.e(291),o.e(94),o.e(221),o.e(944),o.e(614),o.e(898),o.e(244),o.e(513)]).then(o.bind(o,6094))})}});var _0=Object.defineProperty,P0=Object.getOwnPropertySymbols,et=Object.prototype.hasOwnProperty,tt=Object.prototype.propertyIsEnumerable,F0=(v,p,m)=>p in v?_0(v,p,{enumerable:!0,configurable:!0,writable:!0,value:m}):v[p]=m,nt=(v,p)=>{for(var m in p||(p={}))et.call(p,m)&&F0(v,m,p[m]);if(P0)for(var m of P0(p))tt.call(p,m)&&F0(v,m,p[m]);return v},rt=(v,p,m)=>new Promise((ue,q)=>{var me=w=>{try{K(m.next(w))}catch(G){q(G)}},he=w=>{try{K(m.throw(w))}catch(G){q(G)}},K=w=>w.done?ue(w.value):Promise.resolve(w.value).then(me,he);K((m=m.apply(v,p)).next())});const E0={b597cd8d3217ea6477232f9217fa70837ff667af:{currencyCode:"AAVE",displayName:"Aave",denominations:[{name:"AAVE",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xb597cd8d3217ea6477232f9217fa70837ff667af"}},"3e0437898a5667a4769b1ca5a34aab1ae7e81377":{currencyCode:"AMPL",displayName:"Ampleforth",denominations:[{name:"AMPL",multiplier:"1000000000"}],networkLocation:{contractAddress:"0x3e0437898a5667a4769b1ca5a34aab1ae7e81377"}},"4c6e1efc12fdfd568186b7baec0a43fffb4bcccf":{currencyCode:"BUSD",displayName:"Binance USD",denominations:[{name:"BUSD",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x4c6e1efc12fdfd568186b7baec0a43fffb4bcccf"}},c64f90cd7b564d3ab580eb20a102a8238e218be2:{currencyCode:"ENJ",displayName:"Enjin Coin",denominations:[{name:"ENJ",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xc64f90cd7b564d3ab580eb20a102a8238e218be2"}},"99b267b9d96616f906d53c26decf3c5672401282":{currencyCode:"sUSD",displayName:"Synth sUSD",denominations:[{name:"sUSD",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x99b267b9d96616f906d53c26decf3c5672401282"}},ad5ce863ae3e4e9394ab43d4ba0d80f419f61789:{currencyCode:"LINK",displayName:"ChainLink",denominations:[{name:"LINK",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xAD5ce863aE3E4E9394Ab43d4ba0D80f419F61789"}},"738dc6380157429e957d223e6333dc385c85fec7":{currencyCode:"MANA",displayName:"Decentraland",denominations:[{name:"MANA",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x738dc6380157429e957d223e6333dc385c85fec7"}},"016750ac630f711882812f24dba6c95b9d35856d":{currencyCode:"TUSD",displayName:"TrueUSD",denominations:[{name:"TUSD",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x016750ac630f711882812f24dba6c95b9d35856d"}},"7fdb81b0b8a010dd4ffc57c3fecbf145ba8bd947":{currencyCode:"SNX",displayName:"Synthetix",denominations:[{name:"SNX",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x7fdb81b0b8a010dd4ffc57c3fecbf145ba8bd947"}},"5eebf65a6746eed38042353ba84c8e37ed58ac6f":{currencyCode:"REN",displayName:"Republic Token",denominations:[{name:"REN",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x5eebf65a6746eed38042353ba84c8e37ed58ac6f"}},"61e4cae3da7fd189e52a4879c7b8067d7c2cc0fa":{currencyCode:"MKR",displayName:"Maker",denominations:[{name:"MKR",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x61e4cae3da7fd189e52a4879c7b8067d7c2cc0fa"}},b7c325266ec274feb1354021d27fa3e3379d840d:{currencyCode:"YFI",displayName:"yearn.finance",denominations:[{name:"YFI",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xb7c325266ec274feb1354021d27fa3e3379d840d"}},d0d76886cf8d952ca26177eb7cfdf83bad08c00c:{currencyCode:"ZRX",displayName:"ZRX",denominations:[{name:"ZRX",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xd0d76886cf8d952ca26177eb7cfdf83bad08c00c"}},ff795577d9ac8bd7d90ee22b6c1703490b6512fd:{currencyCode:"DAI",displayName:"Dai Stablecoin",denominations:[{name:"DAI",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xff795577d9ac8bd7d90ee22b6c1703490b6512fd"}},e22da380ee6b445bb8273c81944adeb6e8450422:{currencyCode:"USDC",displayName:"USD Coin",denominations:[{name:"USDC",multiplier:"1000000"}],networkLocation:{contractAddress:"0xe22da380ee6b445bb8273c81944adeb6e8450422"}},"13512979ade267ab5100878e2e0f485b568328a4":{currencyCode:"USDT",displayName:"Tether",denominations:[{name:"USDT",multiplier:"1000000"}],networkLocation:{contractAddress:"0x13512979ade267ab5100878e2e0f485b568328a4"}},d0a1e359811322d97991e03f863a0c30c2cf029c:{currencyCode:"WETH",displayName:"Wrapped ETH",denominations:[{name:"WETH",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xd0a1e359811322d97991e03f863a0c30c2cf029c"}},d1b98b6607330172f1d991521145a22bce793277:{currencyCode:"WBTC",displayName:"Wrapped Bitcoin",denominations:[{name:"WBTC",multiplier:"100000000"}],networkLocation:{contractAddress:"0xD1B98B6607330172f1D991521145A22BCe793277"}}},k0={rpcServers:["https://kovan.poa.network","https://eth-kovan.alchemyapi.io","https://kovan.infura.io/v3"],evmScanApiServers:["https://api-kovan.etherscan.io"],blockcypherApiServers:[],blockbookServers:[],uriNetworks:["ethereum","ether"],ercTokenStandard:"ERC20",chainParams:{chainId:42,name:"Kovan"},supportsEIP1559:!0,hdPathCoinType:60,checkUnconfirmedTransactions:!0,iosAllowedTokens:{REP:!0,WINGS:!0,HUR:!0,IND:!0,USDT:!0},blockchairApiServers:[],alethioApiServers:[],alethioCurrencies:{native:"ether",token:"token"},amberdataRpcServers:[],amberdataApiServers:[],amberDataBlockchainId:"",pluginMnemonicKeyName:"kovanMnemonic",pluginRegularKeyName:"kovanKey",ethGasStationUrl:"https://www.ethgasstation.info/json/ethgasAPI.json",defaultNetworkFees:{default:{baseFeeMultiplier:{lowFee:"1",standardFeeLow:"1.25",standardFeeHigh:"1.5",highFee:"1.75"},gasLimit:{regularTransaction:"21000",tokenTransaction:"300000",minGasLimit:"21000"},gasPrice:{lowFee:"1000000001",standardFeeLow:"40000000001",standardFeeHigh:"300000000001",standardFeeLowAmount:"100000000000000000",standardFeeHighAmount:"10000000000000000000",highFee:"40000000001",minGasPrice:"1000000000"},minPriorityFee:"2000000000"},"1983987abc9837fbabc0982347ad828":{baseFeeMultiplier:void 0,gasLimit:{regularTransaction:"21002",tokenTransaction:"37124"},gasPrice:{lowFee:"1000000002",standardFeeLow:"40000000002",standardFeeHigh:"300000000002",standardFeeLowAmount:"200000000000000000",standardFeeHighAmount:"20000000000000000000",highFee:"40000000002"},minPriorityFee:void 0},"2983987abc9837fbabc0982347ad828":{baseFeeMultiplier:void 0,gasLimit:{regularTransaction:"21002",tokenTransaction:"37124"},gasPrice:void 0,minPriorityFee:void 0}}},at={currencyCode:"KOV",displayName:"Kovan Testnet",pluginId:"kovan",walletType:"wallet:kovan",memoType:"hex",canReplaceByFee:!0,defaultSettings:{customFeeSettings:["gasLimit","gasPrice"],otherSettings:nt({},k0)},addressExplorer:"https://etherscan.io/address/%s",transactionExplorer:"https://etherscan.io/tx/%s",denominations:[{name:"KOV",multiplier:"1000000000000000000",symbol:"K"},{name:"mKOV",multiplier:"1000000000000000",symbol:"mK"}],metaTokens:(0,P.ZS)(E0)},ot=(0,s.P)({builtinTokens:E0,currencyInfo:at,networkInfo:k0,getInnerPlugin(){return rt(this,null,function*(){return yield Promise.all([o.e(428),o.e(246),o.e(821),o.e(153),o.e(266),o.e(835),o.e(539),o.e(780),o.e(291),o.e(94),o.e(221),o.e(944),o.e(614),o.e(898),o.e(244),o.e(513)]).then(o.bind(o,6094))})}});var it=Object.defineProperty,x0=Object.getOwnPropertySymbols,st=Object.prototype.hasOwnProperty,ct=Object.prototype.propertyIsEnumerable,L0=(v,p,m)=>p in v?it(v,p,{enumerable:!0,configurable:!0,writable:!0,value:m}):v[p]=m,dt=(v,p)=>{for(var m in p||(p={}))st.call(p,m)&&L0(v,m,p[m]);if(x0)for(var m of x0(p))ct.call(p,m)&&L0(v,m,p[m]);return v},lt=(v,p,m)=>new Promise((ue,q)=>{var me=w=>{try{K(m.next(w))}catch(G){q(G)}},he=w=>{try{K(m.throw(w))}catch(G){q(G)}},K=w=>w.done?ue(w.value):Promise.resolve(w.value).then(me,he);K((m=m.apply(v,p)).next())});const D0={"2791bca1f2de4661ed88a30c99a7a9449aa84174":{currencyCode:"USDC",displayName:"USD Coin",denominations:[{name:"USDC",multiplier:"1000000"}],networkLocation:{contractAddress:"0x2791bca1f2de4661ed88a30c99a7a9449aa84174"}},"8f3cf7ad23cd3cadbd9735aff958023239c6a063":{currencyCode:"DAI",displayName:"Dai Stablecoin",denominations:[{name:"DAI",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x8f3cf7ad23cd3cadbd9735aff958023239c6a063"}},c2132d05d31c914a87c6611c10748aeb04b58e8f:{currencyCode:"USDT",displayName:"Tether",denominations:[{name:"USDT",multiplier:"1000000"}],networkLocation:{contractAddress:"0xc2132d05d31c914a87c6611c10748aeb04b58e8f"}},d6df932a45c0f255f85145f286ea0b292b21c90b:{currencyCode:"AAVE",displayName:"Aave",denominations:[{name:"AAVE",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xd6df932a45c0f255f85145f286ea0b292b21c90b"}},"1bfd67037b42cf73acf2047067bd4f2c47d9bfd6":{currencyCode:"WBTC",displayName:"Wrapped Bitcoin",denominations:[{name:"WBTC",multiplier:"100000000"}],networkLocation:{contractAddress:"0x1bfd67037b42cf73acf2047067bd4f2c47d9bfd6"}},da537104d6a5edd53c6fbba9a898708e465260b6:{currencyCode:"YFI",displayName:"Yearn Finance",denominations:[{name:"YFI",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xda537104d6a5edd53c6fbba9a898708e465260b6"}},"7ceb23fd6bc0add59e62ac25578270cff1b9f619":{currencyCode:"WETH",displayName:"Wrapped ETH",denominations:[{name:"WETH",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x7ceb23fd6bc0add59e62ac25578270cff1b9f619"}},"9c9e5fd8bbc25984b178fdce6117defa39d2db39":{currencyCode:"BUSD",displayName:"Binance USD",denominations:[{name:"BUSD",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x9c9e5fd8bbc25984b178fdce6117defa39d2db39"}},b33eaad8d922b1083446dc23f610c2567fb5180f:{currencyCode:"UNI",displayName:"Uniswap",denominations:[{name:"UNI",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xb33eaad8d922b1083446dc23f610c2567fb5180f"}},c9c1c1c20b3658f8787cc2fd702267791f224ce1:{currencyCode:"FTM",displayName:"Fantom",denominations:[{name:"FTM",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xc9c1c1c20b3658f8787cc2fd702267791f224ce1"}},"6f7c932e7684666c9fd1d44527765433e01ff61d":{currencyCode:"MKR",displayName:"Maker",denominations:[{name:"MKR",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x6f7C932e7684666C9fd1d44527765433e01fF61d"}},"2e1ad108ff1d8c782fcbbb89aad783ac49586756":{currencyCode:"TUSD",displayName:"TrueUSD",denominations:[{name:"TUSD",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x2e1ad108ff1d8c782fcbbb89aad783ac49586756"}},"3ba4c387f786bfee076a58914f5bd38d668b42c3":{currencyCode:"BNB",displayName:"Binance",denominations:[{name:"BNB",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x3BA4c387f786bFEE076A58914F5Bd38d668B42c3"}},a1c57f48f0deb89f569dfbe6e2b7f46d33606fd4:{currencyCode:"MANA",displayName:"Decentraland",denominations:[{name:"MANA",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xa1c57f48f0deb89f569dfbe6e2b7f46d33606fd4"}},"53e0bca35ec356bd5dddfebbd1fc0fd03fabad39":{currencyCode:"LINK",displayName:"Chainlink",denominations:[{name:"LINK",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x53e0bca35ec356bd5dddfebbd1fc0fd03fabad39"}}},O0={rpcServers:["https://polygon-rpc.com/","https://rpc.polycat.finance","https://rpc-mainnet.maticvigil.com","https://matic-mainnet.chainstacklabs.com","https://rpc.ankr.com/polygon","https://rpc-mainnet.matic.quiknode.pro"],evmScanApiServers:["https://api.polygonscan.com"],blockcypherApiServers:[],blockbookServers:[],uriNetworks:["polygon"],ercTokenStandard:"ERC20",chainParams:{chainId:137,name:"MATIC Mainnet"},supportsEIP1559:!0,hdPathCoinType:60,checkUnconfirmedTransactions:!1,iosAllowedTokens:{},blockchairApiServers:[],alethioApiServers:[],alethioCurrencies:null,amberdataRpcServers:[],amberdataApiServers:[],amberDataBlockchainId:"",pluginMnemonicKeyName:"polygonMnemonic",pluginRegularKeyName:"polygonKey",ethGasStationUrl:"https://gasstation-mainnet.matic.network/",defaultNetworkFees:{default:{baseFeeMultiplier:void 0,gasLimit:{regularTransaction:"21000",tokenTransaction:"300000",minGasLimit:"21000"},gasPrice:{lowFee:"30000000001",standardFeeLow:"36000000000",standardFeeHigh:"100000000000",standardFeeLowAmount:"100000000000000000",standardFeeHighAmount:"10000000000000000000",highFee:"216000000000",minGasPrice:"30000000000"},minPriorityFee:void 0}}},ft={currencyCode:"MATIC",displayName:"Polygon",pluginId:"polygon",walletType:"wallet:polygon",memoType:"hex",canReplaceByFee:!0,defaultSettings:{customFeeSettings:["gasLimit","gasPrice"],otherSettings:dt({},O0)},addressExplorer:"https://polygonscan.com/address/%s",transactionExplorer:"https://polygonscan.com/tx/%s",denominations:[{name:"MATIC",multiplier:"1000000000000000000",symbol:"MATIC"},{name:"mMATIC",multiplier:"1000000000000000",symbol:"mMATIC"}],metaTokens:(0,P.ZS)(D0)},ut=(0,s.P)({builtinTokens:D0,currencyInfo:ft,networkInfo:O0,getInnerPlugin(){return lt(this,null,function*(){return yield Promise.all([o.e(428),o.e(246),o.e(821),o.e(153),o.e(266),o.e(835),o.e(539),o.e(780),o.e(291),o.e(94),o.e(221),o.e(944),o.e(614),o.e(898),o.e(244),o.e(513)]).then(o.bind(o,6094))})}});var mt=Object.defineProperty,B0=Object.getOwnPropertySymbols,ht=Object.prototype.hasOwnProperty,pt=Object.prototype.propertyIsEnumerable,R0=(v,p,m)=>p in v?mt(v,p,{enumerable:!0,configurable:!0,writable:!0,value:m}):v[p]=m,yt=(v,p)=>{for(var m in p||(p={}))ht.call(p,m)&&R0(v,m,p[m]);if(B0)for(var m of B0(p))pt.call(p,m)&&R0(v,m,p[m]);return v},vt=(v,p,m)=>new Promise((ue,q)=>{var me=w=>{try{K(m.next(w))}catch(G){q(G)}},he=w=>{try{K(m.throw(w))}catch(G){q(G)}},K=w=>w.done?ue(w.value):Promise.resolve(w.value).then(me,he);K((m=m.apply(v,p)).next())});const U0={"4200000000000000000000000000000000000006":{currencyCode:"WETH",displayName:"Wrapped ETH",denominations:[{name:"WETH",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x4200000000000000000000000000000000000006"}},"3c8b650257cfb5f272f799f5e2b4e65093a11a05":{currencyCode:"VELO",displayName:"Velodrome",denominations:[{name:"VELO",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x3c8B650257cFb5f272f799F5e2b4e65093a11a05"}},"4200000000000000000000000000000000000042":{currencyCode:"OP",displayName:"Optimism",denominations:[{name:"OP",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x4200000000000000000000000000000000000042"}},"94b008aa00579c1307b0ef2c499ad98a8ce58e58":{currencyCode:"USDT",displayName:"Tether",denominations:[{name:"USDT",multiplier:"1000000"}],networkLocation:{contractAddress:"0x94b008aA00579c1307B0EF2c499aD98a8ce58e58"}},"7f5c764cbc14f9669b88837ca1490cca17c31607":{currencyCode:"USDC",displayName:"USD Coin",denominations:[{name:"USDC",multiplier:"1000000"}],networkLocation:{contractAddress:"0x7F5c764cBc14f9669B88837ca1490cCa17c31607"}},da10009cbd5d07dd0cecc66161fc93d7c9000da1:{currencyCode:"DAI",displayName:"Dai Stablecoin",denominations:[{name:"DAI",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1"}},"6fd9d7ad17242c41f7131d257212c54a0e816691":{currencyCode:"UNI",displayName:"Uniswap",denominations:[{name:"UNI",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x6fd9d7AD17242c41f7131d257212c54A0e816691"}},"68f180fcce6836688e9084f035309e29bf0a2095":{currencyCode:"WBTC",displayName:"Wrapped Bitcoin",denominations:[{name:"WBTC",multiplier:"100000000"}],networkLocation:{contractAddress:"0x68f180fcCe6836688e9084f035309E29Bf0A2095"}},"350a791bfc2c21f9ed5d10980dad2e2638ffa7f6":{currencyCode:"LINK",displayName:"Chainlink",denominations:[{name:"LINK",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x350a791Bfc2C21F9Ed5d10980Dad2e2638ffa7f6"}},fdb794692724153d1488ccdbe0c56c252596735f:{currencyCode:"LDO",displayName:"Lido DAO",denominations:[{name:"LDO",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xFdb794692724153d1488CcdBE0C56c252596735F"}},"76fb31fb4af56892a25e32cfc43de717950c9278":{currencyCode:"AAVE",displayName:"Aave",denominations:[{name:"AAVE",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x76FB31fb4af56892A25e32cFC43De717950c9278"}},"2e3d870790dc77a83dd1d18184acc7439a53f475":{currencyCode:"FRAX",displayName:"Frax",denominations:[{name:"FRAX",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x2E3D870790dC77A83DD1d18184Acc7439A53f475"}},bfc044a234e45412ecfec2cd6aae2dd0c083a7cd:{currencyCode:"CRV",displayName:"Curve DAO",denominations:[{name:"CRV",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xbfC044a234E45412eCfeC2Cd6aAe2dd0C083a7cd"}}},H0={rpcServers:["https://mainnet.optimism.io","https://rpc.ankr.com/optimism"],evmScanApiServers:["https://api-optimistic.etherscan.io"],blockcypherApiServers:[],blockbookServers:[],uriNetworks:["optimism"],ercTokenStandard:"ERC20",chainParams:{chainId:10,name:"Optimism"},l1RollupParams:{gasPriceL1Wei:"1000000000",maxGasPriceL1Multiplier:"1.25",fixedOverhead:"2100",dynamicOverhead:"1000000",oracleContractAddress:"0x420000000000000000000000000000000000000F",dynamicOverheadMethod:"0xf45e65d800000000000000000000000000000000000000000000000000000000"},hdPathCoinType:60,checkUnconfirmedTransactions:!1,iosAllowedTokens:{},blockchairApiServers:[],alethioApiServers:[],alethioCurrencies:null,amberdataRpcServers:[],amberdataApiServers:[],amberDataBlockchainId:"",pluginMnemonicKeyName:"optimismMnemonic",pluginRegularKeyName:"optimismKey",ethGasStationUrl:null,defaultNetworkFees:{default:{baseFeeMultiplier:{lowFee:"1",standardFeeLow:"1.25",standardFeeHigh:"1.5",highFee:"1.75"},gasLimit:{regularTransaction:"21000",tokenTransaction:"300000",minGasLimit:"21000"},gasPrice:{lowFee:"1000000001",standardFeeLow:"40000000001",standardFeeHigh:"300000000001",standardFeeLowAmount:"100000000000000000",standardFeeHighAmount:"10000000000000000000",highFee:"40000000001",minGasPrice:"100000"},minPriorityFee:"2000000000"}}},bt={currencyCode:"ETH",displayName:"Optimism",pluginId:"optimism",walletType:"wallet:optimism",memoType:"hex",canReplaceByFee:!0,defaultSettings:{customFeeSettings:["gasLimit","gasPrice"],otherSettings:yt({},H0)},addressExplorer:"https://optimistic.etherscan.io/address/%s",transactionExplorer:"https://optimistic.etherscan.io/tx/%s",denominations:[{name:"ETH",multiplier:"1000000000000000000",symbol:"\u039E"}],metaTokens:(0,P.ZS)(U0)},gt=(0,s.P)({builtinTokens:U0,currencyInfo:bt,networkInfo:H0,getInnerPlugin(){return vt(this,null,function*(){return yield Promise.all([o.e(428),o.e(246),o.e(821),o.e(153),o.e(266),o.e(835),o.e(539),o.e(780),o.e(291),o.e(94),o.e(221),o.e(944),o.e(614),o.e(898),o.e(244),o.e(513)]).then(o.bind(o,6094))})}});var At=Object.defineProperty,X0=Object.getOwnPropertySymbols,wt=Object.prototype.hasOwnProperty,Ct=Object.prototype.propertyIsEnumerable,K0=(v,p,m)=>p in v?At(v,p,{enumerable:!0,configurable:!0,writable:!0,value:m}):v[p]=m,It=(v,p)=>{for(var m in p||(p={}))wt.call(p,m)&&K0(v,m,p[m]);if(X0)for(var m of X0(p))Ct.call(p,m)&&K0(v,m,p[m]);return v},St=(v,p,m)=>new Promise((ue,q)=>{var me=w=>{try{K(m.next(w))}catch(G){q(G)}},he=w=>{try{K(m.throw(w))}catch(G){q(G)}},K=w=>w.done?ue(w.value):Promise.resolve(w.value).then(me,he);K((m=m.apply(v,p)).next())});const G0={},W0={rpcServers:["https://eth-rinkeby.alchemyapi.io","https://rinkeby.infura.io/v3"],evmScanApiServers:["https://api-rinkeby.etherscan.io"],blockcypherApiServers:[],blockbookServers:[],uriNetworks:["ethereum","ether"],ercTokenStandard:"ERC20",chainParams:{chainId:4,name:"Rinkeby"},supportsEIP1559:!0,hdPathCoinType:60,checkUnconfirmedTransactions:!0,iosAllowedTokens:{REP:!0,WINGS:!0,HUR:!0,IND:!0,USDT:!0},blockchairApiServers:[],alethioApiServers:[],alethioCurrencies:{native:"ether",token:"token"},amberdataRpcServers:[],amberdataApiServers:[],amberDataBlockchainId:"",pluginMnemonicKeyName:"rinkebyMnemonic",pluginRegularKeyName:"rinkebyKey",ethGasStationUrl:"https://www.ethgasstation.info/json/ethgasAPI.json",defaultNetworkFees:{default:{baseFeeMultiplier:{lowFee:"1",standardFeeLow:"1.25",standardFeeHigh:"1.5",highFee:"1.75"},gasLimit:{regularTransaction:"21000",tokenTransaction:"300000",minGasLimit:"21000"},gasPrice:{lowFee:"1000000001",standardFeeLow:"40000000001",standardFeeHigh:"300000000001",standardFeeLowAmount:"100000000000000000",standardFeeHighAmount:"10000000000000000000",highFee:"40000000001",minGasPrice:"1000000000"},minPriorityFee:"2000000000"},"1983987abc9837fbabc0982347ad828":{baseFeeMultiplier:void 0,gasLimit:{regularTransaction:"21002",tokenTransaction:"37124"},gasPrice:{lowFee:"1000000002",standardFeeLow:"40000000002",standardFeeHigh:"300000000002",standardFeeLowAmount:"200000000000000000",standardFeeHighAmount:"20000000000000000000",highFee:"40000000002"},minPriorityFee:void 0},"2983987abc9837fbabc0982347ad828":{baseFeeMultiplier:void 0,gasLimit:{regularTransaction:"21002",tokenTransaction:"37124"},gasPrice:void 0,minPriorityFee:void 0}}},Nt={currencyCode:"RIN",displayName:"Rinkeby Testnet",pluginId:"rinkeby",walletType:"wallet:rinkeby",memoType:"hex",canReplaceByFee:!0,defaultSettings:{customFeeSettings:["gasLimit","gasPrice"],otherSettings:It({},W0)},addressExplorer:"https://etherscan.io/address/%s",transactionExplorer:"https://etherscan.io/tx/%s",denominations:[{name:"RIN",multiplier:"1000000000000000000",symbol:"\u039E"},{name:"mRIN",multiplier:"1000000000000000",symbol:"m\u039E"}],metaTokens:(0,P.ZS)(G0)},Mt=(0,s.P)({builtinTokens:G0,currencyInfo:Nt,networkInfo:W0,getInnerPlugin(){return St(this,null,function*(){return yield Promise.all([o.e(428),o.e(246),o.e(821),o.e(153),o.e(266),o.e(835),o.e(539),o.e(780),o.e(291),o.e(94),o.e(221),o.e(944),o.e(614),o.e(898),o.e(244),o.e(513)]).then(o.bind(o,6094))})}});var Tt=Object.defineProperty,j0=Object.getOwnPropertySymbols,Pt=Object.prototype.hasOwnProperty,Ft=Object.prototype.propertyIsEnumerable,V0=(v,p,m)=>p in v?Tt(v,p,{enumerable:!0,configurable:!0,writable:!0,value:m}):v[p]=m,Et=(v,p)=>{for(var m in p||(p={}))Pt.call(p,m)&&V0(v,m,p[m]);if(j0)for(var m of j0(p))Ft.call(p,m)&&V0(v,m,p[m]);return v},kt=(v,p,m)=>new Promise((ue,q)=>{var me=w=>{try{K(m.next(w))}catch(G){q(G)}},he=w=>{try{K(m.throw(w))}catch(G){q(G)}},K=w=>w.done?ue(w.value):Promise.resolve(w.value).then(me,he);K((m=m.apply(v,p)).next())});const z0={},Z0={rpcServers:["https://eth-ropsten.alchemyapi.io","https://ropsten.infura.io/v3"],evmScanApiServers:["https://api-ropsten.etherscan.io"],blockcypherApiServers:[],blockbookServers:["https://ropsten1.trezor.io","https://ropsten2.trezor.io"],uriNetworks:["ethereum","ether"],ercTokenStandard:"ERC20",chainParams:{chainId:3,name:"Ropsten"},supportsEIP1559:!0,hdPathCoinType:60,checkUnconfirmedTransactions:!0,iosAllowedTokens:{REP:!0,WINGS:!0,HUR:!0,IND:!0,USDT:!0},blockchairApiServers:[],alethioApiServers:[],alethioCurrencies:{native:"ether",token:"token"},amberdataRpcServers:[],amberdataApiServers:[],amberDataBlockchainId:"",pluginMnemonicKeyName:"ropstenMnemonic",pluginRegularKeyName:"ropstenKey",ethGasStationUrl:"https://www.ethgasstation.info/json/ethgasAPI.json",defaultNetworkFees:{default:{baseFeeMultiplier:{lowFee:"1",standardFeeLow:"1.25",standardFeeHigh:"1.5",highFee:"1.75"},gasLimit:{regularTransaction:"21000",tokenTransaction:"300000",minGasLimit:"21000"},gasPrice:{lowFee:"1000000001",standardFeeLow:"40000000001",standardFeeHigh:"300000000001",standardFeeLowAmount:"100000000000000000",standardFeeHighAmount:"10000000000000000000",highFee:"40000000001",minGasPrice:"1000000000"},minPriorityFee:"2000000000"},"1983987abc9837fbabc0982347ad828":{baseFeeMultiplier:void 0,gasLimit:{regularTransaction:"21002",tokenTransaction:"37124"},gasPrice:{lowFee:"1000000002",standardFeeLow:"40000000002",standardFeeHigh:"300000000002",standardFeeLowAmount:"200000000000000000",standardFeeHighAmount:"20000000000000000000",highFee:"40000000002"},minPriorityFee:void 0},"2983987abc9837fbabc0982347ad828":{baseFeeMultiplier:void 0,gasLimit:{regularTransaction:"21002",tokenTransaction:"37124"},gasPrice:void 0,minPriorityFee:void 0}}},xt={currencyCode:"ROP",displayName:"Ropsten Testnet",pluginId:"ropsten",walletType:"wallet:ropsten",memoType:"hex",canReplaceByFee:!0,defaultSettings:{customFeeSettings:["gasLimit","gasPrice"],otherSettings:Et({},Z0)},addressExplorer:"https://etherscan.io/address/%s",transactionExplorer:"https://etherscan.io/tx/%s",denominations:[{name:"ROP",multiplier:"1000000000000000000",symbol:"R"},{name:"mROP",multiplier:"1000000000000000",symbol:"mR"}],metaTokens:(0,P.ZS)(z0)},Lt=(0,s.P)({builtinTokens:z0,currencyInfo:xt,networkInfo:Z0,getInnerPlugin(){return kt(this,null,function*(){return yield Promise.all([o.e(428),o.e(246),o.e(821),o.e(153),o.e(266),o.e(835),o.e(539),o.e(780),o.e(291),o.e(94),o.e(221),o.e(944),o.e(614),o.e(898),o.e(244),o.e(513)]).then(o.bind(o,6094))})}});var Dt=Object.defineProperty,Y0=Object.getOwnPropertySymbols,Ot=Object.prototype.hasOwnProperty,Bt=Object.prototype.propertyIsEnumerable,J0=(v,p,m)=>p in v?Dt(v,p,{enumerable:!0,configurable:!0,writable:!0,value:m}):v[p]=m,Rt=(v,p)=>{for(var m in p||(p={}))Ot.call(p,m)&&J0(v,m,p[m]);if(Y0)for(var m of Y0(p))Bt.call(p,m)&&J0(v,m,p[m]);return v},Ut=(v,p,m)=>new Promise((ue,q)=>{var me=w=>{try{K(m.next(w))}catch(G){q(G)}},he=w=>{try{K(m.throw(w))}catch(G){q(G)}},K=w=>w.done?ue(w.value):Promise.resolve(w.value).then(me,he);K((m=m.apply(v,p)).next())});const $0={"2acc95758f8b5f583470ba265eb685a8f45fc9d5":{currencyCode:"RIF",displayName:"RIF Token",denominations:[{name:"RIF",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x2acc95758f8b5f583470ba265eb685a8f45fc9d5"}}},Q0={rpcServers:["https://public-node.rsk.co"],evmScanApiServers:["https://blockscout.com/rsk/mainnet"],blockcypherApiServers:[],blockbookServers:[],blockchairApiServers:[],alethioApiServers:[],alethioCurrencies:null,amberdataRpcServers:[],amberdataApiServers:[],amberDataBlockchainId:"",uriNetworks:["rsk","rbtc"],ercTokenStandard:"RRC20",chainParams:{chainId:30,name:"Rootstock Mainnet"},checkUnconfirmedTransactions:!1,iosAllowedTokens:{RIF:!0},hdPathCoinType:137,pluginMnemonicKeyName:"rskMnemonic",pluginRegularKeyName:"rskKey",ethGasStationUrl:null,defaultNetworkFees:{default:{baseFeeMultiplier:void 0,gasLimit:{regularTransaction:"21000",tokenTransaction:"200000",minGasLimit:"21000"},gasPrice:{lowFee:"59240000",standardFeeLow:"59240000",standardFeeHigh:"59240000",standardFeeLowAmount:"59240000",standardFeeHighAmount:"59240000",highFee:"59240000",minGasPrice:"59240000"},minPriorityFee:void 0}}},Ht={currencyCode:"RBTC",displayName:"Rootstock",pluginId:"rsk",walletType:"wallet:rsk",memoType:"hex",canReplaceByFee:!0,defaultSettings:{customFeeSettings:["gasLimit","gasPrice"],otherSettings:Rt({},Q0)},addressExplorer:"https://explorer.rsk.co/address/%s",transactionExplorer:"https://explorer.rsk.co/tx/%s",denominations:[{name:"RBTC",multiplier:"1000000000000000000",symbol:"RBTC"}],metaTokens:(0,P.ZS)($0)},Xt=(0,s.P)({builtinTokens:$0,currencyInfo:Ht,networkInfo:Q0,getInnerPlugin(){return Ut(this,null,function*(){return yield Promise.all([o.e(428),o.e(246),o.e(821),o.e(153),o.e(266),o.e(835),o.e(539),o.e(780),o.e(291),o.e(94),o.e(221),o.e(944),o.e(614),o.e(898),o.e(244),o.e(513)]).then(o.bind(o,6094))})}});var Kt=(v,p,m)=>new Promise((ue,q)=>{var me=w=>{try{K(m.next(w))}catch(G){q(G)}},he=w=>{try{K(m.throw(w))}catch(G){q(G)}},K=w=>w.done?ue(w.value):Promise.resolve(w.value).then(me,he);K((m=m.apply(v,p)).next())});const q0={"3355df6d4c9c3035724fd0e3914de96a5a83aaf4":{currencyCode:"USDC",displayName:"USD Coin",denominations:[{name:"USDC",multiplier:"1000000"}],networkLocation:{contractAddress:"0x3355df6D4c9C3035724Fd0e3914dE96A5a83aaf4"}}},N0={rpcServers:["https://mainnet.era.zksync.io"],evmScanApiServers:[],blockcypherApiServers:[],blockbookServers:[],uriNetworks:["zksync"],ercTokenStandard:"ERC20",chainParams:{chainId:324,name:"zkSync"},hdPathCoinType:60,checkUnconfirmedTransactions:!1,iosAllowedTokens:{},blockchairApiServers:[],alethioApiServers:[],alethioCurrencies:null,amberdataRpcServers:[],amberdataApiServers:[],amberDataBlockchainId:"",pluginMnemonicKeyName:"zksyncMnemonic",pluginRegularKeyName:"zksyncKey",ethGasStationUrl:null,defaultNetworkFees:{default:{baseFeeMultiplier:{lowFee:"1",standardFeeLow:"1.25",standardFeeHigh:"1.5",highFee:"1.75"},gasLimit:{regularTransaction:"461552",tokenTransaction:"461552",minGasLimit:"461552"},gasPrice:{lowFee:"1000000001",standardFeeLow:"40000000001",standardFeeHigh:"300000000001",standardFeeLowAmount:"100000000000000000",standardFeeHighAmount:"10000000000000000000",highFee:"40000000001",minGasPrice:"1000000000"},minPriorityFee:"2000000000"}}},Gt={currencyCode:"ETH",displayName:"zkSync",pluginId:"zksync",walletType:"wallet:zksync",memoType:"hex",canReplaceByFee:!0,defaultSettings:{customFeeSettings:["gasLimit","gasPrice"],otherSettings:{chainParams:N0.chainParams,ercTokenStandard:N0.ercTokenStandard}},addressExplorer:"https://explorer.zksync.io/address/%s",transactionExplorer:"https://explorer.zksync.io/tx/%s",denominations:[{name:"ETH",multiplier:"1000000000000000000",symbol:"\u039E"}],metaTokens:(0,P.ZS)(q0)},Wt=(0,s.P)({builtinTokens:q0,currencyInfo:Gt,networkInfo:N0,getInnerPlugin(){return Kt(this,null,function*(){return yield Promise.all([o.e(428),o.e(246),o.e(821),o.e(153),o.e(266),o.e(835),o.e(539),o.e(780),o.e(291),o.e(94),o.e(221),o.e(944),o.e(614),o.e(898),o.e(244),o.e(513)]).then(o.bind(o,6094))})}}),jt={avalanche:D,binancesmartchain:g,celo:E,ethDev:Fe,ethereum:te,ethereumclassic:Ce,ethereumpow:Ue,fantom:l0,goerli:v0,kovan:ot,optimism:gt,polygon:ut,rinkeby:Mt,ropsten:Lt,rsk:Xt,zksync:Wt}},5607:function(F,A,o){"use strict";o.d(A,{BB:function(){return V},BP:function(){return U},CL:function(){return ye},K1:function(){return Z},Mi:function(){return M},Nd:function(){return ie},OT:function(){return ne},VW:function(){return R},V_:function(){return X},aO:function(){return T},d9:function(){return x},dm:function(){return Y},eG:function(){return h},n3:function(){return b},pg:function(){return S},qj:function(){return H}});var s=o(82448),P=o(62177);const b={buyAddress:"buy-address",getDomains:"get-domains",isDomainPublic:"is-domain-public"},S={getActions:"get_actions"},h=20,T={transferTokens:"transferTokens",addPublicAddress:"addPublicAddress",addPublicAddresses:"addPublicAddresses",removePublicAddresses:"removePublicAddresses",setFioDomainPublic:"setFioDomainVisibility",rejectFundsRequest:"rejectFundsRequest",cancelFundsRequest:"cancelFundsRequest",requestFunds:"requestFunds",recordObtData:"recordObtData",registerFioAddress:"registerFioAddress",registerFioDomain:"registerFioDomain",renewFioDomain:"renewFioDomain",transferFioAddress:"transferFioAddress",transferFioDomain:"transferFioDomain",pushTransaction:"pushTransaction",addBundledTransactions:"addBundledTransactions",stakeFioTokens:"stakeFioTokens",unStakeFioTokens:"unStakeFioTokens"},Z={[T.recordObtData]:!0,[T.requestFunds]:!0,[T.rejectFundsRequest]:!0,[T.cancelFundsRequest]:!0,[T.registerFioAddress]:!0,[T.registerFioDomain]:!0,[T.renewFioDomain]:!0,[T.transferTokens]:!0,[T.addPublicAddresses]:!0,[T.removePublicAddresses]:!0,[T.transferFioAddress]:!0,[T.transferFioDomain]:!0,[T.addBundledTransactions]:!0,[T.setFioDomainPublic]:!0,[T.stakeFioTokens]:!0,[T.unStakeFioTokens]:!0},R={[T.requestFunds]:"newFundsRequest",[T.registerFioAddress]:"registerFioAddress",[T.registerFioDomain]:"registerFioDomain",[T.renewFioDomain]:"renewFioDomain",[T.addPublicAddresses]:"addPubAddress",[T.removePublicAddresses]:"removePubAddress",[T.setFioDomainPublic]:"setFioDomainPublic",[T.rejectFundsRequest]:"rejectFundsRequest",[T.cancelFundsRequest]:"cancelFundsRequest",[T.recordObtData]:"recordObtData",[T.transferTokens]:"transferTokens",[T.pushTransaction]:"pushTransaction",[T.transferFioAddress]:"transferFioAddress",[T.transferFioDomain]:"transferFioDomain",[T.stakeFioTokens]:"pushTransaction",[T.unStakeFioTokens]:"pushTransaction",addBundledTransactions:"addBundledTransactions"},U={[T.transferTokens]:"trnsfiopubky",[T.stakeFioTokens]:"stakefio",[T.unStakeFioTokens]:"unstakefio",transfer:"transfer"},V=100,ne=450,ie="Paying Staking Rewards",Y=1e3*60*60*24*7,H=1e3*60*60*24,D=(0,s.su)({fio_request_id:s.XC,payer_fio_address:s.XC,payee_fio_address:s.XC,payee_fio_public_key:s.XC,payer_fio_public_key:s.XC,amount:s.XC,token_code:s.XC,metadata:s.XC,time_stamp:s.XC,content:s.XC}),X=(0,s.su)({fio_request_id:s.mH,payer_fio_address:s.XC,payee_fio_address:s.XC,payer_fio_public_key:s.XC,payee_fio_public_key:s.XC,content:s.XC,time_stamp:s.XC,status:(0,s.Zz)((0,s.Wf)("cancelled","rejected","requested","sent_to_blockchain"))}),ce=(0,s.su)({name:s.XC,bundledTxs:(0,s.Zz)(s.mH)}),pe=(0,s.su)({name:s.XC,expiration:s.XC,isPublic:s.jK}),de=(0,s.su)({stakedAmounts:(0,s._2)((0,s.su)({nativeAmount:s.XC,unlockDate:(0,s.Zz)(s.qF),otherParams:(0,s.Zz)(P.tM)}))}),ye=(0,s.su)({highestTxHeight:(0,s.Vk)(s.mH,0),fioAddresses:(0,s.Vk)((0,s._2)(ce),()=>[]),fioDomains:(0,s.Vk)((0,s._2)(pe),()=>[]),fioRequests:(0,s.Vk)((0,s.su)({PENDING:(0,s._2)(D),SENT:(0,s._2)(D)}),{SENT:[],PENDING:[]}),srps:(0,s.Vk)(s.mH,0),stakingRoe:(0,s.Vk)(s.XC,""),stakingStatus:(0,s.Vk)(de,{stakedAmounts:[]})}),M="No FIO names",x="Public key not found"},24827:function(F,A,o){"use strict";o.d(A,{FK:function(){return P},OU:function(){return b},lI:function(){return s}});const s=[400,403,404],P={INVALID_FIO_ADDRESS:"INVALID_FIO_ADDRESS",ALREADY_REGISTERED:"ALREADY_REGISTERED",FIO_ADDRESS_IS_NOT_EXIST:"FIO_ADDRESS_IS_NOT_EXIST",FIO_DOMAIN_IS_NOT_EXIST:"FIO_DOMAIN_IS_NOT_EXIST",FIO_DOMAIN_IS_NOT_PUBLIC:"FIO_DOMAIN_IS_NOT_PUBLIC",IS_DOMAIN_PUBLIC_ERROR:"IS_DOMAIN_PUBLIC_ERROR",FIO_ADDRESS_IS_NOT_LINKED:"FIO_ADDRESS_IS_NOT_LINKED",SERVER_ERROR:"SERVER_ERROR",ALREADY_SENT_REGISTRATION_REQ_FOR_DOMAIN:"ALREADY_SENT_REGISTRATION_REQ_FOR_DOMAIN"};class b extends Error{constructor(h,T,Z,R){super(h),Error.captureStackTrace!=null&&Error.captureStackTrace(this,b),this.name="FioError",T!=null&&(this.errorCode=T),Z!=null&&(this.labelCode=Z),R!=null&&(this.json=R)}}},50857:function(F,A,o){"use strict";o.d(A,{j:function(){return ie},l:function(){return Y}});var s=o(24224),P=o(24827),b=o(3559),S=Object.defineProperty,h=Object.getOwnPropertySymbols,T=Object.prototype.hasOwnProperty,Z=Object.prototype.propertyIsEnumerable,R=(H,D,X)=>D in H?S(H,D,{enumerable:!0,configurable:!0,writable:!0,value:X}):H[D]=X,U=(H,D)=>{for(var X in D||(D={}))T.call(D,X)&&R(H,X,D[X]);if(h)for(var X of h(D))Z.call(D,X)&&R(H,X,D[X]);return H},V=(H,D,X)=>new Promise((ce,pe)=>{var de=x=>{try{M(X.next(x))}catch(B){pe(B)}},ye=x=>{try{M(X.throw(x))}catch(B){pe(B)}},M=x=>x.done?ce(x.value):Promise.resolve(x.value).then(de,ye);M((X=X.apply(H,D)).next())});const ne={apiUrls:["https://fio.eu.eosamsterdam.net/v1/","https://fio.eosdac.io/v1/","https://fio.eosrio.io/v1/","https://fio.eos.barcelona/v1/","https://api.fio.alohaeos.com/v1/","https://fio.eosargentina.io/v1/","https://fio.cryptolions.io/v1/","https://api.fio.currencyhub.io/v1/","https://fio.eostribe.io/v1/","https://api.fio.services/v1/","https://fio.eosusa.news/v1/","https://fio-api.eosiomadrid.io/v1/","https://fio.eosphere.io/v1/"],historyNodeUrls:["https://fio.eosphere.io/v1/","https://fio.greymass.com/v1/"],fioRegApiUrl:"https://reg.fioprotocol.io/public-api/",fioDomainRegUrl:"https://reg.fioprotocol.io/domain/",fioAddressRegUrl:"https://reg.fioprotocol.io/address/",fioStakingApyUrl:"https://fioprotocol.io/staking",defaultRef:"edge",fallbackRef:"edge",freeAddressRef:"edgefree",errorCodes:P.FK,balanceCurrencyCodes:{staked:"FIO:STAKED",locked:"FIO:LOCKED"},chainId:"21dcae42c0182200e93f954a074011f9048a7624c6fe81d3c9541a614a88bd1c"},ie={currencyCode:"FIO",displayName:"FIO",pluginId:"fio",walletType:"wallet:fio",defaultSettings:U({},ne),addressExplorer:"https://fio.bloks.io/key/%s",transactionExplorer:"https://fio.bloks.io/transaction/%s",denominations:[{name:"FIO",multiplier:"1000000000",symbol:"\u1D6E"}],metaTokens:[],unsafeSyncNetwork:!0},Y=(0,s.P)({currencyInfo:ie,networkInfo:ne,otherMethodNames:b.pq,getInnerPlugin(){return V(this,null,function*(){return yield Promise.all([o.e(428),o.e(246),o.e(821),o.e(153),o.e(266),o.e(835),o.e(539),o.e(291),o.e(221),o.e(234),o.e(720),o.e(491),o.e(244),o.e(805)]).then(o.bind(o,62013))})}})},3559:function(F,A,o){"use strict";o.d(A,{$K:function(){return g},AJ:function(){return V},B3:function(){return T},Ej:function(){return Y},L2:function(){return ne},NB:function(){return U},OR:function(){return D},PH:function(){return ie},Pq:function(){return ye},RB:function(){return oe},S_:function(){return M},UW:function(){return re},Vd:function(){return pe},XB:function(){return ce},Yd:function(){return de},_v:function(){return B},e1:function(){return le},h0:function(){return Z},iR:function(){return h},lZ:function(){return R},mO:function(){return X},oY:function(){return H},pq:function(){return S},sq:function(){return ae}});var s=o(82448),P=o(62177),b=o(5607);const S=["getConnectedPublicAddress","isFioAddressValid","validateAccount","isDomainPublic","doesAccountExist","buyAddressRequest","getDomains","getStakeEstReturn"],h=(0,s.su)({name:s.XC,params:(0,s.su)(s.JC)}),T=(0,s.su)({action:s.XC,account:s.XC,data:(0,s.su)(s.JC)}),Z=(0,s.su)({compression:s.mH,packed_context_free_data:s.XC,packed_trx:s.XC,signatures:(0,s._2)(s.XC)}),R=(0,s.su)({fee:s.mH}),U=(0,s.su)({fioAddress:s.XC}),V=(0,s.su)({fioDomain:s.XC}),ne=(0,s.su)({fioDomain:s.XC}),ie=(0,s.su)({fioAddress:s.XC,publicAddresses:(0,s._2)((0,s.su)({token_code:s.XC,chain_code:s.XC,public_address:s.XC}))}),Y=(0,s.su)({fioAddress:s.XC,bundleSets:s.mH}),H=(0,s.su)({fioDomain:s.XC,isPublic:s.jK}),D=(0,s.su)({payerFioAddress:s.XC,fioRequestId:s.mH}),X=(0,s.su)({fioAddress:s.XC,fioRequestId:s.mH}),ce=(0,s.su)({payerFioAddress:s.XC,payeeFioAddress:s.XC,payerPublicAddress:s.XC,payeePublicAddress:s.XC,amount:s.XC,tokenCode:s.XC,chainCode:s.XC,obtId:s.XC,memo:s.XC,status:(0,s.Zz)((0,s.Wf)("cancelled","rejected","requested","sent_to_blockchain")),fioRequestId:(0,s.Zz)(s.mH)}),pe=(0,s.su)({payerFioAddress:s.XC,payerFioPublicKey:s.XC,payeeFioAddress:s.XC,payeeTokenPublicAddress:s.XC,amount:s.XC,chainCode:s.XC,tokenCode:s.XC,memo:s.XC}),de=(0,s.su)({block_num:s.mH,block_time:s.XC,transaction_id:s.XC}).withRest,ye=(0,s.su)({message:s.XC}),M=(0,s.su)({requests:(0,s._2)(b.V_),more:s.mH}),x=(0,s.su)({payer_fio_address:s.XC,payee_fio_address:s.XC,payer_fio_public_key:s.XC,payee_fio_public_key:s.XC,content:s.XC,fio_request_id:s.mH,status:s.XC,time_stamp:s.XC}),B=(0,s.su)({obt_data_records:(0,s._2)(x),more:s.mH}),oe=(0,P.jd)((0,s.su)({publicKey:s.XC})),re=(0,s.su)({fioKey:s.XC}),le=I=>{const d=[];return I.fio_domains.forEach(e=>d.push(e.fio_domain)),I.fio_addresses.forEach(e=>d.push(e.fio_address)),d.sort((e,n)=>e<n?-1:1).join()},ae=I=>{const d=[];return d.push(I.balance),d.push(I.available),d.push(I.staked),d.push(I.srps),d.push(I.roe),d.join()},g=I=>(0,s.Vk)((0,s.su)({data:(0,s.su)({json:(0,s.su)({message:(0,s.Wf)(I)})})}))},825:function(F,A,o){"use strict";o.d(A,{DP:function(){return T},LZ:function(){return U},NV:function(){return h},Vf:function(){return R},cG:function(){return ie},nG:function(){return b},ni:function(){return S},qv:function(){return V},sd:function(){return Z},y_:function(){return ne}});var s=o(82448),P=o(62177);const b=(0,s.su)({activationRequestId:(0,s.Vk)(s.XC),accountActivationQuoteAddress:(0,s.Vk)(s.XC),accountActivationQuoteAmount:(0,s.Vk)(s.XC),hederaAccount:(0,s.Vk)(s.XC),latestTimestamp:(0,s.Vk)(s.XC,"1535068800"),paymentSubmitted:(0,s.Vk)(s.jK)}),S=["getActivationSupportedCurrencies","getActivationCost","validateAccount"],h=(0,s.su)({hbar:s.XC}),T=(0,s.su)({accounts:(0,s._2)((0,s.su)({account:s.XC,key:(0,s.su)({key:s.XC})}))}),Z=(0,s.su)({balances:(0,s._2)((0,s.su)({account:s.XC,balance:s.mH}))}),R=(0,s.su)({transactions:(0,s._2)((0,s.su)({transaction_hash:s.XC,transaction_id:s.XC,valid_start_timestamp:s.XC,transfers:(0,s._2)((0,s.su)({account:s.XC,amount:s.mH})),memo_base64:s.XC,result:s.XC,name:s.XC,consensus_timestamp:s.XC,charged_tx_fee:s.mH}))}),U=(0,s.su)({amount:s.XC,address:s.XC,request_id:s.XC}),V=(0,s.su)({status:s.XC,account_id:(0,s.Zz)(s.XC)}),ne=P.BQ,ie=Y=>{const H=(0,s.su)({[`${Y}Mnemonic`]:(0,s.Zz)(s.XC),[`${Y}Key`]:s.XC});return(0,s.W1)(D=>{const X=H(D);return{mnemonic:X[`${Y}Mnemonic`],privateKey:X[`${Y}Key`]}},D=>({[`${Y}Mnemonic`]:D.mnemonic,[`${Y}Key`]:D.privateKey}))}},81649:function(F,A,o){"use strict";o.d(A,{c:function(){return h},j:function(){return S}});var s=o(24224),P=(T,Z,R)=>new Promise((U,V)=>{var ne=H=>{try{Y(R.next(H))}catch(D){V(D)}},ie=H=>{try{Y(R.throw(H))}catch(D){V(D)}},Y=H=>H.done?U(H.value):Promise.resolve(H.value).then(ne,ie);Y((R=R.apply(T,Z)).next())});const b={tezosRpcNodes:["https://rpc.tzbeta.net","https://mainnet.tezrpc.me"],tezosApiServers:["https://api.tzkt.io"],fee:{transaction:"1350",reveal:"1300",burn:"257000"},limit:{gas:"10600",storage:"277"}},S={currencyCode:"XTZ",displayName:"Tezos",pluginId:"tezos",walletType:"wallet:tezos",defaultSettings:{},addressExplorer:"https://tzstats.com/%s",transactionExplorer:"https://tzstats.com/%s",denominations:[{name:"XTZ",multiplier:"1000000",symbol:"t"}],metaTokens:[]},h=(0,s.P)({currencyInfo:S,networkInfo:b,getInnerPlugin(){return P(this,null,function*(){return yield Promise.all([o.e(428),o.e(821),o.e(153),o.e(266),o.e(835),o.e(618),o.e(244),o.e(92)]).then(o.bind(o,12170))})}})},35666:function(F){var A=function(o){"use strict";var s=Object.prototype,P=s.hasOwnProperty,b=Object.defineProperty||function(r,a,i){r[a]=i.value},S,h=typeof Symbol=="function"?Symbol:{},T=h.iterator||"@@iterator",Z=h.asyncIterator||"@@asyncIterator",R=h.toStringTag||"@@toStringTag";function U(r,a,i){return Object.defineProperty(r,a,{value:i,enumerable:!0,configurable:!0,writable:!0}),r[a]}try{U({},"")}catch{U=function(a,i,f){return a[i]=f}}function V(r,a,i,f){var u=a&&a.prototype instanceof ce?a:ce,c=Object.create(u.prototype),t=new d(f||[]);return b(c,"_invoke",{value:le(r,i,t)}),c}o.wrap=V;function ne(r,a,i){try{return{type:"normal",arg:r.call(a,i)}}catch(f){return{type:"throw",arg:f}}}var ie="suspendedStart",Y="suspendedYield",H="executing",D="completed",X={};function ce(){}function pe(){}function de(){}var ye={};U(ye,T,function(){return this});var M=Object.getPrototypeOf,x=M&&M(M(e([])));x&&x!==s&&P.call(x,T)&&(ye=x);var B=de.prototype=ce.prototype=Object.create(ye);pe.prototype=de,b(B,"constructor",{value:de,configurable:!0}),b(de,"constructor",{value:pe,configurable:!0}),pe.displayName=U(de,R,"GeneratorFunction");function oe(r){["next","throw","return"].forEach(function(a){U(r,a,function(i){return this._invoke(a,i)})})}o.isGeneratorFunction=function(r){var a=typeof r=="function"&&r.constructor;return a?a===pe||(a.displayName||a.name)==="GeneratorFunction":!1},o.mark=function(r){return Object.setPrototypeOf?Object.setPrototypeOf(r,de):(r.__proto__=de,U(r,R,"GeneratorFunction")),r.prototype=Object.create(B),r},o.awrap=function(r){return{__await:r}};function re(r,a){function i(c,t,l,E){var k=ne(r[c],r,t);if(k.type==="throw")E(k.arg);else{var O=k.arg,z=O.value;return z&&typeof z=="object"&&P.call(z,"__await")?a.resolve(z.__await).then(function(_){i("next",_,l,E)},function(_){i("throw",_,l,E)}):a.resolve(z).then(function(_){O.value=_,l(O)},function(_){return i("throw",_,l,E)})}}var f;function u(c,t){function l(){return new a(function(E,k){i(c,t,E,k)})}return f=f?f.then(l,l):l()}b(this,"_invoke",{value:u})}oe(re.prototype),U(re.prototype,Z,function(){return this}),o.AsyncIterator=re,o.async=function(r,a,i,f,u){u===void 0&&(u=Promise);var c=new re(V(r,a,i,f),u);return o.isGeneratorFunction(a)?c:c.next().then(function(t){return t.done?t.value:c.next()})};function le(r,a,i){var f=ie;return function(c,t){if(f===H)throw new Error("Generator is already running");if(f===D){if(c==="throw")throw t;return n()}for(i.method=c,i.arg=t;;){var l=i.delegate;if(l){var E=ae(l,i);if(E){if(E===X)continue;return E}}if(i.method==="next")i.sent=i._sent=i.arg;else if(i.method==="throw"){if(f===ie)throw f=D,i.arg;i.dispatchException(i.arg)}else i.method==="return"&&i.abrupt("return",i.arg);f=H;var k=ne(r,a,i);if(k.type==="normal"){if(f=i.done?D:Y,k.arg===X)continue;return{value:k.arg,done:i.done}}else k.type==="throw"&&(f=D,i.method="throw",i.arg=k.arg)}}}function ae(r,a){var i=a.method,f=r.iterator[i];if(f===S)return a.delegate=null,i==="throw"&&r.iterator.return&&(a.method="return",a.arg=S,ae(r,a),a.method==="throw")||i!=="return"&&(a.method="throw",a.arg=new TypeError("The iterator does not provide a '"+i+"' method")),X;var u=ne(f,r.iterator,a.arg);if(u.type==="throw")return a.method="throw",a.arg=u.arg,a.delegate=null,X;var c=u.arg;if(!c)return a.method="throw",a.arg=new TypeError("iterator result is not an object"),a.delegate=null,X;if(c.done)a[r.resultName]=c.value,a.next=r.nextLoc,a.method!=="return"&&(a.method="next",a.arg=S);else return c;return a.delegate=null,X}oe(B),U(B,R,"Generator"),U(B,T,function(){return this}),U(B,"toString",function(){return"[object Generator]"});function g(r){var a={tryLoc:r[0]};1 in r&&(a.catchLoc=r[1]),2 in r&&(a.finallyLoc=r[2],a.afterLoc=r[3]),this.tryEntries.push(a)}function I(r){var a=r.completion||{};a.type="normal",delete a.arg,r.completion=a}function d(r){this.tryEntries=[{tryLoc:"root"}],r.forEach(g,this),this.reset(!0)}o.keys=function(r){var a=Object(r),i=[];for(var f in a)i.push(f);return i.reverse(),function u(){for(;i.length;){var c=i.pop();if(c in a)return u.value=c,u.done=!1,u}return u.done=!0,u}};function e(r){if(r){var a=r[T];if(a)return a.call(r);if(typeof r.next=="function")return r;if(!isNaN(r.length)){var i=-1,f=function u(){for(;++i<r.length;)if(P.call(r,i))return u.value=r[i],u.done=!1,u;return u.value=S,u.done=!0,u};return f.next=f}}return{next:n}}o.values=e;function n(){return{value:S,done:!0}}return d.prototype={constructor:d,reset:function(r){if(this.prev=0,this.next=0,this.sent=this._sent=S,this.done=!1,this.delegate=null,this.method="next",this.arg=S,this.tryEntries.forEach(I),!r)for(var a in this)a.charAt(0)==="t"&&P.call(this,a)&&!isNaN(+a.slice(1))&&(this[a]=S)},stop:function(){this.done=!0;var r=this.tryEntries[0],a=r.completion;if(a.type==="throw")throw a.arg;return this.rval},dispatchException:function(r){if(this.done)throw r;var a=this;function i(E,k){return c.type="throw",c.arg=r,a.next=E,k&&(a.method="next",a.arg=S),!!k}for(var f=this.tryEntries.length-1;f>=0;--f){var u=this.tryEntries[f],c=u.completion;if(u.tryLoc==="root")return i("end");if(u.tryLoc<=this.prev){var t=P.call(u,"catchLoc"),l=P.call(u,"finallyLoc");if(t&&l){if(this.prev<u.catchLoc)return i(u.catchLoc,!0);if(this.prev<u.finallyLoc)return i(u.finallyLoc)}else if(t){if(this.prev<u.catchLoc)return i(u.catchLoc,!0)}else if(l){if(this.prev<u.finallyLoc)return i(u.finallyLoc)}else throw new Error("try statement without catch or finally")}}},abrupt:function(r,a){for(var i=this.tryEntries.length-1;i>=0;--i){var f=this.tryEntries[i];if(f.tryLoc<=this.prev&&P.call(f,"finallyLoc")&&this.prev<f.finallyLoc){var u=f;break}}u&&(r==="break"||r==="continue")&&u.tryLoc<=a&&a<=u.finallyLoc&&(u=null);var c=u?u.completion:{};return c.type=r,c.arg=a,u?(this.method="next",this.next=u.finallyLoc,X):this.complete(c)},complete:function(r,a){if(r.type==="throw")throw r.arg;return r.type==="break"||r.type==="continue"?this.next=r.arg:r.type==="return"?(this.rval=this.arg=r.arg,this.method="return",this.next="end"):r.type==="normal"&&a&&(this.next=a),X},finish:function(r){for(var a=this.tryEntries.length-1;a>=0;--a){var i=this.tryEntries[a];if(i.finallyLoc===r)return this.complete(i.completion,i.afterLoc),I(i),X}},catch:function(r){for(var a=this.tryEntries.length-1;a>=0;--a){var i=this.tryEntries[a];if(i.tryLoc===r){var f=i.completion;if(f.type==="throw"){var u=f.arg;I(i)}return u}}throw new Error("illegal catch attempt")},delegateYield:function(r,a,i){return this.delegate={iterator:e(r),resultName:a,nextLoc:i},this.method==="next"&&(this.arg=S),X}},o}(F.exports);try{regeneratorRuntime=A}catch{typeof globalThis=="object"?globalThis.regeneratorRuntime=A:Function("r","regeneratorRuntime = r")(A)}},46601:function(){},82448:function(F,A,o){"use strict";o.d(A,{JC:function(){return pe},Vk:function(){return U},W1:function(){return S},Wf:function(){return de},XC:function(){return D},Zz:function(){return H},_2:function(){return P},_C:function(){return T},gu:function(){return ne},jK:function(){return b},mH:function(){return ie},qF:function(){return h},su:function(){return Y},vq:function(){return X},zv:function(){return ce}});var s=o(47630);const P=s.asArray,b=s.asBoolean,S=s.asCodec,h=s.asDate,T=s.asEither,Z=s.asJSON,R=s.asMap,U=s.asMaybe,V=s.asNone,ne=s.asNull,ie=s.asNumber,Y=s.asObject,H=s.asOptional,D=s.asString,X=s.asTuple,ce=s.asUndefined,pe=s.asUnknown,de=s.asValue,ye=s.uncleaner}},T0={};function y(F){var A=T0[F];if(A!==void 0)return A.exports;var o=T0[F]={id:F,loaded:!1,exports:{}};return M0[F].call(o.exports,o,o.exports,y),o.loaded=!0,o.exports}y.m=M0,function(){y.amdO={}}(),function(){y.n=function(F){var A=F&&F.__esModule?function(){return F.default}:function(){return F};return y.d(A,{a:A}),A}}(),function(){var F=Object.getPrototypeOf?function(o){return Object.getPrototypeOf(o)}:function(o){return o.__proto__},A;y.t=function(o,s){if(s&1&&(o=this(o)),s&8||typeof o=="object"&&o&&(s&4&&o.__esModule||s&16&&typeof o.then=="function"))return o;var P=Object.create(null);y.r(P);var b={};A=A||[null,F({}),F([]),F(F)];for(var S=s&2&&o;typeof S=="object"&&!~A.indexOf(S);S=F(S))Object.getOwnPropertyNames(S).forEach(function(h){b[h]=function(){return o[h]}});return b.default=function(){return o},y.d(P,b),P}}(),function(){y.d=function(F,A){for(var o in A)y.o(A,o)&&!y.o(F,o)&&Object.defineProperty(F,o,{enumerable:!0,get:A[o]})}}(),function(){y.f={},y.e=function(F){return Promise.all(Object.keys(y.f).reduce(function(A,o){return y.f[o](F,A),A},[]))}}(),function(){y.u=function(F){return""+({5:"tron",26:"bnb",92:"tezos",159:"zcash",513:"ethereum",591:"polkadot",601:"solana",603:"ripple",679:"eos",741:"algorand",805:"fio",870:"stellar",894:"hedera"}[F]||F)+".chunk.js"}}(),function(){y.g=function(){if(typeof globalThis=="object")return globalThis;try{return this||new Function("return this")()}catch{if(typeof window=="object")return window}}()}(),function(){y.o=function(F,A){return Object.prototype.hasOwnProperty.call(F,A)}}(),function(){var F={},A="edge-currency-accountbased:";y.l=function(o,s,P,b){if(F[o]){F[o].push(s);return}var S,h;if(P!==void 0)for(var T=document.getElementsByTagName("script"),Z=0;Z<T.length;Z++){var R=T[Z];if(R.getAttribute("src")==o||R.getAttribute("data-webpack")==A+P){S=R;break}}S||(h=!0,S=document.createElement("script"),S.charset="utf-8",S.timeout=120,y.nc&&S.setAttribute("nonce",y.nc),S.setAttribute("data-webpack",A+P),S.src=o),F[o]=[s];var U=function(ne,ie){S.onerror=S.onload=null,clearTimeout(V);var Y=F[o];if(delete F[o],S.parentNode&&S.parentNode.removeChild(S),Y&&Y.forEach(function(H){return H(ie)}),ne)return ne(ie)},V=setTimeout(U.bind(null,void 0,{type:"timeout",target:S}),12e4);S.onerror=U.bind(null,S.onerror),S.onload=U.bind(null,S.onload),h&&document.head.appendChild(S)}}(),function(){y.r=function(F){typeof Symbol<"u"&&Symbol.toStringTag&&Object.defineProperty(F,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(F,"__esModule",{value:!0})}}(),function(){y.nmd=function(F){return F.paths=[],F.children||(F.children=[]),F}}(),function(){var F;y.g.importScripts&&(F=y.g.location+"");var A=y.g.document;if(!F&&A&&(A.currentScript&&(F=A.currentScript.src),!F)){var o=A.getElementsByTagName("script");o.length&&(F=o[o.length-1].src)}if(!F)throw new Error("Automatic publicPath is not supported in this browser");F=F.replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),y.p=F}(),function(){var F={179:0};y.f.j=function(s,P){var b=y.o(F,s)?F[s]:void 0;if(b!==0)if(b)P.push(b[2]);else{var S=new Promise(function(R,U){b=F[s]=[R,U]});P.push(b[2]=S);var h=y.p+y.u(s),T=new Error,Z=function(R){if(y.o(F,s)&&(b=F[s],b!==0&&(F[s]=void 0),b)){var U=R&&(R.type==="load"?"missing":R.type),V=R&&R.target&&R.target.src;T.message="Loading chunk "+s+` failed.
2
2
  (`+U+": "+V+")",T.name="ChunkLoadError",T.type=U,T.request=V,b[1](T)}};y.l(h,Z,"chunk-"+s,s)}};var A=function(s,P){var b=P[0],S=P[1],h=P[2],T,Z,R=0;if(b.some(function(V){return F[V]!==0})){for(T in S)y.o(S,T)&&(y.m[T]=S[T]);if(h)var U=h(y)}for(s&&s(P);R<b.length;R++)Z=b[R],y.o(F,Z)&&F[Z]&&F[Z][0](),F[Z]=0},o=self.webpackChunkedge_currency_accountbased=self.webpackChunkedge_currency_accountbased||[];o.forEach(A.bind(null,0)),o.push=A.bind(null,o.push.bind(o))}();var Vt={};(function(){"use strict";var F=y(35666),A=y(24224),o=y(20918),s=(W,ee,N)=>new Promise(($,te)=>{var Q=C=>{try{j(N.next(C))}catch(L){te(L)}},J=C=>{try{j(N.throw(C))}catch(L){te(L)}},j=C=>C.done?$(C.value):Promise.resolve(C.value).then(Q,J);j((N=N.apply(W,ee)).next())});const P={31566704:{currencyCode:"USDC",displayName:"USD Coin",denominations:[{name:"USDC",multiplier:"1000000"}],networkLocation:{contractAddress:"31566704"}}},b={algodServers:["https://mainnet-api.algonode.cloud","http://node.algoexplorerapi.io","https://xna-mainnet-api.algonode.cloud"],indexerServers:["https://mainnet-idx.algonode.cloud","https://algoindexer.algoexplorerapi.io"],genesisID:"mainnet-v1.0",genesisHash:"wGHE2Pwdvd7S12BL5FaOP20EGYesN73ktiC1qzkkit8=",minimumTxFee:1e3,minimumAddressBalance:"100000"},S={currencyCode:"ALGO",displayName:"Algorand",pluginId:"algorand",walletType:"wallet:algorand",defaultSettings:{customFeeSettings:["fee"]},memoType:"text",addressExplorer:"https://algoexplorer.io/address/%s",transactionExplorer:"https://algoexplorer.io/tx/%s",denominations:[{name:"ALGO",multiplier:"1000000",symbol:"\u023A"}],metaTokens:(0,o.ZS)(P)},h=(0,A.P)({builtinTokens:P,currencyInfo:S,networkInfo:b,checkEnvironment:()=>{if(y.g.BigInt==null)throw new Error("Algorand requires bigint support")},getInnerPlugin(){return s(this,null,function*(){return yield Promise.all([y.e(428),y.e(246),y.e(780),y.e(94),y.e(431),y.e(614),y.e(945),y.e(244),y.e(741)]).then(y.bind(y,37011))})}});var T=(W,ee,N)=>new Promise(($,te)=>{var Q=C=>{try{j(N.next(C))}catch(L){te(L)}},J=C=>{try{j(N.throw(C))}catch(L){te(L)}},j=C=>C.done?$(C.value):Promise.resolve(C.value).then(Q,J);j((N=N.apply(W,ee)).next())});const Z={binanceApiServers:["https://dex.binance.org","https://dex-atlantic.binance.org","https://dex-asiapacific.binance.org","https://dex-european.binance.org"],beaconChainApiServers:["https://api.binance.org"]},R={currencyCode:"BNB",displayName:"BNB Beacon Chain",pluginId:"binance",walletType:"wallet:binance",defaultSettings:{},memoMaxLength:128,addressExplorer:"https://explorer.binance.org/address/%s",transactionExplorer:"https://explorer.binance.org/tx/%s",blockExplorer:"https://explorer.binance.org/block/%s",denominations:[{name:"BNB",multiplier:"100000000",symbol:"B"}],metaTokens:[]},U=(0,A.P)({currencyInfo:R,networkInfo:Z,getInnerPlugin(){return T(this,null,function*(){return yield Promise.all([y.e(428),y.e(246),y.e(821),y.e(153),y.e(266),y.e(835),y.e(539),y.e(978),y.e(669),y.e(786),y.e(884),y.e(341),y.e(244),y.e(26)]).then(y.bind(y,59439))})}});var V=y(83718),ne=(W,ee,N)=>new Promise(($,te)=>{var Q=C=>{try{j(N.next(C))}catch(L){te(L)}},J=C=>{try{j(N.throw(C))}catch(L){te(L)}},j=C=>C.done?$(C.value):Promise.resolve(C.value).then(Q,J);j((N=N.apply(W,ee)).next())});const ie={chainId:"aca376f206b8fc25a6ed44dbdc66547c36c6c33e3a119ffbeaef943642f0e906",eosActivationServers:["https://eospay.edge.app"],eosHyperionNodes:["https://api.eossweden.org"],eosNodes:["https://api.eoseoul.io","https://api.eoslaomao.com","https://mainnet.eoscannon.io","https://api.eos.wiki","https://mainnet.eosio.sg","https://eos.newdex.one","https://api.bitmars.one","https://node1.zbeos.com","https://api.eosn.io"],eosDfuseServers:["https://eos.dfuse.eosnation.io"],powerUpServers:["https://api.eospowerup.io/freePowerup"],uriProtocol:"eos"},H={currencyCode:"EOS",displayName:"EOS",pluginId:"eos",walletType:"wallet:eos",defaultSettings:{},memoMaxLength:256,addressExplorer:"https://bloks.io/account/%s",transactionExplorer:"https://bloks.io/transaction/%s",denominations:[{name:"EOS",multiplier:"10000",symbol:"E"}],metaTokens:[],unsafeBroadcastTx:!0},D=(0,A.P)({currencyInfo:H,networkInfo:ie,otherMethodNames:V.Fc,getInnerPlugin(){return ne(this,null,function*(){return yield Promise.all([y.e(428),y.e(246),y.e(266),y.e(234),y.e(663),y.e(244),y.e(679)]).then(y.bind(y,58030))})}});var X=(W,ee,N)=>new Promise(($,te)=>{var Q=C=>{try{j(N.next(C))}catch(L){te(L)}},J=C=>{try{j(N.throw(C))}catch(L){te(L)}},j=C=>C.done?$(C.value):Promise.resolve(C.value).then(Q,J);j((N=N.apply(W,ee)).next())});const ce={chainId:"4667b205c6838ef70ff7988f6e8257e8be0e1284a2f59699054a018f743b1d11",eosActivationServers:["https://eospay.edge.app","https://account.teloscrew.com"],eosHyperionNodes:["https://telos.caleos.io"],eosNodes:["https://telos.caleos.io"],powerUpServers:[],eosDfuseServers:[],uriProtocol:"telos"},de={currencyCode:"TLOS",displayName:"Telos",pluginId:"telos",walletType:"wallet:telos",defaultSettings:{},memoMaxLength:256,addressExplorer:"https://telos.bloks.io/account/%s",transactionExplorer:"https://telos.bloks.io/transaction/%s",denominations:[{name:"TLOS",multiplier:"10000",symbol:"T"}],metaTokens:[]},ye=(0,A.P)({currencyInfo:de,networkInfo:ce,otherMethodNames:V.Fc,getInnerPlugin(){return X(this,null,function*(){return yield Promise.all([y.e(428),y.e(246),y.e(266),y.e(234),y.e(663),y.e(244),y.e(679)]).then(y.bind(y,58030))})}});var M=(W,ee,N)=>new Promise(($,te)=>{var Q=C=>{try{j(N.next(C))}catch(L){te(L)}},J=C=>{try{j(N.throw(C))}catch(L){te(L)}},j=C=>C.done?$(C.value):Promise.resolve(C.value).then(Q,J);j((N=N.apply(W,ee)).next())});const x={chainId:"1064487b3cd1a897ce03ae5b6a865651747e2e152090f99c1d19d44e01aea5a4",eosActivationServers:[],eosDfuseServers:[],eosHyperionNodes:["https://api.waxsweden.org"],eosNodes:["https://api.waxsweden.org"],powerUpServers:[],uriProtocol:"wax"},oe={currencyCode:"WAX",displayName:"Wax",pluginId:"wax",walletType:"wallet:wax",defaultSettings:{},memoMaxLength:256,addressExplorer:"https://wax.bloks.io/account/%s",transactionExplorer:"https://wax.bloks.io/transaction/%s",denominations:[{name:"WAX",multiplier:"100000000",symbol:"W"}],metaTokens:[]},re=(0,A.P)({currencyInfo:oe,networkInfo:x,otherMethodNames:V.Fc,getInnerPlugin(){return M(this,null,function*(){return yield Promise.all([y.e(428),y.e(246),y.e(266),y.e(234),y.e(663),y.e(244),y.e(679)]).then(y.bind(y,58030))})}}),le={eos:D,telos:ye,wax:re};var ae=y(82623),g=y(50857),I=y(825),d=(W,ee,N)=>new Promise(($,te)=>{var Q=C=>{try{j(N.next(C))}catch(L){te(L)}},J=C=>{try{j(N.throw(C))}catch(L){te(L)}},j=C=>C.done?$(C.value):Promise.resolve(C.value).then(Q,J);j((N=N.apply(W,ee)).next())});const e={creatorApiServers:["https://creator.myhbarwallet.com"],mirrorNodes:["https://mainnet-public.mirrornode.hedera.com"],client:"Mainnet",checksumNetworkID:"0",maxFee:9e5},n={currencyCode:"HBAR",displayName:"Hedera",pluginId:"hedera",walletType:"wallet:hedera",defaultSettings:{},memoMaxLength:100,addressExplorer:"https://hashscan.io/mainnet/account/%s",transactionExplorer:"https://hashscan.io/mainnet/transaction/%s",denominations:[{name:"HBAR",multiplier:"100000000",symbol:"\u210F"},{name:"tHBAR",multiplier:"1",symbol:"t\u210F"}],metaTokens:[]},r=(0,A.P)({currencyInfo:n,networkInfo:e,otherMethodNames:I.ni,getInnerPlugin(){return d(this,null,function*(){return yield Promise.all([y.e(428),y.e(246),y.e(821),y.e(153),y.e(266),y.e(835),y.e(539),y.e(780),y.e(94),y.e(431),y.e(19),y.e(549),y.e(244),y.e(894)]).then(y.bind(y,85520))})}});var a=(W,ee,N)=>new Promise(($,te)=>{var Q=C=>{try{j(N.next(C))}catch(L){te(L)}},J=C=>{try{j(N.throw(C))}catch(L){te(L)}},j=C=>C.done?$(C.value):Promise.resolve(C.value).then(Q,J);j((N=N.apply(W,ee)).next())});const i={rpcNodes:["wss://rpc.polkadot.io"],genesisHash:"0x91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3",subscanBaseUrl:"https://polkadot.api.subscan.io/api",subscanQueryLimit:100,existentialDeposit:"10000000000",lengthFeePerByte:"1000000"},f={currencyCode:"DOT",displayName:"Polkadot",pluginId:"polkadot",walletType:"wallet:polkadot",defaultSettings:{},addressExplorer:"https://polkadot.subscan.io/account/%s",transactionExplorer:"https://polkadot.subscan.io/extrinsic/%s",denominations:[{name:"DOT",multiplier:"10000000000",symbol:""}],metaTokens:[]},u=(0,A.P)({currencyInfo:f,networkInfo:i,checkEnvironment:()=>{if(y.g.BigInt==null)throw new Error("Polkadot requires bigint support")},getInnerPlugin(){return a(this,null,function*(){return yield Promise.all([y.e(428),y.e(246),y.e(821),y.e(153),y.e(780),y.e(387),y.e(244),y.e(591)]).then(y.bind(y,65813))})}});var c=(W,ee,N)=>new Promise(($,te)=>{var Q=C=>{try{j(N.next(C))}catch(L){te(L)}},J=C=>{try{j(N.throw(C))}catch(L){te(L)}},j=C=>C.done?$(C.value):Promise.resolve(C.value).then(Q,J);j((N=N.apply(W,ee)).next())});const t={rpcNodes:["https://ssc-dao.genesysgo.net","https://api.mainnet-beta.solana.com"],commitment:"confirmed",txQueryLimit:1e3,derivationPath:"m/44'/501'/0'/0'",memoPublicKey:"MemoSq4gqABAXKb96qnH8TysNcWxMyWCqXgDLGmfcHr"},l={currencyCode:"SOL",displayName:"Solana",pluginId:"solana",walletType:"wallet:solana",defaultSettings:{},addressExplorer:"https://explorer.solana.com/address/%s",transactionExplorer:"https://explorer.solana.com/tx/%s",denominations:[{name:"SOL",multiplier:"1000000000",symbol:"\u25CE"}],metaTokens:[]},E=(0,A.P)({currencyInfo:l,networkInfo:t,getInnerPlugin(){return c(this,null,function*(){return yield Promise.all([y.e(428),y.e(246),y.e(821),y.e(153),y.e(266),y.e(780),y.e(94),y.e(884),y.e(216),y.e(244),y.e(601)]).then(y.bind(y,29016))})}});var k=(W,ee,N)=>new Promise(($,te)=>{var Q=C=>{try{j(N.next(C))}catch(L){te(L)}},J=C=>{try{j(N.throw(C))}catch(L){te(L)}},j=C=>C.done?$(C.value):Promise.resolve(C.value).then(Q,J);j((N=N.apply(W,ee)).next())});const O={baseReserve:"10000000",stellarServers:["https://horizon.stellar.org"]},z={currencyCode:"XLM",displayName:"Stellar",pluginId:"stellar",walletType:"wallet:stellar",defaultSettings:{},memoMaxLength:19,addressExplorer:"https://stellarchain.io/address/%s",transactionExplorer:"https://stellarchain.io/tx/%s",denominations:[{name:"XLM",multiplier:"10000000",symbol:"*"}],metaTokens:[]},_=(0,A.P)({currencyInfo:z,networkInfo:O,getInnerPlugin(){return k(this,null,function*(){return yield Promise.all([y.e(428),y.e(246),y.e(821),y.e(266),y.e(835),y.e(539),y.e(780),y.e(978),y.e(669),y.e(720),y.e(267),y.e(620),y.e(244),y.e(870)]).then(y.bind(y,31188))})}});var se=y(81649),Ve=(W,ee,N)=>new Promise(($,te)=>{var Q=C=>{try{j(N.next(C))}catch(L){te(L)}},J=C=>{try{j(N.throw(C))}catch(L){te(L)}},j=C=>C.done?$(C.value):Promise.resolve(C.value).then(Q,J);j((N=N.apply(W,ee)).next())});const fe={TPYmHEhy5n8TCEfYGqW2rPxsghSfzghPDn:{currencyCode:"USDD",displayName:"Decentralized USD",denominations:[{name:"USDD",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"TPYmHEhy5n8TCEfYGqW2rPxsghSfzghPDn"}},TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t:{currencyCode:"USDT",displayName:"Tether",denominations:[{name:"USDT",multiplier:"1000000"}],networkLocation:{contractAddress:"TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t"}},TEkxiTehnzSmSe2XqrBj4w32RUN966rdz8:{currencyCode:"USDC",displayName:"USD Coin",denominations:[{name:"USDC",multiplier:"1000000"}],networkLocation:{contractAddress:"TEkxiTehnzSmSe2XqrBj4w32RUN966rdz8"}},TNUC9Qb1rRpS5CbWLmNMxXBjyFoydXjWFR:{currencyCode:"WTRX",displayName:"Wrapped TRX",denominations:[{name:"WTRX",multiplier:"1000000"}],networkLocation:{contractAddress:"TNUC9Qb1rRpS5CbWLmNMxXBjyFoydXjWFR"}},TUpMhErZL2fhh4sVNULAbNKLokS4GjC1F4:{currencyCode:"TUSD",displayName:"TrueUSD",denominations:[{name:"TUSD",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"TUpMhErZL2fhh4sVNULAbNKLokS4GjC1F4"}},TAFjULxiVgT4qWk6UZwjqwZXTSaGaqnVp4:{currencyCode:"BTT",displayName:"BitTorrent",denominations:[{name:"BTT",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"TAFjULxiVgT4qWk6UZwjqwZXTSaGaqnVp4"}},TCFLL5dx5ZJdKnWuesXxi1VPwjLVmWZZy9:{currencyCode:"JST",displayName:"JUST",denominations:[{name:"JST",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"TCFLL5dx5ZJdKnWuesXxi1VPwjLVmWZZy9"}},TLa2f6VPqDgRE67v1736s7bJ8Ray5wYjU7:{currencyCode:"WIN",displayName:"WINkLink",denominations:[{name:"WIN",multiplier:"1000000"}],networkLocation:{contractAddress:"TLa2f6VPqDgRE67v1736s7bJ8Ray5wYjU7"}},TFczxzPhnThNSqr5by8tvxsdCFRRz6cPNq:{currencyCode:"NFT",displayName:"APENFT",denominations:[{name:"NFT",multiplier:"1000000"}],networkLocation:{contractAddress:"TFczxzPhnThNSqr5by8tvxsdCFRRz6cPNq"}},TSSMHYeV2uE9qYH95DqyoCuNCzEL1NvU3S:{currencyCode:"SUN",displayName:"SUN",denominations:[{name:"SUN",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"TSSMHYeV2uE9qYH95DqyoCuNCzEL1NvU3S"}},TMwFHYXLJaRUPeW6421aqXL4ZEzPRFGkGT:{currencyCode:"USDJ",displayName:"JUST Stablecoin",denominations:[{name:"USDJ",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"TMwFHYXLJaRUPeW6421aqXL4ZEzPRFGkGT"}}},ve={tronApiServers:["https://api.trongrid.io"],tronNodeServers:["http://3.225.171.164:8090","http://52.53.189.99:8090","http://18.196.99.16:8090","http://34.253.187.192:8090","http://52.56.56.149:8090","http://35.180.51.163:8090","http://54.252.224.209:8090","http://18.228.15.36:8090","http://52.15.93.92:8090","http://34.220.77.106:8090","http://13.127.47.162:8090","http://13.124.62.58:8090","http://35.182.229.162:8090","http://18.209.42.127:8090","http://3.218.137.187:8090","http://34.237.210.82:8090"],defaultDerivationPath:"m/44'/195'/0'/0/0",defaultFeeLimit:1e9,defaultFreezeDurationInDays:3},o0={currencyCode:"TRX",displayName:"Tron",pluginId:"tron",walletType:"wallet:tron",defaultSettings:{},memoType:"text",addressExplorer:"https://tronscan.org/#/address/%s",transactionExplorer:"https://tronscan.org/#/transaction/%s",denominations:[{name:"TRX",multiplier:"1000000",symbol:"T"}],metaTokens:(0,o.ZS)(fe)},ge=(0,A.P)({builtinTokens:fe,currencyInfo:o0,networkInfo:ve,getInnerPlugin(){return Ve(this,null,function*(){return yield Promise.all([y.e(428),y.e(246),y.e(821),y.e(153),y.e(266),y.e(835),y.e(539),y.e(291),y.e(669),y.e(221),y.e(19),y.e(944),y.e(890),y.e(244),y.e(5)]).then(y.bind(y,9127))})}});var Le=(W,ee,N)=>new Promise(($,te)=>{var Q=C=>{try{j(N.next(C))}catch(L){te(L)}},J=C=>{try{j(N.throw(C))}catch(L){te(L)}},j=C=>C.done?$(C.value):Promise.resolve(C.value).then(Q,J);j((N=N.apply(W,ee)).next())});const Qe={rippledServers:["wss://s2.ripple.com","wss://xrplcluster.com"],defaultFee:"10",baseReserve:"10000000",baseReservePerToken:"2000000"},Ce={currencyCode:"XRP",displayName:"XRP",pluginId:"ripple",walletType:"wallet:ripple",defaultSettings:{},memoMaxLength:10,memoMaxValue:"4294967295",addressExplorer:"https://bithomp.com/explorer/%s",transactionExplorer:"https://bithomp.com/explorer/%s",denominations:[{name:"XRP",multiplier:"1000000",symbol:"X"}],metaTokens:[]},Ie={"USD-rhub8VRN55s94qWKDv6jmDy1pUykJzF3wq":{currencyCode:"USD.gh",displayName:"Gatehub USD",denominations:[{name:"USD.gh",multiplier:"1000000000000000000"}],networkLocation:{currency:"USD",issuer:"rhub8VRN55s94qWKDv6jmDy1pUykJzF3wq"}},"EUR-rhub8VRN55s94qWKDv6jmDy1pUykJzF3wq":{currencyCode:"EUR.gh",displayName:"Gatehub EUR",denominations:[{name:"EUR.gh",multiplier:"1000000000000000000"}],networkLocation:{currency:"EUR",issuer:"rhub8VRN55s94qWKDv6jmDy1pUykJzF3wq"}},"USD-rvYAfWj5gh67oV6fW32ZzP3Aw4Eubs59B":{currencyCode:"USD.bs",displayName:"Bitstamp USD",denominations:[{name:"USD.bs",multiplier:"1000000000000000000"}],networkLocation:{currency:"USD",issuer:"rvYAfWj5gh67oV6fW32ZzP3Aw4Eubs59B"}},"USD-rEn9eRkX25wfGPLysUMAvZ84jAzFNpT5fL":{currencyCode:"USD.st",displayName:"Stably USD",denominations:[{name:"USD.st",multiplier:"1000000000000000000"}],networkLocation:{currency:"USD",issuer:"rEn9eRkX25wfGPLysUMAvZ84jAzFNpT5fL"}}},ze=(0,A.P)({builtinTokens:Ie,currencyInfo:Ce,networkInfo:Qe,getInnerPlugin(){return Le(this,null,function*(){return yield Promise.all([y.e(428),y.e(246),y.e(821),y.e(153),y.e(266),y.e(835),y.e(539),y.e(291),y.e(431),y.e(978),y.e(786),y.e(267),y.e(726),y.e(244),y.e(603)]).then(y.bind(y,23818))})}});var Se=(W,ee,N)=>new Promise(($,te)=>{var Q=C=>{try{j(N.next(C))}catch(L){te(L)}},J=C=>{try{j(N.throw(C))}catch(L){te(L)}},j=C=>C.done?$(C.value):Promise.resolve(C.value).then(Q,J);j((N=N.apply(W,ee)).next())});const Ne={rpcNode:{networkName:"mainnet",defaultHost:"lightd1.pirate.black",defaultPort:443},defaultBirthday:204e4,defaultNetworkFee:"10000",nativeSdk:"piratechain",transactionQueryLimit:999},Ze={currencyCode:"ARRR",displayName:"Pirate Chain",pluginId:"piratechain",requiredConfirmations:10,walletType:"wallet:piratechain",defaultSettings:{},addressExplorer:"",transactionExplorer:"https://explorer.pirate.black/tx/%s",denominations:[{name:"ARRR",multiplier:"100000000",symbol:"P"}],metaTokens:[],unsafeBroadcastTx:!0},Me=(0,A.P)({currencyInfo:Ze,networkInfo:Ne,getInnerPlugin(){return Se(this,null,function*(){return yield Promise.all([y.e(428),y.e(246),y.e(821),y.e(153),y.e(244),y.e(159)]).then(y.bind(y,940))})}});var Te=(W,ee,N)=>new Promise(($,te)=>{var Q=C=>{try{j(N.next(C))}catch(L){te(L)}},J=C=>{try{j(N.throw(C))}catch(L){te(L)}},j=C=>C.done?$(C.value):Promise.resolve(C.value).then(Q,J);j((N=N.apply(W,ee)).next())});const Ye={rpcNode:{networkName:"mainnet",defaultHost:"mainnet.lightwalletd.com",defaultPort:9067},defaultBirthday:131e4,defaultNetworkFee:"1000",nativeSdk:"zcash",transactionQueryLimit:999},De={currencyCode:"ZEC",displayName:"Zcash",pluginId:"zcash",requiredConfirmations:10,walletType:"wallet:zcash",defaultSettings:{},addressExplorer:"https://blockchair.com/zcash/address/%s?from=edgeapp",transactionExplorer:"https://blockchair.com/zcash/transaction/%s?from=edgeapp",denominations:[{name:"ZEC",multiplier:"100000000",symbol:"Z"}],metaTokens:[],unsafeBroadcastTx:!0},Ae=(0,A.P)({currencyInfo:De,networkInfo:Ye,getInnerPlugin(){return Te(this,null,function*(){return yield Promise.all([y.e(428),y.e(246),y.e(821),y.e(153),y.e(244),y.e(159)]).then(y.bind(y,940))})}});var i0=Object.defineProperty,Pe=Object.defineProperties,Fe=Object.getOwnPropertyDescriptors,Je=Object.getOwnPropertySymbols,we=Object.prototype.hasOwnProperty,Ee=Object.prototype.propertyIsEnumerable,$e=(W,ee,N)=>ee in W?i0(W,ee,{enumerable:!0,configurable:!0,writable:!0,value:N}):W[ee]=N,be=(W,ee)=>{for(var N in ee||(ee={}))we.call(ee,N)&&$e(W,N,ee[N]);if(Je)for(var N of Je(ee))Ee.call(ee,N)&&$e(W,N,ee[N]);return W},ke=(W,ee)=>Pe(W,Fe(ee));const qe=ke(be(be({},le),ae.j),{algorand:h,binance:U,fio:g.l,hedera:r,piratechain:Me,polkadot:u,ripple:ze,solana:E,stellar:_,tezos:se.c,tron:ge,zcash:Ae});typeof window<"u"&&typeof window.addEdgeCorePlugins=="function"&&window.addEdgeCorePlugins(qe);var xe=null})()})();
@@ -10,15 +10,15 @@ const networkInfo = {
10
10
  'https://fio.eu.eosamsterdam.net/v1/',
11
11
  'https://fio.eosdac.io/v1/',
12
12
  'https://fio.eosrio.io/v1/',
13
- 'https://fio.acherontrading.com/v1/',
13
+ // 'https://fio.acherontrading.com/v1/', running v3.2.0
14
14
  'https://fio.eos.barcelona/v1/',
15
15
  'https://api.fio.alohaeos.com/v1/',
16
- 'https://fio.greymass.com/v1/',
16
+ // 'https://fio.greymass.com/v1/', // offline
17
17
  'https://fio.eosargentina.io/v1/',
18
18
  'https://fio.cryptolions.io/v1/',
19
19
  'https://api.fio.currencyhub.io/v1/',
20
20
  'https://fio.eostribe.io/v1/',
21
- 'https://api.fio.greeneosio.com/v1/',
21
+ // 'https://api.fio.greeneosio.com/v1/', running v3.2.0
22
22
  'https://api.fio.services/v1/',
23
23
  'https://fio.eosusa.news/v1/',
24
24
  'https://fio-api.eosiomadrid.io/v1/',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "edge-currency-accountbased",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "Edge currency plugin for account based currencies",
5
5
  "homepage": "https://edge.app/",
6
6
  "repository": {