From 2c100e8e978f8cebaa8899569d2374b973c966d2 Mon Sep 17 00:00:00 2001 From: snoopy1412 Date: Sat, 26 Oct 2024 10:30:03 +0800 Subject: [PATCH] Migration include Darwinia network --- src/components/migration/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/migration/index.tsx b/src/components/migration/index.tsx index a8ddb78..bbaf8f6 100644 --- a/src/components/migration/index.tsx +++ b/src/components/migration/index.tsx @@ -4,7 +4,7 @@ import { MigrationModal } from "./migration"; import { useChainId } from "wagmi"; import { ChainID } from "@/types"; -const NETWORKS_REQUIRING_MIGRATION = [ChainID.CRAB, ChainID.KOI]; +const NETWORKS_REQUIRING_MIGRATION = [ChainID.CRAB, ChainID.KOI, ChainID.DARWINIA]; export function Migration() { const [modals, setModals] = useState({ start: false, migration: false });