Skip to content

Commit

Permalink
Merge pull request #1201 from DarkFlorist/change-default-node-to-ethe…
Browse files Browse the repository at this point in the history
…reum

geth -> ethereum
  • Loading branch information
KillariDev authored Nov 26, 2024
2 parents d02270e + 8ba8621 commit a28443e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/ts/background/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a28443e

Please sign in to comment.