Skip to content
Closed
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
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ import { Token } from '../../app/api/crosschain-transfers/types'
export const DISABLED_CHAIN_IDS: number[] = []

// withdraw-only chains (will also display error message in the transfer panel)
const WITHDRAW_ONLY_CHAIN_IDS: number[] = [98865, 70700, 70701] // Plume Legacy, PoP Apex, PoP Boss
const WITHDRAW_ONLY_CHAIN_IDS: number[] = [98865, 70700, 70701, 140] // Plume Legacy, PoP Apex, PoP Boss, Data Lake Mainnet

type ErrorMessages = {
inputAmount1?: string | TransferReadinessRichErrorMessage
Expand Down
Loading