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

Commit

Permalink
Disable crab koi (#9)
Browse files Browse the repository at this point in the history
Signed-off-by: fisher <[email protected]>
  • Loading branch information
hackfisher authored Nov 29, 2024
1 parent ba800ab commit 5a2273a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/src/wagmi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ const koi: Chain = {
export const config = getDefaultConfig({
appName: 'Darwinia Migration Helper',
projectId: '2f094d8039dafb4f3fd537931f739604',
chains: [darwinia, crab, koi],
chains: [darwinia],
ssr: true,
});

0 comments on commit 5a2273a

Please sign in to comment.