Skip to content

Commit 2e811c7

Browse files
Merge pull request #93 from StabilityNexus/Frontend
Made ETC as defult chian
2 parents 792a17f + 5d21a39 commit 2e811c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/utils/config.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ export const config = getDefaultConfig({
1313
appName: "clowder",
1414
projectId: process.env.NEXT_PUBLIC_PROJECT_ID ?? "",
1515
chains: [
16+
ethereumClassic,
1617
scrollSepolia,
1718
base,
1819
polygon,
19-
ethereumClassic,
2020
citreaTestnet,
2121
] as const,
2222
ssr: true, // Disable SSR for static export

0 commit comments

Comments
 (0)