Skip to content

Commit 12c8a25

Browse files
committed
Added config for Soneium mainnet and the logo as well
1 parent 15d6b86 commit 12c8a25

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

packages/base/src/chain/config.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,18 @@ export const getEvmChainConfig = (chainId: number): CustomChainConfig | null =>
153153
logo: "https://iili.io/2i5xce2.png",
154154
};
155155
}
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+
logo: "https://iili.io/2i5xce2.png",
166+
};
167+
}
156168

157169
return null;
158170
};

0 commit comments

Comments
 (0)