Skip to content

Commit f47509e

Browse files
committed
Enable SSL for some nodes [skip ci]
1 parent 0ac6c60 commit f47509e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

assets/ethereum_server_list.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,16 @@
55
isEnabledForAutoSwitching: true
66
-
77
uri: eth.llamarpc.com
8+
useSSL: true
89
-
910
uri: rpc.flashbots.net
11+
useSSL: true
1012
-
1113
uri: eth-mainnet.public.blastapi.io
14+
useSSL: true
1215
-
1316
uri: eth.nownodes.io
17+
useSSL: true
1418
isEnabledForAutoSwitching: true
1519
-
1620
uri: ethereum.publicnode.com

assets/polygon_node_list.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
isEnabledForAutoSwitching: true
88
-
99
uri: polygon.llamarpc.com
10+
useSSL: true
1011
-
1112
uri: matic.nownodes.io
13+
useSSL: true
1214
isEnabledForAutoSwitching: true

0 commit comments

Comments
 (0)