cryptoseed 1.0.0

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.
@@ -0,0 +1,1655 @@
1
+ /**
2
+ * CryptoSeedRecovery - Wordlists Module
3
+ * Exposes standard BIP-39 wordlists from ethers v6 and the custom legacy Electrum v1 1,626-word list.
4
+ */
5
+
6
+ const { wordlists } = require('ethers');
7
+
8
+ // Legacy Electrum v1 poetic wordlist of 1,626 words
9
+ const electrumPoet = [
10
+ "like",
11
+ "just",
12
+ "love",
13
+ "know",
14
+ "never",
15
+ "want",
16
+ "time",
17
+ "out",
18
+ "there",
19
+ "make",
20
+ "look",
21
+ "eye",
22
+ "down",
23
+ "only",
24
+ "think",
25
+ "heart",
26
+ "back",
27
+ "then",
28
+ "into",
29
+ "about",
30
+ "more",
31
+ "away",
32
+ "still",
33
+ "them",
34
+ "take",
35
+ "thing",
36
+ "even",
37
+ "through",
38
+ "long",
39
+ "always",
40
+ "world",
41
+ "too",
42
+ "friend",
43
+ "tell",
44
+ "try",
45
+ "hand",
46
+ "thought",
47
+ "over",
48
+ "here",
49
+ "other",
50
+ "need",
51
+ "smile",
52
+ "again",
53
+ "much",
54
+ "cry",
55
+ "been",
56
+ "night",
57
+ "ever",
58
+ "little",
59
+ "said",
60
+ "end",
61
+ "some",
62
+ "those",
63
+ "around",
64
+ "mind",
65
+ "people",
66
+ "girl",
67
+ "leave",
68
+ "dream",
69
+ "left",
70
+ "turn",
71
+ "myself",
72
+ "give",
73
+ "nothing",
74
+ "really",
75
+ "off",
76
+ "before",
77
+ "something",
78
+ "find",
79
+ "walk",
80
+ "wish",
81
+ "good",
82
+ "once",
83
+ "place",
84
+ "ask",
85
+ "stop",
86
+ "keep",
87
+ "watch",
88
+ "seem",
89
+ "everything",
90
+ "wait",
91
+ "got",
92
+ "yet",
93
+ "made",
94
+ "remember",
95
+ "start",
96
+ "alone",
97
+ "run",
98
+ "hope",
99
+ "maybe",
100
+ "believe",
101
+ "body",
102
+ "hate",
103
+ "after",
104
+ "close",
105
+ "talk",
106
+ "stand",
107
+ "own",
108
+ "each",
109
+ "hurt",
110
+ "help",
111
+ "home",
112
+ "god",
113
+ "soul",
114
+ "new",
115
+ "many",
116
+ "two",
117
+ "inside",
118
+ "should",
119
+ "true",
120
+ "first",
121
+ "fear",
122
+ "mean",
123
+ "better",
124
+ "play",
125
+ "another",
126
+ "gone",
127
+ "change",
128
+ "use",
129
+ "wonder",
130
+ "someone",
131
+ "hair",
132
+ "cold",
133
+ "open",
134
+ "best",
135
+ "any",
136
+ "behind",
137
+ "happen",
138
+ "water",
139
+ "dark",
140
+ "laugh",
141
+ "stay",
142
+ "forever",
143
+ "name",
144
+ "work",
145
+ "show",
146
+ "sky",
147
+ "break",
148
+ "came",
149
+ "deep",
150
+ "door",
151
+ "put",
152
+ "black",
153
+ "together",
154
+ "upon",
155
+ "happy",
156
+ "such",
157
+ "great",
158
+ "white",
159
+ "matter",
160
+ "fill",
161
+ "past",
162
+ "please",
163
+ "burn",
164
+ "cause",
165
+ "enough",
166
+ "touch",
167
+ "moment",
168
+ "soon",
169
+ "voice",
170
+ "scream",
171
+ "anything",
172
+ "stare",
173
+ "sound",
174
+ "red",
175
+ "everyone",
176
+ "hide",
177
+ "kiss",
178
+ "truth",
179
+ "death",
180
+ "beautiful",
181
+ "mine",
182
+ "blood",
183
+ "broken",
184
+ "very",
185
+ "pass",
186
+ "next",
187
+ "forget",
188
+ "tree",
189
+ "wrong",
190
+ "air",
191
+ "mother",
192
+ "understand",
193
+ "lip",
194
+ "hit",
195
+ "wall",
196
+ "memory",
197
+ "sleep",
198
+ "free",
199
+ "high",
200
+ "realize",
201
+ "school",
202
+ "might",
203
+ "skin",
204
+ "sweet",
205
+ "perfect",
206
+ "blue",
207
+ "kill",
208
+ "breath",
209
+ "dance",
210
+ "against",
211
+ "fly",
212
+ "between",
213
+ "grow",
214
+ "strong",
215
+ "under",
216
+ "listen",
217
+ "bring",
218
+ "sometimes",
219
+ "speak",
220
+ "pull",
221
+ "person",
222
+ "become",
223
+ "family",
224
+ "begin",
225
+ "ground",
226
+ "real",
227
+ "small",
228
+ "father",
229
+ "sure",
230
+ "feet",
231
+ "rest",
232
+ "young",
233
+ "finally",
234
+ "land",
235
+ "across",
236
+ "today",
237
+ "different",
238
+ "guy",
239
+ "line",
240
+ "fire",
241
+ "reason",
242
+ "reach",
243
+ "second",
244
+ "slowly",
245
+ "write",
246
+ "eat",
247
+ "smell",
248
+ "mouth",
249
+ "step",
250
+ "learn",
251
+ "three",
252
+ "floor",
253
+ "promise",
254
+ "breathe",
255
+ "darkness",
256
+ "push",
257
+ "earth",
258
+ "guess",
259
+ "save",
260
+ "song",
261
+ "above",
262
+ "along",
263
+ "both",
264
+ "color",
265
+ "house",
266
+ "almost",
267
+ "sorry",
268
+ "anymore",
269
+ "brother",
270
+ "okay",
271
+ "dear",
272
+ "game",
273
+ "fade",
274
+ "already",
275
+ "apart",
276
+ "warm",
277
+ "beauty",
278
+ "heard",
279
+ "notice",
280
+ "question",
281
+ "shine",
282
+ "began",
283
+ "piece",
284
+ "whole",
285
+ "shadow",
286
+ "secret",
287
+ "street",
288
+ "within",
289
+ "finger",
290
+ "point",
291
+ "morning",
292
+ "whisper",
293
+ "child",
294
+ "moon",
295
+ "green",
296
+ "story",
297
+ "glass",
298
+ "kid",
299
+ "silence",
300
+ "since",
301
+ "soft",
302
+ "yourself",
303
+ "empty",
304
+ "shall",
305
+ "angel",
306
+ "answer",
307
+ "baby",
308
+ "bright",
309
+ "dad",
310
+ "path",
311
+ "worry",
312
+ "hour",
313
+ "drop",
314
+ "follow",
315
+ "power",
316
+ "war",
317
+ "half",
318
+ "flow",
319
+ "heaven",
320
+ "act",
321
+ "chance",
322
+ "fact",
323
+ "least",
324
+ "tired",
325
+ "children",
326
+ "near",
327
+ "quite",
328
+ "afraid",
329
+ "rise",
330
+ "sea",
331
+ "taste",
332
+ "window",
333
+ "cover",
334
+ "nice",
335
+ "trust",
336
+ "lot",
337
+ "sad",
338
+ "cool",
339
+ "force",
340
+ "peace",
341
+ "return",
342
+ "blind",
343
+ "easy",
344
+ "ready",
345
+ "roll",
346
+ "rose",
347
+ "drive",
348
+ "held",
349
+ "music",
350
+ "beneath",
351
+ "hang",
352
+ "mom",
353
+ "paint",
354
+ "emotion",
355
+ "quiet",
356
+ "clear",
357
+ "cloud",
358
+ "few",
359
+ "pretty",
360
+ "bird",
361
+ "outside",
362
+ "paper",
363
+ "picture",
364
+ "front",
365
+ "rock",
366
+ "simple",
367
+ "anyone",
368
+ "meant",
369
+ "reality",
370
+ "road",
371
+ "sense",
372
+ "waste",
373
+ "bit",
374
+ "leaf",
375
+ "thank",
376
+ "happiness",
377
+ "meet",
378
+ "men",
379
+ "smoke",
380
+ "truly",
381
+ "decide",
382
+ "self",
383
+ "age",
384
+ "book",
385
+ "form",
386
+ "alive",
387
+ "carry",
388
+ "escape",
389
+ "damn",
390
+ "instead",
391
+ "able",
392
+ "ice",
393
+ "minute",
394
+ "throw",
395
+ "catch",
396
+ "leg",
397
+ "ring",
398
+ "course",
399
+ "goodbye",
400
+ "lead",
401
+ "poem",
402
+ "sick",
403
+ "corner",
404
+ "desire",
405
+ "known",
406
+ "problem",
407
+ "remind",
408
+ "shoulder",
409
+ "suppose",
410
+ "toward",
411
+ "wave",
412
+ "drink",
413
+ "jump",
414
+ "woman",
415
+ "pretend",
416
+ "sister",
417
+ "week",
418
+ "human",
419
+ "joy",
420
+ "crack",
421
+ "grey",
422
+ "pray",
423
+ "surprise",
424
+ "dry",
425
+ "knee",
426
+ "less",
427
+ "search",
428
+ "bleed",
429
+ "caught",
430
+ "clean",
431
+ "embrace",
432
+ "future",
433
+ "king",
434
+ "son",
435
+ "sorrow",
436
+ "chest",
437
+ "hug",
438
+ "remain",
439
+ "sat",
440
+ "worth",
441
+ "blow",
442
+ "daddy",
443
+ "final",
444
+ "parent",
445
+ "tight",
446
+ "also",
447
+ "create",
448
+ "lonely",
449
+ "safe",
450
+ "cross",
451
+ "dress",
452
+ "evil",
453
+ "silent",
454
+ "bone",
455
+ "fate",
456
+ "perhaps",
457
+ "anger",
458
+ "class",
459
+ "scar",
460
+ "snow",
461
+ "tiny",
462
+ "tonight",
463
+ "continue",
464
+ "control",
465
+ "dog",
466
+ "edge",
467
+ "mirror",
468
+ "month",
469
+ "suddenly",
470
+ "comfort",
471
+ "given",
472
+ "loud",
473
+ "quickly",
474
+ "gaze",
475
+ "plan",
476
+ "rush",
477
+ "stone",
478
+ "town",
479
+ "battle",
480
+ "ignore",
481
+ "spirit",
482
+ "stood",
483
+ "stupid",
484
+ "yours",
485
+ "brown",
486
+ "build",
487
+ "dust",
488
+ "hey",
489
+ "kept",
490
+ "pay",
491
+ "phone",
492
+ "twist",
493
+ "although",
494
+ "ball",
495
+ "beyond",
496
+ "hidden",
497
+ "nose",
498
+ "taken",
499
+ "fail",
500
+ "float",
501
+ "pure",
502
+ "somehow",
503
+ "wash",
504
+ "wrap",
505
+ "angry",
506
+ "cheek",
507
+ "creature",
508
+ "forgotten",
509
+ "heat",
510
+ "rip",
511
+ "single",
512
+ "space",
513
+ "special",
514
+ "weak",
515
+ "whatever",
516
+ "yell",
517
+ "anyway",
518
+ "blame",
519
+ "job",
520
+ "choose",
521
+ "country",
522
+ "curse",
523
+ "drift",
524
+ "echo",
525
+ "figure",
526
+ "grew",
527
+ "laughter",
528
+ "neck",
529
+ "suffer",
530
+ "worse",
531
+ "yeah",
532
+ "disappear",
533
+ "foot",
534
+ "forward",
535
+ "knife",
536
+ "mess",
537
+ "somewhere",
538
+ "stomach",
539
+ "storm",
540
+ "beg",
541
+ "idea",
542
+ "lift",
543
+ "offer",
544
+ "breeze",
545
+ "field",
546
+ "five",
547
+ "often",
548
+ "simply",
549
+ "stuck",
550
+ "win",
551
+ "allow",
552
+ "confuse",
553
+ "enjoy",
554
+ "except",
555
+ "flower",
556
+ "seek",
557
+ "strength",
558
+ "calm",
559
+ "grin",
560
+ "gun",
561
+ "heavy",
562
+ "hill",
563
+ "large",
564
+ "ocean",
565
+ "shoe",
566
+ "sigh",
567
+ "straight",
568
+ "summer",
569
+ "tongue",
570
+ "accept",
571
+ "crazy",
572
+ "everyday",
573
+ "exist",
574
+ "grass",
575
+ "mistake",
576
+ "sent",
577
+ "shut",
578
+ "surround",
579
+ "table",
580
+ "ache",
581
+ "brain",
582
+ "destroy",
583
+ "heal",
584
+ "nature",
585
+ "shout",
586
+ "sign",
587
+ "stain",
588
+ "choice",
589
+ "doubt",
590
+ "glance",
591
+ "glow",
592
+ "mountain",
593
+ "queen",
594
+ "stranger",
595
+ "throat",
596
+ "tomorrow",
597
+ "city",
598
+ "either",
599
+ "fish",
600
+ "flame",
601
+ "rather",
602
+ "shape",
603
+ "spin",
604
+ "spread",
605
+ "ash",
606
+ "distance",
607
+ "finish",
608
+ "image",
609
+ "imagine",
610
+ "important",
611
+ "nobody",
612
+ "shatter",
613
+ "warmth",
614
+ "became",
615
+ "feed",
616
+ "flesh",
617
+ "funny",
618
+ "lust",
619
+ "shirt",
620
+ "trouble",
621
+ "yellow",
622
+ "attention",
623
+ "bare",
624
+ "bite",
625
+ "money",
626
+ "protect",
627
+ "amaze",
628
+ "appear",
629
+ "born",
630
+ "choke",
631
+ "completely",
632
+ "daughter",
633
+ "fresh",
634
+ "friendship",
635
+ "gentle",
636
+ "probably",
637
+ "six",
638
+ "deserve",
639
+ "expect",
640
+ "grab",
641
+ "middle",
642
+ "nightmare",
643
+ "river",
644
+ "thousand",
645
+ "weight",
646
+ "worst",
647
+ "wound",
648
+ "barely",
649
+ "bottle",
650
+ "cream",
651
+ "regret",
652
+ "relationship",
653
+ "stick",
654
+ "test",
655
+ "crush",
656
+ "endless",
657
+ "fault",
658
+ "itself",
659
+ "rule",
660
+ "spill",
661
+ "art",
662
+ "circle",
663
+ "join",
664
+ "kick",
665
+ "mask",
666
+ "master",
667
+ "passion",
668
+ "quick",
669
+ "raise",
670
+ "smooth",
671
+ "unless",
672
+ "wander",
673
+ "actually",
674
+ "broke",
675
+ "chair",
676
+ "deal",
677
+ "favorite",
678
+ "gift",
679
+ "note",
680
+ "number",
681
+ "sweat",
682
+ "box",
683
+ "chill",
684
+ "clothes",
685
+ "lady",
686
+ "mark",
687
+ "park",
688
+ "poor",
689
+ "sadness",
690
+ "tie",
691
+ "animal",
692
+ "belong",
693
+ "brush",
694
+ "consume",
695
+ "dawn",
696
+ "forest",
697
+ "innocent",
698
+ "pen",
699
+ "pride",
700
+ "stream",
701
+ "thick",
702
+ "clay",
703
+ "complete",
704
+ "count",
705
+ "draw",
706
+ "faith",
707
+ "press",
708
+ "silver",
709
+ "struggle",
710
+ "surface",
711
+ "taught",
712
+ "teach",
713
+ "wet",
714
+ "bless",
715
+ "chase",
716
+ "climb",
717
+ "enter",
718
+ "letter",
719
+ "melt",
720
+ "metal",
721
+ "movie",
722
+ "stretch",
723
+ "swing",
724
+ "vision",
725
+ "wife",
726
+ "beside",
727
+ "crash",
728
+ "forgot",
729
+ "guide",
730
+ "haunt",
731
+ "joke",
732
+ "knock",
733
+ "plant",
734
+ "pour",
735
+ "prove",
736
+ "reveal",
737
+ "steal",
738
+ "stuff",
739
+ "trip",
740
+ "wood",
741
+ "wrist",
742
+ "bother",
743
+ "bottom",
744
+ "crawl",
745
+ "crowd",
746
+ "fix",
747
+ "forgive",
748
+ "frown",
749
+ "grace",
750
+ "loose",
751
+ "lucky",
752
+ "party",
753
+ "release",
754
+ "surely",
755
+ "survive",
756
+ "teacher",
757
+ "gently",
758
+ "grip",
759
+ "speed",
760
+ "suicide",
761
+ "travel",
762
+ "treat",
763
+ "vein",
764
+ "written",
765
+ "cage",
766
+ "chain",
767
+ "conversation",
768
+ "date",
769
+ "enemy",
770
+ "however",
771
+ "interest",
772
+ "million",
773
+ "page",
774
+ "pink",
775
+ "proud",
776
+ "sway",
777
+ "themselves",
778
+ "winter",
779
+ "church",
780
+ "cruel",
781
+ "cup",
782
+ "demon",
783
+ "experience",
784
+ "freedom",
785
+ "pair",
786
+ "pop",
787
+ "purpose",
788
+ "respect",
789
+ "shoot",
790
+ "softly",
791
+ "state",
792
+ "strange",
793
+ "bar",
794
+ "birth",
795
+ "curl",
796
+ "dirt",
797
+ "excuse",
798
+ "lord",
799
+ "lovely",
800
+ "monster",
801
+ "order",
802
+ "pack",
803
+ "pants",
804
+ "pool",
805
+ "scene",
806
+ "seven",
807
+ "shame",
808
+ "slide",
809
+ "ugly",
810
+ "among",
811
+ "blade",
812
+ "blonde",
813
+ "closet",
814
+ "creek",
815
+ "deny",
816
+ "drug",
817
+ "eternity",
818
+ "gain",
819
+ "grade",
820
+ "handle",
821
+ "key",
822
+ "linger",
823
+ "pale",
824
+ "prepare",
825
+ "swallow",
826
+ "swim",
827
+ "tremble",
828
+ "wheel",
829
+ "won",
830
+ "cast",
831
+ "cigarette",
832
+ "claim",
833
+ "college",
834
+ "direction",
835
+ "dirty",
836
+ "gather",
837
+ "ghost",
838
+ "hundred",
839
+ "loss",
840
+ "lung",
841
+ "orange",
842
+ "present",
843
+ "swear",
844
+ "swirl",
845
+ "twice",
846
+ "wild",
847
+ "bitter",
848
+ "blanket",
849
+ "doctor",
850
+ "everywhere",
851
+ "flash",
852
+ "grown",
853
+ "knowledge",
854
+ "numb",
855
+ "pressure",
856
+ "radio",
857
+ "repeat",
858
+ "ruin",
859
+ "spend",
860
+ "unknown",
861
+ "buy",
862
+ "clock",
863
+ "devil",
864
+ "early",
865
+ "false",
866
+ "fantasy",
867
+ "pound",
868
+ "precious",
869
+ "refuse",
870
+ "sheet",
871
+ "teeth",
872
+ "welcome",
873
+ "add",
874
+ "ahead",
875
+ "block",
876
+ "bury",
877
+ "caress",
878
+ "content",
879
+ "depth",
880
+ "despite",
881
+ "distant",
882
+ "marry",
883
+ "purple",
884
+ "threw",
885
+ "whenever",
886
+ "bomb",
887
+ "dull",
888
+ "easily",
889
+ "grasp",
890
+ "hospital",
891
+ "innocence",
892
+ "normal",
893
+ "receive",
894
+ "reply",
895
+ "rhyme",
896
+ "shade",
897
+ "someday",
898
+ "sword",
899
+ "toe",
900
+ "visit",
901
+ "asleep",
902
+ "bought",
903
+ "center",
904
+ "consider",
905
+ "flat",
906
+ "hero",
907
+ "history",
908
+ "ink",
909
+ "insane",
910
+ "muscle",
911
+ "mystery",
912
+ "pocket",
913
+ "reflection",
914
+ "shove",
915
+ "silently",
916
+ "smart",
917
+ "soldier",
918
+ "spot",
919
+ "stress",
920
+ "train",
921
+ "type",
922
+ "view",
923
+ "whether",
924
+ "bus",
925
+ "energy",
926
+ "explain",
927
+ "holy",
928
+ "hunger",
929
+ "inch",
930
+ "magic",
931
+ "mix",
932
+ "noise",
933
+ "nowhere",
934
+ "prayer",
935
+ "presence",
936
+ "shock",
937
+ "snap",
938
+ "spider",
939
+ "study",
940
+ "thunder",
941
+ "trail",
942
+ "admit",
943
+ "agree",
944
+ "bag",
945
+ "bang",
946
+ "bound",
947
+ "butterfly",
948
+ "cute",
949
+ "exactly",
950
+ "explode",
951
+ "familiar",
952
+ "fold",
953
+ "further",
954
+ "pierce",
955
+ "reflect",
956
+ "scent",
957
+ "selfish",
958
+ "sharp",
959
+ "sink",
960
+ "spring",
961
+ "stumble",
962
+ "universe",
963
+ "weep",
964
+ "women",
965
+ "wonderful",
966
+ "action",
967
+ "ancient",
968
+ "attempt",
969
+ "avoid",
970
+ "birthday",
971
+ "branch",
972
+ "chocolate",
973
+ "core",
974
+ "depress",
975
+ "drunk",
976
+ "especially",
977
+ "focus",
978
+ "fruit",
979
+ "honest",
980
+ "match",
981
+ "palm",
982
+ "perfectly",
983
+ "pillow",
984
+ "pity",
985
+ "poison",
986
+ "roar",
987
+ "shift",
988
+ "slightly",
989
+ "thump",
990
+ "truck",
991
+ "tune",
992
+ "twenty",
993
+ "unable",
994
+ "wipe",
995
+ "wrote",
996
+ "coat",
997
+ "constant",
998
+ "dinner",
999
+ "drove",
1000
+ "egg",
1001
+ "eternal",
1002
+ "flight",
1003
+ "flood",
1004
+ "frame",
1005
+ "freak",
1006
+ "gasp",
1007
+ "glad",
1008
+ "hollow",
1009
+ "motion",
1010
+ "peer",
1011
+ "plastic",
1012
+ "root",
1013
+ "screen",
1014
+ "season",
1015
+ "sting",
1016
+ "strike",
1017
+ "team",
1018
+ "unlike",
1019
+ "victim",
1020
+ "volume",
1021
+ "warn",
1022
+ "weird",
1023
+ "attack",
1024
+ "await",
1025
+ "awake",
1026
+ "built",
1027
+ "charm",
1028
+ "crave",
1029
+ "despair",
1030
+ "fought",
1031
+ "grant",
1032
+ "grief",
1033
+ "horse",
1034
+ "limit",
1035
+ "message",
1036
+ "ripple",
1037
+ "sanity",
1038
+ "scatter",
1039
+ "serve",
1040
+ "split",
1041
+ "string",
1042
+ "trick",
1043
+ "annoy",
1044
+ "blur",
1045
+ "boat",
1046
+ "brave",
1047
+ "clearly",
1048
+ "cling",
1049
+ "connect",
1050
+ "fist",
1051
+ "forth",
1052
+ "imagination",
1053
+ "iron",
1054
+ "jock",
1055
+ "judge",
1056
+ "lesson",
1057
+ "milk",
1058
+ "misery",
1059
+ "nail",
1060
+ "naked",
1061
+ "ourselves",
1062
+ "poet",
1063
+ "possible",
1064
+ "princess",
1065
+ "sail",
1066
+ "size",
1067
+ "snake",
1068
+ "society",
1069
+ "stroke",
1070
+ "torture",
1071
+ "toss",
1072
+ "trace",
1073
+ "wise",
1074
+ "bloom",
1075
+ "bullet",
1076
+ "cell",
1077
+ "check",
1078
+ "cost",
1079
+ "darling",
1080
+ "during",
1081
+ "footstep",
1082
+ "fragile",
1083
+ "hallway",
1084
+ "hardly",
1085
+ "horizon",
1086
+ "invisible",
1087
+ "journey",
1088
+ "midnight",
1089
+ "mud",
1090
+ "nod",
1091
+ "pause",
1092
+ "relax",
1093
+ "shiver",
1094
+ "sudden",
1095
+ "value",
1096
+ "youth",
1097
+ "abuse",
1098
+ "admire",
1099
+ "blink",
1100
+ "breast",
1101
+ "bruise",
1102
+ "constantly",
1103
+ "couple",
1104
+ "creep",
1105
+ "curve",
1106
+ "difference",
1107
+ "dumb",
1108
+ "emptiness",
1109
+ "gotta",
1110
+ "honor",
1111
+ "plain",
1112
+ "planet",
1113
+ "recall",
1114
+ "rub",
1115
+ "ship",
1116
+ "slam",
1117
+ "soar",
1118
+ "somebody",
1119
+ "tightly",
1120
+ "weather",
1121
+ "adore",
1122
+ "approach",
1123
+ "bond",
1124
+ "bread",
1125
+ "burst",
1126
+ "candle",
1127
+ "coffee",
1128
+ "cousin",
1129
+ "crime",
1130
+ "desert",
1131
+ "flutter",
1132
+ "frozen",
1133
+ "grand",
1134
+ "heel",
1135
+ "hello",
1136
+ "language",
1137
+ "level",
1138
+ "movement",
1139
+ "pleasure",
1140
+ "powerful",
1141
+ "random",
1142
+ "rhythm",
1143
+ "settle",
1144
+ "silly",
1145
+ "slap",
1146
+ "sort",
1147
+ "spoken",
1148
+ "steel",
1149
+ "threaten",
1150
+ "tumble",
1151
+ "upset",
1152
+ "aside",
1153
+ "awkward",
1154
+ "bee",
1155
+ "blank",
1156
+ "board",
1157
+ "button",
1158
+ "card",
1159
+ "carefully",
1160
+ "complain",
1161
+ "crap",
1162
+ "deeply",
1163
+ "discover",
1164
+ "drag",
1165
+ "dread",
1166
+ "effort",
1167
+ "entire",
1168
+ "fairy",
1169
+ "giant",
1170
+ "gotten",
1171
+ "greet",
1172
+ "illusion",
1173
+ "jeans",
1174
+ "leap",
1175
+ "liquid",
1176
+ "march",
1177
+ "mend",
1178
+ "nervous",
1179
+ "nine",
1180
+ "replace",
1181
+ "rope",
1182
+ "spine",
1183
+ "stole",
1184
+ "terror",
1185
+ "accident",
1186
+ "apple",
1187
+ "balance",
1188
+ "boom",
1189
+ "childhood",
1190
+ "collect",
1191
+ "demand",
1192
+ "depression",
1193
+ "eventually",
1194
+ "faint",
1195
+ "glare",
1196
+ "goal",
1197
+ "group",
1198
+ "honey",
1199
+ "kitchen",
1200
+ "laid",
1201
+ "limb",
1202
+ "machine",
1203
+ "mere",
1204
+ "mold",
1205
+ "murder",
1206
+ "nerve",
1207
+ "painful",
1208
+ "poetry",
1209
+ "prince",
1210
+ "rabbit",
1211
+ "shelter",
1212
+ "shore",
1213
+ "shower",
1214
+ "soothe",
1215
+ "stair",
1216
+ "steady",
1217
+ "sunlight",
1218
+ "tangle",
1219
+ "tease",
1220
+ "treasure",
1221
+ "uncle",
1222
+ "begun",
1223
+ "bliss",
1224
+ "canvas",
1225
+ "cheer",
1226
+ "claw",
1227
+ "clutch",
1228
+ "commit",
1229
+ "crimson",
1230
+ "crystal",
1231
+ "delight",
1232
+ "doll",
1233
+ "existence",
1234
+ "express",
1235
+ "fog",
1236
+ "football",
1237
+ "gay",
1238
+ "goose",
1239
+ "guard",
1240
+ "hatred",
1241
+ "illuminate",
1242
+ "mass",
1243
+ "math",
1244
+ "mourn",
1245
+ "rich",
1246
+ "rough",
1247
+ "skip",
1248
+ "stir",
1249
+ "student",
1250
+ "style",
1251
+ "support",
1252
+ "thorn",
1253
+ "tough",
1254
+ "yard",
1255
+ "yearn",
1256
+ "yesterday",
1257
+ "advice",
1258
+ "appreciate",
1259
+ "autumn",
1260
+ "bank",
1261
+ "beam",
1262
+ "bowl",
1263
+ "capture",
1264
+ "carve",
1265
+ "collapse",
1266
+ "confusion",
1267
+ "creation",
1268
+ "dove",
1269
+ "feather",
1270
+ "girlfriend",
1271
+ "glory",
1272
+ "government",
1273
+ "harsh",
1274
+ "hop",
1275
+ "inner",
1276
+ "loser",
1277
+ "moonlight",
1278
+ "neighbor",
1279
+ "neither",
1280
+ "peach",
1281
+ "pig",
1282
+ "praise",
1283
+ "screw",
1284
+ "shield",
1285
+ "shimmer",
1286
+ "sneak",
1287
+ "stab",
1288
+ "subject",
1289
+ "throughout",
1290
+ "thrown",
1291
+ "tower",
1292
+ "twirl",
1293
+ "wow",
1294
+ "army",
1295
+ "arrive",
1296
+ "bathroom",
1297
+ "bump",
1298
+ "cease",
1299
+ "cookie",
1300
+ "couch",
1301
+ "courage",
1302
+ "dim",
1303
+ "guilt",
1304
+ "howl",
1305
+ "hum",
1306
+ "husband",
1307
+ "insult",
1308
+ "led",
1309
+ "lunch",
1310
+ "mock",
1311
+ "mostly",
1312
+ "natural",
1313
+ "nearly",
1314
+ "needle",
1315
+ "nerd",
1316
+ "peaceful",
1317
+ "perfection",
1318
+ "pile",
1319
+ "price",
1320
+ "remove",
1321
+ "roam",
1322
+ "sanctuary",
1323
+ "serious",
1324
+ "shiny",
1325
+ "shook",
1326
+ "sob",
1327
+ "stolen",
1328
+ "tap",
1329
+ "vain",
1330
+ "void",
1331
+ "warrior",
1332
+ "wrinkle",
1333
+ "affection",
1334
+ "apologize",
1335
+ "blossom",
1336
+ "bounce",
1337
+ "bridge",
1338
+ "cheap",
1339
+ "crumble",
1340
+ "decision",
1341
+ "descend",
1342
+ "desperately",
1343
+ "dig",
1344
+ "dot",
1345
+ "flip",
1346
+ "frighten",
1347
+ "heartbeat",
1348
+ "huge",
1349
+ "lazy",
1350
+ "lick",
1351
+ "odd",
1352
+ "opinion",
1353
+ "process",
1354
+ "puzzle",
1355
+ "quietly",
1356
+ "retreat",
1357
+ "score",
1358
+ "sentence",
1359
+ "separate",
1360
+ "situation",
1361
+ "skill",
1362
+ "soak",
1363
+ "square",
1364
+ "stray",
1365
+ "taint",
1366
+ "task",
1367
+ "tide",
1368
+ "underneath",
1369
+ "veil",
1370
+ "whistle",
1371
+ "anywhere",
1372
+ "bedroom",
1373
+ "bid",
1374
+ "bloody",
1375
+ "burden",
1376
+ "careful",
1377
+ "compare",
1378
+ "concern",
1379
+ "curtain",
1380
+ "decay",
1381
+ "defeat",
1382
+ "describe",
1383
+ "double",
1384
+ "dreamer",
1385
+ "driver",
1386
+ "dwell",
1387
+ "evening",
1388
+ "flare",
1389
+ "flicker",
1390
+ "grandma",
1391
+ "guitar",
1392
+ "harm",
1393
+ "horrible",
1394
+ "hungry",
1395
+ "indeed",
1396
+ "lace",
1397
+ "melody",
1398
+ "monkey",
1399
+ "nation",
1400
+ "object",
1401
+ "obviously",
1402
+ "rainbow",
1403
+ "salt",
1404
+ "scratch",
1405
+ "shown",
1406
+ "shy",
1407
+ "stage",
1408
+ "stun",
1409
+ "third",
1410
+ "tickle",
1411
+ "useless",
1412
+ "weakness",
1413
+ "worship",
1414
+ "worthless",
1415
+ "afternoon",
1416
+ "beard",
1417
+ "boyfriend",
1418
+ "bubble",
1419
+ "busy",
1420
+ "certain",
1421
+ "chin",
1422
+ "concrete",
1423
+ "desk",
1424
+ "diamond",
1425
+ "doom",
1426
+ "drawn",
1427
+ "due",
1428
+ "felicity",
1429
+ "freeze",
1430
+ "frost",
1431
+ "garden",
1432
+ "glide",
1433
+ "harmony",
1434
+ "hopefully",
1435
+ "hunt",
1436
+ "jealous",
1437
+ "lightning",
1438
+ "mama",
1439
+ "mercy",
1440
+ "peel",
1441
+ "physical",
1442
+ "position",
1443
+ "pulse",
1444
+ "punch",
1445
+ "quit",
1446
+ "rant",
1447
+ "respond",
1448
+ "salty",
1449
+ "sane",
1450
+ "satisfy",
1451
+ "savior",
1452
+ "sheep",
1453
+ "slept",
1454
+ "social",
1455
+ "sport",
1456
+ "tuck",
1457
+ "utter",
1458
+ "valley",
1459
+ "wolf",
1460
+ "aim",
1461
+ "alas",
1462
+ "alter",
1463
+ "arrow",
1464
+ "awaken",
1465
+ "beaten",
1466
+ "belief",
1467
+ "brand",
1468
+ "ceiling",
1469
+ "cheese",
1470
+ "clue",
1471
+ "confidence",
1472
+ "connection",
1473
+ "daily",
1474
+ "disguise",
1475
+ "eager",
1476
+ "erase",
1477
+ "essence",
1478
+ "everytime",
1479
+ "expression",
1480
+ "fan",
1481
+ "flag",
1482
+ "flirt",
1483
+ "foul",
1484
+ "fur",
1485
+ "giggle",
1486
+ "glorious",
1487
+ "ignorance",
1488
+ "law",
1489
+ "lifeless",
1490
+ "measure",
1491
+ "mighty",
1492
+ "muse",
1493
+ "north",
1494
+ "opposite",
1495
+ "paradise",
1496
+ "patience",
1497
+ "patient",
1498
+ "pencil",
1499
+ "petal",
1500
+ "plate",
1501
+ "ponder",
1502
+ "possibly",
1503
+ "practice",
1504
+ "slice",
1505
+ "spell",
1506
+ "stock",
1507
+ "strife",
1508
+ "strip",
1509
+ "suffocate",
1510
+ "suit",
1511
+ "tender",
1512
+ "tool",
1513
+ "trade",
1514
+ "velvet",
1515
+ "verse",
1516
+ "waist",
1517
+ "witch",
1518
+ "aunt",
1519
+ "bench",
1520
+ "bold",
1521
+ "cap",
1522
+ "certainly",
1523
+ "click",
1524
+ "companion",
1525
+ "creator",
1526
+ "dart",
1527
+ "delicate",
1528
+ "determine",
1529
+ "dish",
1530
+ "dragon",
1531
+ "drama",
1532
+ "drum",
1533
+ "dude",
1534
+ "everybody",
1535
+ "feast",
1536
+ "forehead",
1537
+ "former",
1538
+ "fright",
1539
+ "fully",
1540
+ "gas",
1541
+ "hook",
1542
+ "hurl",
1543
+ "invite",
1544
+ "juice",
1545
+ "manage",
1546
+ "moral",
1547
+ "possess",
1548
+ "raw",
1549
+ "rebel",
1550
+ "royal",
1551
+ "scale",
1552
+ "scary",
1553
+ "several",
1554
+ "slight",
1555
+ "stubborn",
1556
+ "swell",
1557
+ "talent",
1558
+ "tea",
1559
+ "terrible",
1560
+ "thread",
1561
+ "torment",
1562
+ "trickle",
1563
+ "usually",
1564
+ "vast",
1565
+ "violence",
1566
+ "weave",
1567
+ "acid",
1568
+ "agony",
1569
+ "ashamed",
1570
+ "awe",
1571
+ "belly",
1572
+ "blend",
1573
+ "blush",
1574
+ "character",
1575
+ "cheat",
1576
+ "common",
1577
+ "company",
1578
+ "coward",
1579
+ "creak",
1580
+ "danger",
1581
+ "deadly",
1582
+ "defense",
1583
+ "define",
1584
+ "depend",
1585
+ "desperate",
1586
+ "destination",
1587
+ "dew",
1588
+ "duck",
1589
+ "dusty",
1590
+ "embarrass",
1591
+ "engine",
1592
+ "example",
1593
+ "explore",
1594
+ "foe",
1595
+ "freely",
1596
+ "frustrate",
1597
+ "generation",
1598
+ "glove",
1599
+ "guilty",
1600
+ "health",
1601
+ "hurry",
1602
+ "idiot",
1603
+ "impossible",
1604
+ "inhale",
1605
+ "jaw",
1606
+ "kingdom",
1607
+ "mention",
1608
+ "mist",
1609
+ "moan",
1610
+ "mumble",
1611
+ "mutter",
1612
+ "observe",
1613
+ "ode",
1614
+ "pathetic",
1615
+ "pattern",
1616
+ "pie",
1617
+ "prefer",
1618
+ "puff",
1619
+ "rape",
1620
+ "rare",
1621
+ "revenge",
1622
+ "rude",
1623
+ "scrape",
1624
+ "spiral",
1625
+ "squeeze",
1626
+ "strain",
1627
+ "sunset",
1628
+ "suspend",
1629
+ "sympathy",
1630
+ "thigh",
1631
+ "throne",
1632
+ "total",
1633
+ "unseen",
1634
+ "weapon",
1635
+ "weary"
1636
+ ];
1637
+
1638
+ const bip39 = {};
1639
+ const langKeys = ['en', 'pt', 'es', 'fr', 'it', 'cz', 'ja', 'ko', 'zh_cn', 'zh_tw'];
1640
+ for (const lang of langKeys) {
1641
+ const wl = wordlists[lang];
1642
+ if (wl) {
1643
+ const words = [];
1644
+ for (let i = 0; i < 2048; i++) {
1645
+ words.push(wl.getWord(i));
1646
+ }
1647
+ bip39[lang] = words;
1648
+ }
1649
+ }
1650
+
1651
+ module.exports = {
1652
+ bip39,
1653
+ // Legacy Electrum v1 poetic wordlist
1654
+ electrumPoet
1655
+ };