diff --git a/src/components/transfer.tsx b/src/components/transfer.tsx index 6c156924..563d5d96 100644 --- a/src/components/transfer.tsx +++ b/src/components/transfer.tsx @@ -87,6 +87,18 @@ export default function Transfer() { {`to route to Darwinia or Ethereum instead.`} ); + } else if ( + (sourceChain?.network === "darwinia-dvm" && targetChain?.network === "crab-dvm") || + (sourceChain?.network === "crab-dvm" && targetChain?.network === "darwinia-dvm") + ) { + return ( +