File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -57,16 +57,15 @@ MASTERNODE_OWNER_MASTER_PRIVATE_KEY=$(yq .hp_masternodes."$MASTERNODE_NAME".owne
57
57
58
58
if [[ " $NETWORK_STRING " == " devnet" * ]]; then
59
59
NETWORK=devnet
60
- INSIGHT_URL=" http://insight.${NETWORK_STRING# devnet-} .networks.dash.org:3001/insight-api/sync"
61
60
CERT_FLAG=" :self-signed"
62
61
ST_EXECUTION_INTERVAL=5000
63
62
else
64
63
NETWORK=testnet
65
- INSIGHT_URL=" https://testnet-insight.dashevo.org/insight-api/sync"
66
64
CERT_FLAG=" "
67
65
ST_EXECUTION_INTERVAL=15000
68
66
fi
69
- SKIP_SYNC_BEFORE_HEIGHT=4800 # $(curl -s $INSIGHT_URL | jq '.height - 200')
67
+ INSIGHT_URL=" http://insight.${NETWORK_STRING# devnet-} .networks.dash.org:3001/insight-api/sync"
68
+ SKIP_SYNC_BEFORE_HEIGHT=$( curl -s $INSIGHT_URL | jq ' .height - 200' )
70
69
71
70
# check variables are not empty
72
71
if [ -z " $FAUCET_ADDRESS " ] || \
You can’t perform that action at this time.
0 commit comments