Skip to content

Commit

Permalink
Merge pull request #2057 from Web3Auth/add-soneium-logo
Browse files Browse the repository at this point in the history
Updated config.ts to include working Soneium logo
  • Loading branch information
chaitanyapotti authored Jan 22, 2025
2 parents c20737e + 12c8a25 commit 20a2e43
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion packages/base/src/chain/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,19 @@ 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",
};
}
if (chainId === 1868) {
return {
chainNamespace: CHAIN_NAMESPACES.EIP155,
chainId: "0x74c",
rpcTarget: "https://rpc.soneium.org",
displayName: "Soneium Mainnet",
blockExplorerUrl: "https://soneium.blockscout.com",
ticker: "ETH",
tickerName: "ETH",
logo: "https://iili.io/2i5xce2.png",
};
}

Expand Down

0 comments on commit 20a2e43

Please sign in to comment.