Skip to content

Commit

Permalink
Minor tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
bpierre committed Apr 13, 2024
1 parent 33283b9 commit a57d0c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/comps/Ethereum/Ethereum.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit a57d0c5

Please sign in to comment.