openchainxyz / ethereum-transaction-viewer-frontend

Frontend for https://tx.eth.samczsun.com/
390 stars 67 forks source link

fix select network menu #25

Closed sc0Vu closed 1 year ago

sc0Vu commented 1 year ago

When I click link of transaction in other network (eg, https://tx.eth.samczsun.com/avalanche/0x3fa3ec2bd48d0e5ae6504cc536406fe067ecf779e5edb4e61ea36dec19cba495), I found the network menu didn't change.

In this PR, I add value to fix this issue.

BTW, what are these lines for?

{queryChain && !Array.isArray(queryChain) && queryChain.startsWith('conduit') ? (
    <option key={queryChain} value={queryChain} selected>
        {queryChain}
    </option>
) : (
    <></>
)}
samczsun commented 1 year ago

integration for 3rd party chains, in this case conduit