We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e4217a6 + 7894f48 commit 67e8036Copy full SHA for 67e8036
1 file changed
apps/transaction-stream/src/gateway.ts
@@ -35,7 +35,8 @@ export const GatewayApiClient = ({ dependencies }: GatewayApiClientInput) => {
35
method: 'POST',
36
headers: {
37
'Content-Type': 'application/json',
38
- Accept: 'application/json'
+ Accept: 'application/json',
39
+ Rdx_App_Name: 'radquest-transaction-stream',
40
},
41
body: JSON.stringify({
42
limit_per_page: config.stream.limitPerPage,
0 commit comments