Skip to content

Commit

Permalink
Merge pull request #24 from xamey/id-Xameyz
Browse files Browse the repository at this point in the history
Adding a new Validator Identity for Xameyz
  • Loading branch information
shamilkhan authored Oct 10, 2023
2 parents 8ef3973 + 15a76a3 commit 6d655f1
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/config/validators/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
{
Expand All @@ -28,4 +29,15 @@ export const VALIDATOR_COMMUNITY = [
],
},
},
{
name: 'Xameyz',
Thumbnail: XameyzIdentity,
bio: `Just a humble validator on a humble decentralized network.`,
email: '[email protected]',
website: '',
twitter: '@xameyz',
validators: {
cere: ['6TYC5go4hQ85NxmGK8c658cmJozxeohKfp6YbDGC5r1HJ6nZ'],
},
},
];
49 changes: 49 additions & 0 deletions src/config/validators/thumbnails/xameyz.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6d655f1

Please sign in to comment.