diff --git a/src/config/validators/index.ts b/src/config/validators/index.ts index d0111b13d1..81db0279b0 100644 --- a/src/config/validators/index.ts +++ b/src/config/validators/index.ts @@ -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 = [ @@ -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, diff --git a/src/config/validators/thumbnails/turboflakes.svg b/src/config/validators/thumbnails/turboflakes.svg new file mode 100644 index 0000000000..ddb6638da4 --- /dev/null +++ b/src/config/validators/thumbnails/turboflakes.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file