diff --git a/frontend/src/comps/Ethereum/Ethereum.tsx b/frontend/src/comps/Ethereum/Ethereum.tsx index dad8e42c..f114f038 100644 --- a/frontend/src/comps/Ethereum/Ethereum.tsx +++ b/frontend/src/comps/Ethereum/Ethereum.tsx @@ -30,7 +30,7 @@ export function Ethereum({ children }: { children: ReactNode }) { return ( createConfig( getDefaultConfig({ - appName: "Liquity 2", + appName: "Liquity v2", chains: [chain], transports: { [config.chainId]: http(config.chainRpcUrl),