Enable SSL for some nodes [skip ci]
OmarHatem committed
Oct 28, 2025 at 20:52 UTC
f47509ebb91a739a52791f9974882638165b8f78
2 files changed
+6
assets/ethereum_server_list.yml
+4
@@ -5,12 +5,16 @@
5
isEnabledForAutoSwitching: true
6
-
7
uri: eth.llamarpc.com
8
+ useSSL: true
9
-
10
uri: rpc.flashbots.net
11
+ useSSL: true
12
-
13
uri: eth-mainnet.public.blastapi.io
14
+ useSSL: true
15
-
16
uri: eth.nownodes.io
17
+ useSSL: true
18
isEnabledForAutoSwitching: true
19
-
20
uri: ethereum.publicnode.com
\ No newline at end of file
assets/polygon_node_list.yml
+2
@@ -7,6 +7,8 @@
7
isEnabledForAutoSwitching: true
8
-
9
uri: polygon.llamarpc.com
10
+ useSSL: true
11
-
12
uri: matic.nownodes.io
13
+ useSSL: true
14
isEnabledForAutoSwitching: true
\ No newline at end of file