decentraland-dapps 13.3.2-rc2 → 13.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/modules/wallet/sagas.js +2 -2
- package/dist/modules/wallet/sagas.js.map +1 -1
- package/package.json +1 -1
- package/coverage/clover.xml +0 -894
- package/coverage/coverage-final.json +0 -35
- package/coverage/lcov-report/base.css +0 -224
- package/coverage/lcov-report/block-navigation.js +0 -79
- package/coverage/lcov-report/containers/MetaTransactionError/MetaTransactionError.container.ts.html +0 -116
- package/coverage/lcov-report/containers/MetaTransactionError/MetaTransactionError.tsx.html +0 -188
- package/coverage/lcov-report/containers/MetaTransactionError/index.html +0 -141
- package/coverage/lcov-report/containers/MetaTransactionError/index.ts.html +0 -86
- package/coverage/lcov-report/favicon.png +0 -0
- package/coverage/lcov-report/index.html +0 -246
- package/coverage/lcov-report/lib/api.ts.html +0 -275
- package/coverage/lcov-report/lib/chainConfiguration.ts.html +0 -194
- package/coverage/lcov-report/lib/entities.ts.html +0 -401
- package/coverage/lcov-report/lib/eth.ts.html +0 -320
- package/coverage/lcov-report/lib/index.html +0 -216
- package/coverage/lcov-report/lib/localStorage.ts.html +0 -287
- package/coverage/lcov-report/lib/mana.ts.html +0 -155
- package/coverage/lcov-report/lib/peer.ts.html +0 -212
- package/coverage/lcov-report/lib/utils.ts.html +0 -308
- package/coverage/lcov-report/modules/loading/index.html +0 -141
- package/coverage/lcov-report/modules/loading/reducer.ts.html +0 -158
- package/coverage/lcov-report/modules/loading/selectors.ts.html +0 -110
- package/coverage/lcov-report/modules/loading/utils.ts.html +0 -122
- package/coverage/lcov-report/modules/profile/actions.ts.html +0 -398
- package/coverage/lcov-report/modules/profile/index.html +0 -156
- package/coverage/lcov-report/modules/profile/reducer.ts.html +0 -524
- package/coverage/lcov-report/modules/profile/sagas.ts.html +0 -536
- package/coverage/lcov-report/modules/profile/selectors.ts.html +0 -173
- package/coverage/lcov-report/modules/toast/actions.ts.html +0 -185
- package/coverage/lcov-report/modules/toast/cache.ts.html +0 -146
- package/coverage/lcov-report/modules/toast/index.html +0 -171
- package/coverage/lcov-report/modules/toast/reducer.ts.html +0 -194
- package/coverage/lcov-report/modules/toast/sagas.ts.html +0 -395
- package/coverage/lcov-report/modules/toast/selectors.ts.html +0 -104
- package/coverage/lcov-report/modules/toast/toasts/index.html +0 -111
- package/coverage/lcov-report/modules/toast/toasts/meta-transactions.tsx.html +0 -293
- package/coverage/lcov-report/modules/transaction/index.html +0 -126
- package/coverage/lcov-report/modules/transaction/types.ts.html +0 -389
- package/coverage/lcov-report/modules/transaction/utils.ts.html +0 -422
- package/coverage/lcov-report/modules/translation/index.html +0 -111
- package/coverage/lcov-report/modules/translation/utils.ts.html +0 -326
- package/coverage/lcov-report/modules/wallet/actions.ts.html +0 -344
- package/coverage/lcov-report/modules/wallet/index.html +0 -156
- package/coverage/lcov-report/modules/wallet/sagas.ts.html +0 -872
- package/coverage/lcov-report/modules/wallet/selectors.ts.html +0 -227
- package/coverage/lcov-report/modules/wallet/utils.ts.html +0 -896
- package/coverage/lcov-report/prettify.css +0 -1
- package/coverage/lcov-report/prettify.js +0 -2
- package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
- package/coverage/lcov-report/sorter.js +0 -170
- package/coverage/lcov-report/tests/index.html +0 -141
- package/coverage/lcov-report/tests/profileMocks.ts.html +0 -218
- package/coverage/lcov-report/tests/sagas.ts.html +0 -113
- package/coverage/lcov-report/tests/transactions.ts.html +0 -449
- package/coverage/lcov.info +0 -1688
|
@@ -49,7 +49,7 @@ function* walletSaga() {
|
|
|
49
49
|
}
|
|
50
50
|
exports.walletSaga = walletSaga;
|
|
51
51
|
function* initializeAppChainId() {
|
|
52
|
-
// store the app chain id in redux to use from selectors or sagas
|
|
52
|
+
// store the app chain id in redux to use it from selectors or sagas
|
|
53
53
|
yield effects_1.put(actions_1.setAppChainId(eth_1._getAppChainId()));
|
|
54
54
|
}
|
|
55
55
|
function* handleConnectWalletRequest() {
|
|
@@ -106,7 +106,7 @@ function* handleDisconnectWallet(_action) {
|
|
|
106
106
|
}
|
|
107
107
|
function* handleFetchWalletRequest(_action) {
|
|
108
108
|
try {
|
|
109
|
-
const appChainId = yield effects_1.select(
|
|
109
|
+
const appChainId = yield effects_1.select(selectors_1.getAppChainId);
|
|
110
110
|
const wallet = yield effects_1.call(utils_1.buildWallet, appChainId);
|
|
111
111
|
yield effects_1.put(actions_1.fetchWalletSuccess(wallet));
|
|
112
112
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sagas.js","sourceRoot":"","sources":["../../../src/modules/wallet/sagas.ts"],"names":[],"mappings":";;;;;;;;;;;;AACA,gDAU2B;AAC3B,+DAA0D;AAC1D,+DAA2D;AAC3D,uCAMsB;AACtB,uCA+BkB;AAClB,mCAMgB;AAEhB,
|
|
1
|
+
{"version":3,"file":"sagas.js","sourceRoot":"","sources":["../../../src/modules/wallet/sagas.ts"],"names":[],"mappings":";;;;;;;;;;;;AACA,gDAU2B;AAC3B,+DAA0D;AAC1D,+DAA2D;AAC3D,uCAMsB;AACtB,uCA+BkB;AAClB,mCAMgB;AAEhB,2CAAwD;AAExD,6DAA6D;AAC7D,MAAM,QAAQ,GAAI,MAAc,CAAC,QAAyC,CAAA;AAE1E,IAAI,oBAA2D,CAAA;AAC/D,IAAI,wBAAkB,EAAE,EAAE;IACxB,MAAM,KAAK,GAAG,QAAQ,CAAC,IAAI,CAAA;IAC3B,oBAAoB,GAAG,CAAC,GAAG,IAAW,EAAE,EAAE;QACxC,IAAI;YACF,OAAO,OAAO,CAAC,OAAO,CAAC,KAAK,CAAC,KAAK,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAC,CAAC,IAAI,CACtD,QAAQ,CAAC,EAAE,CAAC,CAAA,QAAQ,aAAR,QAAQ,uBAAR,QAAQ,CAAE,MAAM,KAAI,EAAE,CACnC,CAAA;SACF;QAAC,OAAO,GAAG,EAAE;YACZ,OAAO,OAAO,CAAC,MAAM,CAAC,GAAG,CAAC,CAAA;SAC3B;IACH,CAAC,CAAA;CACF;AAED,iCAAiC;AACjC,IAAI,aAAa,GAAG,CAAC,GAAG,EAAE,GAAG,IAAI,CAAA,CAAC,aAAa;AAC/C,IAAI,OAAO,GAAG,KAAK,CAAA;AAEnB,QAAe,CAAC,CAAC,UAAU;IACzB,MAAM,cAAI,CAAC,oBAAoB,CAAC,CAAA;IAChC,MAAM,aAAG,CAAC;QACR,mBAAS,CAAC,gCAAsB,EAAE,0BAA0B,CAAC;QAC7D,mBAAS,CAAC,+BAAqB,EAAE,yBAAyB,CAAC;QAC3D,mBAAS,CAAC,+BAAqB,EAAE,yBAAyB,CAAC;QAC3D,mBAAS,CAAC,8BAAoB,EAAE,wBAAwB,CAAC;QACzD,mBAAS,CAAC,2BAAiB,EAAE,sBAAsB,CAAC;QACpD,mBAAS,CAAC,gCAAsB,EAAE,0BAA0B,CAAC;QAC7D,mBAAS,CAAC,gCAAsB,EAAE,0BAA0B,CAAC;QAC7D,mBAAS,CAAC,gCAAsB,EAAE,yBAAyB,CAAC;KAC7D,CAAC,CAAA;AACJ,CAAC;AAZD,gCAYC;AAED,QAAQ,CAAC,CAAC,oBAAoB;IAC5B,oEAAoE;IACpE,MAAM,aAAG,CAAC,uBAAa,CAAC,oBAAc,EAAE,CAAC,CAAC,CAAA;AAC5C,CAAC;AAED,QAAQ,CAAC,CAAC,0BAA0B;IAClC,IAAI;QACF,MAAM,aAAG,CAAC,4BAAkB,EAAE,CAAC,CAAA;QAC/B,MAAM,EACJ,OAAO,EACP,OAAO,EACR,GAGG,MAAM,cAAI,CAAC;YACb,OAAO,EAAE,cAAI,CAAC,8BAAoB,CAAC;YACnC,OAAO,EAAE,cAAI,CAAC,8BAAoB,CAAC;SACpC,CAAC,CAAA;QACF,IAAI,OAAO,EAAE;YACX,MAAM,aAAG,CAAC,8BAAoB,CAAC,OAAO,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC,CAAA;SACxD;aAAM;YACL,MAAM,IAAI,KAAK,CAAC,OAAQ,CAAC,OAAO,CAAC,KAAK,CAAC,CAAA;SACxC;KACF;IAAC,OAAO,KAAK,EAAE;QACd,MAAM,aAAG,CAAC,0BAAgB,EAAE,CAAC,CAAA;QAC7B,MAAM,aAAG,CAAC,8BAAoB,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAA;KAC/C;AACH,CAAC;AAED,QAAQ,CAAC,CAAC,yBAAyB,CAAC,MAAiC;IACnE,MAAM,EAAE,YAAY,EAAE,GAAG,MAAM,CAAC,OAAO,CAAA;IACvC,IAAI;QACF,MAAM,OAAO,GAAW,MAAM,cAAI,CAAC,GAAS,EAAE;YAC5C,IAAI,wBAAkB,EAAE,EAAE;gBACxB,MAAM,oBAAoB,CAAC,qBAAqB,CAAC,CAAA;aAClD;YAED,MAAM,EAAE,OAAO,EAAE,GAAG,MAAM,iCAAU,CAAC,OAAO,CAC1C,YAAY,EACZ,oBAAc,EAAE,CACjB,CAAA;YACD,OAAO,OAAO,CAAA;QAChB,CAAC,CAAA,CAAC,CAAA;QAEF,IAAI,CAAC,OAAO,EAAE;YACZ,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAA;SACtD;QACD,MAAM,aAAG,CAAC,6BAAmB,CAAC,YAAY,CAAC,CAAC,CAAA;KAC7C;IAAC,OAAO,KAAK,EAAE;QACd,MAAM,aAAG,CAAC,0BAAgB,EAAE,CAAC,CAAA;QAC7B,MAAM,aAAG,CAAC,6BAAmB,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAA;KAC9C;AACH,CAAC;AAED,QAAQ,CAAC,CAAC,yBAAyB,CAAC,OAAkC;IACpE,MAAM,aAAG,CAAC,8BAAoB,EAAE,CAAC,CAAA;AACnC,CAAC;AAED,QAAQ,CAAC,CAAC,sBAAsB,CAAC,OAA+B;IAC9D,IAAI;QACF,MAAM,cAAI,CAAC,GAAG,EAAE,CAAC,iCAAU,CAAC,UAAU,EAAE,CAAC,CAAA;KAC1C;IAAC,OAAO,KAAK,EAAE;QACd,OAAO,CAAC,KAAK,CAAC,KAAK,CAAC,CAAA;KACrB;IACD,+BAA+B;IAC/B,OAAO,GAAG,KAAK,CAAA;AACjB,CAAC;AAED,QAAQ,CAAC,CAAC,wBAAwB,CAAC,OAAiC;IAClE,IAAI;QACF,MAAM,UAAU,GAAY,MAAM,gBAAM,CAAC,yBAAa,CAAC,CAAA;QACvD,MAAM,MAAM,GAAW,MAAM,cAAI,CAAC,mBAAW,EAAE,UAAU,CAAC,CAAA;QAC1D,MAAM,aAAG,CAAC,4BAAkB,CAAC,MAAM,CAAC,CAAC,CAAA;KACtC;IAAC,OAAO,KAAK,EAAE;QACd,MAAM,aAAG,CAAC,4BAAkB,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAA;KAC7C;AACH,CAAC;AAED,QAAQ,CAAC,CAAC,0BAA0B;IAClC,uBAAuB;IACvB,IAAI,CAAC,OAAO,IAAI,aAAa,GAAG,CAAC,EAAE;QACjC,OAAO,GAAG,IAAI,CAAA;QACd,OAAO,OAAO,EAAE;YACd,MAAM,eAAK,CAAC,aAAa,CAAC,CAAA;YAC1B,MAAM,iBAAiB,GAAY,MAAM,gBAAM,CAAC,uBAAW,CAAC,CAAA;YAC5D,IAAI,iBAAiB,EAAE;gBACrB,MAAM,aAAG,CAAC,4BAAkB,EAAE,CAAC,CAAA;aAChC;SACF;KACF;AACH,CAAC;AAED,QAAQ,CAAC,CAAC,0BAA0B,CAAC,MAAkC;IACrE,MAAM,EAAE,OAAO,EAAE,GAAG,MAAM,CAAC,OAAO,CAAA;IAClC,MAAM,QAAQ,GAAoB,MAAM,cAAI,CAAC,0BAAoB,CAAC,CAAA;IAClE,IAAI;QACF,IAAI,CAAC,QAAQ,EAAE;YACb,MAAM,IAAI,KAAK,CAAC,wBAAwB,CAAC,CAAA;SAC1C;QACD,MAAM,cAAI,CAAC,CAAC,QAAQ,EAAE,SAAS,CAAC,EAAE;YAChC,MAAM,EAAE,4BAA4B;YACpC,MAAM,EAAE,CAAC,EAAE,OAAO,EAAE,IAAI,GAAG,OAAO,CAAC,QAAQ,CAAC,EAAE,CAAC,EAAE,CAAC;SACnD,CAAC,CAAA;QACF,MAAM,aAAG,CAAC,8BAAoB,CAAC,OAAO,CAAC,CAAC,CAAA;KACzC;IAAC,OAAO,WAAW,EAAE;QACpB,2EAA2E;QAC3E,IAAI,QAAQ,IAAI,WAAW,CAAC,IAAI,KAAK,IAAI,EAAE;YACzC,IAAI;gBACF,MAAM,cAAI,CAAC,CAAC,QAAQ,EAAE,SAAS,CAAC,EAAE;oBAChC,MAAM,EAAE,yBAAyB;oBACjC,MAAM,EAAE,CAAC,qCAA6B,CAAC,OAAO,CAAC,CAAC;iBACjD,CAAC,CAAA;gBACF,MAAM,UAAU,GAAW,MAAM,cAAI,CAAC,0BAAkB,EAAE,QAAQ,CAAC,CAAA;gBACnE,IAAI,OAAO,KAAK,QAAQ,CAAC,UAAU,EAAE,EAAE,CAAC,EAAE;oBACxC,MAAM,IAAI,KAAK,CAAC,6CAA6C,CAAC,CAAA;iBAC/D;gBACD,MAAM,aAAG,CAAC,8BAAoB,CAAC,OAAO,CAAC,CAAC,CAAA;gBACxC,OAAM;aACP;YAAC,OAAO,QAAQ,EAAE;gBACjB,MAAM,aAAG,CACP,8BAAoB,CAClB,OAAO,EACP,yBAAyB,QAAQ,CAAC,OAAO,EAAE,CAC5C,CACF,CAAA;gBACD,OAAM;aACP;SACF;QACD,MAAM,aAAG,CACP,8BAAoB,CAClB,OAAO,EACP,4BAA4B,WAAW,CAAC,OAAO,EAAE,CAClD,CACF,CAAA;KACF;AACH,CAAC;AAED,QAAQ,CAAC,CAAC,yBAAyB,CAAC,OAAmC;IACrE,MAAM,aAAG,CAAC,4BAAkB,EAAE,CAAC,CAAA;AACjC,CAAC;AAED,SAAgB,gBAAgB,CAAC,OAA4B;IAC3D,IAAI,oBAAc,CAAC,OAAO,CAAC,QAAQ,CAAC,EAAE;QACpC,oBAAc,CAAC,MAAM,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC,CAAA;KACzC;SAAM;QACL,MAAM,IAAI,KAAK,CACb,oBAAoB,OAAO,CAAC,QAAQ,uBAAuB,MAAM,CAAC,MAAM,CACtE,kBAAO,CACR,EAAE,CACJ,CAAA;KACF;IAED,IAAI,OAAO,CAAC,YAAY,EAAE;QACxB,OAAO,CAAC,IAAI,CACV,6HAA6H,CAC9H,CAAA;KACF;IAED,IAAI,OAAO,CAAC,aAAa,EAAE;QACzB,aAAa,GAAG,OAAO,CAAC,aAAa,CAAA;KACtC;IAED,IAAI,OAAO,CAAC,oBAAoB,EAAE;QAChC,6BAAqB,CAAC,OAAO,CAAC,oBAAoB,CAAC,CAAA;KACpD;SAAM;QACL,OAAO,CAAC,IAAI,CACV,iFAAiF,6BAAqB,EAAE,IAAI,CAC7G,CAAA;KACF;IAED,OAAO,UAAU,CAAA;AACnB,CAAC;AA9BD,4CA8BC"}
|