mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2026-01-26 17:44:32 +01:00
Faster lookup of bip39 words
This commit is contained in:
committed by
benthecarman
parent
24a4ea5a4d
commit
ae7c03114e
@@ -1,4 +1,4 @@
|
||||
export const WORDS_EN = [
|
||||
export const WORDS_EN: Set<string> = new Set([
|
||||
"abandon",
|
||||
"ability",
|
||||
"able",
|
||||
@@ -2047,4 +2047,4 @@ export const WORDS_EN = [
|
||||
"zero",
|
||||
"zone",
|
||||
"zoo"
|
||||
];
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user