fix: change default validators

This commit is contained in:
RadoslavDimchev 2023-10-19 10:39:05 +03:00
parent 74068f3c82
commit 539faadcd5
1 changed files with 3 additions and 6 deletions

View File

@ -25,13 +25,10 @@ const ValidatorsList = () => {
{
name: '1',
validatorAddress: 'zQ3asdf9d4Gs0',
isAvatarChipIncluded: true,
isVerified: true,
},
{ name: '2', validatorAddress: 'zQ3asdf9d4Gs0', isVerified: true },
{ name: '3', validatorAddress: 'zQ3asdf9d4Gs0', isAvatarChipIncluded: true },
{ name: '4', validatorAddress: 'zQ3asdf9d4Gs0' },
{ name: '5', validatorAddress: 'zQ3asdf9d4Gs0', isVerified: true },
{ name: '2', validatorAddress: 'zQ3asdf9d4Gs0' },
{ name: '3', validatorAddress: 'zQ3asdf9d4Gs0', isVerified: true },
{ name: '4', validatorAddress: 'zQ3asdf9d4Gs0', isAvatarChipIncluded: true },
])
}, [])