diff --git a/src/components/transfer-v2.tsx b/src/components/transfer-v2.tsx index 10d0e785..81a10ecb 100644 --- a/src/components/transfer-v2.tsx +++ b/src/components/transfer-v2.tsx @@ -220,6 +220,22 @@ function Component() { refreshAllowance, ]); + const alert = useMemo(() => { + if ( + (sourceChain?.network === "darwinia-dvm" && targetChain?.network === "crab-dvm") || + (sourceChain?.network === "crab-dvm" && targetChain?.network === "darwinia-dvm") + ) { + return ( +