We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 419baf5 commit 1ff9ad0Copy full SHA for 1ff9ad0
sdk/src/network-client.ts
@@ -52,7 +52,7 @@ class AleoNetworkClient {
52
this.headers = {
53
// This is replaced by the actual version by a Rollup plugin
54
"X-Aleo-SDK-Version": "%%VERSION%%",
55
- "X-Aleo-environment" : environment(),
+ "X-ALEO-ENVIRONMENT" : environment(),
56
};
57
}
58
0 commit comments