Skip to content

Commit 543b6d2

Browse files
authored
chore: update dwellir docs (#133)
1 parent d231b26 commit 543b6d2

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

components/MainnetConfig.tsx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,19 +94,18 @@ const NetworkInfo = () => {
9494
chainId: "5845",
9595
rpcUrl: "https://rpc.tangle.tools",
9696
wssUrl: "wss://rpc.tangle.tools",
97-
wssUrl2: "wss://tangle-mainnet-rpc.dwellir.com/",
97+
wssUrl2: "wss://tangle-mainnet-rpc.n.dwellir.com/",
9898
explorerUrls: [
99-
{ name: "BlockScout", url: "https://testnet-explorer.tangle.tools" }, // Update this
99+
{ name: "BlockScout", url: "https://explorer.tangle.tools" },
100100
{
101101
name: "PolkadotJS",
102-
url: "TBD", // Update this
102+
url: "https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Frpc.tangle.tools#/explorer",
103103
},
104104
],
105105
fundingInfo: {
106106
url: "https://discord.gg/PQDYv5GT",
107107
},
108108
},
109-
// Add Tangle Mainnet details here when available
110109
];
111110

112111
return (

components/NetworkResources.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ const NETWORK_DATA = {
7575
},
7676
{
7777
property: "Public WSS URL by Dwellir",
78-
value: { type: "wss", url: "wss://tangle-mainnet-rpc.dwellir.com" },
78+
value: { type: "wss", url: "wss://tangle-mainnet-rpc.n.dwellir.com" },
7979
},
8080
{
8181
property: "Runtime Types",

0 commit comments

Comments
 (0)