Skip to content

Commit

Permalink
Merge pull request #3682 from bitshares/fix-api-url
Browse files Browse the repository at this point in the history
Fix URL of an API node
  • Loading branch information
abitmore authored Oct 31, 2023
2 parents c07d57f + 90ce510 commit 7bd49e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/api/apiConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ export const settingsAPIs = {
contact: "email:[email protected]"
},
{
url: "wss://tel_aviv.bitshares.im/ws",
url: "wss://tel-aviv.bitshares.im/ws",
region: "West Asia",
country: "Israel",
location: "Tel_Aviv",
Expand Down

0 comments on commit 7bd49e1

Please sign in to comment.