From a57d0c567b1ff9706d3c26e1fc1431463510c59a Mon Sep 17 00:00:00 2001 From: Pierre Bertet Date: Sat, 13 Apr 2024 09:06:00 +0100 Subject: [PATCH] Minor tweak --- frontend/src/comps/Ethereum/Ethereum.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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),