Skip to content

Commit

Permalink
update rainbowkitConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdi-torabiv committed Nov 28, 2024
1 parent f600ebe commit 37d0f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rainbowKitConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const SUPPORTED_CHAINS: Chain[] = [baseSepolia];
export const wagmiConfig = getDefaultConfig({
appName: 'TogetherCrew',
chains: SUPPORTED_CHAINS as any,
projectId: 'e6cfdac03834b31ebda253eab5177e8d',
projectId: conf.PROJECT_ID as string,
ssr: false,

transports: SUPPORTED_CHAINS.reduce(
Expand Down

0 comments on commit 37d0f6d

Please sign in to comment.