mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-03-02 03:50:40 +00:00
fix: change default validators
This commit is contained in:
parent
74068f3c82
commit
539faadcd5
@ -25,13 +25,10 @@ const ValidatorsList = () => {
|
|||||||
{
|
{
|
||||||
name: '1',
|
name: '1',
|
||||||
validatorAddress: 'zQ3asdf9d4Gs0',
|
validatorAddress: 'zQ3asdf9d4Gs0',
|
||||||
isAvatarChipIncluded: true,
|
|
||||||
isVerified: true,
|
|
||||||
},
|
},
|
||||||
{ name: '2', validatorAddress: 'zQ3asdf9d4Gs0', isVerified: true },
|
{ name: '2', validatorAddress: 'zQ3asdf9d4Gs0' },
|
||||||
{ name: '3', validatorAddress: 'zQ3asdf9d4Gs0', isAvatarChipIncluded: true },
|
{ name: '3', validatorAddress: 'zQ3asdf9d4Gs0', isVerified: true },
|
||||||
{ name: '4', validatorAddress: 'zQ3asdf9d4Gs0' },
|
{ name: '4', validatorAddress: 'zQ3asdf9d4Gs0', isAvatarChipIncluded: true },
|
||||||
{ name: '5', validatorAddress: 'zQ3asdf9d4Gs0', isVerified: true },
|
|
||||||
])
|
])
|
||||||
}, [])
|
}, [])
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user