diff --git a/src/sourcify-chains.ts b/src/sourcify-chains.ts index 255b2b708..821167f2b 100644 --- a/src/sourcify-chains.ts +++ b/src/sourcify-chains.ts @@ -827,8 +827,8 @@ export function getSortedChainsArray( getPrimarySortKey(a) > getPrimarySortKey(b) ? 1 : getPrimarySortKey(b) > getPrimarySortKey(a) - ? -1 - : 0 + ? -1 + : 0 ); const sortedChains = etherumChains.concat(otherChains);