Merge pull request #1688 from filecoin-project/feat/https-facuet-setup-script

Use https for facuet on interop join script
This commit is contained in:
Łukasz Magiera 2020-05-07 17:28:26 +02:00 committed by GitHub
commit 5d1b9f854e

View File

@ -6,7 +6,7 @@ wminer="miner"
wsetup="setup" wsetup="setup"
wpledging="pledging" wpledging="pledging"
wcli="cli" wcli="cli"
faucet="http://t01000.miner.interopnet.kittyhawk.wtf" faucet="https://t01000.miner.interopnet.kittyhawk.wtf"
PLEDGE_COUNT="${1:-20}" PLEDGE_COUNT="${1:-20}"
BRANCH="interopnet" BRANCH="interopnet"