Add comments

This commit is contained in:
phahulin 2017-11-17 10:21:24 +03:00 committed by GitHub
parent fab426e6cd
commit ada3b596d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
echo "=====> sourcing common.vars"
##### These variables may need to be changed when creating new network
OWNER_ADDRESS="0xdd0bb0e2a1594240fed0c2f2c17c1e9ab4f87126"
SCRIPTS_BRANCH="sokol"
@ -13,7 +15,7 @@ PARITY_DEB_LOC="https://parity-downloads-mirror.parity.io/v1.8.1/x86_64-unknown-
NODE_SOURCE_DEB="https://deb.nodesource.com/setup_6.x"
#####
##### These variables are calculated based on the top ones. They shouldn't be changed
GENESIS_REPO_LOC="https://raw.githubusercontent.com/oraclesorg/oracles-scripts/${SCRIPTS_BRANCH}/spec.json"
GENESIS_JSON="spec.json"
NODE_TOML="node.toml"