Skip to content

Commit

Permalink
Merge pull request #29 from Cryptoperchik/dev-cere
Browse files Browse the repository at this point in the history
Adding a new Validator Identity for StakeAngle
  • Loading branch information
shamilkhan authored Nov 10, 2023
2 parents 6c029db + 0ba71eb commit 75d4813
Show file tree
Hide file tree
Showing 2 changed files with 5,382 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 @@ -9,6 +9,7 @@ import { ReactComponent as Cere } from './thumbnails/cere.svg';
import { ReactComponent as XameyzIdentity } from './thumbnails/xameyz.svg';
import { ReactComponent as AnyValid } from './thumbnails/anyvalid.svg';
import { ReactComponent as SerGo } from './thumbnails/SerGo.svg';
import { ReactComponent as StakeAngle } from './thumbnails/stakeangle.svg';

export const VALIDATOR_COMMUNITY = [
{
Expand Down Expand Up @@ -64,4 +65,15 @@ export const VALIDATOR_COMMUNITY = [
cere: ['6SpjH8swCtFwmntQmdikMWyDKgr59q1cLauePYc2iqwwe6Bv'],
},
},
{
name: 'StakeAngle',
Thumbnail: StakeAngle,
bio: `Non-custodial staking provider`,
email: '[email protected]',
website: 'https://stakeangle.com',
twitter: '',
validators: {
cere: ['6T9794B5HPPNYqds6VNAxcFjYZHzpgbZfdWXSiE6q65eLpVm'],
},
},
];
Loading

0 comments on commit 75d4813

Please sign in to comment.