@keplr-wallet/provider 0.12.230 → 0.12.231
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/build/core.js +39 -39
- package/package.json +4 -4
- package/src/core.ts +39 -39
package/build/core.js
CHANGED
@@ -52,7 +52,7 @@ class Keplr {
|
|
52
52
|
if (!f) {
|
53
53
|
this.protectedTryOpenSidePanelIfEnabled();
|
54
54
|
}
|
55
|
-
},
|
55
|
+
}, 300);
|
56
56
|
});
|
57
57
|
}
|
58
58
|
// TODO: 웹페이지에서도 필요할수도 있을 것 같으니 나중에 keplr의 API로 추가해준다.
|
@@ -83,7 +83,7 @@ class Keplr {
|
|
83
83
|
if (!f) {
|
84
84
|
this.protectedTryOpenSidePanelIfEnabled();
|
85
85
|
}
|
86
|
-
},
|
86
|
+
}, 300);
|
87
87
|
});
|
88
88
|
});
|
89
89
|
}
|
@@ -126,7 +126,7 @@ class Keplr {
|
|
126
126
|
if (!f) {
|
127
127
|
this.protectedTryOpenSidePanelIfEnabled();
|
128
128
|
}
|
129
|
-
},
|
129
|
+
}, 300);
|
130
130
|
});
|
131
131
|
});
|
132
132
|
});
|
@@ -145,7 +145,7 @@ class Keplr {
|
|
145
145
|
if (!f) {
|
146
146
|
this.protectedTryOpenSidePanelIfEnabled();
|
147
147
|
}
|
148
|
-
},
|
148
|
+
}, 300);
|
149
149
|
});
|
150
150
|
});
|
151
151
|
}
|
@@ -163,7 +163,7 @@ class Keplr {
|
|
163
163
|
if (!f) {
|
164
164
|
this.protectedTryOpenSidePanelIfEnabled();
|
165
165
|
}
|
166
|
-
},
|
166
|
+
}, 300);
|
167
167
|
});
|
168
168
|
});
|
169
169
|
}
|
@@ -179,7 +179,7 @@ class Keplr {
|
|
179
179
|
if (!f) {
|
180
180
|
this.protectedTryOpenSidePanelIfEnabled();
|
181
181
|
}
|
182
|
-
},
|
182
|
+
}, 300);
|
183
183
|
});
|
184
184
|
});
|
185
185
|
}
|
@@ -197,7 +197,7 @@ class Keplr {
|
|
197
197
|
if (!f) {
|
198
198
|
this.protectedTryOpenSidePanelIfEnabled();
|
199
199
|
}
|
200
|
-
},
|
200
|
+
}, 300);
|
201
201
|
});
|
202
202
|
});
|
203
203
|
}
|
@@ -232,7 +232,7 @@ class Keplr {
|
|
232
232
|
if (!f) {
|
233
233
|
this.protectedTryOpenSidePanelIfEnabled();
|
234
234
|
}
|
235
|
-
},
|
235
|
+
}, 300);
|
236
236
|
});
|
237
237
|
});
|
238
238
|
}
|
@@ -269,7 +269,7 @@ class Keplr {
|
|
269
269
|
if (!f) {
|
270
270
|
this.protectedTryOpenSidePanelIfEnabled();
|
271
271
|
}
|
272
|
-
},
|
272
|
+
}, 300);
|
273
273
|
});
|
274
274
|
});
|
275
275
|
}
|
@@ -310,7 +310,7 @@ class Keplr {
|
|
310
310
|
if (!f) {
|
311
311
|
this.protectedTryOpenSidePanelIfEnabled();
|
312
312
|
}
|
313
|
-
},
|
313
|
+
}, 300);
|
314
314
|
});
|
315
315
|
});
|
316
316
|
}
|
@@ -333,7 +333,7 @@ class Keplr {
|
|
333
333
|
if (!f) {
|
334
334
|
this.protectedTryOpenSidePanelIfEnabled();
|
335
335
|
}
|
336
|
-
},
|
336
|
+
}, 300);
|
337
337
|
});
|
338
338
|
});
|
339
339
|
}
|
@@ -357,7 +357,7 @@ class Keplr {
|
|
357
357
|
if (!f) {
|
358
358
|
this.protectedTryOpenSidePanelIfEnabled();
|
359
359
|
}
|
360
|
-
},
|
360
|
+
}, 300);
|
361
361
|
});
|
362
362
|
});
|
363
363
|
}
|
@@ -378,7 +378,7 @@ class Keplr {
|
|
378
378
|
if (!f) {
|
379
379
|
this.protectedTryOpenSidePanelIfEnabled();
|
380
380
|
}
|
381
|
-
},
|
381
|
+
}, 300);
|
382
382
|
});
|
383
383
|
});
|
384
384
|
}
|
@@ -400,7 +400,7 @@ class Keplr {
|
|
400
400
|
if (!f) {
|
401
401
|
this.protectedTryOpenSidePanelIfEnabled();
|
402
402
|
}
|
403
|
-
},
|
403
|
+
}, 300);
|
404
404
|
});
|
405
405
|
});
|
406
406
|
}
|
@@ -435,7 +435,7 @@ class Keplr {
|
|
435
435
|
if (!f) {
|
436
436
|
this.protectedTryOpenSidePanelIfEnabled();
|
437
437
|
}
|
438
|
-
},
|
438
|
+
}, 300);
|
439
439
|
});
|
440
440
|
});
|
441
441
|
}
|
@@ -454,7 +454,7 @@ class Keplr {
|
|
454
454
|
if (!f) {
|
455
455
|
this.protectedTryOpenSidePanelIfEnabled();
|
456
456
|
}
|
457
|
-
},
|
457
|
+
}, 300);
|
458
458
|
});
|
459
459
|
});
|
460
460
|
}
|
@@ -472,7 +472,7 @@ class Keplr {
|
|
472
472
|
if (!f) {
|
473
473
|
this.protectedTryOpenSidePanelIfEnabled();
|
474
474
|
}
|
475
|
-
},
|
475
|
+
}, 300);
|
476
476
|
});
|
477
477
|
});
|
478
478
|
}
|
@@ -491,7 +491,7 @@ class Keplr {
|
|
491
491
|
if (!f) {
|
492
492
|
this.protectedTryOpenSidePanelIfEnabled();
|
493
493
|
}
|
494
|
-
},
|
494
|
+
}, 300);
|
495
495
|
});
|
496
496
|
});
|
497
497
|
}
|
@@ -513,7 +513,7 @@ class Keplr {
|
|
513
513
|
if (!f) {
|
514
514
|
this.protectedTryOpenSidePanelIfEnabled();
|
515
515
|
}
|
516
|
-
},
|
516
|
+
}, 300);
|
517
517
|
});
|
518
518
|
});
|
519
519
|
}
|
@@ -536,7 +536,7 @@ class Keplr {
|
|
536
536
|
if (!f) {
|
537
537
|
this.protectedTryOpenSidePanelIfEnabled();
|
538
538
|
}
|
539
|
-
},
|
539
|
+
}, 300);
|
540
540
|
});
|
541
541
|
});
|
542
542
|
}
|
@@ -568,7 +568,7 @@ class Keplr {
|
|
568
568
|
if (!f) {
|
569
569
|
this.protectedTryOpenSidePanelIfEnabled();
|
570
570
|
}
|
571
|
-
},
|
571
|
+
}, 300);
|
572
572
|
});
|
573
573
|
});
|
574
574
|
}
|
@@ -592,7 +592,7 @@ class Keplr {
|
|
592
592
|
if (!f) {
|
593
593
|
this.protectedTryOpenSidePanelIfEnabled();
|
594
594
|
}
|
595
|
-
},
|
595
|
+
}, 300);
|
596
596
|
});
|
597
597
|
});
|
598
598
|
}
|
@@ -650,7 +650,7 @@ class Keplr {
|
|
650
650
|
if (!f) {
|
651
651
|
this.protectedTryOpenSidePanelIfEnabled();
|
652
652
|
}
|
653
|
-
},
|
653
|
+
}, 300);
|
654
654
|
});
|
655
655
|
});
|
656
656
|
}
|
@@ -673,7 +673,7 @@ class Keplr {
|
|
673
673
|
if (!f) {
|
674
674
|
this.protectedTryOpenSidePanelIfEnabled();
|
675
675
|
}
|
676
|
-
},
|
676
|
+
}, 300);
|
677
677
|
});
|
678
678
|
});
|
679
679
|
}
|
@@ -691,7 +691,7 @@ class Keplr {
|
|
691
691
|
if (!f) {
|
692
692
|
this.protectedTryOpenSidePanelIfEnabled();
|
693
693
|
}
|
694
|
-
},
|
694
|
+
}, 300);
|
695
695
|
});
|
696
696
|
});
|
697
697
|
}
|
@@ -711,7 +711,7 @@ class Keplr {
|
|
711
711
|
if (!f) {
|
712
712
|
this.protectedTryOpenSidePanelIfEnabled();
|
713
713
|
}
|
714
|
-
},
|
714
|
+
}, 300);
|
715
715
|
});
|
716
716
|
});
|
717
717
|
}
|
@@ -748,7 +748,7 @@ class Keplr {
|
|
748
748
|
if (!f) {
|
749
749
|
this.protectedTryOpenSidePanelIfEnabled();
|
750
750
|
}
|
751
|
-
},
|
751
|
+
}, 300);
|
752
752
|
});
|
753
753
|
});
|
754
754
|
}
|
@@ -766,7 +766,7 @@ class Keplr {
|
|
766
766
|
if (!f) {
|
767
767
|
this.protectedTryOpenSidePanelIfEnabled();
|
768
768
|
}
|
769
|
-
},
|
769
|
+
}, 300);
|
770
770
|
});
|
771
771
|
});
|
772
772
|
}
|
@@ -1055,7 +1055,7 @@ class EthereumProvider extends events_1.default {
|
|
1055
1055
|
if (!f) {
|
1056
1056
|
this.keplr.protectedTryOpenSidePanelIfEnabled();
|
1057
1057
|
}
|
1058
|
-
},
|
1058
|
+
}, 300);
|
1059
1059
|
});
|
1060
1060
|
});
|
1061
1061
|
}
|
@@ -1106,7 +1106,7 @@ class EthereumProvider extends events_1.default {
|
|
1106
1106
|
if (!f && sidePanelOpenNeededJSONRPCMethods.includes(method)) {
|
1107
1107
|
this.keplr.protectedTryOpenSidePanelIfEnabled();
|
1108
1108
|
}
|
1109
|
-
},
|
1109
|
+
}, 300);
|
1110
1110
|
});
|
1111
1111
|
});
|
1112
1112
|
}
|
@@ -1156,7 +1156,7 @@ class StarknetProvider {
|
|
1156
1156
|
if (!f) {
|
1157
1157
|
this.keplr.protectedTryOpenSidePanelIfEnabled();
|
1158
1158
|
}
|
1159
|
-
},
|
1159
|
+
}, 300);
|
1160
1160
|
});
|
1161
1161
|
});
|
1162
1162
|
}
|
@@ -1202,7 +1202,7 @@ class StarknetProvider {
|
|
1202
1202
|
if (!f && sidePanelOpenNeededStarknetJSONRPCMethods.includes(type)) {
|
1203
1203
|
this.keplr.protectedTryOpenSidePanelIfEnabled();
|
1204
1204
|
}
|
1205
|
-
},
|
1205
|
+
}, 300);
|
1206
1206
|
});
|
1207
1207
|
});
|
1208
1208
|
}
|
@@ -1239,7 +1239,7 @@ class BitcoinProvider extends events_1.default {
|
|
1239
1239
|
if (!f) {
|
1240
1240
|
this.keplr.protectedTryOpenSidePanelIfEnabled();
|
1241
1241
|
}
|
1242
|
-
},
|
1242
|
+
}, 300);
|
1243
1243
|
});
|
1244
1244
|
});
|
1245
1245
|
}
|
@@ -1280,7 +1280,7 @@ class BitcoinProvider extends events_1.default {
|
|
1280
1280
|
if (!f) {
|
1281
1281
|
this.keplr.protectedTryOpenSidePanelIfEnabled();
|
1282
1282
|
}
|
1283
|
-
},
|
1283
|
+
}, 300);
|
1284
1284
|
});
|
1285
1285
|
});
|
1286
1286
|
}
|
@@ -1305,7 +1305,7 @@ class BitcoinProvider extends events_1.default {
|
|
1305
1305
|
if (!f) {
|
1306
1306
|
this.keplr.protectedTryOpenSidePanelIfEnabled();
|
1307
1307
|
}
|
1308
|
-
},
|
1308
|
+
}, 300);
|
1309
1309
|
});
|
1310
1310
|
});
|
1311
1311
|
}
|
@@ -1343,7 +1343,7 @@ class BitcoinProvider extends events_1.default {
|
|
1343
1343
|
if (!f) {
|
1344
1344
|
this.keplr.protectedTryOpenSidePanelIfEnabled();
|
1345
1345
|
}
|
1346
|
-
},
|
1346
|
+
}, 300);
|
1347
1347
|
});
|
1348
1348
|
});
|
1349
1349
|
}
|
@@ -1363,7 +1363,7 @@ class BitcoinProvider extends events_1.default {
|
|
1363
1363
|
if (!f) {
|
1364
1364
|
this.keplr.protectedTryOpenSidePanelIfEnabled();
|
1365
1365
|
}
|
1366
|
-
},
|
1366
|
+
}, 300);
|
1367
1367
|
});
|
1368
1368
|
});
|
1369
1369
|
}
|
@@ -1391,7 +1391,7 @@ class BitcoinProvider extends events_1.default {
|
|
1391
1391
|
if (!f) {
|
1392
1392
|
this.keplr.protectedTryOpenSidePanelIfEnabled();
|
1393
1393
|
}
|
1394
|
-
},
|
1394
|
+
}, 300);
|
1395
1395
|
});
|
1396
1396
|
});
|
1397
1397
|
}
|
@@ -1411,7 +1411,7 @@ class BitcoinProvider extends events_1.default {
|
|
1411
1411
|
if (!f) {
|
1412
1412
|
this.keplr.protectedTryOpenSidePanelIfEnabled();
|
1413
1413
|
}
|
1414
|
-
},
|
1414
|
+
}, 300);
|
1415
1415
|
});
|
1416
1416
|
});
|
1417
1417
|
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@keplr-wallet/provider",
|
3
|
-
"version": "0.12.
|
3
|
+
"version": "0.12.231",
|
4
4
|
"main": "build/index.js",
|
5
5
|
"author": "chainapsis",
|
6
6
|
"license": "Apache-2.0",
|
@@ -16,8 +16,8 @@
|
|
16
16
|
"lint-fix": "eslint --fix \"src/**/*\" && prettier --write \"src/**/*\""
|
17
17
|
},
|
18
18
|
"dependencies": {
|
19
|
-
"@keplr-wallet/router": "0.12.
|
20
|
-
"@keplr-wallet/types": "0.12.
|
19
|
+
"@keplr-wallet/router": "0.12.231",
|
20
|
+
"@keplr-wallet/types": "0.12.231",
|
21
21
|
"buffer": "^6.0.3",
|
22
22
|
"deepmerge": "^4.2.2",
|
23
23
|
"long": "^4.0.0"
|
@@ -25,5 +25,5 @@
|
|
25
25
|
"peerDependencies": {
|
26
26
|
"starknet": "^6"
|
27
27
|
},
|
28
|
-
"gitHead": "
|
28
|
+
"gitHead": "942ff8cfa918e7a9864a8e6235acf40ee10bbdcc"
|
29
29
|
}
|
package/src/core.ts
CHANGED
@@ -96,7 +96,7 @@ export class Keplr implements IKeplr, KeplrCoreTypes {
|
|
96
96
|
if (!f) {
|
97
97
|
this.protectedTryOpenSidePanelIfEnabled();
|
98
98
|
}
|
99
|
-
},
|
99
|
+
}, 300);
|
100
100
|
});
|
101
101
|
}
|
102
102
|
|
@@ -141,7 +141,7 @@ export class Keplr implements IKeplr, KeplrCoreTypes {
|
|
141
141
|
if (!f) {
|
142
142
|
this.protectedTryOpenSidePanelIfEnabled();
|
143
143
|
}
|
144
|
-
},
|
144
|
+
}, 300);
|
145
145
|
});
|
146
146
|
}
|
147
147
|
|
@@ -223,7 +223,7 @@ export class Keplr implements IKeplr, KeplrCoreTypes {
|
|
223
223
|
if (!f) {
|
224
224
|
this.protectedTryOpenSidePanelIfEnabled();
|
225
225
|
}
|
226
|
-
},
|
226
|
+
}, 300);
|
227
227
|
});
|
228
228
|
});
|
229
229
|
}
|
@@ -248,7 +248,7 @@ export class Keplr implements IKeplr, KeplrCoreTypes {
|
|
248
248
|
if (!f) {
|
249
249
|
this.protectedTryOpenSidePanelIfEnabled();
|
250
250
|
}
|
251
|
-
},
|
251
|
+
}, 300);
|
252
252
|
});
|
253
253
|
}
|
254
254
|
|
@@ -272,7 +272,7 @@ export class Keplr implements IKeplr, KeplrCoreTypes {
|
|
272
272
|
if (!f) {
|
273
273
|
this.protectedTryOpenSidePanelIfEnabled();
|
274
274
|
}
|
275
|
-
},
|
275
|
+
}, 300);
|
276
276
|
});
|
277
277
|
}
|
278
278
|
|
@@ -294,7 +294,7 @@ export class Keplr implements IKeplr, KeplrCoreTypes {
|
|
294
294
|
if (!f) {
|
295
295
|
this.protectedTryOpenSidePanelIfEnabled();
|
296
296
|
}
|
297
|
-
},
|
297
|
+
}, 300);
|
298
298
|
});
|
299
299
|
}
|
300
300
|
|
@@ -320,7 +320,7 @@ export class Keplr implements IKeplr, KeplrCoreTypes {
|
|
320
320
|
if (!f) {
|
321
321
|
this.protectedTryOpenSidePanelIfEnabled();
|
322
322
|
}
|
323
|
-
},
|
323
|
+
}, 300);
|
324
324
|
});
|
325
325
|
}
|
326
326
|
|
@@ -375,7 +375,7 @@ export class Keplr implements IKeplr, KeplrCoreTypes {
|
|
375
375
|
if (!f) {
|
376
376
|
this.protectedTryOpenSidePanelIfEnabled();
|
377
377
|
}
|
378
|
-
},
|
378
|
+
}, 300);
|
379
379
|
});
|
380
380
|
}
|
381
381
|
|
@@ -429,7 +429,7 @@ export class Keplr implements IKeplr, KeplrCoreTypes {
|
|
429
429
|
if (!f) {
|
430
430
|
this.protectedTryOpenSidePanelIfEnabled();
|
431
431
|
}
|
432
|
-
},
|
432
|
+
}, 300);
|
433
433
|
});
|
434
434
|
}
|
435
435
|
|
@@ -497,7 +497,7 @@ export class Keplr implements IKeplr, KeplrCoreTypes {
|
|
497
497
|
if (!f) {
|
498
498
|
this.protectedTryOpenSidePanelIfEnabled();
|
499
499
|
}
|
500
|
-
},
|
500
|
+
}, 300);
|
501
501
|
});
|
502
502
|
}
|
503
503
|
|
@@ -530,7 +530,7 @@ export class Keplr implements IKeplr, KeplrCoreTypes {
|
|
530
530
|
if (!f) {
|
531
531
|
this.protectedTryOpenSidePanelIfEnabled();
|
532
532
|
}
|
533
|
-
},
|
533
|
+
}, 300);
|
534
534
|
});
|
535
535
|
}
|
536
536
|
|
@@ -566,7 +566,7 @@ export class Keplr implements IKeplr, KeplrCoreTypes {
|
|
566
566
|
if (!f) {
|
567
567
|
this.protectedTryOpenSidePanelIfEnabled();
|
568
568
|
}
|
569
|
-
},
|
569
|
+
}, 300);
|
570
570
|
});
|
571
571
|
}
|
572
572
|
|
@@ -598,7 +598,7 @@ export class Keplr implements IKeplr, KeplrCoreTypes {
|
|
598
598
|
if (!f) {
|
599
599
|
this.protectedTryOpenSidePanelIfEnabled();
|
600
600
|
}
|
601
|
-
},
|
601
|
+
}, 300);
|
602
602
|
});
|
603
603
|
}
|
604
604
|
|
@@ -632,7 +632,7 @@ export class Keplr implements IKeplr, KeplrCoreTypes {
|
|
632
632
|
if (!f) {
|
633
633
|
this.protectedTryOpenSidePanelIfEnabled();
|
634
634
|
}
|
635
|
-
},
|
635
|
+
}, 300);
|
636
636
|
});
|
637
637
|
}
|
638
638
|
|
@@ -687,7 +687,7 @@ export class Keplr implements IKeplr, KeplrCoreTypes {
|
|
687
687
|
if (!f) {
|
688
688
|
this.protectedTryOpenSidePanelIfEnabled();
|
689
689
|
}
|
690
|
-
},
|
690
|
+
}, 300);
|
691
691
|
});
|
692
692
|
}
|
693
693
|
|
@@ -715,7 +715,7 @@ export class Keplr implements IKeplr, KeplrCoreTypes {
|
|
715
715
|
if (!f) {
|
716
716
|
this.protectedTryOpenSidePanelIfEnabled();
|
717
717
|
}
|
718
|
-
},
|
718
|
+
}, 300);
|
719
719
|
});
|
720
720
|
}
|
721
721
|
|
@@ -739,7 +739,7 @@ export class Keplr implements IKeplr, KeplrCoreTypes {
|
|
739
739
|
if (!f) {
|
740
740
|
this.protectedTryOpenSidePanelIfEnabled();
|
741
741
|
}
|
742
|
-
},
|
742
|
+
}, 300);
|
743
743
|
});
|
744
744
|
}
|
745
745
|
|
@@ -767,7 +767,7 @@ export class Keplr implements IKeplr, KeplrCoreTypes {
|
|
767
767
|
if (!f) {
|
768
768
|
this.protectedTryOpenSidePanelIfEnabled();
|
769
769
|
}
|
770
|
-
},
|
770
|
+
}, 300);
|
771
771
|
});
|
772
772
|
}
|
773
773
|
|
@@ -798,7 +798,7 @@ export class Keplr implements IKeplr, KeplrCoreTypes {
|
|
798
798
|
if (!f) {
|
799
799
|
this.protectedTryOpenSidePanelIfEnabled();
|
800
800
|
}
|
801
|
-
},
|
801
|
+
}, 300);
|
802
802
|
});
|
803
803
|
}
|
804
804
|
|
@@ -832,7 +832,7 @@ export class Keplr implements IKeplr, KeplrCoreTypes {
|
|
832
832
|
if (!f) {
|
833
833
|
this.protectedTryOpenSidePanelIfEnabled();
|
834
834
|
}
|
835
|
-
},
|
835
|
+
}, 300);
|
836
836
|
});
|
837
837
|
}
|
838
838
|
|
@@ -881,7 +881,7 @@ export class Keplr implements IKeplr, KeplrCoreTypes {
|
|
881
881
|
if (!f) {
|
882
882
|
this.protectedTryOpenSidePanelIfEnabled();
|
883
883
|
}
|
884
|
-
},
|
884
|
+
}, 300);
|
885
885
|
});
|
886
886
|
}
|
887
887
|
|
@@ -922,7 +922,7 @@ export class Keplr implements IKeplr, KeplrCoreTypes {
|
|
922
922
|
if (!f) {
|
923
923
|
this.protectedTryOpenSidePanelIfEnabled();
|
924
924
|
}
|
925
|
-
},
|
925
|
+
}, 300);
|
926
926
|
});
|
927
927
|
}
|
928
928
|
|
@@ -1019,7 +1019,7 @@ export class Keplr implements IKeplr, KeplrCoreTypes {
|
|
1019
1019
|
if (!f) {
|
1020
1020
|
this.protectedTryOpenSidePanelIfEnabled();
|
1021
1021
|
}
|
1022
|
-
},
|
1022
|
+
}, 300);
|
1023
1023
|
});
|
1024
1024
|
}
|
1025
1025
|
|
@@ -1059,7 +1059,7 @@ export class Keplr implements IKeplr, KeplrCoreTypes {
|
|
1059
1059
|
if (!f) {
|
1060
1060
|
this.protectedTryOpenSidePanelIfEnabled();
|
1061
1061
|
}
|
1062
|
-
},
|
1062
|
+
}, 300);
|
1063
1063
|
});
|
1064
1064
|
}
|
1065
1065
|
|
@@ -1091,7 +1091,7 @@ export class Keplr implements IKeplr, KeplrCoreTypes {
|
|
1091
1091
|
if (!f) {
|
1092
1092
|
this.protectedTryOpenSidePanelIfEnabled();
|
1093
1093
|
}
|
1094
|
-
},
|
1094
|
+
}, 300);
|
1095
1095
|
});
|
1096
1096
|
}
|
1097
1097
|
|
@@ -1125,7 +1125,7 @@ export class Keplr implements IKeplr, KeplrCoreTypes {
|
|
1125
1125
|
if (!f) {
|
1126
1126
|
this.protectedTryOpenSidePanelIfEnabled();
|
1127
1127
|
}
|
1128
|
-
},
|
1128
|
+
}, 300);
|
1129
1129
|
});
|
1130
1130
|
}
|
1131
1131
|
|
@@ -1186,7 +1186,7 @@ export class Keplr implements IKeplr, KeplrCoreTypes {
|
|
1186
1186
|
if (!f) {
|
1187
1187
|
this.protectedTryOpenSidePanelIfEnabled();
|
1188
1188
|
}
|
1189
|
-
},
|
1189
|
+
}, 300);
|
1190
1190
|
});
|
1191
1191
|
}
|
1192
1192
|
|
@@ -1218,7 +1218,7 @@ export class Keplr implements IKeplr, KeplrCoreTypes {
|
|
1218
1218
|
if (!f) {
|
1219
1219
|
this.protectedTryOpenSidePanelIfEnabled();
|
1220
1220
|
}
|
1221
|
-
},
|
1221
|
+
}, 300);
|
1222
1222
|
});
|
1223
1223
|
}
|
1224
1224
|
|
@@ -1626,7 +1626,7 @@ class EthereumProvider extends EventEmitter implements IEthereumProvider {
|
|
1626
1626
|
if (!f) {
|
1627
1627
|
this.keplr.protectedTryOpenSidePanelIfEnabled();
|
1628
1628
|
}
|
1629
|
-
},
|
1629
|
+
}, 300);
|
1630
1630
|
});
|
1631
1631
|
}
|
1632
1632
|
|
@@ -1712,7 +1712,7 @@ class EthereumProvider extends EventEmitter implements IEthereumProvider {
|
|
1712
1712
|
if (!f && sidePanelOpenNeededJSONRPCMethods.includes(method)) {
|
1713
1713
|
this.keplr.protectedTryOpenSidePanelIfEnabled();
|
1714
1714
|
}
|
1715
|
-
},
|
1715
|
+
}, 300);
|
1716
1716
|
});
|
1717
1717
|
}
|
1718
1718
|
|
@@ -1782,7 +1782,7 @@ class StarknetProvider implements IStarknetProvider {
|
|
1782
1782
|
if (!f) {
|
1783
1783
|
this.keplr.protectedTryOpenSidePanelIfEnabled();
|
1784
1784
|
}
|
1785
|
-
},
|
1785
|
+
}, 300);
|
1786
1786
|
});
|
1787
1787
|
}
|
1788
1788
|
|
@@ -1859,7 +1859,7 @@ class StarknetProvider implements IStarknetProvider {
|
|
1859
1859
|
if (!f && sidePanelOpenNeededStarknetJSONRPCMethods.includes(type)) {
|
1860
1860
|
this.keplr.protectedTryOpenSidePanelIfEnabled();
|
1861
1861
|
}
|
1862
|
-
},
|
1862
|
+
}, 300);
|
1863
1863
|
});
|
1864
1864
|
}
|
1865
1865
|
async enable(_options?: {
|
@@ -1905,7 +1905,7 @@ class BitcoinProvider extends EventEmitter implements IBitcoinProvider {
|
|
1905
1905
|
if (!f) {
|
1906
1906
|
this.keplr.protectedTryOpenSidePanelIfEnabled();
|
1907
1907
|
}
|
1908
|
-
},
|
1908
|
+
}, 300);
|
1909
1909
|
});
|
1910
1910
|
}
|
1911
1911
|
|
@@ -1974,7 +1974,7 @@ class BitcoinProvider extends EventEmitter implements IBitcoinProvider {
|
|
1974
1974
|
if (!f) {
|
1975
1975
|
this.keplr.protectedTryOpenSidePanelIfEnabled();
|
1976
1976
|
}
|
1977
|
-
},
|
1977
|
+
}, 300);
|
1978
1978
|
});
|
1979
1979
|
}
|
1980
1980
|
|
@@ -2015,7 +2015,7 @@ class BitcoinProvider extends EventEmitter implements IBitcoinProvider {
|
|
2015
2015
|
if (!f) {
|
2016
2016
|
this.keplr.protectedTryOpenSidePanelIfEnabled();
|
2017
2017
|
}
|
2018
|
-
},
|
2018
|
+
}, 300);
|
2019
2019
|
});
|
2020
2020
|
}
|
2021
2021
|
|
@@ -2084,7 +2084,7 @@ class BitcoinProvider extends EventEmitter implements IBitcoinProvider {
|
|
2084
2084
|
if (!f) {
|
2085
2085
|
this.keplr.protectedTryOpenSidePanelIfEnabled();
|
2086
2086
|
}
|
2087
|
-
},
|
2087
|
+
}, 300);
|
2088
2088
|
});
|
2089
2089
|
}
|
2090
2090
|
|
@@ -2110,7 +2110,7 @@ class BitcoinProvider extends EventEmitter implements IBitcoinProvider {
|
|
2110
2110
|
if (!f) {
|
2111
2111
|
this.keplr.protectedTryOpenSidePanelIfEnabled();
|
2112
2112
|
}
|
2113
|
-
},
|
2113
|
+
}, 300);
|
2114
2114
|
});
|
2115
2115
|
}
|
2116
2116
|
|
@@ -2150,7 +2150,7 @@ class BitcoinProvider extends EventEmitter implements IBitcoinProvider {
|
|
2150
2150
|
if (!f) {
|
2151
2151
|
this.keplr.protectedTryOpenSidePanelIfEnabled();
|
2152
2152
|
}
|
2153
|
-
},
|
2153
|
+
}, 300);
|
2154
2154
|
});
|
2155
2155
|
}
|
2156
2156
|
|
@@ -2179,7 +2179,7 @@ class BitcoinProvider extends EventEmitter implements IBitcoinProvider {
|
|
2179
2179
|
if (!f) {
|
2180
2180
|
this.keplr.protectedTryOpenSidePanelIfEnabled();
|
2181
2181
|
}
|
2182
|
-
},
|
2182
|
+
}, 300);
|
2183
2183
|
});
|
2184
2184
|
}
|
2185
2185
|
|