Skip to content

Commit

Permalink
Fix isProduction call
Browse files Browse the repository at this point in the history
  • Loading branch information
koutst committed Dec 11, 2024
1 parent a4d38ca commit b78a8be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/Base.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ LEFT_SIDEBAR_MIN_WIDTH;
const projectId = "a3e8904e258fe256bf772b764d3acfab";

const { chains, publicClient, webSocketPublicClient } = configureChains(
[isProduction ? mainnet : sepolia],
[isProduction() ? mainnet : sepolia],
[
w3mProvider({ projectId }),
infuraProvider({
Expand Down

0 comments on commit b78a8be

Please sign in to comment.