Fix testnet deployment

This commit is contained in:
Michael Vines
2019-08-15 08:32:10 -07:00
parent 4688f9821f
commit 1363841f32
3 changed files with 8 additions and 5 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#
# Contains the public keys for users that should automatically be granted access
# to ALL testnets and datacenter nodes.
#
@ -8,6 +8,7 @@
# 3. Add an entry to SOLANA_PUBKEYS with the contents of ~/.ssh/id-solana-testnet.pub
#
# If you need multiple keys with your username, repeatedly add your username to SOLANA_USERS, once per key
#
SOLANA_USERS=()
SOLANA_PUBKEYS=()