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.
2 parents 68f9028 + 509e3e6 commit 2077e2aCopy full SHA for 2077e2a
crates/rollup-boost/src/client/rpc.rs
@@ -121,7 +121,7 @@ impl RpcClient {
121
) -> Result<Self, RpcClientError> {
122
let version = format!("{}-{}", CARGO_PKG_VERSION, VERGEN_GIT_SHA);
123
let mut headers = HeaderMap::new();
124
- headers.insert("X-Rollup-Boost-Version", version.parse().unwrap());
+ headers.insert("User-Agent", version.parse().unwrap());
125
126
let auth_layer = AuthLayer::new(auth_rpc_jwt_secret);
127
let auth_client = HttpClientBuilder::new()
0 commit comments