Skip to content

Commit 453f002

Browse files
committed
Switch network VA login to Velas testnet
1 parent 3d135eb commit 453f002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

synapse/handlers/vaccount_auth/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
VACCOUNT_PROGRAM_ID = PublicKey("VAcccHVjpknkW5N5R9sfRppQxYJrJYVV7QJGKchkQj5")
1414
VACCOUNT_SEED = b'vaccount'
15-
VELAS_RPC_URI = 'https://api.devnet.velas.com'
15+
VELAS_RPC_URI = 'https://api.testnet.velas.com'
1616
BASE_OPERATIONAL_LEN = 134
1717

1818
SIGN_TIMESTAMP_TOLERANCE = 120

0 commit comments

Comments
 (0)