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

Migration include Darwinia network #102

Merged
merged 1 commit into from
Oct 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/migration/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 });
Expand Down
Loading