{"version":3,"sources":["../node_modules/webpack/buildin/global.js","../node_modules/redux-persist/es/storage/getStorage.js","../node_modules/redux-persist/es/storage/index.js","../node_modules/redux-persist/es/storage/createWebStorage.js","external/packages/eos-network/actions/index.js","external/packages/eos-network/reducers/index.js","external/packages/eos-network/index.js","external/packages/eos-network/reducers/network.js"],"names":["g","this","Function","e","window","module","exports","_typeof","Symbol","iterator","obj","constructor","prototype","noop","noopStorage","getItem","setItem","removeItem","getStorage","type","storageType","self","storage","testKey","hasStorage","__webpack_exports__","key","Promise","resolve","reject","item","__webpack_require__","r","d","setOffline","reconnectClient","setOfflineLastVisited","payload","_network__WEBPACK_IMPORTED_MODULE_0__","network","networkReducer","Dependencies","persistReducer","networkState","isOffline","lastVisited","connectionHasBeenRestored","action","Object","C_agent_work_1_s_node_modules_babel_preset_react_app_node_modules_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_0__"],"mappings":"sFAAA,IAAAA,EAEAA,EAAA,WACA,OAAAC,KADA,GAIA,IAEAD,KAAA,IAAAE,SAAA,iBACC,MAAAC,GAED,kBAAAC,SAAAJ,EAAAI,QAMAC,EAAAC,QAAAN,qCCjBA,IAAAO,EAAA,oBAAAC,QAAA,kBAAAA,OAAAC,SAAA,SAAAC,GACA,cAAAA,GACC,SAAAA,GACD,OAAAA,GAAA,oBAAAF,QAAAE,EAAAC,cAAAH,QAAAE,IAAAF,OAAAI,UAAA,gBAAAF,GAGA,SAAAG,KAEA,IAAAC,EAAA,CACAC,QAAAF,EACAG,QAAAH,EACAI,WAAAJ,GAsBe,SAAAK,EAAAC,GACf,IAAAC,EAAAD,EAAA,UACA,OArBA,SAAAC,GACA,oCAAAC,KAAA,YAAAd,EAAAc,UAAAD,KAAAC,MACA,SAGA,IACA,IAAAC,EAAAD,KAAAD,GACAG,EAAA,iBAAAH,EAAA,QACAE,EAAAN,QAAAO,EAAA,QACAD,EAAAP,QAAAQ,GACAD,EAAAL,WAAAM,GACG,MAAApB,GAEH,SAGA,SAKAqB,CAAAJ,GAAAC,KAAAD,GAKAN,ECvCeW,EAAA,ECAA,SAAAN,GACf,IAAAG,EAAgBJ,EAAUC,GAC1B,OACAJ,QAAA,SAAAW,GACA,WAAAC,SAAA,SAAAC,EAAAC,GACAD,EAAAN,EAAAP,QAAAW,QAGAV,QAAA,SAAAU,EAAAI,GACA,WAAAH,SAAA,SAAAC,EAAAC,GACAD,EAAAN,EAAAN,QAAAU,EAAAI,QAGAb,WAAA,SAAAS,GACA,WAAAC,SAAA,SAAAC,EAAAC,GACAD,EAAAN,EAAAL,WAAAS,SDfe,CAAgB,2CED/BK,EAAAC,EAAAP,GAAAM,EAAAE,EAAAR,EAAA,gCAAAS,KAAAH,EAAAE,EAAAR,EAAA,qCAAAU,KAAAJ,EAAAE,EAAAR,EAAA,2CAAAW,KAAO,MAAMF,EAAcG,IAAD,CACxBlB,KAAM,cACNkB,YAGWF,EAAmBE,IAAD,CAC7BlB,KAAM,mBACNkB,YAGWD,EAAyBC,IAAD,CACnClB,KAAM,2BACNkB,8CCZFN,EAAAC,EAAAP,GAAA,IAAAa,EAAAP,EAAA,KAEeN,EAAA,SACbc,QAASC,4MCDJ,MAAMC,EAAe,CAAC,6FCyBdC,sBACb,CACEhB,IAAK,eACLJ,QAASA,KA5BU,CACrBqB,EAAe,CACbC,WAAW,EACXC,YAAa,KACbC,2BAA2B,GAE7BC,KACG,MACKV,EAAkBU,EAAlBV,QACR,OAD0BU,EAAT5B,MAEf,IAAK,cACH,OAAO6B,OAAAC,EAAA,EAAAD,QAAAC,EAAA,EAAAD,CAAA,GACFL,GADL,IAEEC,UAAWP,EACXS,0BAA2BH,EAAaC,YAAyB,IAAZP,IAEzD,IAAK,mBACH,OAAOW,OAAAC,EAAA,EAAAD,QAAAC,EAAA,EAAAD,CAAA,GAAKL,GAAZ,IAA0BC,WAAW,EAAOE,2BAA2B,IACzE,IAAK,2BACH,OAAOE,OAAAC,EAAA,EAAAD,QAAAC,EAAA,EAAAD,CAAA,GAAKL,GAAZ,IAA0BE,YAAaR,IACzC,QACE,OAAOM","file":"static/js/126.9f5de071.chunk.js","sourcesContent":["var g; // This works in non-strict mode\n\ng = function () {\n return this;\n}();\n\ntry {\n // This works if eval is allowed (see CSP)\n g = g || new Function(\"return this\")();\n} catch (e) {\n // This works if the window reference is available\n if (typeof window === \"object\") g = window;\n} // g can still be undefined, but nothing to do about it...\n// We return undefined, instead of nothing here, so it's\n// easier to handle this case. if(!global) { ...}\n\n\nmodule.exports = g;","var _typeof = typeof Symbol === \"function\" && typeof Symbol.iterator === \"symbol\" ? function (obj) {\n return typeof obj;\n} : function (obj) {\n return obj && typeof Symbol === \"function\" && obj.constructor === Symbol && obj !== Symbol.prototype ? \"symbol\" : typeof obj;\n};\n\nfunction noop() {}\n\nvar noopStorage = {\n getItem: noop,\n setItem: noop,\n removeItem: noop\n};\n\nfunction hasStorage(storageType) {\n if ((typeof self === 'undefined' ? 'undefined' : _typeof(self)) !== 'object' || !(storageType in self)) {\n return false;\n }\n\n try {\n var storage = self[storageType];\n var testKey = 'redux-persist ' + storageType + ' test';\n storage.setItem(testKey, 'test');\n storage.getItem(testKey);\n storage.removeItem(testKey);\n } catch (e) {\n if (process.env.NODE_ENV !== 'production') console.warn('redux-persist ' + storageType + ' test failed, persistence will be disabled.');\n return false;\n }\n\n return true;\n}\n\nexport default function getStorage(type) {\n var storageType = type + 'Storage';\n if (hasStorage(storageType)) return self[storageType];else {\n if (process.env.NODE_ENV !== 'production') {\n console.error('redux-persist failed to create sync storage. falling back to memory storage.');\n }\n\n return noopStorage;\n }\n}","import createWebStorage from './createWebStorage';\nexport default createWebStorage('local');","import getStorage from './getStorage';\nexport default function createWebStorage(type) {\n var storage = getStorage(type);\n return {\n getItem: function getItem(key) {\n return new Promise(function (resolve, reject) {\n resolve(storage.getItem(key));\n });\n },\n setItem: function setItem(key, item) {\n return new Promise(function (resolve, reject) {\n resolve(storage.setItem(key, item));\n });\n },\n removeItem: function removeItem(key) {\n return new Promise(function (resolve, reject) {\n resolve(storage.removeItem(key));\n });\n }\n };\n}","export const setOffline = (payload) => ({\n type: \"SET_OFFLINE\",\n payload,\n})\n\nexport const reconnectClient = (payload) => ({\n type: \"RECONNECT_CLIENT\",\n payload,\n})\n\nexport const setOfflineLastVisited = (payload) => ({\n type: \"SET_OFFLINE_LAST_VISITED\",\n payload,\n})\n","import networkReducer from \"./network\"\n\nexport default {\n network: networkReducer,\n}\n","export * as Reducers from \"./reducers/\"\nexport * as Actions from \"./actions\"\nexport const Dependencies = [\"eos-navigation\"]\n","import storage from \"redux-persist/es/storage\"\nimport { persistReducer } from \"redux-persist\"\nconst networkReducer = (\n networkState = {\n isOffline: false,\n lastVisited: null,\n connectionHasBeenRestored: false,\n },\n action\n) => {\n const { payload, type } = action\n switch (type) {\n case \"SET_OFFLINE\":\n return {\n ...networkState,\n isOffline: payload,\n connectionHasBeenRestored: networkState.isOffline && payload === false,\n }\n case \"RECONNECT_CLIENT\":\n return { ...networkState, isOffline: false, connectionHasBeenRestored: false }\n case \"SET_OFFLINE_LAST_VISITED\":\n return { ...networkState, lastVisited: payload }\n default:\n return networkState\n }\n}\n\nexport default persistReducer(\n {\n key: \"networkState\",\n storage: storage,\n },\n networkReducer\n)\n"],"sourceRoot":""}