We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c20737e + 12c8a25 commit 20a2e43Copy full SHA for 20a2e43
packages/base/src/chain/config.ts
@@ -150,7 +150,19 @@ export const getEvmChainConfig = (chainId: number): CustomChainConfig | null =>
150
blockExplorerUrl: "https://explorer-testnet.soneium.org",
151
ticker: "ETH",
152
tickerName: "ETH",
153
- logo: "https://cryptologos.cc/logos/soneium-logo.png",
+ logo: "https://iili.io/2i5xce2.png",
154
+ };
155
+ }
156
+ if (chainId === 1868) {
157
+ return {
158
+ chainNamespace: CHAIN_NAMESPACES.EIP155,
159
+ chainId: "0x74c",
160
+ rpcTarget: "https://rpc.soneium.org",
161
+ displayName: "Soneium Mainnet",
162
+ blockExplorerUrl: "https://soneium.blockscout.com",
163
+ ticker: "ETH",
164
+ tickerName: "ETH",
165
166
};
167
}
168
0 commit comments