diff --git a/src/config/validators/index.ts b/src/config/validators/index.ts index 4d4a53087f..e8a2e5dd26 100644 --- a/src/config/validators/index.ts +++ b/src/config/validators/index.ts @@ -6,6 +6,7 @@ * import { ReactComponent as ValidatorEntityName } from './thumbnails/validatorEntityName.svg'; */ import { ReactComponent as Cere } from './thumbnails/cere.svg'; +import { ReactComponent as XameyzIdentity } from './thumbnails/xameyz.svg'; export const VALIDATOR_COMMUNITY = [ { @@ -28,4 +29,15 @@ export const VALIDATOR_COMMUNITY = [ ], }, }, + { + name: 'Xameyz', + Thumbnail: XameyzIdentity, + bio: `Just a humble validator on a humble decentralized network.`, + email: 'xameyz.crypto@yahoo.com', + website: '', + twitter: '@xameyz', + validators: { + cere: ['6TYC5go4hQ85NxmGK8c658cmJozxeohKfp6YbDGC5r1HJ6nZ'], + }, + }, ]; diff --git a/src/config/validators/thumbnails/xameyz.svg b/src/config/validators/thumbnails/xameyz.svg new file mode 100644 index 0000000000..c9122abccd --- /dev/null +++ b/src/config/validators/thumbnails/xameyz.svg @@ -0,0 +1,49 @@ + + + +Created with Fabric.js 5.2.4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file