Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 439 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 439 Bytes

networks-internal

The configuration for vega operated testnets

Update config files

To pull latest config files from a network you need to have python3 and rsync installed.

Then you can run:

./scripts/pull_config.py -u [ssh username] -n (devnet|stagnet1|stagnet2)

You can also specify ssh key file:

./scripts/pull_config.py -u [ssh username] -k [path to ssh private key] -n (devnet|stagnet1|stagnet2)