pancake-frontend
pancake-frontend copied to clipboard
fix: lax testnet check
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 inwagmi.ts
✨ Ask PR-Codex anything about this PR by commenting with
/codex {your question}