Skip to content

Commit

Permalink
Migration include Darwinia network (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
snoopy1412 authored Oct 28, 2024
1 parent 2b833a6 commit 3808129
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 3808129

Please sign in to comment.