UNPKG
check-ethereum-scanner
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Safety checks for new Ethereum tokens
check-ethereum-scanner
/
Ethereum-Renounced-Contract-Scanner
/
node_modules
/
ethereum-cryptography
/
bip39
/
wordlists
/
spanish.js
6 lines
(5 loc)
•
278 B
JavaScript
View Raw
1
2
3
4
5
6
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
wordlist
=
void
0
;
var
spanish_1 =
require
(
"@scure/bip39/wordlists/spanish"
);
Object
.
defineProperty
(
exports
,
"wordlist"
, {
enumerable
:
true
,
get
:
function
(
) {
return
spanish_1.
wordlist
; } });