Skip to content

Commit

Permalink
Merge pull request #1246 from cipig/elec
Browse files Browse the repository at this point in the history
add/replace UNO electrums
  • Loading branch information
cipig authored Jan 12, 2025
2 parents 0997f1a + 8d74d59 commit 606e171
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gen_configs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

jobs:
update_configs:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4

Expand Down
7 changes: 4 additions & 3 deletions electrums/UNO
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@
"ws_url": "uno-main.coinmunity.gold:50003"
},
{
"url": "electrum.unobtanium.uno:50001",
"protocol": "TCP"
"url": "uno-ex-one.ewmci.online:50002",
"protocol": "SSL",
"ws_url": "uno-ex-one.ewmci.online:50003"
},
{
"url": "electrum2.unobtanium.uno:50001",
"url": "uno-ex-one.ewmci.online:50001",
"protocol": "TCP"
}
]

0 comments on commit 606e171

Please sign in to comment.