We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
VA
1 parent 3d135eb commit 453f002Copy full SHA for 453f002
synapse/handlers/vaccount_auth/constants.py
@@ -12,7 +12,7 @@
12
13
VACCOUNT_PROGRAM_ID = PublicKey("VAcccHVjpknkW5N5R9sfRppQxYJrJYVV7QJGKchkQj5")
14
VACCOUNT_SEED = b'vaccount'
15
-VELAS_RPC_URI = 'https://api.devnet.velas.com'
+VELAS_RPC_URI = 'https://api.testnet.velas.com'
16
BASE_OPERATIONAL_LEN = 134
17
18
SIGN_TIMESTAMP_TOLERANCE = 120
0 commit comments