edge-currency-accountbased 0.22.16 → 0.22.18

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,13 @@
1
1
  # edge-currency-accountbased
2
2
 
3
+ ## 0.22.18 (2023-03-10)
4
+
5
+ - Fix: Lower Optimism minGasPrice
6
+
7
+ ## 0.22.17 (2023-03-09)
8
+
9
+ - HBAR: Update explorer URL
10
+
3
11
  ## 0.22.16 (2023-03-08)
4
12
 
5
13
  - added: Parse/quote Smartpay PIX QR codes for Tron/USDT
@@ -1,2 +1,2 @@
1
- (function(){var N0={77591:function(F,A,o){"use strict";var h=this&&this.__importDefault||function(b){return b&&b.__esModule?b:{default:b}};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 M=h(o(13550));function g(b){return!!(b.startsWith("0x")||b.startsWith("-0x")||b.toLowerCase().includes("a")||b.toLowerCase().includes("b")||b.toLowerCase().includes("c")||b.toLowerCase().includes("d")||b.toLowerCase().includes("e")||b.toLowerCase().includes("f"))}function I(b){return b.replace("0x","")}function m(b,C){let c=b;for(let e=0;e<C;e++)c+="0";return c}function S(b){let C=b.replace(/^0+/,"");return C=C.replace(/^\.+/,"0."),C.includes(".")&&(C=C.replace(/0+$/,""),C=C.replace(/\.+$/,""),C===""&&(C="0")),C===""&&(C="0"),C}function Y(b,C){if(C===0)return b;let c=!1;b.slice(0,1)==="-"&&(c=!0,b=b.slice(1));let e;return C>b.length?e="0."+m("",C-b.length)+b:e=b.substr(0,b.length-C)+"."+b.substr(b.length-C,b.length),e=S(e),c&&(e=`-${e}`),e}function H(b,C,c){let e=b,n=C;L(e,n);let r=e.indexOf("."),a=n.indexOf(".");const i=g(e),l=g(n);if(r!==-1&&(e=S(e),r=e.indexOf(".")),a!==-1&&(n=S(n),a=n.indexOf(".")),r!==-1||a!==-1||typeof c=="number"){if(i||l)throw new Error("Cannot operate on base16 float values");let f=0,s=0;r!==-1&&(f=e.length-r-1),a!==-1&&(s=n.length-a-1);const t=f>s?f:s;let d=0;return typeof c=="number"&&(d=c),e=m(e.replace(".",""),t+d-f),n=m(n.replace(".",""),t-s),{x:e,y:n,shift:t}}else return{x:e,y:n,shift:0}}function L(...b){for(const C of b){if(C.split(".").length-1>1)throw new Error("Invalid number: more than one decimal point");if(C.split("-").length-1>1)throw new Error("Invalid number: more than one negative sign")}}function z(b,C,c=10){if(c!==10&&c!==16)throw new Error("Unsupported base");let{x:e,y:n,shift:r}=H(b,C);const a=g(e)?16:10,i=g(n)?16:10;e=I(e),n=I(n);const l=new M.default(e,a),f=new M.default(n,i);let s=l.add(f).toString(c);return s=Y(s,r),c===10?s:s.replace(/^(-)?/,"$10x")}A.add=z;function te(b,C,c=10){if(c!==10&&c!==16)throw new Error("Unsupported base");let{x:e,y:n,shift:r}=H(b,C);const a=g(e)?16:10,i=g(n)?16:10;e=I(e),n=I(n);const l=new M.default(e,a),f=new M.default(n,i);let s=l.mul(f).toString(c);return s=Y(s,r*2),c===10?s:s.replace(/^(-)?/,"$10x")}A.mul=te;function se(b,C,c=10){if(c!==10&&c!==16)throw new Error("Unsupported base");let{x:e,y:n,shift:r}=H(b,C);const a=g(e)?16:10,i=g(n)?16:10;e=I(e),n=I(n);const l=new M.default(e,a),f=new M.default(n,i);let s=l.sub(f).toString(c);return s=Y(s,r),c===10?s:s.replace(/^(-)?/,"$10x")}A.sub=se;function ee(b,C,c=0,e=10){if(e!==10&&c>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}=H(b,C,c);const a=g(n)?16:10,i=g(r)?16:10;n=I(n),r=I(r);const l=new M.default(n,a),f=new M.default(r,i);let s=l.div(f).toString(e);return s=Y(s,c),e===10?s:s.replace(/^(-)?/,"$10x")}A.div=ee;function J(b,C){let{x:c,y:e}=H(b,C);const n=g(c)?16:10,r=g(e)?16:10;c=I(c),e=I(e);const a=new M.default(c,n),i=new M.default(e,r);return a.lt(i)}A.lt=J;function R(b,C){let{x:c,y:e}=H(b,C);const n=g(c)?16:10,r=g(e)?16:10;c=I(c),e=I(e);const a=new M.default(c,n),i=new M.default(e,r);return a.lte(i)}A.lte=R;function X(b,C){let{x:c,y:e}=H(b,C);const n=g(c)?16:10,r=g(e)?16:10;c=I(c),e=I(e);const a=new M.default(c,n),i=new M.default(e,r);return a.gt(i)}A.gt=X;function ie(b,C){let{x:c,y:e}=H(b,C);const n=g(c)?16:10,r=g(e)?16:10;c=I(c),e=I(e);const a=new M.default(c,n),i=new M.default(e,r);return a.gte(i)}A.gte=ie;function pe(b,C){let{x:c,y:e}=H(b,C);const n=g(c)?16:10,r=g(e)?16:10;c=I(c),e=I(e);const a=new M.default(c,n),i=new M.default(e,r);return a.eq(i)}A.eq=pe;function le(b,C,c=10){let{x:e,y:n,shift:r}=H(b,C);const a=g(e)?16:10,i=g(n)?16:10;e=I(e),n=I(n);const l=new M.default(e,a),f=new M.default(n,i);let s;return l.lte(f)?s=l.toString(c):s=f.toString(c),s=Y(s,r),c===10?s:s.replace(/^(-)?/,"$10x")}A.min=le;function ge(b,C=10){if(C!==10&&C!==16)throw new Error("Unsupported base");let{x:c,shift:e}=H(b,"0");const n=g(b)?16:10;c=I(c);let a=new M.default(c,n).abs().toString(C);return a=Y(a,e),C===10?a:a.replace(/^(-)?/,"$10x")}A.abs=ge;function T(b,C,c=10){let{x:e,y:n,shift:r}=H(b,C);const a=g(e)?16:10,i=g(n)?16:10;e=I(e),n=I(n);const l=new M.default(e,a),f=new M.default(n,i);let s;return l.gte(f)?s=l.toString(c):s=f.toString(c),s=Y(s,r),c===10?s:s.replace(/^(-)?/,"$10x")}A.max=T;function U(b,C,c=0){var e,n;L(C);let r=!1,a="",i=C;i.includes("-")&&(r=!0,i=i.replace(/^-+/,""));const[l,f=""]=i.split("."),s=i.indexOf("."),t=s!==-1?s-c:i.length-c,d=l+f;if(b==="round"){const oe=(e=d[t])!==null&&e!==void 0?e:"0";ie(oe,"5")?b="ceil":b="floor"}const P=Math.max(d.length-t+1,0),E=new Array(P).join("0");let x=d.substring(0,t)+E;const W=X(d.substring(t),"0");if(b==="ceil"&&W){const oe="1"+E,We=((n=x.match(/^0+/))!==null&&n!==void 0?n:[""])[0].length;x=new Array(We).join("0")+z(x,oe)}const $=s+(x.length-d.length);return s!==-1?a=x.substring(0,$)+"."+x.substring($):a=x,a=S(a),r&&a!=="0"&&(a="-"+a),a}const B=(b,C)=>U("floor",b,C);A.floor=B;const ae=(b,C)=>U("ceil",b,C);A.ceil=ae;const ne=(b,C)=>U("round",b,C);A.round=ne;function ce(b,C=2,c=8){L(b);let e=!1,n="",r=b;r.includes("-")&&(e=!0,r=r.replace(/^-+/,"")),r=S(r);const a=r.indexOf(".");if(a===-1)n=r+"."+m("",C);else{const i=r.length-a-1;i>c?n=r.substr(0,r.length-(i-c)):i<C?n=r+m("",C-i):n=r}return n=n.replace(/\.+$/,""),e&&n!=="0"&&(n="-"+n),n}A.toFixed=ce;function re(b){if(b.match(/^[0-1]+$/g)===null)throw new Error("InvalidLogInputValue: Must be a power of 10");if(!b.startsWith("1"))throw new Error("InvalidLogInputValue: Must not have leading zeros");if((b.match(/1/g)||[]).length>1)throw new Error("InvalidLogInputValue: Must be power of 10.");return(b.match(/0/g)||[]).length}A.log10=re},13550:function(F,A,o){F=o.nmd(F),function(h,M){"use strict";function g(c,e){if(!c)throw new Error(e||"Assertion failed")}function I(c,e){c.super_=e;var n=function(){};n.prototype=e.prototype,c.prototype=new n,c.prototype.constructor=c}function m(c,e,n){if(m.isBN(c))return c;this.negative=0,this.words=null,this.length=0,this.red=null,c!==null&&((e==="le"||e==="be")&&(n=e,e=10),this._init(c||0,e||10,n||"be"))}typeof h=="object"?h.exports=m:M.BN=m,m.BN=m,m.wordSize=26;var S;try{typeof window<"u"&&typeof window.Buffer<"u"?S=window.Buffer:S=o(46601).Buffer}catch{}m.isBN=function(e){return e instanceof m?!0:e!==null&&typeof e=="object"&&e.constructor.wordSize===m.wordSize&&Array.isArray(e.words)},m.max=function(e,n){return e.cmp(n)>0?e:n},m.min=function(e,n){return e.cmp(n)<0?e:n},m.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),g(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)))},m.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):(g(e<9007199254740992),this.words=[e&67108863,e/67108864&67108863,1],this.length=3),r==="le"&&this._initArray(this.toArray(),n,r)},m.prototype._initArray=function(e,n,r){if(g(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,l,f=0;if(r==="be")for(a=e.length-1,i=0;a>=0;a-=3)l=e[a]|e[a-1]<<8|e[a-2]<<16,this.words[i]|=l<<f&67108863,this.words[i+1]=l>>>26-f&67108863,f+=24,f>=26&&(f-=26,i++);else if(r==="le")for(a=0,i=0;a<e.length;a+=3)l=e[a]|e[a+1]<<8|e[a+2]<<16,this.words[i]|=l<<f&67108863,this.words[i+1]=l>>>26-f&67108863,f+=24,f>=26&&(f-=26,i++);return this._strip()};function Y(c,e){var n=c.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;g(!1,"Invalid character in "+c)}function H(c,e,n){var r=Y(c,n);return n-1>=e&&(r|=Y(c,n-1)<<4),r}m.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,l=0,f;if(r==="be")for(a=e.length-1;a>=n;a-=2)f=H(e,n,a)<<i,this.words[l]|=f&67108863,i>=18?(i-=18,l+=1,this.words[l]|=f>>>26):i+=8;else{var s=e.length-n;for(a=s%2===0?n+1:n;a<e.length;a+=2)f=H(e,n,a)<<i,this.words[l]|=f&67108863,i>=18?(i-=18,l+=1,this.words[l]|=f>>>26):i+=8}this._strip()};function L(c,e,n,r){for(var a=0,i=0,l=Math.min(c.length,n),f=e;f<l;f++){var s=c.charCodeAt(f)-48;a*=r,s>=49?i=s-49+10:s>=17?i=s-17+10:i=s,g(s>=0&&i<r,"Invalid character"),a+=i}return a}m.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 l=e.length-r,f=l%a,s=Math.min(l,l-f)+r,t=0,d=r;d<s;d+=a)t=L(e,d,d+a,n),this.imuln(i),this.words[0]+t<67108864?this.words[0]+=t:this._iaddn(t);if(f!==0){var P=1;for(t=L(e,d,e.length,n),d=0;d<f;d++)P*=n;this.imuln(P),this.words[0]+t<67108864?this.words[0]+=t:this._iaddn(t)}this._strip()},m.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 z(c,e){c.words=e.words,c.length=e.length,c.negative=e.negative,c.red=e.red}if(m.prototype._move=function(e){z(e,this)},m.prototype.clone=function(){var e=new m(null);return this.copy(e),e},m.prototype._expand=function(e){for(;this.length<e;)this.words[this.length++]=0;return this},m.prototype._strip=function(){for(;this.length>1&&this.words[this.length-1]===0;)this.length--;return this._normSign()},m.prototype._normSign=function(){return this.length===1&&this.words[0]===0&&(this.negative=0),this},typeof Symbol<"u"&&typeof Symbol.for=="function")try{m.prototype[Symbol.for("nodejs.util.inspect.custom")]=te}catch{m.prototype.inspect=te}else m.prototype.inspect=te;function te(){return(this.red?"<BN-R: ":"<BN: ")+this.toString(16)+">"}var se=["","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"],ee=[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],J=[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];m.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,l=0;l<this.length;l++){var f=this.words[l],s=((f<<a|i)&16777215).toString(16);i=f>>>24-a&16777215,a+=2,a>=26&&(a-=26,l--),i!==0||l!==this.length-1?r=se[6-s.length]+s+r:r=s+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=ee[e],d=J[e];r="";var P=this.clone();for(P.negative=0;!P.isZero();){var E=P.modrn(d).toString(e);P=P.idivn(d),P.isZero()?r=E+r:r=se[t-E.length]+E+r}for(this.isZero()&&(r="0"+r);r.length%n!==0;)r="0"+r;return this.negative!==0&&(r="-"+r),r}g(!1,"Base should be between 2 and 36")},m.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&&g(!1,"Number can only safely store up to 53 bits"),this.negative!==0?-e:e},m.prototype.toJSON=function(){return this.toString(16,2)},S&&(m.prototype.toBuffer=function(e,n){return this.toArrayLike(S,e,n)}),m.prototype.toArray=function(e,n){return this.toArrayLike(Array,e,n)};var R=function(e,n){return e.allocUnsafe?e.allocUnsafe(n):new e(n)};m.prototype.toArrayLike=function(e,n,r){this._strip();var a=this.byteLength(),i=r||Math.max(1,a);g(a<=i,"byte array longer than desired length"),g(i>0,"Requested array length <= 0");var l=R(e,i),f=n==="le"?"LE":"BE";return this["_toArrayLike"+f](l,a),l},m.prototype._toArrayLikeLE=function(e,n){for(var r=0,a=0,i=0,l=0;i<this.length;i++){var f=this.words[i]<<l|a;e[r++]=f&255,r<e.length&&(e[r++]=f>>8&255),r<e.length&&(e[r++]=f>>16&255),l===6?(r<e.length&&(e[r++]=f>>24&255),a=0,l=0):(a=f>>>24,l+=2)}if(r<e.length)for(e[r++]=a;r<e.length;)e[r++]=0},m.prototype._toArrayLikeBE=function(e,n){for(var r=e.length-1,a=0,i=0,l=0;i<this.length;i++){var f=this.words[i]<<l|a;e[r--]=f&255,r>=0&&(e[r--]=f>>8&255),r>=0&&(e[r--]=f>>16&255),l===6?(r>=0&&(e[r--]=f>>24&255),a=0,l=0):(a=f>>>24,l+=2)}if(r>=0)for(e[r--]=a;r>=0;)e[r--]=0},Math.clz32?m.prototype._countBits=function(e){return 32-Math.clz32(e)}:m.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},m.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},m.prototype.bitLength=function(){var e=this.words[this.length-1],n=this._countBits(e);return(this.length-1)*26+n};function X(c){for(var e=new Array(c.bitLength()),n=0;n<e.length;n++){var r=n/26|0,a=n%26;e[n]=c.words[r]>>>a&1}return e}m.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},m.prototype.byteLength=function(){return Math.ceil(this.bitLength()/8)},m.prototype.toTwos=function(e){return this.negative!==0?this.abs().inotn(e).iaddn(1):this.clone()},m.prototype.fromTwos=function(e){return this.testn(e-1)?this.notn(e).iaddn(1).ineg():this.clone()},m.prototype.isNeg=function(){return this.negative!==0},m.prototype.neg=function(){return this.clone().ineg()},m.prototype.ineg=function(){return this.isZero()||(this.negative^=1),this},m.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()},m.prototype.ior=function(e){return g((this.negative|e.negative)===0),this.iuor(e)},m.prototype.or=function(e){return this.length>e.length?this.clone().ior(e):e.clone().ior(this)},m.prototype.uor=function(e){return this.length>e.length?this.clone().iuor(e):e.clone().iuor(this)},m.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()},m.prototype.iand=function(e){return g((this.negative|e.negative)===0),this.iuand(e)},m.prototype.and=function(e){return this.length>e.length?this.clone().iand(e):e.clone().iand(this)},m.prototype.uand=function(e){return this.length>e.length?this.clone().iuand(e):e.clone().iuand(this)},m.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()},m.prototype.ixor=function(e){return g((this.negative|e.negative)===0),this.iuxor(e)},m.prototype.xor=function(e){return this.length>e.length?this.clone().ixor(e):e.clone().ixor(this)},m.prototype.uxor=function(e){return this.length>e.length?this.clone().iuxor(e):e.clone().iuxor(this)},m.prototype.inotn=function(e){g(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()},m.prototype.notn=function(e){return this.clone().inotn(e)},m.prototype.setn=function(e,n){g(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()},m.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,l=0;l<a.length;l++)n=(r.words[l]|0)+(a.words[l]|0)+i,this.words[l]=n&67108863,i=n>>>26;for(;i!==0&&l<r.length;l++)n=(r.words[l]|0)+i,this.words[l]=n&67108863,i=n>>>26;if(this.length=r.length,i!==0)this.words[this.length]=i,this.length++;else if(r!==this)for(;l<r.length;l++)this.words[l]=r.words[l];return this},m.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)},m.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 l=0,f=0;f<i.length;f++)n=(a.words[f]|0)-(i.words[f]|0)+l,l=n>>26,this.words[f]=n&67108863;for(;l!==0&&f<a.length;f++)n=(a.words[f]|0)+l,l=n>>26,this.words[f]=n&67108863;if(l===0&&f<a.length&&a!==this)for(;f<a.length;f++)this.words[f]=a.words[f];return this.length=Math.max(this.length,f),a!==this&&(this.negative=1),this._strip()},m.prototype.sub=function(e){return this.clone().isub(e)};function ie(c,e,n){n.negative=e.negative^c.negative;var r=c.length+e.length|0;n.length=r,r=r-1|0;var a=c.words[0]|0,i=e.words[0]|0,l=a*i,f=l&67108863,s=l/67108864|0;n.words[0]=f;for(var t=1;t<r;t++){for(var d=s>>>26,P=s&67108863,E=Math.min(t,e.length-1),x=Math.max(0,t-c.length+1);x<=E;x++){var W=t-x|0;a=c.words[W]|0,i=e.words[x]|0,l=a*i+P,d+=l/67108864|0,P=l&67108863}n.words[t]=P|0,s=d|0}return s!==0?n.words[t]=s|0:n.length--,n._strip()}var pe=function(e,n,r){var a=e.words,i=n.words,l=r.words,f=0,s,t,d,P=a[0]|0,E=P&8191,x=P>>>13,W=a[1]|0,$=W&8191,oe=W>>>13,We=a[2]|0,de=We&8191,fe=We>>>13,r0=a[3]|0,be=r0&8191,Ee=r0>>>13,$e=a[4]|0,Se=$e&8191,Ie=$e>>>13,Ze=a[5]|0,Ce=Ze&8191,Ne=Ze>>>13,ze=a[6]|0,Me=ze&8191,Te=ze>>>13,Ye=a[7]|0,xe=Ye&8191,ve=Ye>>>13,a0=a[8]|0,Fe=a0&8191,we=a0>>>13,Je=a[9]|0,Ae=Je&8191,Pe=Je>>>13,o0=i[0]|0,V=o0&8191,j=o0>>>13,k=i[1]|0,Q=k&8191,Z=k>>>13,ye=i[2]|0,_=ye&8191,D=ye>>>13,N=i[3]|0,O=N&8191,ke=N>>>13,v0=i[4]|0,Be=v0&8191,Le=v0>>>13,g0=i[5]|0,Re=g0&8191,De=g0>>>13,C0=i[6]|0,Oe=C0&8191,Ve=C0>>>13,b0=i[7]|0,Ue=b0&8191,He=b0>>>13,i0=i[8]|0,Ke=i0&8191,Ge=i0>>>13,s0=i[9]|0,je=s0&8191,Xe=s0>>>13;r.negative=e.negative^n.negative,r.length=19,s=Math.imul(E,V),t=Math.imul(E,j),t=t+Math.imul(x,V)|0,d=Math.imul(x,j);var Qe=(f+s|0)+((t&8191)<<13)|0;f=(d+(t>>>13)|0)+(Qe>>>26)|0,Qe&=67108863,s=Math.imul($,V),t=Math.imul($,j),t=t+Math.imul(oe,V)|0,d=Math.imul(oe,j),s=s+Math.imul(E,Q)|0,t=t+Math.imul(E,Z)|0,t=t+Math.imul(x,Q)|0,d=d+Math.imul(x,Z)|0;var w0=(f+s|0)+((t&8191)<<13)|0;f=(d+(t>>>13)|0)+(w0>>>26)|0,w0&=67108863,s=Math.imul(de,V),t=Math.imul(de,j),t=t+Math.imul(fe,V)|0,d=Math.imul(fe,j),s=s+Math.imul($,Q)|0,t=t+Math.imul($,Z)|0,t=t+Math.imul(oe,Q)|0,d=d+Math.imul(oe,Z)|0,s=s+Math.imul(E,_)|0,t=t+Math.imul(E,D)|0,t=t+Math.imul(x,_)|0,d=d+Math.imul(x,D)|0;var qe=(f+s|0)+((t&8191)<<13)|0;f=(d+(t>>>13)|0)+(qe>>>26)|0,qe&=67108863,s=Math.imul(be,V),t=Math.imul(be,j),t=t+Math.imul(Ee,V)|0,d=Math.imul(Ee,j),s=s+Math.imul(de,Q)|0,t=t+Math.imul(de,Z)|0,t=t+Math.imul(fe,Q)|0,d=d+Math.imul(fe,Z)|0,s=s+Math.imul($,_)|0,t=t+Math.imul($,D)|0,t=t+Math.imul(oe,_)|0,d=d+Math.imul(oe,D)|0,s=s+Math.imul(E,O)|0,t=t+Math.imul(E,ke)|0,t=t+Math.imul(x,O)|0,d=d+Math.imul(x,ke)|0;var A0=(f+s|0)+((t&8191)<<13)|0;f=(d+(t>>>13)|0)+(A0>>>26)|0,A0&=67108863,s=Math.imul(Se,V),t=Math.imul(Se,j),t=t+Math.imul(Ie,V)|0,d=Math.imul(Ie,j),s=s+Math.imul(be,Q)|0,t=t+Math.imul(be,Z)|0,t=t+Math.imul(Ee,Q)|0,d=d+Math.imul(Ee,Z)|0,s=s+Math.imul(de,_)|0,t=t+Math.imul(de,D)|0,t=t+Math.imul(fe,_)|0,d=d+Math.imul(fe,D)|0,s=s+Math.imul($,O)|0,t=t+Math.imul($,ke)|0,t=t+Math.imul(oe,O)|0,d=d+Math.imul(oe,ke)|0,s=s+Math.imul(E,Be)|0,t=t+Math.imul(E,Le)|0,t=t+Math.imul(x,Be)|0,d=d+Math.imul(x,Le)|0;var c0=(f+s|0)+((t&8191)<<13)|0;f=(d+(t>>>13)|0)+(c0>>>26)|0,c0&=67108863,s=Math.imul(Ce,V),t=Math.imul(Ce,j),t=t+Math.imul(Ne,V)|0,d=Math.imul(Ne,j),s=s+Math.imul(Se,Q)|0,t=t+Math.imul(Se,Z)|0,t=t+Math.imul(Ie,Q)|0,d=d+Math.imul(Ie,Z)|0,s=s+Math.imul(be,_)|0,t=t+Math.imul(be,D)|0,t=t+Math.imul(Ee,_)|0,d=d+Math.imul(Ee,D)|0,s=s+Math.imul(de,O)|0,t=t+Math.imul(de,ke)|0,t=t+Math.imul(fe,O)|0,d=d+Math.imul(fe,ke)|0,s=s+Math.imul($,Be)|0,t=t+Math.imul($,Le)|0,t=t+Math.imul(oe,Be)|0,d=d+Math.imul(oe,Le)|0,s=s+Math.imul(E,Re)|0,t=t+Math.imul(E,De)|0,t=t+Math.imul(x,Re)|0,d=d+Math.imul(x,De)|0;var d0=(f+s|0)+((t&8191)<<13)|0;f=(d+(t>>>13)|0)+(d0>>>26)|0,d0&=67108863,s=Math.imul(Me,V),t=Math.imul(Me,j),t=t+Math.imul(Te,V)|0,d=Math.imul(Te,j),s=s+Math.imul(Ce,Q)|0,t=t+Math.imul(Ce,Z)|0,t=t+Math.imul(Ne,Q)|0,d=d+Math.imul(Ne,Z)|0,s=s+Math.imul(Se,_)|0,t=t+Math.imul(Se,D)|0,t=t+Math.imul(Ie,_)|0,d=d+Math.imul(Ie,D)|0,s=s+Math.imul(be,O)|0,t=t+Math.imul(be,ke)|0,t=t+Math.imul(Ee,O)|0,d=d+Math.imul(Ee,ke)|0,s=s+Math.imul(de,Be)|0,t=t+Math.imul(de,Le)|0,t=t+Math.imul(fe,Be)|0,d=d+Math.imul(fe,Le)|0,s=s+Math.imul($,Re)|0,t=t+Math.imul($,De)|0,t=t+Math.imul(oe,Re)|0,d=d+Math.imul(oe,De)|0,s=s+Math.imul(E,Oe)|0,t=t+Math.imul(E,Ve)|0,t=t+Math.imul(x,Oe)|0,d=d+Math.imul(x,Ve)|0;var l0=(f+s|0)+((t&8191)<<13)|0;f=(d+(t>>>13)|0)+(l0>>>26)|0,l0&=67108863,s=Math.imul(xe,V),t=Math.imul(xe,j),t=t+Math.imul(ve,V)|0,d=Math.imul(ve,j),s=s+Math.imul(Me,Q)|0,t=t+Math.imul(Me,Z)|0,t=t+Math.imul(Te,Q)|0,d=d+Math.imul(Te,Z)|0,s=s+Math.imul(Ce,_)|0,t=t+Math.imul(Ce,D)|0,t=t+Math.imul(Ne,_)|0,d=d+Math.imul(Ne,D)|0,s=s+Math.imul(Se,O)|0,t=t+Math.imul(Se,ke)|0,t=t+Math.imul(Ie,O)|0,d=d+Math.imul(Ie,ke)|0,s=s+Math.imul(be,Be)|0,t=t+Math.imul(be,Le)|0,t=t+Math.imul(Ee,Be)|0,d=d+Math.imul(Ee,Le)|0,s=s+Math.imul(de,Re)|0,t=t+Math.imul(de,De)|0,t=t+Math.imul(fe,Re)|0,d=d+Math.imul(fe,De)|0,s=s+Math.imul($,Oe)|0,t=t+Math.imul($,Ve)|0,t=t+Math.imul(oe,Oe)|0,d=d+Math.imul(oe,Ve)|0,s=s+Math.imul(E,Ue)|0,t=t+Math.imul(E,He)|0,t=t+Math.imul(x,Ue)|0,d=d+Math.imul(x,He)|0;var _e=(f+s|0)+((t&8191)<<13)|0;f=(d+(t>>>13)|0)+(_e>>>26)|0,_e&=67108863,s=Math.imul(Fe,V),t=Math.imul(Fe,j),t=t+Math.imul(we,V)|0,d=Math.imul(we,j),s=s+Math.imul(xe,Q)|0,t=t+Math.imul(xe,Z)|0,t=t+Math.imul(ve,Q)|0,d=d+Math.imul(ve,Z)|0,s=s+Math.imul(Me,_)|0,t=t+Math.imul(Me,D)|0,t=t+Math.imul(Te,_)|0,d=d+Math.imul(Te,D)|0,s=s+Math.imul(Ce,O)|0,t=t+Math.imul(Ce,ke)|0,t=t+Math.imul(Ne,O)|0,d=d+Math.imul(Ne,ke)|0,s=s+Math.imul(Se,Be)|0,t=t+Math.imul(Se,Le)|0,t=t+Math.imul(Ie,Be)|0,d=d+Math.imul(Ie,Le)|0,s=s+Math.imul(be,Re)|0,t=t+Math.imul(be,De)|0,t=t+Math.imul(Ee,Re)|0,d=d+Math.imul(Ee,De)|0,s=s+Math.imul(de,Oe)|0,t=t+Math.imul(de,Ve)|0,t=t+Math.imul(fe,Oe)|0,d=d+Math.imul(fe,Ve)|0,s=s+Math.imul($,Ue)|0,t=t+Math.imul($,He)|0,t=t+Math.imul(oe,Ue)|0,d=d+Math.imul(oe,He)|0,s=s+Math.imul(E,Ke)|0,t=t+Math.imul(E,Ge)|0,t=t+Math.imul(x,Ke)|0,d=d+Math.imul(x,Ge)|0;var f0=(f+s|0)+((t&8191)<<13)|0;f=(d+(t>>>13)|0)+(f0>>>26)|0,f0&=67108863,s=Math.imul(Ae,V),t=Math.imul(Ae,j),t=t+Math.imul(Pe,V)|0,d=Math.imul(Pe,j),s=s+Math.imul(Fe,Q)|0,t=t+Math.imul(Fe,Z)|0,t=t+Math.imul(we,Q)|0,d=d+Math.imul(we,Z)|0,s=s+Math.imul(xe,_)|0,t=t+Math.imul(xe,D)|0,t=t+Math.imul(ve,_)|0,d=d+Math.imul(ve,D)|0,s=s+Math.imul(Me,O)|0,t=t+Math.imul(Me,ke)|0,t=t+Math.imul(Te,O)|0,d=d+Math.imul(Te,ke)|0,s=s+Math.imul(Ce,Be)|0,t=t+Math.imul(Ce,Le)|0,t=t+Math.imul(Ne,Be)|0,d=d+Math.imul(Ne,Le)|0,s=s+Math.imul(Se,Re)|0,t=t+Math.imul(Se,De)|0,t=t+Math.imul(Ie,Re)|0,d=d+Math.imul(Ie,De)|0,s=s+Math.imul(be,Oe)|0,t=t+Math.imul(be,Ve)|0,t=t+Math.imul(Ee,Oe)|0,d=d+Math.imul(Ee,Ve)|0,s=s+Math.imul(de,Ue)|0,t=t+Math.imul(de,He)|0,t=t+Math.imul(fe,Ue)|0,d=d+Math.imul(fe,He)|0,s=s+Math.imul($,Ke)|0,t=t+Math.imul($,Ge)|0,t=t+Math.imul(oe,Ke)|0,d=d+Math.imul(oe,Ge)|0,s=s+Math.imul(E,je)|0,t=t+Math.imul(E,Xe)|0,t=t+Math.imul(x,je)|0,d=d+Math.imul(x,Xe)|0;var u0=(f+s|0)+((t&8191)<<13)|0;f=(d+(t>>>13)|0)+(u0>>>26)|0,u0&=67108863,s=Math.imul(Ae,Q),t=Math.imul(Ae,Z),t=t+Math.imul(Pe,Q)|0,d=Math.imul(Pe,Z),s=s+Math.imul(Fe,_)|0,t=t+Math.imul(Fe,D)|0,t=t+Math.imul(we,_)|0,d=d+Math.imul(we,D)|0,s=s+Math.imul(xe,O)|0,t=t+Math.imul(xe,ke)|0,t=t+Math.imul(ve,O)|0,d=d+Math.imul(ve,ke)|0,s=s+Math.imul(Me,Be)|0,t=t+Math.imul(Me,Le)|0,t=t+Math.imul(Te,Be)|0,d=d+Math.imul(Te,Le)|0,s=s+Math.imul(Ce,Re)|0,t=t+Math.imul(Ce,De)|0,t=t+Math.imul(Ne,Re)|0,d=d+Math.imul(Ne,De)|0,s=s+Math.imul(Se,Oe)|0,t=t+Math.imul(Se,Ve)|0,t=t+Math.imul(Ie,Oe)|0,d=d+Math.imul(Ie,Ve)|0,s=s+Math.imul(be,Ue)|0,t=t+Math.imul(be,He)|0,t=t+Math.imul(Ee,Ue)|0,d=d+Math.imul(Ee,He)|0,s=s+Math.imul(de,Ke)|0,t=t+Math.imul(de,Ge)|0,t=t+Math.imul(fe,Ke)|0,d=d+Math.imul(fe,Ge)|0,s=s+Math.imul($,je)|0,t=t+Math.imul($,Xe)|0,t=t+Math.imul(oe,je)|0,d=d+Math.imul(oe,Xe)|0;var e0=(f+s|0)+((t&8191)<<13)|0;f=(d+(t>>>13)|0)+(e0>>>26)|0,e0&=67108863,s=Math.imul(Ae,_),t=Math.imul(Ae,D),t=t+Math.imul(Pe,_)|0,d=Math.imul(Pe,D),s=s+Math.imul(Fe,O)|0,t=t+Math.imul(Fe,ke)|0,t=t+Math.imul(we,O)|0,d=d+Math.imul(we,ke)|0,s=s+Math.imul(xe,Be)|0,t=t+Math.imul(xe,Le)|0,t=t+Math.imul(ve,Be)|0,d=d+Math.imul(ve,Le)|0,s=s+Math.imul(Me,Re)|0,t=t+Math.imul(Me,De)|0,t=t+Math.imul(Te,Re)|0,d=d+Math.imul(Te,De)|0,s=s+Math.imul(Ce,Oe)|0,t=t+Math.imul(Ce,Ve)|0,t=t+Math.imul(Ne,Oe)|0,d=d+Math.imul(Ne,Ve)|0,s=s+Math.imul(Se,Ue)|0,t=t+Math.imul(Se,He)|0,t=t+Math.imul(Ie,Ue)|0,d=d+Math.imul(Ie,He)|0,s=s+Math.imul(be,Ke)|0,t=t+Math.imul(be,Ge)|0,t=t+Math.imul(Ee,Ke)|0,d=d+Math.imul(Ee,Ge)|0,s=s+Math.imul(de,je)|0,t=t+Math.imul(de,Xe)|0,t=t+Math.imul(fe,je)|0,d=d+Math.imul(fe,Xe)|0;var h0=(f+s|0)+((t&8191)<<13)|0;f=(d+(t>>>13)|0)+(h0>>>26)|0,h0&=67108863,s=Math.imul(Ae,O),t=Math.imul(Ae,ke),t=t+Math.imul(Pe,O)|0,d=Math.imul(Pe,ke),s=s+Math.imul(Fe,Be)|0,t=t+Math.imul(Fe,Le)|0,t=t+Math.imul(we,Be)|0,d=d+Math.imul(we,Le)|0,s=s+Math.imul(xe,Re)|0,t=t+Math.imul(xe,De)|0,t=t+Math.imul(ve,Re)|0,d=d+Math.imul(ve,De)|0,s=s+Math.imul(Me,Oe)|0,t=t+Math.imul(Me,Ve)|0,t=t+Math.imul(Te,Oe)|0,d=d+Math.imul(Te,Ve)|0,s=s+Math.imul(Ce,Ue)|0,t=t+Math.imul(Ce,He)|0,t=t+Math.imul(Ne,Ue)|0,d=d+Math.imul(Ne,He)|0,s=s+Math.imul(Se,Ke)|0,t=t+Math.imul(Se,Ge)|0,t=t+Math.imul(Ie,Ke)|0,d=d+Math.imul(Ie,Ge)|0,s=s+Math.imul(be,je)|0,t=t+Math.imul(be,Xe)|0,t=t+Math.imul(Ee,je)|0,d=d+Math.imul(Ee,Xe)|0;var m0=(f+s|0)+((t&8191)<<13)|0;f=(d+(t>>>13)|0)+(m0>>>26)|0,m0&=67108863,s=Math.imul(Ae,Be),t=Math.imul(Ae,Le),t=t+Math.imul(Pe,Be)|0,d=Math.imul(Pe,Le),s=s+Math.imul(Fe,Re)|0,t=t+Math.imul(Fe,De)|0,t=t+Math.imul(we,Re)|0,d=d+Math.imul(we,De)|0,s=s+Math.imul(xe,Oe)|0,t=t+Math.imul(xe,Ve)|0,t=t+Math.imul(ve,Oe)|0,d=d+Math.imul(ve,Ve)|0,s=s+Math.imul(Me,Ue)|0,t=t+Math.imul(Me,He)|0,t=t+Math.imul(Te,Ue)|0,d=d+Math.imul(Te,He)|0,s=s+Math.imul(Ce,Ke)|0,t=t+Math.imul(Ce,Ge)|0,t=t+Math.imul(Ne,Ke)|0,d=d+Math.imul(Ne,Ge)|0,s=s+Math.imul(Se,je)|0,t=t+Math.imul(Se,Xe)|0,t=t+Math.imul(Ie,je)|0,d=d+Math.imul(Ie,Xe)|0;var t0=(f+s|0)+((t&8191)<<13)|0;f=(d+(t>>>13)|0)+(t0>>>26)|0,t0&=67108863,s=Math.imul(Ae,Re),t=Math.imul(Ae,De),t=t+Math.imul(Pe,Re)|0,d=Math.imul(Pe,De),s=s+Math.imul(Fe,Oe)|0,t=t+Math.imul(Fe,Ve)|0,t=t+Math.imul(we,Oe)|0,d=d+Math.imul(we,Ve)|0,s=s+Math.imul(xe,Ue)|0,t=t+Math.imul(xe,He)|0,t=t+Math.imul(ve,Ue)|0,d=d+Math.imul(ve,He)|0,s=s+Math.imul(Me,Ke)|0,t=t+Math.imul(Me,Ge)|0,t=t+Math.imul(Te,Ke)|0,d=d+Math.imul(Te,Ge)|0,s=s+Math.imul(Ce,je)|0,t=t+Math.imul(Ce,Xe)|0,t=t+Math.imul(Ne,je)|0,d=d+Math.imul(Ne,Xe)|0;var S0=(f+s|0)+((t&8191)<<13)|0;f=(d+(t>>>13)|0)+(S0>>>26)|0,S0&=67108863,s=Math.imul(Ae,Oe),t=Math.imul(Ae,Ve),t=t+Math.imul(Pe,Oe)|0,d=Math.imul(Pe,Ve),s=s+Math.imul(Fe,Ue)|0,t=t+Math.imul(Fe,He)|0,t=t+Math.imul(we,Ue)|0,d=d+Math.imul(we,He)|0,s=s+Math.imul(xe,Ke)|0,t=t+Math.imul(xe,Ge)|0,t=t+Math.imul(ve,Ke)|0,d=d+Math.imul(ve,Ge)|0,s=s+Math.imul(Me,je)|0,t=t+Math.imul(Me,Xe)|0,t=t+Math.imul(Te,je)|0,d=d+Math.imul(Te,Xe)|0;var n0=(f+s|0)+((t&8191)<<13)|0;f=(d+(t>>>13)|0)+(n0>>>26)|0,n0&=67108863,s=Math.imul(Ae,Ue),t=Math.imul(Ae,He),t=t+Math.imul(Pe,Ue)|0,d=Math.imul(Pe,He),s=s+Math.imul(Fe,Ke)|0,t=t+Math.imul(Fe,Ge)|0,t=t+Math.imul(we,Ke)|0,d=d+Math.imul(we,Ge)|0,s=s+Math.imul(xe,je)|0,t=t+Math.imul(xe,Xe)|0,t=t+Math.imul(ve,je)|0,d=d+Math.imul(ve,Xe)|0;var I0=(f+s|0)+((t&8191)<<13)|0;f=(d+(t>>>13)|0)+(I0>>>26)|0,I0&=67108863,s=Math.imul(Ae,Ke),t=Math.imul(Ae,Ge),t=t+Math.imul(Pe,Ke)|0,d=Math.imul(Pe,Ge),s=s+Math.imul(Fe,je)|0,t=t+Math.imul(Fe,Xe)|0,t=t+Math.imul(we,je)|0,d=d+Math.imul(we,Xe)|0;var p0=(f+s|0)+((t&8191)<<13)|0;f=(d+(t>>>13)|0)+(p0>>>26)|0,p0&=67108863,s=Math.imul(Ae,je),t=Math.imul(Ae,Xe),t=t+Math.imul(Pe,je)|0,d=Math.imul(Pe,Xe);var y0=(f+s|0)+((t&8191)<<13)|0;return f=(d+(t>>>13)|0)+(y0>>>26)|0,y0&=67108863,l[0]=Qe,l[1]=w0,l[2]=qe,l[3]=A0,l[4]=c0,l[5]=d0,l[6]=l0,l[7]=_e,l[8]=f0,l[9]=u0,l[10]=e0,l[11]=h0,l[12]=m0,l[13]=t0,l[14]=S0,l[15]=n0,l[16]=I0,l[17]=p0,l[18]=y0,f!==0&&(l[19]=f,r.length++),r};Math.imul||(pe=ie);function le(c,e,n){n.negative=e.negative^c.negative,n.length=c.length+e.length;for(var r=0,a=0,i=0;i<n.length-1;i++){var l=a;a=0;for(var f=r&67108863,s=Math.min(i,e.length-1),t=Math.max(0,i-c.length+1);t<=s;t++){var d=i-t,P=c.words[d]|0,E=e.words[t]|0,x=P*E,W=x&67108863;l=l+(x/67108864|0)|0,W=W+f|0,f=W&67108863,l=l+(W>>>26)|0,a+=l>>>26,l&=67108863}n.words[i]=f,r=l,l=a}return r!==0?n.words[i]=r:n.length--,n._strip()}function ge(c,e,n){return le(c,e,n)}m.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=ie(this,e,n):a<1024?r=le(this,e,n):r=ge(this,e,n),r};function T(c,e){this.x=c,this.y=e}T.prototype.makeRBT=function(e){for(var n=new Array(e),r=m.prototype._countBits(e)-1,a=0;a<e;a++)n[a]=this.revBin(a,r,e);return n},T.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},T.prototype.permute=function(e,n,r,a,i,l){for(var f=0;f<l;f++)a[f]=n[e[f]],i[f]=r[e[f]]},T.prototype.transform=function(e,n,r,a,i,l){this.permute(l,e,n,r,a,i);for(var f=1;f<i;f<<=1)for(var s=f<<1,t=Math.cos(2*Math.PI/s),d=Math.sin(2*Math.PI/s),P=0;P<i;P+=s)for(var E=t,x=d,W=0;W<f;W++){var $=r[P+W],oe=a[P+W],We=r[P+W+f],de=a[P+W+f],fe=E*We-x*de;de=E*de+x*We,We=fe,r[P+W]=$+We,a[P+W]=oe+de,r[P+W+f]=$-We,a[P+W+f]=oe-de,W!==s&&(fe=t*E-d*x,x=t*x+d*E,E=fe)}},T.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},T.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}},T.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},T.prototype.convert13b=function(e,n,r,a){for(var i=0,l=0;l<n;l++)i=i+(e[l]|0),r[2*l]=i&8191,i=i>>>13,r[2*l+1]=i&8191,i=i>>>13;for(l=2*n;l<a;++l)r[l]=0;g(i===0),g((i&-8192)===0)},T.prototype.stub=function(e){for(var n=new Array(e),r=0;r<e;r++)n[r]=0;return n},T.prototype.mulp=function(e,n,r){var a=2*this.guessLen13b(e.length,n.length),i=this.makeRBT(a),l=this.stub(a),f=new Array(a),s=new Array(a),t=new Array(a),d=new Array(a),P=new Array(a),E=new Array(a),x=r.words;x.length=a,this.convert13b(e.words,e.length,f,a),this.convert13b(n.words,n.length,d,a),this.transform(f,l,s,t,a,i),this.transform(d,l,P,E,a,i);for(var W=0;W<a;W++){var $=s[W]*P[W]-t[W]*E[W];t[W]=s[W]*E[W]+t[W]*P[W],s[W]=$}return this.conjugate(s,t,a),this.transform(s,t,x,l,a,i),this.conjugate(x,l,a),this.normalize13b(x,a),r.negative=e.negative^n.negative,r.length=e.length+n.length,r._strip()},m.prototype.mul=function(e){var n=new m(null);return n.words=new Array(this.length+e.length),this.mulTo(e,n)},m.prototype.mulf=function(e){var n=new m(null);return n.words=new Array(this.length+e.length),ge(this,e,n)},m.prototype.imul=function(e){return this.clone().mulTo(e,this)},m.prototype.imuln=function(e){var n=e<0;n&&(e=-e),g(typeof e=="number"),g(e<67108864);for(var r=0,a=0;a<this.length;a++){var i=(this.words[a]|0)*e,l=(i&67108863)+(r&67108863);r>>=26,r+=i/67108864|0,r+=l>>>26,this.words[a]=l&67108863}return r!==0&&(this.words[a]=r,this.length++),n?this.ineg():this},m.prototype.muln=function(e){return this.clone().imuln(e)},m.prototype.sqr=function(){return this.mul(this)},m.prototype.isqr=function(){return this.imul(this.clone())},m.prototype.pow=function(e){var n=X(e);if(n.length===0)return new m(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},m.prototype.iushln=function(e){g(typeof e=="number"&&e>=0);var n=e%26,r=(e-n)/26,a=67108863>>>26-n<<26-n,i;if(n!==0){var l=0;for(i=0;i<this.length;i++){var f=this.words[i]&a,s=(this.words[i]|0)-f<<n;this.words[i]=s|l,l=f>>>26-n}l&&(this.words[i]=l,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()},m.prototype.ishln=function(e){return g(this.negative===0),this.iushln(e)},m.prototype.iushrn=function(e,n,r){g(typeof e=="number"&&e>=0);var a;n?a=(n-n%26)/26:a=0;var i=e%26,l=Math.min((e-i)/26,this.length),f=67108863^67108863>>>i<<i,s=r;if(a-=l,a=Math.max(0,a),s){for(var t=0;t<l;t++)s.words[t]=this.words[t];s.length=l}if(l!==0)if(this.length>l)for(this.length-=l,t=0;t<this.length;t++)this.words[t]=this.words[t+l];else this.words[0]=0,this.length=1;var d=0;for(t=this.length-1;t>=0&&(d!==0||t>=a);t--){var P=this.words[t]|0;this.words[t]=d<<26-i|P>>>i,d=P&f}return s&&d!==0&&(s.words[s.length++]=d),this.length===0&&(this.words[0]=0,this.length=1),this._strip()},m.prototype.ishrn=function(e,n,r){return g(this.negative===0),this.iushrn(e,n,r)},m.prototype.shln=function(e){return this.clone().ishln(e)},m.prototype.ushln=function(e){return this.clone().iushln(e)},m.prototype.shrn=function(e){return this.clone().ishrn(e)},m.prototype.ushrn=function(e){return this.clone().iushrn(e)},m.prototype.testn=function(e){g(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)},m.prototype.imaskn=function(e){g(typeof e=="number"&&e>=0);var n=e%26,r=(e-n)/26;if(g(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()},m.prototype.maskn=function(e){return this.clone().imaskn(e)},m.prototype.iaddn=function(e){return g(typeof e=="number"),g(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)},m.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},m.prototype.isubn=function(e){if(g(typeof e=="number"),g(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()},m.prototype.addn=function(e){return this.clone().iaddn(e)},m.prototype.subn=function(e){return this.clone().isubn(e)},m.prototype.iabs=function(){return this.negative=0,this},m.prototype.abs=function(){return this.clone().iabs()},m.prototype._ishlnsubmul=function(e,n,r){var a=e.length+r,i;this._expand(a);var l,f=0;for(i=0;i<e.length;i++){l=(this.words[i+r]|0)+f;var s=(e.words[i]|0)*n;l-=s&67108863,f=(l>>26)-(s/67108864|0),this.words[i+r]=l&67108863}for(;i<this.length-r;i++)l=(this.words[i+r]|0)+f,f=l>>26,this.words[i+r]=l&67108863;if(f===0)return this._strip();for(g(f===-1),f=0,i=0;i<this.length;i++)l=-(this.words[i]|0)+f,f=l>>26,this.words[i]=l&67108863;return this.negative=1,this._strip()},m.prototype._wordDiv=function(e,n){var r=this.length-e.length,a=this.clone(),i=e,l=i.words[i.length-1]|0,f=this._countBits(l);r=26-f,r!==0&&(i=i.ushln(r),a.iushln(r),l=i.words[i.length-1]|0);var s=a.length-i.length,t;if(n!=="mod"){t=new m(null),t.length=s+1,t.words=new Array(t.length);for(var d=0;d<t.length;d++)t.words[d]=0}var P=a.clone()._ishlnsubmul(i,1,s);P.negative===0&&(a=P,t&&(t.words[s]=1));for(var E=s-1;E>=0;E--){var x=(a.words[i.length+E]|0)*67108864+(a.words[i.length+E-1]|0);for(x=Math.min(x/l|0,67108863),a._ishlnsubmul(i,x,E);a.negative!==0;)x--,a.negative=0,a._ishlnsubmul(i,1,E),a.isZero()||(a.negative^=1);t&&(t.words[E]=x)}return t&&t._strip(),a._strip(),n!=="div"&&r!==0&&a.iushrn(r),{div:t||null,mod:a}},m.prototype.divmod=function(e,n,r){if(g(!e.isZero()),this.isZero())return{div:new m(0),mod:new m(0)};var a,i,l;return this.negative!==0&&e.negative===0?(l=this.neg().divmod(e,n),n!=="mod"&&(a=l.div.neg()),n!=="div"&&(i=l.mod.neg(),r&&i.negative!==0&&i.iadd(e)),{div:a,mod:i}):this.negative===0&&e.negative!==0?(l=this.divmod(e.neg(),n),n!=="mod"&&(a=l.div.neg()),{div:a,mod:l.mod}):(this.negative&e.negative)!==0?(l=this.neg().divmod(e.neg(),n),n!=="div"&&(i=l.mod.neg(),r&&i.negative!==0&&i.isub(e)),{div:l.div,mod:i}):e.length>this.length||this.cmp(e)<0?{div:new m(0),mod:this}:e.length===1?n==="div"?{div:this.divn(e.words[0]),mod:null}:n==="mod"?{div:null,mod:new m(this.modrn(e.words[0]))}:{div:this.divn(e.words[0]),mod:new m(this.modrn(e.words[0]))}:this._wordDiv(e,n)},m.prototype.div=function(e){return this.divmod(e,"div",!1).div},m.prototype.mod=function(e){return this.divmod(e,"mod",!1).mod},m.prototype.umod=function(e){return this.divmod(e,"mod",!0).mod},m.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),l=r.cmp(a);return l<0||i===1&&l===0?n.div:n.div.negative!==0?n.div.isubn(1):n.div.iaddn(1)},m.prototype.modrn=function(e){var n=e<0;n&&(e=-e),g(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},m.prototype.modn=function(e){return this.modrn(e)},m.prototype.idivn=function(e){var n=e<0;n&&(e=-e),g(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},m.prototype.divn=function(e){return this.clone().idivn(e)},m.prototype.egcd=function(e){g(e.negative===0),g(!e.isZero());var n=this,r=e.clone();n.negative!==0?n=n.umod(e):n=n.clone();for(var a=new m(1),i=new m(0),l=new m(0),f=new m(1),s=0;n.isEven()&&r.isEven();)n.iushrn(1),r.iushrn(1),++s;for(var t=r.clone(),d=n.clone();!n.isZero();){for(var P=0,E=1;(n.words[0]&E)===0&&P<26;++P,E<<=1);if(P>0)for(n.iushrn(P);P-- >0;)(a.isOdd()||i.isOdd())&&(a.iadd(t),i.isub(d)),a.iushrn(1),i.iushrn(1);for(var x=0,W=1;(r.words[0]&W)===0&&x<26;++x,W<<=1);if(x>0)for(r.iushrn(x);x-- >0;)(l.isOdd()||f.isOdd())&&(l.iadd(t),f.isub(d)),l.iushrn(1),f.iushrn(1);n.cmp(r)>=0?(n.isub(r),a.isub(l),i.isub(f)):(r.isub(n),l.isub(a),f.isub(i))}return{a:l,b:f,gcd:r.iushln(s)}},m.prototype._invmp=function(e){g(e.negative===0),g(!e.isZero());var n=this,r=e.clone();n.negative!==0?n=n.umod(e):n=n.clone();for(var a=new m(1),i=new m(0),l=r.clone();n.cmpn(1)>0&&r.cmpn(1)>0;){for(var f=0,s=1;(n.words[0]&s)===0&&f<26;++f,s<<=1);if(f>0)for(n.iushrn(f);f-- >0;)a.isOdd()&&a.iadd(l),a.iushrn(1);for(var t=0,d=1;(r.words[0]&d)===0&&t<26;++t,d<<=1);if(t>0)for(r.iushrn(t);t-- >0;)i.isOdd()&&i.iadd(l),i.iushrn(1);n.cmp(r)>=0?(n.isub(r),a.isub(i)):(r.isub(n),i.isub(a))}var P;return n.cmpn(1)===0?P=a:P=i,P.cmpn(0)<0&&P.iadd(e),P},m.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 l=n;n=r,r=l}else if(i===0||r.cmpn(1)===0)break;n.isub(r)}while(!0);return r.iushln(a)},m.prototype.invm=function(e){return this.egcd(e).a.umod(e)},m.prototype.isEven=function(){return(this.words[0]&1)===0},m.prototype.isOdd=function(){return(this.words[0]&1)===1},m.prototype.andln=function(e){return this.words[0]&e},m.prototype.bincn=function(e){g(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,l=r;i!==0&&l<this.length;l++){var f=this.words[l]|0;f+=i,i=f>>>26,f&=67108863,this.words[l]=f}return i!==0&&(this.words[l]=i,this.length++),this},m.prototype.isZero=function(){return this.length===1&&this.words[0]===0},m.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),g(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},m.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},m.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},m.prototype.gtn=function(e){return this.cmpn(e)===1},m.prototype.gt=function(e){return this.cmp(e)===1},m.prototype.gten=function(e){return this.cmpn(e)>=0},m.prototype.gte=function(e){return this.cmp(e)>=0},m.prototype.ltn=function(e){return this.cmpn(e)===-1},m.prototype.lt=function(e){return this.cmp(e)===-1},m.prototype.lten=function(e){return this.cmpn(e)<=0},m.prototype.lte=function(e){return this.cmp(e)<=0},m.prototype.eqn=function(e){return this.cmpn(e)===0},m.prototype.eq=function(e){return this.cmp(e)===0},m.red=function(e){return new b(e)},m.prototype.toRed=function(e){return g(!this.red,"Already a number in reduction context"),g(this.negative===0,"red works only with positives"),e.convertTo(this)._forceRed(e)},m.prototype.fromRed=function(){return g(this.red,"fromRed works only with numbers in reduction context"),this.red.convertFrom(this)},m.prototype._forceRed=function(e){return this.red=e,this},m.prototype.forceRed=function(e){return g(!this.red,"Already a number in reduction context"),this._forceRed(e)},m.prototype.redAdd=function(e){return g(this.red,"redAdd works only with red numbers"),this.red.add(this,e)},m.prototype.redIAdd=function(e){return g(this.red,"redIAdd works only with red numbers"),this.red.iadd(this,e)},m.prototype.redSub=function(e){return g(this.red,"redSub works only with red numbers"),this.red.sub(this,e)},m.prototype.redISub=function(e){return g(this.red,"redISub works only with red numbers"),this.red.isub(this,e)},m.prototype.redShl=function(e){return g(this.red,"redShl works only with red numbers"),this.red.shl(this,e)},m.prototype.redMul=function(e){return g(this.red,"redMul works only with red numbers"),this.red._verify2(this,e),this.red.mul(this,e)},m.prototype.redIMul=function(e){return g(this.red,"redMul works only with red numbers"),this.red._verify2(this,e),this.red.imul(this,e)},m.prototype.redSqr=function(){return g(this.red,"redSqr works only with red numbers"),this.red._verify1(this),this.red.sqr(this)},m.prototype.redISqr=function(){return g(this.red,"redISqr works only with red numbers"),this.red._verify1(this),this.red.isqr(this)},m.prototype.redSqrt=function(){return g(this.red,"redSqrt works only with red numbers"),this.red._verify1(this),this.red.sqrt(this)},m.prototype.redInvm=function(){return g(this.red,"redInvm works only with red numbers"),this.red._verify1(this),this.red.invm(this)},m.prototype.redNeg=function(){return g(this.red,"redNeg works only with red numbers"),this.red._verify1(this),this.red.neg(this)},m.prototype.redPow=function(e){return g(this.red&&!e.red,"redPow(normalNum)"),this.red._verify1(this),this.red.pow(this,e)};var U={k256:null,p224:null,p192:null,p25519:null};function B(c,e){this.name=c,this.p=new m(e,16),this.n=this.p.bitLength(),this.k=new m(1).iushln(this.n).isub(this.p),this.tmp=this._tmp()}B.prototype._tmp=function(){var e=new m(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 ae(){B.call(this,"k256","ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f")}I(ae,B),ae.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 l=e.words[9];for(n.words[n.length++]=l&r,i=10;i<e.length;i++){var f=e.words[i]|0;e.words[i-10]=(f&r)<<4|l>>>22,l=f}l>>>=22,e.words[i-10]=l,l===0&&e.length>10?e.length-=10:e.length-=9},ae.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 ne(){B.call(this,"p224","ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001")}I(ne,B);function ce(){B.call(this,"p192","ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff")}I(ce,B);function re(){B.call(this,"25519","7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed")}I(re,B),re.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},m._prime=function(e){if(U[e])return U[e];var n;if(e==="k256")n=new ae;else if(e==="p224")n=new ne;else if(e==="p192")n=new ce;else if(e==="p25519")n=new re;else throw new Error("Unknown prime "+e);return U[e]=n,n};function b(c){if(typeof c=="string"){var e=m._prime(c);this.m=e.p,this.prime=e}else g(c.gtn(1),"modulus must be greater than 1"),this.m=c,this.prime=null}b.prototype._verify1=function(e){g(e.negative===0,"red works only with positives"),g(e.red,"red works only with red numbers")},b.prototype._verify2=function(e,n){g((e.negative|n.negative)===0,"red works only with positives"),g(e.red&&e.red===n.red,"red works only with red numbers")},b.prototype.imod=function(e){return this.prime?this.prime.ireduce(e)._forceRed(this):(z(e,e.umod(this.m)._forceRed(this)),e)},b.prototype.neg=function(e){return e.isZero()?e.clone():this.m.sub(e)._forceRed(this)},b.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)},b.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},b.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)},b.prototype.isub=function(e,n){this._verify2(e,n);var r=e.isub(n);return r.cmpn(0)<0&&r.iadd(this.m),r},b.prototype.shl=function(e,n){return this._verify1(e),this.imod(e.ushln(n))},b.prototype.imul=function(e,n){return this._verify2(e,n),this.imod(e.imul(n))},b.prototype.mul=function(e,n){return this._verify2(e,n),this.imod(e.mul(n))},b.prototype.isqr=function(e){return this.imul(e,e.clone())},b.prototype.sqr=function(e){return this.mul(e,e)},b.prototype.sqrt=function(e){if(e.isZero())return e.clone();var n=this.m.andln(3);if(g(n%2===1),n===3){var r=this.m.add(new m(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);g(!a.isZero());var l=new m(1).toRed(this),f=l.redNeg(),s=this.m.subn(1).iushrn(1),t=this.m.bitLength();for(t=new m(2*t*t).toRed(this);this.pow(t,s).cmp(f)!==0;)t.redIAdd(f);for(var d=this.pow(t,a),P=this.pow(e,a.addn(1).iushrn(1)),E=this.pow(e,a),x=i;E.cmp(l)!==0;){for(var W=E,$=0;W.cmp(l)!==0;$++)W=W.redSqr();g($<x);var oe=this.pow(d,new m(1).iushln(x-$-1));P=P.redMul(oe),d=oe.redSqr(),E=E.redMul(d),x=$}return P},b.prototype.invm=function(e){var n=e._invmp(this.m);return n.negative!==0?(n.negative=0,this.imod(n).redNeg()):this.imod(n)},b.prototype.pow=function(e,n){if(n.isZero())return new m(1).toRed(this);if(n.cmpn(1)===0)return e.clone();var r=4,a=new Array(1<<r);a[0]=new m(1).toRed(this),a[1]=e;for(var i=2;i<a.length;i++)a[i]=this.mul(a[i-1],e);var l=a[0],f=0,s=0,t=n.bitLength()%26;for(t===0&&(t=26),i=n.length-1;i>=0;i--){for(var d=n.words[i],P=t-1;P>=0;P--){var E=d>>P&1;if(l!==a[0]&&(l=this.sqr(l)),E===0&&f===0){s=0;continue}f<<=1,f|=E,s++,!(s!==r&&(i!==0||P!==0))&&(l=this.mul(l,a[f]),s=0,f=0)}t=26}return l},b.prototype.convertTo=function(e){var n=e.umod(this.m);return n===e?n.clone():n},b.prototype.convertFrom=function(e){var n=e.clone();return n.red=null,n},m.mont=function(e){return new C(e)};function C(c){b.call(this,c),this.shift=this.m.bitLength(),this.shift%26!==0&&(this.shift+=26-this.shift%26),this.r=new m(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)}I(C,b),C.prototype.convertTo=function(e){return this.imod(e.ushln(this.shift))},C.prototype.convertFrom=function(e){var n=this.imod(e.mul(this.rinv));return n.red=null,n},C.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),l=i;return i.cmp(this.m)>=0?l=i.isub(this.m):i.cmpn(0)<0&&(l=i.iadd(this.m)),l._forceRed(this)},C.prototype.mul=function(e,n){if(e.isZero()||n.isZero())return new m(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),l=i;return i.cmp(this.m)>=0?l=i.isub(this.m):i.cmpn(0)<0&&(l=i.iadd(this.m)),l._forceRed(this)},C.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(T,U){return function(ae){return ae!=null?T(ae):U}}function h(){for(var T=arguments.length,U=new Array(T),B=0;B<T;B++)U[B]=arguments[B];return function(ne){for(var ce=0;ce<U.length;++ce)if(ne===U[ce])return ne;var re="Expected ";U.length!==1&&(re+="one of: ");for(var b=0;b<U.length;++b)b>0&&(re+=" | "),re+=JSON.stringify(U[b]);throw new TypeError(re)}}function M(T){if(typeof T!="boolean")throw new TypeError("Expected a boolean");return T}function g(T){if(typeof T!="number")throw new TypeError("Expected a number");return T}function I(T){if(typeof T!="string")throw new TypeError("Expected a string");return T}var m=h(null),S=h(void 0);function Y(T){return T}var H=o(m);function L(T,U,B){return T instanceof Error&&(T.insertStepAt==null&&(T.message+=" at ",T.insertStepAt=T.message.length),T.message=T.message.slice(0,T.insertStepAt)+U+T.message.slice(T.insertStepAt),T.insertStepAt+=B),T}function z(T){return function(B){if(!Array.isArray(B))throw new TypeError("Expected an array");for(var ae=[],ne=0;ne<B.length;++ne)try{ae[ne]=T(B[ne])}catch(ce){throw L(ce,"["+ne+"]",0)}return ae}}function te(T){if(typeof T=="function")return function(ce){if(typeof ce!="object"||ce==null)throw new TypeError("Expected an object");for(var re={},b=Object.keys(ce),C=0;C<b.length;++C){var c=b[C];if(c!=="__proto__")try{re[c]=T(ce[c])}catch(e){throw L(e,"["+JSON.stringify(c)+"]",0)}}return re};var U=Object.keys(T);function B(ne){return function(re){if(typeof re!="object"||re==null)throw new TypeError("Expected an object");var b,C={};if(ne){var c=Object.keys(re);for(b=0;b<c.length;++b){var e=c[b];e!=="__proto__"&&(C[e]=re[e])}}for(b=0;b<U.length;++b){var n=U[b];try{C[n]=T[n](re[n])}catch(r){throw L(r,"."+n,0)}}return C}}var ae=B(!1);return ae.shape=T,ae.withRest=B(!0),ae}var se=te;function ee(){for(var T=arguments.length,U=new Array(T),B=0;B<T;B++)U[B]=arguments[B];function ae(ne){if(!Array.isArray(ne))throw new TypeError("Expected an array");for(var ce=[],re=0;re<U.length;++re)try{ce[re]=U[re](ne[re])}catch(b){throw L(b,"["+re+"]")}return ce}return ae}function J(){for(var T=arguments.length,U=new Array(T),B=0;B<T;B++)U[B]=arguments[B];return function(ne){for(var ce=0;ce<U.length;ce++)try{return U[ce](ne)}catch(re){if(ce+1>=U.length)throw re}}}function R(T,U){return function(ae){try{return T(ae)}catch{return U}}}var X=0;function ie(T,U){return function(ae){return X>0?U(ae):T(ae)}}function pe(T){return function(B){try{return++X,T(B)}finally{--X}}}var le=ie(function(U){if(typeof U!="string"&&!(U instanceof Date))throw new TypeError("Expected a date string");var B=new Date(U);if(B.toJSON()==null)throw new TypeError("Invalid date format");return B},function(U){return U.toISOString()});function ge(T){return ie(function(B){var ae=JSON.parse(I(B));try{return T(ae)}catch(ne){throw L(ne,"JSON.parse()",11)}},function(B){return JSON.stringify(T(B))})}A.asArray=z,A.asBoolean=M,A.asCodec=ie,A.asDate=le,A.asEither=J,A.asJSON=ge,A.asMap=se,A.asMaybe=R,A.asNone=H,A.asNull=m,A.asNumber=g,A.asObject=te,A.asOptional=o,A.asString=I,A.asTuple=ee,A.asUndefined=S,A.asUnknown=Y,A.asValue=h,A.uncleaner=pe},77495:function(F,A,o){"use strict";o.d(A,{O:function(){return S},j:function(){return m}});var h=o(24224),M=(Y,H,L)=>new Promise((z,te)=>{var se=R=>{try{J(L.next(R))}catch(X){te(X)}},ee=R=>{try{J(L.throw(R))}catch(X){te(X)}},J=R=>R.done?z(R.value):Promise.resolve(R.value).then(se,ee);J((L=L.apply(Y,H)).next())});const m={currencyCode:"BNB",displayName:"BNB Beacon Chain",pluginId:"binance",walletType:"wallet:binance",defaultSettings:{otherSettings:{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"]}},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:[]},S=(0,h.P)({currencyInfo:m,networkInfo:{},getInnerPlugin(){return M(this,null,function*(){return yield Promise.all([o.e(434),o.e(246),o.e(153),o.e(801),o.e(696),o.e(835),o.e(539),o.e(978),o.e(669),o.e(786),o.e(884),o.e(298),o.e(576),o.e(26)]).then(o.bind(o,59439))})}})},24224:function(F,A,o){"use strict";o.d(A,{P:function(){return te}});var h=Object.defineProperty,M=Object.defineProperties,g=Object.getOwnPropertyDescriptors,I=Object.getOwnPropertySymbols,m=Object.prototype.hasOwnProperty,S=Object.prototype.propertyIsEnumerable,Y=(ee,J,R)=>J in ee?h(ee,J,{enumerable:!0,configurable:!0,writable:!0,value:R}):ee[J]=R,H=(ee,J)=>{for(var R in J||(J={}))m.call(J,R)&&Y(ee,R,J[R]);if(I)for(var R of I(J))S.call(J,R)&&Y(ee,R,J[R]);return ee},L=(ee,J)=>M(ee,g(J)),z=(ee,J,R)=>new Promise((X,ie)=>{var pe=T=>{try{ge(R.next(T))}catch(U){ie(U)}},le=T=>{try{ge(R.throw(T))}catch(U){ie(U)}},ge=T=>T.done?X(T.value):Promise.resolve(T.value).then(pe,le);ge((R=R.apply(ee,J)).next())});function te(ee){return J=>{const{builtinTokens:R={},currencyInfo:X,networkInfo:ie,otherMethodNames:pe=[],checkEnvironment:le=()=>{}}=ee,ge=L(H({},J),{builtinTokens:R,currencyInfo:X,networkInfo:ie});let T,U;function B(){return z(this,null,function*(){le(),T==null&&(T=ee.getInnerPlugin());const b=yield T;U==null&&(U=b.makeCurrencyTools(ge));const C=yield U;return{plugin:b,tools:C}})}function ae(){return z(this,null,function*(){return R})}function ne(){return z(this,null,function*(){const{tools:b}=yield B();return b})}function ce(b,C){return z(this,null,function*(){const{tools:c,plugin:e}=yield B();return yield e.makeCurrencyEngine(ge,c,b,C)})}const re=se(ne,pe);return{currencyInfo:X,getBuiltinTokens:ae,makeCurrencyTools:ne,makeCurrencyEngine:ce,otherMethods:re}}}function se(ee,J){const R={};for(const X of J)R[X]=(...ie)=>z(this,null,function*(){const pe=yield ee(),le=pe[X];if(typeof le!="function")throw new Error(`Method ${X} is not implemented`);return le.apply(pe,ie)});return R}},20918:function(F,A,o){"use strict";o.d(A,{Oj:function(){return I},Rp:function(){return Y},ZS:function(){return m},dK:function(){return S}});var h=o(77591),M=o.n(h),g=o(82448);const I=(0,g.Vk)((0,g.su)({contractAddress:g.XC}));function m(L){const z=[];for(const te of Object.keys(L)){const{currencyCode:se,displayName:ee,denominations:J,networkLocation:R}=L[te],X=I(R);X!=null&&z.push({currencyCode:se,currencyName:ee,denominations:J,contractAddress:X.contractAddress})}return z}const S=(L,z)=>{for(const te of Object.keys(z))if(z[te].currencyCode===L)return te},Y=L=>{if(!H(L.currencyCode))throw new Error(`Invalid currency code "${L.currencyCode}"`);for(const z of L.denominations){if(!H(z.name))throw new Error(`Invalid denomination name "${z.name}"`);if((0,h.lt)(z.multiplier,"1")||(0,h.gt)(z.multiplier,"100000000000000000000000000000000"))throw new Error("ErrorInvalidMultiplier")}},H=L=>/^[.a-zA-Z0-9]+$/.test(L)},62177:function(F,A,o){"use strict";o.d(A,{DZ:function(){return g},O2:function(){return H},Pe:function(){return M},TD:function(){return I},Tt:function(){return Y},tC:function(){return m},tM:function(){return S}});var h=o(82448);const M="txEngineFolder/walletLocalData.json",g="txEngineFolder/txidMap.json",I="txEngineFolder/txidList.json",m="txEngineFolder/transactionList.json",S=L=>L,Y=(0,h.su)({message:h.XC}),H=(0,h.su)({blockHeight:(0,h.Vk)(h.mH,0),lastAddressQueryHeight:(0,h.Vk)(h.mH,0),lastTransactionQueryHeight:(0,h.Vk)((0,h.su)(h.mH),{}),lastTransactionDate:(0,h.Vk)((0,h.su)(h.mH),{}),publicKey:(0,h.Vk)(h.XC,""),totalBalances:(0,h.Vk)((0,h.su)((0,h._C)(h.XC,h.zv)),{}),lastCheckedTxsDropped:(0,h.Vk)(h.mH,0),numUnconfirmedSpendTxs:(0,h.Vk)(h.mH,0),numTransactions:(0,h.Vk)((0,h.su)(h.mH),{}),unactivatedTokenIds:(0,h.Vk)((0,h._2)(h.XC),[]),otherData:(0,h.Zz)(h.JC,{})})},83718:function(F,A,o){"use strict";o.d(A,{F:function(){return M},s:function(){return g}});var h=o(82448);const M=["getActivationCost","getActivationSupportedCurrencies","validateAccount"],g=(0,h.su)({accountName:(0,h.Vk)(h.XC,""),lastQueryActionSeq:(0,h.Vk)((0,h.su)(h.mH),{}),highestTxHeight:(0,h.Vk)((0,h.su)(h.mH),{})})},49889:function(F,A,o){"use strict";o.d(A,{j:function(){return Ht}});var h=o(24224),M=o(20918),g=Object.defineProperty,I=Object.getOwnPropertySymbols,m=Object.prototype.hasOwnProperty,S=Object.prototype.propertyIsEnumerable,Y=(v,p,u)=>p in v?g(v,p,{enumerable:!0,configurable:!0,writable:!0,value:u}):v[p]=u,H=(v,p)=>{for(var u in p||(p={}))m.call(p,u)&&Y(v,u,p[u]);if(I)for(var u of I(p))S.call(p,u)&&Y(v,u,p[u]);return v},L=(v,p,u)=>new Promise((ue,q)=>{var he=w=>{try{K(u.next(w))}catch(G){q(G)}},me=w=>{try{K(u.throw(w))}catch(G){q(G)}},K=w=>w.done?ue(w.value):Promise.resolve(w.value).then(he,me);K((u=u.apply(v,p)).next())});const z={"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"}}},se={rpcServers:["https://api.avax.network/ext/bc/C/rpc"],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"}}},J={currencyCode:"AVAX",displayName:"Avalanche",pluginId:"avalanche",walletType:"wallet:avalanche",memoType:"hex",canReplaceByFee:!0,defaultSettings:{customFeeSettings:["gasLimit","gasPrice"],otherSettings:H({},se)},addressExplorer:"https://snowtrace.io/address/%s",transactionExplorer:"https://snowtrace.io/tx/%s",denominations:[{name:"AVAX",multiplier:"1000000000000000000",symbol:"AVAX"}],metaTokens:(0,M.ZS)(z)},R=(0,h.P)({builtinTokens:z,currencyInfo:J,networkInfo:se,getInnerPlugin(){return L(this,null,function*(){return yield Promise.all([o.e(434),o.e(246),o.e(153),o.e(801),o.e(696),o.e(835),o.e(539),o.e(6),o.e(780),o.e(184),o.e(94),o.e(944),o.e(465),o.e(576),o.e(513)]).then(o.bind(o,6094))})}});var X=Object.defineProperty,ie=Object.getOwnPropertySymbols,pe=Object.prototype.hasOwnProperty,le=Object.prototype.propertyIsEnumerable,ge=(v,p,u)=>p in v?X(v,p,{enumerable:!0,configurable:!0,writable:!0,value:u}):v[p]=u,T=(v,p)=>{for(var u in p||(p={}))pe.call(p,u)&&ge(v,u,p[u]);if(ie)for(var u of ie(p))le.call(p,u)&&ge(v,u,p[u]);return v},U=(v,p,u)=>new Promise((ue,q)=>{var he=w=>{try{K(u.next(w))}catch(G){q(G)}},me=w=>{try{K(u.throw(w))}catch(G){q(G)}},K=w=>w.done?ue(w.value):Promise.resolve(w.value).then(he,me);K((u=u.apply(v,p)).next())});const B={"8ac76a51cc950d9822d68b83fe1ad97b32cd580d":{currencyCode:"USDC",displayName:"USD Coin",denominations:[{name:"USDC",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x8AC76a51cc950d9822D68b83fE1Ad97B32Cd580d"}}},ne={rpcServers:["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}}},re={currencyCode:"BNB",displayName:"BNB Smart Chain",pluginId:"binancesmartchain",walletType:"wallet:binancesmartchain",memoType:"hex",canReplaceByFee:!0,defaultSettings:{customFeeSettings:["gasLimit","gasPrice"],otherSettings:T({},ne)},addressExplorer:"https://bscscan.com/address/%s",transactionExplorer:"https://bscscan.com/tx/%s",denominations:[{name:"BNB",multiplier:"1000000000000000000",symbol:"BNB"}],metaTokens:(0,M.ZS)(B)},b=(0,h.P)({builtinTokens:B,currencyInfo:re,networkInfo:ne,getInnerPlugin(){return U(this,null,function*(){return yield Promise.all([o.e(434),o.e(246),o.e(153),o.e(801),o.e(696),o.e(835),o.e(539),o.e(6),o.e(780),o.e(184),o.e(94),o.e(944),o.e(465),o.e(576),o.e(513)]).then(o.bind(o,6094))})}});var C=Object.defineProperty,c=Object.getOwnPropertySymbols,e=Object.prototype.hasOwnProperty,n=Object.prototype.propertyIsEnumerable,r=(v,p,u)=>p in v?C(v,p,{enumerable:!0,configurable:!0,writable:!0,value:u}):v[p]=u,a=(v,p)=>{for(var u in p||(p={}))e.call(p,u)&&r(v,u,p[u]);if(c)for(var u of c(p))n.call(p,u)&&r(v,u,p[u]);return v},i=(v,p,u)=>new Promise((ue,q)=>{var he=w=>{try{K(u.next(w))}catch(G){q(G)}},me=w=>{try{K(u.throw(w))}catch(G){q(G)}},K=w=>w.done?ue(w.value):Promise.resolve(w.value).then(he,me);K((u=u.apply(v,p)).next())});const l={"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"}}},s={rpcServers:["https://forno.celo.org","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"}}},d={currencyCode:"CELO",displayName:"Celo",pluginId:"celo",walletType:"wallet:celo",memoType:"hex",canReplaceByFee:!0,defaultSettings:{customFeeSettings:["gasLimit","gasPrice"],otherSettings:a({},s)},addressExplorer:"https://explorer.celo.org/address/%s",transactionExplorer:"https://explorer.celo.org/tx/%s",denominations:[{name:"CELO",multiplier:"1000000000000000000",symbol:"CELO"}],metaTokens:(0,M.ZS)(l)},P=(0,h.P)({builtinTokens:l,currencyInfo:d,networkInfo:s,getInnerPlugin(){return i(this,null,function*(){return yield Promise.all([o.e(434),o.e(246),o.e(153),o.e(801),o.e(696),o.e(835),o.e(539),o.e(6),o.e(780),o.e(184),o.e(94),o.e(944),o.e(465),o.e(576),o.e(513)]).then(o.bind(o,6094))})}});var E=Object.defineProperty,x=Object.getOwnPropertySymbols,W=Object.prototype.hasOwnProperty,$=Object.prototype.propertyIsEnumerable,oe=(v,p,u)=>p in v?E(v,p,{enumerable:!0,configurable:!0,writable:!0,value:u}):v[p]=u,We=(v,p)=>{for(var u in p||(p={}))W.call(p,u)&&oe(v,u,p[u]);if(x)for(var u of x(p))$.call(p,u)&&oe(v,u,p[u]);return v},de=(v,p,u)=>new Promise((ue,q)=>{var he=w=>{try{K(u.next(w))}catch(G){q(G)}},me=w=>{try{K(u.throw(w))}catch(G){q(G)}},K=w=>w.done?ue(w.value):Promise.resolve(w.value).then(he,me);K((u=u.apply(v,p)).next())});const fe={"2c78f1b70ccf63cdee49f9233e9faa99d43aa07e":{currencyCode:"DAI",displayName:"Dai Stablecoin",denominations:[{name:"DAI",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x2c78f1b70ccf63cdee49f9233e9faa99d43aa07e"}}},be={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}}},$e={currencyCode:"ETC",displayName:"Ethereum Classic",pluginId:"ethereumclassic",walletType:"wallet:ethereumclassic",memoType:"hex",canReplaceByFee:!0,defaultSettings:{customFeeSettings:["gasLimit","gasPrice"],otherSettings:We({},be)},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,M.ZS)(fe)},Se=(0,h.P)({builtinTokens:fe,currencyInfo:$e,networkInfo:be,getInnerPlugin(){return de(this,null,function*(){return yield Promise.all([o.e(434),o.e(246),o.e(153),o.e(801),o.e(696),o.e(835),o.e(539),o.e(6),o.e(780),o.e(184),o.e(94),o.e(944),o.e(465),o.e(576),o.e(513)]).then(o.bind(o,6094))})}});var Ie=Object.defineProperty,Ze=Object.getOwnPropertySymbols,Ce=Object.prototype.hasOwnProperty,Ne=Object.prototype.propertyIsEnumerable,ze=(v,p,u)=>p in v?Ie(v,p,{enumerable:!0,configurable:!0,writable:!0,value:u}):v[p]=u,Me=(v,p)=>{for(var u in p||(p={}))Ce.call(p,u)&&ze(v,u,p[u]);if(Ze)for(var u of Ze(p))Ne.call(p,u)&&ze(v,u,p[u]);return v},Te=(v,p,u)=>new Promise((ue,q)=>{var he=w=>{try{K(u.next(w))}catch(G){q(G)}},me=w=>{try{K(u.throw(w))}catch(G){q(G)}},K=w=>w.done?ue(w.value):Promise.resolve(w.value).then(he,me);K((u=u.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"}}},ve={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}}},Fe={currencyCode:"ETH",displayName:"Dev Ethereum",pluginId:"ethDev",walletType:"wallet:ethDev",memoType:"hex",canReplaceByFee:!0,defaultSettings:{customFeeSettings:["gasLimit","gasPrice"],otherSettings:Me({},ve)},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,M.ZS)(Ye)},we=(0,h.P)({builtinTokens:Ye,currencyInfo:Fe,networkInfo:ve,getInnerPlugin(){return Te(this,null,function*(){return yield Promise.all([o.e(434),o.e(246),o.e(153),o.e(801),o.e(696),o.e(835),o.e(539),o.e(6),o.e(780),o.e(184),o.e(94),o.e(944),o.e(465),o.e(576),o.e(513)]).then(o.bind(o,6094))})}});var Je=Object.defineProperty,Ae=Object.getOwnPropertySymbols,Pe=Object.prototype.hasOwnProperty,o0=Object.prototype.propertyIsEnumerable,V=(v,p,u)=>p in v?Je(v,p,{enumerable:!0,configurable:!0,writable:!0,value:u}):v[p]=u,j=(v,p)=>{for(var u in p||(p={}))Pe.call(p,u)&&V(v,u,p[u]);if(Ae)for(var u of Ae(p))o0.call(p,u)&&V(v,u,p[u]);return v},k=(v,p,u)=>new Promise((ue,q)=>{var he=w=>{try{K(u.next(w))}catch(G){q(G)}},me=w=>{try{K(u.throw(w))}catch(G){q(G)}},K=w=>w.done?ue(w.value):Promise.resolve(w.value).then(he,me);K((u=u.apply(v,p)).next())});const Q={"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"}},"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"}}},ye={rpcServers:["https://eth-mainnet.alchemyapi.io","https://mainnet.infura.io/v3","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}}},D={currencyCode:"ETH",displayName:"Ethereum",pluginId:"ethereum",walletType:"wallet:ethereum",memoType:"hex",canReplaceByFee:!0,defaultSettings:{customFeeSettings:["gasLimit","gasPrice"],otherSettings:j({},ye)},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,M.ZS)(Q)},N=(0,h.P)({builtinTokens:Q,currencyInfo:D,networkInfo:ye,getInnerPlugin(){return k(this,null,function*(){return yield Promise.all([o.e(434),o.e(246),o.e(153),o.e(801),o.e(696),o.e(835),o.e(539),o.e(6),o.e(780),o.e(184),o.e(94),o.e(944),o.e(465),o.e(576),o.e(513)]).then(o.bind(o,6094))})}});var O=Object.defineProperty,ke=Object.getOwnPropertySymbols,v0=Object.prototype.hasOwnProperty,Be=Object.prototype.propertyIsEnumerable,Le=(v,p,u)=>p in v?O(v,p,{enumerable:!0,configurable:!0,writable:!0,value:u}):v[p]=u,g0=(v,p)=>{for(var u in p||(p={}))v0.call(p,u)&&Le(v,u,p[u]);if(ke)for(var u of ke(p))Be.call(p,u)&&Le(v,u,p[u]);return v},Re=(v,p,u)=>new Promise((ue,q)=>{var he=w=>{try{K(u.next(w))}catch(G){q(G)}},me=w=>{try{K(u.throw(w))}catch(G){q(G)}},K=w=>w.done?ue(w.value):Promise.resolve(w.value).then(he,me);K((u=u.apply(v,p)).next())});const De={"2ad7868ca212135c6119fd7ad1ce51cfc5702892":{currencyCode:"USDT",displayName:"Tether",denominations:[{name:"USDT",multiplier:"1000000"}],networkLocation:{contractAddress:"0x2ad7868ca212135c6119fd7ad1ce51cfc5702892"}}},Oe={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"}}},b0={currencyCode:"ETHW",displayName:"EthereumPoW",pluginId:"ethereumpow",walletType:"wallet:ethereumpow",memoType:"hex",canReplaceByFee:!0,defaultSettings:{customFeeSettings:["gasLimit","gasPrice"],otherSettings:g0({},Oe)},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,M.ZS)(De)},Ue=(0,h.P)({builtinTokens:De,currencyInfo:b0,networkInfo:Oe,getInnerPlugin(){return Re(this,null,function*(){return yield Promise.all([o.e(434),o.e(246),o.e(153),o.e(801),o.e(696),o.e(835),o.e(539),o.e(6),o.e(780),o.e(184),o.e(94),o.e(944),o.e(465),o.e(576),o.e(513)]).then(o.bind(o,6094))})}});var He=Object.defineProperty,i0=Object.getOwnPropertySymbols,Ke=Object.prototype.hasOwnProperty,Ge=Object.prototype.propertyIsEnumerable,s0=(v,p,u)=>p in v?He(v,p,{enumerable:!0,configurable:!0,writable:!0,value:u}):v[p]=u,je=(v,p)=>{for(var u in p||(p={}))Ke.call(p,u)&&s0(v,u,p[u]);if(i0)for(var u of i0(p))Ge.call(p,u)&&s0(v,u,p[u]);return v},Xe=(v,p,u)=>new Promise((ue,q)=>{var he=w=>{try{K(u.next(w))}catch(G){q(G)}},me=w=>{try{K(u.throw(w))}catch(G){q(G)}},K=w=>w.done?ue(w.value):Promise.resolve(w.value).then(he,me);K((u=u.apply(v,p)).next())});const Qe={"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"}}},qe={rpcServers:["https://polished-empty-cloud.fantom.quiknode.pro","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}}},c0={currencyCode:"FTM",displayName:"Fantom",pluginId:"fantom",walletType:"wallet:fantom",memoType:"hex",canReplaceByFee:!0,defaultSettings:{customFeeSettings:["gasLimit","gasPrice"],otherSettings:je({},qe)},addressExplorer:"https://ftmscan.com/address/%s",transactionExplorer:"https://ftmscan.com/tx/%s",denominations:[{name:"FTM",multiplier:"1000000000000000000",symbol:"F"}],metaTokens:(0,M.ZS)(Qe)},d0=(0,h.P)({builtinTokens:Qe,currencyInfo:c0,networkInfo:qe,getInnerPlugin(){return Xe(this,null,function*(){return yield Promise.all([o.e(434),o.e(246),o.e(153),o.e(801),o.e(696),o.e(835),o.e(539),o.e(6),o.e(780),o.e(184),o.e(94),o.e(944),o.e(465),o.e(576),o.e(513)]).then(o.bind(o,6094))})}});var l0=Object.defineProperty,_e=Object.getOwnPropertySymbols,f0=Object.prototype.hasOwnProperty,u0=Object.prototype.propertyIsEnumerable,e0=(v,p,u)=>p in v?l0(v,p,{enumerable:!0,configurable:!0,writable:!0,value:u}):v[p]=u,h0=(v,p)=>{for(var u in p||(p={}))f0.call(p,u)&&e0(v,u,p[u]);if(_e)for(var u of _e(p))u0.call(p,u)&&e0(v,u,p[u]);return v},m0=(v,p,u)=>new Promise((ue,q)=>{var he=w=>{try{K(u.next(w))}catch(G){q(G)}},me=w=>{try{K(u.throw(w))}catch(G){q(G)}},K=w=>w.done?ue(w.value):Promise.resolve(w.value).then(he,me);K((u=u.apply(v,p)).next())});const t0={},n0={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}}},p0={currencyCode:"GOR",displayName:"Goerli Testnet",pluginId:"goerli",walletType:"wallet:goerli",memoType:"hex",canReplaceByFee:!0,defaultSettings:{customFeeSettings:["gasLimit","gasPrice"],otherSettings:h0({},n0)},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,M.ZS)(t0)},y0=(0,h.P)({builtinTokens:t0,currencyInfo:p0,networkInfo:n0,getInnerPlugin(){return m0(this,null,function*(){return yield Promise.all([o.e(434),o.e(246),o.e(153),o.e(801),o.e(696),o.e(835),o.e(539),o.e(6),o.e(780),o.e(184),o.e(94),o.e(944),o.e(465),o.e(576),o.e(513)]).then(o.bind(o,6094))})}});var Q0=Object.defineProperty,T0=Object.getOwnPropertySymbols,q0=Object.prototype.hasOwnProperty,_0=Object.prototype.propertyIsEnumerable,F0=(v,p,u)=>p in v?Q0(v,p,{enumerable:!0,configurable:!0,writable:!0,value:u}):v[p]=u,et=(v,p)=>{for(var u in p||(p={}))q0.call(p,u)&&F0(v,u,p[u]);if(T0)for(var u of T0(p))_0.call(p,u)&&F0(v,u,p[u]);return v},tt=(v,p,u)=>new Promise((ue,q)=>{var he=w=>{try{K(u.next(w))}catch(G){q(G)}},me=w=>{try{K(u.throw(w))}catch(G){q(G)}},K=w=>w.done?ue(w.value):Promise.resolve(w.value).then(he,me);K((u=u.apply(v,p)).next())});const P0={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"}}},E0={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}}},nt={currencyCode:"KOV",displayName:"Kovan Testnet",pluginId:"kovan",walletType:"wallet:kovan",memoType:"hex",canReplaceByFee:!0,defaultSettings:{customFeeSettings:["gasLimit","gasPrice"],otherSettings:et({},E0)},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,M.ZS)(P0)},rt=(0,h.P)({builtinTokens:P0,currencyInfo:nt,networkInfo:E0,getInnerPlugin(){return tt(this,null,function*(){return yield Promise.all([o.e(434),o.e(246),o.e(153),o.e(801),o.e(696),o.e(835),o.e(539),o.e(6),o.e(780),o.e(184),o.e(94),o.e(944),o.e(465),o.e(576),o.e(513)]).then(o.bind(o,6094))})}});var at=Object.defineProperty,x0=Object.getOwnPropertySymbols,ot=Object.prototype.hasOwnProperty,it=Object.prototype.propertyIsEnumerable,k0=(v,p,u)=>p in v?at(v,p,{enumerable:!0,configurable:!0,writable:!0,value:u}):v[p]=u,st=(v,p)=>{for(var u in p||(p={}))ot.call(p,u)&&k0(v,u,p[u]);if(x0)for(var u of x0(p))it.call(p,u)&&k0(v,u,p[u]);return v},ct=(v,p,u)=>new Promise((ue,q)=>{var he=w=>{try{K(u.next(w))}catch(G){q(G)}},me=w=>{try{K(u.throw(w))}catch(G){q(G)}},K=w=>w.done?ue(w.value):Promise.resolve(w.value).then(he,me);K((u=u.apply(v,p)).next())});const L0={"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"}}},D0={rpcServers:["https://polygon-rpc.com/","https://rpc.polycat.finance","https://rpc-mainnet.maticvigil.com","https://matic-mainnet.chainstacklabs.com","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}}},dt={currencyCode:"MATIC",displayName:"Polygon",pluginId:"polygon",walletType:"wallet:polygon",memoType:"hex",canReplaceByFee:!0,defaultSettings:{customFeeSettings:["gasLimit","gasPrice"],otherSettings:st({},D0)},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,M.ZS)(L0)},lt=(0,h.P)({builtinTokens:L0,currencyInfo:dt,networkInfo:D0,getInnerPlugin(){return ct(this,null,function*(){return yield Promise.all([o.e(434),o.e(246),o.e(153),o.e(801),o.e(696),o.e(835),o.e(539),o.e(6),o.e(780),o.e(184),o.e(94),o.e(944),o.e(465),o.e(576),o.e(513)]).then(o.bind(o,6094))})}});var ft=Object.defineProperty,O0=Object.getOwnPropertySymbols,ut=Object.prototype.hasOwnProperty,ht=Object.prototype.propertyIsEnumerable,B0=(v,p,u)=>p in v?ft(v,p,{enumerable:!0,configurable:!0,writable:!0,value:u}):v[p]=u,mt=(v,p)=>{for(var u in p||(p={}))ut.call(p,u)&&B0(v,u,p[u]);if(O0)for(var u of O0(p))ht.call(p,u)&&B0(v,u,p[u]);return v},pt=(v,p,u)=>new Promise((ue,q)=>{var he=w=>{try{K(u.next(w))}catch(G){q(G)}},me=w=>{try{K(u.throw(w))}catch(G){q(G)}},K=w=>w.done?ue(w.value):Promise.resolve(w.value).then(he,me);K((u=u.apply(v,p)).next())});const R0={"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"}}},U0={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:"1000000000"},minPriorityFee:"2000000000"}}},yt={currencyCode:"ETH",displayName:"Optimism",pluginId:"optimism",walletType:"wallet:optimism",memoType:"hex",canReplaceByFee:!0,defaultSettings:{customFeeSettings:["gasLimit","gasPrice"],otherSettings:mt({},U0)},addressExplorer:"https://optimistic.etherscan.io/address/%s",transactionExplorer:"https://optimistic.etherscan.io/tx/%s",denominations:[{name:"ETH",multiplier:"1000000000000000000",symbol:"\u039E"}],metaTokens:(0,M.ZS)(R0)},vt=(0,h.P)({builtinTokens:R0,currencyInfo:yt,networkInfo:U0,getInnerPlugin(){return pt(this,null,function*(){return yield Promise.all([o.e(434),o.e(246),o.e(153),o.e(801),o.e(696),o.e(835),o.e(539),o.e(6),o.e(780),o.e(184),o.e(94),o.e(944),o.e(465),o.e(576),o.e(513)]).then(o.bind(o,6094))})}});var gt=Object.defineProperty,H0=Object.getOwnPropertySymbols,bt=Object.prototype.hasOwnProperty,wt=Object.prototype.propertyIsEnumerable,K0=(v,p,u)=>p in v?gt(v,p,{enumerable:!0,configurable:!0,writable:!0,value:u}):v[p]=u,At=(v,p)=>{for(var u in p||(p={}))bt.call(p,u)&&K0(v,u,p[u]);if(H0)for(var u of H0(p))wt.call(p,u)&&K0(v,u,p[u]);return v},St=(v,p,u)=>new Promise((ue,q)=>{var he=w=>{try{K(u.next(w))}catch(G){q(G)}},me=w=>{try{K(u.throw(w))}catch(G){q(G)}},K=w=>w.done?ue(w.value):Promise.resolve(w.value).then(he,me);K((u=u.apply(v,p)).next())});const G0={},j0={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}}},It={currencyCode:"RIN",displayName:"Rinkeby Testnet",pluginId:"rinkeby",walletType:"wallet:rinkeby",memoType:"hex",canReplaceByFee:!0,defaultSettings:{customFeeSettings:["gasLimit","gasPrice"],otherSettings:At({},j0)},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,M.ZS)(G0)},Ct=(0,h.P)({builtinTokens:G0,currencyInfo:It,networkInfo:j0,getInnerPlugin(){return St(this,null,function*(){return yield Promise.all([o.e(434),o.e(246),o.e(153),o.e(801),o.e(696),o.e(835),o.e(539),o.e(6),o.e(780),o.e(184),o.e(94),o.e(944),o.e(465),o.e(576),o.e(513)]).then(o.bind(o,6094))})}});var Nt=Object.defineProperty,X0=Object.getOwnPropertySymbols,Mt=Object.prototype.hasOwnProperty,Tt=Object.prototype.propertyIsEnumerable,V0=(v,p,u)=>p in v?Nt(v,p,{enumerable:!0,configurable:!0,writable:!0,value:u}):v[p]=u,Ft=(v,p)=>{for(var u in p||(p={}))Mt.call(p,u)&&V0(v,u,p[u]);if(X0)for(var u of X0(p))Tt.call(p,u)&&V0(v,u,p[u]);return v},Pt=(v,p,u)=>new Promise((ue,q)=>{var he=w=>{try{K(u.next(w))}catch(G){q(G)}},me=w=>{try{K(u.throw(w))}catch(G){q(G)}},K=w=>w.done?ue(w.value):Promise.resolve(w.value).then(he,me);K((u=u.apply(v,p)).next())});const W0={},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}}},Et={currencyCode:"ROP",displayName:"Ropsten Testnet",pluginId:"ropsten",walletType:"wallet:ropsten",memoType:"hex",canReplaceByFee:!0,defaultSettings:{customFeeSettings:["gasLimit","gasPrice"],otherSettings:Ft({},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,M.ZS)(W0)},xt=(0,h.P)({builtinTokens:W0,currencyInfo:Et,networkInfo:Z0,getInnerPlugin(){return Pt(this,null,function*(){return yield Promise.all([o.e(434),o.e(246),o.e(153),o.e(801),o.e(696),o.e(835),o.e(539),o.e(6),o.e(780),o.e(184),o.e(94),o.e(944),o.e(465),o.e(576),o.e(513)]).then(o.bind(o,6094))})}});var kt=Object.defineProperty,z0=Object.getOwnPropertySymbols,Lt=Object.prototype.hasOwnProperty,Dt=Object.prototype.propertyIsEnumerable,Y0=(v,p,u)=>p in v?kt(v,p,{enumerable:!0,configurable:!0,writable:!0,value:u}):v[p]=u,Ot=(v,p)=>{for(var u in p||(p={}))Lt.call(p,u)&&Y0(v,u,p[u]);if(z0)for(var u of z0(p))Dt.call(p,u)&&Y0(v,u,p[u]);return v},Bt=(v,p,u)=>new Promise((ue,q)=>{var he=w=>{try{K(u.next(w))}catch(G){q(G)}},me=w=>{try{K(u.throw(w))}catch(G){q(G)}},K=w=>w.done?ue(w.value):Promise.resolve(w.value).then(he,me);K((u=u.apply(v,p)).next())});const J0={"2acc95758f8b5f583470ba265eb685a8f45fc9d5":{currencyCode:"RIF",displayName:"RIF Token",denominations:[{name:"RIF",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x2acc95758f8b5f583470ba265eb685a8f45fc9d5"}}},$0={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}}},Rt={currencyCode:"RBTC",displayName:"Rootstock",pluginId:"rsk",walletType:"wallet:rsk",memoType:"hex",canReplaceByFee:!0,defaultSettings:{customFeeSettings:["gasLimit","gasPrice"],otherSettings:Ot({},$0)},addressExplorer:"https://explorer.rsk.co/address/%s",transactionExplorer:"https://explorer.rsk.co/tx/%s",denominations:[{name:"RBTC",multiplier:"1000000000000000000",symbol:"RBTC"}],metaTokens:(0,M.ZS)(J0)},Ut=(0,h.P)({builtinTokens:J0,currencyInfo:Rt,networkInfo:$0,getInnerPlugin(){return Bt(this,null,function*(){return yield Promise.all([o.e(434),o.e(246),o.e(153),o.e(801),o.e(696),o.e(835),o.e(539),o.e(6),o.e(780),o.e(184),o.e(94),o.e(944),o.e(465),o.e(576),o.e(513)]).then(o.bind(o,6094))})}}),Ht={avalanche:R,binancesmartchain:b,celo:P,ethDev:we,ethereum:N,ethereumclassic:Se,ethereumpow:Ue,fantom:d0,goerli:y0,kovan:rt,optimism:vt,polygon:lt,rinkeby:Ct,ropsten:xt,rsk:Ut}},5607:function(F,A,o){"use strict";o.d(A,{$G:function(){return te},BB:function(){return ee},BP:function(){return z},CL:function(){return U},HG:function(){return se},K1:function(){return Y},Nd:function(){return R},OT:function(){return J},VW:function(){return H},aO:function(){return S},dm:function(){return X},eD:function(){return L},eG:function(){return m},n3:function(){return g},pg:function(){return I},qj:function(){return ie}});var h=o(82448),M=o(62177);const g={buyAddress:"buy-address",getDomains:"get-domains",isDomainPublic:"is-domain-public"},I={getActions:"get_actions"},m=20,S={transferTokens:"transferTokens",addPublicAddress:"addPublicAddress",addPublicAddresses:"addPublicAddresses",setFioDomainPublic:"setFioDomainPublic",rejectFundsRequest:"rejectFundsRequest",requestFunds:"requestFunds",recordObtData:"recordObtData",registerFioAddress:"registerFioAddress",registerFioDomain:"registerFioDomain",renewFioDomain:"renewFioDomain",transferFioAddress:"transferFioAddress",transferFioDomain:"transferFioDomain",pushTransaction:"pushTransaction",addBundledTransactions:"addBundledTransactions",stakeFioTokens:"stakeFioTokens",unStakeFioTokens:"unStakeFioTokens"},Y={[S.recordObtData]:!0,[S.requestFunds]:!0,[S.registerFioAddress]:!0,[S.registerFioDomain]:!0,[S.renewFioDomain]:!0,[S.transferTokens]:!0,[S.addPublicAddresses]:!0,[S.transferFioAddress]:!0,[S.transferFioDomain]:!0,[S.addBundledTransactions]:!0,[S.stakeFioTokens]:!0,[S.unStakeFioTokens]:!0},H={[S.requestFunds]:"newFundsRequest",[S.registerFioAddress]:"registerFioAddress",[S.registerFioDomain]:"registerFioDomain",[S.renewFioDomain]:"renewFioDomain",[S.addPublicAddresses]:"addPubAddress",[S.setFioDomainPublic]:"setFioDomainPublic",[S.rejectFundsRequest]:"rejectFundsRequest",[S.recordObtData]:"recordObtData",[S.transferTokens]:"transferTokens",[S.pushTransaction]:"pushTransaction",[S.transferFioAddress]:"transferFioAddress",[S.transferFioDomain]:"transferFioDomain",[S.stakeFioTokens]:"pushTransaction",[S.unStakeFioTokens]:"pushTransaction",addBundledTransactions:"addBundledTransactions"},L={[S.requestFunds]:"newFundsRequest",[S.registerFioAddress]:"registerFioAddress",[S.registerFioDomain]:"registerFioDomain",[S.renewFioDomain]:"renewFioDomain",[S.addPublicAddresses]:"addPubAddress",[S.setFioDomainPublic]:"setFioDomainPublic",[S.rejectFundsRequest]:"rejectFundsRequest",[S.recordObtData]:"recordObtData",[S.transferTokens]:"transferTokens",[S.pushTransaction]:"pushTransaction",[S.transferFioAddress]:"transferFioAddress",[S.transferFioDomain]:"transferFioDomain",[S.addBundledTransactions]:"addBundledTransactions",[S.stakeFioTokens]:"stakeFioTokens",[S.unStakeFioTokens]:"unStakeFioTokens"},z={[S.transferTokens]:"trnsfiopubky",[S.stakeFioTokens]:"stakefio",[S.unStakeFioTokens]:"unstakefio",transfer:"transfer"},te={PENDING:"PENDING",SENT:"SENT"},se={[S.addPublicAddress]:{action:"getFeeForAddPublicAddress",propName:"fioAddress"},[S.addPublicAddresses]:{action:"getFeeForAddPublicAddress",propName:"fioAddress"},[S.rejectFundsRequest]:{action:"getFeeForRejectFundsRequest",propName:"payerFioAddress"},[S.requestFunds]:{action:"getFeeForNewFundsRequest",propName:"payeeFioAddress"},[S.recordObtData]:{action:"getFeeForRecordObtData",propName:"payerFioAddress"},[S.stakeFioTokens]:{propName:"fioAddress"},[S.unStakeFioTokens]:{propName:"fioAddress"}},ee=100,J=450,R="Paying Staking Rewards",X=1e3*60*60*24*7,ie=1e3*60*60*24,pe=(0,h.su)({fio_request_id:h.XC,payer_fio_address:h.XC,payee_fio_address:h.XC,payee_fio_public_key:h.XC,payer_fio_public_key:h.XC,amount:h.XC,token_code:h.XC,metadata:h.XC,time_stamp:h.XC,content:h.XC}),le=(0,h.su)({name:h.XC,bundledTxs:(0,h.Zz)(h.mH)}),ge=(0,h.su)({name:h.XC,expiration:h.XC,isPublic:h.jK}),T=(0,h.su)({stakedAmounts:(0,h._2)((0,h.su)({nativeAmount:h.XC,unlockDate:(0,h.Zz)(h.qF),otherParams:(0,h.Zz)(M.tM)}))}),U=(0,h.su)({highestTxHeight:(0,h.Vk)(h.mH,0),fioAddresses:(0,h.Vk)((0,h._2)(le),[]),fioDomains:(0,h.Vk)((0,h._2)(ge),[]),fioRequests:(0,h.Vk)((0,h.su)({PENDING:(0,h._2)(pe),SENT:(0,h._2)(pe)}),{SENT:[],PENDING:[]}),fioRequestsToApprove:(0,h.Vk)((0,h.su)(M.tM),{}),srps:(0,h.Vk)(h.mH,0),stakingRoe:(0,h.Vk)(h.XC,""),stakingStatus:(0,h.Vk)(T,{stakedAmounts:[]})})},14023:function(F,A,o){"use strict";o.d(A,{j:function(){return S},l:function(){return Y}});var h=o(24224),M=o(5607);const g=["getConnectedPublicAddress","isFioAddressValid","validateAccount","isDomainPublic","doesAccountExist","buyAddressRequest","getDomains","getStakeEstReturn"];var I=(H,L,z)=>new Promise((te,se)=>{var ee=X=>{try{R(z.next(X))}catch(ie){se(ie)}},J=X=>{try{R(z.throw(X))}catch(ie){se(ie)}},R=X=>X.done?te(X.value):Promise.resolve(X.value).then(ee,J);R((z=z.apply(H,L)).next())});const S={currencyCode:"FIO",displayName:"FIO",pluginId:"fio",walletType:"wallet:fio",defaultSettings:{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.eosdublin.io/v1/","https://fio.eostribe.io/v1/","https://api.fio.greeneosio.com/v1/","https://api.fio.services/v1/","https://fio.eosusa.news/v1/"],historyNodeUrls:["https://fio.greymass.com/v1/","https://fio.greymass.com/v1/","https://fio.eosphere.io/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:{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"},fioRequestsTypes:M.$G,balanceCurrencyCodes:{staked:"FIO:STAKED",locked:"FIO:LOCKED"}},addressExplorer:"https://fio.bloks.io/key/%s",transactionExplorer:"https://fio.bloks.io/transaction/%s",denominations:[{name:"FIO",multiplier:"1000000000",symbol:"\u1D6E"}],metaTokens:[]},Y=(0,h.P)({currencyInfo:S,networkInfo:{},otherMethodNames:g,getInnerPlugin(){return I(this,null,function*(){return yield Promise.all([o.e(434),o.e(246),o.e(153),o.e(801),o.e(696),o.e(835),o.e(539),o.e(6),o.e(720),o.e(184),o.e(890),o.e(491),o.e(576),o.e(805)]).then(o.bind(o,64139))})}})},825:function(F,A,o){"use strict";o.d(A,{DP:function(){return m},LZ:function(){return H},NV:function(){return I},Vf:function(){return Y},nG:function(){return M},ni:function(){return g},qv:function(){return L},sd:function(){return S}});var h=o(82448);const M=(0,h.su)({activationRequestId:(0,h.Vk)(h.XC),accountActivationQuoteAddress:(0,h.Vk)(h.XC),accountActivationQuoteAmount:(0,h.Vk)(h.XC),hederaAccount:(0,h.Vk)(h.XC),latestTimestamp:(0,h.Vk)(h.XC),paymentSubmitted:(0,h.Vk)(h.jK)}),g=["getActivationSupportedCurrencies","getActivationCost","validateAccount"],I=(0,h.su)({hbar:h.XC}),m=(0,h.su)({accounts:(0,h._2)((0,h.su)({account:h.XC,key:(0,h.su)({key:h.XC})}))}),S=(0,h.su)({balances:(0,h._2)((0,h.su)({account:h.XC,balance:h.mH}))}),Y=(0,h.su)({transactions:(0,h._2)((0,h.su)({transaction_hash:h.XC,transaction_id:h.XC,valid_start_timestamp:h.XC,transfers:(0,h._2)((0,h.su)({account:h.XC,amount:h.mH})),memo_base64:h.XC,result:h.XC,name:h.XC,consensus_timestamp:h.XC,charged_tx_fee:h.mH}))}),H=(0,h.su)({amount:h.XC,address:h.XC,request_id:h.XC}),L=(0,h.su)({status:h.XC,account_id:(0,h.Zz)(h.XC)})},81649:function(F,A,o){"use strict";o.d(A,{c:function(){return S},j:function(){return m}});var h=o(24224),M=(Y,H,L)=>new Promise((z,te)=>{var se=R=>{try{J(L.next(R))}catch(X){te(X)}},ee=R=>{try{J(L.throw(R))}catch(X){te(X)}},J=R=>R.done?z(R.value):Promise.resolve(R.value).then(se,ee);J((L=L.apply(Y,H)).next())});const m={currencyCode:"XTZ",displayName:"Tezos",pluginId:"tezos",walletType:"wallet:tezos",defaultSettings:{otherSettings:{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"}},addressExplorer:"https://tzstats.com/%s",transactionExplorer:"https://tzstats.com/%s",denominations:[{name:"XTZ",multiplier:"1000000",symbol:"t"}],metaTokens:[]},S=(0,h.P)({currencyInfo:m,networkInfo:{},getInnerPlugin(){return M(this,null,function*(){return yield Promise.all([o.e(434),o.e(153),o.e(801),o.e(696),o.e(835),o.e(233),o.e(576),o.e(92)]).then(o.bind(o,12170))})}})},35666:function(F){var A=function(o){"use strict";var h=Object.prototype,M=h.hasOwnProperty,g=Object.defineProperty||function(r,a,i){r[a]=i.value},I,m=typeof Symbol=="function"?Symbol:{},S=m.iterator||"@@iterator",Y=m.asyncIterator||"@@asyncIterator",H=m.toStringTag||"@@toStringTag";function L(r,a,i){return Object.defineProperty(r,a,{value:i,enumerable:!0,configurable:!0,writable:!0}),r[a]}try{L({},"")}catch{L=function(a,i,l){return a[i]=l}}function z(r,a,i,l){var f=a&&a.prototype instanceof ie?a:ie,s=Object.create(f.prototype),t=new c(l||[]);return g(s,"_invoke",{value:ce(r,i,t)}),s}o.wrap=z;function te(r,a,i){try{return{type:"normal",arg:r.call(a,i)}}catch(l){return{type:"throw",arg:l}}}var se="suspendedStart",ee="suspendedYield",J="executing",R="completed",X={};function ie(){}function pe(){}function le(){}var ge={};L(ge,S,function(){return this});var T=Object.getPrototypeOf,U=T&&T(T(e([])));U&&U!==h&&M.call(U,S)&&(ge=U);var B=le.prototype=ie.prototype=Object.create(ge);pe.prototype=le,g(B,"constructor",{value:le,configurable:!0}),g(le,"constructor",{value:pe,configurable:!0}),pe.displayName=L(le,H,"GeneratorFunction");function ae(r){["next","throw","return"].forEach(function(a){L(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,le):(r.__proto__=le,L(r,H,"GeneratorFunction")),r.prototype=Object.create(B),r},o.awrap=function(r){return{__await:r}};function ne(r,a){function i(s,t,d,P){var E=te(r[s],r,t);if(E.type==="throw")P(E.arg);else{var x=E.arg,W=x.value;return W&&typeof W=="object"&&M.call(W,"__await")?a.resolve(W.__await).then(function($){i("next",$,d,P)},function($){i("throw",$,d,P)}):a.resolve(W).then(function($){x.value=$,d(x)},function($){return i("throw",$,d,P)})}}var l;function f(s,t){function d(){return new a(function(P,E){i(s,t,P,E)})}return l=l?l.then(d,d):d()}g(this,"_invoke",{value:f})}ae(ne.prototype),L(ne.prototype,Y,function(){return this}),o.AsyncIterator=ne,o.async=function(r,a,i,l,f){f===void 0&&(f=Promise);var s=new ne(z(r,a,i,l),f);return o.isGeneratorFunction(a)?s:s.next().then(function(t){return t.done?t.value:s.next()})};function ce(r,a,i){var l=se;return function(s,t){if(l===J)throw new Error("Generator is already running");if(l===R){if(s==="throw")throw t;return n()}for(i.method=s,i.arg=t;;){var d=i.delegate;if(d){var P=re(d,i);if(P){if(P===X)continue;return P}}if(i.method==="next")i.sent=i._sent=i.arg;else if(i.method==="throw"){if(l===se)throw l=R,i.arg;i.dispatchException(i.arg)}else i.method==="return"&&i.abrupt("return",i.arg);l=J;var E=te(r,a,i);if(E.type==="normal"){if(l=i.done?R:ee,E.arg===X)continue;return{value:E.arg,done:i.done}}else E.type==="throw"&&(l=R,i.method="throw",i.arg=E.arg)}}}function re(r,a){var i=a.method,l=r.iterator[i];if(l===I)return a.delegate=null,i==="throw"&&r.iterator.return&&(a.method="return",a.arg=I,re(r,a),a.method==="throw")||i!=="return"&&(a.method="throw",a.arg=new TypeError("The iterator does not provide a '"+i+"' method")),X;var f=te(l,r.iterator,a.arg);if(f.type==="throw")return a.method="throw",a.arg=f.arg,a.delegate=null,X;var s=f.arg;if(!s)return a.method="throw",a.arg=new TypeError("iterator result is not an object"),a.delegate=null,X;if(s.done)a[r.resultName]=s.value,a.next=r.nextLoc,a.method!=="return"&&(a.method="next",a.arg=I);else return s;return a.delegate=null,X}ae(B),L(B,H,"Generator"),L(B,S,function(){return this}),L(B,"toString",function(){return"[object Generator]"});function b(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 C(r){var a=r.completion||{};a.type="normal",delete a.arg,r.completion=a}function c(r){this.tryEntries=[{tryLoc:"root"}],r.forEach(b,this),this.reset(!0)}o.keys=function(r){var a=Object(r),i=[];for(var l in a)i.push(l);return i.reverse(),function f(){for(;i.length;){var s=i.pop();if(s in a)return f.value=s,f.done=!1,f}return f.done=!0,f}};function e(r){if(r){var a=r[S];if(a)return a.call(r);if(typeof r.next=="function")return r;if(!isNaN(r.length)){var i=-1,l=function f(){for(;++i<r.length;)if(M.call(r,i))return f.value=r[i],f.done=!1,f;return f.value=I,f.done=!0,f};return l.next=l}}return{next:n}}o.values=e;function n(){return{value:I,done:!0}}return c.prototype={constructor:c,reset:function(r){if(this.prev=0,this.next=0,this.sent=this._sent=I,this.done=!1,this.delegate=null,this.method="next",this.arg=I,this.tryEntries.forEach(C),!r)for(var a in this)a.charAt(0)==="t"&&M.call(this,a)&&!isNaN(+a.slice(1))&&(this[a]=I)},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(P,E){return s.type="throw",s.arg=r,a.next=P,E&&(a.method="next",a.arg=I),!!E}for(var l=this.tryEntries.length-1;l>=0;--l){var f=this.tryEntries[l],s=f.completion;if(f.tryLoc==="root")return i("end");if(f.tryLoc<=this.prev){var t=M.call(f,"catchLoc"),d=M.call(f,"finallyLoc");if(t&&d){if(this.prev<f.catchLoc)return i(f.catchLoc,!0);if(this.prev<f.finallyLoc)return i(f.finallyLoc)}else if(t){if(this.prev<f.catchLoc)return i(f.catchLoc,!0)}else if(d){if(this.prev<f.finallyLoc)return i(f.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 l=this.tryEntries[i];if(l.tryLoc<=this.prev&&M.call(l,"finallyLoc")&&this.prev<l.finallyLoc){var f=l;break}}f&&(r==="break"||r==="continue")&&f.tryLoc<=a&&a<=f.finallyLoc&&(f=null);var s=f?f.completion:{};return s.type=r,s.arg=a,f?(this.method="next",this.next=f.finallyLoc,X):this.complete(s)},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),C(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 l=i.completion;if(l.type==="throw"){var f=l.arg;C(i)}return f}}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=I),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 L},Wf:function(){return le},XC:function(){return R},Zz:function(){return J},_2:function(){return M},_C:function(){return S},gu:function(){return te},jK:function(){return g},mH:function(){return se},qF:function(){return m},su:function(){return ee},vq:function(){return X},zv:function(){return ie}});var h=o(47630);const M=h.asArray,g=h.asBoolean,I=h.asCodec,m=h.asDate,S=h.asEither,Y=h.asJSON,H=h.asMap,L=h.asMaybe,z=h.asNone,te=h.asNull,se=h.asNumber,ee=h.asObject,J=h.asOptional,R=h.asString,X=h.asTuple,ie=h.asUndefined,pe=h.asUnknown,le=h.asValue,ge=h.uncleaner}},M0={};function y(F){var A=M0[F];if(A!==void 0)return A.exports;var o=M0[F]={id:F,loaded:!1,exports:{}};return N0[F].call(o.exports,o,o.exports,y),o.loaded=!0,o.exports}y.m=N0,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,h){if(h&1&&(o=this(o)),h&8||typeof o=="object"&&o&&(h&4&&o.__esModule||h&16&&typeof o.then=="function"))return o;var M=Object.create(null);y.r(M);var g={};A=A||[null,F({}),F([]),F(F)];for(var I=h&2&&o;typeof I=="object"&&!~A.indexOf(I);I=F(I))Object.getOwnPropertyNames(I).forEach(function(m){g[m]=function(){return o[m]}});return g.default=function(){return o},y.d(M,g),M}}(),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",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,h,M,g){if(F[o]){F[o].push(h);return}var I,m;if(M!==void 0)for(var S=document.getElementsByTagName("script"),Y=0;Y<S.length;Y++){var H=S[Y];if(H.getAttribute("src")==o||H.getAttribute("data-webpack")==A+M){I=H;break}}I||(m=!0,I=document.createElement("script"),I.charset="utf-8",I.timeout=120,y.nc&&I.setAttribute("nonce",y.nc),I.setAttribute("data-webpack",A+M),I.src=o),F[o]=[h];var L=function(te,se){I.onerror=I.onload=null,clearTimeout(z);var ee=F[o];if(delete F[o],I.parentNode&&I.parentNode.removeChild(I),ee&&ee.forEach(function(J){return J(se)}),te)return te(se)},z=setTimeout(L.bind(null,void 0,{type:"timeout",target:I}),12e4);I.onerror=L.bind(null,I.onerror),I.onload=L.bind(null,I.onload),m&&document.head.appendChild(I)}}(),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(h,M){var g=y.o(F,h)?F[h]:void 0;if(g!==0)if(g)M.push(g[2]);else{var I=new Promise(function(H,L){g=F[h]=[H,L]});M.push(g[2]=I);var m=y.p+y.u(h),S=new Error,Y=function(H){if(y.o(F,h)&&(g=F[h],g!==0&&(F[h]=void 0),g)){var L=H&&(H.type==="load"?"missing":H.type),z=H&&H.target&&H.target.src;S.message="Loading chunk "+h+` failed.
2
- (`+L+": "+z+")",S.name="ChunkLoadError",S.type=L,S.request=z,g[1](S)}};y.l(m,Y,"chunk-"+h,h)}};var A=function(h,M){var g=M[0],I=M[1],m=M[2],S,Y,H=0;if(g.some(function(z){return F[z]!==0})){for(S in I)y.o(I,S)&&(y.m[S]=I[S]);if(m)var L=m(y)}for(h&&h(M);H<g.length;H++)Y=g[H],y.o(F,Y)&&F[Y]&&F[Y][0](),F[Y]=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 Kt={};(function(){"use strict";var F=y(35666),A=y(77495),o=y(24224),h=y(83718),M=(V,j,k)=>new Promise((Q,Z)=>{var ye=N=>{try{D(k.next(N))}catch(O){Z(O)}},_=N=>{try{D(k.throw(N))}catch(O){Z(O)}},D=N=>N.done?Q(N.value):Promise.resolve(N.value).then(ye,_);D((k=k.apply(V,j)).next())});const g={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"],eosFuelServers:["https://eos.greymass.com"],eosDfuseServers:["https://eos.dfuse.eosnation.io"],uriProtocol:"eos"},m={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:[]},S=(0,o.P)({currencyInfo:m,networkInfo:g,otherMethodNames:h.F,getInnerPlugin(){return M(this,null,function*(){return yield Promise.all([y.e(434),y.e(246),y.e(801),y.e(696),y.e(539),y.e(6),y.e(720),y.e(890),y.e(536),y.e(576),y.e(679)]).then(y.bind(y,58030))})}});var Y=(V,j,k)=>new Promise((Q,Z)=>{var ye=N=>{try{D(k.next(N))}catch(O){Z(O)}},_=N=>{try{D(k.throw(N))}catch(O){Z(O)}},D=N=>N.done?Q(N.value):Promise.resolve(N.value).then(ye,_);D((k=k.apply(V,j)).next())});const H={chainId:"4667b205c6838ef70ff7988f6e8257e8be0e1284a2f59699054a018f743b1d11",eosActivationServers:["https://eospay.edge.app","https://account.teloscrew.com"],eosHyperionNodes:["https://telos.caleos.io"],eosNodes:["https://telos.caleos.io"],eosFuelServers:[],eosDfuseServers:[],uriProtocol:"telos"},z={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:[]},te=(0,o.P)({currencyInfo:z,networkInfo:H,otherMethodNames:h.F,getInnerPlugin(){return Y(this,null,function*(){return yield Promise.all([y.e(434),y.e(246),y.e(801),y.e(696),y.e(539),y.e(6),y.e(720),y.e(890),y.e(536),y.e(576),y.e(679)]).then(y.bind(y,58030))})}});var se=(V,j,k)=>new Promise((Q,Z)=>{var ye=N=>{try{D(k.next(N))}catch(O){Z(O)}},_=N=>{try{D(k.throw(N))}catch(O){Z(O)}},D=N=>N.done?Q(N.value):Promise.resolve(N.value).then(ye,_);D((k=k.apply(V,j)).next())});const ee={chainId:"1064487b3cd1a897ce03ae5b6a865651747e2e152090f99c1d19d44e01aea5a4",createAccountViaSingleApiEndpoints:["https://edge.maltablock.org/api/v1/activateAccount"],eosActivationServers:[],eosDfuseServers:[],eosFuelServers:[],eosHyperionNodes:["https://api.waxsweden.org"],eosNodes:["https://api.waxsweden.org"],uriProtocol:"wax"},R={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:[]},X=(0,o.P)({currencyInfo:R,networkInfo:ee,otherMethodNames:h.F,getInnerPlugin(){return se(this,null,function*(){return yield Promise.all([y.e(434),y.e(246),y.e(801),y.e(696),y.e(539),y.e(6),y.e(720),y.e(890),y.e(536),y.e(576),y.e(679)]).then(y.bind(y,58030))})}}),ie={eos:S,telos:te,wax:X};var pe=y(49889),le=y(14023),ge=y(825),T=(V,j,k)=>new Promise((Q,Z)=>{var ye=N=>{try{D(k.next(N))}catch(O){Z(O)}},_=N=>{try{D(k.throw(N))}catch(O){Z(O)}},D=N=>N.done?Q(N.value):Promise.resolve(N.value).then(ye,_);D((k=k.apply(V,j)).next())});const ae={currencyCode:"HBAR",displayName:"Hedera",pluginId:"hedera",walletType:"wallet:hedera",defaultSettings:{otherSettings:{creatorApiServers:["https://creator.myhbarwallet.com"],mirrorNodes:["https://mainnet-public.mirrornode.hedera.com"],client:"Mainnet",checksumNetworkID:"0",maxFee:9e5}},memoMaxLength:100,addressExplorer:"https://hederaexplorer.io/search-details/account/%s",transactionExplorer:"https://hederaexplorer.io/search-details/transaction/%s",denominations:[{name:"HBAR",multiplier:"100000000",symbol:"\u210F"},{name:"tHBAR",multiplier:"1",symbol:"t\u210F"}],metaTokens:[]},ne=(0,o.P)({currencyInfo:ae,networkInfo:{},otherMethodNames:ge.ni,getInnerPlugin(){return T(this,null,function*(){return yield Promise.all([y.e(434),y.e(246),y.e(153),y.e(801),y.e(696),y.e(835),y.e(539),y.e(780),y.e(94),y.e(19),y.e(431),y.e(549),y.e(576),y.e(894)]).then(y.bind(y,85520))})}});var ce=(V,j,k)=>new Promise((Q,Z)=>{var ye=N=>{try{D(k.next(N))}catch(O){Z(O)}},_=N=>{try{D(k.throw(N))}catch(O){Z(O)}},D=N=>N.done?Q(N.value):Promise.resolve(N.value).then(ye,_);D((k=k.apply(V,j)).next())});const C={currencyCode:"DOT",displayName:"Polkadot",pluginId:"polkadot",walletType:"wallet:polkadot",defaultSettings:{otherSettings:{rpcNodes:["wss://rpc.polkadot.io"],genesisHash:"0x91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3",subscanBaseUrl:"https://polkadot.api.subscan.io/api",subscanQueryLimit:100,existentialDeposit:"10000000000",lengthFeePerByte:"1000000"}},addressExplorer:"https://polkadot.subscan.io/account/%s",transactionExplorer:"https://polkadot.subscan.io/extrinsic/%s",denominations:[{name:"DOT",multiplier:"10000000000",symbol:""}],metaTokens:[]},c=(0,o.P)({currencyInfo:C,networkInfo:{},checkEnvironment:()=>{if(y.g.BigInt==null)throw new Error("Polkadot requires bigint support")},getInnerPlugin(){return ce(this,null,function*(){return yield Promise.all([y.e(434),y.e(246),y.e(153),y.e(780),y.e(618),y.e(576),y.e(591)]).then(y.bind(y,65813))})}});var e=(V,j,k)=>new Promise((Q,Z)=>{var ye=N=>{try{D(k.next(N))}catch(O){Z(O)}},_=N=>{try{D(k.throw(N))}catch(O){Z(O)}},D=N=>N.done?Q(N.value):Promise.resolve(N.value).then(ye,_);D((k=k.apply(V,j)).next())});const a={currencyCode:"SOL",displayName:"Solana",pluginId:"solana",walletType:"wallet:solana",defaultSettings:{otherSettings:{rpcNodes:["https://ssc-dao.genesysgo.net","https://api.mainnet-beta.solana.com"],commitment:"confirmed",txQueryLimit:1e3,derivationPath:"m/44'/501'/0'/0'",memoPublicKey:"MemoSq4gqABAXKb96qnH8TysNcWxMyWCqXgDLGmfcHr"}},addressExplorer:"https://explorer.solana.com/address/%s",transactionExplorer:"https://explorer.solana.com/tx/%s",denominations:[{name:"SOL",multiplier:"1000000000",symbol:"\u25CE"}],metaTokens:[]},i=(0,o.P)({currencyInfo:a,networkInfo:{},getInnerPlugin(){return e(this,null,function*(){return yield Promise.all([y.e(434),y.e(246),y.e(153),y.e(801),y.e(780),y.e(94),y.e(884),y.e(645),y.e(576),y.e(601)]).then(y.bind(y,29016))})}});var l=(V,j,k)=>new Promise((Q,Z)=>{var ye=N=>{try{D(k.next(N))}catch(O){Z(O)}},_=N=>{try{D(k.throw(N))}catch(O){Z(O)}},D=N=>N.done?Q(N.value):Promise.resolve(N.value).then(ye,_);D((k=k.apply(V,j)).next())});const t={currencyCode:"XLM",displayName:"Stellar",pluginId:"stellar",walletType:"wallet:stellar",defaultSettings:{otherSettings:{stellarServers:["https://horizon.stellar.org"]}},memoMaxLength:19,addressExplorer:"https://stellarchain.io/address/%s",transactionExplorer:"https://stellarchain.io/tx/%s",denominations:[{name:"XLM",multiplier:"10000000",symbol:"*"}],metaTokens:[]},d=(0,o.P)({currencyInfo:t,networkInfo:{},getInnerPlugin(){return l(this,null,function*(){return yield Promise.all([y.e(434),y.e(246),y.e(801),y.e(696),y.e(835),y.e(539),y.e(780),y.e(978),y.e(720),y.e(669),y.e(267),y.e(804),y.e(576),y.e(870)]).then(y.bind(y,31188))})}});var P=y(81649),E=y(20918),x=(V,j,k)=>new Promise((Q,Z)=>{var ye=N=>{try{D(k.next(N))}catch(O){Z(O)}},_=N=>{try{D(k.throw(N))}catch(O){Z(O)}},D=N=>N.done?Q(N.value):Promise.resolve(N.value).then(ye,_);D((k=k.apply(V,j)).next())});const W={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"}}},$={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},oe={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,E.ZS)(W)},We=(0,o.P)({builtinTokens:W,currencyInfo:oe,networkInfo:$,getInnerPlugin(){return x(this,null,function*(){return yield Promise.all([y.e(434),y.e(246),y.e(153),y.e(801),y.e(696),y.e(835),y.e(539),y.e(6),y.e(669),y.e(184),y.e(19),y.e(944),y.e(730),y.e(576),y.e(5)]).then(y.bind(y,9127))})}});var de=(V,j,k)=>new Promise((Q,Z)=>{var ye=N=>{try{D(k.next(N))}catch(O){Z(O)}},_=N=>{try{D(k.throw(N))}catch(O){Z(O)}},D=N=>N.done?Q(N.value):Promise.resolve(N.value).then(ye,_);D((k=k.apply(V,j)).next())});const fe={rippledServers:["wss://s2.ripple.com","wss://xrplcluster.com"],defaultFee:"10",baseReserve:"10000000",baseReservePerToken:"2000000"},r0={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:[]},be={"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"}}},Ee=(0,o.P)({builtinTokens:be,currencyInfo:r0,networkInfo:fe,getInnerPlugin(){return de(this,null,function*(){return yield Promise.all([y.e(434),y.e(246),y.e(153),y.e(801),y.e(696),y.e(835),y.e(539),y.e(6),y.e(978),y.e(431),y.e(786),y.e(267),y.e(726),y.e(576),y.e(603)]).then(y.bind(y,23818))})}});var $e=(V,j,k)=>new Promise((Q,Z)=>{var ye=N=>{try{D(k.next(N))}catch(O){Z(O)}},_=N=>{try{D(k.throw(N))}catch(O){Z(O)}},D=N=>N.done?Q(N.value):Promise.resolve(N.value).then(ye,_);D((k=k.apply(V,j)).next())});const Se={rpcNode:{networkName:"mainnet",defaultHost:"lightd1.pirate.black",defaultPort:443},defaultBirthday:204e4,defaultNetworkFee:"10000",nativeSdk:"piratechain",transactionQueryLimit:999},Ie={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:[]},Ze=(0,o.P)({currencyInfo:Ie,networkInfo:Se,getInnerPlugin(){return $e(this,null,function*(){return yield Promise.all([y.e(434),y.e(246),y.e(153),y.e(576),y.e(159)]).then(y.bind(y,940))})}});var Ce=(V,j,k)=>new Promise((Q,Z)=>{var ye=N=>{try{D(k.next(N))}catch(O){Z(O)}},_=N=>{try{D(k.throw(N))}catch(O){Z(O)}},D=N=>N.done?Q(N.value):Promise.resolve(N.value).then(ye,_);D((k=k.apply(V,j)).next())});const Ne={rpcNode:{networkName:"mainnet",defaultHost:"mainnet.lightwalletd.com",defaultPort:9067},defaultBirthday:131e4,defaultNetworkFee:"1000",nativeSdk:"zcash",transactionQueryLimit:999},ze={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:[]},Me=(0,o.P)({currencyInfo:ze,networkInfo:Ne,getInnerPlugin(){return Ce(this,null,function*(){return yield Promise.all([y.e(434),y.e(246),y.e(153),y.e(576),y.e(159)]).then(y.bind(y,940))})}});var Te=Object.defineProperty,Ye=Object.defineProperties,xe=Object.getOwnPropertyDescriptors,ve=Object.getOwnPropertySymbols,a0=Object.prototype.hasOwnProperty,Fe=Object.prototype.propertyIsEnumerable,we=(V,j,k)=>j in V?Te(V,j,{enumerable:!0,configurable:!0,writable:!0,value:k}):V[j]=k,Je=(V,j)=>{for(var k in j||(j={}))a0.call(j,k)&&we(V,k,j[k]);if(ve)for(var k of ve(j))Fe.call(j,k)&&we(V,k,j[k]);return V},Ae=(V,j)=>Ye(V,xe(j));const Pe=Ae(Je(Je({},ie),pe.j),{binance:A.O,fio:le.l,hedera:ne,piratechain:Ze,polkadot:c,ripple:Ee,solana:i,stellar:d,tezos:P.c,tron:We,zcash:Me});typeof window<"u"&&typeof window.addEdgeCorePlugins=="function"&&window.addEdgeCorePlugins(Pe);var o0=null})()})();
1
+ (function(){var N0={77591:function(F,A,o){"use strict";var h=this&&this.__importDefault||function(b){return b&&b.__esModule?b:{default:b}};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 M=h(o(13550));function g(b){return!!(b.startsWith("0x")||b.startsWith("-0x")||b.toLowerCase().includes("a")||b.toLowerCase().includes("b")||b.toLowerCase().includes("c")||b.toLowerCase().includes("d")||b.toLowerCase().includes("e")||b.toLowerCase().includes("f"))}function I(b){return b.replace("0x","")}function m(b,C){let c=b;for(let e=0;e<C;e++)c+="0";return c}function S(b){let C=b.replace(/^0+/,"");return C=C.replace(/^\.+/,"0."),C.includes(".")&&(C=C.replace(/0+$/,""),C=C.replace(/\.+$/,""),C===""&&(C="0")),C===""&&(C="0"),C}function Y(b,C){if(C===0)return b;let c=!1;b.slice(0,1)==="-"&&(c=!0,b=b.slice(1));let e;return C>b.length?e="0."+m("",C-b.length)+b:e=b.substr(0,b.length-C)+"."+b.substr(b.length-C,b.length),e=S(e),c&&(e=`-${e}`),e}function H(b,C,c){let e=b,n=C;L(e,n);let r=e.indexOf("."),a=n.indexOf(".");const i=g(e),l=g(n);if(r!==-1&&(e=S(e),r=e.indexOf(".")),a!==-1&&(n=S(n),a=n.indexOf(".")),r!==-1||a!==-1||typeof c=="number"){if(i||l)throw new Error("Cannot operate on base16 float values");let f=0,s=0;r!==-1&&(f=e.length-r-1),a!==-1&&(s=n.length-a-1);const t=f>s?f:s;let d=0;return typeof c=="number"&&(d=c),e=m(e.replace(".",""),t+d-f),n=m(n.replace(".",""),t-s),{x:e,y:n,shift:t}}else return{x:e,y:n,shift:0}}function L(...b){for(const C of b){if(C.split(".").length-1>1)throw new Error("Invalid number: more than one decimal point");if(C.split("-").length-1>1)throw new Error("Invalid number: more than one negative sign")}}function z(b,C,c=10){if(c!==10&&c!==16)throw new Error("Unsupported base");let{x:e,y:n,shift:r}=H(b,C);const a=g(e)?16:10,i=g(n)?16:10;e=I(e),n=I(n);const l=new M.default(e,a),f=new M.default(n,i);let s=l.add(f).toString(c);return s=Y(s,r),c===10?s:s.replace(/^(-)?/,"$10x")}A.add=z;function te(b,C,c=10){if(c!==10&&c!==16)throw new Error("Unsupported base");let{x:e,y:n,shift:r}=H(b,C);const a=g(e)?16:10,i=g(n)?16:10;e=I(e),n=I(n);const l=new M.default(e,a),f=new M.default(n,i);let s=l.mul(f).toString(c);return s=Y(s,r*2),c===10?s:s.replace(/^(-)?/,"$10x")}A.mul=te;function se(b,C,c=10){if(c!==10&&c!==16)throw new Error("Unsupported base");let{x:e,y:n,shift:r}=H(b,C);const a=g(e)?16:10,i=g(n)?16:10;e=I(e),n=I(n);const l=new M.default(e,a),f=new M.default(n,i);let s=l.sub(f).toString(c);return s=Y(s,r),c===10?s:s.replace(/^(-)?/,"$10x")}A.sub=se;function ee(b,C,c=0,e=10){if(e!==10&&c>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}=H(b,C,c);const a=g(n)?16:10,i=g(r)?16:10;n=I(n),r=I(r);const l=new M.default(n,a),f=new M.default(r,i);let s=l.div(f).toString(e);return s=Y(s,c),e===10?s:s.replace(/^(-)?/,"$10x")}A.div=ee;function J(b,C){let{x:c,y:e}=H(b,C);const n=g(c)?16:10,r=g(e)?16:10;c=I(c),e=I(e);const a=new M.default(c,n),i=new M.default(e,r);return a.lt(i)}A.lt=J;function R(b,C){let{x:c,y:e}=H(b,C);const n=g(c)?16:10,r=g(e)?16:10;c=I(c),e=I(e);const a=new M.default(c,n),i=new M.default(e,r);return a.lte(i)}A.lte=R;function X(b,C){let{x:c,y:e}=H(b,C);const n=g(c)?16:10,r=g(e)?16:10;c=I(c),e=I(e);const a=new M.default(c,n),i=new M.default(e,r);return a.gt(i)}A.gt=X;function ie(b,C){let{x:c,y:e}=H(b,C);const n=g(c)?16:10,r=g(e)?16:10;c=I(c),e=I(e);const a=new M.default(c,n),i=new M.default(e,r);return a.gte(i)}A.gte=ie;function pe(b,C){let{x:c,y:e}=H(b,C);const n=g(c)?16:10,r=g(e)?16:10;c=I(c),e=I(e);const a=new M.default(c,n),i=new M.default(e,r);return a.eq(i)}A.eq=pe;function le(b,C,c=10){let{x:e,y:n,shift:r}=H(b,C);const a=g(e)?16:10,i=g(n)?16:10;e=I(e),n=I(n);const l=new M.default(e,a),f=new M.default(n,i);let s;return l.lte(f)?s=l.toString(c):s=f.toString(c),s=Y(s,r),c===10?s:s.replace(/^(-)?/,"$10x")}A.min=le;function ge(b,C=10){if(C!==10&&C!==16)throw new Error("Unsupported base");let{x:c,shift:e}=H(b,"0");const n=g(b)?16:10;c=I(c);let a=new M.default(c,n).abs().toString(C);return a=Y(a,e),C===10?a:a.replace(/^(-)?/,"$10x")}A.abs=ge;function T(b,C,c=10){let{x:e,y:n,shift:r}=H(b,C);const a=g(e)?16:10,i=g(n)?16:10;e=I(e),n=I(n);const l=new M.default(e,a),f=new M.default(n,i);let s;return l.gte(f)?s=l.toString(c):s=f.toString(c),s=Y(s,r),c===10?s:s.replace(/^(-)?/,"$10x")}A.max=T;function U(b,C,c=0){var e,n;L(C);let r=!1,a="",i=C;i.includes("-")&&(r=!0,i=i.replace(/^-+/,""));const[l,f=""]=i.split("."),s=i.indexOf("."),t=s!==-1?s-c:i.length-c,d=l+f;if(b==="round"){const oe=(e=d[t])!==null&&e!==void 0?e:"0";ie(oe,"5")?b="ceil":b="floor"}const P=Math.max(d.length-t+1,0),E=new Array(P).join("0");let x=d.substring(0,t)+E;const W=X(d.substring(t),"0");if(b==="ceil"&&W){const oe="1"+E,We=((n=x.match(/^0+/))!==null&&n!==void 0?n:[""])[0].length;x=new Array(We).join("0")+z(x,oe)}const $=s+(x.length-d.length);return s!==-1?a=x.substring(0,$)+"."+x.substring($):a=x,a=S(a),r&&a!=="0"&&(a="-"+a),a}const B=(b,C)=>U("floor",b,C);A.floor=B;const ae=(b,C)=>U("ceil",b,C);A.ceil=ae;const ne=(b,C)=>U("round",b,C);A.round=ne;function ce(b,C=2,c=8){L(b);let e=!1,n="",r=b;r.includes("-")&&(e=!0,r=r.replace(/^-+/,"")),r=S(r);const a=r.indexOf(".");if(a===-1)n=r+"."+m("",C);else{const i=r.length-a-1;i>c?n=r.substr(0,r.length-(i-c)):i<C?n=r+m("",C-i):n=r}return n=n.replace(/\.+$/,""),e&&n!=="0"&&(n="-"+n),n}A.toFixed=ce;function re(b){if(b.match(/^[0-1]+$/g)===null)throw new Error("InvalidLogInputValue: Must be a power of 10");if(!b.startsWith("1"))throw new Error("InvalidLogInputValue: Must not have leading zeros");if((b.match(/1/g)||[]).length>1)throw new Error("InvalidLogInputValue: Must be power of 10.");return(b.match(/0/g)||[]).length}A.log10=re},13550:function(F,A,o){F=o.nmd(F),function(h,M){"use strict";function g(c,e){if(!c)throw new Error(e||"Assertion failed")}function I(c,e){c.super_=e;var n=function(){};n.prototype=e.prototype,c.prototype=new n,c.prototype.constructor=c}function m(c,e,n){if(m.isBN(c))return c;this.negative=0,this.words=null,this.length=0,this.red=null,c!==null&&((e==="le"||e==="be")&&(n=e,e=10),this._init(c||0,e||10,n||"be"))}typeof h=="object"?h.exports=m:M.BN=m,m.BN=m,m.wordSize=26;var S;try{typeof window<"u"&&typeof window.Buffer<"u"?S=window.Buffer:S=o(46601).Buffer}catch{}m.isBN=function(e){return e instanceof m?!0:e!==null&&typeof e=="object"&&e.constructor.wordSize===m.wordSize&&Array.isArray(e.words)},m.max=function(e,n){return e.cmp(n)>0?e:n},m.min=function(e,n){return e.cmp(n)<0?e:n},m.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),g(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)))},m.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):(g(e<9007199254740992),this.words=[e&67108863,e/67108864&67108863,1],this.length=3),r==="le"&&this._initArray(this.toArray(),n,r)},m.prototype._initArray=function(e,n,r){if(g(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,l,f=0;if(r==="be")for(a=e.length-1,i=0;a>=0;a-=3)l=e[a]|e[a-1]<<8|e[a-2]<<16,this.words[i]|=l<<f&67108863,this.words[i+1]=l>>>26-f&67108863,f+=24,f>=26&&(f-=26,i++);else if(r==="le")for(a=0,i=0;a<e.length;a+=3)l=e[a]|e[a+1]<<8|e[a+2]<<16,this.words[i]|=l<<f&67108863,this.words[i+1]=l>>>26-f&67108863,f+=24,f>=26&&(f-=26,i++);return this._strip()};function Y(c,e){var n=c.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;g(!1,"Invalid character in "+c)}function H(c,e,n){var r=Y(c,n);return n-1>=e&&(r|=Y(c,n-1)<<4),r}m.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,l=0,f;if(r==="be")for(a=e.length-1;a>=n;a-=2)f=H(e,n,a)<<i,this.words[l]|=f&67108863,i>=18?(i-=18,l+=1,this.words[l]|=f>>>26):i+=8;else{var s=e.length-n;for(a=s%2===0?n+1:n;a<e.length;a+=2)f=H(e,n,a)<<i,this.words[l]|=f&67108863,i>=18?(i-=18,l+=1,this.words[l]|=f>>>26):i+=8}this._strip()};function L(c,e,n,r){for(var a=0,i=0,l=Math.min(c.length,n),f=e;f<l;f++){var s=c.charCodeAt(f)-48;a*=r,s>=49?i=s-49+10:s>=17?i=s-17+10:i=s,g(s>=0&&i<r,"Invalid character"),a+=i}return a}m.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 l=e.length-r,f=l%a,s=Math.min(l,l-f)+r,t=0,d=r;d<s;d+=a)t=L(e,d,d+a,n),this.imuln(i),this.words[0]+t<67108864?this.words[0]+=t:this._iaddn(t);if(f!==0){var P=1;for(t=L(e,d,e.length,n),d=0;d<f;d++)P*=n;this.imuln(P),this.words[0]+t<67108864?this.words[0]+=t:this._iaddn(t)}this._strip()},m.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 z(c,e){c.words=e.words,c.length=e.length,c.negative=e.negative,c.red=e.red}if(m.prototype._move=function(e){z(e,this)},m.prototype.clone=function(){var e=new m(null);return this.copy(e),e},m.prototype._expand=function(e){for(;this.length<e;)this.words[this.length++]=0;return this},m.prototype._strip=function(){for(;this.length>1&&this.words[this.length-1]===0;)this.length--;return this._normSign()},m.prototype._normSign=function(){return this.length===1&&this.words[0]===0&&(this.negative=0),this},typeof Symbol<"u"&&typeof Symbol.for=="function")try{m.prototype[Symbol.for("nodejs.util.inspect.custom")]=te}catch{m.prototype.inspect=te}else m.prototype.inspect=te;function te(){return(this.red?"<BN-R: ":"<BN: ")+this.toString(16)+">"}var se=["","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"],ee=[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],J=[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];m.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,l=0;l<this.length;l++){var f=this.words[l],s=((f<<a|i)&16777215).toString(16);i=f>>>24-a&16777215,a+=2,a>=26&&(a-=26,l--),i!==0||l!==this.length-1?r=se[6-s.length]+s+r:r=s+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=ee[e],d=J[e];r="";var P=this.clone();for(P.negative=0;!P.isZero();){var E=P.modrn(d).toString(e);P=P.idivn(d),P.isZero()?r=E+r:r=se[t-E.length]+E+r}for(this.isZero()&&(r="0"+r);r.length%n!==0;)r="0"+r;return this.negative!==0&&(r="-"+r),r}g(!1,"Base should be between 2 and 36")},m.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&&g(!1,"Number can only safely store up to 53 bits"),this.negative!==0?-e:e},m.prototype.toJSON=function(){return this.toString(16,2)},S&&(m.prototype.toBuffer=function(e,n){return this.toArrayLike(S,e,n)}),m.prototype.toArray=function(e,n){return this.toArrayLike(Array,e,n)};var R=function(e,n){return e.allocUnsafe?e.allocUnsafe(n):new e(n)};m.prototype.toArrayLike=function(e,n,r){this._strip();var a=this.byteLength(),i=r||Math.max(1,a);g(a<=i,"byte array longer than desired length"),g(i>0,"Requested array length <= 0");var l=R(e,i),f=n==="le"?"LE":"BE";return this["_toArrayLike"+f](l,a),l},m.prototype._toArrayLikeLE=function(e,n){for(var r=0,a=0,i=0,l=0;i<this.length;i++){var f=this.words[i]<<l|a;e[r++]=f&255,r<e.length&&(e[r++]=f>>8&255),r<e.length&&(e[r++]=f>>16&255),l===6?(r<e.length&&(e[r++]=f>>24&255),a=0,l=0):(a=f>>>24,l+=2)}if(r<e.length)for(e[r++]=a;r<e.length;)e[r++]=0},m.prototype._toArrayLikeBE=function(e,n){for(var r=e.length-1,a=0,i=0,l=0;i<this.length;i++){var f=this.words[i]<<l|a;e[r--]=f&255,r>=0&&(e[r--]=f>>8&255),r>=0&&(e[r--]=f>>16&255),l===6?(r>=0&&(e[r--]=f>>24&255),a=0,l=0):(a=f>>>24,l+=2)}if(r>=0)for(e[r--]=a;r>=0;)e[r--]=0},Math.clz32?m.prototype._countBits=function(e){return 32-Math.clz32(e)}:m.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},m.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},m.prototype.bitLength=function(){var e=this.words[this.length-1],n=this._countBits(e);return(this.length-1)*26+n};function X(c){for(var e=new Array(c.bitLength()),n=0;n<e.length;n++){var r=n/26|0,a=n%26;e[n]=c.words[r]>>>a&1}return e}m.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},m.prototype.byteLength=function(){return Math.ceil(this.bitLength()/8)},m.prototype.toTwos=function(e){return this.negative!==0?this.abs().inotn(e).iaddn(1):this.clone()},m.prototype.fromTwos=function(e){return this.testn(e-1)?this.notn(e).iaddn(1).ineg():this.clone()},m.prototype.isNeg=function(){return this.negative!==0},m.prototype.neg=function(){return this.clone().ineg()},m.prototype.ineg=function(){return this.isZero()||(this.negative^=1),this},m.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()},m.prototype.ior=function(e){return g((this.negative|e.negative)===0),this.iuor(e)},m.prototype.or=function(e){return this.length>e.length?this.clone().ior(e):e.clone().ior(this)},m.prototype.uor=function(e){return this.length>e.length?this.clone().iuor(e):e.clone().iuor(this)},m.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()},m.prototype.iand=function(e){return g((this.negative|e.negative)===0),this.iuand(e)},m.prototype.and=function(e){return this.length>e.length?this.clone().iand(e):e.clone().iand(this)},m.prototype.uand=function(e){return this.length>e.length?this.clone().iuand(e):e.clone().iuand(this)},m.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()},m.prototype.ixor=function(e){return g((this.negative|e.negative)===0),this.iuxor(e)},m.prototype.xor=function(e){return this.length>e.length?this.clone().ixor(e):e.clone().ixor(this)},m.prototype.uxor=function(e){return this.length>e.length?this.clone().iuxor(e):e.clone().iuxor(this)},m.prototype.inotn=function(e){g(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()},m.prototype.notn=function(e){return this.clone().inotn(e)},m.prototype.setn=function(e,n){g(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()},m.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,l=0;l<a.length;l++)n=(r.words[l]|0)+(a.words[l]|0)+i,this.words[l]=n&67108863,i=n>>>26;for(;i!==0&&l<r.length;l++)n=(r.words[l]|0)+i,this.words[l]=n&67108863,i=n>>>26;if(this.length=r.length,i!==0)this.words[this.length]=i,this.length++;else if(r!==this)for(;l<r.length;l++)this.words[l]=r.words[l];return this},m.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)},m.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 l=0,f=0;f<i.length;f++)n=(a.words[f]|0)-(i.words[f]|0)+l,l=n>>26,this.words[f]=n&67108863;for(;l!==0&&f<a.length;f++)n=(a.words[f]|0)+l,l=n>>26,this.words[f]=n&67108863;if(l===0&&f<a.length&&a!==this)for(;f<a.length;f++)this.words[f]=a.words[f];return this.length=Math.max(this.length,f),a!==this&&(this.negative=1),this._strip()},m.prototype.sub=function(e){return this.clone().isub(e)};function ie(c,e,n){n.negative=e.negative^c.negative;var r=c.length+e.length|0;n.length=r,r=r-1|0;var a=c.words[0]|0,i=e.words[0]|0,l=a*i,f=l&67108863,s=l/67108864|0;n.words[0]=f;for(var t=1;t<r;t++){for(var d=s>>>26,P=s&67108863,E=Math.min(t,e.length-1),x=Math.max(0,t-c.length+1);x<=E;x++){var W=t-x|0;a=c.words[W]|0,i=e.words[x]|0,l=a*i+P,d+=l/67108864|0,P=l&67108863}n.words[t]=P|0,s=d|0}return s!==0?n.words[t]=s|0:n.length--,n._strip()}var pe=function(e,n,r){var a=e.words,i=n.words,l=r.words,f=0,s,t,d,P=a[0]|0,E=P&8191,x=P>>>13,W=a[1]|0,$=W&8191,oe=W>>>13,We=a[2]|0,de=We&8191,fe=We>>>13,r0=a[3]|0,be=r0&8191,Ee=r0>>>13,$e=a[4]|0,Se=$e&8191,Ie=$e>>>13,Ze=a[5]|0,Ce=Ze&8191,Ne=Ze>>>13,ze=a[6]|0,Me=ze&8191,Te=ze>>>13,Ye=a[7]|0,xe=Ye&8191,ve=Ye>>>13,a0=a[8]|0,Fe=a0&8191,we=a0>>>13,Je=a[9]|0,Ae=Je&8191,Pe=Je>>>13,o0=i[0]|0,V=o0&8191,j=o0>>>13,k=i[1]|0,Q=k&8191,Z=k>>>13,ye=i[2]|0,_=ye&8191,D=ye>>>13,N=i[3]|0,O=N&8191,ke=N>>>13,v0=i[4]|0,Be=v0&8191,Le=v0>>>13,g0=i[5]|0,Re=g0&8191,De=g0>>>13,C0=i[6]|0,Oe=C0&8191,Ve=C0>>>13,b0=i[7]|0,Ue=b0&8191,He=b0>>>13,i0=i[8]|0,Ke=i0&8191,Ge=i0>>>13,s0=i[9]|0,je=s0&8191,Xe=s0>>>13;r.negative=e.negative^n.negative,r.length=19,s=Math.imul(E,V),t=Math.imul(E,j),t=t+Math.imul(x,V)|0,d=Math.imul(x,j);var Qe=(f+s|0)+((t&8191)<<13)|0;f=(d+(t>>>13)|0)+(Qe>>>26)|0,Qe&=67108863,s=Math.imul($,V),t=Math.imul($,j),t=t+Math.imul(oe,V)|0,d=Math.imul(oe,j),s=s+Math.imul(E,Q)|0,t=t+Math.imul(E,Z)|0,t=t+Math.imul(x,Q)|0,d=d+Math.imul(x,Z)|0;var w0=(f+s|0)+((t&8191)<<13)|0;f=(d+(t>>>13)|0)+(w0>>>26)|0,w0&=67108863,s=Math.imul(de,V),t=Math.imul(de,j),t=t+Math.imul(fe,V)|0,d=Math.imul(fe,j),s=s+Math.imul($,Q)|0,t=t+Math.imul($,Z)|0,t=t+Math.imul(oe,Q)|0,d=d+Math.imul(oe,Z)|0,s=s+Math.imul(E,_)|0,t=t+Math.imul(E,D)|0,t=t+Math.imul(x,_)|0,d=d+Math.imul(x,D)|0;var qe=(f+s|0)+((t&8191)<<13)|0;f=(d+(t>>>13)|0)+(qe>>>26)|0,qe&=67108863,s=Math.imul(be,V),t=Math.imul(be,j),t=t+Math.imul(Ee,V)|0,d=Math.imul(Ee,j),s=s+Math.imul(de,Q)|0,t=t+Math.imul(de,Z)|0,t=t+Math.imul(fe,Q)|0,d=d+Math.imul(fe,Z)|0,s=s+Math.imul($,_)|0,t=t+Math.imul($,D)|0,t=t+Math.imul(oe,_)|0,d=d+Math.imul(oe,D)|0,s=s+Math.imul(E,O)|0,t=t+Math.imul(E,ke)|0,t=t+Math.imul(x,O)|0,d=d+Math.imul(x,ke)|0;var A0=(f+s|0)+((t&8191)<<13)|0;f=(d+(t>>>13)|0)+(A0>>>26)|0,A0&=67108863,s=Math.imul(Se,V),t=Math.imul(Se,j),t=t+Math.imul(Ie,V)|0,d=Math.imul(Ie,j),s=s+Math.imul(be,Q)|0,t=t+Math.imul(be,Z)|0,t=t+Math.imul(Ee,Q)|0,d=d+Math.imul(Ee,Z)|0,s=s+Math.imul(de,_)|0,t=t+Math.imul(de,D)|0,t=t+Math.imul(fe,_)|0,d=d+Math.imul(fe,D)|0,s=s+Math.imul($,O)|0,t=t+Math.imul($,ke)|0,t=t+Math.imul(oe,O)|0,d=d+Math.imul(oe,ke)|0,s=s+Math.imul(E,Be)|0,t=t+Math.imul(E,Le)|0,t=t+Math.imul(x,Be)|0,d=d+Math.imul(x,Le)|0;var c0=(f+s|0)+((t&8191)<<13)|0;f=(d+(t>>>13)|0)+(c0>>>26)|0,c0&=67108863,s=Math.imul(Ce,V),t=Math.imul(Ce,j),t=t+Math.imul(Ne,V)|0,d=Math.imul(Ne,j),s=s+Math.imul(Se,Q)|0,t=t+Math.imul(Se,Z)|0,t=t+Math.imul(Ie,Q)|0,d=d+Math.imul(Ie,Z)|0,s=s+Math.imul(be,_)|0,t=t+Math.imul(be,D)|0,t=t+Math.imul(Ee,_)|0,d=d+Math.imul(Ee,D)|0,s=s+Math.imul(de,O)|0,t=t+Math.imul(de,ke)|0,t=t+Math.imul(fe,O)|0,d=d+Math.imul(fe,ke)|0,s=s+Math.imul($,Be)|0,t=t+Math.imul($,Le)|0,t=t+Math.imul(oe,Be)|0,d=d+Math.imul(oe,Le)|0,s=s+Math.imul(E,Re)|0,t=t+Math.imul(E,De)|0,t=t+Math.imul(x,Re)|0,d=d+Math.imul(x,De)|0;var d0=(f+s|0)+((t&8191)<<13)|0;f=(d+(t>>>13)|0)+(d0>>>26)|0,d0&=67108863,s=Math.imul(Me,V),t=Math.imul(Me,j),t=t+Math.imul(Te,V)|0,d=Math.imul(Te,j),s=s+Math.imul(Ce,Q)|0,t=t+Math.imul(Ce,Z)|0,t=t+Math.imul(Ne,Q)|0,d=d+Math.imul(Ne,Z)|0,s=s+Math.imul(Se,_)|0,t=t+Math.imul(Se,D)|0,t=t+Math.imul(Ie,_)|0,d=d+Math.imul(Ie,D)|0,s=s+Math.imul(be,O)|0,t=t+Math.imul(be,ke)|0,t=t+Math.imul(Ee,O)|0,d=d+Math.imul(Ee,ke)|0,s=s+Math.imul(de,Be)|0,t=t+Math.imul(de,Le)|0,t=t+Math.imul(fe,Be)|0,d=d+Math.imul(fe,Le)|0,s=s+Math.imul($,Re)|0,t=t+Math.imul($,De)|0,t=t+Math.imul(oe,Re)|0,d=d+Math.imul(oe,De)|0,s=s+Math.imul(E,Oe)|0,t=t+Math.imul(E,Ve)|0,t=t+Math.imul(x,Oe)|0,d=d+Math.imul(x,Ve)|0;var l0=(f+s|0)+((t&8191)<<13)|0;f=(d+(t>>>13)|0)+(l0>>>26)|0,l0&=67108863,s=Math.imul(xe,V),t=Math.imul(xe,j),t=t+Math.imul(ve,V)|0,d=Math.imul(ve,j),s=s+Math.imul(Me,Q)|0,t=t+Math.imul(Me,Z)|0,t=t+Math.imul(Te,Q)|0,d=d+Math.imul(Te,Z)|0,s=s+Math.imul(Ce,_)|0,t=t+Math.imul(Ce,D)|0,t=t+Math.imul(Ne,_)|0,d=d+Math.imul(Ne,D)|0,s=s+Math.imul(Se,O)|0,t=t+Math.imul(Se,ke)|0,t=t+Math.imul(Ie,O)|0,d=d+Math.imul(Ie,ke)|0,s=s+Math.imul(be,Be)|0,t=t+Math.imul(be,Le)|0,t=t+Math.imul(Ee,Be)|0,d=d+Math.imul(Ee,Le)|0,s=s+Math.imul(de,Re)|0,t=t+Math.imul(de,De)|0,t=t+Math.imul(fe,Re)|0,d=d+Math.imul(fe,De)|0,s=s+Math.imul($,Oe)|0,t=t+Math.imul($,Ve)|0,t=t+Math.imul(oe,Oe)|0,d=d+Math.imul(oe,Ve)|0,s=s+Math.imul(E,Ue)|0,t=t+Math.imul(E,He)|0,t=t+Math.imul(x,Ue)|0,d=d+Math.imul(x,He)|0;var _e=(f+s|0)+((t&8191)<<13)|0;f=(d+(t>>>13)|0)+(_e>>>26)|0,_e&=67108863,s=Math.imul(Fe,V),t=Math.imul(Fe,j),t=t+Math.imul(we,V)|0,d=Math.imul(we,j),s=s+Math.imul(xe,Q)|0,t=t+Math.imul(xe,Z)|0,t=t+Math.imul(ve,Q)|0,d=d+Math.imul(ve,Z)|0,s=s+Math.imul(Me,_)|0,t=t+Math.imul(Me,D)|0,t=t+Math.imul(Te,_)|0,d=d+Math.imul(Te,D)|0,s=s+Math.imul(Ce,O)|0,t=t+Math.imul(Ce,ke)|0,t=t+Math.imul(Ne,O)|0,d=d+Math.imul(Ne,ke)|0,s=s+Math.imul(Se,Be)|0,t=t+Math.imul(Se,Le)|0,t=t+Math.imul(Ie,Be)|0,d=d+Math.imul(Ie,Le)|0,s=s+Math.imul(be,Re)|0,t=t+Math.imul(be,De)|0,t=t+Math.imul(Ee,Re)|0,d=d+Math.imul(Ee,De)|0,s=s+Math.imul(de,Oe)|0,t=t+Math.imul(de,Ve)|0,t=t+Math.imul(fe,Oe)|0,d=d+Math.imul(fe,Ve)|0,s=s+Math.imul($,Ue)|0,t=t+Math.imul($,He)|0,t=t+Math.imul(oe,Ue)|0,d=d+Math.imul(oe,He)|0,s=s+Math.imul(E,Ke)|0,t=t+Math.imul(E,Ge)|0,t=t+Math.imul(x,Ke)|0,d=d+Math.imul(x,Ge)|0;var f0=(f+s|0)+((t&8191)<<13)|0;f=(d+(t>>>13)|0)+(f0>>>26)|0,f0&=67108863,s=Math.imul(Ae,V),t=Math.imul(Ae,j),t=t+Math.imul(Pe,V)|0,d=Math.imul(Pe,j),s=s+Math.imul(Fe,Q)|0,t=t+Math.imul(Fe,Z)|0,t=t+Math.imul(we,Q)|0,d=d+Math.imul(we,Z)|0,s=s+Math.imul(xe,_)|0,t=t+Math.imul(xe,D)|0,t=t+Math.imul(ve,_)|0,d=d+Math.imul(ve,D)|0,s=s+Math.imul(Me,O)|0,t=t+Math.imul(Me,ke)|0,t=t+Math.imul(Te,O)|0,d=d+Math.imul(Te,ke)|0,s=s+Math.imul(Ce,Be)|0,t=t+Math.imul(Ce,Le)|0,t=t+Math.imul(Ne,Be)|0,d=d+Math.imul(Ne,Le)|0,s=s+Math.imul(Se,Re)|0,t=t+Math.imul(Se,De)|0,t=t+Math.imul(Ie,Re)|0,d=d+Math.imul(Ie,De)|0,s=s+Math.imul(be,Oe)|0,t=t+Math.imul(be,Ve)|0,t=t+Math.imul(Ee,Oe)|0,d=d+Math.imul(Ee,Ve)|0,s=s+Math.imul(de,Ue)|0,t=t+Math.imul(de,He)|0,t=t+Math.imul(fe,Ue)|0,d=d+Math.imul(fe,He)|0,s=s+Math.imul($,Ke)|0,t=t+Math.imul($,Ge)|0,t=t+Math.imul(oe,Ke)|0,d=d+Math.imul(oe,Ge)|0,s=s+Math.imul(E,je)|0,t=t+Math.imul(E,Xe)|0,t=t+Math.imul(x,je)|0,d=d+Math.imul(x,Xe)|0;var u0=(f+s|0)+((t&8191)<<13)|0;f=(d+(t>>>13)|0)+(u0>>>26)|0,u0&=67108863,s=Math.imul(Ae,Q),t=Math.imul(Ae,Z),t=t+Math.imul(Pe,Q)|0,d=Math.imul(Pe,Z),s=s+Math.imul(Fe,_)|0,t=t+Math.imul(Fe,D)|0,t=t+Math.imul(we,_)|0,d=d+Math.imul(we,D)|0,s=s+Math.imul(xe,O)|0,t=t+Math.imul(xe,ke)|0,t=t+Math.imul(ve,O)|0,d=d+Math.imul(ve,ke)|0,s=s+Math.imul(Me,Be)|0,t=t+Math.imul(Me,Le)|0,t=t+Math.imul(Te,Be)|0,d=d+Math.imul(Te,Le)|0,s=s+Math.imul(Ce,Re)|0,t=t+Math.imul(Ce,De)|0,t=t+Math.imul(Ne,Re)|0,d=d+Math.imul(Ne,De)|0,s=s+Math.imul(Se,Oe)|0,t=t+Math.imul(Se,Ve)|0,t=t+Math.imul(Ie,Oe)|0,d=d+Math.imul(Ie,Ve)|0,s=s+Math.imul(be,Ue)|0,t=t+Math.imul(be,He)|0,t=t+Math.imul(Ee,Ue)|0,d=d+Math.imul(Ee,He)|0,s=s+Math.imul(de,Ke)|0,t=t+Math.imul(de,Ge)|0,t=t+Math.imul(fe,Ke)|0,d=d+Math.imul(fe,Ge)|0,s=s+Math.imul($,je)|0,t=t+Math.imul($,Xe)|0,t=t+Math.imul(oe,je)|0,d=d+Math.imul(oe,Xe)|0;var e0=(f+s|0)+((t&8191)<<13)|0;f=(d+(t>>>13)|0)+(e0>>>26)|0,e0&=67108863,s=Math.imul(Ae,_),t=Math.imul(Ae,D),t=t+Math.imul(Pe,_)|0,d=Math.imul(Pe,D),s=s+Math.imul(Fe,O)|0,t=t+Math.imul(Fe,ke)|0,t=t+Math.imul(we,O)|0,d=d+Math.imul(we,ke)|0,s=s+Math.imul(xe,Be)|0,t=t+Math.imul(xe,Le)|0,t=t+Math.imul(ve,Be)|0,d=d+Math.imul(ve,Le)|0,s=s+Math.imul(Me,Re)|0,t=t+Math.imul(Me,De)|0,t=t+Math.imul(Te,Re)|0,d=d+Math.imul(Te,De)|0,s=s+Math.imul(Ce,Oe)|0,t=t+Math.imul(Ce,Ve)|0,t=t+Math.imul(Ne,Oe)|0,d=d+Math.imul(Ne,Ve)|0,s=s+Math.imul(Se,Ue)|0,t=t+Math.imul(Se,He)|0,t=t+Math.imul(Ie,Ue)|0,d=d+Math.imul(Ie,He)|0,s=s+Math.imul(be,Ke)|0,t=t+Math.imul(be,Ge)|0,t=t+Math.imul(Ee,Ke)|0,d=d+Math.imul(Ee,Ge)|0,s=s+Math.imul(de,je)|0,t=t+Math.imul(de,Xe)|0,t=t+Math.imul(fe,je)|0,d=d+Math.imul(fe,Xe)|0;var h0=(f+s|0)+((t&8191)<<13)|0;f=(d+(t>>>13)|0)+(h0>>>26)|0,h0&=67108863,s=Math.imul(Ae,O),t=Math.imul(Ae,ke),t=t+Math.imul(Pe,O)|0,d=Math.imul(Pe,ke),s=s+Math.imul(Fe,Be)|0,t=t+Math.imul(Fe,Le)|0,t=t+Math.imul(we,Be)|0,d=d+Math.imul(we,Le)|0,s=s+Math.imul(xe,Re)|0,t=t+Math.imul(xe,De)|0,t=t+Math.imul(ve,Re)|0,d=d+Math.imul(ve,De)|0,s=s+Math.imul(Me,Oe)|0,t=t+Math.imul(Me,Ve)|0,t=t+Math.imul(Te,Oe)|0,d=d+Math.imul(Te,Ve)|0,s=s+Math.imul(Ce,Ue)|0,t=t+Math.imul(Ce,He)|0,t=t+Math.imul(Ne,Ue)|0,d=d+Math.imul(Ne,He)|0,s=s+Math.imul(Se,Ke)|0,t=t+Math.imul(Se,Ge)|0,t=t+Math.imul(Ie,Ke)|0,d=d+Math.imul(Ie,Ge)|0,s=s+Math.imul(be,je)|0,t=t+Math.imul(be,Xe)|0,t=t+Math.imul(Ee,je)|0,d=d+Math.imul(Ee,Xe)|0;var m0=(f+s|0)+((t&8191)<<13)|0;f=(d+(t>>>13)|0)+(m0>>>26)|0,m0&=67108863,s=Math.imul(Ae,Be),t=Math.imul(Ae,Le),t=t+Math.imul(Pe,Be)|0,d=Math.imul(Pe,Le),s=s+Math.imul(Fe,Re)|0,t=t+Math.imul(Fe,De)|0,t=t+Math.imul(we,Re)|0,d=d+Math.imul(we,De)|0,s=s+Math.imul(xe,Oe)|0,t=t+Math.imul(xe,Ve)|0,t=t+Math.imul(ve,Oe)|0,d=d+Math.imul(ve,Ve)|0,s=s+Math.imul(Me,Ue)|0,t=t+Math.imul(Me,He)|0,t=t+Math.imul(Te,Ue)|0,d=d+Math.imul(Te,He)|0,s=s+Math.imul(Ce,Ke)|0,t=t+Math.imul(Ce,Ge)|0,t=t+Math.imul(Ne,Ke)|0,d=d+Math.imul(Ne,Ge)|0,s=s+Math.imul(Se,je)|0,t=t+Math.imul(Se,Xe)|0,t=t+Math.imul(Ie,je)|0,d=d+Math.imul(Ie,Xe)|0;var t0=(f+s|0)+((t&8191)<<13)|0;f=(d+(t>>>13)|0)+(t0>>>26)|0,t0&=67108863,s=Math.imul(Ae,Re),t=Math.imul(Ae,De),t=t+Math.imul(Pe,Re)|0,d=Math.imul(Pe,De),s=s+Math.imul(Fe,Oe)|0,t=t+Math.imul(Fe,Ve)|0,t=t+Math.imul(we,Oe)|0,d=d+Math.imul(we,Ve)|0,s=s+Math.imul(xe,Ue)|0,t=t+Math.imul(xe,He)|0,t=t+Math.imul(ve,Ue)|0,d=d+Math.imul(ve,He)|0,s=s+Math.imul(Me,Ke)|0,t=t+Math.imul(Me,Ge)|0,t=t+Math.imul(Te,Ke)|0,d=d+Math.imul(Te,Ge)|0,s=s+Math.imul(Ce,je)|0,t=t+Math.imul(Ce,Xe)|0,t=t+Math.imul(Ne,je)|0,d=d+Math.imul(Ne,Xe)|0;var S0=(f+s|0)+((t&8191)<<13)|0;f=(d+(t>>>13)|0)+(S0>>>26)|0,S0&=67108863,s=Math.imul(Ae,Oe),t=Math.imul(Ae,Ve),t=t+Math.imul(Pe,Oe)|0,d=Math.imul(Pe,Ve),s=s+Math.imul(Fe,Ue)|0,t=t+Math.imul(Fe,He)|0,t=t+Math.imul(we,Ue)|0,d=d+Math.imul(we,He)|0,s=s+Math.imul(xe,Ke)|0,t=t+Math.imul(xe,Ge)|0,t=t+Math.imul(ve,Ke)|0,d=d+Math.imul(ve,Ge)|0,s=s+Math.imul(Me,je)|0,t=t+Math.imul(Me,Xe)|0,t=t+Math.imul(Te,je)|0,d=d+Math.imul(Te,Xe)|0;var n0=(f+s|0)+((t&8191)<<13)|0;f=(d+(t>>>13)|0)+(n0>>>26)|0,n0&=67108863,s=Math.imul(Ae,Ue),t=Math.imul(Ae,He),t=t+Math.imul(Pe,Ue)|0,d=Math.imul(Pe,He),s=s+Math.imul(Fe,Ke)|0,t=t+Math.imul(Fe,Ge)|0,t=t+Math.imul(we,Ke)|0,d=d+Math.imul(we,Ge)|0,s=s+Math.imul(xe,je)|0,t=t+Math.imul(xe,Xe)|0,t=t+Math.imul(ve,je)|0,d=d+Math.imul(ve,Xe)|0;var I0=(f+s|0)+((t&8191)<<13)|0;f=(d+(t>>>13)|0)+(I0>>>26)|0,I0&=67108863,s=Math.imul(Ae,Ke),t=Math.imul(Ae,Ge),t=t+Math.imul(Pe,Ke)|0,d=Math.imul(Pe,Ge),s=s+Math.imul(Fe,je)|0,t=t+Math.imul(Fe,Xe)|0,t=t+Math.imul(we,je)|0,d=d+Math.imul(we,Xe)|0;var p0=(f+s|0)+((t&8191)<<13)|0;f=(d+(t>>>13)|0)+(p0>>>26)|0,p0&=67108863,s=Math.imul(Ae,je),t=Math.imul(Ae,Xe),t=t+Math.imul(Pe,je)|0,d=Math.imul(Pe,Xe);var y0=(f+s|0)+((t&8191)<<13)|0;return f=(d+(t>>>13)|0)+(y0>>>26)|0,y0&=67108863,l[0]=Qe,l[1]=w0,l[2]=qe,l[3]=A0,l[4]=c0,l[5]=d0,l[6]=l0,l[7]=_e,l[8]=f0,l[9]=u0,l[10]=e0,l[11]=h0,l[12]=m0,l[13]=t0,l[14]=S0,l[15]=n0,l[16]=I0,l[17]=p0,l[18]=y0,f!==0&&(l[19]=f,r.length++),r};Math.imul||(pe=ie);function le(c,e,n){n.negative=e.negative^c.negative,n.length=c.length+e.length;for(var r=0,a=0,i=0;i<n.length-1;i++){var l=a;a=0;for(var f=r&67108863,s=Math.min(i,e.length-1),t=Math.max(0,i-c.length+1);t<=s;t++){var d=i-t,P=c.words[d]|0,E=e.words[t]|0,x=P*E,W=x&67108863;l=l+(x/67108864|0)|0,W=W+f|0,f=W&67108863,l=l+(W>>>26)|0,a+=l>>>26,l&=67108863}n.words[i]=f,r=l,l=a}return r!==0?n.words[i]=r:n.length--,n._strip()}function ge(c,e,n){return le(c,e,n)}m.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=ie(this,e,n):a<1024?r=le(this,e,n):r=ge(this,e,n),r};function T(c,e){this.x=c,this.y=e}T.prototype.makeRBT=function(e){for(var n=new Array(e),r=m.prototype._countBits(e)-1,a=0;a<e;a++)n[a]=this.revBin(a,r,e);return n},T.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},T.prototype.permute=function(e,n,r,a,i,l){for(var f=0;f<l;f++)a[f]=n[e[f]],i[f]=r[e[f]]},T.prototype.transform=function(e,n,r,a,i,l){this.permute(l,e,n,r,a,i);for(var f=1;f<i;f<<=1)for(var s=f<<1,t=Math.cos(2*Math.PI/s),d=Math.sin(2*Math.PI/s),P=0;P<i;P+=s)for(var E=t,x=d,W=0;W<f;W++){var $=r[P+W],oe=a[P+W],We=r[P+W+f],de=a[P+W+f],fe=E*We-x*de;de=E*de+x*We,We=fe,r[P+W]=$+We,a[P+W]=oe+de,r[P+W+f]=$-We,a[P+W+f]=oe-de,W!==s&&(fe=t*E-d*x,x=t*x+d*E,E=fe)}},T.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},T.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}},T.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},T.prototype.convert13b=function(e,n,r,a){for(var i=0,l=0;l<n;l++)i=i+(e[l]|0),r[2*l]=i&8191,i=i>>>13,r[2*l+1]=i&8191,i=i>>>13;for(l=2*n;l<a;++l)r[l]=0;g(i===0),g((i&-8192)===0)},T.prototype.stub=function(e){for(var n=new Array(e),r=0;r<e;r++)n[r]=0;return n},T.prototype.mulp=function(e,n,r){var a=2*this.guessLen13b(e.length,n.length),i=this.makeRBT(a),l=this.stub(a),f=new Array(a),s=new Array(a),t=new Array(a),d=new Array(a),P=new Array(a),E=new Array(a),x=r.words;x.length=a,this.convert13b(e.words,e.length,f,a),this.convert13b(n.words,n.length,d,a),this.transform(f,l,s,t,a,i),this.transform(d,l,P,E,a,i);for(var W=0;W<a;W++){var $=s[W]*P[W]-t[W]*E[W];t[W]=s[W]*E[W]+t[W]*P[W],s[W]=$}return this.conjugate(s,t,a),this.transform(s,t,x,l,a,i),this.conjugate(x,l,a),this.normalize13b(x,a),r.negative=e.negative^n.negative,r.length=e.length+n.length,r._strip()},m.prototype.mul=function(e){var n=new m(null);return n.words=new Array(this.length+e.length),this.mulTo(e,n)},m.prototype.mulf=function(e){var n=new m(null);return n.words=new Array(this.length+e.length),ge(this,e,n)},m.prototype.imul=function(e){return this.clone().mulTo(e,this)},m.prototype.imuln=function(e){var n=e<0;n&&(e=-e),g(typeof e=="number"),g(e<67108864);for(var r=0,a=0;a<this.length;a++){var i=(this.words[a]|0)*e,l=(i&67108863)+(r&67108863);r>>=26,r+=i/67108864|0,r+=l>>>26,this.words[a]=l&67108863}return r!==0&&(this.words[a]=r,this.length++),n?this.ineg():this},m.prototype.muln=function(e){return this.clone().imuln(e)},m.prototype.sqr=function(){return this.mul(this)},m.prototype.isqr=function(){return this.imul(this.clone())},m.prototype.pow=function(e){var n=X(e);if(n.length===0)return new m(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},m.prototype.iushln=function(e){g(typeof e=="number"&&e>=0);var n=e%26,r=(e-n)/26,a=67108863>>>26-n<<26-n,i;if(n!==0){var l=0;for(i=0;i<this.length;i++){var f=this.words[i]&a,s=(this.words[i]|0)-f<<n;this.words[i]=s|l,l=f>>>26-n}l&&(this.words[i]=l,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()},m.prototype.ishln=function(e){return g(this.negative===0),this.iushln(e)},m.prototype.iushrn=function(e,n,r){g(typeof e=="number"&&e>=0);var a;n?a=(n-n%26)/26:a=0;var i=e%26,l=Math.min((e-i)/26,this.length),f=67108863^67108863>>>i<<i,s=r;if(a-=l,a=Math.max(0,a),s){for(var t=0;t<l;t++)s.words[t]=this.words[t];s.length=l}if(l!==0)if(this.length>l)for(this.length-=l,t=0;t<this.length;t++)this.words[t]=this.words[t+l];else this.words[0]=0,this.length=1;var d=0;for(t=this.length-1;t>=0&&(d!==0||t>=a);t--){var P=this.words[t]|0;this.words[t]=d<<26-i|P>>>i,d=P&f}return s&&d!==0&&(s.words[s.length++]=d),this.length===0&&(this.words[0]=0,this.length=1),this._strip()},m.prototype.ishrn=function(e,n,r){return g(this.negative===0),this.iushrn(e,n,r)},m.prototype.shln=function(e){return this.clone().ishln(e)},m.prototype.ushln=function(e){return this.clone().iushln(e)},m.prototype.shrn=function(e){return this.clone().ishrn(e)},m.prototype.ushrn=function(e){return this.clone().iushrn(e)},m.prototype.testn=function(e){g(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)},m.prototype.imaskn=function(e){g(typeof e=="number"&&e>=0);var n=e%26,r=(e-n)/26;if(g(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()},m.prototype.maskn=function(e){return this.clone().imaskn(e)},m.prototype.iaddn=function(e){return g(typeof e=="number"),g(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)},m.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},m.prototype.isubn=function(e){if(g(typeof e=="number"),g(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()},m.prototype.addn=function(e){return this.clone().iaddn(e)},m.prototype.subn=function(e){return this.clone().isubn(e)},m.prototype.iabs=function(){return this.negative=0,this},m.prototype.abs=function(){return this.clone().iabs()},m.prototype._ishlnsubmul=function(e,n,r){var a=e.length+r,i;this._expand(a);var l,f=0;for(i=0;i<e.length;i++){l=(this.words[i+r]|0)+f;var s=(e.words[i]|0)*n;l-=s&67108863,f=(l>>26)-(s/67108864|0),this.words[i+r]=l&67108863}for(;i<this.length-r;i++)l=(this.words[i+r]|0)+f,f=l>>26,this.words[i+r]=l&67108863;if(f===0)return this._strip();for(g(f===-1),f=0,i=0;i<this.length;i++)l=-(this.words[i]|0)+f,f=l>>26,this.words[i]=l&67108863;return this.negative=1,this._strip()},m.prototype._wordDiv=function(e,n){var r=this.length-e.length,a=this.clone(),i=e,l=i.words[i.length-1]|0,f=this._countBits(l);r=26-f,r!==0&&(i=i.ushln(r),a.iushln(r),l=i.words[i.length-1]|0);var s=a.length-i.length,t;if(n!=="mod"){t=new m(null),t.length=s+1,t.words=new Array(t.length);for(var d=0;d<t.length;d++)t.words[d]=0}var P=a.clone()._ishlnsubmul(i,1,s);P.negative===0&&(a=P,t&&(t.words[s]=1));for(var E=s-1;E>=0;E--){var x=(a.words[i.length+E]|0)*67108864+(a.words[i.length+E-1]|0);for(x=Math.min(x/l|0,67108863),a._ishlnsubmul(i,x,E);a.negative!==0;)x--,a.negative=0,a._ishlnsubmul(i,1,E),a.isZero()||(a.negative^=1);t&&(t.words[E]=x)}return t&&t._strip(),a._strip(),n!=="div"&&r!==0&&a.iushrn(r),{div:t||null,mod:a}},m.prototype.divmod=function(e,n,r){if(g(!e.isZero()),this.isZero())return{div:new m(0),mod:new m(0)};var a,i,l;return this.negative!==0&&e.negative===0?(l=this.neg().divmod(e,n),n!=="mod"&&(a=l.div.neg()),n!=="div"&&(i=l.mod.neg(),r&&i.negative!==0&&i.iadd(e)),{div:a,mod:i}):this.negative===0&&e.negative!==0?(l=this.divmod(e.neg(),n),n!=="mod"&&(a=l.div.neg()),{div:a,mod:l.mod}):(this.negative&e.negative)!==0?(l=this.neg().divmod(e.neg(),n),n!=="div"&&(i=l.mod.neg(),r&&i.negative!==0&&i.isub(e)),{div:l.div,mod:i}):e.length>this.length||this.cmp(e)<0?{div:new m(0),mod:this}:e.length===1?n==="div"?{div:this.divn(e.words[0]),mod:null}:n==="mod"?{div:null,mod:new m(this.modrn(e.words[0]))}:{div:this.divn(e.words[0]),mod:new m(this.modrn(e.words[0]))}:this._wordDiv(e,n)},m.prototype.div=function(e){return this.divmod(e,"div",!1).div},m.prototype.mod=function(e){return this.divmod(e,"mod",!1).mod},m.prototype.umod=function(e){return this.divmod(e,"mod",!0).mod},m.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),l=r.cmp(a);return l<0||i===1&&l===0?n.div:n.div.negative!==0?n.div.isubn(1):n.div.iaddn(1)},m.prototype.modrn=function(e){var n=e<0;n&&(e=-e),g(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},m.prototype.modn=function(e){return this.modrn(e)},m.prototype.idivn=function(e){var n=e<0;n&&(e=-e),g(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},m.prototype.divn=function(e){return this.clone().idivn(e)},m.prototype.egcd=function(e){g(e.negative===0),g(!e.isZero());var n=this,r=e.clone();n.negative!==0?n=n.umod(e):n=n.clone();for(var a=new m(1),i=new m(0),l=new m(0),f=new m(1),s=0;n.isEven()&&r.isEven();)n.iushrn(1),r.iushrn(1),++s;for(var t=r.clone(),d=n.clone();!n.isZero();){for(var P=0,E=1;(n.words[0]&E)===0&&P<26;++P,E<<=1);if(P>0)for(n.iushrn(P);P-- >0;)(a.isOdd()||i.isOdd())&&(a.iadd(t),i.isub(d)),a.iushrn(1),i.iushrn(1);for(var x=0,W=1;(r.words[0]&W)===0&&x<26;++x,W<<=1);if(x>0)for(r.iushrn(x);x-- >0;)(l.isOdd()||f.isOdd())&&(l.iadd(t),f.isub(d)),l.iushrn(1),f.iushrn(1);n.cmp(r)>=0?(n.isub(r),a.isub(l),i.isub(f)):(r.isub(n),l.isub(a),f.isub(i))}return{a:l,b:f,gcd:r.iushln(s)}},m.prototype._invmp=function(e){g(e.negative===0),g(!e.isZero());var n=this,r=e.clone();n.negative!==0?n=n.umod(e):n=n.clone();for(var a=new m(1),i=new m(0),l=r.clone();n.cmpn(1)>0&&r.cmpn(1)>0;){for(var f=0,s=1;(n.words[0]&s)===0&&f<26;++f,s<<=1);if(f>0)for(n.iushrn(f);f-- >0;)a.isOdd()&&a.iadd(l),a.iushrn(1);for(var t=0,d=1;(r.words[0]&d)===0&&t<26;++t,d<<=1);if(t>0)for(r.iushrn(t);t-- >0;)i.isOdd()&&i.iadd(l),i.iushrn(1);n.cmp(r)>=0?(n.isub(r),a.isub(i)):(r.isub(n),i.isub(a))}var P;return n.cmpn(1)===0?P=a:P=i,P.cmpn(0)<0&&P.iadd(e),P},m.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 l=n;n=r,r=l}else if(i===0||r.cmpn(1)===0)break;n.isub(r)}while(!0);return r.iushln(a)},m.prototype.invm=function(e){return this.egcd(e).a.umod(e)},m.prototype.isEven=function(){return(this.words[0]&1)===0},m.prototype.isOdd=function(){return(this.words[0]&1)===1},m.prototype.andln=function(e){return this.words[0]&e},m.prototype.bincn=function(e){g(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,l=r;i!==0&&l<this.length;l++){var f=this.words[l]|0;f+=i,i=f>>>26,f&=67108863,this.words[l]=f}return i!==0&&(this.words[l]=i,this.length++),this},m.prototype.isZero=function(){return this.length===1&&this.words[0]===0},m.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),g(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},m.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},m.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},m.prototype.gtn=function(e){return this.cmpn(e)===1},m.prototype.gt=function(e){return this.cmp(e)===1},m.prototype.gten=function(e){return this.cmpn(e)>=0},m.prototype.gte=function(e){return this.cmp(e)>=0},m.prototype.ltn=function(e){return this.cmpn(e)===-1},m.prototype.lt=function(e){return this.cmp(e)===-1},m.prototype.lten=function(e){return this.cmpn(e)<=0},m.prototype.lte=function(e){return this.cmp(e)<=0},m.prototype.eqn=function(e){return this.cmpn(e)===0},m.prototype.eq=function(e){return this.cmp(e)===0},m.red=function(e){return new b(e)},m.prototype.toRed=function(e){return g(!this.red,"Already a number in reduction context"),g(this.negative===0,"red works only with positives"),e.convertTo(this)._forceRed(e)},m.prototype.fromRed=function(){return g(this.red,"fromRed works only with numbers in reduction context"),this.red.convertFrom(this)},m.prototype._forceRed=function(e){return this.red=e,this},m.prototype.forceRed=function(e){return g(!this.red,"Already a number in reduction context"),this._forceRed(e)},m.prototype.redAdd=function(e){return g(this.red,"redAdd works only with red numbers"),this.red.add(this,e)},m.prototype.redIAdd=function(e){return g(this.red,"redIAdd works only with red numbers"),this.red.iadd(this,e)},m.prototype.redSub=function(e){return g(this.red,"redSub works only with red numbers"),this.red.sub(this,e)},m.prototype.redISub=function(e){return g(this.red,"redISub works only with red numbers"),this.red.isub(this,e)},m.prototype.redShl=function(e){return g(this.red,"redShl works only with red numbers"),this.red.shl(this,e)},m.prototype.redMul=function(e){return g(this.red,"redMul works only with red numbers"),this.red._verify2(this,e),this.red.mul(this,e)},m.prototype.redIMul=function(e){return g(this.red,"redMul works only with red numbers"),this.red._verify2(this,e),this.red.imul(this,e)},m.prototype.redSqr=function(){return g(this.red,"redSqr works only with red numbers"),this.red._verify1(this),this.red.sqr(this)},m.prototype.redISqr=function(){return g(this.red,"redISqr works only with red numbers"),this.red._verify1(this),this.red.isqr(this)},m.prototype.redSqrt=function(){return g(this.red,"redSqrt works only with red numbers"),this.red._verify1(this),this.red.sqrt(this)},m.prototype.redInvm=function(){return g(this.red,"redInvm works only with red numbers"),this.red._verify1(this),this.red.invm(this)},m.prototype.redNeg=function(){return g(this.red,"redNeg works only with red numbers"),this.red._verify1(this),this.red.neg(this)},m.prototype.redPow=function(e){return g(this.red&&!e.red,"redPow(normalNum)"),this.red._verify1(this),this.red.pow(this,e)};var U={k256:null,p224:null,p192:null,p25519:null};function B(c,e){this.name=c,this.p=new m(e,16),this.n=this.p.bitLength(),this.k=new m(1).iushln(this.n).isub(this.p),this.tmp=this._tmp()}B.prototype._tmp=function(){var e=new m(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 ae(){B.call(this,"k256","ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f")}I(ae,B),ae.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 l=e.words[9];for(n.words[n.length++]=l&r,i=10;i<e.length;i++){var f=e.words[i]|0;e.words[i-10]=(f&r)<<4|l>>>22,l=f}l>>>=22,e.words[i-10]=l,l===0&&e.length>10?e.length-=10:e.length-=9},ae.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 ne(){B.call(this,"p224","ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001")}I(ne,B);function ce(){B.call(this,"p192","ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff")}I(ce,B);function re(){B.call(this,"25519","7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed")}I(re,B),re.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},m._prime=function(e){if(U[e])return U[e];var n;if(e==="k256")n=new ae;else if(e==="p224")n=new ne;else if(e==="p192")n=new ce;else if(e==="p25519")n=new re;else throw new Error("Unknown prime "+e);return U[e]=n,n};function b(c){if(typeof c=="string"){var e=m._prime(c);this.m=e.p,this.prime=e}else g(c.gtn(1),"modulus must be greater than 1"),this.m=c,this.prime=null}b.prototype._verify1=function(e){g(e.negative===0,"red works only with positives"),g(e.red,"red works only with red numbers")},b.prototype._verify2=function(e,n){g((e.negative|n.negative)===0,"red works only with positives"),g(e.red&&e.red===n.red,"red works only with red numbers")},b.prototype.imod=function(e){return this.prime?this.prime.ireduce(e)._forceRed(this):(z(e,e.umod(this.m)._forceRed(this)),e)},b.prototype.neg=function(e){return e.isZero()?e.clone():this.m.sub(e)._forceRed(this)},b.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)},b.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},b.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)},b.prototype.isub=function(e,n){this._verify2(e,n);var r=e.isub(n);return r.cmpn(0)<0&&r.iadd(this.m),r},b.prototype.shl=function(e,n){return this._verify1(e),this.imod(e.ushln(n))},b.prototype.imul=function(e,n){return this._verify2(e,n),this.imod(e.imul(n))},b.prototype.mul=function(e,n){return this._verify2(e,n),this.imod(e.mul(n))},b.prototype.isqr=function(e){return this.imul(e,e.clone())},b.prototype.sqr=function(e){return this.mul(e,e)},b.prototype.sqrt=function(e){if(e.isZero())return e.clone();var n=this.m.andln(3);if(g(n%2===1),n===3){var r=this.m.add(new m(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);g(!a.isZero());var l=new m(1).toRed(this),f=l.redNeg(),s=this.m.subn(1).iushrn(1),t=this.m.bitLength();for(t=new m(2*t*t).toRed(this);this.pow(t,s).cmp(f)!==0;)t.redIAdd(f);for(var d=this.pow(t,a),P=this.pow(e,a.addn(1).iushrn(1)),E=this.pow(e,a),x=i;E.cmp(l)!==0;){for(var W=E,$=0;W.cmp(l)!==0;$++)W=W.redSqr();g($<x);var oe=this.pow(d,new m(1).iushln(x-$-1));P=P.redMul(oe),d=oe.redSqr(),E=E.redMul(d),x=$}return P},b.prototype.invm=function(e){var n=e._invmp(this.m);return n.negative!==0?(n.negative=0,this.imod(n).redNeg()):this.imod(n)},b.prototype.pow=function(e,n){if(n.isZero())return new m(1).toRed(this);if(n.cmpn(1)===0)return e.clone();var r=4,a=new Array(1<<r);a[0]=new m(1).toRed(this),a[1]=e;for(var i=2;i<a.length;i++)a[i]=this.mul(a[i-1],e);var l=a[0],f=0,s=0,t=n.bitLength()%26;for(t===0&&(t=26),i=n.length-1;i>=0;i--){for(var d=n.words[i],P=t-1;P>=0;P--){var E=d>>P&1;if(l!==a[0]&&(l=this.sqr(l)),E===0&&f===0){s=0;continue}f<<=1,f|=E,s++,!(s!==r&&(i!==0||P!==0))&&(l=this.mul(l,a[f]),s=0,f=0)}t=26}return l},b.prototype.convertTo=function(e){var n=e.umod(this.m);return n===e?n.clone():n},b.prototype.convertFrom=function(e){var n=e.clone();return n.red=null,n},m.mont=function(e){return new C(e)};function C(c){b.call(this,c),this.shift=this.m.bitLength(),this.shift%26!==0&&(this.shift+=26-this.shift%26),this.r=new m(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)}I(C,b),C.prototype.convertTo=function(e){return this.imod(e.ushln(this.shift))},C.prototype.convertFrom=function(e){var n=this.imod(e.mul(this.rinv));return n.red=null,n},C.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),l=i;return i.cmp(this.m)>=0?l=i.isub(this.m):i.cmpn(0)<0&&(l=i.iadd(this.m)),l._forceRed(this)},C.prototype.mul=function(e,n){if(e.isZero()||n.isZero())return new m(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),l=i;return i.cmp(this.m)>=0?l=i.isub(this.m):i.cmpn(0)<0&&(l=i.iadd(this.m)),l._forceRed(this)},C.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(T,U){return function(ae){return ae!=null?T(ae):U}}function h(){for(var T=arguments.length,U=new Array(T),B=0;B<T;B++)U[B]=arguments[B];return function(ne){for(var ce=0;ce<U.length;++ce)if(ne===U[ce])return ne;var re="Expected ";U.length!==1&&(re+="one of: ");for(var b=0;b<U.length;++b)b>0&&(re+=" | "),re+=JSON.stringify(U[b]);throw new TypeError(re)}}function M(T){if(typeof T!="boolean")throw new TypeError("Expected a boolean");return T}function g(T){if(typeof T!="number")throw new TypeError("Expected a number");return T}function I(T){if(typeof T!="string")throw new TypeError("Expected a string");return T}var m=h(null),S=h(void 0);function Y(T){return T}var H=o(m);function L(T,U,B){return T instanceof Error&&(T.insertStepAt==null&&(T.message+=" at ",T.insertStepAt=T.message.length),T.message=T.message.slice(0,T.insertStepAt)+U+T.message.slice(T.insertStepAt),T.insertStepAt+=B),T}function z(T){return function(B){if(!Array.isArray(B))throw new TypeError("Expected an array");for(var ae=[],ne=0;ne<B.length;++ne)try{ae[ne]=T(B[ne])}catch(ce){throw L(ce,"["+ne+"]",0)}return ae}}function te(T){if(typeof T=="function")return function(ce){if(typeof ce!="object"||ce==null)throw new TypeError("Expected an object");for(var re={},b=Object.keys(ce),C=0;C<b.length;++C){var c=b[C];if(c!=="__proto__")try{re[c]=T(ce[c])}catch(e){throw L(e,"["+JSON.stringify(c)+"]",0)}}return re};var U=Object.keys(T);function B(ne){return function(re){if(typeof re!="object"||re==null)throw new TypeError("Expected an object");var b,C={};if(ne){var c=Object.keys(re);for(b=0;b<c.length;++b){var e=c[b];e!=="__proto__"&&(C[e]=re[e])}}for(b=0;b<U.length;++b){var n=U[b];try{C[n]=T[n](re[n])}catch(r){throw L(r,"."+n,0)}}return C}}var ae=B(!1);return ae.shape=T,ae.withRest=B(!0),ae}var se=te;function ee(){for(var T=arguments.length,U=new Array(T),B=0;B<T;B++)U[B]=arguments[B];function ae(ne){if(!Array.isArray(ne))throw new TypeError("Expected an array");for(var ce=[],re=0;re<U.length;++re)try{ce[re]=U[re](ne[re])}catch(b){throw L(b,"["+re+"]")}return ce}return ae}function J(){for(var T=arguments.length,U=new Array(T),B=0;B<T;B++)U[B]=arguments[B];return function(ne){for(var ce=0;ce<U.length;ce++)try{return U[ce](ne)}catch(re){if(ce+1>=U.length)throw re}}}function R(T,U){return function(ae){try{return T(ae)}catch{return U}}}var X=0;function ie(T,U){return function(ae){return X>0?U(ae):T(ae)}}function pe(T){return function(B){try{return++X,T(B)}finally{--X}}}var le=ie(function(U){if(typeof U!="string"&&!(U instanceof Date))throw new TypeError("Expected a date string");var B=new Date(U);if(B.toJSON()==null)throw new TypeError("Invalid date format");return B},function(U){return U.toISOString()});function ge(T){return ie(function(B){var ae=JSON.parse(I(B));try{return T(ae)}catch(ne){throw L(ne,"JSON.parse()",11)}},function(B){return JSON.stringify(T(B))})}A.asArray=z,A.asBoolean=M,A.asCodec=ie,A.asDate=le,A.asEither=J,A.asJSON=ge,A.asMap=se,A.asMaybe=R,A.asNone=H,A.asNull=m,A.asNumber=g,A.asObject=te,A.asOptional=o,A.asString=I,A.asTuple=ee,A.asUndefined=S,A.asUnknown=Y,A.asValue=h,A.uncleaner=pe},77495:function(F,A,o){"use strict";o.d(A,{O:function(){return S},j:function(){return m}});var h=o(24224),M=(Y,H,L)=>new Promise((z,te)=>{var se=R=>{try{J(L.next(R))}catch(X){te(X)}},ee=R=>{try{J(L.throw(R))}catch(X){te(X)}},J=R=>R.done?z(R.value):Promise.resolve(R.value).then(se,ee);J((L=L.apply(Y,H)).next())});const m={currencyCode:"BNB",displayName:"BNB Beacon Chain",pluginId:"binance",walletType:"wallet:binance",defaultSettings:{otherSettings:{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"]}},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:[]},S=(0,h.P)({currencyInfo:m,networkInfo:{},getInnerPlugin(){return M(this,null,function*(){return yield Promise.all([o.e(434),o.e(246),o.e(153),o.e(801),o.e(696),o.e(835),o.e(539),o.e(978),o.e(669),o.e(786),o.e(884),o.e(298),o.e(576),o.e(26)]).then(o.bind(o,59439))})}})},24224:function(F,A,o){"use strict";o.d(A,{P:function(){return te}});var h=Object.defineProperty,M=Object.defineProperties,g=Object.getOwnPropertyDescriptors,I=Object.getOwnPropertySymbols,m=Object.prototype.hasOwnProperty,S=Object.prototype.propertyIsEnumerable,Y=(ee,J,R)=>J in ee?h(ee,J,{enumerable:!0,configurable:!0,writable:!0,value:R}):ee[J]=R,H=(ee,J)=>{for(var R in J||(J={}))m.call(J,R)&&Y(ee,R,J[R]);if(I)for(var R of I(J))S.call(J,R)&&Y(ee,R,J[R]);return ee},L=(ee,J)=>M(ee,g(J)),z=(ee,J,R)=>new Promise((X,ie)=>{var pe=T=>{try{ge(R.next(T))}catch(U){ie(U)}},le=T=>{try{ge(R.throw(T))}catch(U){ie(U)}},ge=T=>T.done?X(T.value):Promise.resolve(T.value).then(pe,le);ge((R=R.apply(ee,J)).next())});function te(ee){return J=>{const{builtinTokens:R={},currencyInfo:X,networkInfo:ie,otherMethodNames:pe=[],checkEnvironment:le=()=>{}}=ee,ge=L(H({},J),{builtinTokens:R,currencyInfo:X,networkInfo:ie});let T,U;function B(){return z(this,null,function*(){le(),T==null&&(T=ee.getInnerPlugin());const b=yield T;U==null&&(U=b.makeCurrencyTools(ge));const C=yield U;return{plugin:b,tools:C}})}function ae(){return z(this,null,function*(){return R})}function ne(){return z(this,null,function*(){const{tools:b}=yield B();return b})}function ce(b,C){return z(this,null,function*(){const{tools:c,plugin:e}=yield B();return yield e.makeCurrencyEngine(ge,c,b,C)})}const re=se(ne,pe);return{currencyInfo:X,getBuiltinTokens:ae,makeCurrencyTools:ne,makeCurrencyEngine:ce,otherMethods:re}}}function se(ee,J){const R={};for(const X of J)R[X]=(...ie)=>z(this,null,function*(){const pe=yield ee(),le=pe[X];if(typeof le!="function")throw new Error(`Method ${X} is not implemented`);return le.apply(pe,ie)});return R}},20918:function(F,A,o){"use strict";o.d(A,{Oj:function(){return I},Rp:function(){return Y},ZS:function(){return m},dK:function(){return S}});var h=o(77591),M=o.n(h),g=o(82448);const I=(0,g.Vk)((0,g.su)({contractAddress:g.XC}));function m(L){const z=[];for(const te of Object.keys(L)){const{currencyCode:se,displayName:ee,denominations:J,networkLocation:R}=L[te],X=I(R);X!=null&&z.push({currencyCode:se,currencyName:ee,denominations:J,contractAddress:X.contractAddress})}return z}const S=(L,z)=>{for(const te of Object.keys(z))if(z[te].currencyCode===L)return te},Y=L=>{if(!H(L.currencyCode))throw new Error(`Invalid currency code "${L.currencyCode}"`);for(const z of L.denominations){if(!H(z.name))throw new Error(`Invalid denomination name "${z.name}"`);if((0,h.lt)(z.multiplier,"1")||(0,h.gt)(z.multiplier,"100000000000000000000000000000000"))throw new Error("ErrorInvalidMultiplier")}},H=L=>/^[.a-zA-Z0-9]+$/.test(L)},62177:function(F,A,o){"use strict";o.d(A,{DZ:function(){return g},O2:function(){return H},Pe:function(){return M},TD:function(){return I},Tt:function(){return Y},tC:function(){return m},tM:function(){return S}});var h=o(82448);const M="txEngineFolder/walletLocalData.json",g="txEngineFolder/txidMap.json",I="txEngineFolder/txidList.json",m="txEngineFolder/transactionList.json",S=L=>L,Y=(0,h.su)({message:h.XC}),H=(0,h.su)({blockHeight:(0,h.Vk)(h.mH,0),lastAddressQueryHeight:(0,h.Vk)(h.mH,0),lastTransactionQueryHeight:(0,h.Vk)((0,h.su)(h.mH),{}),lastTransactionDate:(0,h.Vk)((0,h.su)(h.mH),{}),publicKey:(0,h.Vk)(h.XC,""),totalBalances:(0,h.Vk)((0,h.su)((0,h._C)(h.XC,h.zv)),{}),lastCheckedTxsDropped:(0,h.Vk)(h.mH,0),numUnconfirmedSpendTxs:(0,h.Vk)(h.mH,0),numTransactions:(0,h.Vk)((0,h.su)(h.mH),{}),unactivatedTokenIds:(0,h.Vk)((0,h._2)(h.XC),[]),otherData:(0,h.Zz)(h.JC,{})})},83718:function(F,A,o){"use strict";o.d(A,{F:function(){return M},s:function(){return g}});var h=o(82448);const M=["getActivationCost","getActivationSupportedCurrencies","validateAccount"],g=(0,h.su)({accountName:(0,h.Vk)(h.XC,""),lastQueryActionSeq:(0,h.Vk)((0,h.su)(h.mH),{}),highestTxHeight:(0,h.Vk)((0,h.su)(h.mH),{})})},49889:function(F,A,o){"use strict";o.d(A,{j:function(){return Ht}});var h=o(24224),M=o(20918),g=Object.defineProperty,I=Object.getOwnPropertySymbols,m=Object.prototype.hasOwnProperty,S=Object.prototype.propertyIsEnumerable,Y=(v,p,u)=>p in v?g(v,p,{enumerable:!0,configurable:!0,writable:!0,value:u}):v[p]=u,H=(v,p)=>{for(var u in p||(p={}))m.call(p,u)&&Y(v,u,p[u]);if(I)for(var u of I(p))S.call(p,u)&&Y(v,u,p[u]);return v},L=(v,p,u)=>new Promise((ue,q)=>{var he=w=>{try{K(u.next(w))}catch(G){q(G)}},me=w=>{try{K(u.throw(w))}catch(G){q(G)}},K=w=>w.done?ue(w.value):Promise.resolve(w.value).then(he,me);K((u=u.apply(v,p)).next())});const z={"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"}}},se={rpcServers:["https://api.avax.network/ext/bc/C/rpc"],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"}}},J={currencyCode:"AVAX",displayName:"Avalanche",pluginId:"avalanche",walletType:"wallet:avalanche",memoType:"hex",canReplaceByFee:!0,defaultSettings:{customFeeSettings:["gasLimit","gasPrice"],otherSettings:H({},se)},addressExplorer:"https://snowtrace.io/address/%s",transactionExplorer:"https://snowtrace.io/tx/%s",denominations:[{name:"AVAX",multiplier:"1000000000000000000",symbol:"AVAX"}],metaTokens:(0,M.ZS)(z)},R=(0,h.P)({builtinTokens:z,currencyInfo:J,networkInfo:se,getInnerPlugin(){return L(this,null,function*(){return yield Promise.all([o.e(434),o.e(246),o.e(153),o.e(801),o.e(696),o.e(835),o.e(539),o.e(6),o.e(780),o.e(184),o.e(94),o.e(944),o.e(465),o.e(576),o.e(513)]).then(o.bind(o,6094))})}});var X=Object.defineProperty,ie=Object.getOwnPropertySymbols,pe=Object.prototype.hasOwnProperty,le=Object.prototype.propertyIsEnumerable,ge=(v,p,u)=>p in v?X(v,p,{enumerable:!0,configurable:!0,writable:!0,value:u}):v[p]=u,T=(v,p)=>{for(var u in p||(p={}))pe.call(p,u)&&ge(v,u,p[u]);if(ie)for(var u of ie(p))le.call(p,u)&&ge(v,u,p[u]);return v},U=(v,p,u)=>new Promise((ue,q)=>{var he=w=>{try{K(u.next(w))}catch(G){q(G)}},me=w=>{try{K(u.throw(w))}catch(G){q(G)}},K=w=>w.done?ue(w.value):Promise.resolve(w.value).then(he,me);K((u=u.apply(v,p)).next())});const B={"8ac76a51cc950d9822d68b83fe1ad97b32cd580d":{currencyCode:"USDC",displayName:"USD Coin",denominations:[{name:"USDC",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x8AC76a51cc950d9822D68b83fE1Ad97B32Cd580d"}}},ne={rpcServers:["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}}},re={currencyCode:"BNB",displayName:"BNB Smart Chain",pluginId:"binancesmartchain",walletType:"wallet:binancesmartchain",memoType:"hex",canReplaceByFee:!0,defaultSettings:{customFeeSettings:["gasLimit","gasPrice"],otherSettings:T({},ne)},addressExplorer:"https://bscscan.com/address/%s",transactionExplorer:"https://bscscan.com/tx/%s",denominations:[{name:"BNB",multiplier:"1000000000000000000",symbol:"BNB"}],metaTokens:(0,M.ZS)(B)},b=(0,h.P)({builtinTokens:B,currencyInfo:re,networkInfo:ne,getInnerPlugin(){return U(this,null,function*(){return yield Promise.all([o.e(434),o.e(246),o.e(153),o.e(801),o.e(696),o.e(835),o.e(539),o.e(6),o.e(780),o.e(184),o.e(94),o.e(944),o.e(465),o.e(576),o.e(513)]).then(o.bind(o,6094))})}});var C=Object.defineProperty,c=Object.getOwnPropertySymbols,e=Object.prototype.hasOwnProperty,n=Object.prototype.propertyIsEnumerable,r=(v,p,u)=>p in v?C(v,p,{enumerable:!0,configurable:!0,writable:!0,value:u}):v[p]=u,a=(v,p)=>{for(var u in p||(p={}))e.call(p,u)&&r(v,u,p[u]);if(c)for(var u of c(p))n.call(p,u)&&r(v,u,p[u]);return v},i=(v,p,u)=>new Promise((ue,q)=>{var he=w=>{try{K(u.next(w))}catch(G){q(G)}},me=w=>{try{K(u.throw(w))}catch(G){q(G)}},K=w=>w.done?ue(w.value):Promise.resolve(w.value).then(he,me);K((u=u.apply(v,p)).next())});const l={"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"}}},s={rpcServers:["https://forno.celo.org","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"}}},d={currencyCode:"CELO",displayName:"Celo",pluginId:"celo",walletType:"wallet:celo",memoType:"hex",canReplaceByFee:!0,defaultSettings:{customFeeSettings:["gasLimit","gasPrice"],otherSettings:a({},s)},addressExplorer:"https://explorer.celo.org/address/%s",transactionExplorer:"https://explorer.celo.org/tx/%s",denominations:[{name:"CELO",multiplier:"1000000000000000000",symbol:"CELO"}],metaTokens:(0,M.ZS)(l)},P=(0,h.P)({builtinTokens:l,currencyInfo:d,networkInfo:s,getInnerPlugin(){return i(this,null,function*(){return yield Promise.all([o.e(434),o.e(246),o.e(153),o.e(801),o.e(696),o.e(835),o.e(539),o.e(6),o.e(780),o.e(184),o.e(94),o.e(944),o.e(465),o.e(576),o.e(513)]).then(o.bind(o,6094))})}});var E=Object.defineProperty,x=Object.getOwnPropertySymbols,W=Object.prototype.hasOwnProperty,$=Object.prototype.propertyIsEnumerable,oe=(v,p,u)=>p in v?E(v,p,{enumerable:!0,configurable:!0,writable:!0,value:u}):v[p]=u,We=(v,p)=>{for(var u in p||(p={}))W.call(p,u)&&oe(v,u,p[u]);if(x)for(var u of x(p))$.call(p,u)&&oe(v,u,p[u]);return v},de=(v,p,u)=>new Promise((ue,q)=>{var he=w=>{try{K(u.next(w))}catch(G){q(G)}},me=w=>{try{K(u.throw(w))}catch(G){q(G)}},K=w=>w.done?ue(w.value):Promise.resolve(w.value).then(he,me);K((u=u.apply(v,p)).next())});const fe={"2c78f1b70ccf63cdee49f9233e9faa99d43aa07e":{currencyCode:"DAI",displayName:"Dai Stablecoin",denominations:[{name:"DAI",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x2c78f1b70ccf63cdee49f9233e9faa99d43aa07e"}}},be={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}}},$e={currencyCode:"ETC",displayName:"Ethereum Classic",pluginId:"ethereumclassic",walletType:"wallet:ethereumclassic",memoType:"hex",canReplaceByFee:!0,defaultSettings:{customFeeSettings:["gasLimit","gasPrice"],otherSettings:We({},be)},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,M.ZS)(fe)},Se=(0,h.P)({builtinTokens:fe,currencyInfo:$e,networkInfo:be,getInnerPlugin(){return de(this,null,function*(){return yield Promise.all([o.e(434),o.e(246),o.e(153),o.e(801),o.e(696),o.e(835),o.e(539),o.e(6),o.e(780),o.e(184),o.e(94),o.e(944),o.e(465),o.e(576),o.e(513)]).then(o.bind(o,6094))})}});var Ie=Object.defineProperty,Ze=Object.getOwnPropertySymbols,Ce=Object.prototype.hasOwnProperty,Ne=Object.prototype.propertyIsEnumerable,ze=(v,p,u)=>p in v?Ie(v,p,{enumerable:!0,configurable:!0,writable:!0,value:u}):v[p]=u,Me=(v,p)=>{for(var u in p||(p={}))Ce.call(p,u)&&ze(v,u,p[u]);if(Ze)for(var u of Ze(p))Ne.call(p,u)&&ze(v,u,p[u]);return v},Te=(v,p,u)=>new Promise((ue,q)=>{var he=w=>{try{K(u.next(w))}catch(G){q(G)}},me=w=>{try{K(u.throw(w))}catch(G){q(G)}},K=w=>w.done?ue(w.value):Promise.resolve(w.value).then(he,me);K((u=u.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"}}},ve={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}}},Fe={currencyCode:"ETH",displayName:"Dev Ethereum",pluginId:"ethDev",walletType:"wallet:ethDev",memoType:"hex",canReplaceByFee:!0,defaultSettings:{customFeeSettings:["gasLimit","gasPrice"],otherSettings:Me({},ve)},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,M.ZS)(Ye)},we=(0,h.P)({builtinTokens:Ye,currencyInfo:Fe,networkInfo:ve,getInnerPlugin(){return Te(this,null,function*(){return yield Promise.all([o.e(434),o.e(246),o.e(153),o.e(801),o.e(696),o.e(835),o.e(539),o.e(6),o.e(780),o.e(184),o.e(94),o.e(944),o.e(465),o.e(576),o.e(513)]).then(o.bind(o,6094))})}});var Je=Object.defineProperty,Ae=Object.getOwnPropertySymbols,Pe=Object.prototype.hasOwnProperty,o0=Object.prototype.propertyIsEnumerable,V=(v,p,u)=>p in v?Je(v,p,{enumerable:!0,configurable:!0,writable:!0,value:u}):v[p]=u,j=(v,p)=>{for(var u in p||(p={}))Pe.call(p,u)&&V(v,u,p[u]);if(Ae)for(var u of Ae(p))o0.call(p,u)&&V(v,u,p[u]);return v},k=(v,p,u)=>new Promise((ue,q)=>{var he=w=>{try{K(u.next(w))}catch(G){q(G)}},me=w=>{try{K(u.throw(w))}catch(G){q(G)}},K=w=>w.done?ue(w.value):Promise.resolve(w.value).then(he,me);K((u=u.apply(v,p)).next())});const Q={"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"}},"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"}}},ye={rpcServers:["https://eth-mainnet.alchemyapi.io","https://mainnet.infura.io/v3","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}}},D={currencyCode:"ETH",displayName:"Ethereum",pluginId:"ethereum",walletType:"wallet:ethereum",memoType:"hex",canReplaceByFee:!0,defaultSettings:{customFeeSettings:["gasLimit","gasPrice"],otherSettings:j({},ye)},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,M.ZS)(Q)},N=(0,h.P)({builtinTokens:Q,currencyInfo:D,networkInfo:ye,getInnerPlugin(){return k(this,null,function*(){return yield Promise.all([o.e(434),o.e(246),o.e(153),o.e(801),o.e(696),o.e(835),o.e(539),o.e(6),o.e(780),o.e(184),o.e(94),o.e(944),o.e(465),o.e(576),o.e(513)]).then(o.bind(o,6094))})}});var O=Object.defineProperty,ke=Object.getOwnPropertySymbols,v0=Object.prototype.hasOwnProperty,Be=Object.prototype.propertyIsEnumerable,Le=(v,p,u)=>p in v?O(v,p,{enumerable:!0,configurable:!0,writable:!0,value:u}):v[p]=u,g0=(v,p)=>{for(var u in p||(p={}))v0.call(p,u)&&Le(v,u,p[u]);if(ke)for(var u of ke(p))Be.call(p,u)&&Le(v,u,p[u]);return v},Re=(v,p,u)=>new Promise((ue,q)=>{var he=w=>{try{K(u.next(w))}catch(G){q(G)}},me=w=>{try{K(u.throw(w))}catch(G){q(G)}},K=w=>w.done?ue(w.value):Promise.resolve(w.value).then(he,me);K((u=u.apply(v,p)).next())});const De={"2ad7868ca212135c6119fd7ad1ce51cfc5702892":{currencyCode:"USDT",displayName:"Tether",denominations:[{name:"USDT",multiplier:"1000000"}],networkLocation:{contractAddress:"0x2ad7868ca212135c6119fd7ad1ce51cfc5702892"}}},Oe={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"}}},b0={currencyCode:"ETHW",displayName:"EthereumPoW",pluginId:"ethereumpow",walletType:"wallet:ethereumpow",memoType:"hex",canReplaceByFee:!0,defaultSettings:{customFeeSettings:["gasLimit","gasPrice"],otherSettings:g0({},Oe)},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,M.ZS)(De)},Ue=(0,h.P)({builtinTokens:De,currencyInfo:b0,networkInfo:Oe,getInnerPlugin(){return Re(this,null,function*(){return yield Promise.all([o.e(434),o.e(246),o.e(153),o.e(801),o.e(696),o.e(835),o.e(539),o.e(6),o.e(780),o.e(184),o.e(94),o.e(944),o.e(465),o.e(576),o.e(513)]).then(o.bind(o,6094))})}});var He=Object.defineProperty,i0=Object.getOwnPropertySymbols,Ke=Object.prototype.hasOwnProperty,Ge=Object.prototype.propertyIsEnumerable,s0=(v,p,u)=>p in v?He(v,p,{enumerable:!0,configurable:!0,writable:!0,value:u}):v[p]=u,je=(v,p)=>{for(var u in p||(p={}))Ke.call(p,u)&&s0(v,u,p[u]);if(i0)for(var u of i0(p))Ge.call(p,u)&&s0(v,u,p[u]);return v},Xe=(v,p,u)=>new Promise((ue,q)=>{var he=w=>{try{K(u.next(w))}catch(G){q(G)}},me=w=>{try{K(u.throw(w))}catch(G){q(G)}},K=w=>w.done?ue(w.value):Promise.resolve(w.value).then(he,me);K((u=u.apply(v,p)).next())});const Qe={"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"}}},qe={rpcServers:["https://polished-empty-cloud.fantom.quiknode.pro","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}}},c0={currencyCode:"FTM",displayName:"Fantom",pluginId:"fantom",walletType:"wallet:fantom",memoType:"hex",canReplaceByFee:!0,defaultSettings:{customFeeSettings:["gasLimit","gasPrice"],otherSettings:je({},qe)},addressExplorer:"https://ftmscan.com/address/%s",transactionExplorer:"https://ftmscan.com/tx/%s",denominations:[{name:"FTM",multiplier:"1000000000000000000",symbol:"F"}],metaTokens:(0,M.ZS)(Qe)},d0=(0,h.P)({builtinTokens:Qe,currencyInfo:c0,networkInfo:qe,getInnerPlugin(){return Xe(this,null,function*(){return yield Promise.all([o.e(434),o.e(246),o.e(153),o.e(801),o.e(696),o.e(835),o.e(539),o.e(6),o.e(780),o.e(184),o.e(94),o.e(944),o.e(465),o.e(576),o.e(513)]).then(o.bind(o,6094))})}});var l0=Object.defineProperty,_e=Object.getOwnPropertySymbols,f0=Object.prototype.hasOwnProperty,u0=Object.prototype.propertyIsEnumerable,e0=(v,p,u)=>p in v?l0(v,p,{enumerable:!0,configurable:!0,writable:!0,value:u}):v[p]=u,h0=(v,p)=>{for(var u in p||(p={}))f0.call(p,u)&&e0(v,u,p[u]);if(_e)for(var u of _e(p))u0.call(p,u)&&e0(v,u,p[u]);return v},m0=(v,p,u)=>new Promise((ue,q)=>{var he=w=>{try{K(u.next(w))}catch(G){q(G)}},me=w=>{try{K(u.throw(w))}catch(G){q(G)}},K=w=>w.done?ue(w.value):Promise.resolve(w.value).then(he,me);K((u=u.apply(v,p)).next())});const t0={},n0={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}}},p0={currencyCode:"GOR",displayName:"Goerli Testnet",pluginId:"goerli",walletType:"wallet:goerli",memoType:"hex",canReplaceByFee:!0,defaultSettings:{customFeeSettings:["gasLimit","gasPrice"],otherSettings:h0({},n0)},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,M.ZS)(t0)},y0=(0,h.P)({builtinTokens:t0,currencyInfo:p0,networkInfo:n0,getInnerPlugin(){return m0(this,null,function*(){return yield Promise.all([o.e(434),o.e(246),o.e(153),o.e(801),o.e(696),o.e(835),o.e(539),o.e(6),o.e(780),o.e(184),o.e(94),o.e(944),o.e(465),o.e(576),o.e(513)]).then(o.bind(o,6094))})}});var Q0=Object.defineProperty,T0=Object.getOwnPropertySymbols,q0=Object.prototype.hasOwnProperty,_0=Object.prototype.propertyIsEnumerable,F0=(v,p,u)=>p in v?Q0(v,p,{enumerable:!0,configurable:!0,writable:!0,value:u}):v[p]=u,et=(v,p)=>{for(var u in p||(p={}))q0.call(p,u)&&F0(v,u,p[u]);if(T0)for(var u of T0(p))_0.call(p,u)&&F0(v,u,p[u]);return v},tt=(v,p,u)=>new Promise((ue,q)=>{var he=w=>{try{K(u.next(w))}catch(G){q(G)}},me=w=>{try{K(u.throw(w))}catch(G){q(G)}},K=w=>w.done?ue(w.value):Promise.resolve(w.value).then(he,me);K((u=u.apply(v,p)).next())});const P0={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"}}},E0={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}}},nt={currencyCode:"KOV",displayName:"Kovan Testnet",pluginId:"kovan",walletType:"wallet:kovan",memoType:"hex",canReplaceByFee:!0,defaultSettings:{customFeeSettings:["gasLimit","gasPrice"],otherSettings:et({},E0)},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,M.ZS)(P0)},rt=(0,h.P)({builtinTokens:P0,currencyInfo:nt,networkInfo:E0,getInnerPlugin(){return tt(this,null,function*(){return yield Promise.all([o.e(434),o.e(246),o.e(153),o.e(801),o.e(696),o.e(835),o.e(539),o.e(6),o.e(780),o.e(184),o.e(94),o.e(944),o.e(465),o.e(576),o.e(513)]).then(o.bind(o,6094))})}});var at=Object.defineProperty,x0=Object.getOwnPropertySymbols,ot=Object.prototype.hasOwnProperty,it=Object.prototype.propertyIsEnumerable,k0=(v,p,u)=>p in v?at(v,p,{enumerable:!0,configurable:!0,writable:!0,value:u}):v[p]=u,st=(v,p)=>{for(var u in p||(p={}))ot.call(p,u)&&k0(v,u,p[u]);if(x0)for(var u of x0(p))it.call(p,u)&&k0(v,u,p[u]);return v},ct=(v,p,u)=>new Promise((ue,q)=>{var he=w=>{try{K(u.next(w))}catch(G){q(G)}},me=w=>{try{K(u.throw(w))}catch(G){q(G)}},K=w=>w.done?ue(w.value):Promise.resolve(w.value).then(he,me);K((u=u.apply(v,p)).next())});const L0={"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"}}},D0={rpcServers:["https://polygon-rpc.com/","https://rpc.polycat.finance","https://rpc-mainnet.maticvigil.com","https://matic-mainnet.chainstacklabs.com","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}}},dt={currencyCode:"MATIC",displayName:"Polygon",pluginId:"polygon",walletType:"wallet:polygon",memoType:"hex",canReplaceByFee:!0,defaultSettings:{customFeeSettings:["gasLimit","gasPrice"],otherSettings:st({},D0)},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,M.ZS)(L0)},lt=(0,h.P)({builtinTokens:L0,currencyInfo:dt,networkInfo:D0,getInnerPlugin(){return ct(this,null,function*(){return yield Promise.all([o.e(434),o.e(246),o.e(153),o.e(801),o.e(696),o.e(835),o.e(539),o.e(6),o.e(780),o.e(184),o.e(94),o.e(944),o.e(465),o.e(576),o.e(513)]).then(o.bind(o,6094))})}});var ft=Object.defineProperty,O0=Object.getOwnPropertySymbols,ut=Object.prototype.hasOwnProperty,ht=Object.prototype.propertyIsEnumerable,B0=(v,p,u)=>p in v?ft(v,p,{enumerable:!0,configurable:!0,writable:!0,value:u}):v[p]=u,mt=(v,p)=>{for(var u in p||(p={}))ut.call(p,u)&&B0(v,u,p[u]);if(O0)for(var u of O0(p))ht.call(p,u)&&B0(v,u,p[u]);return v},pt=(v,p,u)=>new Promise((ue,q)=>{var he=w=>{try{K(u.next(w))}catch(G){q(G)}},me=w=>{try{K(u.throw(w))}catch(G){q(G)}},K=w=>w.done?ue(w.value):Promise.resolve(w.value).then(he,me);K((u=u.apply(v,p)).next())});const R0={"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"}}},U0={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"}}},yt={currencyCode:"ETH",displayName:"Optimism",pluginId:"optimism",walletType:"wallet:optimism",memoType:"hex",canReplaceByFee:!0,defaultSettings:{customFeeSettings:["gasLimit","gasPrice"],otherSettings:mt({},U0)},addressExplorer:"https://optimistic.etherscan.io/address/%s",transactionExplorer:"https://optimistic.etherscan.io/tx/%s",denominations:[{name:"ETH",multiplier:"1000000000000000000",symbol:"\u039E"}],metaTokens:(0,M.ZS)(R0)},vt=(0,h.P)({builtinTokens:R0,currencyInfo:yt,networkInfo:U0,getInnerPlugin(){return pt(this,null,function*(){return yield Promise.all([o.e(434),o.e(246),o.e(153),o.e(801),o.e(696),o.e(835),o.e(539),o.e(6),o.e(780),o.e(184),o.e(94),o.e(944),o.e(465),o.e(576),o.e(513)]).then(o.bind(o,6094))})}});var gt=Object.defineProperty,H0=Object.getOwnPropertySymbols,bt=Object.prototype.hasOwnProperty,wt=Object.prototype.propertyIsEnumerable,K0=(v,p,u)=>p in v?gt(v,p,{enumerable:!0,configurable:!0,writable:!0,value:u}):v[p]=u,At=(v,p)=>{for(var u in p||(p={}))bt.call(p,u)&&K0(v,u,p[u]);if(H0)for(var u of H0(p))wt.call(p,u)&&K0(v,u,p[u]);return v},St=(v,p,u)=>new Promise((ue,q)=>{var he=w=>{try{K(u.next(w))}catch(G){q(G)}},me=w=>{try{K(u.throw(w))}catch(G){q(G)}},K=w=>w.done?ue(w.value):Promise.resolve(w.value).then(he,me);K((u=u.apply(v,p)).next())});const G0={},j0={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}}},It={currencyCode:"RIN",displayName:"Rinkeby Testnet",pluginId:"rinkeby",walletType:"wallet:rinkeby",memoType:"hex",canReplaceByFee:!0,defaultSettings:{customFeeSettings:["gasLimit","gasPrice"],otherSettings:At({},j0)},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,M.ZS)(G0)},Ct=(0,h.P)({builtinTokens:G0,currencyInfo:It,networkInfo:j0,getInnerPlugin(){return St(this,null,function*(){return yield Promise.all([o.e(434),o.e(246),o.e(153),o.e(801),o.e(696),o.e(835),o.e(539),o.e(6),o.e(780),o.e(184),o.e(94),o.e(944),o.e(465),o.e(576),o.e(513)]).then(o.bind(o,6094))})}});var Nt=Object.defineProperty,X0=Object.getOwnPropertySymbols,Mt=Object.prototype.hasOwnProperty,Tt=Object.prototype.propertyIsEnumerable,V0=(v,p,u)=>p in v?Nt(v,p,{enumerable:!0,configurable:!0,writable:!0,value:u}):v[p]=u,Ft=(v,p)=>{for(var u in p||(p={}))Mt.call(p,u)&&V0(v,u,p[u]);if(X0)for(var u of X0(p))Tt.call(p,u)&&V0(v,u,p[u]);return v},Pt=(v,p,u)=>new Promise((ue,q)=>{var he=w=>{try{K(u.next(w))}catch(G){q(G)}},me=w=>{try{K(u.throw(w))}catch(G){q(G)}},K=w=>w.done?ue(w.value):Promise.resolve(w.value).then(he,me);K((u=u.apply(v,p)).next())});const W0={},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}}},Et={currencyCode:"ROP",displayName:"Ropsten Testnet",pluginId:"ropsten",walletType:"wallet:ropsten",memoType:"hex",canReplaceByFee:!0,defaultSettings:{customFeeSettings:["gasLimit","gasPrice"],otherSettings:Ft({},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,M.ZS)(W0)},xt=(0,h.P)({builtinTokens:W0,currencyInfo:Et,networkInfo:Z0,getInnerPlugin(){return Pt(this,null,function*(){return yield Promise.all([o.e(434),o.e(246),o.e(153),o.e(801),o.e(696),o.e(835),o.e(539),o.e(6),o.e(780),o.e(184),o.e(94),o.e(944),o.e(465),o.e(576),o.e(513)]).then(o.bind(o,6094))})}});var kt=Object.defineProperty,z0=Object.getOwnPropertySymbols,Lt=Object.prototype.hasOwnProperty,Dt=Object.prototype.propertyIsEnumerable,Y0=(v,p,u)=>p in v?kt(v,p,{enumerable:!0,configurable:!0,writable:!0,value:u}):v[p]=u,Ot=(v,p)=>{for(var u in p||(p={}))Lt.call(p,u)&&Y0(v,u,p[u]);if(z0)for(var u of z0(p))Dt.call(p,u)&&Y0(v,u,p[u]);return v},Bt=(v,p,u)=>new Promise((ue,q)=>{var he=w=>{try{K(u.next(w))}catch(G){q(G)}},me=w=>{try{K(u.throw(w))}catch(G){q(G)}},K=w=>w.done?ue(w.value):Promise.resolve(w.value).then(he,me);K((u=u.apply(v,p)).next())});const J0={"2acc95758f8b5f583470ba265eb685a8f45fc9d5":{currencyCode:"RIF",displayName:"RIF Token",denominations:[{name:"RIF",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x2acc95758f8b5f583470ba265eb685a8f45fc9d5"}}},$0={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}}},Rt={currencyCode:"RBTC",displayName:"Rootstock",pluginId:"rsk",walletType:"wallet:rsk",memoType:"hex",canReplaceByFee:!0,defaultSettings:{customFeeSettings:["gasLimit","gasPrice"],otherSettings:Ot({},$0)},addressExplorer:"https://explorer.rsk.co/address/%s",transactionExplorer:"https://explorer.rsk.co/tx/%s",denominations:[{name:"RBTC",multiplier:"1000000000000000000",symbol:"RBTC"}],metaTokens:(0,M.ZS)(J0)},Ut=(0,h.P)({builtinTokens:J0,currencyInfo:Rt,networkInfo:$0,getInnerPlugin(){return Bt(this,null,function*(){return yield Promise.all([o.e(434),o.e(246),o.e(153),o.e(801),o.e(696),o.e(835),o.e(539),o.e(6),o.e(780),o.e(184),o.e(94),o.e(944),o.e(465),o.e(576),o.e(513)]).then(o.bind(o,6094))})}}),Ht={avalanche:R,binancesmartchain:b,celo:P,ethDev:we,ethereum:N,ethereumclassic:Se,ethereumpow:Ue,fantom:d0,goerli:y0,kovan:rt,optimism:vt,polygon:lt,rinkeby:Ct,ropsten:xt,rsk:Ut}},5607:function(F,A,o){"use strict";o.d(A,{$G:function(){return te},BB:function(){return ee},BP:function(){return z},CL:function(){return U},HG:function(){return se},K1:function(){return Y},Nd:function(){return R},OT:function(){return J},VW:function(){return H},aO:function(){return S},dm:function(){return X},eD:function(){return L},eG:function(){return m},n3:function(){return g},pg:function(){return I},qj:function(){return ie}});var h=o(82448),M=o(62177);const g={buyAddress:"buy-address",getDomains:"get-domains",isDomainPublic:"is-domain-public"},I={getActions:"get_actions"},m=20,S={transferTokens:"transferTokens",addPublicAddress:"addPublicAddress",addPublicAddresses:"addPublicAddresses",setFioDomainPublic:"setFioDomainPublic",rejectFundsRequest:"rejectFundsRequest",requestFunds:"requestFunds",recordObtData:"recordObtData",registerFioAddress:"registerFioAddress",registerFioDomain:"registerFioDomain",renewFioDomain:"renewFioDomain",transferFioAddress:"transferFioAddress",transferFioDomain:"transferFioDomain",pushTransaction:"pushTransaction",addBundledTransactions:"addBundledTransactions",stakeFioTokens:"stakeFioTokens",unStakeFioTokens:"unStakeFioTokens"},Y={[S.recordObtData]:!0,[S.requestFunds]:!0,[S.registerFioAddress]:!0,[S.registerFioDomain]:!0,[S.renewFioDomain]:!0,[S.transferTokens]:!0,[S.addPublicAddresses]:!0,[S.transferFioAddress]:!0,[S.transferFioDomain]:!0,[S.addBundledTransactions]:!0,[S.stakeFioTokens]:!0,[S.unStakeFioTokens]:!0},H={[S.requestFunds]:"newFundsRequest",[S.registerFioAddress]:"registerFioAddress",[S.registerFioDomain]:"registerFioDomain",[S.renewFioDomain]:"renewFioDomain",[S.addPublicAddresses]:"addPubAddress",[S.setFioDomainPublic]:"setFioDomainPublic",[S.rejectFundsRequest]:"rejectFundsRequest",[S.recordObtData]:"recordObtData",[S.transferTokens]:"transferTokens",[S.pushTransaction]:"pushTransaction",[S.transferFioAddress]:"transferFioAddress",[S.transferFioDomain]:"transferFioDomain",[S.stakeFioTokens]:"pushTransaction",[S.unStakeFioTokens]:"pushTransaction",addBundledTransactions:"addBundledTransactions"},L={[S.requestFunds]:"newFundsRequest",[S.registerFioAddress]:"registerFioAddress",[S.registerFioDomain]:"registerFioDomain",[S.renewFioDomain]:"renewFioDomain",[S.addPublicAddresses]:"addPubAddress",[S.setFioDomainPublic]:"setFioDomainPublic",[S.rejectFundsRequest]:"rejectFundsRequest",[S.recordObtData]:"recordObtData",[S.transferTokens]:"transferTokens",[S.pushTransaction]:"pushTransaction",[S.transferFioAddress]:"transferFioAddress",[S.transferFioDomain]:"transferFioDomain",[S.addBundledTransactions]:"addBundledTransactions",[S.stakeFioTokens]:"stakeFioTokens",[S.unStakeFioTokens]:"unStakeFioTokens"},z={[S.transferTokens]:"trnsfiopubky",[S.stakeFioTokens]:"stakefio",[S.unStakeFioTokens]:"unstakefio",transfer:"transfer"},te={PENDING:"PENDING",SENT:"SENT"},se={[S.addPublicAddress]:{action:"getFeeForAddPublicAddress",propName:"fioAddress"},[S.addPublicAddresses]:{action:"getFeeForAddPublicAddress",propName:"fioAddress"},[S.rejectFundsRequest]:{action:"getFeeForRejectFundsRequest",propName:"payerFioAddress"},[S.requestFunds]:{action:"getFeeForNewFundsRequest",propName:"payeeFioAddress"},[S.recordObtData]:{action:"getFeeForRecordObtData",propName:"payerFioAddress"},[S.stakeFioTokens]:{propName:"fioAddress"},[S.unStakeFioTokens]:{propName:"fioAddress"}},ee=100,J=450,R="Paying Staking Rewards",X=1e3*60*60*24*7,ie=1e3*60*60*24,pe=(0,h.su)({fio_request_id:h.XC,payer_fio_address:h.XC,payee_fio_address:h.XC,payee_fio_public_key:h.XC,payer_fio_public_key:h.XC,amount:h.XC,token_code:h.XC,metadata:h.XC,time_stamp:h.XC,content:h.XC}),le=(0,h.su)({name:h.XC,bundledTxs:(0,h.Zz)(h.mH)}),ge=(0,h.su)({name:h.XC,expiration:h.XC,isPublic:h.jK}),T=(0,h.su)({stakedAmounts:(0,h._2)((0,h.su)({nativeAmount:h.XC,unlockDate:(0,h.Zz)(h.qF),otherParams:(0,h.Zz)(M.tM)}))}),U=(0,h.su)({highestTxHeight:(0,h.Vk)(h.mH,0),fioAddresses:(0,h.Vk)((0,h._2)(le),[]),fioDomains:(0,h.Vk)((0,h._2)(ge),[]),fioRequests:(0,h.Vk)((0,h.su)({PENDING:(0,h._2)(pe),SENT:(0,h._2)(pe)}),{SENT:[],PENDING:[]}),fioRequestsToApprove:(0,h.Vk)((0,h.su)(M.tM),{}),srps:(0,h.Vk)(h.mH,0),stakingRoe:(0,h.Vk)(h.XC,""),stakingStatus:(0,h.Vk)(T,{stakedAmounts:[]})})},14023:function(F,A,o){"use strict";o.d(A,{j:function(){return S},l:function(){return Y}});var h=o(24224),M=o(5607);const g=["getConnectedPublicAddress","isFioAddressValid","validateAccount","isDomainPublic","doesAccountExist","buyAddressRequest","getDomains","getStakeEstReturn"];var I=(H,L,z)=>new Promise((te,se)=>{var ee=X=>{try{R(z.next(X))}catch(ie){se(ie)}},J=X=>{try{R(z.throw(X))}catch(ie){se(ie)}},R=X=>X.done?te(X.value):Promise.resolve(X.value).then(ee,J);R((z=z.apply(H,L)).next())});const S={currencyCode:"FIO",displayName:"FIO",pluginId:"fio",walletType:"wallet:fio",defaultSettings:{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.eosdublin.io/v1/","https://fio.eostribe.io/v1/","https://api.fio.greeneosio.com/v1/","https://api.fio.services/v1/","https://fio.eosusa.news/v1/"],historyNodeUrls:["https://fio.greymass.com/v1/","https://fio.greymass.com/v1/","https://fio.eosphere.io/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:{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"},fioRequestsTypes:M.$G,balanceCurrencyCodes:{staked:"FIO:STAKED",locked:"FIO:LOCKED"}},addressExplorer:"https://fio.bloks.io/key/%s",transactionExplorer:"https://fio.bloks.io/transaction/%s",denominations:[{name:"FIO",multiplier:"1000000000",symbol:"\u1D6E"}],metaTokens:[]},Y=(0,h.P)({currencyInfo:S,networkInfo:{},otherMethodNames:g,getInnerPlugin(){return I(this,null,function*(){return yield Promise.all([o.e(434),o.e(246),o.e(153),o.e(801),o.e(696),o.e(835),o.e(539),o.e(6),o.e(720),o.e(184),o.e(890),o.e(491),o.e(576),o.e(805)]).then(o.bind(o,64139))})}})},825:function(F,A,o){"use strict";o.d(A,{DP:function(){return m},LZ:function(){return H},NV:function(){return I},Vf:function(){return Y},nG:function(){return M},ni:function(){return g},qv:function(){return L},sd:function(){return S}});var h=o(82448);const M=(0,h.su)({activationRequestId:(0,h.Vk)(h.XC),accountActivationQuoteAddress:(0,h.Vk)(h.XC),accountActivationQuoteAmount:(0,h.Vk)(h.XC),hederaAccount:(0,h.Vk)(h.XC),latestTimestamp:(0,h.Vk)(h.XC),paymentSubmitted:(0,h.Vk)(h.jK)}),g=["getActivationSupportedCurrencies","getActivationCost","validateAccount"],I=(0,h.su)({hbar:h.XC}),m=(0,h.su)({accounts:(0,h._2)((0,h.su)({account:h.XC,key:(0,h.su)({key:h.XC})}))}),S=(0,h.su)({balances:(0,h._2)((0,h.su)({account:h.XC,balance:h.mH}))}),Y=(0,h.su)({transactions:(0,h._2)((0,h.su)({transaction_hash:h.XC,transaction_id:h.XC,valid_start_timestamp:h.XC,transfers:(0,h._2)((0,h.su)({account:h.XC,amount:h.mH})),memo_base64:h.XC,result:h.XC,name:h.XC,consensus_timestamp:h.XC,charged_tx_fee:h.mH}))}),H=(0,h.su)({amount:h.XC,address:h.XC,request_id:h.XC}),L=(0,h.su)({status:h.XC,account_id:(0,h.Zz)(h.XC)})},81649:function(F,A,o){"use strict";o.d(A,{c:function(){return S},j:function(){return m}});var h=o(24224),M=(Y,H,L)=>new Promise((z,te)=>{var se=R=>{try{J(L.next(R))}catch(X){te(X)}},ee=R=>{try{J(L.throw(R))}catch(X){te(X)}},J=R=>R.done?z(R.value):Promise.resolve(R.value).then(se,ee);J((L=L.apply(Y,H)).next())});const m={currencyCode:"XTZ",displayName:"Tezos",pluginId:"tezos",walletType:"wallet:tezos",defaultSettings:{otherSettings:{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"}},addressExplorer:"https://tzstats.com/%s",transactionExplorer:"https://tzstats.com/%s",denominations:[{name:"XTZ",multiplier:"1000000",symbol:"t"}],metaTokens:[]},S=(0,h.P)({currencyInfo:m,networkInfo:{},getInnerPlugin(){return M(this,null,function*(){return yield Promise.all([o.e(434),o.e(153),o.e(801),o.e(696),o.e(835),o.e(233),o.e(576),o.e(92)]).then(o.bind(o,12170))})}})},35666:function(F){var A=function(o){"use strict";var h=Object.prototype,M=h.hasOwnProperty,g=Object.defineProperty||function(r,a,i){r[a]=i.value},I,m=typeof Symbol=="function"?Symbol:{},S=m.iterator||"@@iterator",Y=m.asyncIterator||"@@asyncIterator",H=m.toStringTag||"@@toStringTag";function L(r,a,i){return Object.defineProperty(r,a,{value:i,enumerable:!0,configurable:!0,writable:!0}),r[a]}try{L({},"")}catch{L=function(a,i,l){return a[i]=l}}function z(r,a,i,l){var f=a&&a.prototype instanceof ie?a:ie,s=Object.create(f.prototype),t=new c(l||[]);return g(s,"_invoke",{value:ce(r,i,t)}),s}o.wrap=z;function te(r,a,i){try{return{type:"normal",arg:r.call(a,i)}}catch(l){return{type:"throw",arg:l}}}var se="suspendedStart",ee="suspendedYield",J="executing",R="completed",X={};function ie(){}function pe(){}function le(){}var ge={};L(ge,S,function(){return this});var T=Object.getPrototypeOf,U=T&&T(T(e([])));U&&U!==h&&M.call(U,S)&&(ge=U);var B=le.prototype=ie.prototype=Object.create(ge);pe.prototype=le,g(B,"constructor",{value:le,configurable:!0}),g(le,"constructor",{value:pe,configurable:!0}),pe.displayName=L(le,H,"GeneratorFunction");function ae(r){["next","throw","return"].forEach(function(a){L(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,le):(r.__proto__=le,L(r,H,"GeneratorFunction")),r.prototype=Object.create(B),r},o.awrap=function(r){return{__await:r}};function ne(r,a){function i(s,t,d,P){var E=te(r[s],r,t);if(E.type==="throw")P(E.arg);else{var x=E.arg,W=x.value;return W&&typeof W=="object"&&M.call(W,"__await")?a.resolve(W.__await).then(function($){i("next",$,d,P)},function($){i("throw",$,d,P)}):a.resolve(W).then(function($){x.value=$,d(x)},function($){return i("throw",$,d,P)})}}var l;function f(s,t){function d(){return new a(function(P,E){i(s,t,P,E)})}return l=l?l.then(d,d):d()}g(this,"_invoke",{value:f})}ae(ne.prototype),L(ne.prototype,Y,function(){return this}),o.AsyncIterator=ne,o.async=function(r,a,i,l,f){f===void 0&&(f=Promise);var s=new ne(z(r,a,i,l),f);return o.isGeneratorFunction(a)?s:s.next().then(function(t){return t.done?t.value:s.next()})};function ce(r,a,i){var l=se;return function(s,t){if(l===J)throw new Error("Generator is already running");if(l===R){if(s==="throw")throw t;return n()}for(i.method=s,i.arg=t;;){var d=i.delegate;if(d){var P=re(d,i);if(P){if(P===X)continue;return P}}if(i.method==="next")i.sent=i._sent=i.arg;else if(i.method==="throw"){if(l===se)throw l=R,i.arg;i.dispatchException(i.arg)}else i.method==="return"&&i.abrupt("return",i.arg);l=J;var E=te(r,a,i);if(E.type==="normal"){if(l=i.done?R:ee,E.arg===X)continue;return{value:E.arg,done:i.done}}else E.type==="throw"&&(l=R,i.method="throw",i.arg=E.arg)}}}function re(r,a){var i=a.method,l=r.iterator[i];if(l===I)return a.delegate=null,i==="throw"&&r.iterator.return&&(a.method="return",a.arg=I,re(r,a),a.method==="throw")||i!=="return"&&(a.method="throw",a.arg=new TypeError("The iterator does not provide a '"+i+"' method")),X;var f=te(l,r.iterator,a.arg);if(f.type==="throw")return a.method="throw",a.arg=f.arg,a.delegate=null,X;var s=f.arg;if(!s)return a.method="throw",a.arg=new TypeError("iterator result is not an object"),a.delegate=null,X;if(s.done)a[r.resultName]=s.value,a.next=r.nextLoc,a.method!=="return"&&(a.method="next",a.arg=I);else return s;return a.delegate=null,X}ae(B),L(B,H,"Generator"),L(B,S,function(){return this}),L(B,"toString",function(){return"[object Generator]"});function b(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 C(r){var a=r.completion||{};a.type="normal",delete a.arg,r.completion=a}function c(r){this.tryEntries=[{tryLoc:"root"}],r.forEach(b,this),this.reset(!0)}o.keys=function(r){var a=Object(r),i=[];for(var l in a)i.push(l);return i.reverse(),function f(){for(;i.length;){var s=i.pop();if(s in a)return f.value=s,f.done=!1,f}return f.done=!0,f}};function e(r){if(r){var a=r[S];if(a)return a.call(r);if(typeof r.next=="function")return r;if(!isNaN(r.length)){var i=-1,l=function f(){for(;++i<r.length;)if(M.call(r,i))return f.value=r[i],f.done=!1,f;return f.value=I,f.done=!0,f};return l.next=l}}return{next:n}}o.values=e;function n(){return{value:I,done:!0}}return c.prototype={constructor:c,reset:function(r){if(this.prev=0,this.next=0,this.sent=this._sent=I,this.done=!1,this.delegate=null,this.method="next",this.arg=I,this.tryEntries.forEach(C),!r)for(var a in this)a.charAt(0)==="t"&&M.call(this,a)&&!isNaN(+a.slice(1))&&(this[a]=I)},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(P,E){return s.type="throw",s.arg=r,a.next=P,E&&(a.method="next",a.arg=I),!!E}for(var l=this.tryEntries.length-1;l>=0;--l){var f=this.tryEntries[l],s=f.completion;if(f.tryLoc==="root")return i("end");if(f.tryLoc<=this.prev){var t=M.call(f,"catchLoc"),d=M.call(f,"finallyLoc");if(t&&d){if(this.prev<f.catchLoc)return i(f.catchLoc,!0);if(this.prev<f.finallyLoc)return i(f.finallyLoc)}else if(t){if(this.prev<f.catchLoc)return i(f.catchLoc,!0)}else if(d){if(this.prev<f.finallyLoc)return i(f.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 l=this.tryEntries[i];if(l.tryLoc<=this.prev&&M.call(l,"finallyLoc")&&this.prev<l.finallyLoc){var f=l;break}}f&&(r==="break"||r==="continue")&&f.tryLoc<=a&&a<=f.finallyLoc&&(f=null);var s=f?f.completion:{};return s.type=r,s.arg=a,f?(this.method="next",this.next=f.finallyLoc,X):this.complete(s)},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),C(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 l=i.completion;if(l.type==="throw"){var f=l.arg;C(i)}return f}}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=I),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 L},Wf:function(){return le},XC:function(){return R},Zz:function(){return J},_2:function(){return M},_C:function(){return S},gu:function(){return te},jK:function(){return g},mH:function(){return se},qF:function(){return m},su:function(){return ee},vq:function(){return X},zv:function(){return ie}});var h=o(47630);const M=h.asArray,g=h.asBoolean,I=h.asCodec,m=h.asDate,S=h.asEither,Y=h.asJSON,H=h.asMap,L=h.asMaybe,z=h.asNone,te=h.asNull,se=h.asNumber,ee=h.asObject,J=h.asOptional,R=h.asString,X=h.asTuple,ie=h.asUndefined,pe=h.asUnknown,le=h.asValue,ge=h.uncleaner}},M0={};function y(F){var A=M0[F];if(A!==void 0)return A.exports;var o=M0[F]={id:F,loaded:!1,exports:{}};return N0[F].call(o.exports,o,o.exports,y),o.loaded=!0,o.exports}y.m=N0,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,h){if(h&1&&(o=this(o)),h&8||typeof o=="object"&&o&&(h&4&&o.__esModule||h&16&&typeof o.then=="function"))return o;var M=Object.create(null);y.r(M);var g={};A=A||[null,F({}),F([]),F(F)];for(var I=h&2&&o;typeof I=="object"&&!~A.indexOf(I);I=F(I))Object.getOwnPropertyNames(I).forEach(function(m){g[m]=function(){return o[m]}});return g.default=function(){return o},y.d(M,g),M}}(),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",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,h,M,g){if(F[o]){F[o].push(h);return}var I,m;if(M!==void 0)for(var S=document.getElementsByTagName("script"),Y=0;Y<S.length;Y++){var H=S[Y];if(H.getAttribute("src")==o||H.getAttribute("data-webpack")==A+M){I=H;break}}I||(m=!0,I=document.createElement("script"),I.charset="utf-8",I.timeout=120,y.nc&&I.setAttribute("nonce",y.nc),I.setAttribute("data-webpack",A+M),I.src=o),F[o]=[h];var L=function(te,se){I.onerror=I.onload=null,clearTimeout(z);var ee=F[o];if(delete F[o],I.parentNode&&I.parentNode.removeChild(I),ee&&ee.forEach(function(J){return J(se)}),te)return te(se)},z=setTimeout(L.bind(null,void 0,{type:"timeout",target:I}),12e4);I.onerror=L.bind(null,I.onerror),I.onload=L.bind(null,I.onload),m&&document.head.appendChild(I)}}(),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(h,M){var g=y.o(F,h)?F[h]:void 0;if(g!==0)if(g)M.push(g[2]);else{var I=new Promise(function(H,L){g=F[h]=[H,L]});M.push(g[2]=I);var m=y.p+y.u(h),S=new Error,Y=function(H){if(y.o(F,h)&&(g=F[h],g!==0&&(F[h]=void 0),g)){var L=H&&(H.type==="load"?"missing":H.type),z=H&&H.target&&H.target.src;S.message="Loading chunk "+h+` failed.
2
+ (`+L+": "+z+")",S.name="ChunkLoadError",S.type=L,S.request=z,g[1](S)}};y.l(m,Y,"chunk-"+h,h)}};var A=function(h,M){var g=M[0],I=M[1],m=M[2],S,Y,H=0;if(g.some(function(z){return F[z]!==0})){for(S in I)y.o(I,S)&&(y.m[S]=I[S]);if(m)var L=m(y)}for(h&&h(M);H<g.length;H++)Y=g[H],y.o(F,Y)&&F[Y]&&F[Y][0](),F[Y]=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 Kt={};(function(){"use strict";var F=y(35666),A=y(77495),o=y(24224),h=y(83718),M=(V,j,k)=>new Promise((Q,Z)=>{var ye=N=>{try{D(k.next(N))}catch(O){Z(O)}},_=N=>{try{D(k.throw(N))}catch(O){Z(O)}},D=N=>N.done?Q(N.value):Promise.resolve(N.value).then(ye,_);D((k=k.apply(V,j)).next())});const g={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"],eosFuelServers:["https://eos.greymass.com"],eosDfuseServers:["https://eos.dfuse.eosnation.io"],uriProtocol:"eos"},m={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:[]},S=(0,o.P)({currencyInfo:m,networkInfo:g,otherMethodNames:h.F,getInnerPlugin(){return M(this,null,function*(){return yield Promise.all([y.e(434),y.e(246),y.e(801),y.e(696),y.e(539),y.e(6),y.e(720),y.e(890),y.e(536),y.e(576),y.e(679)]).then(y.bind(y,58030))})}});var Y=(V,j,k)=>new Promise((Q,Z)=>{var ye=N=>{try{D(k.next(N))}catch(O){Z(O)}},_=N=>{try{D(k.throw(N))}catch(O){Z(O)}},D=N=>N.done?Q(N.value):Promise.resolve(N.value).then(ye,_);D((k=k.apply(V,j)).next())});const H={chainId:"4667b205c6838ef70ff7988f6e8257e8be0e1284a2f59699054a018f743b1d11",eosActivationServers:["https://eospay.edge.app","https://account.teloscrew.com"],eosHyperionNodes:["https://telos.caleos.io"],eosNodes:["https://telos.caleos.io"],eosFuelServers:[],eosDfuseServers:[],uriProtocol:"telos"},z={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:[]},te=(0,o.P)({currencyInfo:z,networkInfo:H,otherMethodNames:h.F,getInnerPlugin(){return Y(this,null,function*(){return yield Promise.all([y.e(434),y.e(246),y.e(801),y.e(696),y.e(539),y.e(6),y.e(720),y.e(890),y.e(536),y.e(576),y.e(679)]).then(y.bind(y,58030))})}});var se=(V,j,k)=>new Promise((Q,Z)=>{var ye=N=>{try{D(k.next(N))}catch(O){Z(O)}},_=N=>{try{D(k.throw(N))}catch(O){Z(O)}},D=N=>N.done?Q(N.value):Promise.resolve(N.value).then(ye,_);D((k=k.apply(V,j)).next())});const ee={chainId:"1064487b3cd1a897ce03ae5b6a865651747e2e152090f99c1d19d44e01aea5a4",createAccountViaSingleApiEndpoints:["https://edge.maltablock.org/api/v1/activateAccount"],eosActivationServers:[],eosDfuseServers:[],eosFuelServers:[],eosHyperionNodes:["https://api.waxsweden.org"],eosNodes:["https://api.waxsweden.org"],uriProtocol:"wax"},R={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:[]},X=(0,o.P)({currencyInfo:R,networkInfo:ee,otherMethodNames:h.F,getInnerPlugin(){return se(this,null,function*(){return yield Promise.all([y.e(434),y.e(246),y.e(801),y.e(696),y.e(539),y.e(6),y.e(720),y.e(890),y.e(536),y.e(576),y.e(679)]).then(y.bind(y,58030))})}}),ie={eos:S,telos:te,wax:X};var pe=y(49889),le=y(14023),ge=y(825),T=(V,j,k)=>new Promise((Q,Z)=>{var ye=N=>{try{D(k.next(N))}catch(O){Z(O)}},_=N=>{try{D(k.throw(N))}catch(O){Z(O)}},D=N=>N.done?Q(N.value):Promise.resolve(N.value).then(ye,_);D((k=k.apply(V,j)).next())});const ae={currencyCode:"HBAR",displayName:"Hedera",pluginId:"hedera",walletType:"wallet:hedera",defaultSettings:{otherSettings:{creatorApiServers:["https://creator.myhbarwallet.com"],mirrorNodes:["https://mainnet-public.mirrornode.hedera.com"],client:"Mainnet",checksumNetworkID:"0",maxFee:9e5}},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:[]},ne=(0,o.P)({currencyInfo:ae,networkInfo:{},otherMethodNames:ge.ni,getInnerPlugin(){return T(this,null,function*(){return yield Promise.all([y.e(434),y.e(246),y.e(153),y.e(801),y.e(696),y.e(835),y.e(539),y.e(780),y.e(94),y.e(19),y.e(431),y.e(549),y.e(576),y.e(894)]).then(y.bind(y,85520))})}});var ce=(V,j,k)=>new Promise((Q,Z)=>{var ye=N=>{try{D(k.next(N))}catch(O){Z(O)}},_=N=>{try{D(k.throw(N))}catch(O){Z(O)}},D=N=>N.done?Q(N.value):Promise.resolve(N.value).then(ye,_);D((k=k.apply(V,j)).next())});const C={currencyCode:"DOT",displayName:"Polkadot",pluginId:"polkadot",walletType:"wallet:polkadot",defaultSettings:{otherSettings:{rpcNodes:["wss://rpc.polkadot.io"],genesisHash:"0x91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3",subscanBaseUrl:"https://polkadot.api.subscan.io/api",subscanQueryLimit:100,existentialDeposit:"10000000000",lengthFeePerByte:"1000000"}},addressExplorer:"https://polkadot.subscan.io/account/%s",transactionExplorer:"https://polkadot.subscan.io/extrinsic/%s",denominations:[{name:"DOT",multiplier:"10000000000",symbol:""}],metaTokens:[]},c=(0,o.P)({currencyInfo:C,networkInfo:{},checkEnvironment:()=>{if(y.g.BigInt==null)throw new Error("Polkadot requires bigint support")},getInnerPlugin(){return ce(this,null,function*(){return yield Promise.all([y.e(434),y.e(246),y.e(153),y.e(780),y.e(618),y.e(576),y.e(591)]).then(y.bind(y,65813))})}});var e=(V,j,k)=>new Promise((Q,Z)=>{var ye=N=>{try{D(k.next(N))}catch(O){Z(O)}},_=N=>{try{D(k.throw(N))}catch(O){Z(O)}},D=N=>N.done?Q(N.value):Promise.resolve(N.value).then(ye,_);D((k=k.apply(V,j)).next())});const a={currencyCode:"SOL",displayName:"Solana",pluginId:"solana",walletType:"wallet:solana",defaultSettings:{otherSettings:{rpcNodes:["https://ssc-dao.genesysgo.net","https://api.mainnet-beta.solana.com"],commitment:"confirmed",txQueryLimit:1e3,derivationPath:"m/44'/501'/0'/0'",memoPublicKey:"MemoSq4gqABAXKb96qnH8TysNcWxMyWCqXgDLGmfcHr"}},addressExplorer:"https://explorer.solana.com/address/%s",transactionExplorer:"https://explorer.solana.com/tx/%s",denominations:[{name:"SOL",multiplier:"1000000000",symbol:"\u25CE"}],metaTokens:[]},i=(0,o.P)({currencyInfo:a,networkInfo:{},getInnerPlugin(){return e(this,null,function*(){return yield Promise.all([y.e(434),y.e(246),y.e(153),y.e(801),y.e(780),y.e(94),y.e(884),y.e(645),y.e(576),y.e(601)]).then(y.bind(y,29016))})}});var l=(V,j,k)=>new Promise((Q,Z)=>{var ye=N=>{try{D(k.next(N))}catch(O){Z(O)}},_=N=>{try{D(k.throw(N))}catch(O){Z(O)}},D=N=>N.done?Q(N.value):Promise.resolve(N.value).then(ye,_);D((k=k.apply(V,j)).next())});const t={currencyCode:"XLM",displayName:"Stellar",pluginId:"stellar",walletType:"wallet:stellar",defaultSettings:{otherSettings:{stellarServers:["https://horizon.stellar.org"]}},memoMaxLength:19,addressExplorer:"https://stellarchain.io/address/%s",transactionExplorer:"https://stellarchain.io/tx/%s",denominations:[{name:"XLM",multiplier:"10000000",symbol:"*"}],metaTokens:[]},d=(0,o.P)({currencyInfo:t,networkInfo:{},getInnerPlugin(){return l(this,null,function*(){return yield Promise.all([y.e(434),y.e(246),y.e(801),y.e(696),y.e(835),y.e(539),y.e(780),y.e(978),y.e(720),y.e(669),y.e(267),y.e(804),y.e(576),y.e(870)]).then(y.bind(y,31188))})}});var P=y(81649),E=y(20918),x=(V,j,k)=>new Promise((Q,Z)=>{var ye=N=>{try{D(k.next(N))}catch(O){Z(O)}},_=N=>{try{D(k.throw(N))}catch(O){Z(O)}},D=N=>N.done?Q(N.value):Promise.resolve(N.value).then(ye,_);D((k=k.apply(V,j)).next())});const W={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"}}},$={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},oe={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,E.ZS)(W)},We=(0,o.P)({builtinTokens:W,currencyInfo:oe,networkInfo:$,getInnerPlugin(){return x(this,null,function*(){return yield Promise.all([y.e(434),y.e(246),y.e(153),y.e(801),y.e(696),y.e(835),y.e(539),y.e(6),y.e(669),y.e(184),y.e(19),y.e(944),y.e(730),y.e(576),y.e(5)]).then(y.bind(y,9127))})}});var de=(V,j,k)=>new Promise((Q,Z)=>{var ye=N=>{try{D(k.next(N))}catch(O){Z(O)}},_=N=>{try{D(k.throw(N))}catch(O){Z(O)}},D=N=>N.done?Q(N.value):Promise.resolve(N.value).then(ye,_);D((k=k.apply(V,j)).next())});const fe={rippledServers:["wss://s2.ripple.com","wss://xrplcluster.com"],defaultFee:"10",baseReserve:"10000000",baseReservePerToken:"2000000"},r0={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:[]},be={"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"}}},Ee=(0,o.P)({builtinTokens:be,currencyInfo:r0,networkInfo:fe,getInnerPlugin(){return de(this,null,function*(){return yield Promise.all([y.e(434),y.e(246),y.e(153),y.e(801),y.e(696),y.e(835),y.e(539),y.e(6),y.e(978),y.e(431),y.e(786),y.e(267),y.e(726),y.e(576),y.e(603)]).then(y.bind(y,23818))})}});var $e=(V,j,k)=>new Promise((Q,Z)=>{var ye=N=>{try{D(k.next(N))}catch(O){Z(O)}},_=N=>{try{D(k.throw(N))}catch(O){Z(O)}},D=N=>N.done?Q(N.value):Promise.resolve(N.value).then(ye,_);D((k=k.apply(V,j)).next())});const Se={rpcNode:{networkName:"mainnet",defaultHost:"lightd1.pirate.black",defaultPort:443},defaultBirthday:204e4,defaultNetworkFee:"10000",nativeSdk:"piratechain",transactionQueryLimit:999},Ie={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:[]},Ze=(0,o.P)({currencyInfo:Ie,networkInfo:Se,getInnerPlugin(){return $e(this,null,function*(){return yield Promise.all([y.e(434),y.e(246),y.e(153),y.e(576),y.e(159)]).then(y.bind(y,940))})}});var Ce=(V,j,k)=>new Promise((Q,Z)=>{var ye=N=>{try{D(k.next(N))}catch(O){Z(O)}},_=N=>{try{D(k.throw(N))}catch(O){Z(O)}},D=N=>N.done?Q(N.value):Promise.resolve(N.value).then(ye,_);D((k=k.apply(V,j)).next())});const Ne={rpcNode:{networkName:"mainnet",defaultHost:"mainnet.lightwalletd.com",defaultPort:9067},defaultBirthday:131e4,defaultNetworkFee:"1000",nativeSdk:"zcash",transactionQueryLimit:999},ze={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:[]},Me=(0,o.P)({currencyInfo:ze,networkInfo:Ne,getInnerPlugin(){return Ce(this,null,function*(){return yield Promise.all([y.e(434),y.e(246),y.e(153),y.e(576),y.e(159)]).then(y.bind(y,940))})}});var Te=Object.defineProperty,Ye=Object.defineProperties,xe=Object.getOwnPropertyDescriptors,ve=Object.getOwnPropertySymbols,a0=Object.prototype.hasOwnProperty,Fe=Object.prototype.propertyIsEnumerable,we=(V,j,k)=>j in V?Te(V,j,{enumerable:!0,configurable:!0,writable:!0,value:k}):V[j]=k,Je=(V,j)=>{for(var k in j||(j={}))a0.call(j,k)&&we(V,k,j[k]);if(ve)for(var k of ve(j))Fe.call(j,k)&&we(V,k,j[k]);return V},Ae=(V,j)=>Ye(V,xe(j));const Pe=Ae(Je(Je({},ie),pe.j),{binance:A.O,fio:le.l,hedera:ne,piratechain:Ze,polkadot:c,ripple:Ee,solana:i,stellar:d,tezos:P.c,tron:We,zcash:Me});typeof window<"u"&&typeof window.addEdgeCorePlugins=="function"&&window.addEdgeCorePlugins(Pe);var o0=null})()})();
@@ -117,7 +117,7 @@ const defaultNetworkFees = {
117
117
  standardFeeLowAmount: '100000000000000000',
118
118
  standardFeeHighAmount: '10000000000000000000',
119
119
  highFee: '40000000001',
120
- minGasPrice: '1000000000'
120
+ minGasPrice: '100000'
121
121
  },
122
122
  minPriorityFee: '2000000000'
123
123
  }
@@ -27,9 +27,8 @@ const currencyInfo = {
27
27
 
28
28
  memoMaxLength: 100,
29
29
 
30
- addressExplorer: 'https://hederaexplorer.io/search-details/account/%s',
31
- transactionExplorer:
32
- 'https://hederaexplorer.io/search-details/transaction/%s',
30
+ addressExplorer: 'https://hashscan.io/mainnet/account/%s',
31
+ transactionExplorer: 'https://hashscan.io/mainnet/transaction/%s',
33
32
 
34
33
  denominations: [
35
34
  // An array of Objects of the possible denominations for this currency
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "edge-currency-accountbased",
3
- "version": "0.22.16",
3
+ "version": "0.22.18",
4
4
  "description": "Edge currency plugin for account based currencies",
5
5
  "homepage": "https://edge.app/",
6
6
  "repository": {