The configuration for vega operated testnets
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)