pancake-frontend icon indicating copy to clipboard operation
pancake-frontend copied to clipboard

fix: lax testnet check

Open JayJay1024 opened this issue 8 months ago • 3 comments

If the chain is configured as testnet: false, isChainTestnet should return false.


PR-Codex overview

This PR updates the isChainTestnet function in wagmi.ts to simplify the logic for checking if a chain is a testnet.

Detailed summary

  • Simplified logic for checking if a chain is a testnet in isChainTestnet function in wagmi.ts

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

JayJay1024 avatar Jun 16 '24 08:06 JayJay1024