Skip to content
This repository has been archived by the owner on Jan 1, 2025. It is now read-only.

Commit

Permalink
Enable Darwinia chain (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
aurexav authored Oct 28, 2024
1 parent b317895 commit ec835f4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/web/src/wagmi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ const koi: Chain = {
export const config = getDefaultConfig({
appName: 'Darwinia Migration Helper',
projectId: '2f094d8039dafb4f3fd537931f739604',
chains: [crab, koi],
// chains: [darwinia, crab, koi],
chains: [darwinia, crab, koi],
ssr: true,
});

0 comments on commit ec835f4

Please sign in to comment.