Skip to content

Commit

Permalink
fix: change gov core chain
Browse files Browse the repository at this point in the history
  • Loading branch information
Argeare5 committed Sep 28, 2023
1 parent 1d8df39 commit 273b89f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/appConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { chainInfoHelper } from './configs';

export const isForIPFS = process.env.NEXT_PUBLIC_DEPLOY_FOR_IPFS === 'true';

export const coreName: CoreNetworkName = 'sepolia';
export const coreName: CoreNetworkName = 'mainnet';
export const WC_PROJECT_ID = 'e6ed0c48443e54cc875462bbaec6e3a7'; // https://docs.walletconnect.com/2.0/cloud/relay

// @ts-ignore
Expand Down

0 comments on commit 273b89f

Please sign in to comment.