Closed sc0Vu closed 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> ) : ( <></> )}
integration for 3rd party chains, in this case conduit
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?