-
Notifications
You must be signed in to change notification settings - Fork 60
/
validators.ts
50 lines (48 loc) · 3.4 KB
/
validators.ts
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
import { Dictionary } from 'ramda'
// prettier-ignore
const list: Dictionary<string> = {
terravaloper103ra79dl2un2ltknhyz7crm5y29g4vhmycfwv9: '[email protected]',
terravaloper123gn6j23lmexu0qx5qhmgxgunmjcqsx8gmsyse: '[email protected]',
terravaloper12jpzzmwthrljcvm48adncspxtchazkl8vah7u4: '[email protected]',
terravaloper12kfeqrflptmlz5qj8agrm2ze6dzss3crm7uevf: '[email protected]',
terravaloper13kcwnlafvu4xvy2jr3vhdte9aq9tadwds3lx2d: '[email protected]',
terravaloper13ww603e55suhavpuyjft3htxca6g4tldt92pgf: '[email protected]',
terravaloper15s5d4lm0n75af9jxwawqzl73trnrypdslajxz4: '[email protected]',
terravaloper15urq2dtp9qce4fyc85m6upwm9xul30496sgk37: '[email protected]',
terravaloper15zcjduavxc5mkp8qcqs9eyhwlqwdlrzy6jln3m: '[email protected]',
terravaloper16jsypha5lv6e3mc24veqzfw3rznfqu92d58yfg: '[email protected]',
terravaloper16tc3c9u6yj5uuhru32pvs0pahfwraurpypz7vj: '[email protected]',
terravaloper175hhkyxmkp8hf2zrzka7cnn7lk6mudtv4uuu64: '[email protected]',
terravaloper1alpf6snw2d76kkwjv3dp4l7pcl6cn9uyt0tcj9: '[email protected]',
terravaloper1aw0znxtlq0wrayyz7wppz3qnw94hfrmnnrcxja: '[email protected]',
terravaloper1c6gve6zhye5690563wxmvns7mugz6plu4aj7d3: '[email protected]',
terravaloper1c9ye54e3pzwm3e0zpdlel6pnavrj9qqvq89r3r: '[email protected]',
terravaloper1fhx7y75643tze8dxf4m9gwhkxn955q8r7vxjel: '[email protected]',
terravaloper1fjuvyccn8hfmn5r7wc2t3kwqy09zzp6tyjcf50: '[email protected]',
terravaloper1g6g0v23c6tv75ygk5za4s2ewwestdfj0k2cy2x: '[email protected]',
terravaloper1gh7wpfpsjrqnash5uc84z4njt95y9g5nh3uqzx: '[email protected]',
terravaloper1h6rf7y2ar5vz64q8rchz5443s3tqnswrpf4846: '[email protected]',
terravaloper1hz754zdldnrrhp3qpfan3l2dxkcv5cgkuzqq9v: '[email protected]',
terravaloper1jkqr2vfg4krfd4zwmsf7elfj07cjuzss30ux8g: '[email protected]',
terravaloper1jsdfyz8uhw2nd7cl45709w40r268phmvxam8eh: '[email protected]',
terravaloper1jyjg55hzsh0f4xymy0kuuan30pp4q75ruqmvyt: '[email protected]',
terravaloper1jz4v9tcjhxtme0tucm64ndp6z7wgz5la0fqu73: '[email protected]',
terravaloper1k4ef8m95t7eq522evmmuzvfkpla04pezmu4j7k: '[email protected]',
terravaloper1kgddca7qj96z0qcxr2c45z73cfl0c75paknc5e: '[email protected]',
terravaloper1khfcg09plqw84jxy5e7fj6ag4s2r9wqsgm7k94: '[email protected]',
terravaloper1kl9alpr77qfjze4quf62ycngg6fkka0ttcl8nf: '[email protected]',
terravaloper1kprce6kc08a6l03gzzh99hfpazfjeczfpzkkau: '[email protected]',
terravaloper1krj7amhhagjnyg2tkkuh6l0550y733jnjnnlzy: '[email protected]',
terravaloper1m8jxvxkhuu07u4hrv484rkq9wetk4lmde44z87: '[email protected]',
terravaloper1n7pkcal0jkp0ac9r338qp9cm5x6cakfnremtnt: '[email protected]',
terravaloper1nwrksgv2vuadma8ygs8rhwffu2ygk4j24w2mku: '[email protected]',
terravaloper1pc0gs3n6803x7jqe9m7etegmyx29xw38aaf3u7: '[email protected]',
terravaloper1sym8gyehrdsm03vdc44rg9sflg8zeuqwfzavhx: '[email protected]',
terravaloper1tusfpgvjrplqg2fm7wacy4slzjmnzswcfufuvp: '[email protected]',
terravaloper1u3gcqh4xqcdfkcu82nrk9u75x8vtvcz7xafgpy: '[email protected]',
terravaloper1uhjx34pfsxk9xh34yn8p2w4469uqdz067rqu5g: '[email protected]',
terravaloper1vse7mfah2hmfaruum40hwnskkca3ygmmff86xr: '[email protected]',
terravaloper1x4ce4fhqdnu8j7hrp64qmthumsvuhlq8y0kvx4: '[email protected]',
terravaloper1ya23p5cxtxwcfdrq4dmd2h0p5nc0vcl96yhjra: '[email protected]',
}
export default list