Skip to content

Commit 1ff9ad0

Browse files
Change header name
1 parent 419baf5 commit 1ff9ad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/src/network-client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class AleoNetworkClient {
5252
this.headers = {
5353
// This is replaced by the actual version by a Rollup plugin
5454
"X-Aleo-SDK-Version": "%%VERSION%%",
55-
"X-Aleo-environment" : environment(),
55+
"X-ALEO-ENVIRONMENT" : environment(),
5656
};
5757
}
5858
}

0 commit comments

Comments
 (0)