From 49e6e81e191e9fc9c5460d846c701b996296b227 Mon Sep 17 00:00:00 2001 From: jaybuidl Date: Thu, 5 Jan 2023 16:13:21 +0000 Subject: [PATCH] chore: web migrated to Arbitrum Goerli --- web/src/components/WrongChainBoundary.tsx | 5 +++-- web/src/consts/supportedChains.ts | 10 ++++++---- 2 files changed, 9 insertions(+), 6 deletions(-) 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 }> = ({