Skip to content

Commit 67e8036

Browse files
author
Alex Stelea
authored
Merge pull request #871 from radixdlt/headers
feat(transaction-stream): add Rdx_App_Name header to gateway API requests
2 parents e4217a6 + 7894f48 commit 67e8036

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

apps/transaction-stream/src/gateway.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ export const GatewayApiClient = ({ dependencies }: GatewayApiClientInput) => {
3535
method: 'POST',
3636
headers: {
3737
'Content-Type': 'application/json',
38-
Accept: 'application/json'
38+
Accept: 'application/json',
39+
Rdx_App_Name: 'radquest-transaction-stream',
3940
},
4041
body: JSON.stringify({
4142
limit_per_page: config.stream.limitPerPage,

0 commit comments

Comments
 (0)