Skip to content

Commit 9091d4c

Browse files
committed
added dwellir rpc to config card
1 parent 780039f commit 9091d4c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

components/MainnetConfig.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ const NetworkCard = ({
1111
chainId,
1212
rpcUrl,
1313
wssUrl,
14+
wssUrl2,
1415
explorerUrls,
1516
fundingInfo,
1617
}) => {
@@ -50,6 +51,7 @@ const NetworkCard = ({
5051
<th className={styles.tableHeader}>Public WSS URL</th>
5152
<td className={styles.tableCell}>
5253
<Link href={wssUrl}>{wssUrl}</Link>
54+
<Link href={wssUrl2}>{wssUrl2}</Link>
5355
</td>
5456
</tr>
5557
{explorerUrls.map((explorer, index) => (
@@ -80,6 +82,7 @@ const NetworkInfo = () => {
8082
chainId: "5845",
8183
rpcUrl: "https://rpc.tangle.tools",
8284
wssUrl: "wss://rpc.tangle.tools",
85+
wssUrl2: "wss://tangle-mainnet-rpc.dwellir.com/",
8386
explorerUrls: [
8487
{ name: "BlockScout", url: "https://testnet-explorer.tangle.tools" }, // Update this
8588
{

0 commit comments

Comments
 (0)