# v1.35.0

{% hint style="info" %}
For SDK to function in testing environment, please use this version onward.
{% endhint %}

## Changes

* Updated the default network configuration from Mumbai to Amoy on the staging environment following the deprecation of the Mumbai network.
* Introduced a new parameter chainId, during the instantiation of StartrailSdk. For more details, refer to [RPC endpoint and chainId](/startrail-sdk-js/getting-started/rpc-endpoint.md)
* Fixed the issue where the process object is undefined when SDK is directly imported via CDN, which occurred after the release of v1.34.0.

{% content-ref url="/pages/frSJRNrPXDXGs0OwRaIS" %}
[URL per environment](/readme/url-per-environment.md)
{% endcontent-ref %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.startrail.io/startrail-sdk-js/change-logs/page-1.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
