Skip to content

Commit

Permalink
Merge pull request #1145 from cipig/electrums
Browse files Browse the repository at this point in the history
add AUR electrum, ETH RPC
  • Loading branch information
smk762 authored Oct 5, 2024
2 parents ff39105 + 3cea23c commit bcae838
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
17 changes: 16 additions & 1 deletion electrums/AUR
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
[
{
"url": "electrum1.valhala.is:50002",
"ws_url": "electrum1.valhala.is:50004",
"protocol": "SSL",
"contact": [
{ "discord": "388437778624413706" }
]
},
{
"url": "electrum1.valhala.is:50001",
"protocol": "TCP",
"contact": [
{ "discord": "388437778624413706" }
]
},
{
"url": "electrumx.aur.ewmcx.info:50002",
"protocol": "SSL",
Expand All @@ -16,4 +31,4 @@
"disable_cert_verification": true,
"ws_url": "failover.aur.ewmcx.biz:50003"
}
]
]
4 changes: 4 additions & 0 deletions ethereum/ETH
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
"url": "https://node.komodo.earth:8080/ethereum",
"gui_auth": true
},
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
},
{
"url": "https://eth1.cipig.net:18555",
"ws_url": "wss://eth1.cipig.net:38555",
Expand Down

0 comments on commit bcae838

Please sign in to comment.