diff --git a/TestTestNet/common.vars b/TestTestNet/common.vars index a8a16cf..b1ce262 100644 --- a/TestTestNet/common.vars +++ b/TestTestNet/common.vars @@ -1,3 +1,5 @@ +echo "=====> sourcing common.vars" + OWNER_ADDRESS="0xdd0bb0e2a1594240fed0c2f2c17c1e9ab4f87126" SCRIPTS_BRANCH="sokol" @@ -18,3 +20,5 @@ NODE_TOML="node.toml" NODE_PWD="node.pwd" BOOTNODES_TXT="https://raw.githubusercontent.com/oraclesorg/test-templates/${TEMPLATES_BRANCH}/TestTestNet/bootnodes.txt" NGINX_FILE_LOC="https://raw.githubusercontent.com/oraclesorg/test-templates/${TEMPLATES_BRANCH}/TestTestNet/bootnode/nginx.default.site" + +echo "<===== sourcing common.funcs"