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.
1 parent f2db094 commit be4f352Copy full SHA for be4f352
src/amp/auth/service.py
@@ -14,7 +14,7 @@
14
from .models import AuthStorage, RefreshTokenResponse
15
16
# Auth platform URL (matches TypeScript implementation)
17
-AUTH_PLATFORM_URL = 'https://auth.amp.edgeandnode.com/'
+AUTH_PLATFORM_URL = 'https://auth.amp.thegraph.com/'
18
19
# Storage location (matches TypeScript implementation)
20
# TypeScript CLI uses: ~/.amp-cli-config/amp_cli_auth (directory with file inside)
0 commit comments