Add proxy support (HTTP + WebSocket)

This commit is contained in:
FrondEnt
2026-01-30 00:22:45 +02:00
parent 331ffcfcdf
commit f67970c34e
8 changed files with 190 additions and 3 deletions
+3
View File
@@ -8,6 +8,9 @@
},
"dependencies": {
"ethers": "^6.11.1",
"https-proxy-agent": "^7.0.6",
"socks-proxy-agent": "^8.0.5",
"undici": "^6.21.3",
"ws": "^8.18.0"
}
}