From 36b064edb19bb8a4f38033db96e447d5f9d8d948 Mon Sep 17 00:00:00 2001 From: xamey Date: Mon, 9 Oct 2023 09:46:29 +0200 Subject: [PATCH 1/2] Adding a new Validator Identity for Xameyz --- src/config/validators/index.ts | 14 ++++++ src/config/validators/thumbnails/xameyz.svg | 49 +++++++++++++++++++++ 2 files changed, 63 insertions(+) create mode 100644 src/config/validators/thumbnails/xameyz.svg diff --git a/src/config/validators/index.ts b/src/config/validators/index.ts index 4d4a53087f..f1b79f9d80 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,17 @@ 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 From 15a76a3e27f7132c1b5915eddf04351fd0e85931 Mon Sep 17 00:00:00 2001 From: xamey Date: Mon, 9 Oct 2023 14:58:19 +0200 Subject: [PATCH 2/2] Ran yarn lint --- src/config/validators/index.ts | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/config/validators/index.ts b/src/config/validators/index.ts index f1b79f9d80..e8a2e5dd26 100644 --- a/src/config/validators/index.ts +++ b/src/config/validators/index.ts @@ -37,9 +37,7 @@ export const VALIDATOR_COMMUNITY = [ website: '', twitter: '@xameyz', validators: { - cere: [ - '6TYC5go4hQ85NxmGK8c658cmJozxeohKfp6YbDGC5r1HJ6nZ' - ], + cere: ['6TYC5go4hQ85NxmGK8c658cmJozxeohKfp6YbDGC5r1HJ6nZ'], }, - } + }, ];