Skip to content

Commit

Permalink
Merge pull request #47 from Cerebellum-Network/feature/add-second-bun…
Browse files Browse the repository at this point in the history
…ch-of-validaors

Add the second set of Validators.
  • Loading branch information
shamilkhan authored Nov 27, 2023
2 parents 75d4813 + b85eff1 commit e08df67
Show file tree
Hide file tree
Showing 11 changed files with 11,191 additions and 0 deletions.
120 changes: 120 additions & 0 deletions src/config/validators/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@ 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';
import { ReactComponent as medium } from './thumbnails/medium.svg';
import { ReactComponent as Jinogami } from './thumbnails/Jinogami.svg';
import { ReactComponent as EdgeServices } from './thumbnails/edgeservices.svg';
import { ReactComponent as wombat } from './thumbnails/wombat.svg';
import { ReactComponent as Brightlystake } from './thumbnails/Brightlystake-logo.svg';
import { ReactComponent as garm99 } from './thumbnails/garm99.svg';
import { ReactComponent as Thumbnail4T2CAPITAL } from './thumbnails/4t2.svg';
import { ReactComponent as TRK } from './thumbnails/TRK.svg';
import { ReactComponent as Testnetrun } from './thumbnails/Testnetrun.svg';
import { ReactComponent as Tokem } from './thumbnails/tomek.svg';

export const VALIDATOR_COMMUNITY = [
{
Expand Down Expand Up @@ -76,4 +86,114 @@ export const VALIDATOR_COMMUNITY = [
cere: ['6T9794B5HPPNYqds6VNAxcFjYZHzpgbZfdWXSiE6q65eLpVm'],
},
},
{
name: 'medium',
Thumbnail: medium,
bio: `Individual staking services`,
email: '[email protected]',
website: 'https://github.com/mediumwe11',
twitter: '',
validators: {
cere: ['6TsKhZ5o9BFAG1bCY2HVriUXAuQMae744APMMcVgYqYhNJRy'],
},
},
{
name: 'Jinogami',
Thumbnail: Jinogami,
bio: `A Community Cere Validator`,
email: '[email protected]',
website: '',
twitter: '@steganosgraphos',
validators: {
cere: ['6RvHuBMLqBVcwvk62qto81m8DFPoKBq86WCAmVEwHH3rTuNQ'],
},
},
{
name: 'EdgeServices',
Thumbnail: EdgeServices,
bio: `Blockchain Nodes & Services`,
email: '[email protected]',
website: 'https://edgeservices.io',
twitter: '@EdgeServicesIO',
validators: {
cere: ['6RByFsuHYQET5V78TqaRuyeF8XQRKPuZhkE9admxL48VUEey'],
},
},
{
name: 'wombat',
Thumbnail: wombat,
bio: `Professional blockchain validator`,
email: '[email protected]',
website: 'https://github.com/wombatqq',
twitter: '',
validators: {
cere: ['6Pqj4UwFRN4mmu25PH8RqWaMT4jNd6ytFNgaJ4KtVTfgByez'],
},
},
{
name: 'Brightlystake',
Thumbnail: Brightlystake,
bio: `Cere node from Brightlystake. Contact us for any queries https://linktr.ee/brightlystake`,
email: '[email protected]',
website: 'https://brightlystake.com/',
twitter: '@brightlystake',
validators: {
cere: ['6TnQVHWvDtw5W5vqEjNcewypHagW9N5VtvDTDUNWq3drqZTB'],
},
},
{
name: 'garm99',
Thumbnail: garm99,
bio: `Staking Provider of Proof-of-Stake Networks`,
email: '[email protected]',
website: 'nodeskeeper.com',
twitter: '@GARM799',
validators: {
cere: ['6RLGWVUzwXBvjuyLHY7Hr95TqgdUV6UxboG9i3xZnVp1vVWk'],
},
},
{
name: '4T2.CAPITAL',
Thumbnail: Thumbnail4T2CAPITAL,
bio: `validating with love & care | secure and seamless staking experience | based in 🇳🇴`,
email: '[email protected]',
website: 'https://4t2.capital',
twitter: '',
validators: {
cere: ['6VB5dkmPn6zpti4BaEZp2y7Ht8kaj8ELKGAHzpThowzXU66A'],
},
},
{
name: 'TRK',
Thumbnail: TRK,
bio: `Validating...`,
email: '',
website: '',
twitter: '',
validators: {
cere: ['6TBNtFjPELfrzSa2sXYyTWhbP1omhjxhF5nk6jtR51S3pfrS'],
},
},
{
name: 'Testnetrun',
Thumbnail: Testnetrun,
bio: `Position yourself for the blockchain-powered future of the next decade by staking today, ensuring you're part of the fastest and most secure validator network in the space.`,
email: '[email protected]',
website: 'https://stake.testnet.run',
twitter: '@testnetrun',
validators: {
cere: ['6QPgrdDzaMqj54YcHm1XpyqN8z9DTZ9sySXwF7uFwfUADkiL'],
},
},
{
name: 'TomekNode',
Thumbnail: Tokem,
bio: `Experienced and dedicated, I pride myself on being a reliable community validator node maintainer, ensuring optimal performance and trust for our nominators`,
email: '[email protected]',
website: '',
twitter: '',
validators: {
cere: ['6PbuJRgBSikmBNajCa75Zq9PqXmaYcCZ6e5QKk7sUyeebBDU'],
},
},
];
9 changes: 9 additions & 0 deletions src/config/validators/thumbnails/4t2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/config/validators/thumbnails/Brightlystake-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions src/config/validators/thumbnails/Jinogami.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/config/validators/thumbnails/TRK.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
952 changes: 952 additions & 0 deletions src/config/validators/thumbnails/Testnetrun.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions src/config/validators/thumbnails/edgeservices.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit e08df67

Please sign in to comment.