Skip to content

Commit

Permalink
fix: isTestnet property
Browse files Browse the repository at this point in the history
  • Loading branch information
solidovic committed Jan 21, 2025
1 parent a85b15c commit 129a83c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/web3/web3-provider/use-app-chain-manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export const useAppChainManager = (supportedL2: boolean) => {
setChainId: switchAppChainId,
isSwitchChainWait: !isMounted || isSwitchChainPending,

isTestnet: wagmiChainMap[dappChainId]?.isTestnet || false,
isTestnet: wagmiChainMap[dappChainId]?.testnet || false,
isChainIdOnL2,
supportedL2,

Expand Down

0 comments on commit 129a83c

Please sign in to comment.