diff --git a/contracts/src/bridge/frontend/src/routes/index.ts b/contracts/src/bridge/frontend/src/routes/index.ts index cfe88c27a5..1183d1fdf4 100644 --- a/contracts/src/bridge/frontend/src/routes/index.ts +++ b/contracts/src/bridge/frontend/src/routes/index.ts @@ -20,7 +20,7 @@ export const NavLinks: NavLink[] = [ export const apiRoutes = { getHealthStatus: `/info/health/`, - getObscuroConfig: `http://erpc.${environment}.obscu.ro:80/`, + getObscuroConfig: `http://erpc.${environment}-testnet.obscu.ro:80/`, }; export const requestMethods = { diff --git a/contracts/src/bridge/frontend/src/types/index.ts b/contracts/src/bridge/frontend/src/types/index.ts index 5b2c938104..f9ba4f8927 100644 --- a/contracts/src/bridge/frontend/src/types/index.ts +++ b/contracts/src/bridge/frontend/src/types/index.ts @@ -133,7 +133,7 @@ export interface WalletConnectionContextType { toChains: Chain[]; connectWallet: () => void; disconnectWallet: () => void; - switchNetwork: (network: string) => void; + switchNetwork: () => void; } export interface Props {