Skip to content

Commit

Permalink
built
Browse files Browse the repository at this point in the history
  • Loading branch information
BenKurrek committed Jun 12, 2023
1 parent 411220a commit e30716b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 9 deletions.
2 changes: 0 additions & 2 deletions packages/selector/lib/core/wallet.js
Original file line number Diff line number Diff line change
Expand Up @@ -429,8 +429,6 @@ var KeypomWallet = /** @class */ (function () {
};
KeypomWallet.prototype.setSpecsFromKeypomParams = function (_a) {
var trialAccountSpecs = _a.trialAccountSpecs, instantSignInSpecs = _a.instantSignInSpecs, shouldSetupModal = _a.shouldSetupModal;
console.log('setSpecsFromKeypomParams instantSignInSpecs : ', instantSignInSpecs);
console.log('setSpecsFromKeypomParams trialAccountSpecs: ', trialAccountSpecs);
var trialSpecs = undefined;
if (trialAccountSpecs !== undefined) {
// Get the base URL and delimiter by splitting the URL using ACCOUNT_ID and SECRET_KEY
Expand Down
1 change: 1 addition & 0 deletions packages/selector/lib/modal/src/lib/handleModalType.d.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/// <reference types="react" />
import { ModalCustomizations, ModalType } from "./modal.types";
export declare const renderModalType: (modalType: ModalType, options: ModalCustomizations, hide: () => void) => JSX.Element | null;
6 changes: 1 addition & 5 deletions packages/selector/lib/tsconfig.tsbuildinfo

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions packages/selector/lib/utils/selector-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,12 +120,11 @@ var parseIPFSDataFromURL = function () { return __awaiter(void 0, void 0, void 0
return [4 /*yield*/, response.json()];
case 2:
data = _a.sent();
console.log('data: ', data);
if ((0, types_1.isKeypomParams)(data)) {
console.log('Successfully parsed Keypom params from URL.');
return [2 /*return*/, data];
}
console.log('data is not castable to Keypom params: ', data);
console.log('data can not be cast to Keypom params: ', data);
_a.label = 3;
case 3: return [2 /*return*/];
}
Expand Down

0 comments on commit e30716b

Please sign in to comment.