From 046e0c6f459cb0b59f296aa2caa0c17e53af77f1 Mon Sep 17 00:00:00 2001 From: KillariDev Date: Fri, 22 Nov 2024 15:42:30 +0200 Subject: [PATCH] geth -> ethereum --- app/ts/background/settings.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/ts/background/settings.ts b/app/ts/background/settings.ts index 770f095e..5049b156 100644 --- a/app/ts/background/settings.ts +++ b/app/ts/background/settings.ts @@ -44,7 +44,7 @@ export const defaultRpcs = [ { name: 'Ethereum Mainnet', chainId: 1n, - httpsRpc: 'https://geth.dark.florist', + httpsRpc: 'https://ethereum.dark.florist', currencyName: 'Ether', currencyTicker: 'ETH', currencyLogoUri: ETHEREUM_COIN_ICON,