Skip to content

Commit

Permalink
update tangle testnet rpc endpoints (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
salman01zp authored Jan 10, 2024
1 parent a54da0f commit 4d7908d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion data/testnets-chaindata.json
Original file line number Diff line number Diff line change
Expand Up @@ -1247,7 +1247,7 @@
"id": "tangle-testnet",
"name": "Tangle",
"account": "*25519",
"rpcs": ["wss://rpc-archive.tangle.tools"]
"rpcs": ["wss://testnet-rpc-archive.tangle.tools"]
},
{
"id": "ternoa-alphanet-testnet",
Expand Down
2 changes: 1 addition & 1 deletion dist/chains/all.json
Original file line number Diff line number Diff line change
Expand Up @@ -12025,7 +12025,7 @@
"feeToken": null,
"rpcs": [
{
"url": "wss://rpc-archive.tangle.tools"
"url": "wss://testnet-rpc-archive.tangle.tools"
}
],
"evmNetworks": [],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"feeToken": null,
"rpcs": [
{
"url": "wss://rpc-archive.tangle.tools"
"url": "wss://testnet-rpc-archive.tangle.tools"
}
],
"evmNetworks": [],
Expand Down
2 changes: 1 addition & 1 deletion dist/chains/byId/tangle-testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"feeToken": null,
"rpcs": [
{
"url": "wss://rpc-archive.tangle.tools"
"url": "wss://testnet-rpc-archive.tangle.tools"
}
],
"evmNetworks": [],
Expand Down

0 comments on commit 4d7908d

Please sign in to comment.