Skip to content

Commit 3a5afe9

Browse files
committed
remove lit from manager
1 parent e102e6b commit 3a5afe9

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

packages/common/src/index.ts

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -478,14 +478,15 @@ export function isChainIdSupported(chainId: number) {
478478
}
479479

480480
export function isLitUnavailable(chainId: number) {
481-
return [
482-
4201, // LUKSO_TESTNET,
483-
42, // LUKSO,
484-
713715, // SEI_DEVNET,
485-
1329, // SEI_MAINNET,
486-
1088, // METIS
487-
].includes(chainId);
481+
return true;
482+
// return [
483+
// 4201, // LUKSO_TESTNET,
484+
// 42, // LUKSO,
485+
// 713715, // SEI_DEVNET,
486+
// 1329, // SEI_MAINNET,
487+
// 1088, // METIS
488+
// ].includes(chainId);
488489
}
489490

490491
export * from "./chains";
491-
export * from "./programWhitelist";
492+
export * from "./programWhitelist";

0 commit comments

Comments
 (0)