hyperlane-xyz / hyperlane-explorer

Web app for the Hyperlane Explorer
https://explorer.hyperlane.xyz
Other
50 stars 46 forks source link

fix: error query with non-evm chainId when search #92

Closed tiendn closed 2 days ago

tiendn commented 2 days ago

Description

Add wrong query chainId when search Issue: https://github.com/hyperlane-xyz/hyperlane-explorer/issues/91

Solution

Return only evm chain with bigint type not string

-  return { chains, mainnets, testnets };
+  // Return only evnChains because of graphql only accept query non-evm chains (with bigint type not string)
+  return { chains: coreEvmChains, mainnets, testnets };
vercel[bot] commented 2 days ago

Someone is attempting to deploy a commit to the Abacus Works Team on Vercel.

A member of the Team first needs to authorize it.