Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdi-torabiv committed Dec 4, 2024
1 parent 40b9c6a commit 8904e6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/configs/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ export const conf = {
PROJECT_ID: process.env.NEXT_PUBLIC_PROJECT_ID,
APP_DEVELOPER_PUBLIC_ADDRESS:
process.env.NEXT_PUBLIC_APP_DEVELOPER_PUBLIC_ADDRESS,
IS_MAIN_NET: process.env.NEXT_PUBLIC_IS_MAIN_NET,
IS_MAINNET: process.env.NEXT_PUBLIC_IS_MAINNET,
};
2 changes: 1 addition & 1 deletion src/rainbowKitConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { http } from 'wagmi';

import { conf } from './configs';

const isProduction = conf.IS_MAIN_NET === 'true';
const isProduction = conf.IS_MAINNET === 'true';

export const SUPPORTED_CHAINS: Chain[] = isProduction
? [arbitrum]
Expand Down

0 comments on commit 8904e6e

Please sign in to comment.