Skip to content
This repository was archived by the owner on May 6, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
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
20 changes: 1 addition & 19 deletions apps/lite/src/lib/constants.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { SafeLink } from "@morpho-org/uikit/components/safe-link";
import { type Deployments } from "@morpho-org/uikit/lib/deployments";
import { ReactNode } from "react";
import { celo, type Chain, hemi, lisk, optimism, plumeMainnet, polygon, soneium, worldchain } from "wagmi/chains";
import { type Chain, hemi, optimism, plumeMainnet, polygon, worldchain } from "wagmi/chains";

/**
* App-wide deprecation banner configuration.
Expand Down Expand Up @@ -37,24 +37,6 @@ export const CHAIN_DEPRECATION_INFO: Partial<
// ecosystemBuilder: "Oku",
// ecosystemBuilderUrl: "https://oku.trade/morpho/vaults?inputChain=worldchain",
// },
[soneium.id]: {
chain: soneium,
cutoffDate: "March 16, 2026",
ecosystemBuilder: "Feather",
ecosystemBuilderUrl: "https://app.feather.zone/portfolio",
},
[lisk.id]: {
chain: lisk,
cutoffDate: "March 16, 2026",
ecosystemBuilder: "Feather",
ecosystemBuilderUrl: "https://app.feather.zone/portfolio",
},
[celo.id]: {
chain: celo,
cutoffDate: "March 16, 2026",
ecosystemBuilder: "Feather",
ecosystemBuilderUrl: "https://app.feather.zone/portfolio",
},
};

export function isReduceOnly(chainId: number | undefined) {
Expand Down
6 changes: 3 additions & 3 deletions apps/lite/src/lib/wagmi-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,14 @@ const chains = [
optimism,
// lite support (alphabetical)
// abstract,
celo,
// celo,
// corn,
// fraxtal,
// ink,
lisk,
// lisk,
// modeMainnet,
// scrollMainnet,
soneium,
// soneium,
// sonic,
worldchain,
] as const;
Expand Down
Loading