Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions components/MainnetConfig.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,19 +94,18 @@ const NetworkInfo = () => {
chainId: "5845",
rpcUrl: "https://rpc.tangle.tools",
wssUrl: "wss://rpc.tangle.tools",
wssUrl2: "wss://tangle-mainnet-rpc.dwellir.com/",
wssUrl2: "wss://tangle-mainnet-rpc.n.dwellir.com/",
explorerUrls: [
{ name: "BlockScout", url: "https://testnet-explorer.tangle.tools" }, // Update this
{ name: "BlockScout", url: "https://explorer.tangle.tools" },
{
name: "PolkadotJS",
url: "TBD", // Update this
url: "https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Frpc.tangle.tools#/explorer",
},
],
fundingInfo: {
url: "https://discord.gg/PQDYv5GT",
},
},
// Add Tangle Mainnet details here when available
];

return (
Expand Down
2 changes: 1 addition & 1 deletion components/NetworkResources.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const NETWORK_DATA = {
},
{
property: "Public WSS URL by Dwellir",
value: { type: "wss", url: "wss://tangle-mainnet-rpc.dwellir.com" },
value: { type: "wss", url: "wss://tangle-mainnet-rpc.n.dwellir.com" },
},
{
property: "Runtime Types",
Expand Down