Skip to content

Commit

Permalink
Updated config.ts to include working Soneium logo
Browse files Browse the repository at this point in the history
  • Loading branch information
ihsraham committed Jan 22, 2025
1 parent c20737e commit 15d6b86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/base/src/chain/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ export const getEvmChainConfig = (chainId: number): CustomChainConfig | null =>
blockExplorerUrl: "https://explorer-testnet.soneium.org",
ticker: "ETH",
tickerName: "ETH",
logo: "https://cryptologos.cc/logos/soneium-logo.png",
logo: "https://iili.io/2i5xce2.png",
};
}

Expand Down

0 comments on commit 15d6b86

Please sign in to comment.