Skip to content

Commit a88dc61

Browse files
authored
chore: update default memorandum server (#17)
1 parent d146281 commit a88dc61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/babble/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
AUTH_SERVER = os.environ.get("AUTH_SERVER", "https://accounts.fetch.ai/v1")
44
MEMORANDUM_SERVER = os.environ.get(
55
"MEMORANDUM_SERVER",
6-
"https://messaging-server.sandbox-london-b.fetch-ai.com/graphql",
6+
"https://messaging.fetch-ai.network",
77
)

0 commit comments

Comments
 (0)