File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff 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 (
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments