generated from zeroknots/femplate
-
Notifications
You must be signed in to change notification settings - Fork 11
/
cspell.json
55 lines (55 loc) · 844 Bytes
/
cspell.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"ignorePaths": [
"node_modules/**",
"out/**",
"lib/**",
"broadcast/**",
"cache/**",
"cache/**",
"lcov.info",
"pnpm-lock.yaml",
"natspec-smells.config.js",
"package.json",
"remappings.txt"
],
"useGitignore": true,
"words": [
"SSTORE",
"SLOAD",
"solhint",
"zeroknots",
"Kopp",
"kopy",
"rimeissner",
"Meissner",
"taek",
"Biconomy",
"IERC",
"ERC",
"inheritdoc",
"solady",
"struct",
"keccak",
"mload",
"iszero",
"TYPEHASH",
"chainid",
"natspec",
"remappings",
"UIDs",
"usecase",
"callvalue",
"initcode",
"solmate",
"extcodecopy",
"permissionless",
"structs",
"frontrunners",
"tokenomics",
"uniquify",
"uniquifying",
"ercs",
"SECP",
"doesnt"
]
}