diff --git a/start-dev-example.sh b/start-dev-example.sh index 713c56b..f64313f 100755 --- a/start-dev-example.sh +++ b/start-dev-example.sh @@ -8,6 +8,14 @@ export NETWORK=mainnet # SLPDB export SLPDB_URL=http://:12300/ +export SLPDB_PASS=somelongpassword + +# Use the same address as SLPDB_URL if you don't have a separate whitelist server. +export SLPDB_WHITELIST_URL=http://:12300/ + +# slp-api alternative SLP validator using slp-validate: +# https://github.com/Permissionless-Software-Foundation/slp-api +export SLP_API_URL=http://10.0.0.5:5001/ # Blockbook export BLOCKBOOK_URL=https://:9131/ @@ -23,9 +31,6 @@ export TOKENSECRET=somelongpassword # So that bch-api can call bch-js locally. export LOCAL_RESTURL=http://127.0.0.1:3000/v3/ -# slp-api alternative SLP validator. -export SLP_API_URL=http://10.0.0.5:5001/ - # Basic Authentication password export PRO_PASS=somerandomepassword:someotherrandompassword:aThirdPassword