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,