2022-10-31 13:00:15 -04:00
|
|
|
{
|
|
|
|
|
"version": "0.2",
|
|
|
|
|
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/master/cspell.schema.json",
|
|
|
|
|
"language": "en",
|
|
|
|
|
"words": [
|
|
|
|
|
"authchains",
|
|
|
|
|
"BCMR",
|
2023-05-22 23:08:09 -04:00
|
|
|
"gitter",
|
2022-10-31 13:00:15 -04:00
|
|
|
"rebranded",
|
|
|
|
|
"rebranding",
|
|
|
|
|
"redenominated",
|
2023-05-01 23:54:00 -04:00
|
|
|
"Redenomination",
|
2023-04-15 00:38:13 -04:00
|
|
|
"TXLOCKTIME",
|
2023-05-22 23:08:09 -04:00
|
|
|
"wechat"
|
2022-10-31 13:00:15 -04:00
|
|
|
],
|
|
|
|
|
"flagWords": [],
|
|
|
|
|
"ignorePaths": [],
|
|
|
|
|
"patterns": [
|
|
|
|
|
{
|
|
|
|
|
"name": "cash-address-format",
|
|
|
|
|
"pattern": "/:[qpzry9x8gf2tvdw0s3jn54khce6mua7l]+/g"
|
2023-05-22 23:08:09 -04:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "likely-ticker-symbol",
|
|
|
|
|
"pattern": "/[\"\\w]+[A-Z]+[\"\\w]+/g"
|
2022-10-31 13:00:15 -04:00
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"ignoreRegExpList": [
|
|
|
|
|
"Base64",
|
|
|
|
|
"HexValues",
|
2023-05-22 23:08:09 -04:00
|
|
|
"cash-address-format",
|
|
|
|
|
"likely-ticker-symbol"
|
2022-10-31 13:00:15 -04:00
|
|
|
]
|
|
|
|
|
}
|