Socket
Socket
Sign inDemoInstall

fortmatic

Package Overview
Dependencies
Maintainers
9
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fortmatic - npm Package Compare versions

Comparing version 2.0.0-54c5cfd8.8 to 2.0.0-beta.1

dist/cjs/modules/fm-base-module.d.ts

24

dist/cjs/core/fm-iframe-controller.d.ts

@@ -1,8 +0,6 @@

/**
* The shape of encoded query parameters sent along with the `<iframe>` request.
*/
interface QueryParameters {
/** Query parameters encoded with the Fortmatic modal endpoint. */
interface OverlayOptions {
API_KEY: string;
ETH_NETWORK?: string;
DOMAIN_ORIGIN: string;
ETH_NETWORK?: string;
}

@@ -18,12 +16,5 @@ /**

private payloadTransport;
constructor(endpoint: string, options: QueryParameters);
/**
* Represents the ready state of the underlying Fortmatic `<iframe>`.
*/
constructor(endpoint: string, options: OverlayOptions);
get overlayReady(): boolean;
/**
* The `<iframe>` label inferred from associated endpoint
*/
private get iframeLabel();
/**
* Initialize the Fortmatic `<iframe>` and pre-load overlay content when DOM

@@ -36,12 +27,9 @@ * is ready.

*/
private showOverlay;
showOverlay(): Promise<void>;
/**
* Hide the Fortmatic `<iframe>` overlay.
*/
private hideOverlay;
/**
* Listen for messages sent from the underlying Fortmatic `<iframe>`.
*/
hideOverlay(): Promise<void>;
private listen;
}
export {};

@@ -11,3 +11,3 @@ import { FmIncomingWindowMessage, FmMessageEvent, FmOutgoingWindowMessage, JsonRpcBatchRequestPayload, JsonRpcRequestPayload, JsonRpcResponsePayload } from '../types';

/**
* A class of utilities for communicating with Fortmatic iframes via JSON RPC
* A class of utilities for communicating with Fortmatic modal via JSON RPC
* payloads.

@@ -14,0 +14,0 @@ */

import { ChainId, ChainName, JsonRpcBatchRequestPayload, JsonRpcRequestCallback, JsonRpcRequestPayload, JsonRpcResponsePayload } from '../types';
import { Fortmatic } from './fortmatic';
/**

@@ -6,2 +7,3 @@ * Fortmatic's Web3-compliant provider.

export declare class FmProvider {
private readonly sdk;
private readonly endpoint;

@@ -18,3 +20,3 @@ private readonly apiKey;

isLoggedIn: boolean;
constructor(endpoint: string, apiKey: string, chainName?: ChainName | undefined);
constructor(sdk: Fortmatic, endpoint: string, apiKey: string, chainName?: ChainName | undefined);
/**

@@ -49,7 +51,7 @@ * Enqueue a native Web3 payload for asynchronous processing.

/**
* Enqueue a payload for processing.
* Enqueue payload to queue
*/
private enqueue;
/**
* Dequeue the next payload and execute the request.
* Dequeue payload from queue and execute
*/

@@ -56,0 +58,0 @@ private dequeue;

@@ -0,6 +1,5 @@

import { TransactionsModule } from '../modules/transactions-module';
import { UserModule } from '../modules/user-module';
import { ChainName, FmGlobalConfiguration } from '../types';
import { FmProvider } from './fm-provider';
import { AuthModule } from '../modules/auth';
import { TransactionsModule } from '../modules/ethereum/transactions-module';
import { UserModule } from '../modules/ethereum/user-module';
/**

@@ -12,22 +11,16 @@ * The entry-point to core Fortmatic APIs.

readonly chainName?: ChainName | undefined;
private __provider__?;
private __authProvider__?;
readonly authEndpoint: string;
readonly xEndpoint: string;
private static __provider__;
readonly endpoint: string;
readonly transactions: TransactionsModule;
readonly user: UserModule;
readonly Auth: typeof AuthModule;
constructor(apiKey: string, chainName?: ChainName | undefined);
/**
* Get a Web3-compatible, Ethereum provider.
* Get the underlying Web3-compatible provider.
*/
getProvider(): FmProvider;
/**
* Get a Fortmatic Auth provider.
* Apply global configuration to customize Fortmatic's functionality across
* APIs.
*/
getAuthProvider(): FmProvider;
/**
* Apply configuration to customize Fortmatic's Ethereum functionality.
*/
configure(configurations?: FmGlobalConfiguration): Promise<boolean>;
}

@@ -1,1 +0,1 @@

module.exports=function(t){var e={};function n(o){if(e[o])return e[o].exports;var r=e[o]={i:o,l:!1,exports:{}};return t[o].call(r.exports,r,r.exports,n),r.l=!0,r.exports}return n.m=t,n.c=e,n.d=function(t,e,o){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:o})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var o=Object.create(null);if(n.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var r in t)n.d(o,r,function(e){return t[e]}.bind(null,r));return o},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=10)}([function(t,e,n){"use strict";function o(t){for(var n in t)e.hasOwnProperty(n)||(e[n]=t[n])}Object.defineProperty(e,"__esModule",{value:!0}),o(n(12)),o(n(16))},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var o=n(6),r=n(18);function i(t){var n,a;return t.jsonrpc=t.jsonrpc||e.JSON_RPC_VERSION,t.id=r.createRandomId(),t.batch||t.method===o.ethPayloadMethodSubset.eth_batchRequest?(t.method=o.ethPayloadMethodSubset.eth_batchRequest,t.batch=null!=(a=null===(n=t.batch)||void 0===n?void 0:n.map((function(t){return i(t)})))?a:[],t):(t.params=t.params||[],t)}e.JSON_RPC_VERSION="2.0",e.createJsonRpcRequestPayload=function(t,n){var o=[{}];return n&&(o=Array.isArray(n)?n:[{to:n.to,value:n.amount}]),{params:o,method:t,jsonrpc:e.JSON_RPC_VERSION,id:r.createRandomId()}},e.createJsonRpcBatchRequestPayload=function(t){void 0===t&&(t=[]);var n=Array.isArray(t)?t:[t];return{method:o.ethPayloadMethodSubset.eth_batchRequest,jsonrpc:e.JSON_RPC_VERSION,id:r.createRandomId(),batch:n.filter(Boolean).map((function(t){return i(t)}))}},e.standardizeRequestPayload=i},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var o=n(1);e.emitWeb3Payload=function(t,e,n){return void 0===n&&(n=[]),new Promise((function(r,i){t.sendAsync(o.createJsonRpcRequestPayload(e,n),(function(t,e){t?i(t):r(e.result)}))}))},e.emitFortmaticPayload=function(t,e){return new Promise((function(n,o){t.sendFortmaticAsync(e,(function(t,e){t?o(t):n(e?e.result:{})}))}))}},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var o=n(5),r=function(){function t(){}return Object.defineProperty(t.prototype,"sdk",{get:function(){return o.Fortmatic.__instance__},enumerable:!0,configurable:!0}),t}();e.FmBaseModule=r},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var o=n(0);function r(t){return!!t&&!(!t.jsonrpc||!t.id||!t.method||!t.batch||t.params)}function i(t){return!!t&&!(!t.jsonrpc||!t.id||!t.method||!t.params||t.batch)}e.isJsonRpcBatchRequestPayload=r,e.isJsonRpcRequestPayload=i,e.isJsonRpcResponsePayload=function(t){return!!t&&!(!t.jsonrpc||!t.id||!t.result&&null!==t.result&&!t.error)},e.isFmRequest=function(t){return!(!t||!t.payload)&&i(t.payload)},e.isFmBatchRequest=function(t){return!(!t||!t.payload)&&r(t.payload)},e.isFmPayloadMethod=function(t){return!!t&&("string"==typeof t&&Object.values(o.FmPayloadMethod).includes(t))}},function(t,e,n){"use strict";var o=this&&this.__decorate||function(t,e,n,o){var r,i=arguments.length,a=i<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,e,n,o);else for(var s=t.length-1;s>=0;s--)(r=t[s])&&(a=(i<3?r(a):i>3?r(e,n,a):r(e,n))||a);return i>3&&a&&Object.defineProperty(e,n,a),a};Object.defineProperty(e,"__esModule",{value:!0});var r=n(0),i=n(2),a=n(1),s=n(19),u=n(22),c=n(23),l=n(26),d=n(27),p=n(9),f=function(){function t(t,e){if(this.apiKey=t,this.chainName=e,this.authEndpoint=u.AUTH_URL,this.xEndpoint=u.X_URL,this.transactions=new l.TransactionsModule,this.user=new d.UserModule,this.Auth=c.AuthModule,!t)throw new Error("Please provide a Fortmatic API key that you acquired from the developer dashboard.")}return t.prototype.getProvider=function(){return this.__provider__||(this.__provider__=new s.FmProvider(this.xEndpoint,this.apiKey,this.chainName)),this.__provider__},t.prototype.getAuthProvider=function(){return this.__authProvider__||(this.__authProvider__=new s.FmProvider(this.authEndpoint,this.apiKey)),this.__authProvider__},t.prototype.configure=function(t){void 0===t&&(t={});var e=a.createJsonRpcRequestPayload(r.FmPayloadMethod.fm_configure,[t]);return i.emitFortmaticPayload(this.getProvider(),e)},t=o([p.singleton("Fortmatic")],t)}();e.Fortmatic=f},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.ethPayloadMethodSubset={net_version:"net_version",eth_coinbase:"eth_coinbase",eth_accounts:"eth_accounts",eth_batchRequest:"eth_batchRequest",eth_uninstallFilter:"eth_uninstallFilter"}},function(t,e,n){"use strict";var o=this&&this.__awaiter||function(t,e,n,o){return new(n||(n=Promise))((function(r,i){function a(t){try{u(o.next(t))}catch(t){i(t)}}function s(t){try{u(o.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?r(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(a,s)}u((o=o.apply(t,e||[])).next())}))},r=this&&this.__generator||function(t,e){var n,o,r,i,a={label:0,sent:function(){if(1&r[0])throw r[1];return r[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(n)throw new TypeError("Generator is already executing.");for(;a;)try{if(n=1,o&&(r=2&i[0]?o.return:i[0]?o.throw||((r=o.return)&&r.call(o),0):o.next)&&!(r=r.call(o,i[1])).done)return r;switch(o=0,r&&(i=[2&i[0],r.value]),i[0]){case 0:case 1:r=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,o=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!(r=(r=a.trys).length>0&&r[r.length-1])&&(6===i[0]||2===i[0])){a=0;continue}if(3===i[0]&&(!r||i[1]>r[0]&&i[1]<r[3])){a.label=i[1];break}if(6===i[0]&&a.label<r[1]){a.label=r[1],r=i;break}if(r&&a.label<r[2]){a.label=r[2],a.ops.push(i);break}r[2]&&a.ops.pop(),a.trys.pop();continue}i=e.call(t,a)}catch(t){i=[6,t],o=0}finally{n=r=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}};Object.defineProperty(e,"__esModule",{value:!0});var i=n(0),a=n(4),s=n(8),u=function(){function t(t){this.endpoint=t}return t.prototype.post=function(t,e,n){return o(this,void 0,void 0,(function(){var o,u=this;return r(this,(function(r){switch(r.label){case 0:return[4,t.iframe];case 1:return o=r.sent(),[2,new Promise((function(t,r){if(o.contentWindow){var c=[],l=a.isJsonRpcBatchRequestPayload(n)?n.batch.map((function(t){return t.id})):[];o.contentWindow.postMessage({msgType:e,payload:n},"*");var d=u.on(i.FmIncomingWindowMessage.FORTMATIC_HANDLE_RESPONSE,(f=function(){return d()},function(e){var o=u.standardizeResponse(n,e),r=o.id,i=o.response;r&&a.isJsonRpcBatchRequestPayload(n)&&l.includes(r)?(c.push(i.payload),c.length===n.batch.length&&(f(),t(c))):r&&r===n.id&&(f(),t(i.payload))})),p=u.on(i.FmIncomingWindowMessage.FORTMATIC_USER_DENIED,function(e){return function(o){var r=u.standardizeResponse(n,o),i=r.id,d=r.response,p={message:"Fortmatic: Modal was closed without executing action!",code:1},f=d.hasError?d.payload:d.applyError(p).payload;if(i&&a.isJsonRpcBatchRequestPayload(n)&&l.includes(i)){c.push(f);for(var h=c.length;h<n.batch.length;h++)c.push(new s.JsonRpcResponse(n.batch[h]).applyError(p).payload);e(),t(c)}else i&&i===n.id&&(e(),t(f))}}((function(){return p()})))}else r(new Error("Fortmatic: Modal is not ready."));var f}))]}}))}))},t.prototype.on=function(t,e){var n=this,o=e.bind(window),r=function(e){var r;e.origin===n.endpoint&&e.data&&e.data.msgType===t&&(e.data.response=null!=(r=e.data.response)?r:{},o(e))};return window.addEventListener("message",r),function(){window.removeEventListener("message",r)}},t.prototype.standardizeResponse=function(t,e){var n,o,r,i,a,u;this.standardizeError(e);var c=null!=(o=null===(n=e.data.response)||void 0===n?void 0:n.id)?o:void 0;return{response:new s.JsonRpcResponse(this.getRequestPayloadFromBatch(t,c)).applyResult(null===(r=e.data.response)||void 0===r?void 0:r.result).applyError(null===(i=e.data.response)||void 0===i?void 0:i.error),id:(u=null===(a=e.data.response)||void 0===a?void 0:a.id,null!=u?u:void 0)}},t.prototype.standardizeError=function(t){var e,n,o,r,i,a,s=!!t.data.response.error||!!t.data.response.message||!!t.data.response.code,u={message:(n=null===(e=t.data.response.error)||void 0===e?void 0:e.message,o=null!=n?n:t.data.response.message,null!=o?o:"Fortmatic: Modal was closed without executing action!"),code:(i=null===(r=t.data.response.error)||void 0===r?void 0:r.code,a=null!=i?i:t.data.response.code,null!=a?a:1)};t.data.response.error=s?u:null},t.prototype.getRequestPayloadFromBatch=function(t,e){return e&&a.isJsonRpcBatchRequestPayload(t)&&t.batch.find((function(t){return t.id===e}))||t},t}();e.FmPayloadTransport=u},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var o=n(4),r=function(){function t(e){e instanceof t?(this._jsonrpc=e.payload.jsonrpc,this._id=e.payload.id,this._result=e.payload.result,this._error=e.payload.error):o.isJsonRpcResponsePayload(e)?(this._jsonrpc=e.jsonrpc,this._id=e.id,this._result=e.result,this._error=e.error):(this._jsonrpc=e.jsonrpc,this._id=e.id,this._result=null,this._error=null)}return t.prototype.applyError=function(t){return t&&(this._error=t),this},t.prototype.applyResult=function(t){return t&&(this._result=t),this},Object.defineProperty(t.prototype,"hasError",{get:function(){return!!this._error},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"hasResult",{get:function(){return!!this._result},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"payload",{get:function(){return{jsonrpc:this._jsonrpc,id:this._id,result:this._result,error:this._error}},enumerable:!0,configurable:!0}),t}();e.JsonRpcResponse=r},function(t,e,n){"use strict";var o,r=this&&this.__extends||(o=function(t,e){return(o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(t,e)},function(t,e){function n(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),i=this&&this.__read||function(t,e){var n="function"==typeof Symbol&&t[Symbol.iterator];if(!n)return t;var o,r,i=n.call(t),a=[];try{for(;(void 0===e||e-- >0)&&!(o=i.next()).done;)a.push(o.value)}catch(t){r={error:t}}finally{try{o&&!o.done&&(n=i.return)&&n.call(i)}finally{if(r)throw r.error}}return a},a=this&&this.__spread||function(){for(var t=[],e=0;e<arguments.length;e++)t=t.concat(i(arguments[e]));return t};Object.defineProperty(e,"__esModule",{value:!0}),e.singleton=function(t){return function(e){return function(e){function n(){for(var o=[],r=0;r<arguments.length;r++)o[r]=arguments[r];var i=this;return n.__instance__?console.warn(t+" is an implicit singleton. Calling `new "+t+"(...)` will return the existing instance. If the parameters passed to the constructor have changed, they will be ignored."):(i=e.apply(this,a(o))||this,n.__instance__=i),n.__instance__}return r(n,e),n}(e)}}},function(t,e,n){t.exports=n(11)},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var o=n(5);e.default=o.Fortmatic,function(t){for(var n in t)e.hasOwnProperty(n)||(e[n]=t[n])}(n(0))},function(t,e,n){"use strict";function o(t){for(var n in t)e.hasOwnProperty(n)||(e[n]=t[n])}Object.defineProperty(e,"__esModule",{value:!0}),o(n(13)),o(n(14)),o(n(15))},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),function(t){t.fm_composeSend="fm_composeSend",t.fm_logout="fm_logout",t.fm_get_balances="fm_get_balances",t.fm_get_transactions="fm_get_transactions",t.fm_is_logged_in="fm_is_logged_in",t.fm_accountSettings="fm_accountSettings",t.fm_deposit="fm_deposit",t.fm_get_user="fm_get_user",t.fm_configure="fm_configure",t.fm_auth_login_with_magic_link="fm_auth_login_with_magic_link",t.fm_auth_get_access_token="fm_auth_get_access_token",t.fm_auth_get_metadata="fm_auth_get_metadata",t.fm_auth_logout="fm_auth_logout"}(e.FmPayloadMethod||(e.FmPayloadMethod={}))},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),function(t){t.FORTMATIC_HANDLE_RESPONSE="FORTMATIC_HANDLE_RESPONSE",t.FORTMATIC_OVERLAY_READY="FORTMATIC_OVERLAY_READY",t.FORTMATIC_SHOW_OVERLAY="FORTMATIC_SHOW_OVERLAY",t.FORTMATIC_HIDE_OVERLAY="FORTMATIC_HIDE_OVERLAY",t.FORTMATIC_USER_DENIED="FORTMATIC_USER_DENIED",t.FORTMATIC_USER_LOGOUT="FORTMATIC_USER_LOGOUT",t.FORTMATIC_UNAUTHORIZED_API_KEY="FORTMATIC_UNAUTHORIZED_API_KEY"}(e.FmIncomingWindowMessage||(e.FmIncomingWindowMessage={})),function(t){t.FORTMATIC_HANDLE_BATCH_REQUEST="FORTMATIC_HANDLE_BATCH_REQUEST",t.FORTMATIC_HANDLE_REQUEST="FORTMATIC_HANDLE_REQUEST",t.FORTMATIC_HANDLE_FORTMATIC_REQUEST="FORTMATIC_HANDLE_FORTMATIC_REQUEST"}(e.FmOutgoingWindowMessage||(e.FmOutgoingWindowMessage={}))},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),function(t){t.Mainnet="mainnet",t.Ropsten="ropsten",t.Rinkeby="rinkeby",t.Kovan="kovan"}(e.ChainName||(e.ChainName={})),function(t){t[t.Mainnet=1]="Mainnet",t[t.Ropsten=3]="Ropsten",t[t.Rinkeby=4]="Rinkeby",t[t.Kovan=42]="Kovan"}(e.ChainId||(e.ChainId={}))},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),function(t){for(var n in t)e.hasOwnProperty(n)||(e[n]=t[n])}(n(17))},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),function(t){t.LoginWithEmail="email",t.LoginWithPhone="phone"}(e.PrimaryLoginOption||(e.PrimaryLoginOption={}))},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.createRandomId=function(){return(new Date).getTime()*Math.pow(10,3)+Math.floor(Math.random()*Math.pow(10,3))}},function(t,e,n){"use strict";var o=this&&this.__awaiter||function(t,e,n,o){return new(n||(n=Promise))((function(r,i){function a(t){try{u(o.next(t))}catch(t){i(t)}}function s(t){try{u(o.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?r(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(a,s)}u((o=o.apply(t,e||[])).next())}))},r=this&&this.__generator||function(t,e){var n,o,r,i,a={label:0,sent:function(){if(1&r[0])throw r[1];return r[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(n)throw new TypeError("Generator is already executing.");for(;a;)try{if(n=1,o&&(r=2&i[0]?o.return:i[0]?o.throw||((r=o.return)&&r.call(o),0):o.next)&&!(r=r.call(o,i[1])).done)return r;switch(o=0,r&&(i=[2&i[0],r.value]),i[0]){case 0:case 1:r=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,o=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!(r=(r=a.trys).length>0&&r[r.length-1])&&(6===i[0]||2===i[0])){a=0;continue}if(3===i[0]&&(!r||i[1]>r[0]&&i[1]<r[3])){a.label=i[1];break}if(6===i[0]&&a.label<r[1]){a.label=r[1],r=i;break}if(r&&a.label<r[2]){a.label=r[2],a.ops.push(i);break}r[2]&&a.ops.pop(),a.trys.pop();continue}i=e.call(t,a)}catch(t){i=[6,t],o=0}finally{n=r=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}};Object.defineProperty(e,"__esModule",{value:!0});var i=n(6),a=n(0),s=n(2),u=n(1),c=n(4),l=n(20),d=n(7),p=n(21),f=n(8),h=function(){function t(t,e,n){if(this.endpoint=t,this.apiKey=e,this.chainName=n,this.isFortmatic=!0,this.queue=[],this.account=null,this.network=null,this.isLoggedIn=!1,!e)throw new Error("Please provide a Fortmatic API key that you acquired from the developer dashboard.");this.domainOrigin=window.location?window.location.origin:"",this.overlay=new l.FmIframeController(this.endpoint,{API_KEY:this.apiKey,ETH_NETWORK:this.chainName,DOMAIN_ORIGIN:this.domainOrigin}),this.payloadTransport=new d.FmPayloadTransport(t),this.listen()}return t.prototype.sendAsync=function(t,e){if(Array.isArray(t))return this.enqueue({onRequestComplete:e,payload:u.createJsonRpcBatchRequestPayload(t)});var n=u.standardizeRequestPayload(t);return c.isJsonRpcBatchRequestPayload(n),this.enqueue({onRequestComplete:e,payload:n})},t.prototype.sendFortmaticAsync=function(t,e){var n=u.standardizeRequestPayload(t);this.enqueue({onRequestComplete:e,payload:n,isFortmaticMethod:!0})},t.prototype.send=function(t,e){if("string"==typeof t)return s.emitWeb3Payload(this,t,e);if(e)this.sendAsync(t,e);else{console.warn("Non-async web3 methods will be deprecated in web3 > 1.0 and are not supported by the Fortmatic provider. An async method is to be used instead."),this.sendAsync(t,(function(){}));var n=new f.JsonRpcResponse(t);switch(t.method){case i.ethPayloadMethodSubset.eth_accounts:return n.applyResult(this.account?[this.account]:[]).payload;case i.ethPayloadMethodSubset.eth_coinbase:return n.applyResult(this.account).payload;case i.ethPayloadMethodSubset.net_version:return n.applyResult(this.network||(this.apiKey.startsWith("pk_live")?1:4)).payload;case i.ethPayloadMethodSubset.eth_uninstallFilter:return n.applyResult(!0).payload;default:return n.applyResult({}).payload}}},t.prototype.enable=function(){return s.emitWeb3Payload(this,i.ethPayloadMethodSubset.eth_accounts)},t.prototype.enqueue=function(t){t&&(this.queue.push(t),this.overlay.overlayReady&&this.dequeue())},t.prototype.dequeue=function(){return o(this,void 0,void 0,(function(){var t,e,n,o,s,u=this;return r(this,(function(r){switch(r.label){case 0:return 0===this.queue.length?[2]:(t=this.queue.shift())?(e=t.payload,n=function(t){var n=new f.JsonRpcResponse(t);!n.hasError&&n.hasResult&&(u.isLoggedIn=!0,e.method===i.ethPayloadMethodSubset.eth_accounts?u.account=n.payload.result[0]:e.method===i.ethPayloadMethodSubset.eth_coinbase?u.account=n.payload.result:e.method===i.ethPayloadMethodSubset.net_version&&(u.network=n.payload.result))},c.isJsonRpcBatchRequestPayload(e)?0===e.batch.length?[2,t.onRequestComplete(null,[])]:[4,this.payloadTransport.post(this.overlay,a.FmOutgoingWindowMessage.FORTMATIC_HANDLE_REQUEST,e)]:[3,2]):[3,5];case 1:(o=r.sent()).forEach(n),t.onRequestComplete(null,o),r.label=2;case 2:return c.isJsonRpcRequestPayload(e)?[4,this.payloadTransport.post(this.overlay,t.isFortmaticMethod?a.FmOutgoingWindowMessage.FORTMATIC_HANDLE_FORTMATIC_REQUEST:a.FmOutgoingWindowMessage.FORTMATIC_HANDLE_REQUEST,e)]:[3,4];case 3:s=r.sent(),n(s),s.error?t.onRequestComplete(new p.JsonRpcErrorWrapper(s.error),null):t.onRequestComplete(null,s),r.label=4;case 4:this.dequeue(),r.label=5;case 5:return[2]}}))}))},t.prototype.listen=function(){var t=this;this.payloadTransport.on(a.FmIncomingWindowMessage.FORTMATIC_OVERLAY_READY,(function(){t.dequeue()})),this.payloadTransport.on(a.FmIncomingWindowMessage.FORTMATIC_USER_LOGOUT,(function(){t.account=null,t.network=null,t.isLoggedIn=!1})),this.payloadTransport.on(a.FmIncomingWindowMessage.FORTMATIC_UNAUTHORIZED_API_KEY,(function(){throw new Error("Given API key is not authorized to access the resource.")})),this.payloadTransport.on(a.FmIncomingWindowMessage.FORTMATIC_USER_DENIED,(function(e){t.queue.forEach((function(t){var e=new f.JsonRpcResponse(t.payload),n={message:"Fortmatic: Modal was closed without executing action!",code:1};t.onRequestComplete(new p.JsonRpcErrorWrapper(n),e.applyError(n).payload)})),t.queue.slice(0)}))},t}();e.FmProvider=h},function(t,e,n){"use strict";var o=this&&this.__awaiter||function(t,e,n,o){return new(n||(n=Promise))((function(r,i){function a(t){try{u(o.next(t))}catch(t){i(t)}}function s(t){try{u(o.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?r(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(a,s)}u((o=o.apply(t,e||[])).next())}))},r=this&&this.__generator||function(t,e){var n,o,r,i,a={label:0,sent:function(){if(1&r[0])throw r[1];return r[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(n)throw new TypeError("Generator is already executing.");for(;a;)try{if(n=1,o&&(r=2&i[0]?o.return:i[0]?o.throw||((r=o.return)&&r.call(o),0):o.next)&&!(r=r.call(o,i[1])).done)return r;switch(o=0,r&&(i=[2&i[0],r.value]),i[0]){case 0:case 1:r=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,o=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!(r=(r=a.trys).length>0&&r[r.length-1])&&(6===i[0]||2===i[0])){a=0;continue}if(3===i[0]&&(!r||i[1]>r[0]&&i[1]<r[3])){a.label=i[1];break}if(6===i[0]&&a.label<r[1]){a.label=r[1],r=i;break}if(r&&a.label<r[2]){a.label=r[2],a.ops.push(i);break}r[2]&&a.ops.pop(),a.trys.pop();continue}i=e.call(t,a)}catch(t){i=[6,t],o=0}finally{n=r=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}},i=this&&this.__values||function(t){var e="function"==typeof Symbol&&Symbol.iterator,n=e&&t[e],o=0;if(n)return n.call(t);if(t&&"number"==typeof t.length)return{next:function(){return t&&o>=t.length&&(t=void 0),{value:t&&t[o++],done:!t}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},a=this&&this.__read||function(t,e){var n="function"==typeof Symbol&&t[Symbol.iterator];if(!n)return t;var o,r,i=n.call(t),a=[];try{for(;(void 0===e||e-- >0)&&!(o=i.next()).done;)a.push(o.value)}catch(t){r={error:t}}finally{try{o&&!o.done&&(n=i.return)&&n.call(i)}finally{if(r)throw r.error}}return a};Object.defineProperty(e,"__esModule",{value:!0});var s=n(0),u=n(7),c={display:"none",position:"fixed",top:"0",right:"0",width:"100%",height:"100%",borderRadius:"0",border:"none",zIndex:"2147483647"};var l=function(){function t(t,e){this.endpoint=t,this.options=e,this._overlayReady=!1,this.iframe=this.init(),this.payloadTransport=new u.FmPayloadTransport(t),this.listen()}return Object.defineProperty(t.prototype,"overlayReady",{get:function(){return this._overlayReady},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"iframeLabel",{get:function(){return new URL(this.endpoint).host},enumerable:!0,configurable:!0}),t.prototype.init=function(){var t=this;return new Promise((function(e){var n=function(){if(0===document.querySelectorAll('[data-fortmatic-iframe-label="'+t.iframeLabel+'"]').length){var n=document.createElement("iframe");n.classList.add("fortmatic-iframe"),n.dataset.fortmaticIframeLabel=t.iframeLabel,n.src=t.endpoint+"/send?params="+btoa(JSON.stringify(t.options)),function(t){var e,n;try{for(var o=i(Object.entries(c)),r=o.next();!r.done;r=o.next()){var s=a(r.value,2),u=s[0],l=s[1];t.style[u]=l}}catch(t){e={error:t}}finally{try{r&&!r.done&&(n=o.return)&&n.call(o)}finally{if(e)throw e.error}}}(n),document.body.appendChild(n);var o=document.createElement("img");o.src="https://static.fortmatic.com/assets/trans.gif",document.body.appendChild(o),e(n)}else console.error("Fortmatic: Duplicate instances found.")};["loaded","interactive","complete"].includes(document.readyState)?n():window.addEventListener("load",n,!1)}))},t.prototype.showOverlay=function(){return o(this,void 0,void 0,(function(){return r(this,(function(t){switch(t.label){case 0:return[4,this.iframe];case 1:return t.sent().style.display="block",[2]}}))}))},t.prototype.hideOverlay=function(){return o(this,void 0,void 0,(function(){return r(this,(function(t){switch(t.label){case 0:return[4,this.iframe];case 1:return t.sent().style.display="none",[2]}}))}))},t.prototype.listen=function(){var t=this;this.payloadTransport.on(s.FmIncomingWindowMessage.FORTMATIC_OVERLAY_READY,(function(){t._overlayReady=!0})),this.payloadTransport.on(s.FmIncomingWindowMessage.FORTMATIC_UNAUTHORIZED_API_KEY,(function(){t._overlayReady=!1})),this.payloadTransport.on(s.FmIncomingWindowMessage.FORTMATIC_HIDE_OVERLAY,(function(){t.hideOverlay()})),this.payloadTransport.on(s.FmIncomingWindowMessage.FORTMATIC_SHOW_OVERLAY,(function(){t.showOverlay()}))},t}();e.FmIframeController=l},function(t,e,n){"use strict";var o,r=this&&this.__extends||(o=function(t,e){return(o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(t,e)},function(t,e){function n(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)});Object.defineProperty(e,"__esModule",{value:!0});var i=function(t){function e(e){var n=t.call(this,e.message)||this;return n.code=e.code,n.name="FortmaticError",n}return r(e,t),e}(Error);e.JsonRpcErrorWrapper=i},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.X_URL="https://x2.fortmatic.com",e.AUTH_URL="https://auth.dev.fortmatic.com"},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),function(t){for(var n in t)e.hasOwnProperty(n)||(e[n]=t[n])}(n(24))},function(t,e,n){"use strict";var o,r=this&&this.__extends||(o=function(t,e){return(o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(t,e)},function(t,e){function n(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),i=this&&this.__decorate||function(t,e,n,o){var r,i=arguments.length,a=i<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,e,n,o);else for(var s=t.length-1;s>=0;s--)(r=t[s])&&(a=(i<3?r(a):i>3?r(e,n,a):r(e,n))||a);return i>3&&a&&Object.defineProperty(e,n,a),a},a=this&&this.__awaiter||function(t,e,n,o){return new(n||(n=Promise))((function(r,i){function a(t){try{u(o.next(t))}catch(t){i(t)}}function s(t){try{u(o.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?r(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(a,s)}u((o=o.apply(t,e||[])).next())}))},s=this&&this.__generator||function(t,e){var n,o,r,i,a={label:0,sent:function(){if(1&r[0])throw r[1];return r[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(n)throw new TypeError("Generator is already executing.");for(;a;)try{if(n=1,o&&(r=2&i[0]?o.return:i[0]?o.throw||((r=o.return)&&r.call(o),0):o.next)&&!(r=r.call(o,i[1])).done)return r;switch(o=0,r&&(i=[2&i[0],r.value]),i[0]){case 0:case 1:r=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,o=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!(r=(r=a.trys).length>0&&r[r.length-1])&&(6===i[0]||2===i[0])){a=0;continue}if(3===i[0]&&(!r||i[1]>r[0]&&i[1]<r[3])){a.label=i[1];break}if(6===i[0]&&a.label<r[1]){a.label=r[1],r=i;break}if(r&&a.label<r[2]){a.label=r[2],a.ops.push(i);break}r[2]&&a.ops.pop(),a.trys.pop();continue}i=e.call(t,a)}catch(t){i=[6,t],o=0}finally{n=r=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}};Object.defineProperty(e,"__esModule",{value:!0});var u=n(0),c=n(9),l=n(2),d=n(1),p=n(3),f=n(25),h=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return r(e,t),e.prototype.loginWithMagicLink=function(t){return a(this,void 0,void 0,(function(){var e,n,o;return s(this,(function(r){switch(r.label){case 0:return(e=this.currentUser)?[4,this.currentUser.isLoggedIn()]:[3,2];case 1:e=r.sent(),r.label=2;case 2:if(e)throw new Error("A user is currently logged in. Log out the current user before invoking `loginWithMagicLink` again.");return n=t.email,o=d.createJsonRpcRequestPayload(u.FmPayloadMethod.fm_auth_login_with_magic_link,[n]),[4,l.emitFortmaticPayload(this.sdk.getAuthProvider(),o)];case 3:return r.sent(),this.currentUser=new f.AuthUser,[2,this.currentUser]}}))}))},e=i([c.singleton("AuthModule")],e)}(p.FmBaseModule);e.AuthModule=h},function(t,e,n){"use strict";var o,r=this&&this.__extends||(o=function(t,e){return(o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(t,e)},function(t,e){function n(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),i=this&&this.__awaiter||function(t,e,n,o){return new(n||(n=Promise))((function(r,i){function a(t){try{u(o.next(t))}catch(t){i(t)}}function s(t){try{u(o.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?r(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(a,s)}u((o=o.apply(t,e||[])).next())}))},a=this&&this.__generator||function(t,e){var n,o,r,i,a={label:0,sent:function(){if(1&r[0])throw r[1];return r[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(n)throw new TypeError("Generator is already executing.");for(;a;)try{if(n=1,o&&(r=2&i[0]?o.return:i[0]?o.throw||((r=o.return)&&r.call(o),0):o.next)&&!(r=r.call(o,i[1])).done)return r;switch(o=0,r&&(i=[2&i[0],r.value]),i[0]){case 0:case 1:r=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,o=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!(r=(r=a.trys).length>0&&r[r.length-1])&&(6===i[0]||2===i[0])){a=0;continue}if(3===i[0]&&(!r||i[1]>r[0]&&i[1]<r[3])){a.label=i[1];break}if(6===i[0]&&a.label<r[1]){a.label=r[1],r=i;break}if(r&&a.label<r[2]){a.label=r[2],a.ops.push(i);break}r[2]&&a.ops.pop(),a.trys.pop();continue}i=e.call(t,a)}catch(t){i=[6,t],o=0}finally{n=r=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}};Object.defineProperty(e,"__esModule",{value:!0});var s=n(0),u=n(2),c=n(1),l=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return r(e,t),e.prototype.getAccessToken=function(){return i(this,void 0,void 0,(function(){var t;return a(this,(function(e){return t=c.createJsonRpcRequestPayload(s.FmPayloadMethod.fm_auth_get_access_token),[2,u.emitFortmaticPayload(this.sdk.getAuthProvider(),t)]}))}))},e.prototype.getMetadata=function(){return i(this,void 0,void 0,(function(){var t;return a(this,(function(e){return t=c.createJsonRpcRequestPayload(s.FmPayloadMethod.fm_auth_get_metadata),[2,u.emitFortmaticPayload(this.sdk.getAuthProvider(),t)]}))}))},e.prototype.isLoggedIn=function(){var t=c.createJsonRpcRequestPayload(s.FmPayloadMethod.fm_is_logged_in);return u.emitFortmaticPayload(this.sdk.getAuthProvider(),t)},e.prototype.logout=function(){return i(this,void 0,void 0,(function(){var t;return a(this,(function(e){return t=c.createJsonRpcRequestPayload(s.FmPayloadMethod.fm_auth_logout),[2,u.emitFortmaticPayload(this.sdk.getAuthProvider(),t)]}))}))},e}(n(3).FmBaseModule);e.AuthUser=l},function(t,e,n){"use strict";var o,r=this&&this.__extends||(o=function(t,e){return(o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(t,e)},function(t,e){function n(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)});Object.defineProperty(e,"__esModule",{value:!0});var i=n(0),a=n(1),s=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return r(e,t),e.prototype.send=function(t,e){var n=a.createJsonRpcRequestPayload(i.FmPayloadMethod.fm_composeSend,t);this.sdk.getProvider().sendFortmaticAsync(n,e)},e}(n(3).FmBaseModule);e.TransactionsModule=s},function(t,e,n){"use strict";var o,r=this&&this.__extends||(o=function(t,e){return(o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(t,e)},function(t,e){function n(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),i=this&&this.__awaiter||function(t,e,n,o){return new(n||(n=Promise))((function(r,i){function a(t){try{u(o.next(t))}catch(t){i(t)}}function s(t){try{u(o.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?r(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(a,s)}u((o=o.apply(t,e||[])).next())}))},a=this&&this.__generator||function(t,e){var n,o,r,i,a={label:0,sent:function(){if(1&r[0])throw r[1];return r[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(n)throw new TypeError("Generator is already executing.");for(;a;)try{if(n=1,o&&(r=2&i[0]?o.return:i[0]?o.throw||((r=o.return)&&r.call(o),0):o.next)&&!(r=r.call(o,i[1])).done)return r;switch(o=0,r&&(i=[2&i[0],r.value]),i[0]){case 0:case 1:r=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,o=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!(r=(r=a.trys).length>0&&r[r.length-1])&&(6===i[0]||2===i[0])){a=0;continue}if(3===i[0]&&(!r||i[1]>r[0]&&i[1]<r[3])){a.label=i[1];break}if(6===i[0]&&a.label<r[1]){a.label=r[1],r=i;break}if(r&&a.label<r[2]){a.label=r[2],a.ops.push(i);break}r[2]&&a.ops.pop(),a.trys.pop();continue}i=e.call(t,a)}catch(t){i=[6,t],o=0}finally{n=r=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}};Object.defineProperty(e,"__esModule",{value:!0});var s=n(0),u=n(2),c=n(1),l=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return r(e,t),e.prototype.login=function(){return i(this,void 0,void 0,(function(){return a(this,(function(t){switch(t.label){case 0:return[4,this.sdk.getProvider().enable()];case 1:return t.sent(),[2]}}))}))},e.prototype.logout=function(){this.sdk.getProvider().account=null,this.sdk.getProvider().network=null;var t=c.createJsonRpcRequestPayload(s.FmPayloadMethod.fm_logout);return u.emitFortmaticPayload(this.sdk.getProvider(),t)},e.prototype.getUser=function(){var t=c.createJsonRpcRequestPayload(s.FmPayloadMethod.fm_get_user);return u.emitFortmaticPayload(this.sdk.getProvider(),t)},e.prototype.getBalances=function(){var t=c.createJsonRpcRequestPayload(s.FmPayloadMethod.fm_get_balances);return u.emitFortmaticPayload(this.sdk.getProvider(),t)},e.prototype.getTransactions=function(){var t=c.createJsonRpcRequestPayload(s.FmPayloadMethod.fm_get_transactions);return u.emitFortmaticPayload(this.sdk.getProvider(),t)},e.prototype.isLoggedIn=function(){var t=c.createJsonRpcRequestPayload(s.FmPayloadMethod.fm_is_logged_in);return u.emitFortmaticPayload(this.sdk.getProvider(),t)},e.prototype.settings=function(){var t=c.createJsonRpcRequestPayload(s.FmPayloadMethod.fm_accountSettings);return u.emitFortmaticPayload(this.sdk.getProvider(),t)},e.prototype.deposit=function(){var t=c.createJsonRpcRequestPayload(s.FmPayloadMethod.fm_deposit);return u.emitFortmaticPayload(this.sdk.getProvider(),t)},e}(n(3).FmBaseModule);e.UserModule=l}]);
module.exports=function(e){var t={};function n(o){if(t[o])return t[o].exports;var r=t[o]={i:o,l:!1,exports:{}};return e[o].call(r.exports,r,r.exports,n),r.l=!0,r.exports}return n.m=e,n.c=t,n.d=function(e,t,o){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:o})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var o=Object.create(null);if(n.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var r in e)n.d(o,r,function(t){return e[t]}.bind(null,r));return o},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=8)}([function(e,t,n){"use strict";function o(e){for(var n in e)t.hasOwnProperty(n)||(t[n]=e[n])}Object.defineProperty(t,"__esModule",{value:!0}),o(n(12)),o(n(16))},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=n(4),r=n(18);function a(e){var n,i;return e.jsonrpc=e.jsonrpc||t.JSON_RPC_VERSION,e.id=r.createRandomId(),e.batch||e.method===o.ethPayloadMethodSubset.eth_batchRequest?(e.method=o.ethPayloadMethodSubset.eth_batchRequest,e.batch=null!=(i=null===(n=e.batch)||void 0===n?void 0:n.map((function(e){return a(e)})))?i:[],e):(e.params=e.params||[],e)}t.JSON_RPC_VERSION="2.0",t.createJsonRpcRequestPayload=function(e,n){var o=[{}];return n&&(o=Array.isArray(n)?n:[{to:n.to,value:n.amount}]),{params:o,method:e,jsonrpc:t.JSON_RPC_VERSION,id:r.createRandomId()}},t.createJsonRpcBatchRequestPayload=function(e){void 0===e&&(e=[]);var n=Array.isArray(e)?e:[e];return{method:o.ethPayloadMethodSubset.eth_batchRequest,jsonrpc:t.JSON_RPC_VERSION,id:r.createRandomId(),batch:n.filter(Boolean).map((function(e){return a(e)}))}},t.standardizeRequestPayload=a},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=n(1);t.emitWeb3Payload=function(e,t,n){return void 0===n&&(n=[]),new Promise((function(r,a){e.getProvider().sendAsync(o.createJsonRpcRequestPayload(t,n),(function(e,t){e?a(e):r(t.result)}))}))},t.emitFortmaticPayload=function(e,t){return new Promise((function(n,o){e.getProvider().sendFortmaticAsync(t,(function(e,t){e?o(e):n(t?t.result:{})}))}))}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=n(0);function r(e){return!!e&&!(!e.jsonrpc||!e.id||!e.method||!e.batch||e.params)}function a(e){return!!e&&!(!e.jsonrpc||!e.id||!e.method||!e.params||e.batch)}t.isJsonRpcBatchRequestPayload=r,t.isJsonRpcRequestPayload=a,t.isJsonRpcResponsePayload=function(e){return!!e&&!(!e.jsonrpc||!e.id||!e.result&&null!==e.result&&!e.error)},t.isFmRequest=function(e){return!(!e||!e.payload)&&a(e.payload)},t.isFmBatchRequest=function(e){return!(!e||!e.payload)&&r(e.payload)},t.isFmPayloadMethod=function(e){return!!e&&("string"==typeof e&&Object.values(o.FmPayloadMethod).includes(e))}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ethPayloadMethodSubset={net_version:"net_version",eth_coinbase:"eth_coinbase",eth_accounts:"eth_accounts",eth_batchRequest:"eth_batchRequest",eth_uninstallFilter:"eth_uninstallFilter"}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=function(e){this.sdk=e};t.FmBaseModule=o},function(e,t,n){"use strict";var o=this&&this.__awaiter||function(e,t,n,o){return new(n||(n=Promise))((function(r,a){function i(e){try{u(o.next(e))}catch(e){a(e)}}function s(e){try{u(o.throw(e))}catch(e){a(e)}}function u(e){var t;e.done?r(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(i,s)}u((o=o.apply(e,t||[])).next())}))},r=this&&this.__generator||function(e,t){var n,o,r,a,i={label:0,sent:function(){if(1&r[0])throw r[1];return r[1]},trys:[],ops:[]};return a={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function s(a){return function(s){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i;)try{if(n=1,o&&(r=2&a[0]?o.return:a[0]?o.throw||((r=o.return)&&r.call(o),0):o.next)&&!(r=r.call(o,a[1])).done)return r;switch(o=0,r&&(a=[2&a[0],r.value]),a[0]){case 0:case 1:r=a;break;case 4:return i.label++,{value:a[1],done:!1};case 5:i.label++,o=a[1],a=[0];continue;case 7:a=i.ops.pop(),i.trys.pop();continue;default:if(!(r=(r=i.trys).length>0&&r[r.length-1])&&(6===a[0]||2===a[0])){i=0;continue}if(3===a[0]&&(!r||a[1]>r[0]&&a[1]<r[3])){i.label=a[1];break}if(6===a[0]&&i.label<r[1]){i.label=r[1],r=a;break}if(r&&i.label<r[2]){i.label=r[2],i.ops.push(a);break}r[2]&&i.ops.pop(),i.trys.pop();continue}a=t.call(e,i)}catch(e){a=[6,e],o=0}finally{n=r=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,s])}}};Object.defineProperty(t,"__esModule",{value:!0});var a=n(0),i=n(3),s=n(7),u=function(){function e(e){this.endpoint=e}return e.prototype.post=function(e,t,n){return o(this,void 0,void 0,(function(){var o,u=this;return r(this,(function(r){switch(r.label){case 0:return[4,e.iframe];case 1:return o=r.sent(),[2,new Promise((function(e,r){if(o.contentWindow){var c=[],l=i.isJsonRpcBatchRequestPayload(n)?n.batch.map((function(e){return e.id})):[];o.contentWindow.postMessage({msgType:t,payload:n},"*");var d=u.on(a.FmIncomingWindowMessage.FORTMATIC_HANDLE_RESPONSE,(f=function(){return d()},function(t){var o=u.standardizeResponse(n,t),r=o.id,a=o.response;r&&i.isJsonRpcBatchRequestPayload(n)&&l.includes(r)?(c.push(a.payload),c.length===n.batch.length&&(f(),e(c))):r&&r===n.id&&(f(),e(a.payload))})),p=u.on(a.FmIncomingWindowMessage.FORTMATIC_USER_DENIED,function(t){return function(o){var r=u.standardizeResponse(n,o),a=r.id,d=r.response,p={message:"Fortmatic: Modal was closed without executing action!",code:1},f=d.hasError?d.payload:d.applyError(p).payload;if(a&&i.isJsonRpcBatchRequestPayload(n)&&l.includes(a)){c.push(f);for(var h=c.length;h<n.batch.length;h++)c.push(new s.JsonRpcResponse(n.batch[h]).applyError(p).payload);t(),e(c)}else a&&a===n.id&&(t(),e(f))}}((function(){return p()})))}else r(new Error("Fortmatic: Modal is not ready."));var f}))]}}))}))},e.prototype.on=function(e,t){var n=this,o=t.bind(window),r=function(t){var r;t.origin===n.endpoint&&t.data&&t.data.msgType===e&&(t.data.response=null!=(r=t.data.response)?r:{},o(t))};return window.addEventListener("message",r),function(){window.removeEventListener("message",r)}},e.prototype.standardizeResponse=function(e,t){var n,o,r,a,i,u;this.standardizeError(t);var c=null!=(o=null===(n=t.data.response)||void 0===n?void 0:n.id)?o:void 0;return{response:new s.JsonRpcResponse(this.getRequestPayloadFromBatch(e,c)).applyResult(null===(r=t.data.response)||void 0===r?void 0:r.result).applyError(null===(a=t.data.response)||void 0===a?void 0:a.error),id:(u=null===(i=t.data.response)||void 0===i?void 0:i.id,null!=u?u:void 0)}},e.prototype.standardizeError=function(e){var t,n,o,r,a,i,s=!!e.data.response.error||!!e.data.response.message||!!e.data.response.code,u={message:(n=null===(t=e.data.response.error)||void 0===t?void 0:t.message,o=null!=n?n:e.data.response.message,null!=o?o:"Fortmatic: Modal was closed without executing action!"),code:(a=null===(r=e.data.response.error)||void 0===r?void 0:r.code,i=null!=a?a:e.data.response.code,null!=i?i:1)};e.data.response.error=s?u:null},e.prototype.getRequestPayloadFromBatch=function(e,t){return t&&i.isJsonRpcBatchRequestPayload(e)&&e.batch.find((function(e){return e.id===t}))||e},e}();t.FmPayloadTransport=u},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=n(3),r=function(){function e(t){t instanceof e?(this._jsonrpc=t.payload.jsonrpc,this._id=t.payload.id,this._result=t.payload.result,this._error=t.payload.error):o.isJsonRpcResponsePayload(t)?(this._jsonrpc=t.jsonrpc,this._id=t.id,this._result=t.result,this._error=t.error):(this._jsonrpc=t.jsonrpc,this._id=t.id,this._result=null,this._error=null)}return e.prototype.applyError=function(e){return e&&(this._error=e),this},e.prototype.applyResult=function(e){return e&&(this._result=e),this},Object.defineProperty(e.prototype,"hasError",{get:function(){return!!this._error},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"hasResult",{get:function(){return!!this._result},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"payload",{get:function(){return{jsonrpc:this._jsonrpc,id:this._id,result:this._result,error:this._error}},enumerable:!0,configurable:!0}),e}();t.JsonRpcResponse=r},function(e,t,n){e.exports=n(9)},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=n(10);t.default=o.Fortmatic,function(e){for(var n in e)t.hasOwnProperty(n)||(t[n]=e[n])}(n(0))},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=n(11),r=n(19),a=n(0),i=n(2),s=n(1),u=n(20),c=function(){function e(e,t){if(this.apiKey=e,this.chainName=t,this.endpoint="https://x2.fortmatic.com",!e)throw new Error("Please provide a Fortmatic API key that you acquired from the developer dashboard.");this.transactions=new o.TransactionsModule(this),this.user=new r.UserModule(this)}return e.prototype.getProvider=function(){return e.__provider__||(e.__provider__=new u.FmProvider(this,this.endpoint,this.apiKey,this.chainName)),e.__provider__},e.prototype.configure=function(e){void 0===e&&(e={});var t=s.createJsonRpcRequestPayload(a.FmPayloadMethod.fm_configure,[e]);return i.emitFortmaticPayload(this,t)},e}();t.Fortmatic=c},function(e,t,n){"use strict";var o,r=this&&this.__extends||(o=function(e,t){return(o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0});var a=n(0),i=n(1),s=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return r(t,e),t.prototype.send=function(e,t){var n=i.createJsonRpcRequestPayload(a.FmPayloadMethod.fm_composeSend,e);this.sdk.getProvider().sendFortmaticAsync(n,t)},t}(n(5).FmBaseModule);t.TransactionsModule=s},function(e,t,n){"use strict";function o(e){for(var n in e)t.hasOwnProperty(n)||(t[n]=e[n])}Object.defineProperty(t,"__esModule",{value:!0}),o(n(13)),o(n(14)),o(n(15))},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),function(e){e.fm_composeSend="fm_composeSend",e.fm_logout="fm_logout",e.fm_get_balances="fm_get_balances",e.fm_get_transactions="fm_get_transactions",e.fm_is_logged_in="fm_is_logged_in",e.fm_accountSettings="fm_accountSettings",e.fm_deposit="fm_deposit",e.fm_get_user="fm_get_user",e.fm_configure="fm_configure"}(t.FmPayloadMethod||(t.FmPayloadMethod={}))},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),function(e){e.FORTMATIC_HANDLE_RESPONSE="FORTMATIC_HANDLE_RESPONSE",e.FORTMATIC_OVERLAY_READY="FORTMATIC_OVERLAY_READY",e.FORTMATIC_SHOW_OVERLAY="FORTMATIC_SHOW_OVERLAY",e.FORTMATIC_HIDE_OVERLAY="FORTMATIC_HIDE_OVERLAY",e.FORTMATIC_USER_DENIED="FORTMATIC_USER_DENIED",e.FORTMATIC_USER_LOGOUT="FORTMATIC_USER_LOGOUT",e.FORTMATIC_UNAUTHORIZED_API_KEY="FORTMATIC_UNAUTHORIZED_API_KEY"}(t.FmIncomingWindowMessage||(t.FmIncomingWindowMessage={})),function(e){e.FORTMATIC_HANDLE_BATCH_REQUEST="FORTMATIC_HANDLE_BATCH_REQUEST",e.FORTMATIC_HANDLE_REQUEST="FORTMATIC_HANDLE_REQUEST",e.FORTMATIC_HANDLE_FORTMATIC_REQUEST="FORTMATIC_HANDLE_FORTMATIC_REQUEST"}(t.FmOutgoingWindowMessage||(t.FmOutgoingWindowMessage={}))},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),function(e){e.Mainnet="mainnet",e.Ropsten="ropsten",e.Rinkeby="rinkeby",e.Kovan="kovan"}(t.ChainName||(t.ChainName={})),function(e){e[e.Mainnet=1]="Mainnet",e[e.Ropsten=3]="Ropsten",e[e.Rinkeby=4]="Rinkeby",e[e.Kovan=42]="Kovan"}(t.ChainId||(t.ChainId={}))},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),function(e){for(var n in e)t.hasOwnProperty(n)||(t[n]=e[n])}(n(17))},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),function(e){e.LoginWithEmail="email",e.LoginWithPhone="phone"}(t.PrimaryLoginOption||(t.PrimaryLoginOption={}))},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.createRandomId=function(){return(new Date).getTime()*Math.pow(10,3)+Math.floor(Math.random()*Math.pow(10,3))}},function(e,t,n){"use strict";var o,r=this&&this.__extends||(o=function(e,t){return(o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),a=this&&this.__awaiter||function(e,t,n,o){return new(n||(n=Promise))((function(r,a){function i(e){try{u(o.next(e))}catch(e){a(e)}}function s(e){try{u(o.throw(e))}catch(e){a(e)}}function u(e){var t;e.done?r(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(i,s)}u((o=o.apply(e,t||[])).next())}))},i=this&&this.__generator||function(e,t){var n,o,r,a,i={label:0,sent:function(){if(1&r[0])throw r[1];return r[1]},trys:[],ops:[]};return a={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function s(a){return function(s){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i;)try{if(n=1,o&&(r=2&a[0]?o.return:a[0]?o.throw||((r=o.return)&&r.call(o),0):o.next)&&!(r=r.call(o,a[1])).done)return r;switch(o=0,r&&(a=[2&a[0],r.value]),a[0]){case 0:case 1:r=a;break;case 4:return i.label++,{value:a[1],done:!1};case 5:i.label++,o=a[1],a=[0];continue;case 7:a=i.ops.pop(),i.trys.pop();continue;default:if(!(r=(r=i.trys).length>0&&r[r.length-1])&&(6===a[0]||2===a[0])){i=0;continue}if(3===a[0]&&(!r||a[1]>r[0]&&a[1]<r[3])){i.label=a[1];break}if(6===a[0]&&i.label<r[1]){i.label=r[1],r=a;break}if(r&&i.label<r[2]){i.label=r[2],i.ops.push(a);break}r[2]&&i.ops.pop(),i.trys.pop();continue}a=t.call(e,i)}catch(e){a=[6,e],o=0}finally{n=r=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,s])}}};Object.defineProperty(t,"__esModule",{value:!0});var s=n(0),u=n(2),c=n(1),l=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return r(t,e),t.prototype.login=function(){return a(this,void 0,void 0,(function(){return i(this,(function(e){switch(e.label){case 0:return[4,this.sdk.getProvider().enable()];case 1:return e.sent(),[2]}}))}))},t.prototype.logout=function(){this.sdk.getProvider().account=null,this.sdk.getProvider().network=null;var e=c.createJsonRpcRequestPayload(s.FmPayloadMethod.fm_logout);return u.emitFortmaticPayload(this.sdk,e)},t.prototype.getUser=function(){var e=c.createJsonRpcRequestPayload(s.FmPayloadMethod.fm_get_user);return u.emitFortmaticPayload(this.sdk,e)},t.prototype.getBalances=function(){var e=c.createJsonRpcRequestPayload(s.FmPayloadMethod.fm_get_balances);return u.emitFortmaticPayload(this.sdk,e)},t.prototype.getTransactions=function(){var e=c.createJsonRpcRequestPayload(s.FmPayloadMethod.fm_get_transactions);return u.emitFortmaticPayload(this.sdk,e)},t.prototype.isLoggedIn=function(){var e=c.createJsonRpcRequestPayload(s.FmPayloadMethod.fm_is_logged_in);return u.emitFortmaticPayload(this.sdk,e)},t.prototype.settings=function(){var e=c.createJsonRpcRequestPayload(s.FmPayloadMethod.fm_accountSettings);return u.emitFortmaticPayload(this.sdk,e)},t.prototype.deposit=function(){var e=c.createJsonRpcRequestPayload(s.FmPayloadMethod.fm_deposit);return u.emitFortmaticPayload(this.sdk,e)},t}(n(5).FmBaseModule);t.UserModule=l},function(e,t,n){"use strict";var o=this&&this.__awaiter||function(e,t,n,o){return new(n||(n=Promise))((function(r,a){function i(e){try{u(o.next(e))}catch(e){a(e)}}function s(e){try{u(o.throw(e))}catch(e){a(e)}}function u(e){var t;e.done?r(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(i,s)}u((o=o.apply(e,t||[])).next())}))},r=this&&this.__generator||function(e,t){var n,o,r,a,i={label:0,sent:function(){if(1&r[0])throw r[1];return r[1]},trys:[],ops:[]};return a={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function s(a){return function(s){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i;)try{if(n=1,o&&(r=2&a[0]?o.return:a[0]?o.throw||((r=o.return)&&r.call(o),0):o.next)&&!(r=r.call(o,a[1])).done)return r;switch(o=0,r&&(a=[2&a[0],r.value]),a[0]){case 0:case 1:r=a;break;case 4:return i.label++,{value:a[1],done:!1};case 5:i.label++,o=a[1],a=[0];continue;case 7:a=i.ops.pop(),i.trys.pop();continue;default:if(!(r=(r=i.trys).length>0&&r[r.length-1])&&(6===a[0]||2===a[0])){i=0;continue}if(3===a[0]&&(!r||a[1]>r[0]&&a[1]<r[3])){i.label=a[1];break}if(6===a[0]&&i.label<r[1]){i.label=r[1],r=a;break}if(r&&i.label<r[2]){i.label=r[2],i.ops.push(a);break}r[2]&&i.ops.pop(),i.trys.pop();continue}a=t.call(e,i)}catch(e){a=[6,e],o=0}finally{n=r=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,s])}}};Object.defineProperty(t,"__esModule",{value:!0});var a=n(4),i=n(0),s=n(2),u=n(1),c=n(3),l=n(21),d=n(6),p=n(22),f=n(7),h=function(){function e(e,t,n,o){if(this.sdk=e,this.endpoint=t,this.apiKey=n,this.chainName=o,this.isFortmatic=!0,this.queue=[],this.account=null,this.network=null,this.isLoggedIn=!1,!n)throw new Error("Please provide a Fortmatic API key that you acquired from the developer dashboard.");this.domainOrigin=window.location?window.location.origin:"",this.overlay=new l.FmIframeController(this.endpoint,{API_KEY:this.apiKey,ETH_NETWORK:this.chainName,DOMAIN_ORIGIN:this.domainOrigin}),this.payloadTransport=new d.FmPayloadTransport(t),this.listen()}return e.prototype.sendAsync=function(e,t){if(Array.isArray(e))return this.enqueue({onRequestComplete:t,payload:u.createJsonRpcBatchRequestPayload(e)});var n=u.standardizeRequestPayload(e);return c.isJsonRpcBatchRequestPayload(n),this.enqueue({onRequestComplete:t,payload:n})},e.prototype.sendFortmaticAsync=function(e,t){var n=u.standardizeRequestPayload(e);this.enqueue({onRequestComplete:t,payload:n,isFortmaticMethod:!0})},e.prototype.send=function(e,t){if("string"==typeof e)return s.emitWeb3Payload(this.sdk,e,t);if(t)this.sendAsync(e,t);else{console.warn("Non-async web3 methods will be deprecated in web3 > 1.0 and are not supported by the Fortmatic provider. An async method is to be used instead."),this.sendAsync(e,(function(){}));var n=new f.JsonRpcResponse(e);switch(e.method){case a.ethPayloadMethodSubset.eth_accounts:return n.applyResult(this.account?[this.account]:[]).payload;case a.ethPayloadMethodSubset.eth_coinbase:return n.applyResult(this.account).payload;case a.ethPayloadMethodSubset.net_version:return n.applyResult(this.network||(this.apiKey.startsWith("pk_live")?1:4)).payload;case a.ethPayloadMethodSubset.eth_uninstallFilter:return n.applyResult(!0).payload;default:return n.applyResult({}).payload}}},e.prototype.enable=function(){return s.emitWeb3Payload(this.sdk,a.ethPayloadMethodSubset.eth_accounts)},e.prototype.enqueue=function(e){e&&(this.queue.push(e),this.overlay.overlayReady&&this.dequeue())},e.prototype.dequeue=function(){return o(this,void 0,void 0,(function(){var e,t,n,o,s,u=this;return r(this,(function(r){switch(r.label){case 0:return 0===this.queue.length?[2]:(e=this.queue.shift())?(t=e.payload,n=function(e){var n=new f.JsonRpcResponse(e);!n.hasError&&n.hasResult&&(u.isLoggedIn=!0,t.method===a.ethPayloadMethodSubset.eth_accounts?u.account=n.payload.result[0]:t.method===a.ethPayloadMethodSubset.eth_coinbase?u.account=n.payload.result:t.method===a.ethPayloadMethodSubset.net_version&&(u.network=n.payload.result))},c.isJsonRpcBatchRequestPayload(t)?0===t.batch.length?[2,e.onRequestComplete(null,[])]:[4,this.payloadTransport.post(this.overlay,i.FmOutgoingWindowMessage.FORTMATIC_HANDLE_REQUEST,t)]:[3,2]):[3,5];case 1:(o=r.sent()).forEach(n),e.onRequestComplete(null,o),r.label=2;case 2:return c.isJsonRpcRequestPayload(t)?[4,this.payloadTransport.post(this.overlay,e.isFortmaticMethod?i.FmOutgoingWindowMessage.FORTMATIC_HANDLE_FORTMATIC_REQUEST:i.FmOutgoingWindowMessage.FORTMATIC_HANDLE_REQUEST,t)]:[3,4];case 3:s=r.sent(),n(s),s.error?e.onRequestComplete(new p.JsonRpcErrorWrapper(s.error),null):e.onRequestComplete(null,s),r.label=4;case 4:this.dequeue(),r.label=5;case 5:return[2]}}))}))},e.prototype.listen=function(){var e=this;this.payloadTransport.on(i.FmIncomingWindowMessage.FORTMATIC_OVERLAY_READY,(function(){e.dequeue()})),this.payloadTransport.on(i.FmIncomingWindowMessage.FORTMATIC_USER_LOGOUT,(function(){e.account=null,e.network=null,e.isLoggedIn=!1})),this.payloadTransport.on(i.FmIncomingWindowMessage.FORTMATIC_UNAUTHORIZED_API_KEY,(function(){throw new Error("Given API key is not authorized to access the resource.")})),this.payloadTransport.on(i.FmIncomingWindowMessage.FORTMATIC_USER_DENIED,(function(t){e.queue.forEach((function(e){var t=new f.JsonRpcResponse(e.payload),n={message:"Fortmatic: Modal was closed without executing action!",code:1};e.onRequestComplete(new p.JsonRpcErrorWrapper(n),t.applyError(n).payload)})),e.queue.slice(0)}))},e}();t.FmProvider=h},function(e,t,n){"use strict";var o=this&&this.__awaiter||function(e,t,n,o){return new(n||(n=Promise))((function(r,a){function i(e){try{u(o.next(e))}catch(e){a(e)}}function s(e){try{u(o.throw(e))}catch(e){a(e)}}function u(e){var t;e.done?r(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(i,s)}u((o=o.apply(e,t||[])).next())}))},r=this&&this.__generator||function(e,t){var n,o,r,a,i={label:0,sent:function(){if(1&r[0])throw r[1];return r[1]},trys:[],ops:[]};return a={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function s(a){return function(s){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i;)try{if(n=1,o&&(r=2&a[0]?o.return:a[0]?o.throw||((r=o.return)&&r.call(o),0):o.next)&&!(r=r.call(o,a[1])).done)return r;switch(o=0,r&&(a=[2&a[0],r.value]),a[0]){case 0:case 1:r=a;break;case 4:return i.label++,{value:a[1],done:!1};case 5:i.label++,o=a[1],a=[0];continue;case 7:a=i.ops.pop(),i.trys.pop();continue;default:if(!(r=(r=i.trys).length>0&&r[r.length-1])&&(6===a[0]||2===a[0])){i=0;continue}if(3===a[0]&&(!r||a[1]>r[0]&&a[1]<r[3])){i.label=a[1];break}if(6===a[0]&&i.label<r[1]){i.label=r[1],r=a;break}if(r&&i.label<r[2]){i.label=r[2],i.ops.push(a);break}r[2]&&i.ops.pop(),i.trys.pop();continue}a=t.call(e,i)}catch(e){a=[6,e],o=0}finally{n=r=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,s])}}},a=this&&this.__values||function(e){var t="function"==typeof Symbol&&Symbol.iterator,n=t&&e[t],o=0;if(n)return n.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&o>=e.length&&(e=void 0),{value:e&&e[o++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")},i=this&&this.__read||function(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var o,r,a=n.call(e),i=[];try{for(;(void 0===t||t-- >0)&&!(o=a.next()).done;)i.push(o.value)}catch(e){r={error:e}}finally{try{o&&!o.done&&(n=a.return)&&n.call(a)}finally{if(r)throw r.error}}return i};Object.defineProperty(t,"__esModule",{value:!0});var s=n(0),u=n(6),c={display:"none",position:"fixed",top:"0",right:"0",width:"100%",height:"100%",borderRadius:"0",border:"none",zIndex:"2147483647"};var l=function(){function e(e,t){this.endpoint=e,this.options=t,this._overlayReady=!1,this.iframe=this.init(),this.payloadTransport=new u.FmPayloadTransport(e),this.listen()}return Object.defineProperty(e.prototype,"overlayReady",{get:function(){return this._overlayReady},enumerable:!0,configurable:!0}),e.prototype.init=function(){var e=this;return new Promise((function(t){var n=function(){if(0===document.getElementsByClassName("fortmatic-iframe").length){var n=document.createElement("iframe");n.classList.add("fortmatic-iframe"),n.src=e.endpoint+"/send?params="+btoa(JSON.stringify(e.options)),function(e){var t,n;try{for(var o=a(Object.entries(c)),r=o.next();!r.done;r=o.next()){var s=i(r.value,2),u=s[0],l=s[1];e.style[u]=l}}catch(e){t={error:e}}finally{try{r&&!r.done&&(n=o.return)&&n.call(o)}finally{if(t)throw t.error}}}(n),document.body.appendChild(n);var o=document.createElement("img");o.src="https://static.fortmatic.com/assets/trans.gif",document.body.appendChild(o),t(n)}else console.error("Fortmatic: Duplicate instances found.")};["loaded","interactive","complete"].includes(document.readyState)?n():window.addEventListener("load",n,!1)}))},e.prototype.showOverlay=function(){return o(this,void 0,void 0,(function(){return r(this,(function(e){switch(e.label){case 0:return[4,this.iframe];case 1:return e.sent().style.display="block",[2]}}))}))},e.prototype.hideOverlay=function(){return o(this,void 0,void 0,(function(){return r(this,(function(e){switch(e.label){case 0:return[4,this.iframe];case 1:return e.sent().style.display="none",[2]}}))}))},e.prototype.listen=function(){var e=this;this.payloadTransport.on(s.FmIncomingWindowMessage.FORTMATIC_OVERLAY_READY,(function(){e._overlayReady=!0})),this.payloadTransport.on(s.FmIncomingWindowMessage.FORTMATIC_UNAUTHORIZED_API_KEY,(function(){e._overlayReady=!1})),this.payloadTransport.on(s.FmIncomingWindowMessage.FORTMATIC_HIDE_OVERLAY,(function(){e.hideOverlay()})),this.payloadTransport.on(s.FmIncomingWindowMessage.FORTMATIC_SHOW_OVERLAY,(function(){e.showOverlay()}))},e}();t.FmIframeController=l},function(e,t,n){"use strict";var o,r=this&&this.__extends||(o=function(e,t){return(o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0});var a=function(e){function t(t){var n=e.call(this,t.message)||this;return n.code=t.code,n.name="FortmaticError",n}return r(t,e),t}(Error);t.JsonRpcErrorWrapper=a}]);

@@ -15,7 +15,3 @@ /**

fm_get_user = "fm_get_user",
fm_configure = "fm_configure",
fm_auth_login_with_magic_link = "fm_auth_login_with_magic_link",
fm_auth_get_access_token = "fm_auth_get_access_token",
fm_auth_get_metadata = "fm_auth_get_metadata",
fm_auth_logout = "fm_auth_logout"
fm_configure = "fm_configure"
}
export interface JsonRpcRequestPayload {
jsonrpc: string;
method: string;
params: any[];
params: JsonRpcRequestCallback | any[];
id: string | number;

@@ -6,0 +6,0 @@ }

export * from './core';
export * from './user';
export * from './auth';

@@ -1,2 +0,2 @@

import { FmProvider } from '../core/fm-provider';
import { Fortmatic } from '../core/fortmatic';
import { JsonRpcRequestPayload } from '../types';

@@ -7,3 +7,3 @@ /**

*/
export declare function emitWeb3Payload<ResultType = any>(provider: FmProvider, method: string, params?: any[]): Promise<ResultType>;
export declare function emitWeb3Payload<ResultType = any>(sdk: Fortmatic, method: string, params?: any[]): Promise<ResultType>;
/**

@@ -13,2 +13,2 @@ * Emit a custom Formatic payload asynchronously using native JavaScript

*/
export declare function emitFortmaticPayload<ResultType = any>(provider: FmProvider, payload: JsonRpcRequestPayload): Promise<ResultType>;
export declare function emitFortmaticPayload<ResultType = any>(sdk: Fortmatic, payload: JsonRpcRequestPayload): Promise<ResultType>;

@@ -16,3 +16,3 @@ import { ComposeTransactionConfig, JsonRpcBatchRequestPayload, JsonRpcRequestPayload } from '../types';

* Given a potentially partial JSON RPC request payload, this function populates
* missing properties to meet the JSON RPC spec.
* missing properties to meet the Web3 spec.
*

@@ -19,0 +19,0 @@ * **NOTE:** _This function mutates the payload argument!_ Under the hood, Web3

@@ -1,1 +0,1 @@

window.Fortmatic=function(t){var e={};function n(o){if(e[o])return e[o].exports;var r=e[o]={i:o,l:!1,exports:{}};return t[o].call(r.exports,r,r.exports,n),r.l=!0,r.exports}return n.m=t,n.c=e,n.d=function(t,e,o){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:o})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var o=Object.create(null);if(n.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var r in t)n.d(o,r,function(e){return t[e]}.bind(null,r));return o},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=10)}([function(t,e,n){"use strict";function o(t){for(var n in t)e.hasOwnProperty(n)||(e[n]=t[n])}Object.defineProperty(e,"__esModule",{value:!0}),o(n(12)),o(n(16))},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var o=n(6),r=n(18);function i(t){var n,a;return t.jsonrpc=t.jsonrpc||e.JSON_RPC_VERSION,t.id=r.createRandomId(),t.batch||t.method===o.ethPayloadMethodSubset.eth_batchRequest?(t.method=o.ethPayloadMethodSubset.eth_batchRequest,t.batch=null!=(a=null===(n=t.batch)||void 0===n?void 0:n.map((function(t){return i(t)})))?a:[],t):(t.params=t.params||[],t)}e.JSON_RPC_VERSION="2.0",e.createJsonRpcRequestPayload=function(t,n){var o=[{}];return n&&(o=Array.isArray(n)?n:[{to:n.to,value:n.amount}]),{params:o,method:t,jsonrpc:e.JSON_RPC_VERSION,id:r.createRandomId()}},e.createJsonRpcBatchRequestPayload=function(t){void 0===t&&(t=[]);var n=Array.isArray(t)?t:[t];return{method:o.ethPayloadMethodSubset.eth_batchRequest,jsonrpc:e.JSON_RPC_VERSION,id:r.createRandomId(),batch:n.filter(Boolean).map((function(t){return i(t)}))}},e.standardizeRequestPayload=i},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var o=n(1);e.emitWeb3Payload=function(t,e,n){return void 0===n&&(n=[]),new Promise((function(r,i){t.sendAsync(o.createJsonRpcRequestPayload(e,n),(function(t,e){t?i(t):r(e.result)}))}))},e.emitFortmaticPayload=function(t,e){return new Promise((function(n,o){t.sendFortmaticAsync(e,(function(t,e){t?o(t):n(e?e.result:{})}))}))}},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var o=n(5),r=function(){function t(){}return Object.defineProperty(t.prototype,"sdk",{get:function(){return o.Fortmatic.__instance__},enumerable:!0,configurable:!0}),t}();e.FmBaseModule=r},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var o=n(0);function r(t){return!!t&&!(!t.jsonrpc||!t.id||!t.method||!t.batch||t.params)}function i(t){return!!t&&!(!t.jsonrpc||!t.id||!t.method||!t.params||t.batch)}e.isJsonRpcBatchRequestPayload=r,e.isJsonRpcRequestPayload=i,e.isJsonRpcResponsePayload=function(t){return!!t&&!(!t.jsonrpc||!t.id||!t.result&&null!==t.result&&!t.error)},e.isFmRequest=function(t){return!(!t||!t.payload)&&i(t.payload)},e.isFmBatchRequest=function(t){return!(!t||!t.payload)&&r(t.payload)},e.isFmPayloadMethod=function(t){return!!t&&("string"==typeof t&&Object.values(o.FmPayloadMethod).includes(t))}},function(t,e,n){"use strict";var o=this&&this.__decorate||function(t,e,n,o){var r,i=arguments.length,a=i<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,e,n,o);else for(var s=t.length-1;s>=0;s--)(r=t[s])&&(a=(i<3?r(a):i>3?r(e,n,a):r(e,n))||a);return i>3&&a&&Object.defineProperty(e,n,a),a};Object.defineProperty(e,"__esModule",{value:!0});var r=n(0),i=n(2),a=n(1),s=n(19),u=n(22),c=n(23),l=n(26),d=n(27),p=n(9),f=function(){function t(t,e){if(this.apiKey=t,this.chainName=e,this.authEndpoint=u.AUTH_URL,this.xEndpoint=u.X_URL,this.transactions=new l.TransactionsModule,this.user=new d.UserModule,this.Auth=c.AuthModule,!t)throw new Error("Please provide a Fortmatic API key that you acquired from the developer dashboard.")}return t.prototype.getProvider=function(){return this.__provider__||(this.__provider__=new s.FmProvider(this.xEndpoint,this.apiKey,this.chainName)),this.__provider__},t.prototype.getAuthProvider=function(){return this.__authProvider__||(this.__authProvider__=new s.FmProvider(this.authEndpoint,this.apiKey)),this.__authProvider__},t.prototype.configure=function(t){void 0===t&&(t={});var e=a.createJsonRpcRequestPayload(r.FmPayloadMethod.fm_configure,[t]);return i.emitFortmaticPayload(this.getProvider(),e)},t=o([p.singleton("Fortmatic")],t)}();e.Fortmatic=f},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.ethPayloadMethodSubset={net_version:"net_version",eth_coinbase:"eth_coinbase",eth_accounts:"eth_accounts",eth_batchRequest:"eth_batchRequest",eth_uninstallFilter:"eth_uninstallFilter"}},function(t,e,n){"use strict";var o=this&&this.__awaiter||function(t,e,n,o){return new(n||(n=Promise))((function(r,i){function a(t){try{u(o.next(t))}catch(t){i(t)}}function s(t){try{u(o.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?r(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(a,s)}u((o=o.apply(t,e||[])).next())}))},r=this&&this.__generator||function(t,e){var n,o,r,i,a={label:0,sent:function(){if(1&r[0])throw r[1];return r[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(n)throw new TypeError("Generator is already executing.");for(;a;)try{if(n=1,o&&(r=2&i[0]?o.return:i[0]?o.throw||((r=o.return)&&r.call(o),0):o.next)&&!(r=r.call(o,i[1])).done)return r;switch(o=0,r&&(i=[2&i[0],r.value]),i[0]){case 0:case 1:r=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,o=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!(r=(r=a.trys).length>0&&r[r.length-1])&&(6===i[0]||2===i[0])){a=0;continue}if(3===i[0]&&(!r||i[1]>r[0]&&i[1]<r[3])){a.label=i[1];break}if(6===i[0]&&a.label<r[1]){a.label=r[1],r=i;break}if(r&&a.label<r[2]){a.label=r[2],a.ops.push(i);break}r[2]&&a.ops.pop(),a.trys.pop();continue}i=e.call(t,a)}catch(t){i=[6,t],o=0}finally{n=r=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}};Object.defineProperty(e,"__esModule",{value:!0});var i=n(0),a=n(4),s=n(8),u=function(){function t(t){this.endpoint=t}return t.prototype.post=function(t,e,n){return o(this,void 0,void 0,(function(){var o,u=this;return r(this,(function(r){switch(r.label){case 0:return[4,t.iframe];case 1:return o=r.sent(),[2,new Promise((function(t,r){if(o.contentWindow){var c=[],l=a.isJsonRpcBatchRequestPayload(n)?n.batch.map((function(t){return t.id})):[];o.contentWindow.postMessage({msgType:e,payload:n},"*");var d=u.on(i.FmIncomingWindowMessage.FORTMATIC_HANDLE_RESPONSE,(f=function(){return d()},function(e){var o=u.standardizeResponse(n,e),r=o.id,i=o.response;r&&a.isJsonRpcBatchRequestPayload(n)&&l.includes(r)?(c.push(i.payload),c.length===n.batch.length&&(f(),t(c))):r&&r===n.id&&(f(),t(i.payload))})),p=u.on(i.FmIncomingWindowMessage.FORTMATIC_USER_DENIED,function(e){return function(o){var r=u.standardizeResponse(n,o),i=r.id,d=r.response,p={message:"Fortmatic: Modal was closed without executing action!",code:1},f=d.hasError?d.payload:d.applyError(p).payload;if(i&&a.isJsonRpcBatchRequestPayload(n)&&l.includes(i)){c.push(f);for(var h=c.length;h<n.batch.length;h++)c.push(new s.JsonRpcResponse(n.batch[h]).applyError(p).payload);e(),t(c)}else i&&i===n.id&&(e(),t(f))}}((function(){return p()})))}else r(new Error("Fortmatic: Modal is not ready."));var f}))]}}))}))},t.prototype.on=function(t,e){var n=this,o=e.bind(window),r=function(e){var r;e.origin===n.endpoint&&e.data&&e.data.msgType===t&&(e.data.response=null!=(r=e.data.response)?r:{},o(e))};return window.addEventListener("message",r),function(){window.removeEventListener("message",r)}},t.prototype.standardizeResponse=function(t,e){var n,o,r,i,a,u;this.standardizeError(e);var c=null!=(o=null===(n=e.data.response)||void 0===n?void 0:n.id)?o:void 0;return{response:new s.JsonRpcResponse(this.getRequestPayloadFromBatch(t,c)).applyResult(null===(r=e.data.response)||void 0===r?void 0:r.result).applyError(null===(i=e.data.response)||void 0===i?void 0:i.error),id:(u=null===(a=e.data.response)||void 0===a?void 0:a.id,null!=u?u:void 0)}},t.prototype.standardizeError=function(t){var e,n,o,r,i,a,s=!!t.data.response.error||!!t.data.response.message||!!t.data.response.code,u={message:(n=null===(e=t.data.response.error)||void 0===e?void 0:e.message,o=null!=n?n:t.data.response.message,null!=o?o:"Fortmatic: Modal was closed without executing action!"),code:(i=null===(r=t.data.response.error)||void 0===r?void 0:r.code,a=null!=i?i:t.data.response.code,null!=a?a:1)};t.data.response.error=s?u:null},t.prototype.getRequestPayloadFromBatch=function(t,e){return e&&a.isJsonRpcBatchRequestPayload(t)&&t.batch.find((function(t){return t.id===e}))||t},t}();e.FmPayloadTransport=u},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var o=n(4),r=function(){function t(e){e instanceof t?(this._jsonrpc=e.payload.jsonrpc,this._id=e.payload.id,this._result=e.payload.result,this._error=e.payload.error):o.isJsonRpcResponsePayload(e)?(this._jsonrpc=e.jsonrpc,this._id=e.id,this._result=e.result,this._error=e.error):(this._jsonrpc=e.jsonrpc,this._id=e.id,this._result=null,this._error=null)}return t.prototype.applyError=function(t){return t&&(this._error=t),this},t.prototype.applyResult=function(t){return t&&(this._result=t),this},Object.defineProperty(t.prototype,"hasError",{get:function(){return!!this._error},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"hasResult",{get:function(){return!!this._result},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"payload",{get:function(){return{jsonrpc:this._jsonrpc,id:this._id,result:this._result,error:this._error}},enumerable:!0,configurable:!0}),t}();e.JsonRpcResponse=r},function(t,e,n){"use strict";var o,r=this&&this.__extends||(o=function(t,e){return(o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(t,e)},function(t,e){function n(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),i=this&&this.__read||function(t,e){var n="function"==typeof Symbol&&t[Symbol.iterator];if(!n)return t;var o,r,i=n.call(t),a=[];try{for(;(void 0===e||e-- >0)&&!(o=i.next()).done;)a.push(o.value)}catch(t){r={error:t}}finally{try{o&&!o.done&&(n=i.return)&&n.call(i)}finally{if(r)throw r.error}}return a},a=this&&this.__spread||function(){for(var t=[],e=0;e<arguments.length;e++)t=t.concat(i(arguments[e]));return t};Object.defineProperty(e,"__esModule",{value:!0}),e.singleton=function(t){return function(e){return function(e){function n(){for(var o=[],r=0;r<arguments.length;r++)o[r]=arguments[r];var i=this;return n.__instance__?console.warn(t+" is an implicit singleton. Calling `new "+t+"(...)` will return the existing instance. If the parameters passed to the constructor have changed, they will be ignored."):(i=e.apply(this,a(o))||this,n.__instance__=i),n.__instance__}return r(n,e),n}(e)}}},function(t,e,n){t.exports=n(11)},function(t,e,n){"use strict";var o=this&&this.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var n in t)Object.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e.default=t,e};Object.defineProperty(e,"__esModule",{value:!0});var r=n(5),i=o(n(0));e.default=Object.assign(r.Fortmatic,i)},function(t,e,n){"use strict";function o(t){for(var n in t)e.hasOwnProperty(n)||(e[n]=t[n])}Object.defineProperty(e,"__esModule",{value:!0}),o(n(13)),o(n(14)),o(n(15))},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),function(t){t.fm_composeSend="fm_composeSend",t.fm_logout="fm_logout",t.fm_get_balances="fm_get_balances",t.fm_get_transactions="fm_get_transactions",t.fm_is_logged_in="fm_is_logged_in",t.fm_accountSettings="fm_accountSettings",t.fm_deposit="fm_deposit",t.fm_get_user="fm_get_user",t.fm_configure="fm_configure",t.fm_auth_login_with_magic_link="fm_auth_login_with_magic_link",t.fm_auth_get_access_token="fm_auth_get_access_token",t.fm_auth_get_metadata="fm_auth_get_metadata",t.fm_auth_logout="fm_auth_logout"}(e.FmPayloadMethod||(e.FmPayloadMethod={}))},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),function(t){t.FORTMATIC_HANDLE_RESPONSE="FORTMATIC_HANDLE_RESPONSE",t.FORTMATIC_OVERLAY_READY="FORTMATIC_OVERLAY_READY",t.FORTMATIC_SHOW_OVERLAY="FORTMATIC_SHOW_OVERLAY",t.FORTMATIC_HIDE_OVERLAY="FORTMATIC_HIDE_OVERLAY",t.FORTMATIC_USER_DENIED="FORTMATIC_USER_DENIED",t.FORTMATIC_USER_LOGOUT="FORTMATIC_USER_LOGOUT",t.FORTMATIC_UNAUTHORIZED_API_KEY="FORTMATIC_UNAUTHORIZED_API_KEY"}(e.FmIncomingWindowMessage||(e.FmIncomingWindowMessage={})),function(t){t.FORTMATIC_HANDLE_BATCH_REQUEST="FORTMATIC_HANDLE_BATCH_REQUEST",t.FORTMATIC_HANDLE_REQUEST="FORTMATIC_HANDLE_REQUEST",t.FORTMATIC_HANDLE_FORTMATIC_REQUEST="FORTMATIC_HANDLE_FORTMATIC_REQUEST"}(e.FmOutgoingWindowMessage||(e.FmOutgoingWindowMessage={}))},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),function(t){t.Mainnet="mainnet",t.Ropsten="ropsten",t.Rinkeby="rinkeby",t.Kovan="kovan"}(e.ChainName||(e.ChainName={})),function(t){t[t.Mainnet=1]="Mainnet",t[t.Ropsten=3]="Ropsten",t[t.Rinkeby=4]="Rinkeby",t[t.Kovan=42]="Kovan"}(e.ChainId||(e.ChainId={}))},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),function(t){for(var n in t)e.hasOwnProperty(n)||(e[n]=t[n])}(n(17))},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),function(t){t.LoginWithEmail="email",t.LoginWithPhone="phone"}(e.PrimaryLoginOption||(e.PrimaryLoginOption={}))},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.createRandomId=function(){return(new Date).getTime()*Math.pow(10,3)+Math.floor(Math.random()*Math.pow(10,3))}},function(t,e,n){"use strict";var o=this&&this.__awaiter||function(t,e,n,o){return new(n||(n=Promise))((function(r,i){function a(t){try{u(o.next(t))}catch(t){i(t)}}function s(t){try{u(o.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?r(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(a,s)}u((o=o.apply(t,e||[])).next())}))},r=this&&this.__generator||function(t,e){var n,o,r,i,a={label:0,sent:function(){if(1&r[0])throw r[1];return r[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(n)throw new TypeError("Generator is already executing.");for(;a;)try{if(n=1,o&&(r=2&i[0]?o.return:i[0]?o.throw||((r=o.return)&&r.call(o),0):o.next)&&!(r=r.call(o,i[1])).done)return r;switch(o=0,r&&(i=[2&i[0],r.value]),i[0]){case 0:case 1:r=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,o=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!(r=(r=a.trys).length>0&&r[r.length-1])&&(6===i[0]||2===i[0])){a=0;continue}if(3===i[0]&&(!r||i[1]>r[0]&&i[1]<r[3])){a.label=i[1];break}if(6===i[0]&&a.label<r[1]){a.label=r[1],r=i;break}if(r&&a.label<r[2]){a.label=r[2],a.ops.push(i);break}r[2]&&a.ops.pop(),a.trys.pop();continue}i=e.call(t,a)}catch(t){i=[6,t],o=0}finally{n=r=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}};Object.defineProperty(e,"__esModule",{value:!0});var i=n(6),a=n(0),s=n(2),u=n(1),c=n(4),l=n(20),d=n(7),p=n(21),f=n(8),h=function(){function t(t,e,n){if(this.endpoint=t,this.apiKey=e,this.chainName=n,this.isFortmatic=!0,this.queue=[],this.account=null,this.network=null,this.isLoggedIn=!1,!e)throw new Error("Please provide a Fortmatic API key that you acquired from the developer dashboard.");this.domainOrigin=window.location?window.location.origin:"",this.overlay=new l.FmIframeController(this.endpoint,{API_KEY:this.apiKey,ETH_NETWORK:this.chainName,DOMAIN_ORIGIN:this.domainOrigin}),this.payloadTransport=new d.FmPayloadTransport(t),this.listen()}return t.prototype.sendAsync=function(t,e){if(Array.isArray(t))return this.enqueue({onRequestComplete:e,payload:u.createJsonRpcBatchRequestPayload(t)});var n=u.standardizeRequestPayload(t);return c.isJsonRpcBatchRequestPayload(n),this.enqueue({onRequestComplete:e,payload:n})},t.prototype.sendFortmaticAsync=function(t,e){var n=u.standardizeRequestPayload(t);this.enqueue({onRequestComplete:e,payload:n,isFortmaticMethod:!0})},t.prototype.send=function(t,e){if("string"==typeof t)return s.emitWeb3Payload(this,t,e);if(e)this.sendAsync(t,e);else{console.warn("Non-async web3 methods will be deprecated in web3 > 1.0 and are not supported by the Fortmatic provider. An async method is to be used instead."),this.sendAsync(t,(function(){}));var n=new f.JsonRpcResponse(t);switch(t.method){case i.ethPayloadMethodSubset.eth_accounts:return n.applyResult(this.account?[this.account]:[]).payload;case i.ethPayloadMethodSubset.eth_coinbase:return n.applyResult(this.account).payload;case i.ethPayloadMethodSubset.net_version:return n.applyResult(this.network||(this.apiKey.startsWith("pk_live")?1:4)).payload;case i.ethPayloadMethodSubset.eth_uninstallFilter:return n.applyResult(!0).payload;default:return n.applyResult({}).payload}}},t.prototype.enable=function(){return s.emitWeb3Payload(this,i.ethPayloadMethodSubset.eth_accounts)},t.prototype.enqueue=function(t){t&&(this.queue.push(t),this.overlay.overlayReady&&this.dequeue())},t.prototype.dequeue=function(){return o(this,void 0,void 0,(function(){var t,e,n,o,s,u=this;return r(this,(function(r){switch(r.label){case 0:return 0===this.queue.length?[2]:(t=this.queue.shift())?(e=t.payload,n=function(t){var n=new f.JsonRpcResponse(t);!n.hasError&&n.hasResult&&(u.isLoggedIn=!0,e.method===i.ethPayloadMethodSubset.eth_accounts?u.account=n.payload.result[0]:e.method===i.ethPayloadMethodSubset.eth_coinbase?u.account=n.payload.result:e.method===i.ethPayloadMethodSubset.net_version&&(u.network=n.payload.result))},c.isJsonRpcBatchRequestPayload(e)?0===e.batch.length?[2,t.onRequestComplete(null,[])]:[4,this.payloadTransport.post(this.overlay,a.FmOutgoingWindowMessage.FORTMATIC_HANDLE_REQUEST,e)]:[3,2]):[3,5];case 1:(o=r.sent()).forEach(n),t.onRequestComplete(null,o),r.label=2;case 2:return c.isJsonRpcRequestPayload(e)?[4,this.payloadTransport.post(this.overlay,t.isFortmaticMethod?a.FmOutgoingWindowMessage.FORTMATIC_HANDLE_FORTMATIC_REQUEST:a.FmOutgoingWindowMessage.FORTMATIC_HANDLE_REQUEST,e)]:[3,4];case 3:s=r.sent(),n(s),s.error?t.onRequestComplete(new p.JsonRpcErrorWrapper(s.error),null):t.onRequestComplete(null,s),r.label=4;case 4:this.dequeue(),r.label=5;case 5:return[2]}}))}))},t.prototype.listen=function(){var t=this;this.payloadTransport.on(a.FmIncomingWindowMessage.FORTMATIC_OVERLAY_READY,(function(){t.dequeue()})),this.payloadTransport.on(a.FmIncomingWindowMessage.FORTMATIC_USER_LOGOUT,(function(){t.account=null,t.network=null,t.isLoggedIn=!1})),this.payloadTransport.on(a.FmIncomingWindowMessage.FORTMATIC_UNAUTHORIZED_API_KEY,(function(){throw new Error("Given API key is not authorized to access the resource.")})),this.payloadTransport.on(a.FmIncomingWindowMessage.FORTMATIC_USER_DENIED,(function(e){t.queue.forEach((function(t){var e=new f.JsonRpcResponse(t.payload),n={message:"Fortmatic: Modal was closed without executing action!",code:1};t.onRequestComplete(new p.JsonRpcErrorWrapper(n),e.applyError(n).payload)})),t.queue.slice(0)}))},t}();e.FmProvider=h},function(t,e,n){"use strict";var o=this&&this.__awaiter||function(t,e,n,o){return new(n||(n=Promise))((function(r,i){function a(t){try{u(o.next(t))}catch(t){i(t)}}function s(t){try{u(o.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?r(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(a,s)}u((o=o.apply(t,e||[])).next())}))},r=this&&this.__generator||function(t,e){var n,o,r,i,a={label:0,sent:function(){if(1&r[0])throw r[1];return r[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(n)throw new TypeError("Generator is already executing.");for(;a;)try{if(n=1,o&&(r=2&i[0]?o.return:i[0]?o.throw||((r=o.return)&&r.call(o),0):o.next)&&!(r=r.call(o,i[1])).done)return r;switch(o=0,r&&(i=[2&i[0],r.value]),i[0]){case 0:case 1:r=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,o=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!(r=(r=a.trys).length>0&&r[r.length-1])&&(6===i[0]||2===i[0])){a=0;continue}if(3===i[0]&&(!r||i[1]>r[0]&&i[1]<r[3])){a.label=i[1];break}if(6===i[0]&&a.label<r[1]){a.label=r[1],r=i;break}if(r&&a.label<r[2]){a.label=r[2],a.ops.push(i);break}r[2]&&a.ops.pop(),a.trys.pop();continue}i=e.call(t,a)}catch(t){i=[6,t],o=0}finally{n=r=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}},i=this&&this.__values||function(t){var e="function"==typeof Symbol&&Symbol.iterator,n=e&&t[e],o=0;if(n)return n.call(t);if(t&&"number"==typeof t.length)return{next:function(){return t&&o>=t.length&&(t=void 0),{value:t&&t[o++],done:!t}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},a=this&&this.__read||function(t,e){var n="function"==typeof Symbol&&t[Symbol.iterator];if(!n)return t;var o,r,i=n.call(t),a=[];try{for(;(void 0===e||e-- >0)&&!(o=i.next()).done;)a.push(o.value)}catch(t){r={error:t}}finally{try{o&&!o.done&&(n=i.return)&&n.call(i)}finally{if(r)throw r.error}}return a};Object.defineProperty(e,"__esModule",{value:!0});var s=n(0),u=n(7),c={display:"none",position:"fixed",top:"0",right:"0",width:"100%",height:"100%",borderRadius:"0",border:"none",zIndex:"2147483647"};var l=function(){function t(t,e){this.endpoint=t,this.options=e,this._overlayReady=!1,this.iframe=this.init(),this.payloadTransport=new u.FmPayloadTransport(t),this.listen()}return Object.defineProperty(t.prototype,"overlayReady",{get:function(){return this._overlayReady},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"iframeLabel",{get:function(){return new URL(this.endpoint).host},enumerable:!0,configurable:!0}),t.prototype.init=function(){var t=this;return new Promise((function(e){var n=function(){if(0===document.querySelectorAll('[data-fortmatic-iframe-label="'+t.iframeLabel+'"]').length){var n=document.createElement("iframe");n.classList.add("fortmatic-iframe"),n.dataset.fortmaticIframeLabel=t.iframeLabel,n.src=t.endpoint+"/send?params="+btoa(JSON.stringify(t.options)),function(t){var e,n;try{for(var o=i(Object.entries(c)),r=o.next();!r.done;r=o.next()){var s=a(r.value,2),u=s[0],l=s[1];t.style[u]=l}}catch(t){e={error:t}}finally{try{r&&!r.done&&(n=o.return)&&n.call(o)}finally{if(e)throw e.error}}}(n),document.body.appendChild(n);var o=document.createElement("img");o.src="https://static.fortmatic.com/assets/trans.gif",document.body.appendChild(o),e(n)}else console.error("Fortmatic: Duplicate instances found.")};["loaded","interactive","complete"].includes(document.readyState)?n():window.addEventListener("load",n,!1)}))},t.prototype.showOverlay=function(){return o(this,void 0,void 0,(function(){return r(this,(function(t){switch(t.label){case 0:return[4,this.iframe];case 1:return t.sent().style.display="block",[2]}}))}))},t.prototype.hideOverlay=function(){return o(this,void 0,void 0,(function(){return r(this,(function(t){switch(t.label){case 0:return[4,this.iframe];case 1:return t.sent().style.display="none",[2]}}))}))},t.prototype.listen=function(){var t=this;this.payloadTransport.on(s.FmIncomingWindowMessage.FORTMATIC_OVERLAY_READY,(function(){t._overlayReady=!0})),this.payloadTransport.on(s.FmIncomingWindowMessage.FORTMATIC_UNAUTHORIZED_API_KEY,(function(){t._overlayReady=!1})),this.payloadTransport.on(s.FmIncomingWindowMessage.FORTMATIC_HIDE_OVERLAY,(function(){t.hideOverlay()})),this.payloadTransport.on(s.FmIncomingWindowMessage.FORTMATIC_SHOW_OVERLAY,(function(){t.showOverlay()}))},t}();e.FmIframeController=l},function(t,e,n){"use strict";var o,r=this&&this.__extends||(o=function(t,e){return(o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(t,e)},function(t,e){function n(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)});Object.defineProperty(e,"__esModule",{value:!0});var i=function(t){function e(e){var n=t.call(this,e.message)||this;return n.code=e.code,n.name="FortmaticError",n}return r(e,t),e}(Error);e.JsonRpcErrorWrapper=i},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.X_URL="https://x2.fortmatic.com",e.AUTH_URL="https://auth.dev.fortmatic.com"},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),function(t){for(var n in t)e.hasOwnProperty(n)||(e[n]=t[n])}(n(24))},function(t,e,n){"use strict";var o,r=this&&this.__extends||(o=function(t,e){return(o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(t,e)},function(t,e){function n(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),i=this&&this.__decorate||function(t,e,n,o){var r,i=arguments.length,a=i<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,e,n,o);else for(var s=t.length-1;s>=0;s--)(r=t[s])&&(a=(i<3?r(a):i>3?r(e,n,a):r(e,n))||a);return i>3&&a&&Object.defineProperty(e,n,a),a},a=this&&this.__awaiter||function(t,e,n,o){return new(n||(n=Promise))((function(r,i){function a(t){try{u(o.next(t))}catch(t){i(t)}}function s(t){try{u(o.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?r(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(a,s)}u((o=o.apply(t,e||[])).next())}))},s=this&&this.__generator||function(t,e){var n,o,r,i,a={label:0,sent:function(){if(1&r[0])throw r[1];return r[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(n)throw new TypeError("Generator is already executing.");for(;a;)try{if(n=1,o&&(r=2&i[0]?o.return:i[0]?o.throw||((r=o.return)&&r.call(o),0):o.next)&&!(r=r.call(o,i[1])).done)return r;switch(o=0,r&&(i=[2&i[0],r.value]),i[0]){case 0:case 1:r=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,o=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!(r=(r=a.trys).length>0&&r[r.length-1])&&(6===i[0]||2===i[0])){a=0;continue}if(3===i[0]&&(!r||i[1]>r[0]&&i[1]<r[3])){a.label=i[1];break}if(6===i[0]&&a.label<r[1]){a.label=r[1],r=i;break}if(r&&a.label<r[2]){a.label=r[2],a.ops.push(i);break}r[2]&&a.ops.pop(),a.trys.pop();continue}i=e.call(t,a)}catch(t){i=[6,t],o=0}finally{n=r=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}};Object.defineProperty(e,"__esModule",{value:!0});var u=n(0),c=n(9),l=n(2),d=n(1),p=n(3),f=n(25),h=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return r(e,t),e.prototype.loginWithMagicLink=function(t){return a(this,void 0,void 0,(function(){var e,n,o;return s(this,(function(r){switch(r.label){case 0:return(e=this.currentUser)?[4,this.currentUser.isLoggedIn()]:[3,2];case 1:e=r.sent(),r.label=2;case 2:if(e)throw new Error("A user is currently logged in. Log out the current user before invoking `loginWithMagicLink` again.");return n=t.email,o=d.createJsonRpcRequestPayload(u.FmPayloadMethod.fm_auth_login_with_magic_link,[n]),[4,l.emitFortmaticPayload(this.sdk.getAuthProvider(),o)];case 3:return r.sent(),this.currentUser=new f.AuthUser,[2,this.currentUser]}}))}))},e=i([c.singleton("AuthModule")],e)}(p.FmBaseModule);e.AuthModule=h},function(t,e,n){"use strict";var o,r=this&&this.__extends||(o=function(t,e){return(o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(t,e)},function(t,e){function n(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),i=this&&this.__awaiter||function(t,e,n,o){return new(n||(n=Promise))((function(r,i){function a(t){try{u(o.next(t))}catch(t){i(t)}}function s(t){try{u(o.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?r(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(a,s)}u((o=o.apply(t,e||[])).next())}))},a=this&&this.__generator||function(t,e){var n,o,r,i,a={label:0,sent:function(){if(1&r[0])throw r[1];return r[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(n)throw new TypeError("Generator is already executing.");for(;a;)try{if(n=1,o&&(r=2&i[0]?o.return:i[0]?o.throw||((r=o.return)&&r.call(o),0):o.next)&&!(r=r.call(o,i[1])).done)return r;switch(o=0,r&&(i=[2&i[0],r.value]),i[0]){case 0:case 1:r=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,o=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!(r=(r=a.trys).length>0&&r[r.length-1])&&(6===i[0]||2===i[0])){a=0;continue}if(3===i[0]&&(!r||i[1]>r[0]&&i[1]<r[3])){a.label=i[1];break}if(6===i[0]&&a.label<r[1]){a.label=r[1],r=i;break}if(r&&a.label<r[2]){a.label=r[2],a.ops.push(i);break}r[2]&&a.ops.pop(),a.trys.pop();continue}i=e.call(t,a)}catch(t){i=[6,t],o=0}finally{n=r=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}};Object.defineProperty(e,"__esModule",{value:!0});var s=n(0),u=n(2),c=n(1),l=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return r(e,t),e.prototype.getAccessToken=function(){return i(this,void 0,void 0,(function(){var t;return a(this,(function(e){return t=c.createJsonRpcRequestPayload(s.FmPayloadMethod.fm_auth_get_access_token),[2,u.emitFortmaticPayload(this.sdk.getAuthProvider(),t)]}))}))},e.prototype.getMetadata=function(){return i(this,void 0,void 0,(function(){var t;return a(this,(function(e){return t=c.createJsonRpcRequestPayload(s.FmPayloadMethod.fm_auth_get_metadata),[2,u.emitFortmaticPayload(this.sdk.getAuthProvider(),t)]}))}))},e.prototype.isLoggedIn=function(){var t=c.createJsonRpcRequestPayload(s.FmPayloadMethod.fm_is_logged_in);return u.emitFortmaticPayload(this.sdk.getAuthProvider(),t)},e.prototype.logout=function(){return i(this,void 0,void 0,(function(){var t;return a(this,(function(e){return t=c.createJsonRpcRequestPayload(s.FmPayloadMethod.fm_auth_logout),[2,u.emitFortmaticPayload(this.sdk.getAuthProvider(),t)]}))}))},e}(n(3).FmBaseModule);e.AuthUser=l},function(t,e,n){"use strict";var o,r=this&&this.__extends||(o=function(t,e){return(o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(t,e)},function(t,e){function n(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)});Object.defineProperty(e,"__esModule",{value:!0});var i=n(0),a=n(1),s=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return r(e,t),e.prototype.send=function(t,e){var n=a.createJsonRpcRequestPayload(i.FmPayloadMethod.fm_composeSend,t);this.sdk.getProvider().sendFortmaticAsync(n,e)},e}(n(3).FmBaseModule);e.TransactionsModule=s},function(t,e,n){"use strict";var o,r=this&&this.__extends||(o=function(t,e){return(o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(t,e)},function(t,e){function n(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),i=this&&this.__awaiter||function(t,e,n,o){return new(n||(n=Promise))((function(r,i){function a(t){try{u(o.next(t))}catch(t){i(t)}}function s(t){try{u(o.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?r(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(a,s)}u((o=o.apply(t,e||[])).next())}))},a=this&&this.__generator||function(t,e){var n,o,r,i,a={label:0,sent:function(){if(1&r[0])throw r[1];return r[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(n)throw new TypeError("Generator is already executing.");for(;a;)try{if(n=1,o&&(r=2&i[0]?o.return:i[0]?o.throw||((r=o.return)&&r.call(o),0):o.next)&&!(r=r.call(o,i[1])).done)return r;switch(o=0,r&&(i=[2&i[0],r.value]),i[0]){case 0:case 1:r=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,o=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!(r=(r=a.trys).length>0&&r[r.length-1])&&(6===i[0]||2===i[0])){a=0;continue}if(3===i[0]&&(!r||i[1]>r[0]&&i[1]<r[3])){a.label=i[1];break}if(6===i[0]&&a.label<r[1]){a.label=r[1],r=i;break}if(r&&a.label<r[2]){a.label=r[2],a.ops.push(i);break}r[2]&&a.ops.pop(),a.trys.pop();continue}i=e.call(t,a)}catch(t){i=[6,t],o=0}finally{n=r=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}};Object.defineProperty(e,"__esModule",{value:!0});var s=n(0),u=n(2),c=n(1),l=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return r(e,t),e.prototype.login=function(){return i(this,void 0,void 0,(function(){return a(this,(function(t){switch(t.label){case 0:return[4,this.sdk.getProvider().enable()];case 1:return t.sent(),[2]}}))}))},e.prototype.logout=function(){this.sdk.getProvider().account=null,this.sdk.getProvider().network=null;var t=c.createJsonRpcRequestPayload(s.FmPayloadMethod.fm_logout);return u.emitFortmaticPayload(this.sdk.getProvider(),t)},e.prototype.getUser=function(){var t=c.createJsonRpcRequestPayload(s.FmPayloadMethod.fm_get_user);return u.emitFortmaticPayload(this.sdk.getProvider(),t)},e.prototype.getBalances=function(){var t=c.createJsonRpcRequestPayload(s.FmPayloadMethod.fm_get_balances);return u.emitFortmaticPayload(this.sdk.getProvider(),t)},e.prototype.getTransactions=function(){var t=c.createJsonRpcRequestPayload(s.FmPayloadMethod.fm_get_transactions);return u.emitFortmaticPayload(this.sdk.getProvider(),t)},e.prototype.isLoggedIn=function(){var t=c.createJsonRpcRequestPayload(s.FmPayloadMethod.fm_is_logged_in);return u.emitFortmaticPayload(this.sdk.getProvider(),t)},e.prototype.settings=function(){var t=c.createJsonRpcRequestPayload(s.FmPayloadMethod.fm_accountSettings);return u.emitFortmaticPayload(this.sdk.getProvider(),t)},e.prototype.deposit=function(){var t=c.createJsonRpcRequestPayload(s.FmPayloadMethod.fm_deposit);return u.emitFortmaticPayload(this.sdk.getProvider(),t)},e}(n(3).FmBaseModule);e.UserModule=l}]).default;
window.Fortmatic=function(e){var t={};function n(o){if(t[o])return t[o].exports;var r=t[o]={i:o,l:!1,exports:{}};return e[o].call(r.exports,r,r.exports,n),r.l=!0,r.exports}return n.m=e,n.c=t,n.d=function(e,t,o){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:o})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var o=Object.create(null);if(n.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var r in e)n.d(o,r,function(t){return e[t]}.bind(null,r));return o},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=8)}([function(e,t,n){"use strict";function o(e){for(var n in e)t.hasOwnProperty(n)||(t[n]=e[n])}Object.defineProperty(t,"__esModule",{value:!0}),o(n(12)),o(n(19))},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=n(4),r=n(21);function a(e){var n,i;return e.jsonrpc=e.jsonrpc||t.JSON_RPC_VERSION,e.id=r.createRandomId(),e.batch||e.method===o.ethPayloadMethodSubset.eth_batchRequest?(e.method=o.ethPayloadMethodSubset.eth_batchRequest,e.batch=null!=(i=null===(n=e.batch)||void 0===n?void 0:n.map((function(e){return a(e)})))?i:[],e):(e.params=e.params||[],e)}t.JSON_RPC_VERSION="2.0",t.createJsonRpcRequestPayload=function(e,n){var o=[{}];return n&&(o=Array.isArray(n)?n:[{to:n.to,value:n.amount}]),{params:o,method:e,jsonrpc:t.JSON_RPC_VERSION,id:r.createRandomId()}},t.createJsonRpcBatchRequestPayload=function(e){void 0===e&&(e=[]);var n=Array.isArray(e)?e:[e];return{method:o.ethPayloadMethodSubset.eth_batchRequest,jsonrpc:t.JSON_RPC_VERSION,id:r.createRandomId(),batch:n.filter(Boolean).map((function(e){return a(e)}))}},t.standardizeRequestPayload=a},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=n(1);t.emitWeb3Payload=function(e,t,n){return void 0===n&&(n=[]),new Promise((function(r,a){e.getProvider().sendAsync(o.createJsonRpcRequestPayload(t,n),(function(e,t){e?a(e):r(t.result)}))}))},t.emitFortmaticPayload=function(e,t){return new Promise((function(n,o){e.getProvider().sendFortmaticAsync(t,(function(e,t){e?o(e):n(t?t.result:{})}))}))}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=n(0);function r(e){return!!e&&!(!e.jsonrpc||!e.id||!e.method||!e.batch||e.params)}function a(e){return!!e&&!(!e.jsonrpc||!e.id||!e.method||!e.params||e.batch)}t.isJsonRpcBatchRequestPayload=r,t.isJsonRpcRequestPayload=a,t.isJsonRpcResponsePayload=function(e){return!!e&&!(!e.jsonrpc||!e.id||!e.result&&null!==e.result&&!e.error)},t.isFmRequest=function(e){return!(!e||!e.payload)&&a(e.payload)},t.isFmBatchRequest=function(e){return!(!e||!e.payload)&&r(e.payload)},t.isFmPayloadMethod=function(e){return!!e&&("string"==typeof e&&Object.values(o.FmPayloadMethod).includes(e))}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ethPayloadMethodSubset={net_version:"net_version",eth_coinbase:"eth_coinbase",eth_accounts:"eth_accounts",eth_batchRequest:"eth_batchRequest",eth_uninstallFilter:"eth_uninstallFilter"}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=function(e){this.sdk=e};t.FmBaseModule=o},function(e,t,n){"use strict";var o=this&&this.__awaiter||function(e,t,n,o){return new(n||(n=Promise))((function(r,a){function i(e){try{u(o.next(e))}catch(e){a(e)}}function s(e){try{u(o.throw(e))}catch(e){a(e)}}function u(e){var t;e.done?r(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(i,s)}u((o=o.apply(e,t||[])).next())}))},r=this&&this.__generator||function(e,t){var n,o,r,a,i={label:0,sent:function(){if(1&r[0])throw r[1];return r[1]},trys:[],ops:[]};return a={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function s(a){return function(s){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i;)try{if(n=1,o&&(r=2&a[0]?o.return:a[0]?o.throw||((r=o.return)&&r.call(o),0):o.next)&&!(r=r.call(o,a[1])).done)return r;switch(o=0,r&&(a=[2&a[0],r.value]),a[0]){case 0:case 1:r=a;break;case 4:return i.label++,{value:a[1],done:!1};case 5:i.label++,o=a[1],a=[0];continue;case 7:a=i.ops.pop(),i.trys.pop();continue;default:if(!(r=(r=i.trys).length>0&&r[r.length-1])&&(6===a[0]||2===a[0])){i=0;continue}if(3===a[0]&&(!r||a[1]>r[0]&&a[1]<r[3])){i.label=a[1];break}if(6===a[0]&&i.label<r[1]){i.label=r[1],r=a;break}if(r&&i.label<r[2]){i.label=r[2],i.ops.push(a);break}r[2]&&i.ops.pop(),i.trys.pop();continue}a=t.call(e,i)}catch(e){a=[6,e],o=0}finally{n=r=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,s])}}};Object.defineProperty(t,"__esModule",{value:!0});var a=n(0),i=n(3),s=n(7),u=function(){function e(e){this.endpoint=e}return e.prototype.post=function(e,t,n){return o(this,void 0,Promise,(function(){var o,u=this;return r(this,(function(r){switch(r.label){case 0:return[4,e.iframe];case 1:return o=r.sent(),[2,new Promise((function(e,r){if(o.contentWindow){var c=[],l=i.isJsonRpcBatchRequestPayload(n)?n.batch.map((function(e){return e.id})):[];o.contentWindow.postMessage({msgType:t,payload:n},"*");var d=u.on(a.FmIncomingWindowMessage.FORTMATIC_HANDLE_RESPONSE,(f=function(){return d()},function(t){var o=u.standardizeResponse(n,t),r=o.id,a=o.response;r&&i.isJsonRpcBatchRequestPayload(n)&&l.includes(r)?(c.push(a.payload),c.length===n.batch.length&&(f(),e(c))):r&&r===n.id&&(f(),e(a.payload))})),p=u.on(a.FmIncomingWindowMessage.FORTMATIC_USER_DENIED,function(t){return function(o){var r=u.standardizeResponse(n,o),a=r.id,d=r.response,p={message:"Fortmatic: Modal was closed without executing action!",code:1},f=d.hasError?d.payload:d.applyError(p).payload;if(a&&i.isJsonRpcBatchRequestPayload(n)&&l.includes(a)){c.push(f);for(var h=c.length;h<n.batch.length;h++)c.push(new s.JsonRpcResponse(n.batch[h]).applyError(p).payload);t(),e(c)}else a&&a===n.id&&(t(),e(f))}}((function(){return p()})))}else r(new Error("Fortmatic: Modal is not ready."));var f}))]}}))}))},e.prototype.on=function(e,t){var n=this,o=t.bind(window),r=function(t){var r;t.origin===n.endpoint&&t.data&&t.data.msgType===e&&(t.data.response=null!=(r=t.data.response)?r:{},o(t))};return window.addEventListener("message",r),function(){window.removeEventListener("message",r)}},e.prototype.standardizeResponse=function(e,t){var n,o,r,a,i,u;this.standardizeError(t);var c=null!=(o=null===(n=t.data.response)||void 0===n?void 0:n.id)?o:void 0;return{response:new s.JsonRpcResponse(this.getRequestPayloadFromBatch(e,c)).applyResult(null===(r=t.data.response)||void 0===r?void 0:r.result).applyError(null===(a=t.data.response)||void 0===a?void 0:a.error),id:(u=null===(i=t.data.response)||void 0===i?void 0:i.id,null!=u?u:void 0)}},e.prototype.standardizeError=function(e){var t,n,o,r,a,i,s=!!e.data.response.error||!!e.data.response.message||!!e.data.response.code,u={message:(n=null===(t=e.data.response.error)||void 0===t?void 0:t.message,o=null!=n?n:e.data.response.message,null!=o?o:"Fortmatic: Modal was closed without executing action!"),code:(a=null===(r=e.data.response.error)||void 0===r?void 0:r.code,i=null!=a?a:e.data.response.code,null!=i?i:1)};e.data.response.error=s?u:null},e.prototype.getRequestPayloadFromBatch=function(e,t){return t&&i.isJsonRpcBatchRequestPayload(e)&&e.batch.find((function(e){return e.id===t}))||e},e}();t.FmPayloadTransport=u},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=n(3),r=function(){function e(t){t instanceof e?(this._jsonrpc=t.payload.jsonrpc,this._id=t.payload.id,this._result=t.payload.result,this._error=t.payload.error):o.isJsonRpcResponsePayload(t)?(this._jsonrpc=t.jsonrpc,this._id=t.id,this._result=t.result,this._error=t.error):(this._jsonrpc=t.jsonrpc,this._id=t.id,this._result=null,this._error=null)}return e.prototype.applyError=function(e){return e&&(this._error=e),this},e.prototype.applyResult=function(e){return e&&(this._result=e),this},Object.defineProperty(e.prototype,"hasError",{get:function(){return!!this._error},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"hasResult",{get:function(){return!!this._result},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"payload",{get:function(){return{jsonrpc:this._jsonrpc,id:this._id,result:this._result,error:this._error}},enumerable:!0,configurable:!0}),e}();t.JsonRpcResponse=r},function(e,t,n){e.exports=n(9)},function(e,t,n){"use strict";var o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t};Object.defineProperty(t,"__esModule",{value:!0});var r=n(10),a=o(n(0));t.default=Object.assign(r.Fortmatic,a)},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=n(11),r=n(22),a=n(0),i=n(2),s=n(1),u=n(23),c=function(){function e(e,t){if(this.apiKey=e,this.chainName=t,this.endpoint="https://x2.fortmatic.com",!e)throw new Error("Please provide a Fortmatic API key that you acquired from the developer dashboard.");this.transactions=new o.TransactionsModule(this),this.user=new r.UserModule(this)}return e.prototype.getProvider=function(){return e.__provider__||(e.__provider__=new u.FmProvider(this,this.endpoint,this.apiKey,this.chainName)),e.__provider__},e.prototype.configure=function(e){void 0===e&&(e={});var t=s.createJsonRpcRequestPayload(a.FmPayloadMethod.fm_configure,[e]);return i.emitFortmaticPayload(this,t)},e}();t.Fortmatic=c},function(e,t,n){"use strict";var o,r=this&&this.__extends||(o=function(e,t){return(o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0});var a=n(0),i=n(1),s=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return r(t,e),t.prototype.send=function(e,t){var n=i.createJsonRpcRequestPayload(a.FmPayloadMethod.fm_composeSend,e);this.sdk.getProvider().sendFortmaticAsync(n,t)},t}(n(5).FmBaseModule);t.TransactionsModule=s},function(e,t,n){"use strict";function o(e){for(var n in e)t.hasOwnProperty(n)||(t[n]=e[n])}Object.defineProperty(t,"__esModule",{value:!0}),o(n(13)),o(n(14)),o(n(15)),o(n(16)),o(n(17)),o(n(18))},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),function(e){e.fm_composeSend="fm_composeSend",e.fm_logout="fm_logout",e.fm_get_balances="fm_get_balances",e.fm_get_transactions="fm_get_transactions",e.fm_is_logged_in="fm_is_logged_in",e.fm_accountSettings="fm_accountSettings",e.fm_deposit="fm_deposit",e.fm_get_user="fm_get_user",e.fm_configure="fm_configure"}(t.FmPayloadMethod||(t.FmPayloadMethod={}))},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),function(e){e.FORTMATIC_HANDLE_RESPONSE="FORTMATIC_HANDLE_RESPONSE",e.FORTMATIC_OVERLAY_READY="FORTMATIC_OVERLAY_READY",e.FORTMATIC_SHOW_OVERLAY="FORTMATIC_SHOW_OVERLAY",e.FORTMATIC_HIDE_OVERLAY="FORTMATIC_HIDE_OVERLAY",e.FORTMATIC_USER_DENIED="FORTMATIC_USER_DENIED",e.FORTMATIC_USER_LOGOUT="FORTMATIC_USER_LOGOUT",e.FORTMATIC_UNAUTHORIZED_API_KEY="FORTMATIC_UNAUTHORIZED_API_KEY"}(t.FmIncomingWindowMessage||(t.FmIncomingWindowMessage={})),function(e){e.FORTMATIC_HANDLE_BATCH_REQUEST="FORTMATIC_HANDLE_BATCH_REQUEST",e.FORTMATIC_HANDLE_REQUEST="FORTMATIC_HANDLE_REQUEST",e.FORTMATIC_HANDLE_FORTMATIC_REQUEST="FORTMATIC_HANDLE_FORTMATIC_REQUEST"}(t.FmOutgoingWindowMessage||(t.FmOutgoingWindowMessage={}))},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),function(e){e.Mainnet="mainnet",e.Ropsten="ropsten",e.Rinkeby="rinkeby",e.Kovan="kovan"}(t.ChainName||(t.ChainName={})),function(e){e[e.Mainnet=1]="Mainnet",e[e.Ropsten=3]="Ropsten",e[e.Rinkeby=4]="Rinkeby",e[e.Kovan=42]="Kovan"}(t.ChainId||(t.ChainId={}))},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),function(e){for(var n in e)t.hasOwnProperty(n)||(t[n]=e[n])}(n(20))},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),function(e){e.LoginWithEmail="email",e.LoginWithPhone="phone"}(t.PrimaryLoginOption||(t.PrimaryLoginOption={}))},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.createRandomId=function(){return(new Date).getTime()*Math.pow(10,3)+Math.floor(Math.random()*Math.pow(10,3))}},function(e,t,n){"use strict";var o,r=this&&this.__extends||(o=function(e,t){return(o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),a=this&&this.__awaiter||function(e,t,n,o){return new(n||(n=Promise))((function(r,a){function i(e){try{u(o.next(e))}catch(e){a(e)}}function s(e){try{u(o.throw(e))}catch(e){a(e)}}function u(e){var t;e.done?r(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(i,s)}u((o=o.apply(e,t||[])).next())}))},i=this&&this.__generator||function(e,t){var n,o,r,a,i={label:0,sent:function(){if(1&r[0])throw r[1];return r[1]},trys:[],ops:[]};return a={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function s(a){return function(s){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i;)try{if(n=1,o&&(r=2&a[0]?o.return:a[0]?o.throw||((r=o.return)&&r.call(o),0):o.next)&&!(r=r.call(o,a[1])).done)return r;switch(o=0,r&&(a=[2&a[0],r.value]),a[0]){case 0:case 1:r=a;break;case 4:return i.label++,{value:a[1],done:!1};case 5:i.label++,o=a[1],a=[0];continue;case 7:a=i.ops.pop(),i.trys.pop();continue;default:if(!(r=(r=i.trys).length>0&&r[r.length-1])&&(6===a[0]||2===a[0])){i=0;continue}if(3===a[0]&&(!r||a[1]>r[0]&&a[1]<r[3])){i.label=a[1];break}if(6===a[0]&&i.label<r[1]){i.label=r[1],r=a;break}if(r&&i.label<r[2]){i.label=r[2],i.ops.push(a);break}r[2]&&i.ops.pop(),i.trys.pop();continue}a=t.call(e,i)}catch(e){a=[6,e],o=0}finally{n=r=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,s])}}};Object.defineProperty(t,"__esModule",{value:!0});var s=n(0),u=n(2),c=n(1),l=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return r(t,e),t.prototype.login=function(){return a(this,void 0,void 0,(function(){return i(this,(function(e){switch(e.label){case 0:return[4,this.sdk.getProvider().enable()];case 1:return e.sent(),[2]}}))}))},t.prototype.logout=function(){this.sdk.getProvider().account=null,this.sdk.getProvider().network=null;var e=c.createJsonRpcRequestPayload(s.FmPayloadMethod.fm_logout);return u.emitFortmaticPayload(this.sdk,e)},t.prototype.getUser=function(){var e=c.createJsonRpcRequestPayload(s.FmPayloadMethod.fm_get_user);return u.emitFortmaticPayload(this.sdk,e)},t.prototype.getBalances=function(){var e=c.createJsonRpcRequestPayload(s.FmPayloadMethod.fm_get_balances);return u.emitFortmaticPayload(this.sdk,e)},t.prototype.getTransactions=function(){var e=c.createJsonRpcRequestPayload(s.FmPayloadMethod.fm_get_transactions);return u.emitFortmaticPayload(this.sdk,e)},t.prototype.isLoggedIn=function(){var e=c.createJsonRpcRequestPayload(s.FmPayloadMethod.fm_is_logged_in);return u.emitFortmaticPayload(this.sdk,e)},t.prototype.settings=function(){var e=c.createJsonRpcRequestPayload(s.FmPayloadMethod.fm_accountSettings);return u.emitFortmaticPayload(this.sdk,e)},t.prototype.deposit=function(){var e=c.createJsonRpcRequestPayload(s.FmPayloadMethod.fm_deposit);return u.emitFortmaticPayload(this.sdk,e)},t}(n(5).FmBaseModule);t.UserModule=l},function(e,t,n){"use strict";var o=this&&this.__awaiter||function(e,t,n,o){return new(n||(n=Promise))((function(r,a){function i(e){try{u(o.next(e))}catch(e){a(e)}}function s(e){try{u(o.throw(e))}catch(e){a(e)}}function u(e){var t;e.done?r(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(i,s)}u((o=o.apply(e,t||[])).next())}))},r=this&&this.__generator||function(e,t){var n,o,r,a,i={label:0,sent:function(){if(1&r[0])throw r[1];return r[1]},trys:[],ops:[]};return a={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function s(a){return function(s){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i;)try{if(n=1,o&&(r=2&a[0]?o.return:a[0]?o.throw||((r=o.return)&&r.call(o),0):o.next)&&!(r=r.call(o,a[1])).done)return r;switch(o=0,r&&(a=[2&a[0],r.value]),a[0]){case 0:case 1:r=a;break;case 4:return i.label++,{value:a[1],done:!1};case 5:i.label++,o=a[1],a=[0];continue;case 7:a=i.ops.pop(),i.trys.pop();continue;default:if(!(r=(r=i.trys).length>0&&r[r.length-1])&&(6===a[0]||2===a[0])){i=0;continue}if(3===a[0]&&(!r||a[1]>r[0]&&a[1]<r[3])){i.label=a[1];break}if(6===a[0]&&i.label<r[1]){i.label=r[1],r=a;break}if(r&&i.label<r[2]){i.label=r[2],i.ops.push(a);break}r[2]&&i.ops.pop(),i.trys.pop();continue}a=t.call(e,i)}catch(e){a=[6,e],o=0}finally{n=r=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,s])}}};Object.defineProperty(t,"__esModule",{value:!0});var a=n(4),i=n(0),s=n(2),u=n(1),c=n(3),l=n(24),d=n(6),p=n(25),f=n(7),h=function(){function e(e,t,n,o){if(this.sdk=e,this.endpoint=t,this.apiKey=n,this.chainName=o,this.isFortmatic=!0,this.queue=[],this.account=null,this.network=null,this.isLoggedIn=!1,!n)throw new Error("Please provide a Fortmatic API key that you acquired from the developer dashboard.");this.domainOrigin=window.location?window.location.origin:"",this.overlay=new l.FmIframeController(this.endpoint,{API_KEY:this.apiKey,ETH_NETWORK:this.chainName,DOMAIN_ORIGIN:this.domainOrigin}),this.payloadTransport=new d.FmPayloadTransport(t),this.listen()}return e.prototype.sendAsync=function(e,t){if(Array.isArray(e))return this.enqueue({onRequestComplete:t,payload:u.createJsonRpcBatchRequestPayload(e)});var n=u.standardizeRequestPayload(e);return c.isJsonRpcBatchRequestPayload(n),this.enqueue({onRequestComplete:t,payload:n})},e.prototype.sendFortmaticAsync=function(e,t){var n=u.standardizeRequestPayload(e);this.enqueue({onRequestComplete:t,payload:n,isFortmaticMethod:!0})},e.prototype.send=function(e,t){if("string"==typeof e)return s.emitWeb3Payload(this.sdk,e,t);if(t)this.sendAsync(e,t);else{console.warn("Non-async web3 methods will be deprecated in web3 > 1.0 and are not supported by the Fortmatic provider. An async method is to be used instead."),this.sendAsync(e,(function(){}));var n=new f.JsonRpcResponse(e);switch(e.method){case a.ethPayloadMethodSubset.eth_accounts:return n.applyResult(this.account?[this.account]:[]).payload;case a.ethPayloadMethodSubset.eth_coinbase:return n.applyResult(this.account).payload;case a.ethPayloadMethodSubset.net_version:return n.applyResult(this.network||(this.apiKey.startsWith("pk_live")?1:4)).payload;case a.ethPayloadMethodSubset.eth_uninstallFilter:return n.applyResult(!0).payload;default:return n.applyResult({}).payload}}},e.prototype.enable=function(){return s.emitWeb3Payload(this.sdk,a.ethPayloadMethodSubset.eth_accounts)},e.prototype.enqueue=function(e){e&&(this.queue.push(e),this.overlay.overlayReady&&this.dequeue())},e.prototype.dequeue=function(){return o(this,void 0,void 0,(function(){var e,t,n,o,s,u=this;return r(this,(function(r){switch(r.label){case 0:return 0===this.queue.length?[2]:(e=this.queue.shift())?(t=e.payload,n=function(e){var n=new f.JsonRpcResponse(e);!n.hasError&&n.hasResult&&(u.isLoggedIn=!0,t.method===a.ethPayloadMethodSubset.eth_accounts?u.account=n.payload.result[0]:t.method===a.ethPayloadMethodSubset.eth_coinbase?u.account=n.payload.result:t.method===a.ethPayloadMethodSubset.net_version&&(u.network=n.payload.result))},c.isJsonRpcBatchRequestPayload(t)?0===t.batch.length?[2,e.onRequestComplete(null,[])]:[4,this.payloadTransport.post(this.overlay,i.FmOutgoingWindowMessage.FORTMATIC_HANDLE_REQUEST,t)]:[3,2]):[3,5];case 1:(o=r.sent()).forEach(n),e.onRequestComplete(null,o),r.label=2;case 2:return c.isJsonRpcRequestPayload(t)?[4,this.payloadTransport.post(this.overlay,e.isFortmaticMethod?i.FmOutgoingWindowMessage.FORTMATIC_HANDLE_FORTMATIC_REQUEST:i.FmOutgoingWindowMessage.FORTMATIC_HANDLE_REQUEST,t)]:[3,4];case 3:s=r.sent(),n(s),s.error?e.onRequestComplete(new p.JsonRpcErrorWrapper(s.error),null):e.onRequestComplete(null,s),r.label=4;case 4:this.dequeue(),r.label=5;case 5:return[2]}}))}))},e.prototype.listen=function(){var e=this;this.payloadTransport.on(i.FmIncomingWindowMessage.FORTMATIC_OVERLAY_READY,(function(){e.dequeue()})),this.payloadTransport.on(i.FmIncomingWindowMessage.FORTMATIC_USER_LOGOUT,(function(){e.account=null,e.network=null,e.isLoggedIn=!1})),this.payloadTransport.on(i.FmIncomingWindowMessage.FORTMATIC_UNAUTHORIZED_API_KEY,(function(){throw new Error("Given API key is not authorized to access the resource.")})),this.payloadTransport.on(i.FmIncomingWindowMessage.FORTMATIC_USER_DENIED,(function(t){e.queue.forEach((function(e){var t=new f.JsonRpcResponse(e.payload),n={message:"Fortmatic: Modal was closed without executing action!",code:1};e.onRequestComplete(new p.JsonRpcErrorWrapper(n),t.applyError(n).payload)})),e.queue.slice(0)}))},e}();t.FmProvider=h},function(e,t,n){"use strict";var o=this&&this.__awaiter||function(e,t,n,o){return new(n||(n=Promise))((function(r,a){function i(e){try{u(o.next(e))}catch(e){a(e)}}function s(e){try{u(o.throw(e))}catch(e){a(e)}}function u(e){var t;e.done?r(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(i,s)}u((o=o.apply(e,t||[])).next())}))},r=this&&this.__generator||function(e,t){var n,o,r,a,i={label:0,sent:function(){if(1&r[0])throw r[1];return r[1]},trys:[],ops:[]};return a={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function s(a){return function(s){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i;)try{if(n=1,o&&(r=2&a[0]?o.return:a[0]?o.throw||((r=o.return)&&r.call(o),0):o.next)&&!(r=r.call(o,a[1])).done)return r;switch(o=0,r&&(a=[2&a[0],r.value]),a[0]){case 0:case 1:r=a;break;case 4:return i.label++,{value:a[1],done:!1};case 5:i.label++,o=a[1],a=[0];continue;case 7:a=i.ops.pop(),i.trys.pop();continue;default:if(!(r=(r=i.trys).length>0&&r[r.length-1])&&(6===a[0]||2===a[0])){i=0;continue}if(3===a[0]&&(!r||a[1]>r[0]&&a[1]<r[3])){i.label=a[1];break}if(6===a[0]&&i.label<r[1]){i.label=r[1],r=a;break}if(r&&i.label<r[2]){i.label=r[2],i.ops.push(a);break}r[2]&&i.ops.pop(),i.trys.pop();continue}a=t.call(e,i)}catch(e){a=[6,e],o=0}finally{n=r=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,s])}}},a=this&&this.__values||function(e){var t="function"==typeof Symbol&&Symbol.iterator,n=t&&e[t],o=0;if(n)return n.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&o>=e.length&&(e=void 0),{value:e&&e[o++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")},i=this&&this.__read||function(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var o,r,a=n.call(e),i=[];try{for(;(void 0===t||t-- >0)&&!(o=a.next()).done;)i.push(o.value)}catch(e){r={error:e}}finally{try{o&&!o.done&&(n=a.return)&&n.call(a)}finally{if(r)throw r.error}}return i};Object.defineProperty(t,"__esModule",{value:!0});var s=n(0),u=n(6),c={display:"none",position:"fixed",top:"0",right:"0",width:"100%",height:"100%",borderRadius:"0",border:"none",zIndex:"2147483647"};var l=function(){function e(e,t){this.endpoint=e,this.options=t,this._overlayReady=!1,this.iframe=this.init(),this.payloadTransport=new u.FmPayloadTransport(e),this.listen()}return Object.defineProperty(e.prototype,"overlayReady",{get:function(){return this._overlayReady},enumerable:!0,configurable:!0}),e.prototype.init=function(){var e=this;return new Promise((function(t){var n=function(){if(0===document.getElementsByClassName("fortmatic-iframe").length){var n=document.createElement("iframe");n.classList.add("fortmatic-iframe"),n.src=e.endpoint+"/send?params="+btoa(JSON.stringify(e.options)),function(e){var t,n;try{for(var o=a(Object.entries(c)),r=o.next();!r.done;r=o.next()){var s=i(r.value,2),u=s[0],l=s[1];e.style[u]=l}}catch(e){t={error:e}}finally{try{r&&!r.done&&(n=o.return)&&n.call(o)}finally{if(t)throw t.error}}}(n),document.body.appendChild(n);var o=document.createElement("img");o.src="https://static.fortmatic.com/assets/trans.gif",document.body.appendChild(o),t(n)}else console.error("Fortmatic: Duplicate instances found.")};["loaded","interactive","complete"].includes(document.readyState)?n():window.addEventListener("load",n,!1)}))},e.prototype.showOverlay=function(){return o(this,void 0,void 0,(function(){return r(this,(function(e){switch(e.label){case 0:return[4,this.iframe];case 1:return e.sent().style.display="block",[2]}}))}))},e.prototype.hideOverlay=function(){return o(this,void 0,void 0,(function(){return r(this,(function(e){switch(e.label){case 0:return[4,this.iframe];case 1:return e.sent().style.display="none",[2]}}))}))},e.prototype.listen=function(){var e=this;this.payloadTransport.on(s.FmIncomingWindowMessage.FORTMATIC_OVERLAY_READY,(function(){e._overlayReady=!0})),this.payloadTransport.on(s.FmIncomingWindowMessage.FORTMATIC_UNAUTHORIZED_API_KEY,(function(){e._overlayReady=!1})),this.payloadTransport.on(s.FmIncomingWindowMessage.FORTMATIC_HIDE_OVERLAY,(function(){e.hideOverlay()})),this.payloadTransport.on(s.FmIncomingWindowMessage.FORTMATIC_SHOW_OVERLAY,(function(){e.showOverlay()}))},e}();t.FmIframeController=l},function(e,t,n){"use strict";var o,r=this&&this.__extends||(o=function(e,t){return(o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)});Object.defineProperty(t,"__esModule",{value:!0});var a=function(e){function t(t){var n=e.call(this,t.message)||this;return n.code=t.code,n.name="FortmaticError",n}return r(t,e),t}(Error);t.JsonRpcErrorWrapper=a}]).default;
{
"name": "fortmatic",
"version": "2.0.0-54c5cfd8.8",
"version": "2.0.0-beta.1",
"description": "Fortmatic Javascript SDK",

@@ -12,36 +12,37 @@ "author": "Fortmatic <team@fortmatic.com> (https://fortmatic.com/)",

"keywords": [
"Auth",
"Login",
"Web3",
"Crypto",
"Ethereum",
"MetaMask",
"Wallet",
"Blockchain",
"Dapp"
"auth",
"login",
"web3",
"crypto",
"ethereum",
"metaMask",
"wallet",
"blockchain",
"dapp"
],
"homepage": "https://www.fortmatic.com",
"main": "dist/cjs/fortmatic.js",
"types": "dist/cjs/index.cjs.d.ts",
"scripts": {
"start": "npm run clean:build && ./scripts/start.sh",
"build": "npm run clean:build && ./scripts/build.sh",
"test": "npm run clean:test-artifacts && ./scripts/test.sh",
"lint": "tslint --fix .",
"dev": "npm-run-all -l -s clean:build dev:*",
"dev:compile": "WEBPACK_ENV=development BABEL_ENV=development webpack --progress --colors --watch",
"build": "npm-run-all -l -s clean:build build:*",
"build:compile": "webpack",
"test": "npm-run-all -s clean:test-artifacts test:*",
"test:run": "cross-env TS_NODE_PROJECT=test/tsconfig.json nyc --reporter=lcov --reporter=text-summary ava",
"clean": "npm-run-all -s clean:*",
"clean:test-artifacts": "rimraf coverage && rimraf .nyc_output",
"clean:build": "rimraf dist",
"clean_node_modules": "rimraf node_modules"
"clean_node_modules": "rimraf node_modules",
"lint": "tslint --fix ."
},
"dependencies": {},
"devDependencies": {
"@ikscodes/browser-env": "~0.3.1",
"@ikscodes/eslint-config": "~4.0.1",
"@ikscodes/tslint-config": "~5.3.1",
"@istanbuljs/nyc-config-typescript": "~0.1.3",
"@types/jsdom": "~12.2.4",
"@types/lodash": "~4.14.148",
"@types/sinon": "~7.5.0",
"@types/webpack": "~4.41.0",
"ava": "2.2.0",
"cross-env": "~6.0.3",
"lodash": "~4.17.15",
"npm-run-all": "~4.1.5",

@@ -57,3 +58,2 @@ "nyc": "13.1.0",

"webpack": "~4.41.2",
"webpack-chain": "~6.2.0",
"webpack-cli": "~3.3.10"

@@ -87,3 +87,4 @@ },

]
}
},
"dependencies": {}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc