diff --git a/.cspell.json b/.cspell.json index d7c833d..7529e16 100644 --- a/.cspell.json +++ b/.cspell.json @@ -4,7 +4,7 @@ "ignorePaths": ["**/*.json", "**/*.css", "node_modules", "**/*.log"], "useGitignore": true, "language": "en", - "words": ["dataurl", "UUSD", "UBQ", "outdir", "servedir", "reown", "appkit", "proxiable", "TYPEHASH", "twap", "chainlink", "lusd", "caip", "ontract"], + "words": ["dataurl", "UUSD", "UBQ", "outdir", "servedir", "reown", "appkit", "proxiable", "TYPEHASH", "twap", "chainlink", "lusd", "caip", "contract"], "dictionaries": ["typescript", "node", "software-terms"], "import": ["@cspell/dict-typescript/cspell-ext.json", "@cspell/dict-node/cspell-ext.json", "@cspell/dict-software-terms"], "ignoreRegExpList": ["[0-9a-fA-F]{6}"]