edge-currency-accountbased 0.22.21 → 0.23.0
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 +7 -0
- package/android/src/main/assets/edge-currency-accountbased/{645.chunk.js → 216.chunk.js} +6 -6
- package/android/src/main/assets/edge-currency-accountbased/244.chunk.js +1 -1
- package/android/src/main/assets/edge-currency-accountbased/387.chunk.js +9 -0
- package/android/src/main/assets/edge-currency-accountbased/491.chunk.js +1 -1
- package/android/src/main/assets/edge-currency-accountbased/549.chunk.js +1 -1
- package/android/src/main/assets/edge-currency-accountbased/94.chunk.js +8 -9
- package/android/src/main/assets/edge-currency-accountbased/bnb.chunk.js +3 -3
- package/android/src/main/assets/edge-currency-accountbased/edge-currency-accountbased.js +2 -2
- package/android/src/main/assets/edge-currency-accountbased/eos.chunk.js +11 -11
- package/android/src/main/assets/edge-currency-accountbased/ethereum.chunk.js +9 -9
- package/android/src/main/assets/edge-currency-accountbased/fio.chunk.js +2 -2
- package/android/src/main/assets/edge-currency-accountbased/hedera.chunk.js +2 -2
- package/android/src/main/assets/edge-currency-accountbased/polkadot.chunk.js +2 -2
- package/android/src/main/assets/edge-currency-accountbased/ripple.chunk.js +5 -4
- package/android/src/main/assets/edge-currency-accountbased/solana.chunk.js +3 -3
- package/android/src/main/assets/edge-currency-accountbased/stellar.chunk.js +6 -6
- package/android/src/main/assets/edge-currency-accountbased/tezos.chunk.js +3 -3
- package/android/src/main/assets/edge-currency-accountbased/tron.chunk.js +1 -1
- package/android/src/main/assets/edge-currency-accountbased/zcash.chunk.js +2 -2
- package/lib/binance/bnbEngine.js +28 -16
- package/lib/binance/bnbTypes.js +11 -0
- package/lib/common/engine.js +47 -3
- package/lib/common/types.js +20 -0
- package/lib/declare-modules.d.js +0 -22
- package/lib/eos/eosEngine.js +32 -21
- package/lib/eos/eosTypes.js +16 -0
- package/lib/eos/info/eosInfo.js +3 -1
- package/lib/ethereum/ethEngine.js +90 -140
- package/lib/ethereum/ethTypes.js +64 -0
- package/lib/fio/fioConst.js +26 -55
- package/lib/fio/fioEngine.js +830 -609
- package/lib/fio/fioError.js +15 -22
- package/lib/fio/fioInfo.js +13 -23
- package/lib/fio/fioPlugin.js +85 -94
- package/lib/fio/fioTypes.js +180 -1
- package/lib/hedera/hederaEngine.js +24 -12
- package/lib/hedera/hederaTypes.js +37 -0
- package/lib/polkadot/polkadotEngine.js +30 -10
- package/lib/polkadot/polkadotTypes.js +37 -0
- package/lib/solana/solanaEngine.js +25 -27
- package/lib/solana/solanaTypes.js +37 -0
- package/lib/stellar/stellarEngine.js +21 -19
- package/lib/stellar/stellarTypes.js +10 -0
- package/lib/tezos/tezosEngine.js +23 -18
- package/lib/tezos/tezosTypes.js +16 -0
- package/lib/tron/tronEngine.js +14 -7
- package/lib/tron/tronPlugin.js +1 -1
- package/lib/tron/tronTypes.js +15 -11
- package/lib/xrp/xrpEngine.js +86 -59
- package/lib/xrp/xrpTypes.js +16 -0
- package/lib/zcash/zecEngine.js +33 -27
- package/lib/zcash/zecInfo.js +4 -1
- package/lib/zcash/zecPlugin.js +20 -6
- package/lib/zcash/zecTypes.js +57 -1
- package/package.json +3 -3
- package/android/src/main/assets/edge-currency-accountbased/206.chunk.js +0 -8
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
(function(){var N0={77591:function(P,w,o){"use strict";var h=this&&this.__importDefault||function(g){return g&&g.__esModule?g:{default:g}};Object.defineProperty(w,"__esModule",{value:!0}),w.round=w.ceil=w.floor=w.abs=w.toFixed=w.log10=w.max=w.min=w.eq=w.lte=w.gte=w.lt=w.gt=w.div=w.mul=w.sub=w.add=void 0;const F=h(o(13550));function b(g){return!!(g.startsWith("0x")||g.startsWith("-0x")||g.toLowerCase().includes("a")||g.toLowerCase().includes("b")||g.toLowerCase().includes("c")||g.toLowerCase().includes("d")||g.toLowerCase().includes("e")||g.toLowerCase().includes("f"))}function C(g){return g.replace("0x","")}function m(g,N){let c=g;for(let e=0;e<N;e++)c+="0";return c}function S(g){let N=g.replace(/^0+/,"");return N=N.replace(/^\.+/,"0."),N.includes(".")&&(N=N.replace(/0+$/,""),N=N.replace(/\.+$/,""),N===""&&(N="0")),N===""&&(N="0"),N}function Z(g,N){if(N===0)return g;let c=!1;g.slice(0,1)==="-"&&(c=!0,g=g.slice(1));let e;return N>g.length?e="0."+m("",N-g.length)+g:e=g.substr(0,g.length-N)+"."+g.substr(g.length-N,g.length),e=S(e),c&&(e=`-${e}`),e}function R(g,N,c){let e=g,n=N;B(e,n);let r=e.indexOf("."),a=n.indexOf(".");const i=b(e),l=b(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 B(...g){for(const N of g){if(N.split(".").length-1>1)throw new Error("Invalid number: more than one decimal point");if(N.split("-").length-1>1)throw new Error("Invalid number: more than one negative sign")}}function z(g,N,c=10){if(c!==10&&c!==16)throw new Error("Unsupported base");let{x:e,y:n,shift:r}=R(g,N);const a=b(e)?16:10,i=b(n)?16:10;e=C(e),n=C(n);const l=new F.default(e,a),f=new F.default(n,i);let s=l.add(f).toString(c);return s=Z(s,r),c===10?s:s.replace(/^(-)?/,"$10x")}w.add=z;function ne(g,N,c=10){if(c!==10&&c!==16)throw new Error("Unsupported base");let{x:e,y:n,shift:r}=R(g,N);const a=b(e)?16:10,i=b(n)?16:10;e=C(e),n=C(n);const l=new F.default(e,a),f=new F.default(n,i);let s=l.mul(f).toString(c);return s=Z(s,r*2),c===10?s:s.replace(/^(-)?/,"$10x")}w.mul=ne;function pe(g,N,c=10){if(c!==10&&c!==16)throw new Error("Unsupported base");let{x:e,y:n,shift:r}=R(g,N);const a=b(e)?16:10,i=b(n)?16:10;e=C(e),n=C(n);const l=new F.default(e,a),f=new F.default(n,i);let s=l.sub(f).toString(c);return s=Z(s,r),c===10?s:s.replace(/^(-)?/,"$10x")}w.sub=pe;function q(g,N,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}=R(g,N,c);const a=b(n)?16:10,i=b(r)?16:10;n=C(n),r=C(r);const l=new F.default(n,a),f=new F.default(r,i);let s=l.div(f).toString(e);return s=Z(s,c),e===10?s:s.replace(/^(-)?/,"$10x")}w.div=q;function V(g,N){let{x:c,y:e}=R(g,N);const n=b(c)?16:10,r=b(e)?16:10;c=C(c),e=C(e);const a=new F.default(c,n),i=new F.default(e,r);return a.lt(i)}w.lt=V;function W(g,N){let{x:c,y:e}=R(g,N);const n=b(c)?16:10,r=b(e)?16:10;c=C(c),e=C(e);const a=new F.default(c,n),i=new F.default(e,r);return a.lte(i)}w.lte=W;function $(g,N){let{x:c,y:e}=R(g,N);const n=b(c)?16:10,r=b(e)?16:10;c=C(c),e=C(e);const a=new F.default(c,n),i=new F.default(e,r);return a.gt(i)}w.gt=$;function re(g,N){let{x:c,y:e}=R(g,N);const n=b(c)?16:10,r=b(e)?16:10;c=C(c),e=C(e);const a=new F.default(c,n),i=new F.default(e,r);return a.gte(i)}w.gte=re;function ie(g,N){let{x:c,y:e}=R(g,N);const n=b(c)?16:10,r=b(e)?16:10;c=C(c),e=C(e);const a=new F.default(c,n),i=new F.default(e,r);return a.eq(i)}w.eq=ie;function de(g,N,c=10){let{x:e,y:n,shift:r}=R(g,N);const a=b(e)?16:10,i=b(n)?16:10;e=C(e),n=C(n);const l=new F.default(e,a),f=new F.default(n,i);let s;return l.lte(f)?s=l.toString(c):s=f.toString(c),s=Z(s,r),c===10?s:s.replace(/^(-)?/,"$10x")}w.min=de;function ve(g,N=10){if(N!==10&&N!==16)throw new Error("Unsupported base");let{x:c,shift:e}=R(g,"0");const n=b(g)?16:10;c=C(c);let a=new F.default(c,n).abs().toString(N);return a=Z(a,e),N===10?a:a.replace(/^(-)?/,"$10x")}w.abs=ve;function T(g,N,c=10){let{x:e,y:n,shift:r}=R(g,N);const a=b(e)?16:10,i=b(n)?16:10;e=C(e),n=C(n);const l=new F.default(e,a),f=new F.default(n,i);let s;return l.gte(f)?s=l.toString(c):s=f.toString(c),s=Z(s,r),c===10?s:s.replace(/^(-)?/,"$10x")}w.max=T;function O(g,N,c=0){var e,n;B(N);let r=!1,a="",i=N;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(g==="round"){const oe=(e=d[t])!==null&&e!==void 0?e:"0";re(oe,"5")?g="ceil":g="floor"}const k=Math.max(d.length-t+1,0),E=new Array(k).join("0");let x=d.substring(0,t)+E;const j=$(d.substring(t),"0");if(g==="ceil"&&j){const oe="1"+E,Ze=((n=x.match(/^0+/))!==null&&n!==void 0?n:[""])[0].length;x=new Array(Ze).join("0")+z(x,oe)}const Y=s+(x.length-d.length);return s!==-1?a=x.substring(0,Y)+"."+x.substring(Y):a=x,a=S(a),r&&a!=="0"&&(a="-"+a),a}const D=(g,N)=>O("floor",g,N);w.floor=D;const ae=(g,N)=>O("ceil",g,N);w.ceil=ae;const ee=(g,N)=>O("round",g,N);w.round=ee;function se(g,N=2,c=8){B(g);let e=!1,n="",r=g;r.includes("-")&&(e=!0,r=r.replace(/^-+/,"")),r=S(r);const a=r.indexOf(".");if(a===-1)n=r+"."+m("",N);else{const i=r.length-a-1;i>c?n=r.substr(0,r.length-(i-c)):i<N?n=r+m("",N-i):n=r}return n=n.replace(/\.+$/,""),e&&n!=="0"&&(n="-"+n),n}w.toFixed=se;function te(g){if(g.match(/^[0-1]+$/g)===null)throw new Error("InvalidLogInputValue: Must be a power of 10");if(!g.startsWith("1"))throw new Error("InvalidLogInputValue: Must not have leading zeros");if((g.match(/1/g)||[]).length>1)throw new Error("InvalidLogInputValue: Must be power of 10.");return(g.match(/0/g)||[]).length}w.log10=te},13550:function(P,w,o){P=o.nmd(P),function(h,F){"use strict";function b(c,e){if(!c)throw new Error(e||"Assertion failed")}function C(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:F.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),b(n===(n|0)&&n>=2&&n<=36),e=e.toString().replace(/\s+/g,"");var a=0;e[0]==="-"&&(a++,this.negative=1),a<e.length&&(n===16?this._parseHex(e,a,r):(this._parseBase(e,n,a),r==="le"&&this._initArray(this.toArray(),n,r)))},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):(b(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(b(typeof e.length=="number"),e.length<=0)return this.words=[0],this.length=1,this;this.length=Math.ceil(e.length/3),this.words=new Array(this.length);for(var a=0;a<this.length;a++)this.words[a]=0;var i,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 Z(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;b(!1,"Invalid character in "+c)}function R(c,e,n){var r=Z(c,n);return n-1>=e&&(r|=Z(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=R(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=R(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 B(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,b(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=B(e,d,d+a,n),this.imuln(i),this.words[0]+t<67108864?this.words[0]+=t:this._iaddn(t);if(f!==0){var k=1;for(t=B(e,d,e.length,n),d=0;d<f;d++)k*=n;this.imuln(k),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")]=ne}catch{m.prototype.inspect=ne}else m.prototype.inspect=ne;function ne(){return(this.red?"<BN-R: ":"<BN: ")+this.toString(16)+">"}var pe=["","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"],q=[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],V=[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=pe[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=q[e],d=V[e];r="";var k=this.clone();for(k.negative=0;!k.isZero();){var E=k.modrn(d).toString(e);k=k.idivn(d),k.isZero()?r=E+r:r=pe[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}b(!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&&b(!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 W=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);b(a<=i,"byte array longer than desired length"),b(i>0,"Requested array length <= 0");var l=W(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 $(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 b((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 b((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 b((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){b(typeof e=="number"&&e>=0);var n=Math.ceil(e/26)|0,r=e%26;this._expand(n),r>0&&n--;for(var a=0;a<n;a++)this.words[a]=~this.words[a]&67108863;return r>0&&(this.words[a]=~this.words[a]&67108863>>26-r),this._strip()},m.prototype.notn=function(e){return this.clone().inotn(e)},m.prototype.setn=function(e,n){b(typeof e=="number"&&e>=0);var r=e/26|0,a=e%26;return this._expand(r+1),n?this.words[r]=this.words[r]|1<<a:this.words[r]=this.words[r]&~(1<<a),this._strip()},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 re(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,k=s&67108863,E=Math.min(t,e.length-1),x=Math.max(0,t-c.length+1);x<=E;x++){var j=t-x|0;a=c.words[j]|0,i=e.words[x]|0,l=a*i+k,d+=l/67108864|0,k=l&67108863}n.words[t]=k|0,s=d|0}return s!==0?n.words[t]=s|0:n.length--,n._strip()}var ie=function(e,n,r){var a=e.words,i=n.words,l=r.words,f=0,s,t,d,k=a[0]|0,E=k&8191,x=k>>>13,j=a[1]|0,Y=j&8191,oe=j>>>13,Ze=a[2]|0,ce=Ze&8191,le=Ze>>>13,a0=a[3]|0,be=a0&8191,ke=a0>>>13,$e=a[4]|0,Se=$e&8191,Ce=$e>>>13,ze=a[5]|0,Ne=ze&8191,Me=ze>>>13,Ye=a[6]|0,Te=Ye&8191,Fe=Ye>>>13,Je=a[7]|0,Pe=Je&8191,ge=Je>>>13,o0=a[8]|0,we=o0&8191,Ae=o0>>>13,Qe=a[9]|0,Ie=Qe&8191,Ee=Qe>>>13,_=i[0]|0,U=_&8191,M=_>>>13,ye=i[1]|0,H=ye&8191,J=ye>>>13,fe=i[2]|0,L=fe&8191,I=fe>>>13,X=i[3]|0,Be=X&8191,xe=X>>>13,v0=i[4]|0,Re=v0&8191,Le=v0>>>13,b0=i[5]|0,Ue=b0&8191,De=b0>>>13,C0=i[6]|0,Oe=C0&8191,We=C0>>>13,g0=i[7]|0,He=g0&8191,Ke=g0>>>13,i0=i[8]|0,Ge=i0&8191,je=i0>>>13,s0=i[9]|0,Xe=s0&8191,Ve=s0>>>13;r.negative=e.negative^n.negative,r.length=19,s=Math.imul(E,U),t=Math.imul(E,M),t=t+Math.imul(x,U)|0,d=Math.imul(x,M);var qe=(f+s|0)+((t&8191)<<13)|0;f=(d+(t>>>13)|0)+(qe>>>26)|0,qe&=67108863,s=Math.imul(Y,U),t=Math.imul(Y,M),t=t+Math.imul(oe,U)|0,d=Math.imul(oe,M),s=s+Math.imul(E,H)|0,t=t+Math.imul(E,J)|0,t=t+Math.imul(x,H)|0,d=d+Math.imul(x,J)|0;var w0=(f+s|0)+((t&8191)<<13)|0;f=(d+(t>>>13)|0)+(w0>>>26)|0,w0&=67108863,s=Math.imul(ce,U),t=Math.imul(ce,M),t=t+Math.imul(le,U)|0,d=Math.imul(le,M),s=s+Math.imul(Y,H)|0,t=t+Math.imul(Y,J)|0,t=t+Math.imul(oe,H)|0,d=d+Math.imul(oe,J)|0,s=s+Math.imul(E,L)|0,t=t+Math.imul(E,I)|0,t=t+Math.imul(x,L)|0,d=d+Math.imul(x,I)|0;var _e=(f+s|0)+((t&8191)<<13)|0;f=(d+(t>>>13)|0)+(_e>>>26)|0,_e&=67108863,s=Math.imul(be,U),t=Math.imul(be,M),t=t+Math.imul(ke,U)|0,d=Math.imul(ke,M),s=s+Math.imul(ce,H)|0,t=t+Math.imul(ce,J)|0,t=t+Math.imul(le,H)|0,d=d+Math.imul(le,J)|0,s=s+Math.imul(Y,L)|0,t=t+Math.imul(Y,I)|0,t=t+Math.imul(oe,L)|0,d=d+Math.imul(oe,I)|0,s=s+Math.imul(E,Be)|0,t=t+Math.imul(E,xe)|0,t=t+Math.imul(x,Be)|0,d=d+Math.imul(x,xe)|0;var A0=(f+s|0)+((t&8191)<<13)|0;f=(d+(t>>>13)|0)+(A0>>>26)|0,A0&=67108863,s=Math.imul(Se,U),t=Math.imul(Se,M),t=t+Math.imul(Ce,U)|0,d=Math.imul(Ce,M),s=s+Math.imul(be,H)|0,t=t+Math.imul(be,J)|0,t=t+Math.imul(ke,H)|0,d=d+Math.imul(ke,J)|0,s=s+Math.imul(ce,L)|0,t=t+Math.imul(ce,I)|0,t=t+Math.imul(le,L)|0,d=d+Math.imul(le,I)|0,s=s+Math.imul(Y,Be)|0,t=t+Math.imul(Y,xe)|0,t=t+Math.imul(oe,Be)|0,d=d+Math.imul(oe,xe)|0,s=s+Math.imul(E,Re)|0,t=t+Math.imul(E,Le)|0,t=t+Math.imul(x,Re)|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(Ne,U),t=Math.imul(Ne,M),t=t+Math.imul(Me,U)|0,d=Math.imul(Me,M),s=s+Math.imul(Se,H)|0,t=t+Math.imul(Se,J)|0,t=t+Math.imul(Ce,H)|0,d=d+Math.imul(Ce,J)|0,s=s+Math.imul(be,L)|0,t=t+Math.imul(be,I)|0,t=t+Math.imul(ke,L)|0,d=d+Math.imul(ke,I)|0,s=s+Math.imul(ce,Be)|0,t=t+Math.imul(ce,xe)|0,t=t+Math.imul(le,Be)|0,d=d+Math.imul(le,xe)|0,s=s+Math.imul(Y,Re)|0,t=t+Math.imul(Y,Le)|0,t=t+Math.imul(oe,Re)|0,d=d+Math.imul(oe,Le)|0,s=s+Math.imul(E,Ue)|0,t=t+Math.imul(E,De)|0,t=t+Math.imul(x,Ue)|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(Te,U),t=Math.imul(Te,M),t=t+Math.imul(Fe,U)|0,d=Math.imul(Fe,M),s=s+Math.imul(Ne,H)|0,t=t+Math.imul(Ne,J)|0,t=t+Math.imul(Me,H)|0,d=d+Math.imul(Me,J)|0,s=s+Math.imul(Se,L)|0,t=t+Math.imul(Se,I)|0,t=t+Math.imul(Ce,L)|0,d=d+Math.imul(Ce,I)|0,s=s+Math.imul(be,Be)|0,t=t+Math.imul(be,xe)|0,t=t+Math.imul(ke,Be)|0,d=d+Math.imul(ke,xe)|0,s=s+Math.imul(ce,Re)|0,t=t+Math.imul(ce,Le)|0,t=t+Math.imul(le,Re)|0,d=d+Math.imul(le,Le)|0,s=s+Math.imul(Y,Ue)|0,t=t+Math.imul(Y,De)|0,t=t+Math.imul(oe,Ue)|0,d=d+Math.imul(oe,De)|0,s=s+Math.imul(E,Oe)|0,t=t+Math.imul(E,We)|0,t=t+Math.imul(x,Oe)|0,d=d+Math.imul(x,We)|0;var l0=(f+s|0)+((t&8191)<<13)|0;f=(d+(t>>>13)|0)+(l0>>>26)|0,l0&=67108863,s=Math.imul(Pe,U),t=Math.imul(Pe,M),t=t+Math.imul(ge,U)|0,d=Math.imul(ge,M),s=s+Math.imul(Te,H)|0,t=t+Math.imul(Te,J)|0,t=t+Math.imul(Fe,H)|0,d=d+Math.imul(Fe,J)|0,s=s+Math.imul(Ne,L)|0,t=t+Math.imul(Ne,I)|0,t=t+Math.imul(Me,L)|0,d=d+Math.imul(Me,I)|0,s=s+Math.imul(Se,Be)|0,t=t+Math.imul(Se,xe)|0,t=t+Math.imul(Ce,Be)|0,d=d+Math.imul(Ce,xe)|0,s=s+Math.imul(be,Re)|0,t=t+Math.imul(be,Le)|0,t=t+Math.imul(ke,Re)|0,d=d+Math.imul(ke,Le)|0,s=s+Math.imul(ce,Ue)|0,t=t+Math.imul(ce,De)|0,t=t+Math.imul(le,Ue)|0,d=d+Math.imul(le,De)|0,s=s+Math.imul(Y,Oe)|0,t=t+Math.imul(Y,We)|0,t=t+Math.imul(oe,Oe)|0,d=d+Math.imul(oe,We)|0,s=s+Math.imul(E,He)|0,t=t+Math.imul(E,Ke)|0,t=t+Math.imul(x,He)|0,d=d+Math.imul(x,Ke)|0;var e0=(f+s|0)+((t&8191)<<13)|0;f=(d+(t>>>13)|0)+(e0>>>26)|0,e0&=67108863,s=Math.imul(we,U),t=Math.imul(we,M),t=t+Math.imul(Ae,U)|0,d=Math.imul(Ae,M),s=s+Math.imul(Pe,H)|0,t=t+Math.imul(Pe,J)|0,t=t+Math.imul(ge,H)|0,d=d+Math.imul(ge,J)|0,s=s+Math.imul(Te,L)|0,t=t+Math.imul(Te,I)|0,t=t+Math.imul(Fe,L)|0,d=d+Math.imul(Fe,I)|0,s=s+Math.imul(Ne,Be)|0,t=t+Math.imul(Ne,xe)|0,t=t+Math.imul(Me,Be)|0,d=d+Math.imul(Me,xe)|0,s=s+Math.imul(Se,Re)|0,t=t+Math.imul(Se,Le)|0,t=t+Math.imul(Ce,Re)|0,d=d+Math.imul(Ce,Le)|0,s=s+Math.imul(be,Ue)|0,t=t+Math.imul(be,De)|0,t=t+Math.imul(ke,Ue)|0,d=d+Math.imul(ke,De)|0,s=s+Math.imul(ce,Oe)|0,t=t+Math.imul(ce,We)|0,t=t+Math.imul(le,Oe)|0,d=d+Math.imul(le,We)|0,s=s+Math.imul(Y,He)|0,t=t+Math.imul(Y,Ke)|0,t=t+Math.imul(oe,He)|0,d=d+Math.imul(oe,Ke)|0,s=s+Math.imul(E,Ge)|0,t=t+Math.imul(E,je)|0,t=t+Math.imul(x,Ge)|0,d=d+Math.imul(x,je)|0;var f0=(f+s|0)+((t&8191)<<13)|0;f=(d+(t>>>13)|0)+(f0>>>26)|0,f0&=67108863,s=Math.imul(Ie,U),t=Math.imul(Ie,M),t=t+Math.imul(Ee,U)|0,d=Math.imul(Ee,M),s=s+Math.imul(we,H)|0,t=t+Math.imul(we,J)|0,t=t+Math.imul(Ae,H)|0,d=d+Math.imul(Ae,J)|0,s=s+Math.imul(Pe,L)|0,t=t+Math.imul(Pe,I)|0,t=t+Math.imul(ge,L)|0,d=d+Math.imul(ge,I)|0,s=s+Math.imul(Te,Be)|0,t=t+Math.imul(Te,xe)|0,t=t+Math.imul(Fe,Be)|0,d=d+Math.imul(Fe,xe)|0,s=s+Math.imul(Ne,Re)|0,t=t+Math.imul(Ne,Le)|0,t=t+Math.imul(Me,Re)|0,d=d+Math.imul(Me,Le)|0,s=s+Math.imul(Se,Ue)|0,t=t+Math.imul(Se,De)|0,t=t+Math.imul(Ce,Ue)|0,d=d+Math.imul(Ce,De)|0,s=s+Math.imul(be,Oe)|0,t=t+Math.imul(be,We)|0,t=t+Math.imul(ke,Oe)|0,d=d+Math.imul(ke,We)|0,s=s+Math.imul(ce,He)|0,t=t+Math.imul(ce,Ke)|0,t=t+Math.imul(le,He)|0,d=d+Math.imul(le,Ke)|0,s=s+Math.imul(Y,Ge)|0,t=t+Math.imul(Y,je)|0,t=t+Math.imul(oe,Ge)|0,d=d+Math.imul(oe,je)|0,s=s+Math.imul(E,Xe)|0,t=t+Math.imul(E,Ve)|0,t=t+Math.imul(x,Xe)|0,d=d+Math.imul(x,Ve)|0;var u0=(f+s|0)+((t&8191)<<13)|0;f=(d+(t>>>13)|0)+(u0>>>26)|0,u0&=67108863,s=Math.imul(Ie,H),t=Math.imul(Ie,J),t=t+Math.imul(Ee,H)|0,d=Math.imul(Ee,J),s=s+Math.imul(we,L)|0,t=t+Math.imul(we,I)|0,t=t+Math.imul(Ae,L)|0,d=d+Math.imul(Ae,I)|0,s=s+Math.imul(Pe,Be)|0,t=t+Math.imul(Pe,xe)|0,t=t+Math.imul(ge,Be)|0,d=d+Math.imul(ge,xe)|0,s=s+Math.imul(Te,Re)|0,t=t+Math.imul(Te,Le)|0,t=t+Math.imul(Fe,Re)|0,d=d+Math.imul(Fe,Le)|0,s=s+Math.imul(Ne,Ue)|0,t=t+Math.imul(Ne,De)|0,t=t+Math.imul(Me,Ue)|0,d=d+Math.imul(Me,De)|0,s=s+Math.imul(Se,Oe)|0,t=t+Math.imul(Se,We)|0,t=t+Math.imul(Ce,Oe)|0,d=d+Math.imul(Ce,We)|0,s=s+Math.imul(be,He)|0,t=t+Math.imul(be,Ke)|0,t=t+Math.imul(ke,He)|0,d=d+Math.imul(ke,Ke)|0,s=s+Math.imul(ce,Ge)|0,t=t+Math.imul(ce,je)|0,t=t+Math.imul(le,Ge)|0,d=d+Math.imul(le,je)|0,s=s+Math.imul(Y,Xe)|0,t=t+Math.imul(Y,Ve)|0,t=t+Math.imul(oe,Xe)|0,d=d+Math.imul(oe,Ve)|0;var t0=(f+s|0)+((t&8191)<<13)|0;f=(d+(t>>>13)|0)+(t0>>>26)|0,t0&=67108863,s=Math.imul(Ie,L),t=Math.imul(Ie,I),t=t+Math.imul(Ee,L)|0,d=Math.imul(Ee,I),s=s+Math.imul(we,Be)|0,t=t+Math.imul(we,xe)|0,t=t+Math.imul(Ae,Be)|0,d=d+Math.imul(Ae,xe)|0,s=s+Math.imul(Pe,Re)|0,t=t+Math.imul(Pe,Le)|0,t=t+Math.imul(ge,Re)|0,d=d+Math.imul(ge,Le)|0,s=s+Math.imul(Te,Ue)|0,t=t+Math.imul(Te,De)|0,t=t+Math.imul(Fe,Ue)|0,d=d+Math.imul(Fe,De)|0,s=s+Math.imul(Ne,Oe)|0,t=t+Math.imul(Ne,We)|0,t=t+Math.imul(Me,Oe)|0,d=d+Math.imul(Me,We)|0,s=s+Math.imul(Se,He)|0,t=t+Math.imul(Se,Ke)|0,t=t+Math.imul(Ce,He)|0,d=d+Math.imul(Ce,Ke)|0,s=s+Math.imul(be,Ge)|0,t=t+Math.imul(be,je)|0,t=t+Math.imul(ke,Ge)|0,d=d+Math.imul(ke,je)|0,s=s+Math.imul(ce,Xe)|0,t=t+Math.imul(ce,Ve)|0,t=t+Math.imul(le,Xe)|0,d=d+Math.imul(le,Ve)|0;var h0=(f+s|0)+((t&8191)<<13)|0;f=(d+(t>>>13)|0)+(h0>>>26)|0,h0&=67108863,s=Math.imul(Ie,Be),t=Math.imul(Ie,xe),t=t+Math.imul(Ee,Be)|0,d=Math.imul(Ee,xe),s=s+Math.imul(we,Re)|0,t=t+Math.imul(we,Le)|0,t=t+Math.imul(Ae,Re)|0,d=d+Math.imul(Ae,Le)|0,s=s+Math.imul(Pe,Ue)|0,t=t+Math.imul(Pe,De)|0,t=t+Math.imul(ge,Ue)|0,d=d+Math.imul(ge,De)|0,s=s+Math.imul(Te,Oe)|0,t=t+Math.imul(Te,We)|0,t=t+Math.imul(Fe,Oe)|0,d=d+Math.imul(Fe,We)|0,s=s+Math.imul(Ne,He)|0,t=t+Math.imul(Ne,Ke)|0,t=t+Math.imul(Me,He)|0,d=d+Math.imul(Me,Ke)|0,s=s+Math.imul(Se,Ge)|0,t=t+Math.imul(Se,je)|0,t=t+Math.imul(Ce,Ge)|0,d=d+Math.imul(Ce,je)|0,s=s+Math.imul(be,Xe)|0,t=t+Math.imul(be,Ve)|0,t=t+Math.imul(ke,Xe)|0,d=d+Math.imul(ke,Ve)|0;var m0=(f+s|0)+((t&8191)<<13)|0;f=(d+(t>>>13)|0)+(m0>>>26)|0,m0&=67108863,s=Math.imul(Ie,Re),t=Math.imul(Ie,Le),t=t+Math.imul(Ee,Re)|0,d=Math.imul(Ee,Le),s=s+Math.imul(we,Ue)|0,t=t+Math.imul(we,De)|0,t=t+Math.imul(Ae,Ue)|0,d=d+Math.imul(Ae,De)|0,s=s+Math.imul(Pe,Oe)|0,t=t+Math.imul(Pe,We)|0,t=t+Math.imul(ge,Oe)|0,d=d+Math.imul(ge,We)|0,s=s+Math.imul(Te,He)|0,t=t+Math.imul(Te,Ke)|0,t=t+Math.imul(Fe,He)|0,d=d+Math.imul(Fe,Ke)|0,s=s+Math.imul(Ne,Ge)|0,t=t+Math.imul(Ne,je)|0,t=t+Math.imul(Me,Ge)|0,d=d+Math.imul(Me,je)|0,s=s+Math.imul(Se,Xe)|0,t=t+Math.imul(Se,Ve)|0,t=t+Math.imul(Ce,Xe)|0,d=d+Math.imul(Ce,Ve)|0;var n0=(f+s|0)+((t&8191)<<13)|0;f=(d+(t>>>13)|0)+(n0>>>26)|0,n0&=67108863,s=Math.imul(Ie,Ue),t=Math.imul(Ie,De),t=t+Math.imul(Ee,Ue)|0,d=Math.imul(Ee,De),s=s+Math.imul(we,Oe)|0,t=t+Math.imul(we,We)|0,t=t+Math.imul(Ae,Oe)|0,d=d+Math.imul(Ae,We)|0,s=s+Math.imul(Pe,He)|0,t=t+Math.imul(Pe,Ke)|0,t=t+Math.imul(ge,He)|0,d=d+Math.imul(ge,Ke)|0,s=s+Math.imul(Te,Ge)|0,t=t+Math.imul(Te,je)|0,t=t+Math.imul(Fe,Ge)|0,d=d+Math.imul(Fe,je)|0,s=s+Math.imul(Ne,Xe)|0,t=t+Math.imul(Ne,Ve)|0,t=t+Math.imul(Me,Xe)|0,d=d+Math.imul(Me,Ve)|0;var I0=(f+s|0)+((t&8191)<<13)|0;f=(d+(t>>>13)|0)+(I0>>>26)|0,I0&=67108863,s=Math.imul(Ie,Oe),t=Math.imul(Ie,We),t=t+Math.imul(Ee,Oe)|0,d=Math.imul(Ee,We),s=s+Math.imul(we,He)|0,t=t+Math.imul(we,Ke)|0,t=t+Math.imul(Ae,He)|0,d=d+Math.imul(Ae,Ke)|0,s=s+Math.imul(Pe,Ge)|0,t=t+Math.imul(Pe,je)|0,t=t+Math.imul(ge,Ge)|0,d=d+Math.imul(ge,je)|0,s=s+Math.imul(Te,Xe)|0,t=t+Math.imul(Te,Ve)|0,t=t+Math.imul(Fe,Xe)|0,d=d+Math.imul(Fe,Ve)|0;var r0=(f+s|0)+((t&8191)<<13)|0;f=(d+(t>>>13)|0)+(r0>>>26)|0,r0&=67108863,s=Math.imul(Ie,He),t=Math.imul(Ie,Ke),t=t+Math.imul(Ee,He)|0,d=Math.imul(Ee,Ke),s=s+Math.imul(we,Ge)|0,t=t+Math.imul(we,je)|0,t=t+Math.imul(Ae,Ge)|0,d=d+Math.imul(Ae,je)|0,s=s+Math.imul(Pe,Xe)|0,t=t+Math.imul(Pe,Ve)|0,t=t+Math.imul(ge,Xe)|0,d=d+Math.imul(ge,Ve)|0;var S0=(f+s|0)+((t&8191)<<13)|0;f=(d+(t>>>13)|0)+(S0>>>26)|0,S0&=67108863,s=Math.imul(Ie,Ge),t=Math.imul(Ie,je),t=t+Math.imul(Ee,Ge)|0,d=Math.imul(Ee,je),s=s+Math.imul(we,Xe)|0,t=t+Math.imul(we,Ve)|0,t=t+Math.imul(Ae,Xe)|0,d=d+Math.imul(Ae,Ve)|0;var p0=(f+s|0)+((t&8191)<<13)|0;f=(d+(t>>>13)|0)+(p0>>>26)|0,p0&=67108863,s=Math.imul(Ie,Xe),t=Math.imul(Ie,Ve),t=t+Math.imul(Ee,Xe)|0,d=Math.imul(Ee,Ve);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]=_e,l[3]=A0,l[4]=c0,l[5]=d0,l[6]=l0,l[7]=e0,l[8]=f0,l[9]=u0,l[10]=t0,l[11]=h0,l[12]=m0,l[13]=n0,l[14]=I0,l[15]=r0,l[16]=S0,l[17]=p0,l[18]=y0,f!==0&&(l[19]=f,r.length++),r};Math.imul||(ie=re);function de(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,k=c.words[d]|0,E=e.words[t]|0,x=k*E,j=x&67108863;l=l+(x/67108864|0)|0,j=j+f|0,f=j&67108863,l=l+(j>>>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 ve(c,e,n){return de(c,e,n)}m.prototype.mulTo=function(e,n){var r,a=this.length+e.length;return this.length===10&&e.length===10?r=ie(this,e,n):a<63?r=re(this,e,n):a<1024?r=de(this,e,n):r=ve(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),k=0;k<i;k+=s)for(var E=t,x=d,j=0;j<f;j++){var Y=r[k+j],oe=a[k+j],Ze=r[k+j+f],ce=a[k+j+f],le=E*Ze-x*ce;ce=E*ce+x*Ze,Ze=le,r[k+j]=Y+Ze,a[k+j]=oe+ce,r[k+j+f]=Y-Ze,a[k+j+f]=oe-ce,j!==s&&(le=t*E-d*x,x=t*x+d*E,E=le)}},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;b(i===0),b((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),k=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,k,E,a,i);for(var j=0;j<a;j++){var Y=s[j]*k[j]-t[j]*E[j];t[j]=s[j]*E[j]+t[j]*k[j],s[j]=Y}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),ve(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),b(typeof e=="number"),b(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=$(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){b(typeof e=="number"&&e>=0);var n=e%26,r=(e-n)/26,a=67108863>>>26-n<<26-n,i;if(n!==0){var 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 b(this.negative===0),this.iushln(e)},m.prototype.iushrn=function(e,n,r){b(typeof e=="number"&&e>=0);var a;n?a=(n-n%26)/26:a=0;var i=e%26,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 k=this.words[t]|0;this.words[t]=d<<26-i|k>>>i,d=k&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 b(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){b(typeof e=="number"&&e>=0);var n=e%26,r=(e-n)/26,a=1<<n;if(this.length<=r)return!1;var i=this.words[r];return!!(i&a)},m.prototype.imaskn=function(e){b(typeof e=="number"&&e>=0);var n=e%26,r=(e-n)/26;if(b(this.negative===0,"imaskn works only with positive numbers"),this.length<=r)return this;if(n!==0&&r++,this.length=Math.min(r,this.length),n!==0){var a=67108863^67108863>>>n<<n;this.words[this.length-1]&=a}return this._strip()},m.prototype.maskn=function(e){return this.clone().imaskn(e)},m.prototype.iaddn=function(e){return b(typeof e=="number"),b(e<67108864),e<0?this.isubn(-e):this.negative!==0?this.length===1&&(this.words[0]|0)<=e?(this.words[0]=e-(this.words[0]|0),this.negative=0,this):(this.negative=0,this.isubn(e),this.negative=1,this):this._iaddn(e)},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(b(typeof e=="number"),b(e<67108864),e<0)return this.iaddn(-e);if(this.negative!==0)return this.negative=0,this.iaddn(e),this.negative=1,this;if(this.words[0]-=e,this.length===1&&this.words[0]<0)this.words[0]=-this.words[0],this.negative=1;else for(var n=0;n<this.length&&this.words[n]<0;n++)this.words[n]+=67108864,this.words[n+1]-=1;return this._strip()},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(b(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 k=a.clone()._ishlnsubmul(i,1,s);k.negative===0&&(a=k,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(b(!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),b(e<=67108863);for(var r=(1<<26)%e,a=0,i=this.length-1;i>=0;i--)a=(r*a+(this.words[i]|0))%e;return n?-a:a},m.prototype.modn=function(e){return this.modrn(e)},m.prototype.idivn=function(e){var n=e<0;n&&(e=-e),b(e<=67108863);for(var r=0,a=this.length-1;a>=0;a--){var i=(this.words[a]|0)+r*67108864;this.words[a]=i/e|0,r=i%e}return this._strip(),n?this.ineg():this},m.prototype.divn=function(e){return this.clone().idivn(e)},m.prototype.egcd=function(e){b(e.negative===0),b(!e.isZero());var n=this,r=e.clone();n.negative!==0?n=n.umod(e):n=n.clone();for(var a=new 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 k=0,E=1;(n.words[0]&E)===0&&k<26;++k,E<<=1);if(k>0)for(n.iushrn(k);k-- >0;)(a.isOdd()||i.isOdd())&&(a.iadd(t),i.isub(d)),a.iushrn(1),i.iushrn(1);for(var x=0,j=1;(r.words[0]&j)===0&&x<26;++x,j<<=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){b(e.negative===0),b(!e.isZero());var n=this,r=e.clone();n.negative!==0?n=n.umod(e):n=n.clone();for(var a=new 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 k;return n.cmpn(1)===0?k=a:k=i,k.cmpn(0)<0&&k.iadd(e),k},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){b(typeof e=="number");var n=e%26,r=(e-n)/26,a=1<<n;if(this.length<=r)return this._expand(r+1),this.words[r]|=a,this;for(var i=a,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),b(e<=67108863,"Number is too big");var a=this.words[0]|0;r=a===e?0:a<e?-1:1}return this.negative!==0?-r|0:r},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 g(e)},m.prototype.toRed=function(e){return b(!this.red,"Already a number in reduction context"),b(this.negative===0,"red works only with positives"),e.convertTo(this)._forceRed(e)},m.prototype.fromRed=function(){return b(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 b(!this.red,"Already a number in reduction context"),this._forceRed(e)},m.prototype.redAdd=function(e){return b(this.red,"redAdd works only with red numbers"),this.red.add(this,e)},m.prototype.redIAdd=function(e){return b(this.red,"redIAdd works only with red numbers"),this.red.iadd(this,e)},m.prototype.redSub=function(e){return b(this.red,"redSub works only with red numbers"),this.red.sub(this,e)},m.prototype.redISub=function(e){return b(this.red,"redISub works only with red numbers"),this.red.isub(this,e)},m.prototype.redShl=function(e){return b(this.red,"redShl works only with red numbers"),this.red.shl(this,e)},m.prototype.redMul=function(e){return b(this.red,"redMul works only with red numbers"),this.red._verify2(this,e),this.red.mul(this,e)},m.prototype.redIMul=function(e){return b(this.red,"redMul works only with red numbers"),this.red._verify2(this,e),this.red.imul(this,e)},m.prototype.redSqr=function(){return b(this.red,"redSqr works only with red numbers"),this.red._verify1(this),this.red.sqr(this)},m.prototype.redISqr=function(){return b(this.red,"redISqr works only with red numbers"),this.red._verify1(this),this.red.isqr(this)},m.prototype.redSqrt=function(){return b(this.red,"redSqrt works only with red numbers"),this.red._verify1(this),this.red.sqrt(this)},m.prototype.redInvm=function(){return b(this.red,"redInvm works only with red numbers"),this.red._verify1(this),this.red.invm(this)},m.prototype.redNeg=function(){return b(this.red,"redNeg works only with red numbers"),this.red._verify1(this),this.red.neg(this)},m.prototype.redPow=function(e){return b(this.red&&!e.red,"redPow(normalNum)"),this.red._verify1(this),this.red.pow(this,e)};var O={k256:null,p224:null,p192:null,p25519:null};function D(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()}D.prototype._tmp=function(){var e=new m(null);return e.words=new Array(Math.ceil(this.n/13)),e},D.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},D.prototype.split=function(e,n){e.iushrn(this.n,0,n)},D.prototype.imulK=function(e){return e.imul(this.k)};function ae(){D.call(this,"k256","ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f")}C(ae,D),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 ee(){D.call(this,"p224","ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001")}C(ee,D);function se(){D.call(this,"p192","ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff")}C(se,D);function te(){D.call(this,"25519","7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed")}C(te,D),te.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(O[e])return O[e];var n;if(e==="k256")n=new ae;else if(e==="p224")n=new ee;else if(e==="p192")n=new se;else if(e==="p25519")n=new te;else throw new Error("Unknown prime "+e);return O[e]=n,n};function g(c){if(typeof c=="string"){var e=m._prime(c);this.m=e.p,this.prime=e}else b(c.gtn(1),"modulus must be greater than 1"),this.m=c,this.prime=null}g.prototype._verify1=function(e){b(e.negative===0,"red works only with positives"),b(e.red,"red works only with red numbers")},g.prototype._verify2=function(e,n){b((e.negative|n.negative)===0,"red works only with positives"),b(e.red&&e.red===n.red,"red works only with red numbers")},g.prototype.imod=function(e){return this.prime?this.prime.ireduce(e)._forceRed(this):(z(e,e.umod(this.m)._forceRed(this)),e)},g.prototype.neg=function(e){return e.isZero()?e.clone():this.m.sub(e)._forceRed(this)},g.prototype.add=function(e,n){this._verify2(e,n);var r=e.add(n);return r.cmp(this.m)>=0&&r.isub(this.m),r._forceRed(this)},g.prototype.iadd=function(e,n){this._verify2(e,n);var r=e.iadd(n);return r.cmp(this.m)>=0&&r.isub(this.m),r},g.prototype.sub=function(e,n){this._verify2(e,n);var r=e.sub(n);return r.cmpn(0)<0&&r.iadd(this.m),r._forceRed(this)},g.prototype.isub=function(e,n){this._verify2(e,n);var r=e.isub(n);return r.cmpn(0)<0&&r.iadd(this.m),r},g.prototype.shl=function(e,n){return this._verify1(e),this.imod(e.ushln(n))},g.prototype.imul=function(e,n){return this._verify2(e,n),this.imod(e.imul(n))},g.prototype.mul=function(e,n){return this._verify2(e,n),this.imod(e.mul(n))},g.prototype.isqr=function(e){return this.imul(e,e.clone())},g.prototype.sqr=function(e){return this.mul(e,e)},g.prototype.sqrt=function(e){if(e.isZero())return e.clone();var n=this.m.andln(3);if(b(n%2===1),n===3){var r=this.m.add(new 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);b(!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),k=this.pow(e,a.addn(1).iushrn(1)),E=this.pow(e,a),x=i;E.cmp(l)!==0;){for(var j=E,Y=0;j.cmp(l)!==0;Y++)j=j.redSqr();b(Y<x);var oe=this.pow(d,new m(1).iushln(x-Y-1));k=k.redMul(oe),d=oe.redSqr(),E=E.redMul(d),x=Y}return k},g.prototype.invm=function(e){var n=e._invmp(this.m);return n.negative!==0?(n.negative=0,this.imod(n).redNeg()):this.imod(n)},g.prototype.pow=function(e,n){if(n.isZero())return new 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],k=t-1;k>=0;k--){var E=d>>k&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||k!==0))&&(l=this.mul(l,a[f]),s=0,f=0)}t=26}return l},g.prototype.convertTo=function(e){var n=e.umod(this.m);return n===e?n.clone():n},g.prototype.convertFrom=function(e){var n=e.clone();return n.red=null,n},m.mont=function(e){return new N(e)};function N(c){g.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)}C(N,g),N.prototype.convertTo=function(e){return this.imod(e.ushln(this.shift))},N.prototype.convertFrom=function(e){var n=this.imod(e.mul(this.rinv));return n.red=null,n},N.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)},N.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)},N.prototype.invm=function(e){var n=this.imod(e._invmp(this.m).mul(this.r2));return n._forceRed(this)}}(P,this)},47630:function(P,w){"use strict";Object.defineProperty(w,"__esModule",{value:!0});function o(T,O){return function(ae){return ae!=null?T(ae):O}}function h(){for(var T=arguments.length,O=new Array(T),D=0;D<T;D++)O[D]=arguments[D];return function(ee){for(var se=0;se<O.length;++se)if(ee===O[se])return ee;var te="Expected ";O.length!==1&&(te+="one of: ");for(var g=0;g<O.length;++g)g>0&&(te+=" | "),te+=JSON.stringify(O[g]);throw new TypeError(te)}}function F(T){if(typeof T!="boolean")throw new TypeError("Expected a boolean");return T}function b(T){if(typeof T!="number")throw new TypeError("Expected a number");return T}function C(T){if(typeof T!="string")throw new TypeError("Expected a string");return T}var m=h(null),S=h(void 0);function Z(T){return T}var R=o(m);function B(T,O,D){return T instanceof Error&&(T.insertStepAt==null&&(T.message+=" at ",T.insertStepAt=T.message.length),T.message=T.message.slice(0,T.insertStepAt)+O+T.message.slice(T.insertStepAt),T.insertStepAt+=D),T}function z(T){return function(D){if(!Array.isArray(D))throw new TypeError("Expected an array");for(var ae=[],ee=0;ee<D.length;++ee)try{ae[ee]=T(D[ee])}catch(se){throw B(se,"["+ee+"]",0)}return ae}}function ne(T){if(typeof T=="function")return function(se){if(typeof se!="object"||se==null)throw new TypeError("Expected an object");for(var te={},g=Object.keys(se),N=0;N<g.length;++N){var c=g[N];if(c!=="__proto__")try{te[c]=T(se[c])}catch(e){throw B(e,"["+JSON.stringify(c)+"]",0)}}return te};var O=Object.keys(T);function D(ee){return function(te){if(typeof te!="object"||te==null)throw new TypeError("Expected an object");var g,N={};if(ee){var c=Object.keys(te);for(g=0;g<c.length;++g){var e=c[g];e!=="__proto__"&&(N[e]=te[e])}}for(g=0;g<O.length;++g){var n=O[g];try{N[n]=T[n](te[n])}catch(r){throw B(r,"."+n,0)}}return N}}var ae=D(!1);return ae.shape=T,ae.withRest=D(!0),ae}var pe=ne;function q(){for(var T=arguments.length,O=new Array(T),D=0;D<T;D++)O[D]=arguments[D];function ae(ee){if(!Array.isArray(ee))throw new TypeError("Expected an array");for(var se=[],te=0;te<O.length;++te)try{se[te]=O[te](ee[te])}catch(g){throw B(g,"["+te+"]")}return se}return ae}function V(){for(var T=arguments.length,O=new Array(T),D=0;D<T;D++)O[D]=arguments[D];return function(ee){for(var se=0;se<O.length;se++)try{return O[se](ee)}catch(te){if(se+1>=O.length)throw te}}}function W(T,O){return function(ae){try{return T(ae)}catch{return O}}}var $=0;function re(T,O){return function(ae){return $>0?O(ae):T(ae)}}function ie(T){return function(D){try{return++$,T(D)}finally{--$}}}var de=re(function(O){if(typeof O!="string"&&!(O instanceof Date))throw new TypeError("Expected a date string");var D=new Date(O);if(D.toJSON()==null)throw new TypeError("Invalid date format");return D},function(O){return O.toISOString()});function ve(T){return re(function(D){var ae=JSON.parse(C(D));try{return T(ae)}catch(ee){throw B(ee,"JSON.parse()",11)}},function(D){return JSON.stringify(T(D))})}w.asArray=z,w.asBoolean=F,w.asCodec=re,w.asDate=de,w.asEither=V,w.asJSON=ve,w.asMap=pe,w.asMaybe=W,w.asNone=R,w.asNull=m,w.asNumber=b,w.asObject=ne,w.asOptional=o,w.asString=C,w.asTuple=q,w.asUndefined=S,w.asUnknown=Z,w.asValue=h,w.uncleaner=ie},24224:function(P,w,o){"use strict";o.d(w,{P:function(){return ne}});var h=Object.defineProperty,F=Object.defineProperties,b=Object.getOwnPropertyDescriptors,C=Object.getOwnPropertySymbols,m=Object.prototype.hasOwnProperty,S=Object.prototype.propertyIsEnumerable,Z=(q,V,W)=>V in q?h(q,V,{enumerable:!0,configurable:!0,writable:!0,value:W}):q[V]=W,R=(q,V)=>{for(var W in V||(V={}))m.call(V,W)&&Z(q,W,V[W]);if(C)for(var W of C(V))S.call(V,W)&&Z(q,W,V[W]);return q},B=(q,V)=>F(q,b(V)),z=(q,V,W)=>new Promise(($,re)=>{var ie=T=>{try{ve(W.next(T))}catch(O){re(O)}},de=T=>{try{ve(W.throw(T))}catch(O){re(O)}},ve=T=>T.done?$(T.value):Promise.resolve(T.value).then(ie,de);ve((W=W.apply(q,V)).next())});function ne(q){return V=>{const{builtinTokens:W={},currencyInfo:$,networkInfo:re,otherMethodNames:ie=[],checkEnvironment:de=()=>{}}=q,ve=B(R({},V),{builtinTokens:W,currencyInfo:$,networkInfo:re});let T,O;function D(){return z(this,null,function*(){de(),T==null&&(T=q.getInnerPlugin());const g=yield T;O==null&&(O=g.makeCurrencyTools(ve));const N=yield O;return{plugin:g,tools:N}})}function ae(){return z(this,null,function*(){return W})}function ee(){return z(this,null,function*(){const{tools:g}=yield D();return g})}function se(g,N){return z(this,null,function*(){const{tools:c,plugin:e}=yield D();return yield e.makeCurrencyEngine(ve,c,g,N)})}const te=pe(ee,ie);return{currencyInfo:$,getBuiltinTokens:ae,makeCurrencyTools:ee,makeCurrencyEngine:se,otherMethods:te}}}function pe(q,V){const W={};for(const $ of V)W[$]=(...re)=>z(this,null,function*(){const ie=yield q(),de=ie[$];if(typeof de!="function")throw new Error(`Method ${$} is not implemented`);return de.apply(ie,re)});return W}},20918:function(P,w,o){"use strict";o.d(w,{Oj:function(){return C},Rp:function(){return Z},ZS:function(){return m},dK:function(){return S}});var h=o(77591),F=o.n(h),b=o(82448);const C=(0,b.Vk)((0,b.su)({contractAddress:b.XC}));function m(B){const z=[];for(const ne of Object.keys(B)){const{currencyCode:pe,displayName:q,denominations:V,networkLocation:W}=B[ne],$=C(W);$!=null&&z.push({currencyCode:pe,currencyName:q,denominations:V,contractAddress:$.contractAddress})}return z}const S=(B,z)=>{for(const ne of Object.keys(z))if(z[ne].currencyCode===B)return ne},Z=B=>{if(!R(B.currencyCode))throw new Error(`Invalid currency code "${B.currencyCode}"`);for(const z of B.denominations){if(!R(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")}},R=B=>/^[.a-zA-Z0-9]+$/.test(B)},62177:function(P,w,o){"use strict";o.d(w,{DZ:function(){return b},O2:function(){return R},Pe:function(){return F},TD:function(){return C},Tt:function(){return Z},tC:function(){return m},tM:function(){return S}});var h=o(82448);const F="txEngineFolder/walletLocalData.json",b="txEngineFolder/txidMap.json",C="txEngineFolder/txidList.json",m="txEngineFolder/transactionList.json",S=B=>B,Z=(0,h.su)({message:h.XC}),R=(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(P,w,o){"use strict";o.d(w,{F:function(){return F},s:function(){return b}});var h=o(82448);const F=["getActivationCost","getActivationSupportedCurrencies","validateAccount"],b=(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),{}),lastFreePowerUp:(0,h.Vk)(h.mH,0)})},49889:function(P,w,o){"use strict";o.d(w,{j:function(){return Ht}});var h=o(24224),F=o(20918),b=Object.defineProperty,C=Object.getOwnPropertySymbols,m=Object.prototype.hasOwnProperty,S=Object.prototype.propertyIsEnumerable,Z=(v,p,u)=>p in v?b(v,p,{enumerable:!0,configurable:!0,writable:!0,value:u}):v[p]=u,R=(v,p)=>{for(var u in p||(p={}))m.call(p,u)&&Z(v,u,p[u]);if(C)for(var u of C(p))S.call(p,u)&&Z(v,u,p[u]);return v},B=(v,p,u)=>new Promise((ue,Q)=>{var he=A=>{try{K(u.next(A))}catch(G){Q(G)}},me=A=>{try{K(u.throw(A))}catch(G){Q(G)}},K=A=>A.done?ue(A.value):Promise.resolve(A.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"}}},pe={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"}}},V={currencyCode:"AVAX",displayName:"Avalanche",pluginId:"avalanche",walletType:"wallet:avalanche",memoType:"hex",canReplaceByFee:!0,defaultSettings:{customFeeSettings:["gasLimit","gasPrice"],otherSettings:R({},pe)},addressExplorer:"https://snowtrace.io/address/%s",transactionExplorer:"https://snowtrace.io/tx/%s",denominations:[{name:"AVAX",multiplier:"1000000000000000000",symbol:"AVAX"}],metaTokens:(0,F.ZS)(z)},W=(0,h.P)({builtinTokens:z,currencyInfo:V,networkInfo:pe,getInnerPlugin(){return B(this,null,function*(){return yield Promise.all([o.e(872),o.e(821),o.e(246),o.e(153),o.e(266),o.e(835),o.e(539),o.e(780),o.e(291),o.e(221),o.e(206),o.e(944),o.e(465),o.e(244),o.e(513)]).then(o.bind(o,6094))})}});var $=Object.defineProperty,re=Object.getOwnPropertySymbols,ie=Object.prototype.hasOwnProperty,de=Object.prototype.propertyIsEnumerable,ve=(v,p,u)=>p in v?$(v,p,{enumerable:!0,configurable:!0,writable:!0,value:u}):v[p]=u,T=(v,p)=>{for(var u in p||(p={}))ie.call(p,u)&&ve(v,u,p[u]);if(re)for(var u of re(p))de.call(p,u)&&ve(v,u,p[u]);return v},O=(v,p,u)=>new Promise((ue,Q)=>{var he=A=>{try{K(u.next(A))}catch(G){Q(G)}},me=A=>{try{K(u.throw(A))}catch(G){Q(G)}},K=A=>A.done?ue(A.value):Promise.resolve(A.value).then(he,me);K((u=u.apply(v,p)).next())});const D={"8ac76a51cc950d9822d68b83fe1ad97b32cd580d":{currencyCode:"USDC",displayName:"USD Coin",denominations:[{name:"USDC",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x8AC76a51cc950d9822D68b83fE1Ad97B32Cd580d"}}},ee={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}}},te={currencyCode:"BNB",displayName:"BNB Smart Chain",pluginId:"binancesmartchain",walletType:"wallet:binancesmartchain",memoType:"hex",canReplaceByFee:!0,defaultSettings:{customFeeSettings:["gasLimit","gasPrice"],otherSettings:T({},ee)},addressExplorer:"https://bscscan.com/address/%s",transactionExplorer:"https://bscscan.com/tx/%s",denominations:[{name:"BNB",multiplier:"1000000000000000000",symbol:"BNB"}],metaTokens:(0,F.ZS)(D)},g=(0,h.P)({builtinTokens:D,currencyInfo:te,networkInfo:ee,getInnerPlugin(){return O(this,null,function*(){return yield Promise.all([o.e(872),o.e(821),o.e(246),o.e(153),o.e(266),o.e(835),o.e(539),o.e(780),o.e(291),o.e(221),o.e(206),o.e(944),o.e(465),o.e(244),o.e(513)]).then(o.bind(o,6094))})}});var N=Object.defineProperty,c=Object.getOwnPropertySymbols,e=Object.prototype.hasOwnProperty,n=Object.prototype.propertyIsEnumerable,r=(v,p,u)=>p in v?N(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=A=>{try{K(u.next(A))}catch(G){Q(G)}},me=A=>{try{K(u.throw(A))}catch(G){Q(G)}},K=A=>A.done?ue(A.value):Promise.resolve(A.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,F.ZS)(l)},k=(0,h.P)({builtinTokens:l,currencyInfo:d,networkInfo:s,getInnerPlugin(){return i(this,null,function*(){return yield Promise.all([o.e(872),o.e(821),o.e(246),o.e(153),o.e(266),o.e(835),o.e(539),o.e(780),o.e(291),o.e(221),o.e(206),o.e(944),o.e(465),o.e(244),o.e(513)]).then(o.bind(o,6094))})}});var E=Object.defineProperty,x=Object.getOwnPropertySymbols,j=Object.prototype.hasOwnProperty,Y=Object.prototype.propertyIsEnumerable,oe=(v,p,u)=>p in v?E(v,p,{enumerable:!0,configurable:!0,writable:!0,value:u}):v[p]=u,Ze=(v,p)=>{for(var u in p||(p={}))j.call(p,u)&&oe(v,u,p[u]);if(x)for(var u of x(p))Y.call(p,u)&&oe(v,u,p[u]);return v},ce=(v,p,u)=>new Promise((ue,Q)=>{var he=A=>{try{K(u.next(A))}catch(G){Q(G)}},me=A=>{try{K(u.throw(A))}catch(G){Q(G)}},K=A=>A.done?ue(A.value):Promise.resolve(A.value).then(he,me);K((u=u.apply(v,p)).next())});const le={"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:Ze({},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,F.ZS)(le)},Se=(0,h.P)({builtinTokens:le,currencyInfo:$e,networkInfo:be,getInnerPlugin(){return ce(this,null,function*(){return yield Promise.all([o.e(872),o.e(821),o.e(246),o.e(153),o.e(266),o.e(835),o.e(539),o.e(780),o.e(291),o.e(221),o.e(206),o.e(944),o.e(465),o.e(244),o.e(513)]).then(o.bind(o,6094))})}});var Ce=Object.defineProperty,ze=Object.getOwnPropertySymbols,Ne=Object.prototype.hasOwnProperty,Me=Object.prototype.propertyIsEnumerable,Ye=(v,p,u)=>p in v?Ce(v,p,{enumerable:!0,configurable:!0,writable:!0,value:u}):v[p]=u,Te=(v,p)=>{for(var u in p||(p={}))Ne.call(p,u)&&Ye(v,u,p[u]);if(ze)for(var u of ze(p))Me.call(p,u)&&Ye(v,u,p[u]);return v},Fe=(v,p,u)=>new Promise((ue,Q)=>{var he=A=>{try{K(u.next(A))}catch(G){Q(G)}},me=A=>{try{K(u.throw(A))}catch(G){Q(G)}},K=A=>A.done?ue(A.value):Promise.resolve(A.value).then(he,me);K((u=u.apply(v,p)).next())});const Je={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"}}},ge={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}}},we={currencyCode:"ETH",displayName:"Dev Ethereum",pluginId:"ethDev",walletType:"wallet:ethDev",memoType:"hex",canReplaceByFee:!0,defaultSettings:{customFeeSettings:["gasLimit","gasPrice"],otherSettings:Te({},ge)},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,F.ZS)(Je)},Ae=(0,h.P)({builtinTokens:Je,currencyInfo:we,networkInfo:ge,getInnerPlugin(){return Fe(this,null,function*(){return yield Promise.all([o.e(872),o.e(821),o.e(246),o.e(153),o.e(266),o.e(835),o.e(539),o.e(780),o.e(291),o.e(221),o.e(206),o.e(944),o.e(465),o.e(244),o.e(513)]).then(o.bind(o,6094))})}});var Qe=Object.defineProperty,Ie=Object.getOwnPropertySymbols,Ee=Object.prototype.hasOwnProperty,_=Object.prototype.propertyIsEnumerable,U=(v,p,u)=>p in v?Qe(v,p,{enumerable:!0,configurable:!0,writable:!0,value:u}):v[p]=u,M=(v,p)=>{for(var u in p||(p={}))Ee.call(p,u)&&U(v,u,p[u]);if(Ie)for(var u of Ie(p))_.call(p,u)&&U(v,u,p[u]);return v},ye=(v,p,u)=>new Promise((ue,Q)=>{var he=A=>{try{K(u.next(A))}catch(G){Q(G)}},me=A=>{try{K(u.throw(A))}catch(G){Q(G)}},K=A=>A.done?ue(A.value):Promise.resolve(A.value).then(he,me);K((u=u.apply(v,p)).next())});const H={"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"}}},fe={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}}},I={currencyCode:"ETH",displayName:"Ethereum",pluginId:"ethereum",walletType:"wallet:ethereum",memoType:"hex",canReplaceByFee:!0,defaultSettings:{customFeeSettings:["gasLimit","gasPrice"],otherSettings:M({},fe)},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,F.ZS)(H)},X=(0,h.P)({builtinTokens:H,currencyInfo:I,networkInfo:fe,getInnerPlugin(){return ye(this,null,function*(){return yield Promise.all([o.e(872),o.e(821),o.e(246),o.e(153),o.e(266),o.e(835),o.e(539),o.e(780),o.e(291),o.e(221),o.e(206),o.e(944),o.e(465),o.e(244),o.e(513)]).then(o.bind(o,6094))})}});var Be=Object.defineProperty,xe=Object.getOwnPropertySymbols,v0=Object.prototype.hasOwnProperty,Re=Object.prototype.propertyIsEnumerable,Le=(v,p,u)=>p in v?Be(v,p,{enumerable:!0,configurable:!0,writable:!0,value:u}):v[p]=u,b0=(v,p)=>{for(var u in p||(p={}))v0.call(p,u)&&Le(v,u,p[u]);if(xe)for(var u of xe(p))Re.call(p,u)&&Le(v,u,p[u]);return v},Ue=(v,p,u)=>new Promise((ue,Q)=>{var he=A=>{try{K(u.next(A))}catch(G){Q(G)}},me=A=>{try{K(u.throw(A))}catch(G){Q(G)}},K=A=>A.done?ue(A.value):Promise.resolve(A.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"}}},g0={currencyCode:"ETHW",displayName:"EthereumPoW",pluginId:"ethereumpow",walletType:"wallet:ethereumpow",memoType:"hex",canReplaceByFee:!0,defaultSettings:{customFeeSettings:["gasLimit","gasPrice"],otherSettings:b0({},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,F.ZS)(De)},He=(0,h.P)({builtinTokens:De,currencyInfo:g0,networkInfo:Oe,getInnerPlugin(){return Ue(this,null,function*(){return yield Promise.all([o.e(872),o.e(821),o.e(246),o.e(153),o.e(266),o.e(835),o.e(539),o.e(780),o.e(291),o.e(221),o.e(206),o.e(944),o.e(465),o.e(244),o.e(513)]).then(o.bind(o,6094))})}});var Ke=Object.defineProperty,i0=Object.getOwnPropertySymbols,Ge=Object.prototype.hasOwnProperty,je=Object.prototype.propertyIsEnumerable,s0=(v,p,u)=>p in v?Ke(v,p,{enumerable:!0,configurable:!0,writable:!0,value:u}):v[p]=u,Xe=(v,p)=>{for(var u in p||(p={}))Ge.call(p,u)&&s0(v,u,p[u]);if(i0)for(var u of i0(p))je.call(p,u)&&s0(v,u,p[u]);return v},Ve=(v,p,u)=>new Promise((ue,Q)=>{var he=A=>{try{K(u.next(A))}catch(G){Q(G)}},me=A=>{try{K(u.throw(A))}catch(G){Q(G)}},K=A=>A.done?ue(A.value):Promise.resolve(A.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"}}},_e={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:Xe({},_e)},addressExplorer:"https://ftmscan.com/address/%s",transactionExplorer:"https://ftmscan.com/tx/%s",denominations:[{name:"FTM",multiplier:"1000000000000000000",symbol:"F"}],metaTokens:(0,F.ZS)(qe)},d0=(0,h.P)({builtinTokens:qe,currencyInfo:c0,networkInfo:_e,getInnerPlugin(){return Ve(this,null,function*(){return yield Promise.all([o.e(872),o.e(821),o.e(246),o.e(153),o.e(266),o.e(835),o.e(539),o.e(780),o.e(291),o.e(221),o.e(206),o.e(944),o.e(465),o.e(244),o.e(513)]).then(o.bind(o,6094))})}});var l0=Object.defineProperty,e0=Object.getOwnPropertySymbols,f0=Object.prototype.hasOwnProperty,u0=Object.prototype.propertyIsEnumerable,t0=(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)&&t0(v,u,p[u]);if(e0)for(var u of e0(p))u0.call(p,u)&&t0(v,u,p[u]);return v},m0=(v,p,u)=>new Promise((ue,Q)=>{var he=A=>{try{K(u.next(A))}catch(G){Q(G)}},me=A=>{try{K(u.throw(A))}catch(G){Q(G)}},K=A=>A.done?ue(A.value):Promise.resolve(A.value).then(he,me);K((u=u.apply(v,p)).next())});const n0={},r0={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({},r0)},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,F.ZS)(n0)},y0=(0,h.P)({builtinTokens:n0,currencyInfo:p0,networkInfo:r0,getInnerPlugin(){return m0(this,null,function*(){return yield Promise.all([o.e(872),o.e(821),o.e(246),o.e(153),o.e(266),o.e(835),o.e(539),o.e(780),o.e(291),o.e(221),o.e(206),o.e(944),o.e(465),o.e(244),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=A=>{try{K(u.next(A))}catch(G){Q(G)}},me=A=>{try{K(u.throw(A))}catch(G){Q(G)}},K=A=>A.done?ue(A.value):Promise.resolve(A.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"}}},k0={rpcServers:["https://kovan.poa.network","https://eth-kovan.alchemyapi.io","https://kovan.infura.io/v3"],evmScanApiServers:["https://api-kovan.etherscan.io"],blockcypherApiServers:[],blockbookServers:[],uriNetworks:["ethereum","ether"],ercTokenStandard:"ERC20",chainParams:{chainId:42,name:"Kovan"},supportsEIP1559:!0,hdPathCoinType:60,checkUnconfirmedTransactions:!0,iosAllowedTokens:{REP:!0,WINGS:!0,HUR:!0,IND:!0,USDT:!0},blockchairApiServers:[],alethioApiServers:[],alethioCurrencies:{native:"ether",token:"token"},amberdataRpcServers:[],amberdataApiServers:[],amberDataBlockchainId:"",pluginMnemonicKeyName:"kovanMnemonic",pluginRegularKeyName:"kovanKey",ethGasStationUrl:"https://www.ethgasstation.info/json/ethgasAPI.json",defaultNetworkFees:{default:{baseFeeMultiplier:{lowFee:"1",standardFeeLow:"1.25",standardFeeHigh:"1.5",highFee:"1.75"},gasLimit:{regularTransaction:"21000",tokenTransaction:"300000",minGasLimit:"21000"},gasPrice:{lowFee:"1000000001",standardFeeLow:"40000000001",standardFeeHigh:"300000000001",standardFeeLowAmount:"100000000000000000",standardFeeHighAmount:"10000000000000000000",highFee:"40000000001",minGasPrice:"1000000000"},minPriorityFee:"2000000000"},"1983987abc9837fbabc0982347ad828":{baseFeeMultiplier:void 0,gasLimit:{regularTransaction:"21002",tokenTransaction:"37124"},gasPrice:{lowFee:"1000000002",standardFeeLow:"40000000002",standardFeeHigh:"300000000002",standardFeeLowAmount:"200000000000000000",standardFeeHighAmount:"20000000000000000000",highFee:"40000000002"},minPriorityFee:void 0},"2983987abc9837fbabc0982347ad828":{baseFeeMultiplier:void 0,gasLimit:{regularTransaction:"21002",tokenTransaction:"37124"},gasPrice:void 0,minPriorityFee:void 0}}},nt={currencyCode:"KOV",displayName:"Kovan Testnet",pluginId:"kovan",walletType:"wallet:kovan",memoType:"hex",canReplaceByFee:!0,defaultSettings:{customFeeSettings:["gasLimit","gasPrice"],otherSettings:et({},k0)},addressExplorer:"https://etherscan.io/address/%s",transactionExplorer:"https://etherscan.io/tx/%s",denominations:[{name:"KOV",multiplier:"1000000000000000000",symbol:"K"},{name:"mKOV",multiplier:"1000000000000000",symbol:"mK"}],metaTokens:(0,F.ZS)(P0)},rt=(0,h.P)({builtinTokens:P0,currencyInfo:nt,networkInfo:k0,getInnerPlugin(){return tt(this,null,function*(){return yield Promise.all([o.e(872),o.e(821),o.e(246),o.e(153),o.e(266),o.e(835),o.e(539),o.e(780),o.e(291),o.e(221),o.e(206),o.e(944),o.e(465),o.e(244),o.e(513)]).then(o.bind(o,6094))})}});var at=Object.defineProperty,E0=Object.getOwnPropertySymbols,ot=Object.prototype.hasOwnProperty,it=Object.prototype.propertyIsEnumerable,x0=(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)&&x0(v,u,p[u]);if(E0)for(var u of E0(p))it.call(p,u)&&x0(v,u,p[u]);return v},ct=(v,p,u)=>new Promise((ue,Q)=>{var he=A=>{try{K(u.next(A))}catch(G){Q(G)}},me=A=>{try{K(u.throw(A))}catch(G){Q(G)}},K=A=>A.done?ue(A.value):Promise.resolve(A.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,F.ZS)(L0)},lt=(0,h.P)({builtinTokens:L0,currencyInfo:dt,networkInfo:D0,getInnerPlugin(){return ct(this,null,function*(){return yield Promise.all([o.e(872),o.e(821),o.e(246),o.e(153),o.e(266),o.e(835),o.e(539),o.e(780),o.e(291),o.e(221),o.e(206),o.e(944),o.e(465),o.e(244),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=A=>{try{K(u.next(A))}catch(G){Q(G)}},me=A=>{try{K(u.throw(A))}catch(G){Q(G)}},K=A=>A.done?ue(A.value):Promise.resolve(A.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,F.ZS)(R0)},vt=(0,h.P)({builtinTokens:R0,currencyInfo:yt,networkInfo:U0,getInnerPlugin(){return pt(this,null,function*(){return yield Promise.all([o.e(872),o.e(821),o.e(246),o.e(153),o.e(266),o.e(835),o.e(539),o.e(780),o.e(291),o.e(221),o.e(206),o.e(944),o.e(465),o.e(244),o.e(513)]).then(o.bind(o,6094))})}});var bt=Object.defineProperty,H0=Object.getOwnPropertySymbols,gt=Object.prototype.hasOwnProperty,wt=Object.prototype.propertyIsEnumerable,K0=(v,p,u)=>p in v?bt(v,p,{enumerable:!0,configurable:!0,writable:!0,value:u}):v[p]=u,At=(v,p)=>{for(var u in p||(p={}))gt.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},It=(v,p,u)=>new Promise((ue,Q)=>{var he=A=>{try{K(u.next(A))}catch(G){Q(G)}},me=A=>{try{K(u.throw(A))}catch(G){Q(G)}},K=A=>A.done?ue(A.value):Promise.resolve(A.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}}},St={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,F.ZS)(G0)},Ct=(0,h.P)({builtinTokens:G0,currencyInfo:St,networkInfo:j0,getInnerPlugin(){return It(this,null,function*(){return yield Promise.all([o.e(872),o.e(821),o.e(246),o.e(153),o.e(266),o.e(835),o.e(539),o.e(780),o.e(291),o.e(221),o.e(206),o.e(944),o.e(465),o.e(244),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=A=>{try{K(u.next(A))}catch(G){Q(G)}},me=A=>{try{K(u.throw(A))}catch(G){Q(G)}},K=A=>A.done?ue(A.value):Promise.resolve(A.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}}},kt={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,F.ZS)(W0)},Et=(0,h.P)({builtinTokens:W0,currencyInfo:kt,networkInfo:Z0,getInnerPlugin(){return Pt(this,null,function*(){return yield Promise.all([o.e(872),o.e(821),o.e(246),o.e(153),o.e(266),o.e(835),o.e(539),o.e(780),o.e(291),o.e(221),o.e(206),o.e(944),o.e(465),o.e(244),o.e(513)]).then(o.bind(o,6094))})}});var xt=Object.defineProperty,z0=Object.getOwnPropertySymbols,Lt=Object.prototype.hasOwnProperty,Dt=Object.prototype.propertyIsEnumerable,Y0=(v,p,u)=>p in v?xt(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=A=>{try{K(u.next(A))}catch(G){Q(G)}},me=A=>{try{K(u.throw(A))}catch(G){Q(G)}},K=A=>A.done?ue(A.value):Promise.resolve(A.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,F.ZS)(J0)},Ut=(0,h.P)({builtinTokens:J0,currencyInfo:Rt,networkInfo:$0,getInnerPlugin(){return Bt(this,null,function*(){return yield Promise.all([o.e(872),o.e(821),o.e(246),o.e(153),o.e(266),o.e(835),o.e(539),o.e(780),o.e(291),o.e(221),o.e(206),o.e(944),o.e(465),o.e(244),o.e(513)]).then(o.bind(o,6094))})}}),Ht={avalanche:W,binancesmartchain:g,celo:k,ethDev:Ae,ethereum:X,ethereumclassic:Se,ethereumpow:He,fantom:d0,goerli:y0,kovan:rt,optimism:vt,polygon:lt,rinkeby:Ct,ropsten:Et,rsk:Ut}},5607:function(P,w,o){"use strict";o.d(w,{$G:function(){return ne},BB:function(){return q},BP:function(){return z},CL:function(){return O},HG:function(){return pe},K1:function(){return Z},Nd:function(){return W},OT:function(){return V},VW:function(){return R},aO:function(){return S},dm:function(){return $},eD:function(){return B},eG:function(){return m},n3:function(){return b},pg:function(){return C},qj:function(){return re}});var h=o(82448),F=o(62177);const b={buyAddress:"buy-address",getDomains:"get-domains",isDomainPublic:"is-domain-public"},C={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"},Z={[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},R={[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"},B={[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"},ne={PENDING:"PENDING",SENT:"SENT"},pe={[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"}},q=100,V=450,W="Paying Staking Rewards",$=1e3*60*60*24*7,re=1e3*60*60*24,ie=(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}),de=(0,h.su)({name:h.XC,bundledTxs:(0,h.Zz)(h.mH)}),ve=(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)(F.tM)}))}),O=(0,h.su)({highestTxHeight:(0,h.Vk)(h.mH,0),fioAddresses:(0,h.Vk)((0,h._2)(de),[]),fioDomains:(0,h.Vk)((0,h._2)(ve),[]),fioRequests:(0,h.Vk)((0,h.su)({PENDING:(0,h._2)(ie),SENT:(0,h._2)(ie)}),{SENT:[],PENDING:[]}),fioRequestsToApprove:(0,h.Vk)((0,h.su)(F.tM),{}),srps:(0,h.Vk)(h.mH,0),stakingRoe:(0,h.Vk)(h.XC,""),stakingStatus:(0,h.Vk)(T,{stakedAmounts:[]})})},14023:function(P,w,o){"use strict";o.d(w,{j:function(){return Z},l:function(){return R}});var h=o(24224),F=o(5607);const b=["getConnectedPublicAddress","isFioAddressValid","validateAccount","isDomainPublic","doesAccountExist","buyAddressRequest","getDomains","getStakeEstReturn"];var C=(B,z,ne)=>new Promise((pe,q)=>{var V=re=>{try{$(ne.next(re))}catch(ie){q(ie)}},W=re=>{try{$(ne.throw(re))}catch(ie){q(ie)}},$=re=>re.done?pe(re.value):Promise.resolve(re.value).then(V,W);$((ne=ne.apply(B,z)).next())});const m={fio:!0},Z={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:F.$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:[]},R=(0,h.P)({currencyInfo:Z,networkInfo:m,otherMethodNames:b,getInnerPlugin(){return C(this,null,function*(){return yield Promise.all([o.e(872),o.e(821),o.e(246),o.e(153),o.e(266),o.e(835),o.e(539),o.e(291),o.e(221),o.e(234),o.e(720),o.e(491),o.e(244),o.e(805)]).then(o.bind(o,64139))})}})},825:function(P,w,o){"use strict";o.d(w,{DP:function(){return m},LZ:function(){return R},NV:function(){return C},Vf:function(){return Z},nG:function(){return F},ni:function(){return b},qv:function(){return B},sd:function(){return S}});var h=o(82448);const F=(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)}),b=["getActivationSupportedCurrencies","getActivationCost","validateAccount"],C=(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}))}),Z=(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}))}),R=(0,h.su)({amount:h.XC,address:h.XC,request_id:h.XC}),B=(0,h.su)({status:h.XC,account_id:(0,h.Zz)(h.XC)})},81649:function(P,w,o){"use strict";o.d(w,{c:function(){return m},j:function(){return C}});var h=o(24224),F=(S,Z,R)=>new Promise((B,z)=>{var ne=V=>{try{q(R.next(V))}catch(W){z(W)}},pe=V=>{try{q(R.throw(V))}catch(W){z(W)}},q=V=>V.done?B(V.value):Promise.resolve(V.value).then(ne,pe);q((R=R.apply(S,Z)).next())});const b={tezosRpcNodes:["https://rpc.tzbeta.net","https://mainnet.tezrpc.me"],tezosApiServers:["https://api.tzkt.io"],fee:{transaction:"1350",reveal:"1300",burn:"257000"},limit:{gas:"10600",storage:"277"}},C={currencyCode:"XTZ",displayName:"Tezos",pluginId:"tezos",walletType:"wallet:tezos",defaultSettings:{},addressExplorer:"https://tzstats.com/%s",transactionExplorer:"https://tzstats.com/%s",denominations:[{name:"XTZ",multiplier:"1000000",symbol:"t"}],metaTokens:[]},m=(0,h.P)({currencyInfo:C,networkInfo:b,getInnerPlugin(){return F(this,null,function*(){return yield Promise.all([o.e(872),o.e(821),o.e(153),o.e(266),o.e(835),o.e(618),o.e(244),o.e(92)]).then(o.bind(o,12170))})}})},35666:function(P){var w=function(o){"use strict";var h=Object.prototype,F=h.hasOwnProperty,b=Object.defineProperty||function(r,a,i){r[a]=i.value},C,m=typeof Symbol=="function"?Symbol:{},S=m.iterator||"@@iterator",Z=m.asyncIterator||"@@asyncIterator",R=m.toStringTag||"@@toStringTag";function B(r,a,i){return Object.defineProperty(r,a,{value:i,enumerable:!0,configurable:!0,writable:!0}),r[a]}try{B({},"")}catch{B=function(a,i,l){return a[i]=l}}function z(r,a,i,l){var f=a&&a.prototype instanceof re?a:re,s=Object.create(f.prototype),t=new c(l||[]);return b(s,"_invoke",{value:se(r,i,t)}),s}o.wrap=z;function ne(r,a,i){try{return{type:"normal",arg:r.call(a,i)}}catch(l){return{type:"throw",arg:l}}}var pe="suspendedStart",q="suspendedYield",V="executing",W="completed",$={};function re(){}function ie(){}function de(){}var ve={};B(ve,S,function(){return this});var T=Object.getPrototypeOf,O=T&&T(T(e([])));O&&O!==h&&F.call(O,S)&&(ve=O);var D=de.prototype=re.prototype=Object.create(ve);ie.prototype=de,b(D,"constructor",{value:de,configurable:!0}),b(de,"constructor",{value:ie,configurable:!0}),ie.displayName=B(de,R,"GeneratorFunction");function ae(r){["next","throw","return"].forEach(function(a){B(r,a,function(i){return this._invoke(a,i)})})}o.isGeneratorFunction=function(r){var a=typeof r=="function"&&r.constructor;return a?a===ie||(a.displayName||a.name)==="GeneratorFunction":!1},o.mark=function(r){return Object.setPrototypeOf?Object.setPrototypeOf(r,de):(r.__proto__=de,B(r,R,"GeneratorFunction")),r.prototype=Object.create(D),r},o.awrap=function(r){return{__await:r}};function ee(r,a){function i(s,t,d,k){var E=ne(r[s],r,t);if(E.type==="throw")k(E.arg);else{var x=E.arg,j=x.value;return j&&typeof j=="object"&&F.call(j,"__await")?a.resolve(j.__await).then(function(Y){i("next",Y,d,k)},function(Y){i("throw",Y,d,k)}):a.resolve(j).then(function(Y){x.value=Y,d(x)},function(Y){return i("throw",Y,d,k)})}}var l;function f(s,t){function d(){return new a(function(k,E){i(s,t,k,E)})}return l=l?l.then(d,d):d()}b(this,"_invoke",{value:f})}ae(ee.prototype),B(ee.prototype,Z,function(){return this}),o.AsyncIterator=ee,o.async=function(r,a,i,l,f){f===void 0&&(f=Promise);var s=new ee(z(r,a,i,l),f);return o.isGeneratorFunction(a)?s:s.next().then(function(t){return t.done?t.value:s.next()})};function se(r,a,i){var l=pe;return function(s,t){if(l===V)throw new Error("Generator is already running");if(l===W){if(s==="throw")throw t;return n()}for(i.method=s,i.arg=t;;){var d=i.delegate;if(d){var k=te(d,i);if(k){if(k===$)continue;return k}}if(i.method==="next")i.sent=i._sent=i.arg;else if(i.method==="throw"){if(l===pe)throw l=W,i.arg;i.dispatchException(i.arg)}else i.method==="return"&&i.abrupt("return",i.arg);l=V;var E=ne(r,a,i);if(E.type==="normal"){if(l=i.done?W:q,E.arg===$)continue;return{value:E.arg,done:i.done}}else E.type==="throw"&&(l=W,i.method="throw",i.arg=E.arg)}}}function te(r,a){var i=a.method,l=r.iterator[i];if(l===C)return a.delegate=null,i==="throw"&&r.iterator.return&&(a.method="return",a.arg=C,te(r,a),a.method==="throw")||i!=="return"&&(a.method="throw",a.arg=new TypeError("The iterator does not provide a '"+i+"' method")),$;var f=ne(l,r.iterator,a.arg);if(f.type==="throw")return a.method="throw",a.arg=f.arg,a.delegate=null,$;var s=f.arg;if(!s)return a.method="throw",a.arg=new TypeError("iterator result is not an object"),a.delegate=null,$;if(s.done)a[r.resultName]=s.value,a.next=r.nextLoc,a.method!=="return"&&(a.method="next",a.arg=C);else return s;return a.delegate=null,$}ae(D),B(D,R,"Generator"),B(D,S,function(){return this}),B(D,"toString",function(){return"[object Generator]"});function g(r){var a={tryLoc:r[0]};1 in r&&(a.catchLoc=r[1]),2 in r&&(a.finallyLoc=r[2],a.afterLoc=r[3]),this.tryEntries.push(a)}function N(r){var a=r.completion||{};a.type="normal",delete a.arg,r.completion=a}function c(r){this.tryEntries=[{tryLoc:"root"}],r.forEach(g,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(F.call(r,i))return f.value=r[i],f.done=!1,f;return f.value=C,f.done=!0,f};return l.next=l}}return{next:n}}o.values=e;function n(){return{value:C,done:!0}}return c.prototype={constructor:c,reset:function(r){if(this.prev=0,this.next=0,this.sent=this._sent=C,this.done=!1,this.delegate=null,this.method="next",this.arg=C,this.tryEntries.forEach(N),!r)for(var a in this)a.charAt(0)==="t"&&F.call(this,a)&&!isNaN(+a.slice(1))&&(this[a]=C)},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(k,E){return s.type="throw",s.arg=r,a.next=k,E&&(a.method="next",a.arg=C),!!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=F.call(f,"catchLoc"),d=F.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&&F.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,$):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),$},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),N(i),$}},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;N(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=C),$}},o}(P.exports);try{regeneratorRuntime=w}catch{typeof globalThis=="object"?globalThis.regeneratorRuntime=w:Function("r","regeneratorRuntime = r")(w)}},46601:function(){},82448:function(P,w,o){"use strict";o.d(w,{JC:function(){return ie},Vk:function(){return B},Wf:function(){return de},XC:function(){return W},Zz:function(){return V},_2:function(){return F},_C:function(){return S},gu:function(){return ne},jK:function(){return b},mH:function(){return pe},qF:function(){return m},su:function(){return q},vq:function(){return $},zv:function(){return re}});var h=o(47630);const F=h.asArray,b=h.asBoolean,C=h.asCodec,m=h.asDate,S=h.asEither,Z=h.asJSON,R=h.asMap,B=h.asMaybe,z=h.asNone,ne=h.asNull,pe=h.asNumber,q=h.asObject,V=h.asOptional,W=h.asString,$=h.asTuple,re=h.asUndefined,ie=h.asUnknown,de=h.asValue,ve=h.uncleaner}},M0={};function y(P){var w=M0[P];if(w!==void 0)return w.exports;var o=M0[P]={id:P,loaded:!1,exports:{}};return N0[P].call(o.exports,o,o.exports,y),o.loaded=!0,o.exports}y.m=N0,function(){y.amdO={}}(),function(){y.n=function(P){var w=P&&P.__esModule?function(){return P.default}:function(){return P};return y.d(w,{a:w}),w}}(),function(){var P=Object.getPrototypeOf?function(o){return Object.getPrototypeOf(o)}:function(o){return o.__proto__},w;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 F=Object.create(null);y.r(F);var b={};w=w||[null,P({}),P([]),P(P)];for(var C=h&2&&o;typeof C=="object"&&!~w.indexOf(C);C=P(C))Object.getOwnPropertyNames(C).forEach(function(m){b[m]=function(){return o[m]}});return b.default=function(){return o},y.d(F,b),F}}(),function(){y.d=function(P,w){for(var o in w)y.o(w,o)&&!y.o(P,o)&&Object.defineProperty(P,o,{enumerable:!0,get:w[o]})}}(),function(){y.f={},y.e=function(P){return Promise.all(Object.keys(y.f).reduce(function(w,o){return y.f[o](P,w),w},[]))}}(),function(){y.u=function(P){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"}[P]||P)+".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(P,w){return Object.prototype.hasOwnProperty.call(P,w)}}(),function(){var P={},w="edge-currency-accountbased:";y.l=function(o,h,F,b){if(P[o]){P[o].push(h);return}var C,m;if(F!==void 0)for(var S=document.getElementsByTagName("script"),Z=0;Z<S.length;Z++){var R=S[Z];if(R.getAttribute("src")==o||R.getAttribute("data-webpack")==w+F){C=R;break}}C||(m=!0,C=document.createElement("script"),C.charset="utf-8",C.timeout=120,y.nc&&C.setAttribute("nonce",y.nc),C.setAttribute("data-webpack",w+F),C.src=o),P[o]=[h];var B=function(ne,pe){C.onerror=C.onload=null,clearTimeout(z);var q=P[o];if(delete P[o],C.parentNode&&C.parentNode.removeChild(C),q&&q.forEach(function(V){return V(pe)}),ne)return ne(pe)},z=setTimeout(B.bind(null,void 0,{type:"timeout",target:C}),12e4);C.onerror=B.bind(null,C.onerror),C.onload=B.bind(null,C.onload),m&&document.head.appendChild(C)}}(),function(){y.r=function(P){typeof Symbol<"u"&&Symbol.toStringTag&&Object.defineProperty(P,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(P,"__esModule",{value:!0})}}(),function(){y.nmd=function(P){return P.paths=[],P.children||(P.children=[]),P}}(),function(){var P;y.g.importScripts&&(P=y.g.location+"");var w=y.g.document;if(!P&&w&&(w.currentScript&&(P=w.currentScript.src),!P)){var o=w.getElementsByTagName("script");o.length&&(P=o[o.length-1].src)}if(!P)throw new Error("Automatic publicPath is not supported in this browser");P=P.replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),y.p=P}(),function(){var P={179:0};y.f.j=function(h,F){var b=y.o(P,h)?P[h]:void 0;if(b!==0)if(b)F.push(b[2]);else{var C=new Promise(function(R,B){b=P[h]=[R,B]});F.push(b[2]=C);var m=y.p+y.u(h),S=new Error,Z=function(R){if(y.o(P,h)&&(b=P[h],b!==0&&(P[h]=void 0),b)){var B=R&&(R.type==="load"?"missing":R.type),z=R&&R.target&&R.target.src;S.message="Loading chunk "+h+` failed.
|
|
2
|
-
(`+B+": "+z+")",S.name="ChunkLoadError",S.type=B,S.request=z,b[1](S)}};y.l(m,Z,"chunk-"+h,h)}};var w=function(h,F){var b=F[0],C=F[1],m=F[2],S,Z,R=0;if(b.some(function(z){return P[z]!==0})){for(S in C)y.o(C,S)&&(y.m[S]=C[S]);if(m)var B=m(y)}for(h&&h(F);R<b.length;R++)Z=b[R],y.o(P,Z)&&P[Z]&&P[Z][0](),P[Z]=0},o=self.webpackChunkedge_currency_accountbased=self.webpackChunkedge_currency_accountbased||[];o.forEach(w.bind(null,0)),o.push=w.bind(null,o.push.bind(o))}();var Kt={};(function(){"use strict";var P=y(35666),w=y(24224),o=(_,U,M)=>new Promise((ye,H)=>{var J=I=>{try{L(M.next(I))}catch(X){H(X)}},fe=I=>{try{L(M.throw(I))}catch(X){H(X)}},L=I=>I.done?ye(I.value):Promise.resolve(I.value).then(J,fe);L((M=M.apply(_,U)).next())});const h={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"]},F={currencyCode:"BNB",displayName:"BNB Beacon Chain",pluginId:"binance",walletType:"wallet:binance",defaultSettings:{},memoMaxLength:128,addressExplorer:"https://explorer.binance.org/address/%s",transactionExplorer:"https://explorer.binance.org/tx/%s",blockExplorer:"https://explorer.binance.org/block/%s",denominations:[{name:"BNB",multiplier:"100000000",symbol:"B"}],metaTokens:[]},b=(0,w.P)({currencyInfo:F,networkInfo:h,getInnerPlugin(){return o(this,null,function*(){return yield Promise.all([y.e(872),y.e(821),y.e(246),y.e(153),y.e(266),y.e(835),y.e(539),y.e(978),y.e(669),y.e(786),y.e(884),y.e(341),y.e(244),y.e(26)]).then(y.bind(y,59439))})}});var C=y(83718),m=(_,U,M)=>new Promise((ye,H)=>{var J=I=>{try{L(M.next(I))}catch(X){H(X)}},fe=I=>{try{L(M.throw(I))}catch(X){H(X)}},L=I=>I.done?ye(I.value):Promise.resolve(I.value).then(J,fe);L((M=M.apply(_,U)).next())});const S={chainId:"aca376f206b8fc25a6ed44dbdc66547c36c6c33e3a119ffbeaef943642f0e906",eosActivationServers:["https://eospay.edge.app"],eosHyperionNodes:["https://api.eossweden.org"],eosNodes:["https://api.eoseoul.io","https://api.eoslaomao.com","https://mainnet.eoscannon.io","https://api.eos.wiki","https://mainnet.eosio.sg","https://eos.newdex.one","https://api.bitmars.one","https://node1.zbeos.com","https://api.eosn.io"],eosDfuseServers:["https://eos.dfuse.eosnation.io"],powerUpServers:["https://api.eospowerup.io/freePowerup"],uriProtocol:"eos"},R={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:[]},B=(0,w.P)({currencyInfo:R,networkInfo:S,otherMethodNames:C.F,getInnerPlugin(){return m(this,null,function*(){return yield Promise.all([y.e(872),y.e(246),y.e(266),y.e(234),y.e(248),y.e(244),y.e(679)]).then(y.bind(y,58030))})}});var z=(_,U,M)=>new Promise((ye,H)=>{var J=I=>{try{L(M.next(I))}catch(X){H(X)}},fe=I=>{try{L(M.throw(I))}catch(X){H(X)}},L=I=>I.done?ye(I.value):Promise.resolve(I.value).then(J,fe);L((M=M.apply(_,U)).next())});const ne={chainId:"4667b205c6838ef70ff7988f6e8257e8be0e1284a2f59699054a018f743b1d11",eosActivationServers:["https://eospay.edge.app","https://account.teloscrew.com"],eosHyperionNodes:["https://telos.caleos.io"],eosNodes:["https://telos.caleos.io"],powerUpServers:[],eosDfuseServers:[],uriProtocol:"telos"},q={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:[]},V=(0,w.P)({currencyInfo:q,networkInfo:ne,otherMethodNames:C.F,getInnerPlugin(){return z(this,null,function*(){return yield Promise.all([y.e(872),y.e(246),y.e(266),y.e(234),y.e(248),y.e(244),y.e(679)]).then(y.bind(y,58030))})}});var W=(_,U,M)=>new Promise((ye,H)=>{var J=I=>{try{L(M.next(I))}catch(X){H(X)}},fe=I=>{try{L(M.throw(I))}catch(X){H(X)}},L=I=>I.done?ye(I.value):Promise.resolve(I.value).then(J,fe);L((M=M.apply(_,U)).next())});const $={chainId:"1064487b3cd1a897ce03ae5b6a865651747e2e152090f99c1d19d44e01aea5a4",eosActivationServers:[],eosDfuseServers:[],eosHyperionNodes:["https://api.waxsweden.org"],eosNodes:["https://api.waxsweden.org"],powerUpServers:[],uriProtocol:"wax"},ie={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:[]},de=(0,w.P)({currencyInfo:ie,networkInfo:$,otherMethodNames:C.F,getInnerPlugin(){return W(this,null,function*(){return yield Promise.all([y.e(872),y.e(246),y.e(266),y.e(234),y.e(248),y.e(244),y.e(679)]).then(y.bind(y,58030))})}}),ve={eos:B,telos:V,wax:de};var T=y(49889),O=y(14023),D=y(825),ae=(_,U,M)=>new Promise((ye,H)=>{var J=I=>{try{L(M.next(I))}catch(X){H(X)}},fe=I=>{try{L(M.throw(I))}catch(X){H(X)}},L=I=>I.done?ye(I.value):Promise.resolve(I.value).then(J,fe);L((M=M.apply(_,U)).next())});const ee={creatorApiServers:["https://creator.myhbarwallet.com"],mirrorNodes:["https://mainnet-public.mirrornode.hedera.com"],client:"Mainnet",checksumNetworkID:"0",maxFee:9e5},se={currencyCode:"HBAR",displayName:"Hedera",pluginId:"hedera",walletType:"wallet:hedera",defaultSettings:{},memoMaxLength:100,addressExplorer:"https://hashscan.io/mainnet/account/%s",transactionExplorer:"https://hashscan.io/mainnet/transaction/%s",denominations:[{name:"HBAR",multiplier:"100000000",symbol:"\u210F"},{name:"tHBAR",multiplier:"1",symbol:"t\u210F"}],metaTokens:[]},te=(0,w.P)({currencyInfo:se,networkInfo:ee,otherMethodNames:D.ni,getInnerPlugin(){return ae(this,null,function*(){return yield Promise.all([y.e(872),y.e(821),y.e(246),y.e(153),y.e(266),y.e(835),y.e(539),y.e(780),y.e(206),y.e(19),y.e(431),y.e(549),y.e(244),y.e(894)]).then(y.bind(y,85520))})}});var g=(_,U,M)=>new Promise((ye,H)=>{var J=I=>{try{L(M.next(I))}catch(X){H(X)}},fe=I=>{try{L(M.throw(I))}catch(X){H(X)}},L=I=>I.done?ye(I.value):Promise.resolve(I.value).then(J,fe);L((M=M.apply(_,U)).next())});const N={rpcNodes:["wss://rpc.polkadot.io"],genesisHash:"0x91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3",subscanBaseUrl:"https://polkadot.api.subscan.io/api",subscanQueryLimit:100,existentialDeposit:"10000000000",lengthFeePerByte:"1000000"},c={currencyCode:"DOT",displayName:"Polkadot",pluginId:"polkadot",walletType:"wallet:polkadot",defaultSettings:{},addressExplorer:"https://polkadot.subscan.io/account/%s",transactionExplorer:"https://polkadot.subscan.io/extrinsic/%s",denominations:[{name:"DOT",multiplier:"10000000000",symbol:""}],metaTokens:[]},e=(0,w.P)({currencyInfo:c,networkInfo:N,checkEnvironment:()=>{if(y.g.BigInt==null)throw new Error("Polkadot requires bigint support")},getInnerPlugin(){return g(this,null,function*(){return yield Promise.all([y.e(872),y.e(821),y.e(246),y.e(153),y.e(780),y.e(94),y.e(244),y.e(591)]).then(y.bind(y,65813))})}});var n=(_,U,M)=>new Promise((ye,H)=>{var J=I=>{try{L(M.next(I))}catch(X){H(X)}},fe=I=>{try{L(M.throw(I))}catch(X){H(X)}},L=I=>I.done?ye(I.value):Promise.resolve(I.value).then(J,fe);L((M=M.apply(_,U)).next())});const r={rpcNodes:["https://ssc-dao.genesysgo.net","https://api.mainnet-beta.solana.com"],commitment:"confirmed",txQueryLimit:1e3,derivationPath:"m/44'/501'/0'/0'",memoPublicKey:"MemoSq4gqABAXKb96qnH8TysNcWxMyWCqXgDLGmfcHr"},a={currencyCode:"SOL",displayName:"Solana",pluginId:"solana",walletType:"wallet:solana",defaultSettings:{},addressExplorer:"https://explorer.solana.com/address/%s",transactionExplorer:"https://explorer.solana.com/tx/%s",denominations:[{name:"SOL",multiplier:"1000000000",symbol:"\u25CE"}],metaTokens:[]},i=(0,w.P)({currencyInfo:a,networkInfo:r,getInnerPlugin(){return n(this,null,function*(){return yield Promise.all([y.e(872),y.e(821),y.e(246),y.e(153),y.e(266),y.e(780),y.e(206),y.e(884),y.e(645),y.e(244),y.e(601)]).then(y.bind(y,29016))})}});var l=(_,U,M)=>new Promise((ye,H)=>{var J=I=>{try{L(M.next(I))}catch(X){H(X)}},fe=I=>{try{L(M.throw(I))}catch(X){H(X)}},L=I=>I.done?ye(I.value):Promise.resolve(I.value).then(J,fe);L((M=M.apply(_,U)).next())});const f={baseReserve:"10000000",stellarServers:["https://horizon.stellar.org"]},s={currencyCode:"XLM",displayName:"Stellar",pluginId:"stellar",walletType:"wallet:stellar",defaultSettings:{},memoMaxLength:19,addressExplorer:"https://stellarchain.io/address/%s",transactionExplorer:"https://stellarchain.io/tx/%s",denominations:[{name:"XLM",multiplier:"10000000",symbol:"*"}],metaTokens:[]},t=(0,w.P)({currencyInfo:s,networkInfo:f,getInnerPlugin(){return l(this,null,function*(){return yield Promise.all([y.e(872),y.e(821),y.e(246),y.e(266),y.e(835),y.e(539),y.e(780),y.e(978),y.e(669),y.e(720),y.e(267),y.e(620),y.e(244),y.e(870)]).then(y.bind(y,31188))})}});var d=y(81649),k=y(20918),E=(_,U,M)=>new Promise((ye,H)=>{var J=I=>{try{L(M.next(I))}catch(X){H(X)}},fe=I=>{try{L(M.throw(I))}catch(X){H(X)}},L=I=>I.done?ye(I.value):Promise.resolve(I.value).then(J,fe);L((M=M.apply(_,U)).next())});const x={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"}}},j={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},Y={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,k.ZS)(x)},oe=(0,w.P)({builtinTokens:x,currencyInfo:Y,networkInfo:j,getInnerPlugin(){return E(this,null,function*(){return yield Promise.all([y.e(872),y.e(821),y.e(246),y.e(153),y.e(266),y.e(835),y.e(539),y.e(291),y.e(669),y.e(221),y.e(19),y.e(944),y.e(890),y.e(244),y.e(5)]).then(y.bind(y,9127))})}});var Ze=(_,U,M)=>new Promise((ye,H)=>{var J=I=>{try{L(M.next(I))}catch(X){H(X)}},fe=I=>{try{L(M.throw(I))}catch(X){H(X)}},L=I=>I.done?ye(I.value):Promise.resolve(I.value).then(J,fe);L((M=M.apply(_,U)).next())});const ce={rippledServers:["wss://s2.ripple.com","wss://xrplcluster.com"],defaultFee:"10",baseReserve:"10000000",baseReservePerToken:"2000000"},le={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:[]},a0={"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"}}},be=(0,w.P)({builtinTokens:a0,currencyInfo:le,networkInfo:ce,getInnerPlugin(){return Ze(this,null,function*(){return yield Promise.all([y.e(872),y.e(821),y.e(246),y.e(153),y.e(266),y.e(835),y.e(539),y.e(291),y.e(978),y.e(431),y.e(786),y.e(267),y.e(726),y.e(244),y.e(603)]).then(y.bind(y,23818))})}});var ke=(_,U,M)=>new Promise((ye,H)=>{var J=I=>{try{L(M.next(I))}catch(X){H(X)}},fe=I=>{try{L(M.throw(I))}catch(X){H(X)}},L=I=>I.done?ye(I.value):Promise.resolve(I.value).then(J,fe);L((M=M.apply(_,U)).next())});const $e={rpcNode:{networkName:"mainnet",defaultHost:"lightd1.pirate.black",defaultPort:443},defaultBirthday:204e4,defaultNetworkFee:"10000",nativeSdk:"piratechain",transactionQueryLimit:999},Se={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:[]},Ce=(0,w.P)({currencyInfo:Se,networkInfo:$e,getInnerPlugin(){return ke(this,null,function*(){return yield Promise.all([y.e(872),y.e(821),y.e(246),y.e(153),y.e(244),y.e(159)]).then(y.bind(y,940))})}});var ze=(_,U,M)=>new Promise((ye,H)=>{var J=I=>{try{L(M.next(I))}catch(X){H(X)}},fe=I=>{try{L(M.throw(I))}catch(X){H(X)}},L=I=>I.done?ye(I.value):Promise.resolve(I.value).then(J,fe);L((M=M.apply(_,U)).next())});const Ne={rpcNode:{networkName:"mainnet",defaultHost:"mainnet.lightwalletd.com",defaultPort:9067},defaultBirthday:131e4,defaultNetworkFee:"1000",nativeSdk:"zcash",transactionQueryLimit:999},Me={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:[]},Ye=(0,w.P)({currencyInfo:Me,networkInfo:Ne,getInnerPlugin(){return ze(this,null,function*(){return yield Promise.all([y.e(872),y.e(821),y.e(246),y.e(153),y.e(244),y.e(159)]).then(y.bind(y,940))})}});var Te=Object.defineProperty,Fe=Object.defineProperties,Je=Object.getOwnPropertyDescriptors,Pe=Object.getOwnPropertySymbols,ge=Object.prototype.hasOwnProperty,o0=Object.prototype.propertyIsEnumerable,we=(_,U,M)=>U in _?Te(_,U,{enumerable:!0,configurable:!0,writable:!0,value:M}):_[U]=M,Ae=(_,U)=>{for(var M in U||(U={}))ge.call(U,M)&&we(_,M,U[M]);if(Pe)for(var M of Pe(U))o0.call(U,M)&&we(_,M,U[M]);return _},Qe=(_,U)=>Fe(_,Je(U));const Ie=Qe(Ae(Ae({},ve),T.j),{binance:b,fio:O.l,hedera:te,piratechain:Ce,polkadot:e,ripple:be,solana:i,stellar:t,tezos:d.c,tron:oe,zcash:Ye});typeof window<"u"&&typeof window.addEdgeCorePlugins=="function"&&window.addEdgeCorePlugins(Ie);var Ee=null})()})();
|
|
1
|
+
(function(){var M0={77591:function(F,w,a){"use strict";var s=this&&this.__importDefault||function(g){return g&&g.__esModule?g:{default:g}};Object.defineProperty(w,"__esModule",{value:!0}),w.round=w.ceil=w.floor=w.abs=w.toFixed=w.log10=w.max=w.min=w.eq=w.lte=w.gte=w.lt=w.gt=w.div=w.mul=w.sub=w.add=void 0;const P=s(a(13550));function b(g){return!!(g.startsWith("0x")||g.startsWith("-0x")||g.toLowerCase().includes("a")||g.toLowerCase().includes("b")||g.toLowerCase().includes("c")||g.toLowerCase().includes("d")||g.toLowerCase().includes("e")||g.toLowerCase().includes("f"))}function I(g){return g.replace("0x","")}function h(g,M){let d=g;for(let e=0;e<M;e++)d+="0";return d}function S(g){let M=g.replace(/^0+/,"");return M=M.replace(/^\.+/,"0."),M.includes(".")&&(M=M.replace(/0+$/,""),M=M.replace(/\.+$/,""),M===""&&(M="0")),M===""&&(M="0"),M}function Y(g,M){if(M===0)return g;let d=!1;g.slice(0,1)==="-"&&(d=!0,g=g.slice(1));let e;return M>g.length?e="0."+h("",M-g.length)+g:e=g.substr(0,g.length-M)+"."+g.substr(g.length-M,g.length),e=S(e),d&&(e=`-${e}`),e}function B(g,M,d){let e=g,n=M;U(e,n);let r=e.indexOf("."),o=n.indexOf(".");const i=b(e),f=b(n);if(r!==-1&&(e=S(e),r=e.indexOf(".")),o!==-1&&(n=S(n),o=n.indexOf(".")),r!==-1||o!==-1||typeof d=="number"){if(i||f)throw new Error("Cannot operate on base16 float values");let u=0,c=0;r!==-1&&(u=e.length-r-1),o!==-1&&(c=n.length-o-1);const t=u>c?u:c;let l=0;return typeof d=="number"&&(l=d),e=h(e.replace(".",""),t+l-u),n=h(n.replace(".",""),t-c),{x:e,y:n,shift:t}}else return{x:e,y:n,shift:0}}function U(...g){for(const M of g){if(M.split(".").length-1>1)throw new Error("Invalid number: more than one decimal point");if(M.split("-").length-1>1)throw new Error("Invalid number: more than one negative sign")}}function V(g,M,d=10){if(d!==10&&d!==16)throw new Error("Unsupported base");let{x:e,y:n,shift:r}=B(g,M);const o=b(e)?16:10,i=b(n)?16:10;e=I(e),n=I(n);const f=new P.default(e,o),u=new P.default(n,i);let c=f.add(u).toString(d);return c=Y(c,r),d===10?c:c.replace(/^(-)?/,"$10x")}w.add=V;function _(g,M,d=10){if(d!==10&&d!==16)throw new Error("Unsupported base");let{x:e,y:n,shift:r}=B(g,M);const o=b(e)?16:10,i=b(n)?16:10;e=I(e),n=I(n);const f=new P.default(e,o),u=new P.default(n,i);let c=f.mul(u).toString(d);return c=Y(c,r*2),d===10?c:c.replace(/^(-)?/,"$10x")}w.mul=_;function ae(g,M,d=10){if(d!==10&&d!==16)throw new Error("Unsupported base");let{x:e,y:n,shift:r}=B(g,M);const o=b(e)?16:10,i=b(n)?16:10;e=I(e),n=I(n);const f=new P.default(e,o),u=new P.default(n,i);let c=f.sub(u).toString(d);return c=Y(c,r),d===10?c:c.replace(/^(-)?/,"$10x")}w.sub=ae;function J(g,M,d=0,e=10){if(e!==10&&d>0)throw new Error("Cannot operate on floating point hex values");if(e!==10&&e!==16)throw new Error("Unsupported base");let{x:n,y:r}=B(g,M,d);const o=b(n)?16:10,i=b(r)?16:10;n=I(n),r=I(r);const f=new P.default(n,o),u=new P.default(r,i);let c=f.div(u).toString(e);return c=Y(c,d),e===10?c:c.replace(/^(-)?/,"$10x")}w.div=J;function H(g,M){let{x:d,y:e}=B(g,M);const n=b(d)?16:10,r=b(e)?16:10;d=I(d),e=I(e);const o=new P.default(d,n),i=new P.default(e,r);return o.lt(i)}w.lt=H;function R(g,M){let{x:d,y:e}=B(g,M);const n=b(d)?16:10,r=b(e)?16:10;d=I(d),e=I(e);const o=new P.default(d,n),i=new P.default(e,r);return o.lte(i)}w.lte=R;function K(g,M){let{x:d,y:e}=B(g,M);const n=b(d)?16:10,r=b(e)?16:10;d=I(d),e=I(e);const o=new P.default(d,n),i=new P.default(e,r);return o.gt(i)}w.gt=K;function se(g,M){let{x:d,y:e}=B(g,M);const n=b(d)?16:10,r=b(e)?16:10;d=I(d),e=I(e);const o=new P.default(d,n),i=new P.default(e,r);return o.gte(i)}w.gte=se;function ce(g,M){let{x:d,y:e}=B(g,M);const n=b(d)?16:10,r=b(e)?16:10;d=I(d),e=I(e);const o=new P.default(d,n),i=new P.default(e,r);return o.eq(i)}w.eq=ce;function ie(g,M,d=10){let{x:e,y:n,shift:r}=B(g,M);const o=b(e)?16:10,i=b(n)?16:10;e=I(e),n=I(n);const f=new P.default(e,o),u=new P.default(n,i);let c;return f.lte(u)?c=f.toString(d):c=u.toString(d),c=Y(c,r),d===10?c:c.replace(/^(-)?/,"$10x")}w.min=ie;function fe(g,M=10){if(M!==10&&M!==16)throw new Error("Unsupported base");let{x:d,shift:e}=B(g,"0");const n=b(g)?16:10;d=I(d);let o=new P.default(d,n).abs().toString(M);return o=Y(o,e),M===10?o:o.replace(/^(-)?/,"$10x")}w.abs=fe;function T(g,M,d=10){let{x:e,y:n,shift:r}=B(g,M);const o=b(e)?16:10,i=b(n)?16:10;e=I(e),n=I(n);const f=new P.default(e,o),u=new P.default(n,i);let c;return f.gte(u)?c=f.toString(d):c=u.toString(d),c=Y(c,r),d===10?c:c.replace(/^(-)?/,"$10x")}w.max=T;function L(g,M,d=0){var e,n;U(M);let r=!1,o="",i=M;i.includes("-")&&(r=!0,i=i.replace(/^-+/,""));const[f,u=""]=i.split("."),c=i.indexOf("."),t=c!==-1?c-d:i.length-d,l=f+u;if(g==="round"){const oe=(e=l[t])!==null&&e!==void 0?e:"0";se(oe,"5")?g="ceil":g="floor"}const E=Math.max(l.length-t+1,0),x=new Array(E).join("0");let k=l.substring(0,t)+x;const Z=K(l.substring(t),"0");if(g==="ceil"&&Z){const oe="1"+x,Ze=((n=k.match(/^0+/))!==null&&n!==void 0?n:[""])[0].length;k=new Array(Ze).join("0")+V(k,oe)}const $=c+(k.length-l.length);return c!==-1?o=k.substring(0,$)+"."+k.substring($):o=k,o=S(o),r&&o!=="0"&&(o="-"+o),o}const D=(g,M)=>L("floor",g,M);w.floor=D;const ne=(g,M)=>L("ceil",g,M);w.ceil=ne;const ee=(g,M)=>L("round",g,M);w.round=ee;function de(g,M=2,d=8){U(g);let e=!1,n="",r=g;r.includes("-")&&(e=!0,r=r.replace(/^-+/,"")),r=S(r);const o=r.indexOf(".");if(o===-1)n=r+"."+h("",M);else{const i=r.length-o-1;i>d?n=r.substr(0,r.length-(i-d)):i<M?n=r+h("",M-i):n=r}return n=n.replace(/\.+$/,""),e&&n!=="0"&&(n="-"+n),n}w.toFixed=de;function re(g){if(g.match(/^[0-1]+$/g)===null)throw new Error("InvalidLogInputValue: Must be a power of 10");if(!g.startsWith("1"))throw new Error("InvalidLogInputValue: Must not have leading zeros");if((g.match(/1/g)||[]).length>1)throw new Error("InvalidLogInputValue: Must be power of 10.");return(g.match(/0/g)||[]).length}w.log10=re},13550:function(F,w,a){F=a.nmd(F),function(s,P){"use strict";function b(d,e){if(!d)throw new Error(e||"Assertion failed")}function I(d,e){d.super_=e;var n=function(){};n.prototype=e.prototype,d.prototype=new n,d.prototype.constructor=d}function h(d,e,n){if(h.isBN(d))return d;this.negative=0,this.words=null,this.length=0,this.red=null,d!==null&&((e==="le"||e==="be")&&(n=e,e=10),this._init(d||0,e||10,n||"be"))}typeof s=="object"?s.exports=h:P.BN=h,h.BN=h,h.wordSize=26;var S;try{typeof window<"u"&&typeof window.Buffer<"u"?S=window.Buffer:S=a(46601).Buffer}catch{}h.isBN=function(e){return e instanceof h?!0:e!==null&&typeof e=="object"&&e.constructor.wordSize===h.wordSize&&Array.isArray(e.words)},h.max=function(e,n){return e.cmp(n)>0?e:n},h.min=function(e,n){return e.cmp(n)<0?e:n},h.prototype._init=function(e,n,r){if(typeof e=="number")return this._initNumber(e,n,r);if(typeof e=="object")return this._initArray(e,n,r);n==="hex"&&(n=16),b(n===(n|0)&&n>=2&&n<=36),e=e.toString().replace(/\s+/g,"");var o=0;e[0]==="-"&&(o++,this.negative=1),o<e.length&&(n===16?this._parseHex(e,o,r):(this._parseBase(e,n,o),r==="le"&&this._initArray(this.toArray(),n,r)))},h.prototype._initNumber=function(e,n,r){e<0&&(this.negative=1,e=-e),e<67108864?(this.words=[e&67108863],this.length=1):e<4503599627370496?(this.words=[e&67108863,e/67108864&67108863],this.length=2):(b(e<9007199254740992),this.words=[e&67108863,e/67108864&67108863,1],this.length=3),r==="le"&&this._initArray(this.toArray(),n,r)},h.prototype._initArray=function(e,n,r){if(b(typeof e.length=="number"),e.length<=0)return this.words=[0],this.length=1,this;this.length=Math.ceil(e.length/3),this.words=new Array(this.length);for(var o=0;o<this.length;o++)this.words[o]=0;var i,f,u=0;if(r==="be")for(o=e.length-1,i=0;o>=0;o-=3)f=e[o]|e[o-1]<<8|e[o-2]<<16,this.words[i]|=f<<u&67108863,this.words[i+1]=f>>>26-u&67108863,u+=24,u>=26&&(u-=26,i++);else if(r==="le")for(o=0,i=0;o<e.length;o+=3)f=e[o]|e[o+1]<<8|e[o+2]<<16,this.words[i]|=f<<u&67108863,this.words[i+1]=f>>>26-u&67108863,u+=24,u>=26&&(u-=26,i++);return this._strip()};function Y(d,e){var n=d.charCodeAt(e);if(n>=48&&n<=57)return n-48;if(n>=65&&n<=70)return n-55;if(n>=97&&n<=102)return n-87;b(!1,"Invalid character in "+d)}function B(d,e,n){var r=Y(d,n);return n-1>=e&&(r|=Y(d,n-1)<<4),r}h.prototype._parseHex=function(e,n,r){this.length=Math.ceil((e.length-n)/6),this.words=new Array(this.length);for(var o=0;o<this.length;o++)this.words[o]=0;var i=0,f=0,u;if(r==="be")for(o=e.length-1;o>=n;o-=2)u=B(e,n,o)<<i,this.words[f]|=u&67108863,i>=18?(i-=18,f+=1,this.words[f]|=u>>>26):i+=8;else{var c=e.length-n;for(o=c%2===0?n+1:n;o<e.length;o+=2)u=B(e,n,o)<<i,this.words[f]|=u&67108863,i>=18?(i-=18,f+=1,this.words[f]|=u>>>26):i+=8}this._strip()};function U(d,e,n,r){for(var o=0,i=0,f=Math.min(d.length,n),u=e;u<f;u++){var c=d.charCodeAt(u)-48;o*=r,c>=49?i=c-49+10:c>=17?i=c-17+10:i=c,b(c>=0&&i<r,"Invalid character"),o+=i}return o}h.prototype._parseBase=function(e,n,r){this.words=[0],this.length=1;for(var o=0,i=1;i<=67108863;i*=n)o++;o--,i=i/n|0;for(var f=e.length-r,u=f%o,c=Math.min(f,f-u)+r,t=0,l=r;l<c;l+=o)t=U(e,l,l+o,n),this.imuln(i),this.words[0]+t<67108864?this.words[0]+=t:this._iaddn(t);if(u!==0){var E=1;for(t=U(e,l,e.length,n),l=0;l<u;l++)E*=n;this.imuln(E),this.words[0]+t<67108864?this.words[0]+=t:this._iaddn(t)}this._strip()},h.prototype.copy=function(e){e.words=new Array(this.length);for(var n=0;n<this.length;n++)e.words[n]=this.words[n];e.length=this.length,e.negative=this.negative,e.red=this.red};function V(d,e){d.words=e.words,d.length=e.length,d.negative=e.negative,d.red=e.red}if(h.prototype._move=function(e){V(e,this)},h.prototype.clone=function(){var e=new h(null);return this.copy(e),e},h.prototype._expand=function(e){for(;this.length<e;)this.words[this.length++]=0;return this},h.prototype._strip=function(){for(;this.length>1&&this.words[this.length-1]===0;)this.length--;return this._normSign()},h.prototype._normSign=function(){return this.length===1&&this.words[0]===0&&(this.negative=0),this},typeof Symbol<"u"&&typeof Symbol.for=="function")try{h.prototype[Symbol.for("nodejs.util.inspect.custom")]=_}catch{h.prototype.inspect=_}else h.prototype.inspect=_;function _(){return(this.red?"<BN-R: ":"<BN: ")+this.toString(16)+">"}var ae=["","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"],J=[0,0,25,16,12,11,10,9,8,8,7,7,7,7,6,6,6,6,6,6,6,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5],H=[0,0,33554432,43046721,16777216,48828125,60466176,40353607,16777216,43046721,1e7,19487171,35831808,62748517,7529536,11390625,16777216,24137569,34012224,47045881,64e6,4084101,5153632,6436343,7962624,9765625,11881376,14348907,17210368,20511149,243e5,28629151,33554432,39135393,45435424,52521875,60466176];h.prototype.toString=function(e,n){e=e||10,n=n|0||1;var r;if(e===16||e==="hex"){r="";for(var o=0,i=0,f=0;f<this.length;f++){var u=this.words[f],c=((u<<o|i)&16777215).toString(16);i=u>>>24-o&16777215,o+=2,o>=26&&(o-=26,f--),i!==0||f!==this.length-1?r=ae[6-c.length]+c+r:r=c+r}for(i!==0&&(r=i.toString(16)+r);r.length%n!==0;)r="0"+r;return this.negative!==0&&(r="-"+r),r}if(e===(e|0)&&e>=2&&e<=36){var t=J[e],l=H[e];r="";var E=this.clone();for(E.negative=0;!E.isZero();){var x=E.modrn(l).toString(e);E=E.idivn(l),E.isZero()?r=x+r:r=ae[t-x.length]+x+r}for(this.isZero()&&(r="0"+r);r.length%n!==0;)r="0"+r;return this.negative!==0&&(r="-"+r),r}b(!1,"Base should be between 2 and 36")},h.prototype.toNumber=function(){var e=this.words[0];return this.length===2?e+=this.words[1]*67108864:this.length===3&&this.words[2]===1?e+=4503599627370496+this.words[1]*67108864:this.length>2&&b(!1,"Number can only safely store up to 53 bits"),this.negative!==0?-e:e},h.prototype.toJSON=function(){return this.toString(16,2)},S&&(h.prototype.toBuffer=function(e,n){return this.toArrayLike(S,e,n)}),h.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)};h.prototype.toArrayLike=function(e,n,r){this._strip();var o=this.byteLength(),i=r||Math.max(1,o);b(o<=i,"byte array longer than desired length"),b(i>0,"Requested array length <= 0");var f=R(e,i),u=n==="le"?"LE":"BE";return this["_toArrayLike"+u](f,o),f},h.prototype._toArrayLikeLE=function(e,n){for(var r=0,o=0,i=0,f=0;i<this.length;i++){var u=this.words[i]<<f|o;e[r++]=u&255,r<e.length&&(e[r++]=u>>8&255),r<e.length&&(e[r++]=u>>16&255),f===6?(r<e.length&&(e[r++]=u>>24&255),o=0,f=0):(o=u>>>24,f+=2)}if(r<e.length)for(e[r++]=o;r<e.length;)e[r++]=0},h.prototype._toArrayLikeBE=function(e,n){for(var r=e.length-1,o=0,i=0,f=0;i<this.length;i++){var u=this.words[i]<<f|o;e[r--]=u&255,r>=0&&(e[r--]=u>>8&255),r>=0&&(e[r--]=u>>16&255),f===6?(r>=0&&(e[r--]=u>>24&255),o=0,f=0):(o=u>>>24,f+=2)}if(r>=0)for(e[r--]=o;r>=0;)e[r--]=0},Math.clz32?h.prototype._countBits=function(e){return 32-Math.clz32(e)}:h.prototype._countBits=function(e){var n=e,r=0;return n>=4096&&(r+=13,n>>>=13),n>=64&&(r+=7,n>>>=7),n>=8&&(r+=4,n>>>=4),n>=2&&(r+=2,n>>>=2),r+n},h.prototype._zeroBits=function(e){if(e===0)return 26;var n=e,r=0;return(n&8191)===0&&(r+=13,n>>>=13),(n&127)===0&&(r+=7,n>>>=7),(n&15)===0&&(r+=4,n>>>=4),(n&3)===0&&(r+=2,n>>>=2),(n&1)===0&&r++,r},h.prototype.bitLength=function(){var e=this.words[this.length-1],n=this._countBits(e);return(this.length-1)*26+n};function K(d){for(var e=new Array(d.bitLength()),n=0;n<e.length;n++){var r=n/26|0,o=n%26;e[n]=d.words[r]>>>o&1}return e}h.prototype.zeroBits=function(){if(this.isZero())return 0;for(var e=0,n=0;n<this.length;n++){var r=this._zeroBits(this.words[n]);if(e+=r,r!==26)break}return e},h.prototype.byteLength=function(){return Math.ceil(this.bitLength()/8)},h.prototype.toTwos=function(e){return this.negative!==0?this.abs().inotn(e).iaddn(1):this.clone()},h.prototype.fromTwos=function(e){return this.testn(e-1)?this.notn(e).iaddn(1).ineg():this.clone()},h.prototype.isNeg=function(){return this.negative!==0},h.prototype.neg=function(){return this.clone().ineg()},h.prototype.ineg=function(){return this.isZero()||(this.negative^=1),this},h.prototype.iuor=function(e){for(;this.length<e.length;)this.words[this.length++]=0;for(var n=0;n<e.length;n++)this.words[n]=this.words[n]|e.words[n];return this._strip()},h.prototype.ior=function(e){return b((this.negative|e.negative)===0),this.iuor(e)},h.prototype.or=function(e){return this.length>e.length?this.clone().ior(e):e.clone().ior(this)},h.prototype.uor=function(e){return this.length>e.length?this.clone().iuor(e):e.clone().iuor(this)},h.prototype.iuand=function(e){var n;this.length>e.length?n=e:n=this;for(var r=0;r<n.length;r++)this.words[r]=this.words[r]&e.words[r];return this.length=n.length,this._strip()},h.prototype.iand=function(e){return b((this.negative|e.negative)===0),this.iuand(e)},h.prototype.and=function(e){return this.length>e.length?this.clone().iand(e):e.clone().iand(this)},h.prototype.uand=function(e){return this.length>e.length?this.clone().iuand(e):e.clone().iuand(this)},h.prototype.iuxor=function(e){var n,r;this.length>e.length?(n=this,r=e):(n=e,r=this);for(var o=0;o<r.length;o++)this.words[o]=n.words[o]^r.words[o];if(this!==n)for(;o<n.length;o++)this.words[o]=n.words[o];return this.length=n.length,this._strip()},h.prototype.ixor=function(e){return b((this.negative|e.negative)===0),this.iuxor(e)},h.prototype.xor=function(e){return this.length>e.length?this.clone().ixor(e):e.clone().ixor(this)},h.prototype.uxor=function(e){return this.length>e.length?this.clone().iuxor(e):e.clone().iuxor(this)},h.prototype.inotn=function(e){b(typeof e=="number"&&e>=0);var n=Math.ceil(e/26)|0,r=e%26;this._expand(n),r>0&&n--;for(var o=0;o<n;o++)this.words[o]=~this.words[o]&67108863;return r>0&&(this.words[o]=~this.words[o]&67108863>>26-r),this._strip()},h.prototype.notn=function(e){return this.clone().inotn(e)},h.prototype.setn=function(e,n){b(typeof e=="number"&&e>=0);var r=e/26|0,o=e%26;return this._expand(r+1),n?this.words[r]=this.words[r]|1<<o:this.words[r]=this.words[r]&~(1<<o),this._strip()},h.prototype.iadd=function(e){var n;if(this.negative!==0&&e.negative===0)return this.negative=0,n=this.isub(e),this.negative^=1,this._normSign();if(this.negative===0&&e.negative!==0)return e.negative=0,n=this.isub(e),e.negative=1,n._normSign();var r,o;this.length>e.length?(r=this,o=e):(r=e,o=this);for(var i=0,f=0;f<o.length;f++)n=(r.words[f]|0)+(o.words[f]|0)+i,this.words[f]=n&67108863,i=n>>>26;for(;i!==0&&f<r.length;f++)n=(r.words[f]|0)+i,this.words[f]=n&67108863,i=n>>>26;if(this.length=r.length,i!==0)this.words[this.length]=i,this.length++;else if(r!==this)for(;f<r.length;f++)this.words[f]=r.words[f];return this},h.prototype.add=function(e){var n;return e.negative!==0&&this.negative===0?(e.negative=0,n=this.sub(e),e.negative^=1,n):e.negative===0&&this.negative!==0?(this.negative=0,n=e.sub(this),this.negative=1,n):this.length>e.length?this.clone().iadd(e):e.clone().iadd(this)},h.prototype.isub=function(e){if(e.negative!==0){e.negative=0;var n=this.iadd(e);return e.negative=1,n._normSign()}else if(this.negative!==0)return this.negative=0,this.iadd(e),this.negative=1,this._normSign();var r=this.cmp(e);if(r===0)return this.negative=0,this.length=1,this.words[0]=0,this;var o,i;r>0?(o=this,i=e):(o=e,i=this);for(var f=0,u=0;u<i.length;u++)n=(o.words[u]|0)-(i.words[u]|0)+f,f=n>>26,this.words[u]=n&67108863;for(;f!==0&&u<o.length;u++)n=(o.words[u]|0)+f,f=n>>26,this.words[u]=n&67108863;if(f===0&&u<o.length&&o!==this)for(;u<o.length;u++)this.words[u]=o.words[u];return this.length=Math.max(this.length,u),o!==this&&(this.negative=1),this._strip()},h.prototype.sub=function(e){return this.clone().isub(e)};function se(d,e,n){n.negative=e.negative^d.negative;var r=d.length+e.length|0;n.length=r,r=r-1|0;var o=d.words[0]|0,i=e.words[0]|0,f=o*i,u=f&67108863,c=f/67108864|0;n.words[0]=u;for(var t=1;t<r;t++){for(var l=c>>>26,E=c&67108863,x=Math.min(t,e.length-1),k=Math.max(0,t-d.length+1);k<=x;k++){var Z=t-k|0;o=d.words[Z]|0,i=e.words[k]|0,f=o*i+E,l+=f/67108864|0,E=f&67108863}n.words[t]=E|0,c=l|0}return c!==0?n.words[t]=c|0:n.length--,n._strip()}var ce=function(e,n,r){var o=e.words,i=n.words,f=r.words,u=0,c,t,l,E=o[0]|0,x=E&8191,k=E>>>13,Z=o[1]|0,$=Z&8191,oe=Z>>>13,Ze=o[2]|0,le=Ze&8191,ue=Ze>>>13,o0=o[3]|0,be=o0&8191,Ee=o0>>>13,$e=o[4]|0,Ie=$e&8191,Se=$e>>>13,ze=o[5]|0,Me=ze&8191,Ne=ze>>>13,Ye=o[6]|0,Te=Ye&8191,Pe=Ye>>>13,Je=o[7]|0,Fe=Je&8191,ge=Je>>>13,a0=o[8]|0,we=a0&8191,Ae=a0>>>13,Qe=o[9]|0,Ce=Qe&8191,xe=Qe>>>13,te=i[0]|0,X=te&8191,N=te>>>13,ve=i[1]|0,G=ve&8191,Q=ve>>>13,me=i[2]|0,O=me&8191,C=me>>>13,z=i[3]|0,Be=z&8191,ke=z>>>13,v0=i[4]|0,Re=v0&8191,Le=v0>>>13,b0=i[5]|0,Ue=b0&8191,De=b0>>>13,S0=i[6]|0,Oe=S0&8191,Ve=S0>>>13,g0=i[7]|0,He=g0&8191,Xe=g0>>>13,i0=i[8]|0,Ke=i0&8191,Ge=i0>>>13,s0=i[9]|0,We=s0&8191,je=s0>>>13;r.negative=e.negative^n.negative,r.length=19,c=Math.imul(x,X),t=Math.imul(x,N),t=t+Math.imul(k,X)|0,l=Math.imul(k,N);var qe=(u+c|0)+((t&8191)<<13)|0;u=(l+(t>>>13)|0)+(qe>>>26)|0,qe&=67108863,c=Math.imul($,X),t=Math.imul($,N),t=t+Math.imul(oe,X)|0,l=Math.imul(oe,N),c=c+Math.imul(x,G)|0,t=t+Math.imul(x,Q)|0,t=t+Math.imul(k,G)|0,l=l+Math.imul(k,Q)|0;var w0=(u+c|0)+((t&8191)<<13)|0;u=(l+(t>>>13)|0)+(w0>>>26)|0,w0&=67108863,c=Math.imul(le,X),t=Math.imul(le,N),t=t+Math.imul(ue,X)|0,l=Math.imul(ue,N),c=c+Math.imul($,G)|0,t=t+Math.imul($,Q)|0,t=t+Math.imul(oe,G)|0,l=l+Math.imul(oe,Q)|0,c=c+Math.imul(x,O)|0,t=t+Math.imul(x,C)|0,t=t+Math.imul(k,O)|0,l=l+Math.imul(k,C)|0;var _e=(u+c|0)+((t&8191)<<13)|0;u=(l+(t>>>13)|0)+(_e>>>26)|0,_e&=67108863,c=Math.imul(be,X),t=Math.imul(be,N),t=t+Math.imul(Ee,X)|0,l=Math.imul(Ee,N),c=c+Math.imul(le,G)|0,t=t+Math.imul(le,Q)|0,t=t+Math.imul(ue,G)|0,l=l+Math.imul(ue,Q)|0,c=c+Math.imul($,O)|0,t=t+Math.imul($,C)|0,t=t+Math.imul(oe,O)|0,l=l+Math.imul(oe,C)|0,c=c+Math.imul(x,Be)|0,t=t+Math.imul(x,ke)|0,t=t+Math.imul(k,Be)|0,l=l+Math.imul(k,ke)|0;var A0=(u+c|0)+((t&8191)<<13)|0;u=(l+(t>>>13)|0)+(A0>>>26)|0,A0&=67108863,c=Math.imul(Ie,X),t=Math.imul(Ie,N),t=t+Math.imul(Se,X)|0,l=Math.imul(Se,N),c=c+Math.imul(be,G)|0,t=t+Math.imul(be,Q)|0,t=t+Math.imul(Ee,G)|0,l=l+Math.imul(Ee,Q)|0,c=c+Math.imul(le,O)|0,t=t+Math.imul(le,C)|0,t=t+Math.imul(ue,O)|0,l=l+Math.imul(ue,C)|0,c=c+Math.imul($,Be)|0,t=t+Math.imul($,ke)|0,t=t+Math.imul(oe,Be)|0,l=l+Math.imul(oe,ke)|0,c=c+Math.imul(x,Re)|0,t=t+Math.imul(x,Le)|0,t=t+Math.imul(k,Re)|0,l=l+Math.imul(k,Le)|0;var c0=(u+c|0)+((t&8191)<<13)|0;u=(l+(t>>>13)|0)+(c0>>>26)|0,c0&=67108863,c=Math.imul(Me,X),t=Math.imul(Me,N),t=t+Math.imul(Ne,X)|0,l=Math.imul(Ne,N),c=c+Math.imul(Ie,G)|0,t=t+Math.imul(Ie,Q)|0,t=t+Math.imul(Se,G)|0,l=l+Math.imul(Se,Q)|0,c=c+Math.imul(be,O)|0,t=t+Math.imul(be,C)|0,t=t+Math.imul(Ee,O)|0,l=l+Math.imul(Ee,C)|0,c=c+Math.imul(le,Be)|0,t=t+Math.imul(le,ke)|0,t=t+Math.imul(ue,Be)|0,l=l+Math.imul(ue,ke)|0,c=c+Math.imul($,Re)|0,t=t+Math.imul($,Le)|0,t=t+Math.imul(oe,Re)|0,l=l+Math.imul(oe,Le)|0,c=c+Math.imul(x,Ue)|0,t=t+Math.imul(x,De)|0,t=t+Math.imul(k,Ue)|0,l=l+Math.imul(k,De)|0;var d0=(u+c|0)+((t&8191)<<13)|0;u=(l+(t>>>13)|0)+(d0>>>26)|0,d0&=67108863,c=Math.imul(Te,X),t=Math.imul(Te,N),t=t+Math.imul(Pe,X)|0,l=Math.imul(Pe,N),c=c+Math.imul(Me,G)|0,t=t+Math.imul(Me,Q)|0,t=t+Math.imul(Ne,G)|0,l=l+Math.imul(Ne,Q)|0,c=c+Math.imul(Ie,O)|0,t=t+Math.imul(Ie,C)|0,t=t+Math.imul(Se,O)|0,l=l+Math.imul(Se,C)|0,c=c+Math.imul(be,Be)|0,t=t+Math.imul(be,ke)|0,t=t+Math.imul(Ee,Be)|0,l=l+Math.imul(Ee,ke)|0,c=c+Math.imul(le,Re)|0,t=t+Math.imul(le,Le)|0,t=t+Math.imul(ue,Re)|0,l=l+Math.imul(ue,Le)|0,c=c+Math.imul($,Ue)|0,t=t+Math.imul($,De)|0,t=t+Math.imul(oe,Ue)|0,l=l+Math.imul(oe,De)|0,c=c+Math.imul(x,Oe)|0,t=t+Math.imul(x,Ve)|0,t=t+Math.imul(k,Oe)|0,l=l+Math.imul(k,Ve)|0;var l0=(u+c|0)+((t&8191)<<13)|0;u=(l+(t>>>13)|0)+(l0>>>26)|0,l0&=67108863,c=Math.imul(Fe,X),t=Math.imul(Fe,N),t=t+Math.imul(ge,X)|0,l=Math.imul(ge,N),c=c+Math.imul(Te,G)|0,t=t+Math.imul(Te,Q)|0,t=t+Math.imul(Pe,G)|0,l=l+Math.imul(Pe,Q)|0,c=c+Math.imul(Me,O)|0,t=t+Math.imul(Me,C)|0,t=t+Math.imul(Ne,O)|0,l=l+Math.imul(Ne,C)|0,c=c+Math.imul(Ie,Be)|0,t=t+Math.imul(Ie,ke)|0,t=t+Math.imul(Se,Be)|0,l=l+Math.imul(Se,ke)|0,c=c+Math.imul(be,Re)|0,t=t+Math.imul(be,Le)|0,t=t+Math.imul(Ee,Re)|0,l=l+Math.imul(Ee,Le)|0,c=c+Math.imul(le,Ue)|0,t=t+Math.imul(le,De)|0,t=t+Math.imul(ue,Ue)|0,l=l+Math.imul(ue,De)|0,c=c+Math.imul($,Oe)|0,t=t+Math.imul($,Ve)|0,t=t+Math.imul(oe,Oe)|0,l=l+Math.imul(oe,Ve)|0,c=c+Math.imul(x,He)|0,t=t+Math.imul(x,Xe)|0,t=t+Math.imul(k,He)|0,l=l+Math.imul(k,Xe)|0;var e0=(u+c|0)+((t&8191)<<13)|0;u=(l+(t>>>13)|0)+(e0>>>26)|0,e0&=67108863,c=Math.imul(we,X),t=Math.imul(we,N),t=t+Math.imul(Ae,X)|0,l=Math.imul(Ae,N),c=c+Math.imul(Fe,G)|0,t=t+Math.imul(Fe,Q)|0,t=t+Math.imul(ge,G)|0,l=l+Math.imul(ge,Q)|0,c=c+Math.imul(Te,O)|0,t=t+Math.imul(Te,C)|0,t=t+Math.imul(Pe,O)|0,l=l+Math.imul(Pe,C)|0,c=c+Math.imul(Me,Be)|0,t=t+Math.imul(Me,ke)|0,t=t+Math.imul(Ne,Be)|0,l=l+Math.imul(Ne,ke)|0,c=c+Math.imul(Ie,Re)|0,t=t+Math.imul(Ie,Le)|0,t=t+Math.imul(Se,Re)|0,l=l+Math.imul(Se,Le)|0,c=c+Math.imul(be,Ue)|0,t=t+Math.imul(be,De)|0,t=t+Math.imul(Ee,Ue)|0,l=l+Math.imul(Ee,De)|0,c=c+Math.imul(le,Oe)|0,t=t+Math.imul(le,Ve)|0,t=t+Math.imul(ue,Oe)|0,l=l+Math.imul(ue,Ve)|0,c=c+Math.imul($,He)|0,t=t+Math.imul($,Xe)|0,t=t+Math.imul(oe,He)|0,l=l+Math.imul(oe,Xe)|0,c=c+Math.imul(x,Ke)|0,t=t+Math.imul(x,Ge)|0,t=t+Math.imul(k,Ke)|0,l=l+Math.imul(k,Ge)|0;var f0=(u+c|0)+((t&8191)<<13)|0;u=(l+(t>>>13)|0)+(f0>>>26)|0,f0&=67108863,c=Math.imul(Ce,X),t=Math.imul(Ce,N),t=t+Math.imul(xe,X)|0,l=Math.imul(xe,N),c=c+Math.imul(we,G)|0,t=t+Math.imul(we,Q)|0,t=t+Math.imul(Ae,G)|0,l=l+Math.imul(Ae,Q)|0,c=c+Math.imul(Fe,O)|0,t=t+Math.imul(Fe,C)|0,t=t+Math.imul(ge,O)|0,l=l+Math.imul(ge,C)|0,c=c+Math.imul(Te,Be)|0,t=t+Math.imul(Te,ke)|0,t=t+Math.imul(Pe,Be)|0,l=l+Math.imul(Pe,ke)|0,c=c+Math.imul(Me,Re)|0,t=t+Math.imul(Me,Le)|0,t=t+Math.imul(Ne,Re)|0,l=l+Math.imul(Ne,Le)|0,c=c+Math.imul(Ie,Ue)|0,t=t+Math.imul(Ie,De)|0,t=t+Math.imul(Se,Ue)|0,l=l+Math.imul(Se,De)|0,c=c+Math.imul(be,Oe)|0,t=t+Math.imul(be,Ve)|0,t=t+Math.imul(Ee,Oe)|0,l=l+Math.imul(Ee,Ve)|0,c=c+Math.imul(le,He)|0,t=t+Math.imul(le,Xe)|0,t=t+Math.imul(ue,He)|0,l=l+Math.imul(ue,Xe)|0,c=c+Math.imul($,Ke)|0,t=t+Math.imul($,Ge)|0,t=t+Math.imul(oe,Ke)|0,l=l+Math.imul(oe,Ge)|0,c=c+Math.imul(x,We)|0,t=t+Math.imul(x,je)|0,t=t+Math.imul(k,We)|0,l=l+Math.imul(k,je)|0;var u0=(u+c|0)+((t&8191)<<13)|0;u=(l+(t>>>13)|0)+(u0>>>26)|0,u0&=67108863,c=Math.imul(Ce,G),t=Math.imul(Ce,Q),t=t+Math.imul(xe,G)|0,l=Math.imul(xe,Q),c=c+Math.imul(we,O)|0,t=t+Math.imul(we,C)|0,t=t+Math.imul(Ae,O)|0,l=l+Math.imul(Ae,C)|0,c=c+Math.imul(Fe,Be)|0,t=t+Math.imul(Fe,ke)|0,t=t+Math.imul(ge,Be)|0,l=l+Math.imul(ge,ke)|0,c=c+Math.imul(Te,Re)|0,t=t+Math.imul(Te,Le)|0,t=t+Math.imul(Pe,Re)|0,l=l+Math.imul(Pe,Le)|0,c=c+Math.imul(Me,Ue)|0,t=t+Math.imul(Me,De)|0,t=t+Math.imul(Ne,Ue)|0,l=l+Math.imul(Ne,De)|0,c=c+Math.imul(Ie,Oe)|0,t=t+Math.imul(Ie,Ve)|0,t=t+Math.imul(Se,Oe)|0,l=l+Math.imul(Se,Ve)|0,c=c+Math.imul(be,He)|0,t=t+Math.imul(be,Xe)|0,t=t+Math.imul(Ee,He)|0,l=l+Math.imul(Ee,Xe)|0,c=c+Math.imul(le,Ke)|0,t=t+Math.imul(le,Ge)|0,t=t+Math.imul(ue,Ke)|0,l=l+Math.imul(ue,Ge)|0,c=c+Math.imul($,We)|0,t=t+Math.imul($,je)|0,t=t+Math.imul(oe,We)|0,l=l+Math.imul(oe,je)|0;var t0=(u+c|0)+((t&8191)<<13)|0;u=(l+(t>>>13)|0)+(t0>>>26)|0,t0&=67108863,c=Math.imul(Ce,O),t=Math.imul(Ce,C),t=t+Math.imul(xe,O)|0,l=Math.imul(xe,C),c=c+Math.imul(we,Be)|0,t=t+Math.imul(we,ke)|0,t=t+Math.imul(Ae,Be)|0,l=l+Math.imul(Ae,ke)|0,c=c+Math.imul(Fe,Re)|0,t=t+Math.imul(Fe,Le)|0,t=t+Math.imul(ge,Re)|0,l=l+Math.imul(ge,Le)|0,c=c+Math.imul(Te,Ue)|0,t=t+Math.imul(Te,De)|0,t=t+Math.imul(Pe,Ue)|0,l=l+Math.imul(Pe,De)|0,c=c+Math.imul(Me,Oe)|0,t=t+Math.imul(Me,Ve)|0,t=t+Math.imul(Ne,Oe)|0,l=l+Math.imul(Ne,Ve)|0,c=c+Math.imul(Ie,He)|0,t=t+Math.imul(Ie,Xe)|0,t=t+Math.imul(Se,He)|0,l=l+Math.imul(Se,Xe)|0,c=c+Math.imul(be,Ke)|0,t=t+Math.imul(be,Ge)|0,t=t+Math.imul(Ee,Ke)|0,l=l+Math.imul(Ee,Ge)|0,c=c+Math.imul(le,We)|0,t=t+Math.imul(le,je)|0,t=t+Math.imul(ue,We)|0,l=l+Math.imul(ue,je)|0;var m0=(u+c|0)+((t&8191)<<13)|0;u=(l+(t>>>13)|0)+(m0>>>26)|0,m0&=67108863,c=Math.imul(Ce,Be),t=Math.imul(Ce,ke),t=t+Math.imul(xe,Be)|0,l=Math.imul(xe,ke),c=c+Math.imul(we,Re)|0,t=t+Math.imul(we,Le)|0,t=t+Math.imul(Ae,Re)|0,l=l+Math.imul(Ae,Le)|0,c=c+Math.imul(Fe,Ue)|0,t=t+Math.imul(Fe,De)|0,t=t+Math.imul(ge,Ue)|0,l=l+Math.imul(ge,De)|0,c=c+Math.imul(Te,Oe)|0,t=t+Math.imul(Te,Ve)|0,t=t+Math.imul(Pe,Oe)|0,l=l+Math.imul(Pe,Ve)|0,c=c+Math.imul(Me,He)|0,t=t+Math.imul(Me,Xe)|0,t=t+Math.imul(Ne,He)|0,l=l+Math.imul(Ne,Xe)|0,c=c+Math.imul(Ie,Ke)|0,t=t+Math.imul(Ie,Ge)|0,t=t+Math.imul(Se,Ke)|0,l=l+Math.imul(Se,Ge)|0,c=c+Math.imul(be,We)|0,t=t+Math.imul(be,je)|0,t=t+Math.imul(Ee,We)|0,l=l+Math.imul(Ee,je)|0;var h0=(u+c|0)+((t&8191)<<13)|0;u=(l+(t>>>13)|0)+(h0>>>26)|0,h0&=67108863,c=Math.imul(Ce,Re),t=Math.imul(Ce,Le),t=t+Math.imul(xe,Re)|0,l=Math.imul(xe,Le),c=c+Math.imul(we,Ue)|0,t=t+Math.imul(we,De)|0,t=t+Math.imul(Ae,Ue)|0,l=l+Math.imul(Ae,De)|0,c=c+Math.imul(Fe,Oe)|0,t=t+Math.imul(Fe,Ve)|0,t=t+Math.imul(ge,Oe)|0,l=l+Math.imul(ge,Ve)|0,c=c+Math.imul(Te,He)|0,t=t+Math.imul(Te,Xe)|0,t=t+Math.imul(Pe,He)|0,l=l+Math.imul(Pe,Xe)|0,c=c+Math.imul(Me,Ke)|0,t=t+Math.imul(Me,Ge)|0,t=t+Math.imul(Ne,Ke)|0,l=l+Math.imul(Ne,Ge)|0,c=c+Math.imul(Ie,We)|0,t=t+Math.imul(Ie,je)|0,t=t+Math.imul(Se,We)|0,l=l+Math.imul(Se,je)|0;var n0=(u+c|0)+((t&8191)<<13)|0;u=(l+(t>>>13)|0)+(n0>>>26)|0,n0&=67108863,c=Math.imul(Ce,Ue),t=Math.imul(Ce,De),t=t+Math.imul(xe,Ue)|0,l=Math.imul(xe,De),c=c+Math.imul(we,Oe)|0,t=t+Math.imul(we,Ve)|0,t=t+Math.imul(Ae,Oe)|0,l=l+Math.imul(Ae,Ve)|0,c=c+Math.imul(Fe,He)|0,t=t+Math.imul(Fe,Xe)|0,t=t+Math.imul(ge,He)|0,l=l+Math.imul(ge,Xe)|0,c=c+Math.imul(Te,Ke)|0,t=t+Math.imul(Te,Ge)|0,t=t+Math.imul(Pe,Ke)|0,l=l+Math.imul(Pe,Ge)|0,c=c+Math.imul(Me,We)|0,t=t+Math.imul(Me,je)|0,t=t+Math.imul(Ne,We)|0,l=l+Math.imul(Ne,je)|0;var C0=(u+c|0)+((t&8191)<<13)|0;u=(l+(t>>>13)|0)+(C0>>>26)|0,C0&=67108863,c=Math.imul(Ce,Oe),t=Math.imul(Ce,Ve),t=t+Math.imul(xe,Oe)|0,l=Math.imul(xe,Ve),c=c+Math.imul(we,He)|0,t=t+Math.imul(we,Xe)|0,t=t+Math.imul(Ae,He)|0,l=l+Math.imul(Ae,Xe)|0,c=c+Math.imul(Fe,Ke)|0,t=t+Math.imul(Fe,Ge)|0,t=t+Math.imul(ge,Ke)|0,l=l+Math.imul(ge,Ge)|0,c=c+Math.imul(Te,We)|0,t=t+Math.imul(Te,je)|0,t=t+Math.imul(Pe,We)|0,l=l+Math.imul(Pe,je)|0;var r0=(u+c|0)+((t&8191)<<13)|0;u=(l+(t>>>13)|0)+(r0>>>26)|0,r0&=67108863,c=Math.imul(Ce,He),t=Math.imul(Ce,Xe),t=t+Math.imul(xe,He)|0,l=Math.imul(xe,Xe),c=c+Math.imul(we,Ke)|0,t=t+Math.imul(we,Ge)|0,t=t+Math.imul(Ae,Ke)|0,l=l+Math.imul(Ae,Ge)|0,c=c+Math.imul(Fe,We)|0,t=t+Math.imul(Fe,je)|0,t=t+Math.imul(ge,We)|0,l=l+Math.imul(ge,je)|0;var I0=(u+c|0)+((t&8191)<<13)|0;u=(l+(t>>>13)|0)+(I0>>>26)|0,I0&=67108863,c=Math.imul(Ce,Ke),t=Math.imul(Ce,Ge),t=t+Math.imul(xe,Ke)|0,l=Math.imul(xe,Ge),c=c+Math.imul(we,We)|0,t=t+Math.imul(we,je)|0,t=t+Math.imul(Ae,We)|0,l=l+Math.imul(Ae,je)|0;var p0=(u+c|0)+((t&8191)<<13)|0;u=(l+(t>>>13)|0)+(p0>>>26)|0,p0&=67108863,c=Math.imul(Ce,We),t=Math.imul(Ce,je),t=t+Math.imul(xe,We)|0,l=Math.imul(xe,je);var y0=(u+c|0)+((t&8191)<<13)|0;return u=(l+(t>>>13)|0)+(y0>>>26)|0,y0&=67108863,f[0]=qe,f[1]=w0,f[2]=_e,f[3]=A0,f[4]=c0,f[5]=d0,f[6]=l0,f[7]=e0,f[8]=f0,f[9]=u0,f[10]=t0,f[11]=m0,f[12]=h0,f[13]=n0,f[14]=C0,f[15]=r0,f[16]=I0,f[17]=p0,f[18]=y0,u!==0&&(f[19]=u,r.length++),r};Math.imul||(ce=se);function ie(d,e,n){n.negative=e.negative^d.negative,n.length=d.length+e.length;for(var r=0,o=0,i=0;i<n.length-1;i++){var f=o;o=0;for(var u=r&67108863,c=Math.min(i,e.length-1),t=Math.max(0,i-d.length+1);t<=c;t++){var l=i-t,E=d.words[l]|0,x=e.words[t]|0,k=E*x,Z=k&67108863;f=f+(k/67108864|0)|0,Z=Z+u|0,u=Z&67108863,f=f+(Z>>>26)|0,o+=f>>>26,f&=67108863}n.words[i]=u,r=f,f=o}return r!==0?n.words[i]=r:n.length--,n._strip()}function fe(d,e,n){return ie(d,e,n)}h.prototype.mulTo=function(e,n){var r,o=this.length+e.length;return this.length===10&&e.length===10?r=ce(this,e,n):o<63?r=se(this,e,n):o<1024?r=ie(this,e,n):r=fe(this,e,n),r};function T(d,e){this.x=d,this.y=e}T.prototype.makeRBT=function(e){for(var n=new Array(e),r=h.prototype._countBits(e)-1,o=0;o<e;o++)n[o]=this.revBin(o,r,e);return n},T.prototype.revBin=function(e,n,r){if(e===0||e===r-1)return e;for(var o=0,i=0;i<n;i++)o|=(e&1)<<n-i-1,e>>=1;return o},T.prototype.permute=function(e,n,r,o,i,f){for(var u=0;u<f;u++)o[u]=n[e[u]],i[u]=r[e[u]]},T.prototype.transform=function(e,n,r,o,i,f){this.permute(f,e,n,r,o,i);for(var u=1;u<i;u<<=1)for(var c=u<<1,t=Math.cos(2*Math.PI/c),l=Math.sin(2*Math.PI/c),E=0;E<i;E+=c)for(var x=t,k=l,Z=0;Z<u;Z++){var $=r[E+Z],oe=o[E+Z],Ze=r[E+Z+u],le=o[E+Z+u],ue=x*Ze-k*le;le=x*le+k*Ze,Ze=ue,r[E+Z]=$+Ze,o[E+Z]=oe+le,r[E+Z+u]=$-Ze,o[E+Z+u]=oe-le,Z!==c&&(ue=t*x-l*k,k=t*k+l*x,x=ue)}},T.prototype.guessLen13b=function(e,n){var r=Math.max(n,e)|1,o=r&1,i=0;for(r=r/2|0;r;r=r>>>1)i++;return 1<<i+1+o},T.prototype.conjugate=function(e,n,r){if(!(r<=1))for(var o=0;o<r/2;o++){var i=e[o];e[o]=e[r-o-1],e[r-o-1]=i,i=n[o],n[o]=-n[r-o-1],n[r-o-1]=-i}},T.prototype.normalize13b=function(e,n){for(var r=0,o=0;o<n/2;o++){var i=Math.round(e[2*o+1]/n)*8192+Math.round(e[2*o]/n)+r;e[o]=i&67108863,i<67108864?r=0:r=i/67108864|0}return e},T.prototype.convert13b=function(e,n,r,o){for(var i=0,f=0;f<n;f++)i=i+(e[f]|0),r[2*f]=i&8191,i=i>>>13,r[2*f+1]=i&8191,i=i>>>13;for(f=2*n;f<o;++f)r[f]=0;b(i===0),b((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 o=2*this.guessLen13b(e.length,n.length),i=this.makeRBT(o),f=this.stub(o),u=new Array(o),c=new Array(o),t=new Array(o),l=new Array(o),E=new Array(o),x=new Array(o),k=r.words;k.length=o,this.convert13b(e.words,e.length,u,o),this.convert13b(n.words,n.length,l,o),this.transform(u,f,c,t,o,i),this.transform(l,f,E,x,o,i);for(var Z=0;Z<o;Z++){var $=c[Z]*E[Z]-t[Z]*x[Z];t[Z]=c[Z]*x[Z]+t[Z]*E[Z],c[Z]=$}return this.conjugate(c,t,o),this.transform(c,t,k,f,o,i),this.conjugate(k,f,o),this.normalize13b(k,o),r.negative=e.negative^n.negative,r.length=e.length+n.length,r._strip()},h.prototype.mul=function(e){var n=new h(null);return n.words=new Array(this.length+e.length),this.mulTo(e,n)},h.prototype.mulf=function(e){var n=new h(null);return n.words=new Array(this.length+e.length),fe(this,e,n)},h.prototype.imul=function(e){return this.clone().mulTo(e,this)},h.prototype.imuln=function(e){var n=e<0;n&&(e=-e),b(typeof e=="number"),b(e<67108864);for(var r=0,o=0;o<this.length;o++){var i=(this.words[o]|0)*e,f=(i&67108863)+(r&67108863);r>>=26,r+=i/67108864|0,r+=f>>>26,this.words[o]=f&67108863}return r!==0&&(this.words[o]=r,this.length++),n?this.ineg():this},h.prototype.muln=function(e){return this.clone().imuln(e)},h.prototype.sqr=function(){return this.mul(this)},h.prototype.isqr=function(){return this.imul(this.clone())},h.prototype.pow=function(e){var n=K(e);if(n.length===0)return new h(1);for(var r=this,o=0;o<n.length&&n[o]===0;o++,r=r.sqr());if(++o<n.length)for(var i=r.sqr();o<n.length;o++,i=i.sqr())n[o]!==0&&(r=r.mul(i));return r},h.prototype.iushln=function(e){b(typeof e=="number"&&e>=0);var n=e%26,r=(e-n)/26,o=67108863>>>26-n<<26-n,i;if(n!==0){var f=0;for(i=0;i<this.length;i++){var u=this.words[i]&o,c=(this.words[i]|0)-u<<n;this.words[i]=c|f,f=u>>>26-n}f&&(this.words[i]=f,this.length++)}if(r!==0){for(i=this.length-1;i>=0;i--)this.words[i+r]=this.words[i];for(i=0;i<r;i++)this.words[i]=0;this.length+=r}return this._strip()},h.prototype.ishln=function(e){return b(this.negative===0),this.iushln(e)},h.prototype.iushrn=function(e,n,r){b(typeof e=="number"&&e>=0);var o;n?o=(n-n%26)/26:o=0;var i=e%26,f=Math.min((e-i)/26,this.length),u=67108863^67108863>>>i<<i,c=r;if(o-=f,o=Math.max(0,o),c){for(var t=0;t<f;t++)c.words[t]=this.words[t];c.length=f}if(f!==0)if(this.length>f)for(this.length-=f,t=0;t<this.length;t++)this.words[t]=this.words[t+f];else this.words[0]=0,this.length=1;var l=0;for(t=this.length-1;t>=0&&(l!==0||t>=o);t--){var E=this.words[t]|0;this.words[t]=l<<26-i|E>>>i,l=E&u}return c&&l!==0&&(c.words[c.length++]=l),this.length===0&&(this.words[0]=0,this.length=1),this._strip()},h.prototype.ishrn=function(e,n,r){return b(this.negative===0),this.iushrn(e,n,r)},h.prototype.shln=function(e){return this.clone().ishln(e)},h.prototype.ushln=function(e){return this.clone().iushln(e)},h.prototype.shrn=function(e){return this.clone().ishrn(e)},h.prototype.ushrn=function(e){return this.clone().iushrn(e)},h.prototype.testn=function(e){b(typeof e=="number"&&e>=0);var n=e%26,r=(e-n)/26,o=1<<n;if(this.length<=r)return!1;var i=this.words[r];return!!(i&o)},h.prototype.imaskn=function(e){b(typeof e=="number"&&e>=0);var n=e%26,r=(e-n)/26;if(b(this.negative===0,"imaskn works only with positive numbers"),this.length<=r)return this;if(n!==0&&r++,this.length=Math.min(r,this.length),n!==0){var o=67108863^67108863>>>n<<n;this.words[this.length-1]&=o}return this._strip()},h.prototype.maskn=function(e){return this.clone().imaskn(e)},h.prototype.iaddn=function(e){return b(typeof e=="number"),b(e<67108864),e<0?this.isubn(-e):this.negative!==0?this.length===1&&(this.words[0]|0)<=e?(this.words[0]=e-(this.words[0]|0),this.negative=0,this):(this.negative=0,this.isubn(e),this.negative=1,this):this._iaddn(e)},h.prototype._iaddn=function(e){this.words[0]+=e;for(var n=0;n<this.length&&this.words[n]>=67108864;n++)this.words[n]-=67108864,n===this.length-1?this.words[n+1]=1:this.words[n+1]++;return this.length=Math.max(this.length,n+1),this},h.prototype.isubn=function(e){if(b(typeof e=="number"),b(e<67108864),e<0)return this.iaddn(-e);if(this.negative!==0)return this.negative=0,this.iaddn(e),this.negative=1,this;if(this.words[0]-=e,this.length===1&&this.words[0]<0)this.words[0]=-this.words[0],this.negative=1;else for(var n=0;n<this.length&&this.words[n]<0;n++)this.words[n]+=67108864,this.words[n+1]-=1;return this._strip()},h.prototype.addn=function(e){return this.clone().iaddn(e)},h.prototype.subn=function(e){return this.clone().isubn(e)},h.prototype.iabs=function(){return this.negative=0,this},h.prototype.abs=function(){return this.clone().iabs()},h.prototype._ishlnsubmul=function(e,n,r){var o=e.length+r,i;this._expand(o);var f,u=0;for(i=0;i<e.length;i++){f=(this.words[i+r]|0)+u;var c=(e.words[i]|0)*n;f-=c&67108863,u=(f>>26)-(c/67108864|0),this.words[i+r]=f&67108863}for(;i<this.length-r;i++)f=(this.words[i+r]|0)+u,u=f>>26,this.words[i+r]=f&67108863;if(u===0)return this._strip();for(b(u===-1),u=0,i=0;i<this.length;i++)f=-(this.words[i]|0)+u,u=f>>26,this.words[i]=f&67108863;return this.negative=1,this._strip()},h.prototype._wordDiv=function(e,n){var r=this.length-e.length,o=this.clone(),i=e,f=i.words[i.length-1]|0,u=this._countBits(f);r=26-u,r!==0&&(i=i.ushln(r),o.iushln(r),f=i.words[i.length-1]|0);var c=o.length-i.length,t;if(n!=="mod"){t=new h(null),t.length=c+1,t.words=new Array(t.length);for(var l=0;l<t.length;l++)t.words[l]=0}var E=o.clone()._ishlnsubmul(i,1,c);E.negative===0&&(o=E,t&&(t.words[c]=1));for(var x=c-1;x>=0;x--){var k=(o.words[i.length+x]|0)*67108864+(o.words[i.length+x-1]|0);for(k=Math.min(k/f|0,67108863),o._ishlnsubmul(i,k,x);o.negative!==0;)k--,o.negative=0,o._ishlnsubmul(i,1,x),o.isZero()||(o.negative^=1);t&&(t.words[x]=k)}return t&&t._strip(),o._strip(),n!=="div"&&r!==0&&o.iushrn(r),{div:t||null,mod:o}},h.prototype.divmod=function(e,n,r){if(b(!e.isZero()),this.isZero())return{div:new h(0),mod:new h(0)};var o,i,f;return this.negative!==0&&e.negative===0?(f=this.neg().divmod(e,n),n!=="mod"&&(o=f.div.neg()),n!=="div"&&(i=f.mod.neg(),r&&i.negative!==0&&i.iadd(e)),{div:o,mod:i}):this.negative===0&&e.negative!==0?(f=this.divmod(e.neg(),n),n!=="mod"&&(o=f.div.neg()),{div:o,mod:f.mod}):(this.negative&e.negative)!==0?(f=this.neg().divmod(e.neg(),n),n!=="div"&&(i=f.mod.neg(),r&&i.negative!==0&&i.isub(e)),{div:f.div,mod:i}):e.length>this.length||this.cmp(e)<0?{div:new h(0),mod:this}:e.length===1?n==="div"?{div:this.divn(e.words[0]),mod:null}:n==="mod"?{div:null,mod:new h(this.modrn(e.words[0]))}:{div:this.divn(e.words[0]),mod:new h(this.modrn(e.words[0]))}:this._wordDiv(e,n)},h.prototype.div=function(e){return this.divmod(e,"div",!1).div},h.prototype.mod=function(e){return this.divmod(e,"mod",!1).mod},h.prototype.umod=function(e){return this.divmod(e,"mod",!0).mod},h.prototype.divRound=function(e){var n=this.divmod(e);if(n.mod.isZero())return n.div;var r=n.div.negative!==0?n.mod.isub(e):n.mod,o=e.ushrn(1),i=e.andln(1),f=r.cmp(o);return f<0||i===1&&f===0?n.div:n.div.negative!==0?n.div.isubn(1):n.div.iaddn(1)},h.prototype.modrn=function(e){var n=e<0;n&&(e=-e),b(e<=67108863);for(var r=(1<<26)%e,o=0,i=this.length-1;i>=0;i--)o=(r*o+(this.words[i]|0))%e;return n?-o:o},h.prototype.modn=function(e){return this.modrn(e)},h.prototype.idivn=function(e){var n=e<0;n&&(e=-e),b(e<=67108863);for(var r=0,o=this.length-1;o>=0;o--){var i=(this.words[o]|0)+r*67108864;this.words[o]=i/e|0,r=i%e}return this._strip(),n?this.ineg():this},h.prototype.divn=function(e){return this.clone().idivn(e)},h.prototype.egcd=function(e){b(e.negative===0),b(!e.isZero());var n=this,r=e.clone();n.negative!==0?n=n.umod(e):n=n.clone();for(var o=new h(1),i=new h(0),f=new h(0),u=new h(1),c=0;n.isEven()&&r.isEven();)n.iushrn(1),r.iushrn(1),++c;for(var t=r.clone(),l=n.clone();!n.isZero();){for(var E=0,x=1;(n.words[0]&x)===0&&E<26;++E,x<<=1);if(E>0)for(n.iushrn(E);E-- >0;)(o.isOdd()||i.isOdd())&&(o.iadd(t),i.isub(l)),o.iushrn(1),i.iushrn(1);for(var k=0,Z=1;(r.words[0]&Z)===0&&k<26;++k,Z<<=1);if(k>0)for(r.iushrn(k);k-- >0;)(f.isOdd()||u.isOdd())&&(f.iadd(t),u.isub(l)),f.iushrn(1),u.iushrn(1);n.cmp(r)>=0?(n.isub(r),o.isub(f),i.isub(u)):(r.isub(n),f.isub(o),u.isub(i))}return{a:f,b:u,gcd:r.iushln(c)}},h.prototype._invmp=function(e){b(e.negative===0),b(!e.isZero());var n=this,r=e.clone();n.negative!==0?n=n.umod(e):n=n.clone();for(var o=new h(1),i=new h(0),f=r.clone();n.cmpn(1)>0&&r.cmpn(1)>0;){for(var u=0,c=1;(n.words[0]&c)===0&&u<26;++u,c<<=1);if(u>0)for(n.iushrn(u);u-- >0;)o.isOdd()&&o.iadd(f),o.iushrn(1);for(var t=0,l=1;(r.words[0]&l)===0&&t<26;++t,l<<=1);if(t>0)for(r.iushrn(t);t-- >0;)i.isOdd()&&i.iadd(f),i.iushrn(1);n.cmp(r)>=0?(n.isub(r),o.isub(i)):(r.isub(n),i.isub(o))}var E;return n.cmpn(1)===0?E=o:E=i,E.cmpn(0)<0&&E.iadd(e),E},h.prototype.gcd=function(e){if(this.isZero())return e.abs();if(e.isZero())return this.abs();var n=this.clone(),r=e.clone();n.negative=0,r.negative=0;for(var o=0;n.isEven()&&r.isEven();o++)n.iushrn(1),r.iushrn(1);do{for(;n.isEven();)n.iushrn(1);for(;r.isEven();)r.iushrn(1);var i=n.cmp(r);if(i<0){var f=n;n=r,r=f}else if(i===0||r.cmpn(1)===0)break;n.isub(r)}while(!0);return r.iushln(o)},h.prototype.invm=function(e){return this.egcd(e).a.umod(e)},h.prototype.isEven=function(){return(this.words[0]&1)===0},h.prototype.isOdd=function(){return(this.words[0]&1)===1},h.prototype.andln=function(e){return this.words[0]&e},h.prototype.bincn=function(e){b(typeof e=="number");var n=e%26,r=(e-n)/26,o=1<<n;if(this.length<=r)return this._expand(r+1),this.words[r]|=o,this;for(var i=o,f=r;i!==0&&f<this.length;f++){var u=this.words[f]|0;u+=i,i=u>>>26,u&=67108863,this.words[f]=u}return i!==0&&(this.words[f]=i,this.length++),this},h.prototype.isZero=function(){return this.length===1&&this.words[0]===0},h.prototype.cmpn=function(e){var n=e<0;if(this.negative!==0&&!n)return-1;if(this.negative===0&&n)return 1;this._strip();var r;if(this.length>1)r=1;else{n&&(e=-e),b(e<=67108863,"Number is too big");var o=this.words[0]|0;r=o===e?0:o<e?-1:1}return this.negative!==0?-r|0:r},h.prototype.cmp=function(e){if(this.negative!==0&&e.negative===0)return-1;if(this.negative===0&&e.negative!==0)return 1;var n=this.ucmp(e);return this.negative!==0?-n|0:n},h.prototype.ucmp=function(e){if(this.length>e.length)return 1;if(this.length<e.length)return-1;for(var n=0,r=this.length-1;r>=0;r--){var o=this.words[r]|0,i=e.words[r]|0;if(o!==i){o<i?n=-1:o>i&&(n=1);break}}return n},h.prototype.gtn=function(e){return this.cmpn(e)===1},h.prototype.gt=function(e){return this.cmp(e)===1},h.prototype.gten=function(e){return this.cmpn(e)>=0},h.prototype.gte=function(e){return this.cmp(e)>=0},h.prototype.ltn=function(e){return this.cmpn(e)===-1},h.prototype.lt=function(e){return this.cmp(e)===-1},h.prototype.lten=function(e){return this.cmpn(e)<=0},h.prototype.lte=function(e){return this.cmp(e)<=0},h.prototype.eqn=function(e){return this.cmpn(e)===0},h.prototype.eq=function(e){return this.cmp(e)===0},h.red=function(e){return new g(e)},h.prototype.toRed=function(e){return b(!this.red,"Already a number in reduction context"),b(this.negative===0,"red works only with positives"),e.convertTo(this)._forceRed(e)},h.prototype.fromRed=function(){return b(this.red,"fromRed works only with numbers in reduction context"),this.red.convertFrom(this)},h.prototype._forceRed=function(e){return this.red=e,this},h.prototype.forceRed=function(e){return b(!this.red,"Already a number in reduction context"),this._forceRed(e)},h.prototype.redAdd=function(e){return b(this.red,"redAdd works only with red numbers"),this.red.add(this,e)},h.prototype.redIAdd=function(e){return b(this.red,"redIAdd works only with red numbers"),this.red.iadd(this,e)},h.prototype.redSub=function(e){return b(this.red,"redSub works only with red numbers"),this.red.sub(this,e)},h.prototype.redISub=function(e){return b(this.red,"redISub works only with red numbers"),this.red.isub(this,e)},h.prototype.redShl=function(e){return b(this.red,"redShl works only with red numbers"),this.red.shl(this,e)},h.prototype.redMul=function(e){return b(this.red,"redMul works only with red numbers"),this.red._verify2(this,e),this.red.mul(this,e)},h.prototype.redIMul=function(e){return b(this.red,"redMul works only with red numbers"),this.red._verify2(this,e),this.red.imul(this,e)},h.prototype.redSqr=function(){return b(this.red,"redSqr works only with red numbers"),this.red._verify1(this),this.red.sqr(this)},h.prototype.redISqr=function(){return b(this.red,"redISqr works only with red numbers"),this.red._verify1(this),this.red.isqr(this)},h.prototype.redSqrt=function(){return b(this.red,"redSqrt works only with red numbers"),this.red._verify1(this),this.red.sqrt(this)},h.prototype.redInvm=function(){return b(this.red,"redInvm works only with red numbers"),this.red._verify1(this),this.red.invm(this)},h.prototype.redNeg=function(){return b(this.red,"redNeg works only with red numbers"),this.red._verify1(this),this.red.neg(this)},h.prototype.redPow=function(e){return b(this.red&&!e.red,"redPow(normalNum)"),this.red._verify1(this),this.red.pow(this,e)};var L={k256:null,p224:null,p192:null,p25519:null};function D(d,e){this.name=d,this.p=new h(e,16),this.n=this.p.bitLength(),this.k=new h(1).iushln(this.n).isub(this.p),this.tmp=this._tmp()}D.prototype._tmp=function(){var e=new h(null);return e.words=new Array(Math.ceil(this.n/13)),e},D.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 o=r<this.n?-1:n.ucmp(this.p);return o===0?(n.words[0]=0,n.length=1):o>0?n.isub(this.p):n.strip!==void 0?n.strip():n._strip(),n},D.prototype.split=function(e,n){e.iushrn(this.n,0,n)},D.prototype.imulK=function(e){return e.imul(this.k)};function ne(){D.call(this,"k256","ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f")}I(ne,D),ne.prototype.split=function(e,n){for(var r=4194303,o=Math.min(e.length,9),i=0;i<o;i++)n.words[i]=e.words[i];if(n.length=o,e.length<=9){e.words[0]=0,e.length=1;return}var f=e.words[9];for(n.words[n.length++]=f&r,i=10;i<e.length;i++){var u=e.words[i]|0;e.words[i-10]=(u&r)<<4|f>>>22,f=u}f>>>=22,e.words[i-10]=f,f===0&&e.length>10?e.length-=10:e.length-=9},ne.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 o=e.words[r]|0;n+=o*977,e.words[r]=n&67108863,n=o*64+(n/67108864|0)}return e.words[e.length-1]===0&&(e.length--,e.words[e.length-1]===0&&e.length--),e};function ee(){D.call(this,"p224","ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001")}I(ee,D);function de(){D.call(this,"p192","ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff")}I(de,D);function re(){D.call(this,"25519","7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed")}I(re,D),re.prototype.imulK=function(e){for(var n=0,r=0;r<e.length;r++){var o=(e.words[r]|0)*19+n,i=o&67108863;o>>>=26,e.words[r]=i,n=o}return n!==0&&(e.words[e.length++]=n),e},h._prime=function(e){if(L[e])return L[e];var n;if(e==="k256")n=new ne;else if(e==="p224")n=new ee;else if(e==="p192")n=new de;else if(e==="p25519")n=new re;else throw new Error("Unknown prime "+e);return L[e]=n,n};function g(d){if(typeof d=="string"){var e=h._prime(d);this.m=e.p,this.prime=e}else b(d.gtn(1),"modulus must be greater than 1"),this.m=d,this.prime=null}g.prototype._verify1=function(e){b(e.negative===0,"red works only with positives"),b(e.red,"red works only with red numbers")},g.prototype._verify2=function(e,n){b((e.negative|n.negative)===0,"red works only with positives"),b(e.red&&e.red===n.red,"red works only with red numbers")},g.prototype.imod=function(e){return this.prime?this.prime.ireduce(e)._forceRed(this):(V(e,e.umod(this.m)._forceRed(this)),e)},g.prototype.neg=function(e){return e.isZero()?e.clone():this.m.sub(e)._forceRed(this)},g.prototype.add=function(e,n){this._verify2(e,n);var r=e.add(n);return r.cmp(this.m)>=0&&r.isub(this.m),r._forceRed(this)},g.prototype.iadd=function(e,n){this._verify2(e,n);var r=e.iadd(n);return r.cmp(this.m)>=0&&r.isub(this.m),r},g.prototype.sub=function(e,n){this._verify2(e,n);var r=e.sub(n);return r.cmpn(0)<0&&r.iadd(this.m),r._forceRed(this)},g.prototype.isub=function(e,n){this._verify2(e,n);var r=e.isub(n);return r.cmpn(0)<0&&r.iadd(this.m),r},g.prototype.shl=function(e,n){return this._verify1(e),this.imod(e.ushln(n))},g.prototype.imul=function(e,n){return this._verify2(e,n),this.imod(e.imul(n))},g.prototype.mul=function(e,n){return this._verify2(e,n),this.imod(e.mul(n))},g.prototype.isqr=function(e){return this.imul(e,e.clone())},g.prototype.sqr=function(e){return this.mul(e,e)},g.prototype.sqrt=function(e){if(e.isZero())return e.clone();var n=this.m.andln(3);if(b(n%2===1),n===3){var r=this.m.add(new h(1)).iushrn(2);return this.pow(e,r)}for(var o=this.m.subn(1),i=0;!o.isZero()&&o.andln(1)===0;)i++,o.iushrn(1);b(!o.isZero());var f=new h(1).toRed(this),u=f.redNeg(),c=this.m.subn(1).iushrn(1),t=this.m.bitLength();for(t=new h(2*t*t).toRed(this);this.pow(t,c).cmp(u)!==0;)t.redIAdd(u);for(var l=this.pow(t,o),E=this.pow(e,o.addn(1).iushrn(1)),x=this.pow(e,o),k=i;x.cmp(f)!==0;){for(var Z=x,$=0;Z.cmp(f)!==0;$++)Z=Z.redSqr();b($<k);var oe=this.pow(l,new h(1).iushln(k-$-1));E=E.redMul(oe),l=oe.redSqr(),x=x.redMul(l),k=$}return E},g.prototype.invm=function(e){var n=e._invmp(this.m);return n.negative!==0?(n.negative=0,this.imod(n).redNeg()):this.imod(n)},g.prototype.pow=function(e,n){if(n.isZero())return new h(1).toRed(this);if(n.cmpn(1)===0)return e.clone();var r=4,o=new Array(1<<r);o[0]=new h(1).toRed(this),o[1]=e;for(var i=2;i<o.length;i++)o[i]=this.mul(o[i-1],e);var f=o[0],u=0,c=0,t=n.bitLength()%26;for(t===0&&(t=26),i=n.length-1;i>=0;i--){for(var l=n.words[i],E=t-1;E>=0;E--){var x=l>>E&1;if(f!==o[0]&&(f=this.sqr(f)),x===0&&u===0){c=0;continue}u<<=1,u|=x,c++,!(c!==r&&(i!==0||E!==0))&&(f=this.mul(f,o[u]),c=0,u=0)}t=26}return f},g.prototype.convertTo=function(e){var n=e.umod(this.m);return n===e?n.clone():n},g.prototype.convertFrom=function(e){var n=e.clone();return n.red=null,n},h.mont=function(e){return new M(e)};function M(d){g.call(this,d),this.shift=this.m.bitLength(),this.shift%26!==0&&(this.shift+=26-this.shift%26),this.r=new h(1).iushln(this.shift),this.r2=this.imod(this.r.sqr()),this.rinv=this.r._invmp(this.m),this.minv=this.rinv.mul(this.r).isubn(1).div(this.m),this.minv=this.minv.umod(this.r),this.minv=this.r.sub(this.minv)}I(M,g),M.prototype.convertTo=function(e){return this.imod(e.ushln(this.shift))},M.prototype.convertFrom=function(e){var n=this.imod(e.mul(this.rinv));return n.red=null,n},M.prototype.imul=function(e,n){if(e.isZero()||n.isZero())return e.words[0]=0,e.length=1,e;var r=e.imul(n),o=r.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),i=r.isub(o).iushrn(this.shift),f=i;return i.cmp(this.m)>=0?f=i.isub(this.m):i.cmpn(0)<0&&(f=i.iadd(this.m)),f._forceRed(this)},M.prototype.mul=function(e,n){if(e.isZero()||n.isZero())return new h(0)._forceRed(this);var r=e.mul(n),o=r.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),i=r.isub(o).iushrn(this.shift),f=i;return i.cmp(this.m)>=0?f=i.isub(this.m):i.cmpn(0)<0&&(f=i.iadd(this.m)),f._forceRed(this)},M.prototype.invm=function(e){var n=this.imod(e._invmp(this.m).mul(this.r2));return n._forceRed(this)}}(F,this)},47630:function(F,w){"use strict";Object.defineProperty(w,"__esModule",{value:!0});function a(T,L){return function(ne){return ne!=null?T(ne):L}}function s(){for(var T=arguments.length,L=new Array(T),D=0;D<T;D++)L[D]=arguments[D];return function(ee){for(var de=0;de<L.length;++de)if(ee===L[de])return ee;var re="Expected ";L.length!==1&&(re+="one of: ");for(var g=0;g<L.length;++g)g>0&&(re+=" | "),re+=JSON.stringify(L[g]);throw new TypeError(re)}}function P(T){if(typeof T!="boolean")throw new TypeError("Expected a boolean");return T}function b(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 h=s(null),S=s(void 0);function Y(T){return T}var B=a(h);function U(T,L,D){return T instanceof Error&&(T.insertStepAt==null&&(T.message+=" at ",T.insertStepAt=T.message.length),T.message=T.message.slice(0,T.insertStepAt)+L+T.message.slice(T.insertStepAt),T.insertStepAt+=D),T}function V(T){return function(D){if(!Array.isArray(D))throw new TypeError("Expected an array");for(var ne=[],ee=0;ee<D.length;++ee)try{ne[ee]=T(D[ee])}catch(de){throw U(de,"["+ee+"]",0)}return ne}}function _(T){if(typeof T=="function")return function(de){if(typeof de!="object"||de==null)throw new TypeError("Expected an object");for(var re={},g=Object.keys(de),M=0;M<g.length;++M){var d=g[M];if(d!=="__proto__")try{re[d]=T(de[d])}catch(e){throw U(e,"["+JSON.stringify(d)+"]",0)}}return re};var L=Object.keys(T);function D(ee){return function(re){if(typeof re!="object"||re==null)throw new TypeError("Expected an object");var g,M={};if(ee){var d=Object.keys(re);for(g=0;g<d.length;++g){var e=d[g];e!=="__proto__"&&(M[e]=re[e])}}for(g=0;g<L.length;++g){var n=L[g];try{M[n]=T[n](re[n])}catch(r){throw U(r,"."+n,0)}}return M}}var ne=D(!1);return ne.shape=T,ne.withRest=D(!0),ne}var ae=_;function J(){for(var T=arguments.length,L=new Array(T),D=0;D<T;D++)L[D]=arguments[D];function ne(ee){if(!Array.isArray(ee))throw new TypeError("Expected an array");for(var de=[],re=0;re<L.length;++re)try{de[re]=L[re](ee[re])}catch(g){throw U(g,"["+re+"]")}return de}return ne}function H(){for(var T=arguments.length,L=new Array(T),D=0;D<T;D++)L[D]=arguments[D];return function(ee){for(var de=0;de<L.length;de++)try{return L[de](ee)}catch(re){if(de+1>=L.length)throw re}}}function R(T,L){return function(ne){try{return T(ne)}catch{return L}}}var K=0;function se(T,L){return function(ne){return K>0?L(ne):T(ne)}}function ce(T){return function(D){try{return++K,T(D)}finally{--K}}}var ie=se(function(L){if(typeof L!="string"&&!(L instanceof Date))throw new TypeError("Expected a date string");var D=new Date(L);if(D.toJSON()==null)throw new TypeError("Invalid date format");return D},function(L){return L.toISOString()});function fe(T){return se(function(D){var ne=JSON.parse(I(D));try{return T(ne)}catch(ee){throw U(ee,"JSON.parse()",11)}},function(D){return JSON.stringify(T(D))})}w.asArray=V,w.asBoolean=P,w.asCodec=se,w.asDate=ie,w.asEither=H,w.asJSON=fe,w.asMap=ae,w.asMaybe=R,w.asNone=B,w.asNull=h,w.asNumber=b,w.asObject=_,w.asOptional=a,w.asString=I,w.asTuple=J,w.asUndefined=S,w.asUnknown=Y,w.asValue=s,w.uncleaner=ce},24224:function(F,w,a){"use strict";a.d(w,{P:function(){return _}});var s=Object.defineProperty,P=Object.defineProperties,b=Object.getOwnPropertyDescriptors,I=Object.getOwnPropertySymbols,h=Object.prototype.hasOwnProperty,S=Object.prototype.propertyIsEnumerable,Y=(J,H,R)=>H in J?s(J,H,{enumerable:!0,configurable:!0,writable:!0,value:R}):J[H]=R,B=(J,H)=>{for(var R in H||(H={}))h.call(H,R)&&Y(J,R,H[R]);if(I)for(var R of I(H))S.call(H,R)&&Y(J,R,H[R]);return J},U=(J,H)=>P(J,b(H)),V=(J,H,R)=>new Promise((K,se)=>{var ce=T=>{try{fe(R.next(T))}catch(L){se(L)}},ie=T=>{try{fe(R.throw(T))}catch(L){se(L)}},fe=T=>T.done?K(T.value):Promise.resolve(T.value).then(ce,ie);fe((R=R.apply(J,H)).next())});function _(J){return H=>{const{builtinTokens:R={},currencyInfo:K,networkInfo:se,otherMethodNames:ce=[],checkEnvironment:ie=()=>{}}=J,fe=U(B({},H),{builtinTokens:R,currencyInfo:K,networkInfo:se});let T,L;function D(){return V(this,null,function*(){ie(),T==null&&(T=J.getInnerPlugin());const g=yield T;L==null&&(L=g.makeCurrencyTools(fe));const M=yield L;return{plugin:g,tools:M}})}function ne(){return V(this,null,function*(){return R})}function ee(){return V(this,null,function*(){const{tools:g}=yield D();return g})}function de(g,M){return V(this,null,function*(){const{tools:d,plugin:e}=yield D();return yield e.makeCurrencyEngine(fe,d,g,M)})}const re=ae(ee,ce);return{currencyInfo:K,getBuiltinTokens:ne,makeCurrencyTools:ee,makeCurrencyEngine:de,otherMethods:re}}}function ae(J,H){const R={};for(const K of H)R[K]=(...se)=>V(this,null,function*(){const ce=yield J(),ie=ce[K];if(typeof ie!="function")throw new Error(`Method ${K} is not implemented`);return ie.apply(ce,se)});return R}},20918:function(F,w,a){"use strict";a.d(w,{Oj:function(){return I},Rp:function(){return Y},ZS:function(){return h},dK:function(){return S}});var s=a(77591),P=a.n(s),b=a(82448);const I=(0,b.Vk)((0,b.su)({contractAddress:b.XC}));function h(U){const V=[];for(const _ of Object.keys(U)){const{currencyCode:ae,displayName:J,denominations:H,networkLocation:R}=U[_],K=I(R);K!=null&&V.push({currencyCode:ae,currencyName:J,denominations:H,contractAddress:K.contractAddress})}return V}const S=(U,V)=>{for(const _ of Object.keys(V))if(V[_].currencyCode===U)return _},Y=U=>{if(!B(U.currencyCode))throw new Error(`Invalid currency code "${U.currencyCode}"`);for(const V of U.denominations){if(!B(V.name))throw new Error(`Invalid denomination name "${V.name}"`);if((0,s.lt)(V.multiplier,"1")||(0,s.gt)(V.multiplier,"100000000000000000000000000000000"))throw new Error("ErrorInvalidMultiplier")}},B=U=>/^[.a-zA-Z0-9]+$/.test(U)},62177:function(F,w,a){"use strict";a.d(w,{BQ:function(){return V},DZ:function(){return b},O2:function(){return B},Pe:function(){return P},TD:function(){return I},Tt:function(){return Y},jd:function(){return U},tC:function(){return h},tM:function(){return S}});var s=a(82448);const P="txEngineFolder/walletLocalData.json",b="txEngineFolder/txidMap.json",I="txEngineFolder/txidList.json",h="txEngineFolder/transactionList.json",S=_=>_,Y=(0,s.su)({message:s.XC}),B=(0,s.su)({blockHeight:(0,s.Vk)(s.mH,0),lastAddressQueryHeight:(0,s.Vk)(s.mH,0),lastTransactionQueryHeight:(0,s.Vk)((0,s.su)(s.mH),{}),lastTransactionDate:(0,s.Vk)((0,s.su)(s.mH),{}),publicKey:(0,s.Vk)(s.XC,""),totalBalances:(0,s.Vk)((0,s.su)((0,s._C)(s.XC,s.zv)),{}),lastCheckedTxsDropped:(0,s.Vk)(s.mH,0),numUnconfirmedSpendTxs:(0,s.Vk)(s.mH,0),numTransactions:(0,s.Vk)((0,s.su)(s.mH),{}),unactivatedTokenIds:(0,s.Vk)((0,s._2)(s.XC),[]),otherData:(0,s.Zz)(s.JC,{})}),U=_=>(0,s.su)({id:s.XC,type:s.XC,keys:_}),V=U((0,s.su)({publicKey:s.XC}))},83718:function(F,w,a){"use strict";a.d(w,{Fc:function(){return b},Vo:function(){return S},fz:function(){return h},sr:function(){return I}});var s=a(82448),P=a(62177);const b=["getActivationCost","getActivationSupportedCurrencies","validateAccount"],I=(0,s.su)({accountName:(0,s.Vk)(s.XC,""),lastQueryActionSeq:(0,s.Vk)((0,s.su)(s.mH),{}),highestTxHeight:(0,s.Vk)((0,s.su)(s.mH),{}),lastFreePowerUp:(0,s.Vk)(s.mH,0)}),h=(0,P.jd)((0,s.su)({publicKey:s.XC,ownerPublicKey:(0,s.Zz)(s.XC)})),S=(0,s.su)({eosOwnerKey:s.XC,eosKey:s.XC})},49889:function(F,w,a){"use strict";a.d(w,{j:function(){return Ht}});var s=a(24224),P=a(20918),b=Object.defineProperty,I=Object.getOwnPropertySymbols,h=Object.prototype.hasOwnProperty,S=Object.prototype.propertyIsEnumerable,Y=(v,p,m)=>p in v?b(v,p,{enumerable:!0,configurable:!0,writable:!0,value:m}):v[p]=m,B=(v,p)=>{for(var m in p||(p={}))h.call(p,m)&&Y(v,m,p[m]);if(I)for(var m of I(p))S.call(p,m)&&Y(v,m,p[m]);return v},U=(v,p,m)=>new Promise((he,q)=>{var pe=A=>{try{W(m.next(A))}catch(j){q(j)}},ye=A=>{try{W(m.throw(A))}catch(j){q(j)}},W=A=>A.done?he(A.value):Promise.resolve(A.value).then(pe,ye);W((m=m.apply(v,p)).next())});const V={"60781c2586d68229fde47564546784ab3faca982":{currencyCode:"PNG",displayName:"Pangolin",denominations:[{name:"PNG",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x60781C2586D68229fde47564546784ab3fACA982"}},e896cdeaac9615145c0ca09c8cd5c25bced6384c:{currencyCode:"PEFI",displayName:"Penguin Finance",denominations:[{name:"PEFI",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xe896CDeaAC9615145c0cA09C8Cd5C25bced6384c"}},d1c3f94de7e5b45fa4edbba472491a9f4b166fc4:{currencyCode:"XAVA",displayName:"Avalaunch",denominations:[{name:"XAVA",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xd1c3f94DE7e5B45fa4eDBBA472491a9f4B166FC4"}},d6070ae98b8069de6b494332d1a1a81b6179d960:{currencyCode:"BIFI",displayName:"Beefy Finance",denominations:[{name:"BIFI",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xd6070ae98b8069de6B494332d1A1a81B6179D960"}},"264c1383ea520f73dd837f915ef3a732e204a493":{currencyCode:"BNB",displayName:"Binance",denominations:[{name:"BNB",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x264c1383EA520f73dd837F915ef3a732e204a493"}},"59414b3089ce2af0010e7523dea7e2b35d776ec7":{currencyCode:"YAK",displayName:"Yield Yak",denominations:[{name:"YAK",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x59414b3089ce2AF0010e7523Dea7E2b35d776ec7"}},"6e84a6216ea6dacc71ee8e6b0a5b7322eebc0fdd":{currencyCode:"JOE",displayName:"Joe Token",denominations:[{name:"JOE",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x6e84a6216eA6dACC71eE8E6b0a5B7322EEbC0fDd"}},"214db107654ff987ad859f34125307783fc8e387":{currencyCode:"FXS",displayName:"Frax Share",denominations:[{name:"FXS",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x214DB107654fF987AD859F34125307783fC8e387"}},"19860ccb0a68fd4213ab9d8266f7bbf05a8dde98":{currencyCode:"BUSD.e",displayName:"Binance USD",denominations:[{name:"BUSD.e",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x19860CCB0A68fd4213aB9D8266F7bBf05A8dDe98"}},d586e7f844cea2f87f50152665bcbc2c279d8d70:{currencyCode:"DAI.e",displayName:"Dai Stablecoin",denominations:[{name:"DAI.e",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xd586E7F844cEa2F87f50152665BCbc2C279D8d70"}},"5947bb275c521040051d82396192181b413227a3":{currencyCode:"LINK.e",displayName:"ChainLink Token",denominations:[{name:"LINK.e",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x5947BB275c521040051D82396192181b413227A3"}},"8ebaf22b6f053dffeaf46f4dd9efa95d89ba8580":{currencyCode:"UNI.e",displayName:"Uniswap",denominations:[{name:"UNI.e",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x8eBAf22B6F053dFFeaf46f4Dd9eFA95D89ba8580"}},b97ef9ef8734c71904d8002f8b6bc66dd9c48a6e:{currencyCode:"USDC",displayName:"USD Coin",denominations:[{name:"USDC",multiplier:"1000000"}],networkLocation:{contractAddress:"0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E"}},a7d7079b0fead91f3e65f86e8915cb59c1a4c664:{currencyCode:"USDC.e",displayName:"USD Coin",denominations:[{name:"USDC.e",multiplier:"1000000"}],networkLocation:{contractAddress:"0xA7D7079b0FEaD91F3e65f86E8915Cb59c1a4C664"}},c7198437980c041c805a1edcba50c1ce5db95118:{currencyCode:"USDT.e",displayName:"Tether USD",denominations:[{name:"USDT.e",multiplier:"1000000"}],networkLocation:{contractAddress:"0xc7198437980c041c805A1EDcbA50c1Ce5db95118"}},"50b7545627a5162f82a992c33b87adc75187b218":{currencyCode:"WBTC.e",displayName:"Wrapped BTC",denominations:[{name:"WBTC.e",multiplier:"100000000"}],networkLocation:{contractAddress:"0x50b7545627a5162F82A992c33b87aDc75187B218"}}},ae={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"}}},H={currencyCode:"AVAX",displayName:"Avalanche",pluginId:"avalanche",walletType:"wallet:avalanche",memoType:"hex",canReplaceByFee:!0,defaultSettings:{customFeeSettings:["gasLimit","gasPrice"],otherSettings:B({},ae)},addressExplorer:"https://snowtrace.io/address/%s",transactionExplorer:"https://snowtrace.io/tx/%s",denominations:[{name:"AVAX",multiplier:"1000000000000000000",symbol:"AVAX"}],metaTokens:(0,P.ZS)(V)},R=(0,s.P)({builtinTokens:V,currencyInfo:H,networkInfo:ae,getInnerPlugin(){return U(this,null,function*(){return yield Promise.all([a.e(872),a.e(821),a.e(246),a.e(153),a.e(266),a.e(835),a.e(539),a.e(780),a.e(291),a.e(221),a.e(94),a.e(944),a.e(465),a.e(244),a.e(513)]).then(a.bind(a,6094))})}});var K=Object.defineProperty,se=Object.getOwnPropertySymbols,ce=Object.prototype.hasOwnProperty,ie=Object.prototype.propertyIsEnumerable,fe=(v,p,m)=>p in v?K(v,p,{enumerable:!0,configurable:!0,writable:!0,value:m}):v[p]=m,T=(v,p)=>{for(var m in p||(p={}))ce.call(p,m)&&fe(v,m,p[m]);if(se)for(var m of se(p))ie.call(p,m)&&fe(v,m,p[m]);return v},L=(v,p,m)=>new Promise((he,q)=>{var pe=A=>{try{W(m.next(A))}catch(j){q(j)}},ye=A=>{try{W(m.throw(A))}catch(j){q(j)}},W=A=>A.done?he(A.value):Promise.resolve(A.value).then(pe,ye);W((m=m.apply(v,p)).next())});const D={"8ac76a51cc950d9822d68b83fe1ad97b32cd580d":{currencyCode:"USDC",displayName:"USD Coin",denominations:[{name:"USDC",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x8AC76a51cc950d9822D68b83fE1Ad97B32Cd580d"}}},ee={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({},ee)},addressExplorer:"https://bscscan.com/address/%s",transactionExplorer:"https://bscscan.com/tx/%s",denominations:[{name:"BNB",multiplier:"1000000000000000000",symbol:"BNB"}],metaTokens:(0,P.ZS)(D)},g=(0,s.P)({builtinTokens:D,currencyInfo:re,networkInfo:ee,getInnerPlugin(){return L(this,null,function*(){return yield Promise.all([a.e(872),a.e(821),a.e(246),a.e(153),a.e(266),a.e(835),a.e(539),a.e(780),a.e(291),a.e(221),a.e(94),a.e(944),a.e(465),a.e(244),a.e(513)]).then(a.bind(a,6094))})}});var M=Object.defineProperty,d=Object.getOwnPropertySymbols,e=Object.prototype.hasOwnProperty,n=Object.prototype.propertyIsEnumerable,r=(v,p,m)=>p in v?M(v,p,{enumerable:!0,configurable:!0,writable:!0,value:m}):v[p]=m,o=(v,p)=>{for(var m in p||(p={}))e.call(p,m)&&r(v,m,p[m]);if(d)for(var m of d(p))n.call(p,m)&&r(v,m,p[m]);return v},i=(v,p,m)=>new Promise((he,q)=>{var pe=A=>{try{W(m.next(A))}catch(j){q(j)}},ye=A=>{try{W(m.throw(A))}catch(j){q(j)}},W=A=>A.done?he(A.value):Promise.resolve(A.value).then(pe,ye);W((m=m.apply(v,p)).next())});const f={"765de816845861e75a25fca122bb6898b8b1282a":{currencyCode:"CUSD",displayName:"Celo Dollar",denominations:[{name:"CUSD",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0x765DE816845861e75A25fCA122bb6898B8B1282a"}},d8763cba276a3738e6de85b4b3bf5fded6d6ca73:{currencyCode:"CEUR",displayName:"Celo Euro",denominations:[{name:"CEUR",multiplier:"1000000000000000000"}],networkLocation:{contractAddress:"0xD8763CBa276a3738E6DE85b4b3bF5FDed6D6cA73"}}},c={rpcServers:["https://forno.celo.org","https://celo-mainnet-rpc.allthatnode.com"],evmScanApiServers:["https://explorer.celo.org/mainnet"],blockcypherApiServers:[],blockbookServers:[],uriNetworks:["celo"],ercTokenStandard:"ERC20",chainParams:{chainId:42220,name:"Celo Mainnet"},hdPathCoinType:52752,checkUnconfirmedTransactions:!1,iosAllowedTokens:{},blockchairApiServers:[],alethioApiServers:[],alethioCurrencies:null,amberdataRpcServers:[],amberdataApiServers:[],amberDataBlockchainId:"",pluginMnemonicKeyName:"celoMnemonic",pluginRegularKeyName:"celoKey",ethGasStationUrl:null,defaultNetworkFees:{default:{baseFeeMultiplier:{lowFee:"1",standardFeeLow:"1.25",standardFeeHigh:"1.5",highFee:"1.75"},gasLimit:{regularTransaction:"21000",tokenTransaction:"300000",minGasLimit:"21000"},gasPrice:{lowFee:"25000000000",standardFeeLow:"27000000000",standardFeeHigh:"30000000000",standardFeeLowAmount:"100000000000000000",standardFeeHighAmount:"10000000000000000000",highFee:"50000000000",minGasPrice:"25000000000"},minPriorityFee:"25000000000"}}},l={currencyCode:"CELO",displayName:"Celo",pluginId:"celo",walletType:"wallet:celo",memoType:"hex",canReplaceByFee:!0,defaultSettings:{customFeeSettings:["gasLimit","gasPrice"],otherSettings:o({},c)},addressExplorer:"https://explorer.celo.org/address/%s",transactionExplorer:"https://explorer.celo.org/tx/%s",denominations:[{name:"CELO",multiplier:"1000000000000000000",symbol:"CELO"}],metaTokens:(0,P.ZS)(f)},E=(0,s.P)({builtinTokens:f,currencyInfo:l,networkInfo:c,getInnerPlugin(){return i(this,null,function*(){return yield Promise.all([a.e(872),a.e(821),a.e(246),a.e(153),a.e(266),a.e(835),a.e(539),a.e(780),a.e(291),a.e(221),a.e(94),a.e(944),a.e(465),a.e(244),a.e(513)]).then(a.bind(a,6094))})}});var x=Object.defineProperty,k=Object.getOwnPropertySymbols,Z=Object.prototype.hasOwnProperty,$=Object.prototype.propertyIsEnumerable,oe=(v,p,m)=>p in v?x(v,p,{enumerable:!0,configurable:!0,writable:!0,value:m}):v[p]=m,Ze=(v,p)=>{for(var m in p||(p={}))Z.call(p,m)&&oe(v,m,p[m]);if(k)for(var m of k(p))$.call(p,m)&&oe(v,m,p[m]);return v},le=(v,p,m)=>new Promise((he,q)=>{var pe=A=>{try{W(m.next(A))}catch(j){q(j)}},ye=A=>{try{W(m.throw(A))}catch(j){q(j)}},W=A=>A.done?he(A.value):Promise.resolve(A.value).then(pe,ye);W((m=m.apply(v,p)).next())});const ue={"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:Ze({},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,P.ZS)(ue)},Ie=(0,s.P)({builtinTokens:ue,currencyInfo:$e,networkInfo:be,getInnerPlugin(){return le(this,null,function*(){return yield Promise.all([a.e(872),a.e(821),a.e(246),a.e(153),a.e(266),a.e(835),a.e(539),a.e(780),a.e(291),a.e(221),a.e(94),a.e(944),a.e(465),a.e(244),a.e(513)]).then(a.bind(a,6094))})}});var Se=Object.defineProperty,ze=Object.getOwnPropertySymbols,Me=Object.prototype.hasOwnProperty,Ne=Object.prototype.propertyIsEnumerable,Ye=(v,p,m)=>p in v?Se(v,p,{enumerable:!0,configurable:!0,writable:!0,value:m}):v[p]=m,Te=(v,p)=>{for(var m in p||(p={}))Me.call(p,m)&&Ye(v,m,p[m]);if(ze)for(var m of ze(p))Ne.call(p,m)&&Ye(v,m,p[m]);return v},Pe=(v,p,m)=>new Promise((he,q)=>{var pe=A=>{try{W(m.next(A))}catch(j){q(j)}},ye=A=>{try{W(m.throw(A))}catch(j){q(j)}},W=A=>A.done?he(A.value):Promise.resolve(A.value).then(pe,ye);W((m=m.apply(v,p)).next())});const Je={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"}}},ge={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}}},we={currencyCode:"ETH",displayName:"Dev Ethereum",pluginId:"ethDev",walletType:"wallet:ethDev",memoType:"hex",canReplaceByFee:!0,defaultSettings:{customFeeSettings:["gasLimit","gasPrice"],otherSettings:Te({},ge)},addressExplorer:"https://etherscan.io/address/%s",transactionExplorer:"https://etherscan.io/tx/%s",denominations:[{name:"ETH",multiplier:"1000000000000000000",symbol:"\u039E"},{name:"mETH",multiplier:"1000000000000000",symbol:"m\u039E"}],metaTokens:(0,P.ZS)(Je)},Ae=(0,s.P)({builtinTokens:Je,currencyInfo:we,networkInfo:ge,getInnerPlugin(){return Pe(this,null,function*(){return yield Promise.all([a.e(872),a.e(821),a.e(246),a.e(153),a.e(266),a.e(835),a.e(539),a.e(780),a.e(291),a.e(221),a.e(94),a.e(944),a.e(465),a.e(244),a.e(513)]).then(a.bind(a,6094))})}});var Qe=Object.defineProperty,Ce=Object.getOwnPropertySymbols,xe=Object.prototype.hasOwnProperty,te=Object.prototype.propertyIsEnumerable,X=(v,p,m)=>p in v?Qe(v,p,{enumerable:!0,configurable:!0,writable:!0,value:m}):v[p]=m,N=(v,p)=>{for(var m in p||(p={}))xe.call(p,m)&&X(v,m,p[m]);if(Ce)for(var m of Ce(p))te.call(p,m)&&X(v,m,p[m]);return v},ve=(v,p,m)=>new Promise((he,q)=>{var pe=A=>{try{W(m.next(A))}catch(j){q(j)}},ye=A=>{try{W(m.throw(A))}catch(j){q(j)}},W=A=>A.done?he(A.value):Promise.resolve(A.value).then(pe,ye);W((m=m.apply(v,p)).next())});const G={"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"}}},me={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}}},C={currencyCode:"ETH",displayName:"Ethereum",pluginId:"ethereum",walletType:"wallet:ethereum",memoType:"hex",canReplaceByFee:!0,defaultSettings:{customFeeSettings:["gasLimit","gasPrice"],otherSettings:N({},me)},addressExplorer:"https://etherscan.io/address/%s",transactionExplorer:"https://etherscan.io/tx/%s",denominations:[{name:"ETH",multiplier:"1000000000000000000",symbol:"\u039E"},{name:"mETH",multiplier:"1000000000000000",symbol:"m\u039E"}],metaTokens:(0,P.ZS)(G)},z=(0,s.P)({builtinTokens:G,currencyInfo:C,networkInfo:me,getInnerPlugin(){return ve(this,null,function*(){return yield Promise.all([a.e(872),a.e(821),a.e(246),a.e(153),a.e(266),a.e(835),a.e(539),a.e(780),a.e(291),a.e(221),a.e(94),a.e(944),a.e(465),a.e(244),a.e(513)]).then(a.bind(a,6094))})}});var Be=Object.defineProperty,ke=Object.getOwnPropertySymbols,v0=Object.prototype.hasOwnProperty,Re=Object.prototype.propertyIsEnumerable,Le=(v,p,m)=>p in v?Be(v,p,{enumerable:!0,configurable:!0,writable:!0,value:m}):v[p]=m,b0=(v,p)=>{for(var m in p||(p={}))v0.call(p,m)&&Le(v,m,p[m]);if(ke)for(var m of ke(p))Re.call(p,m)&&Le(v,m,p[m]);return v},Ue=(v,p,m)=>new Promise((he,q)=>{var pe=A=>{try{W(m.next(A))}catch(j){q(j)}},ye=A=>{try{W(m.throw(A))}catch(j){q(j)}},W=A=>A.done?he(A.value):Promise.resolve(A.value).then(pe,ye);W((m=m.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"}}},g0={currencyCode:"ETHW",displayName:"EthereumPoW",pluginId:"ethereumpow",walletType:"wallet:ethereumpow",memoType:"hex",canReplaceByFee:!0,defaultSettings:{customFeeSettings:["gasLimit","gasPrice"],otherSettings:b0({},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,P.ZS)(De)},He=(0,s.P)({builtinTokens:De,currencyInfo:g0,networkInfo:Oe,getInnerPlugin(){return Ue(this,null,function*(){return yield Promise.all([a.e(872),a.e(821),a.e(246),a.e(153),a.e(266),a.e(835),a.e(539),a.e(780),a.e(291),a.e(221),a.e(94),a.e(944),a.e(465),a.e(244),a.e(513)]).then(a.bind(a,6094))})}});var Xe=Object.defineProperty,i0=Object.getOwnPropertySymbols,Ke=Object.prototype.hasOwnProperty,Ge=Object.prototype.propertyIsEnumerable,s0=(v,p,m)=>p in v?Xe(v,p,{enumerable:!0,configurable:!0,writable:!0,value:m}):v[p]=m,We=(v,p)=>{for(var m in p||(p={}))Ke.call(p,m)&&s0(v,m,p[m]);if(i0)for(var m of i0(p))Ge.call(p,m)&&s0(v,m,p[m]);return v},je=(v,p,m)=>new Promise((he,q)=>{var pe=A=>{try{W(m.next(A))}catch(j){q(j)}},ye=A=>{try{W(m.throw(A))}catch(j){q(j)}},W=A=>A.done?he(A.value):Promise.resolve(A.value).then(pe,ye);W((m=m.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"}}},_e={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:We({},_e)},addressExplorer:"https://ftmscan.com/address/%s",transactionExplorer:"https://ftmscan.com/tx/%s",denominations:[{name:"FTM",multiplier:"1000000000000000000",symbol:"F"}],metaTokens:(0,P.ZS)(qe)},d0=(0,s.P)({builtinTokens:qe,currencyInfo:c0,networkInfo:_e,getInnerPlugin(){return je(this,null,function*(){return yield Promise.all([a.e(872),a.e(821),a.e(246),a.e(153),a.e(266),a.e(835),a.e(539),a.e(780),a.e(291),a.e(221),a.e(94),a.e(944),a.e(465),a.e(244),a.e(513)]).then(a.bind(a,6094))})}});var l0=Object.defineProperty,e0=Object.getOwnPropertySymbols,f0=Object.prototype.hasOwnProperty,u0=Object.prototype.propertyIsEnumerable,t0=(v,p,m)=>p in v?l0(v,p,{enumerable:!0,configurable:!0,writable:!0,value:m}):v[p]=m,m0=(v,p)=>{for(var m in p||(p={}))f0.call(p,m)&&t0(v,m,p[m]);if(e0)for(var m of e0(p))u0.call(p,m)&&t0(v,m,p[m]);return v},h0=(v,p,m)=>new Promise((he,q)=>{var pe=A=>{try{W(m.next(A))}catch(j){q(j)}},ye=A=>{try{W(m.throw(A))}catch(j){q(j)}},W=A=>A.done?he(A.value):Promise.resolve(A.value).then(pe,ye);W((m=m.apply(v,p)).next())});const n0={},r0={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:m0({},r0)},addressExplorer:"https://etherscan.io/address/%s",transactionExplorer:"https://etherscan.io/tx/%s",denominations:[{name:"GOR",multiplier:"1000000000000000000",symbol:"G"},{name:"mGOR",multiplier:"1000000000000000",symbol:"mG"}],metaTokens:(0,P.ZS)(n0)},y0=(0,s.P)({builtinTokens:n0,currencyInfo:p0,networkInfo:r0,getInnerPlugin(){return h0(this,null,function*(){return yield Promise.all([a.e(872),a.e(821),a.e(246),a.e(153),a.e(266),a.e(835),a.e(539),a.e(780),a.e(291),a.e(221),a.e(94),a.e(944),a.e(465),a.e(244),a.e(513)]).then(a.bind(a,6094))})}});var Q0=Object.defineProperty,T0=Object.getOwnPropertySymbols,q0=Object.prototype.hasOwnProperty,_0=Object.prototype.propertyIsEnumerable,P0=(v,p,m)=>p in v?Q0(v,p,{enumerable:!0,configurable:!0,writable:!0,value:m}):v[p]=m,et=(v,p)=>{for(var m in p||(p={}))q0.call(p,m)&&P0(v,m,p[m]);if(T0)for(var m of T0(p))_0.call(p,m)&&P0(v,m,p[m]);return v},tt=(v,p,m)=>new Promise((he,q)=>{var pe=A=>{try{W(m.next(A))}catch(j){q(j)}},ye=A=>{try{W(m.throw(A))}catch(j){q(j)}},W=A=>A.done?he(A.value):Promise.resolve(A.value).then(pe,ye);W((m=m.apply(v,p)).next())});const F0={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,P.ZS)(F0)},rt=(0,s.P)({builtinTokens:F0,currencyInfo:nt,networkInfo:E0,getInnerPlugin(){return tt(this,null,function*(){return yield Promise.all([a.e(872),a.e(821),a.e(246),a.e(153),a.e(266),a.e(835),a.e(539),a.e(780),a.e(291),a.e(221),a.e(94),a.e(944),a.e(465),a.e(244),a.e(513)]).then(a.bind(a,6094))})}});var ot=Object.defineProperty,x0=Object.getOwnPropertySymbols,at=Object.prototype.hasOwnProperty,it=Object.prototype.propertyIsEnumerable,k0=(v,p,m)=>p in v?ot(v,p,{enumerable:!0,configurable:!0,writable:!0,value:m}):v[p]=m,st=(v,p)=>{for(var m in p||(p={}))at.call(p,m)&&k0(v,m,p[m]);if(x0)for(var m of x0(p))it.call(p,m)&&k0(v,m,p[m]);return v},ct=(v,p,m)=>new Promise((he,q)=>{var pe=A=>{try{W(m.next(A))}catch(j){q(j)}},ye=A=>{try{W(m.throw(A))}catch(j){q(j)}},W=A=>A.done?he(A.value):Promise.resolve(A.value).then(pe,ye);W((m=m.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,P.ZS)(L0)},lt=(0,s.P)({builtinTokens:L0,currencyInfo:dt,networkInfo:D0,getInnerPlugin(){return ct(this,null,function*(){return yield Promise.all([a.e(872),a.e(821),a.e(246),a.e(153),a.e(266),a.e(835),a.e(539),a.e(780),a.e(291),a.e(221),a.e(94),a.e(944),a.e(465),a.e(244),a.e(513)]).then(a.bind(a,6094))})}});var ft=Object.defineProperty,O0=Object.getOwnPropertySymbols,ut=Object.prototype.hasOwnProperty,mt=Object.prototype.propertyIsEnumerable,B0=(v,p,m)=>p in v?ft(v,p,{enumerable:!0,configurable:!0,writable:!0,value:m}):v[p]=m,ht=(v,p)=>{for(var m in p||(p={}))ut.call(p,m)&&B0(v,m,p[m]);if(O0)for(var m of O0(p))mt.call(p,m)&&B0(v,m,p[m]);return v},pt=(v,p,m)=>new Promise((he,q)=>{var pe=A=>{try{W(m.next(A))}catch(j){q(j)}},ye=A=>{try{W(m.throw(A))}catch(j){q(j)}},W=A=>A.done?he(A.value):Promise.resolve(A.value).then(pe,ye);W((m=m.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:ht({},U0)},addressExplorer:"https://optimistic.etherscan.io/address/%s",transactionExplorer:"https://optimistic.etherscan.io/tx/%s",denominations:[{name:"ETH",multiplier:"1000000000000000000",symbol:"\u039E"}],metaTokens:(0,P.ZS)(R0)},vt=(0,s.P)({builtinTokens:R0,currencyInfo:yt,networkInfo:U0,getInnerPlugin(){return pt(this,null,function*(){return yield Promise.all([a.e(872),a.e(821),a.e(246),a.e(153),a.e(266),a.e(835),a.e(539),a.e(780),a.e(291),a.e(221),a.e(94),a.e(944),a.e(465),a.e(244),a.e(513)]).then(a.bind(a,6094))})}});var bt=Object.defineProperty,H0=Object.getOwnPropertySymbols,gt=Object.prototype.hasOwnProperty,wt=Object.prototype.propertyIsEnumerable,X0=(v,p,m)=>p in v?bt(v,p,{enumerable:!0,configurable:!0,writable:!0,value:m}):v[p]=m,At=(v,p)=>{for(var m in p||(p={}))gt.call(p,m)&&X0(v,m,p[m]);if(H0)for(var m of H0(p))wt.call(p,m)&&X0(v,m,p[m]);return v},Ct=(v,p,m)=>new Promise((he,q)=>{var pe=A=>{try{W(m.next(A))}catch(j){q(j)}},ye=A=>{try{W(m.throw(A))}catch(j){q(j)}},W=A=>A.done?he(A.value):Promise.resolve(A.value).then(pe,ye);W((m=m.apply(v,p)).next())});const K0={},G0={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({},G0)},addressExplorer:"https://etherscan.io/address/%s",transactionExplorer:"https://etherscan.io/tx/%s",denominations:[{name:"RIN",multiplier:"1000000000000000000",symbol:"\u039E"},{name:"mRIN",multiplier:"1000000000000000",symbol:"m\u039E"}],metaTokens:(0,P.ZS)(K0)},St=(0,s.P)({builtinTokens:K0,currencyInfo:It,networkInfo:G0,getInnerPlugin(){return Ct(this,null,function*(){return yield Promise.all([a.e(872),a.e(821),a.e(246),a.e(153),a.e(266),a.e(835),a.e(539),a.e(780),a.e(291),a.e(221),a.e(94),a.e(944),a.e(465),a.e(244),a.e(513)]).then(a.bind(a,6094))})}});var Mt=Object.defineProperty,W0=Object.getOwnPropertySymbols,Nt=Object.prototype.hasOwnProperty,Tt=Object.prototype.propertyIsEnumerable,j0=(v,p,m)=>p in v?Mt(v,p,{enumerable:!0,configurable:!0,writable:!0,value:m}):v[p]=m,Pt=(v,p)=>{for(var m in p||(p={}))Nt.call(p,m)&&j0(v,m,p[m]);if(W0)for(var m of W0(p))Tt.call(p,m)&&j0(v,m,p[m]);return v},Ft=(v,p,m)=>new Promise((he,q)=>{var pe=A=>{try{W(m.next(A))}catch(j){q(j)}},ye=A=>{try{W(m.throw(A))}catch(j){q(j)}},W=A=>A.done?he(A.value):Promise.resolve(A.value).then(pe,ye);W((m=m.apply(v,p)).next())});const V0={},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:Pt({},Z0)},addressExplorer:"https://etherscan.io/address/%s",transactionExplorer:"https://etherscan.io/tx/%s",denominations:[{name:"ROP",multiplier:"1000000000000000000",symbol:"R"},{name:"mROP",multiplier:"1000000000000000",symbol:"mR"}],metaTokens:(0,P.ZS)(V0)},xt=(0,s.P)({builtinTokens:V0,currencyInfo:Et,networkInfo:Z0,getInnerPlugin(){return Ft(this,null,function*(){return yield Promise.all([a.e(872),a.e(821),a.e(246),a.e(153),a.e(266),a.e(835),a.e(539),a.e(780),a.e(291),a.e(221),a.e(94),a.e(944),a.e(465),a.e(244),a.e(513)]).then(a.bind(a,6094))})}});var kt=Object.defineProperty,z0=Object.getOwnPropertySymbols,Lt=Object.prototype.hasOwnProperty,Dt=Object.prototype.propertyIsEnumerable,Y0=(v,p,m)=>p in v?kt(v,p,{enumerable:!0,configurable:!0,writable:!0,value:m}):v[p]=m,Ot=(v,p)=>{for(var m in p||(p={}))Lt.call(p,m)&&Y0(v,m,p[m]);if(z0)for(var m of z0(p))Dt.call(p,m)&&Y0(v,m,p[m]);return v},Bt=(v,p,m)=>new Promise((he,q)=>{var pe=A=>{try{W(m.next(A))}catch(j){q(j)}},ye=A=>{try{W(m.throw(A))}catch(j){q(j)}},W=A=>A.done?he(A.value):Promise.resolve(A.value).then(pe,ye);W((m=m.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,P.ZS)(J0)},Ut=(0,s.P)({builtinTokens:J0,currencyInfo:Rt,networkInfo:$0,getInnerPlugin(){return Bt(this,null,function*(){return yield Promise.all([a.e(872),a.e(821),a.e(246),a.e(153),a.e(266),a.e(835),a.e(539),a.e(780),a.e(291),a.e(221),a.e(94),a.e(944),a.e(465),a.e(244),a.e(513)]).then(a.bind(a,6094))})}}),Ht={avalanche:R,binancesmartchain:g,celo:E,ethDev:Ae,ethereum:z,ethereumclassic:Ie,ethereumpow:He,fantom:d0,goerli:y0,kovan:rt,optimism:vt,polygon:lt,rinkeby:St,ropsten:xt,rsk:Ut}},5607:function(F,w,a){"use strict";a.d(w,{BB:function(){return V},BP:function(){return U},CL:function(){return fe},K1:function(){return Y},Nd:function(){return ae},OT:function(){return _},VW:function(){return B},V_:function(){return K},aO:function(){return S},dm:function(){return J},eG:function(){return h},n3:function(){return b},pg:function(){return I},qj:function(){return H}});var s=a(82448),P=a(62177);const b={buyAddress:"buy-address",getDomains:"get-domains",isDomainPublic:"is-domain-public"},I={getActions:"get_actions"},h=20,S={transferTokens:"transferTokens",addPublicAddress:"addPublicAddress",addPublicAddresses:"addPublicAddresses",removePublicAddresses:"removePublicAddresses",setFioDomainPublic:"setFioDomainVisibility",rejectFundsRequest:"rejectFundsRequest",cancelFundsRequest:"cancelFundsRequest",requestFunds:"requestFunds",recordObtData:"recordObtData",registerFioAddress:"registerFioAddress",registerFioDomain:"registerFioDomain",renewFioDomain:"renewFioDomain",transferFioAddress:"transferFioAddress",transferFioDomain:"transferFioDomain",pushTransaction:"pushTransaction",addBundledTransactions:"addBundledTransactions",stakeFioTokens:"stakeFioTokens",unStakeFioTokens:"unStakeFioTokens"},Y={[S.recordObtData]:!0,[S.requestFunds]:!0,[S.rejectFundsRequest]:!0,[S.cancelFundsRequest]:!0,[S.registerFioAddress]:!0,[S.registerFioDomain]:!0,[S.renewFioDomain]:!0,[S.transferTokens]:!0,[S.addPublicAddresses]:!0,[S.removePublicAddresses]:!0,[S.transferFioAddress]:!0,[S.transferFioDomain]:!0,[S.addBundledTransactions]:!0,[S.setFioDomainPublic]:!0,[S.stakeFioTokens]:!0,[S.unStakeFioTokens]:!0},B={[S.requestFunds]:"newFundsRequest",[S.registerFioAddress]:"registerFioAddress",[S.registerFioDomain]:"registerFioDomain",[S.renewFioDomain]:"renewFioDomain",[S.addPublicAddresses]:"addPubAddress",[S.removePublicAddresses]:"removePubAddress",[S.setFioDomainPublic]:"setFioDomainPublic",[S.rejectFundsRequest]:"rejectFundsRequest",[S.cancelFundsRequest]:"cancelFundsRequest",[S.recordObtData]:"recordObtData",[S.transferTokens]:"transferTokens",[S.pushTransaction]:"pushTransaction",[S.transferFioAddress]:"transferFioAddress",[S.transferFioDomain]:"transferFioDomain",[S.stakeFioTokens]:"pushTransaction",[S.unStakeFioTokens]:"pushTransaction",addBundledTransactions:"addBundledTransactions"},U={[S.transferTokens]:"trnsfiopubky",[S.stakeFioTokens]:"stakefio",[S.unStakeFioTokens]:"unstakefio",transfer:"transfer"},V=100,_=450,ae="Paying Staking Rewards",J=1e3*60*60*24*7,H=1e3*60*60*24,R=(0,s.su)({fio_request_id:s.XC,payer_fio_address:s.XC,payee_fio_address:s.XC,payee_fio_public_key:s.XC,payer_fio_public_key:s.XC,amount:s.XC,token_code:s.XC,metadata:s.XC,time_stamp:s.XC,content:s.XC}),K=(0,s.su)({fio_request_id:s.mH,payer_fio_address:s.XC,payee_fio_address:s.XC,payer_fio_public_key:s.XC,payee_fio_public_key:s.XC,content:s.XC,time_stamp:s.XC,status:(0,s.Zz)((0,s.Wf)("cancelled","rejected","requested","sent_to_blockchain"))}),se=(0,s.su)({name:s.XC,bundledTxs:(0,s.Zz)(s.mH)}),ce=(0,s.su)({name:s.XC,expiration:s.XC,isPublic:s.jK}),ie=(0,s.su)({stakedAmounts:(0,s._2)((0,s.su)({nativeAmount:s.XC,unlockDate:(0,s.Zz)(s.qF),otherParams:(0,s.Zz)(P.tM)}))}),fe=(0,s.su)({highestTxHeight:(0,s.Vk)(s.mH,0),fioAddresses:(0,s.Vk)((0,s._2)(se),[]),fioDomains:(0,s.Vk)((0,s._2)(ce),[]),fioRequests:(0,s.Vk)((0,s.su)({PENDING:(0,s._2)(R),SENT:(0,s._2)(R)}),{SENT:[],PENDING:[]}),srps:(0,s.Vk)(s.mH,0),stakingRoe:(0,s.Vk)(s.XC,""),stakingStatus:(0,s.Vk)(ie,{stakedAmounts:[]})})},24827:function(F,w,a){"use strict";a.d(w,{FK:function(){return P},OU:function(){return b},lI:function(){return s}});const s=[400,403,404],P={INVALID_FIO_ADDRESS:"INVALID_FIO_ADDRESS",ALREADY_REGISTERED:"ALREADY_REGISTERED",FIO_ADDRESS_IS_NOT_EXIST:"FIO_ADDRESS_IS_NOT_EXIST",FIO_DOMAIN_IS_NOT_EXIST:"FIO_DOMAIN_IS_NOT_EXIST",FIO_DOMAIN_IS_NOT_PUBLIC:"FIO_DOMAIN_IS_NOT_PUBLIC",IS_DOMAIN_PUBLIC_ERROR:"IS_DOMAIN_PUBLIC_ERROR",FIO_ADDRESS_IS_NOT_LINKED:"FIO_ADDRESS_IS_NOT_LINKED",SERVER_ERROR:"SERVER_ERROR",ALREADY_SENT_REGISTRATION_REQ_FOR_DOMAIN:"ALREADY_SENT_REGISTRATION_REQ_FOR_DOMAIN"};class b extends Error{constructor(h,S,Y,B){super(h),Error.captureStackTrace!=null&&Error.captureStackTrace(this,b),this.name="FioError",S!=null&&(this.errorCode=S),Y!=null&&(this.labelCode=Y),B!=null&&(this.json=B)}}},50857:function(F,w,a){"use strict";a.d(w,{j:function(){return ae},l:function(){return J}});var s=a(24224),P=a(24827),b=a(3559),I=Object.defineProperty,h=Object.getOwnPropertySymbols,S=Object.prototype.hasOwnProperty,Y=Object.prototype.propertyIsEnumerable,B=(H,R,K)=>R in H?I(H,R,{enumerable:!0,configurable:!0,writable:!0,value:K}):H[R]=K,U=(H,R)=>{for(var K in R||(R={}))S.call(R,K)&&B(H,K,R[K]);if(h)for(var K of h(R))Y.call(R,K)&&B(H,K,R[K]);return H},V=(H,R,K)=>new Promise((se,ce)=>{var ie=L=>{try{T(K.next(L))}catch(D){ce(D)}},fe=L=>{try{T(K.throw(L))}catch(D){ce(D)}},T=L=>L.done?se(L.value):Promise.resolve(L.value).then(ie,fe);T((K=K.apply(H,R)).next())});const _={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/","https://api-fio.nodeone.network:8344/v1/","https://api.fio.detroitledger.tech/v1/","https://fio-api.eosiomadrid.io/v1/","https://fio.eosphere.io/v1/","https://fioapi.ledgerwise.io/v1/"],historyNodeUrls:["https://fio.eosphere.io/v1/","https://fio.greymass.com/v1/"],fioRegApiUrl:"https://reg.fioprotocol.io/public-api/",fioDomainRegUrl:"https://reg.fioprotocol.io/domain/",fioAddressRegUrl:"https://reg.fioprotocol.io/address/",fioStakingApyUrl:"https://fioprotocol.io/staking",defaultRef:"edge",fallbackRef:"edge",freeAddressRef:"edgefree",errorCodes:P.FK,balanceCurrencyCodes:{staked:"FIO:STAKED",locked:"FIO:LOCKED"},chainId:"21dcae42c0182200e93f954a074011f9048a7624c6fe81d3c9541a614a88bd1c"},ae={currencyCode:"FIO",displayName:"FIO",pluginId:"fio",walletType:"wallet:fio",defaultSettings:U({},_),addressExplorer:"https://fio.bloks.io/key/%s",transactionExplorer:"https://fio.bloks.io/transaction/%s",denominations:[{name:"FIO",multiplier:"1000000000",symbol:"\u1D6E"}],metaTokens:[]},J=(0,s.P)({currencyInfo:ae,networkInfo:_,otherMethodNames:b.pq,getInnerPlugin(){return V(this,null,function*(){return yield Promise.all([a.e(872),a.e(821),a.e(246),a.e(153),a.e(266),a.e(835),a.e(539),a.e(291),a.e(221),a.e(234),a.e(720),a.e(491),a.e(244),a.e(805)]).then(a.bind(a,62013))})}})},3559:function(F,w,a){"use strict";a.d(w,{AJ:function(){return V},B3:function(){return S},Ej:function(){return J},L2:function(){return _},NB:function(){return U},OR:function(){return R},PH:function(){return ae},Pq:function(){return fe},RB:function(){return ne},S_:function(){return T},UW:function(){return ee},Vd:function(){return ce},XB:function(){return se},Yd:function(){return ie},_v:function(){return D},h0:function(){return Y},iR:function(){return h},lZ:function(){return B},mO:function(){return K},oY:function(){return H},pq:function(){return I}});var s=a(82448),P=a(62177),b=a(5607);const I=["getConnectedPublicAddress","isFioAddressValid","validateAccount","isDomainPublic","doesAccountExist","buyAddressRequest","getDomains","getStakeEstReturn"],h=(0,s.su)({name:s.XC,params:(0,s.su)(s.JC)}),S=(0,s.su)({action:s.XC,account:s.XC,data:(0,s.su)(s.JC)}),Y=(0,s.su)({compression:s.mH,packed_context_free_data:s.XC,packed_trx:s.XC,signatures:(0,s._2)(s.XC)}),B=(0,s.su)({fee:s.mH}),U=(0,s.su)({fioAddress:s.XC}),V=(0,s.su)({fioDomain:s.XC}),_=(0,s.su)({fioDomain:s.XC}),ae=(0,s.su)({fioAddress:s.XC,publicAddresses:(0,s._2)((0,s.su)({token_code:s.XC,chain_code:s.XC,public_address:s.XC}))}),J=(0,s.su)({fioAddress:s.XC,bundleSets:s.mH}),H=(0,s.su)({fioDomain:s.XC,isPublic:s.jK}),R=(0,s.su)({payerFioAddress:s.XC,fioRequestId:s.mH}),K=(0,s.su)({fioAddress:s.XC,fioRequestId:s.mH}),se=(0,s.su)({payerFioAddress:s.XC,payeeFioAddress:s.XC,payerPublicAddress:s.XC,payeePublicAddress:s.XC,amount:s.XC,tokenCode:s.XC,chainCode:s.XC,obtId:s.XC,memo:s.XC,status:(0,s.Zz)((0,s.Wf)("cancelled","rejected","requested","sent_to_blockchain")),fioRequestId:(0,s.Zz)(s.mH)}),ce=(0,s.su)({payerFioAddress:s.XC,payerFioPublicKey:s.XC,payeeFioAddress:s.XC,payeeTokenPublicAddress:s.XC,amount:s.XC,chainCode:s.XC,tokenCode:s.XC,memo:s.XC}),ie=(0,s.su)({block_num:s.mH,block_time:s.XC,transaction_id:s.XC}).withRest,fe=(0,s.su)({message:s.XC}),T=(0,s.su)({requests:(0,s._2)(b.V_),more:s.mH}),L=(0,s.su)({payer_fio_address:s.XC,payee_fio_address:s.XC,payer_fio_public_key:s.XC,payee_fio_public_key:s.XC,content:s.XC,fio_request_id:s.mH,status:s.XC,time_stamp:s.XC}),D=(0,s.su)({obt_data_records:(0,s._2)(L),more:s.mH}),ne=(0,P.jd)((0,s.su)({publicKey:s.XC})),ee=(0,s.su)({fioKey:s.XC})},825:function(F,w,a){"use strict";a.d(w,{DP:function(){return S},LZ:function(){return U},NV:function(){return h},Vf:function(){return B},cG:function(){return ae},nG:function(){return b},ni:function(){return I},qv:function(){return V},sd:function(){return Y},y_:function(){return _}});var s=a(82448),P=a(62177);const b=(0,s.su)({activationRequestId:(0,s.Vk)(s.XC),accountActivationQuoteAddress:(0,s.Vk)(s.XC),accountActivationQuoteAmount:(0,s.Vk)(s.XC),hederaAccount:(0,s.Vk)(s.XC),latestTimestamp:(0,s.Vk)(s.XC),paymentSubmitted:(0,s.Vk)(s.jK)}),I=["getActivationSupportedCurrencies","getActivationCost","validateAccount"],h=(0,s.su)({hbar:s.XC}),S=(0,s.su)({accounts:(0,s._2)((0,s.su)({account:s.XC,key:(0,s.su)({key:s.XC})}))}),Y=(0,s.su)({balances:(0,s._2)((0,s.su)({account:s.XC,balance:s.mH}))}),B=(0,s.su)({transactions:(0,s._2)((0,s.su)({transaction_hash:s.XC,transaction_id:s.XC,valid_start_timestamp:s.XC,transfers:(0,s._2)((0,s.su)({account:s.XC,amount:s.mH})),memo_base64:s.XC,result:s.XC,name:s.XC,consensus_timestamp:s.XC,charged_tx_fee:s.mH}))}),U=(0,s.su)({amount:s.XC,address:s.XC,request_id:s.XC}),V=(0,s.su)({status:s.XC,account_id:(0,s.Zz)(s.XC)}),_=P.BQ,ae=J=>(0,s.W1)(H=>{const R=(0,s.su)({[`${J}Mnemonic`]:(0,s.Zz)(s.XC),[`${J}Key`]:s.XC})(H),K={mnemonic:R[`${J}Mnemonic`],privateKey:R[`${J}Key`]};return(0,s.su)({mnemonic:(0,s.Zz)(s.XC),privateKey:s.XC})(K)},H=>({[`${J}Mnemonic`]:H.mnemonic,[`${J}Key`]:H.privateKey}))},81649:function(F,w,a){"use strict";a.d(w,{c:function(){return h},j:function(){return I}});var s=a(24224),P=(S,Y,B)=>new Promise((U,V)=>{var _=H=>{try{J(B.next(H))}catch(R){V(R)}},ae=H=>{try{J(B.throw(H))}catch(R){V(R)}},J=H=>H.done?U(H.value):Promise.resolve(H.value).then(_,ae);J((B=B.apply(S,Y)).next())});const b={tezosRpcNodes:["https://rpc.tzbeta.net","https://mainnet.tezrpc.me"],tezosApiServers:["https://api.tzkt.io"],fee:{transaction:"1350",reveal:"1300",burn:"257000"},limit:{gas:"10600",storage:"277"}},I={currencyCode:"XTZ",displayName:"Tezos",pluginId:"tezos",walletType:"wallet:tezos",defaultSettings:{},addressExplorer:"https://tzstats.com/%s",transactionExplorer:"https://tzstats.com/%s",denominations:[{name:"XTZ",multiplier:"1000000",symbol:"t"}],metaTokens:[]},h=(0,s.P)({currencyInfo:I,networkInfo:b,getInnerPlugin(){return P(this,null,function*(){return yield Promise.all([a.e(872),a.e(821),a.e(153),a.e(266),a.e(835),a.e(618),a.e(244),a.e(92)]).then(a.bind(a,12170))})}})},35666:function(F){var w=function(a){"use strict";var s=Object.prototype,P=s.hasOwnProperty,b=Object.defineProperty||function(r,o,i){r[o]=i.value},I,h=typeof Symbol=="function"?Symbol:{},S=h.iterator||"@@iterator",Y=h.asyncIterator||"@@asyncIterator",B=h.toStringTag||"@@toStringTag";function U(r,o,i){return Object.defineProperty(r,o,{value:i,enumerable:!0,configurable:!0,writable:!0}),r[o]}try{U({},"")}catch{U=function(o,i,f){return o[i]=f}}function V(r,o,i,f){var u=o&&o.prototype instanceof se?o:se,c=Object.create(u.prototype),t=new d(f||[]);return b(c,"_invoke",{value:de(r,i,t)}),c}a.wrap=V;function _(r,o,i){try{return{type:"normal",arg:r.call(o,i)}}catch(f){return{type:"throw",arg:f}}}var ae="suspendedStart",J="suspendedYield",H="executing",R="completed",K={};function se(){}function ce(){}function ie(){}var fe={};U(fe,S,function(){return this});var T=Object.getPrototypeOf,L=T&&T(T(e([])));L&&L!==s&&P.call(L,S)&&(fe=L);var D=ie.prototype=se.prototype=Object.create(fe);ce.prototype=ie,b(D,"constructor",{value:ie,configurable:!0}),b(ie,"constructor",{value:ce,configurable:!0}),ce.displayName=U(ie,B,"GeneratorFunction");function ne(r){["next","throw","return"].forEach(function(o){U(r,o,function(i){return this._invoke(o,i)})})}a.isGeneratorFunction=function(r){var o=typeof r=="function"&&r.constructor;return o?o===ce||(o.displayName||o.name)==="GeneratorFunction":!1},a.mark=function(r){return Object.setPrototypeOf?Object.setPrototypeOf(r,ie):(r.__proto__=ie,U(r,B,"GeneratorFunction")),r.prototype=Object.create(D),r},a.awrap=function(r){return{__await:r}};function ee(r,o){function i(c,t,l,E){var x=_(r[c],r,t);if(x.type==="throw")E(x.arg);else{var k=x.arg,Z=k.value;return Z&&typeof Z=="object"&&P.call(Z,"__await")?o.resolve(Z.__await).then(function($){i("next",$,l,E)},function($){i("throw",$,l,E)}):o.resolve(Z).then(function($){k.value=$,l(k)},function($){return i("throw",$,l,E)})}}var f;function u(c,t){function l(){return new o(function(E,x){i(c,t,E,x)})}return f=f?f.then(l,l):l()}b(this,"_invoke",{value:u})}ne(ee.prototype),U(ee.prototype,Y,function(){return this}),a.AsyncIterator=ee,a.async=function(r,o,i,f,u){u===void 0&&(u=Promise);var c=new ee(V(r,o,i,f),u);return a.isGeneratorFunction(o)?c:c.next().then(function(t){return t.done?t.value:c.next()})};function de(r,o,i){var f=ae;return function(c,t){if(f===H)throw new Error("Generator is already running");if(f===R){if(c==="throw")throw t;return n()}for(i.method=c,i.arg=t;;){var l=i.delegate;if(l){var E=re(l,i);if(E){if(E===K)continue;return E}}if(i.method==="next")i.sent=i._sent=i.arg;else if(i.method==="throw"){if(f===ae)throw f=R,i.arg;i.dispatchException(i.arg)}else i.method==="return"&&i.abrupt("return",i.arg);f=H;var x=_(r,o,i);if(x.type==="normal"){if(f=i.done?R:J,x.arg===K)continue;return{value:x.arg,done:i.done}}else x.type==="throw"&&(f=R,i.method="throw",i.arg=x.arg)}}}function re(r,o){var i=o.method,f=r.iterator[i];if(f===I)return o.delegate=null,i==="throw"&&r.iterator.return&&(o.method="return",o.arg=I,re(r,o),o.method==="throw")||i!=="return"&&(o.method="throw",o.arg=new TypeError("The iterator does not provide a '"+i+"' method")),K;var u=_(f,r.iterator,o.arg);if(u.type==="throw")return o.method="throw",o.arg=u.arg,o.delegate=null,K;var c=u.arg;if(!c)return o.method="throw",o.arg=new TypeError("iterator result is not an object"),o.delegate=null,K;if(c.done)o[r.resultName]=c.value,o.next=r.nextLoc,o.method!=="return"&&(o.method="next",o.arg=I);else return c;return o.delegate=null,K}ne(D),U(D,B,"Generator"),U(D,S,function(){return this}),U(D,"toString",function(){return"[object Generator]"});function g(r){var o={tryLoc:r[0]};1 in r&&(o.catchLoc=r[1]),2 in r&&(o.finallyLoc=r[2],o.afterLoc=r[3]),this.tryEntries.push(o)}function M(r){var o=r.completion||{};o.type="normal",delete o.arg,r.completion=o}function d(r){this.tryEntries=[{tryLoc:"root"}],r.forEach(g,this),this.reset(!0)}a.keys=function(r){var o=Object(r),i=[];for(var f in o)i.push(f);return i.reverse(),function u(){for(;i.length;){var c=i.pop();if(c in o)return u.value=c,u.done=!1,u}return u.done=!0,u}};function e(r){if(r){var o=r[S];if(o)return o.call(r);if(typeof r.next=="function")return r;if(!isNaN(r.length)){var i=-1,f=function u(){for(;++i<r.length;)if(P.call(r,i))return u.value=r[i],u.done=!1,u;return u.value=I,u.done=!0,u};return f.next=f}}return{next:n}}a.values=e;function n(){return{value:I,done:!0}}return d.prototype={constructor:d,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(M),!r)for(var o in this)o.charAt(0)==="t"&&P.call(this,o)&&!isNaN(+o.slice(1))&&(this[o]=I)},stop:function(){this.done=!0;var r=this.tryEntries[0],o=r.completion;if(o.type==="throw")throw o.arg;return this.rval},dispatchException:function(r){if(this.done)throw r;var o=this;function i(E,x){return c.type="throw",c.arg=r,o.next=E,x&&(o.method="next",o.arg=I),!!x}for(var f=this.tryEntries.length-1;f>=0;--f){var u=this.tryEntries[f],c=u.completion;if(u.tryLoc==="root")return i("end");if(u.tryLoc<=this.prev){var t=P.call(u,"catchLoc"),l=P.call(u,"finallyLoc");if(t&&l){if(this.prev<u.catchLoc)return i(u.catchLoc,!0);if(this.prev<u.finallyLoc)return i(u.finallyLoc)}else if(t){if(this.prev<u.catchLoc)return i(u.catchLoc,!0)}else if(l){if(this.prev<u.finallyLoc)return i(u.finallyLoc)}else throw new Error("try statement without catch or finally")}}},abrupt:function(r,o){for(var i=this.tryEntries.length-1;i>=0;--i){var f=this.tryEntries[i];if(f.tryLoc<=this.prev&&P.call(f,"finallyLoc")&&this.prev<f.finallyLoc){var u=f;break}}u&&(r==="break"||r==="continue")&&u.tryLoc<=o&&o<=u.finallyLoc&&(u=null);var c=u?u.completion:{};return c.type=r,c.arg=o,u?(this.method="next",this.next=u.finallyLoc,K):this.complete(c)},complete:function(r,o){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"&&o&&(this.next=o),K},finish:function(r){for(var o=this.tryEntries.length-1;o>=0;--o){var i=this.tryEntries[o];if(i.finallyLoc===r)return this.complete(i.completion,i.afterLoc),M(i),K}},catch:function(r){for(var o=this.tryEntries.length-1;o>=0;--o){var i=this.tryEntries[o];if(i.tryLoc===r){var f=i.completion;if(f.type==="throw"){var u=f.arg;M(i)}return u}}throw new Error("illegal catch attempt")},delegateYield:function(r,o,i){return this.delegate={iterator:e(r),resultName:o,nextLoc:i},this.method==="next"&&(this.arg=I),K}},a}(F.exports);try{regeneratorRuntime=w}catch{typeof globalThis=="object"?globalThis.regeneratorRuntime=w:Function("r","regeneratorRuntime = r")(w)}},46601:function(){},82448:function(F,w,a){"use strict";a.d(w,{JC:function(){return ce},Vk:function(){return U},W1:function(){return I},Wf:function(){return ie},XC:function(){return R},Zz:function(){return H},_2:function(){return P},_C:function(){return S},gu:function(){return _},jK:function(){return b},mH:function(){return ae},qF:function(){return h},su:function(){return J},vq:function(){return K},zv:function(){return se}});var s=a(47630);const P=s.asArray,b=s.asBoolean,I=s.asCodec,h=s.asDate,S=s.asEither,Y=s.asJSON,B=s.asMap,U=s.asMaybe,V=s.asNone,_=s.asNull,ae=s.asNumber,J=s.asObject,H=s.asOptional,R=s.asString,K=s.asTuple,se=s.asUndefined,ce=s.asUnknown,ie=s.asValue,fe=s.uncleaner}},N0={};function y(F){var w=N0[F];if(w!==void 0)return w.exports;var a=N0[F]={id:F,loaded:!1,exports:{}};return M0[F].call(a.exports,a,a.exports,y),a.loaded=!0,a.exports}y.m=M0,function(){y.amdO={}}(),function(){y.n=function(F){var w=F&&F.__esModule?function(){return F.default}:function(){return F};return y.d(w,{a:w}),w}}(),function(){var F=Object.getPrototypeOf?function(a){return Object.getPrototypeOf(a)}:function(a){return a.__proto__},w;y.t=function(a,s){if(s&1&&(a=this(a)),s&8||typeof a=="object"&&a&&(s&4&&a.__esModule||s&16&&typeof a.then=="function"))return a;var P=Object.create(null);y.r(P);var b={};w=w||[null,F({}),F([]),F(F)];for(var I=s&2&&a;typeof I=="object"&&!~w.indexOf(I);I=F(I))Object.getOwnPropertyNames(I).forEach(function(h){b[h]=function(){return a[h]}});return b.default=function(){return a},y.d(P,b),P}}(),function(){y.d=function(F,w){for(var a in w)y.o(w,a)&&!y.o(F,a)&&Object.defineProperty(F,a,{enumerable:!0,get:w[a]})}}(),function(){y.f={},y.e=function(F){return Promise.all(Object.keys(y.f).reduce(function(w,a){return y.f[a](F,w),w},[]))}}(),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,w){return Object.prototype.hasOwnProperty.call(F,w)}}(),function(){var F={},w="edge-currency-accountbased:";y.l=function(a,s,P,b){if(F[a]){F[a].push(s);return}var I,h;if(P!==void 0)for(var S=document.getElementsByTagName("script"),Y=0;Y<S.length;Y++){var B=S[Y];if(B.getAttribute("src")==a||B.getAttribute("data-webpack")==w+P){I=B;break}}I||(h=!0,I=document.createElement("script"),I.charset="utf-8",I.timeout=120,y.nc&&I.setAttribute("nonce",y.nc),I.setAttribute("data-webpack",w+P),I.src=a),F[a]=[s];var U=function(_,ae){I.onerror=I.onload=null,clearTimeout(V);var J=F[a];if(delete F[a],I.parentNode&&I.parentNode.removeChild(I),J&&J.forEach(function(H){return H(ae)}),_)return _(ae)},V=setTimeout(U.bind(null,void 0,{type:"timeout",target:I}),12e4);I.onerror=U.bind(null,I.onerror),I.onload=U.bind(null,I.onload),h&&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 w=y.g.document;if(!F&&w&&(w.currentScript&&(F=w.currentScript.src),!F)){var a=w.getElementsByTagName("script");a.length&&(F=a[a.length-1].src)}if(!F)throw new Error("Automatic publicPath is not supported in this browser");F=F.replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),y.p=F}(),function(){var F={179:0};y.f.j=function(s,P){var b=y.o(F,s)?F[s]:void 0;if(b!==0)if(b)P.push(b[2]);else{var I=new Promise(function(B,U){b=F[s]=[B,U]});P.push(b[2]=I);var h=y.p+y.u(s),S=new Error,Y=function(B){if(y.o(F,s)&&(b=F[s],b!==0&&(F[s]=void 0),b)){var U=B&&(B.type==="load"?"missing":B.type),V=B&&B.target&&B.target.src;S.message="Loading chunk "+s+` failed.
|
|
2
|
+
(`+U+": "+V+")",S.name="ChunkLoadError",S.type=U,S.request=V,b[1](S)}};y.l(h,Y,"chunk-"+s,s)}};var w=function(s,P){var b=P[0],I=P[1],h=P[2],S,Y,B=0;if(b.some(function(V){return F[V]!==0})){for(S in I)y.o(I,S)&&(y.m[S]=I[S]);if(h)var U=h(y)}for(s&&s(P);B<b.length;B++)Y=b[B],y.o(F,Y)&&F[Y]&&F[Y][0](),F[Y]=0},a=self.webpackChunkedge_currency_accountbased=self.webpackChunkedge_currency_accountbased||[];a.forEach(w.bind(null,0)),a.push=w.bind(null,a.push.bind(a))}();var Xt={};(function(){"use strict";var F=y(35666),w=y(24224),a=(te,X,N)=>new Promise((ve,G)=>{var Q=C=>{try{O(N.next(C))}catch(z){G(z)}},me=C=>{try{O(N.throw(C))}catch(z){G(z)}},O=C=>C.done?ve(C.value):Promise.resolve(C.value).then(Q,me);O((N=N.apply(te,X)).next())});const s={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"]},P={currencyCode:"BNB",displayName:"BNB Beacon Chain",pluginId:"binance",walletType:"wallet:binance",defaultSettings:{},memoMaxLength:128,addressExplorer:"https://explorer.binance.org/address/%s",transactionExplorer:"https://explorer.binance.org/tx/%s",blockExplorer:"https://explorer.binance.org/block/%s",denominations:[{name:"BNB",multiplier:"100000000",symbol:"B"}],metaTokens:[]},b=(0,w.P)({currencyInfo:P,networkInfo:s,getInnerPlugin(){return a(this,null,function*(){return yield Promise.all([y.e(872),y.e(821),y.e(246),y.e(153),y.e(266),y.e(835),y.e(539),y.e(978),y.e(669),y.e(786),y.e(884),y.e(341),y.e(244),y.e(26)]).then(y.bind(y,59439))})}});var I=y(83718),h=(te,X,N)=>new Promise((ve,G)=>{var Q=C=>{try{O(N.next(C))}catch(z){G(z)}},me=C=>{try{O(N.throw(C))}catch(z){G(z)}},O=C=>C.done?ve(C.value):Promise.resolve(C.value).then(Q,me);O((N=N.apply(te,X)).next())});const S={chainId:"aca376f206b8fc25a6ed44dbdc66547c36c6c33e3a119ffbeaef943642f0e906",eosActivationServers:["https://eospay.edge.app"],eosHyperionNodes:["https://api.eossweden.org"],eosNodes:["https://api.eoseoul.io","https://api.eoslaomao.com","https://mainnet.eoscannon.io","https://api.eos.wiki","https://mainnet.eosio.sg","https://eos.newdex.one","https://api.bitmars.one","https://node1.zbeos.com","https://api.eosn.io"],eosDfuseServers:["https://eos.dfuse.eosnation.io"],powerUpServers:["https://api.eospowerup.io/freePowerup"],uriProtocol:"eos"},B={currencyCode:"EOS",displayName:"EOS",pluginId:"eos",walletType:"wallet:eos",defaultSettings:{},memoMaxLength:256,addressExplorer:"https://bloks.io/account/%s",transactionExplorer:"https://bloks.io/transaction/%s",denominations:[{name:"EOS",multiplier:"10000",symbol:"E"}],metaTokens:[],unsafeBroadcastTx:!0},U=(0,w.P)({currencyInfo:B,networkInfo:S,otherMethodNames:I.Fc,getInnerPlugin(){return h(this,null,function*(){return yield Promise.all([y.e(872),y.e(246),y.e(266),y.e(234),y.e(248),y.e(244),y.e(679)]).then(y.bind(y,58030))})}});var V=(te,X,N)=>new Promise((ve,G)=>{var Q=C=>{try{O(N.next(C))}catch(z){G(z)}},me=C=>{try{O(N.throw(C))}catch(z){G(z)}},O=C=>C.done?ve(C.value):Promise.resolve(C.value).then(Q,me);O((N=N.apply(te,X)).next())});const _={chainId:"4667b205c6838ef70ff7988f6e8257e8be0e1284a2f59699054a018f743b1d11",eosActivationServers:["https://eospay.edge.app","https://account.teloscrew.com"],eosHyperionNodes:["https://telos.caleos.io"],eosNodes:["https://telos.caleos.io"],powerUpServers:[],eosDfuseServers:[],uriProtocol:"telos"},J={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:[]},H=(0,w.P)({currencyInfo:J,networkInfo:_,otherMethodNames:I.Fc,getInnerPlugin(){return V(this,null,function*(){return yield Promise.all([y.e(872),y.e(246),y.e(266),y.e(234),y.e(248),y.e(244),y.e(679)]).then(y.bind(y,58030))})}});var R=(te,X,N)=>new Promise((ve,G)=>{var Q=C=>{try{O(N.next(C))}catch(z){G(z)}},me=C=>{try{O(N.throw(C))}catch(z){G(z)}},O=C=>C.done?ve(C.value):Promise.resolve(C.value).then(Q,me);O((N=N.apply(te,X)).next())});const K={chainId:"1064487b3cd1a897ce03ae5b6a865651747e2e152090f99c1d19d44e01aea5a4",eosActivationServers:[],eosDfuseServers:[],eosHyperionNodes:["https://api.waxsweden.org"],eosNodes:["https://api.waxsweden.org"],powerUpServers:[],uriProtocol:"wax"},ce={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:[]},ie=(0,w.P)({currencyInfo:ce,networkInfo:K,otherMethodNames:I.Fc,getInnerPlugin(){return R(this,null,function*(){return yield Promise.all([y.e(872),y.e(246),y.e(266),y.e(234),y.e(248),y.e(244),y.e(679)]).then(y.bind(y,58030))})}}),fe={eos:U,telos:H,wax:ie};var T=y(49889),L=y(50857),D=y(825),ne=(te,X,N)=>new Promise((ve,G)=>{var Q=C=>{try{O(N.next(C))}catch(z){G(z)}},me=C=>{try{O(N.throw(C))}catch(z){G(z)}},O=C=>C.done?ve(C.value):Promise.resolve(C.value).then(Q,me);O((N=N.apply(te,X)).next())});const ee={creatorApiServers:["https://creator.myhbarwallet.com"],mirrorNodes:["https://mainnet-public.mirrornode.hedera.com"],client:"Mainnet",checksumNetworkID:"0",maxFee:9e5},de={currencyCode:"HBAR",displayName:"Hedera",pluginId:"hedera",walletType:"wallet:hedera",defaultSettings:{},memoMaxLength:100,addressExplorer:"https://hashscan.io/mainnet/account/%s",transactionExplorer:"https://hashscan.io/mainnet/transaction/%s",denominations:[{name:"HBAR",multiplier:"100000000",symbol:"\u210F"},{name:"tHBAR",multiplier:"1",symbol:"t\u210F"}],metaTokens:[]},re=(0,w.P)({currencyInfo:de,networkInfo:ee,otherMethodNames:D.ni,getInnerPlugin(){return ne(this,null,function*(){return yield Promise.all([y.e(872),y.e(821),y.e(246),y.e(153),y.e(266),y.e(835),y.e(539),y.e(780),y.e(94),y.e(19),y.e(431),y.e(549),y.e(244),y.e(894)]).then(y.bind(y,85520))})}});var g=(te,X,N)=>new Promise((ve,G)=>{var Q=C=>{try{O(N.next(C))}catch(z){G(z)}},me=C=>{try{O(N.throw(C))}catch(z){G(z)}},O=C=>C.done?ve(C.value):Promise.resolve(C.value).then(Q,me);O((N=N.apply(te,X)).next())});const M={rpcNodes:["wss://rpc.polkadot.io"],genesisHash:"0x91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3",subscanBaseUrl:"https://polkadot.api.subscan.io/api",subscanQueryLimit:100,existentialDeposit:"10000000000",lengthFeePerByte:"1000000"},d={currencyCode:"DOT",displayName:"Polkadot",pluginId:"polkadot",walletType:"wallet:polkadot",defaultSettings:{},addressExplorer:"https://polkadot.subscan.io/account/%s",transactionExplorer:"https://polkadot.subscan.io/extrinsic/%s",denominations:[{name:"DOT",multiplier:"10000000000",symbol:""}],metaTokens:[]},e=(0,w.P)({currencyInfo:d,networkInfo:M,checkEnvironment:()=>{if(y.g.BigInt==null)throw new Error("Polkadot requires bigint support")},getInnerPlugin(){return g(this,null,function*(){return yield Promise.all([y.e(872),y.e(821),y.e(246),y.e(153),y.e(780),y.e(387),y.e(244),y.e(591)]).then(y.bind(y,65813))})}});var n=(te,X,N)=>new Promise((ve,G)=>{var Q=C=>{try{O(N.next(C))}catch(z){G(z)}},me=C=>{try{O(N.throw(C))}catch(z){G(z)}},O=C=>C.done?ve(C.value):Promise.resolve(C.value).then(Q,me);O((N=N.apply(te,X)).next())});const r={rpcNodes:["https://ssc-dao.genesysgo.net","https://api.mainnet-beta.solana.com"],commitment:"confirmed",txQueryLimit:1e3,derivationPath:"m/44'/501'/0'/0'",memoPublicKey:"MemoSq4gqABAXKb96qnH8TysNcWxMyWCqXgDLGmfcHr"},o={currencyCode:"SOL",displayName:"Solana",pluginId:"solana",walletType:"wallet:solana",defaultSettings:{},addressExplorer:"https://explorer.solana.com/address/%s",transactionExplorer:"https://explorer.solana.com/tx/%s",denominations:[{name:"SOL",multiplier:"1000000000",symbol:"\u25CE"}],metaTokens:[]},i=(0,w.P)({currencyInfo:o,networkInfo:r,getInnerPlugin(){return n(this,null,function*(){return yield Promise.all([y.e(872),y.e(821),y.e(246),y.e(153),y.e(266),y.e(780),y.e(94),y.e(884),y.e(216),y.e(244),y.e(601)]).then(y.bind(y,29016))})}});var f=(te,X,N)=>new Promise((ve,G)=>{var Q=C=>{try{O(N.next(C))}catch(z){G(z)}},me=C=>{try{O(N.throw(C))}catch(z){G(z)}},O=C=>C.done?ve(C.value):Promise.resolve(C.value).then(Q,me);O((N=N.apply(te,X)).next())});const u={baseReserve:"10000000",stellarServers:["https://horizon.stellar.org"]},c={currencyCode:"XLM",displayName:"Stellar",pluginId:"stellar",walletType:"wallet:stellar",defaultSettings:{},memoMaxLength:19,addressExplorer:"https://stellarchain.io/address/%s",transactionExplorer:"https://stellarchain.io/tx/%s",denominations:[{name:"XLM",multiplier:"10000000",symbol:"*"}],metaTokens:[]},t=(0,w.P)({currencyInfo:c,networkInfo:u,getInnerPlugin(){return f(this,null,function*(){return yield Promise.all([y.e(872),y.e(821),y.e(246),y.e(266),y.e(835),y.e(539),y.e(780),y.e(978),y.e(669),y.e(720),y.e(267),y.e(620),y.e(244),y.e(870)]).then(y.bind(y,31188))})}});var l=y(81649),E=y(20918),x=(te,X,N)=>new Promise((ve,G)=>{var Q=C=>{try{O(N.next(C))}catch(z){G(z)}},me=C=>{try{O(N.throw(C))}catch(z){G(z)}},O=C=>C.done?ve(C.value):Promise.resolve(C.value).then(Q,me);O((N=N.apply(te,X)).next())});const k={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"}}},Z={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},$={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)(k)},oe=(0,w.P)({builtinTokens:k,currencyInfo:$,networkInfo:Z,getInnerPlugin(){return x(this,null,function*(){return yield Promise.all([y.e(872),y.e(821),y.e(246),y.e(153),y.e(266),y.e(835),y.e(539),y.e(291),y.e(669),y.e(221),y.e(19),y.e(944),y.e(890),y.e(244),y.e(5)]).then(y.bind(y,9127))})}});var Ze=(te,X,N)=>new Promise((ve,G)=>{var Q=C=>{try{O(N.next(C))}catch(z){G(z)}},me=C=>{try{O(N.throw(C))}catch(z){G(z)}},O=C=>C.done?ve(C.value):Promise.resolve(C.value).then(Q,me);O((N=N.apply(te,X)).next())});const le={rippledServers:["wss://s2.ripple.com","wss://xrplcluster.com"],defaultFee:"10",baseReserve:"10000000",baseReservePerToken:"2000000"},ue={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:[]},o0={"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"}}},be=(0,w.P)({builtinTokens:o0,currencyInfo:ue,networkInfo:le,getInnerPlugin(){return Ze(this,null,function*(){return yield Promise.all([y.e(872),y.e(821),y.e(246),y.e(153),y.e(266),y.e(835),y.e(539),y.e(291),y.e(978),y.e(431),y.e(786),y.e(267),y.e(726),y.e(244),y.e(603)]).then(y.bind(y,23818))})}});var Ee=(te,X,N)=>new Promise((ve,G)=>{var Q=C=>{try{O(N.next(C))}catch(z){G(z)}},me=C=>{try{O(N.throw(C))}catch(z){G(z)}},O=C=>C.done?ve(C.value):Promise.resolve(C.value).then(Q,me);O((N=N.apply(te,X)).next())});const $e={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:[]},Se=(0,w.P)({currencyInfo:Ie,networkInfo:$e,getInnerPlugin(){return Ee(this,null,function*(){return yield Promise.all([y.e(872),y.e(821),y.e(246),y.e(153),y.e(244),y.e(159)]).then(y.bind(y,940))})}});var ze=(te,X,N)=>new Promise((ve,G)=>{var Q=C=>{try{O(N.next(C))}catch(z){G(z)}},me=C=>{try{O(N.throw(C))}catch(z){G(z)}},O=C=>C.done?ve(C.value):Promise.resolve(C.value).then(Q,me);O((N=N.apply(te,X)).next())});const Me={rpcNode:{networkName:"mainnet",defaultHost:"mainnet.lightwalletd.com",defaultPort:9067},defaultBirthday:131e4,defaultNetworkFee:"1000",nativeSdk:"zcash",transactionQueryLimit:999},Ne={currencyCode:"ZEC",displayName:"Zcash",pluginId:"zcash",requiredConfirmations:10,walletType:"wallet:zcash",defaultSettings:{},addressExplorer:"https://blockchair.com/zcash/address/%s?from=edgeapp",transactionExplorer:"https://blockchair.com/zcash/transaction/%s?from=edgeapp",denominations:[{name:"ZEC",multiplier:"100000000",symbol:"Z"}],metaTokens:[],unsafeBroadcastTx:!0},Ye=(0,w.P)({currencyInfo:Ne,networkInfo:Me,getInnerPlugin(){return ze(this,null,function*(){return yield Promise.all([y.e(872),y.e(821),y.e(246),y.e(153),y.e(244),y.e(159)]).then(y.bind(y,940))})}});var Te=Object.defineProperty,Pe=Object.defineProperties,Je=Object.getOwnPropertyDescriptors,Fe=Object.getOwnPropertySymbols,ge=Object.prototype.hasOwnProperty,a0=Object.prototype.propertyIsEnumerable,we=(te,X,N)=>X in te?Te(te,X,{enumerable:!0,configurable:!0,writable:!0,value:N}):te[X]=N,Ae=(te,X)=>{for(var N in X||(X={}))ge.call(X,N)&&we(te,N,X[N]);if(Fe)for(var N of Fe(X))a0.call(X,N)&&we(te,N,X[N]);return te},Qe=(te,X)=>Pe(te,Je(X));const Ce=Qe(Ae(Ae({},fe),T.j),{binance:b,fio:L.l,hedera:re,piratechain:Se,polkadot:e,ripple:be,solana:i,stellar:t,tezos:l.c,tron:oe,zcash:Ye});typeof window<"u"&&typeof window.addEdgeCorePlugins=="function"&&window.addEdgeCorePlugins(Ce);var xe=null})()})();
|