Skip to content

Commit

Permalink
add turboflakes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ross Bulat committed Aug 4, 2022
1 parent ab5365a commit eec0e3c
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/config/validators/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import { ReactComponent as Crifferent } from './thumbnails/crifferent.svg';
import { ReactComponent as HighStake } from './thumbnails/highstake.svg';
import { ReactComponent as Polkachu } from './thumbnails/polkachu.svg';
import { ReactComponent as Stakerspace } from './thumbnails/stakerspace.svg';
import { ReactComponent as TurboFlakes } from './thumbnails/turboflakes.svg';
import { ReactComponent as Wojdot } from './thumbnails/wojdot.svg';

export const VALIDATOR_COMMUNITY = [
Expand Down Expand Up @@ -101,6 +102,21 @@ export const VALIDATOR_COMMUNITY = [
],
},
},
{
name: 'TurboFlakes',
Thumbnail: TurboFlakes,
bio: 'TurboFlakes provides validators with character running on top of dedicated and high performance servers. Raiden, Coco and Momo are our named validators serving non-stop Polkadot and Kusama. We also provide end-user tooling to help you to interact with substrate blockchain networks. Feel free to reach out.',
email: 'hey@turboflakes.io',
twitter: '@turboflakes',
website: 'https://turboflakes.io',
validators: {
polkadot: ['12gPFmRqnsDhc9C5DuXyXBFA23io5fSGtKTSAimQtAWgueD2'],
kusama: [
'FZsMKYHoQG1dAVhXBMyC7aYFYpASoBrrMYsAn1gJJUAueZX',
'GA7j1FHWXpEU4kavowEte6LWR3NgZ8bkv4spWa9joiQF5R2',
],
},
},
{
name: 'WOJDOT ʕ •ᴥ•ʔ',
Thumbnail: Wojdot,
Expand Down
13 changes: 13 additions & 0 deletions src/config/validators/thumbnails/turboflakes.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 eec0e3c

Please sign in to comment.