Skip to content

Commit

Permalink
Merge branch 'main' into ben-httpx-client
Browse files Browse the repository at this point in the history
  • Loading branch information
0thernet committed Jun 12, 2024
2 parents d2eae54 + 047371f commit 00f83db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions substrate/_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ def default_headers(self) -> Dict[str, str]:
"Content-Type": "application/json",
"User-Agent": self.user_agent,
"X-Substrate-Request-Id": IDGenerator.random_string(32),
"X-Substrate-Backend": "v1",
**self.platform_headers,
**self.auth_headers,
**self._additional_headers,
Expand Down

0 comments on commit 00f83db

Please sign in to comment.