Skip to content

Commit

Permalink
add backend
Browse files Browse the repository at this point in the history
  • Loading branch information
0thernet committed Jun 12, 2024
1 parent 4d9f7ea commit 047371f
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 @@ -167,6 +167,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 047371f

Please sign in to comment.