fix: use Node.js https agent when endpoint uses https (#12692)

This commit is contained in:
Justin Starry
2020-10-07 00:41:18 +08:00
committed by GitHub
parent a5c6a78f6d
commit 41ce892f1c
4 changed files with 36 additions and 10 deletions

View File

@ -98,6 +98,8 @@ function generateConfig(configType) {
'bs58',
'buffer-layout',
'crypto-hash',
'http',
'https',
'jayson/lib/client/browser',
'node-fetch',
'rpc-websockets',