Fix warning

This commit is contained in:
Hristo Nedelkov 2023-09-01 01:11:20 +03:00
parent 2ca76e5656
commit 12cdfcacba
1 changed files with 5 additions and 0 deletions

View File

@ -9,6 +9,11 @@ import { RootState } from '../../../redux/store'
const ConsensusSelection = () => {
const selectedClient = useSelector((state: RootState) => state.execClient.selectedClient) as
| 'Nethermind'
| 'Besu'
| 'Geth'
| 'Erigon'
| 'Nimbus'
const clientIcons = {
Nethermind: '/icons/nethermind-circle.png',