diff --git a/web/src/components/WrongChainBoundary.tsx b/web/src/components/WrongChainBoundary.tsx index 4987705a5..4232a0228 100644 --- a/web/src/components/WrongChainBoundary.tsx +++ b/web/src/components/WrongChainBoundary.tsx @@ -3,6 +3,7 @@ import styled from "styled-components"; import { ErrorBoundary } from "react-error-boundary"; import { Button } from "@kleros/ui-components-library"; import { switchChain } from "utils/switchChain"; +import { DEFAULT_CHAIN, SUPPORTED_CHAINS } from "consts/supportedChains"; const WrongChainRecovery: React.FC<{ resetErrorBoundary: () => void }> = ({ resetErrorBoundary, @@ -13,10 +14,10 @@ const WrongChainRecovery: React.FC<{ resetErrorBoundary: () => void }> = ({