# 2.0.7661

## 2.0.7661

#### [docs](https://liquidapps.gitbook.io/liquidapps-documentation)

#### [@liquidapps/zeus-cmd](https://www.npmjs.com/package/@liquidapps/zeus-cmd)

* add `--custom-token` and `--custom-token-precision` flags to specify custom SYS tokens
* add `--evm-host`, `--evm-port`, `--evm-sister-host`, and `--evm-sister-port` options to configure evm host and port in 03a/03b ganache-cli startup steps
* require positive amount of tokens be sent for ethereum / binance bridge solidity contracts, so does not get `must issue positive quantity` error
* add `--external-evm-endpoint`, `--external-evm-private-key`, `--external-evm-sister-endpoint`, and `--external-evm-sister-private-key` to configure external EVM endpoints / private keys for starting local environment

#### [@liquidapps/dsp](https://www.npmjs.com/package/@liquidapps/dsp)

* allow DSP to specify a name for a requested oracle type, so for example if a dev wants to request a coin market cap price but does not want to expose their API key on chain, they can privately pass the name to the DSP and when the matching account/name is requested from the oracle, the DSP will insert the full address
* add verbose error passed back to `exception running push_transaction` error

#### [@liquidapps/dapp-client](https://www.npmjs.com/package/@liquidapps/dapp-client)

#### [@liquidapps/box-utils](https://www.npmjs.com/package/@liquidapps/box-utils)

#### dappservices contract

### DSP Services:

#### [LiquidAccount Service](https://docs.liquidapps.io/en/v2.0/services/vaccounts-service.html)

#### [LiquidVRAM Service](https://docs.liquidapps.io/en/stable/services/ipfs-service.html)

#### [LiquidStorage Service](https://docs.liquidapps.io/en/stable/services/storage-service.html)

#### [LiquidHarmony Service](https://docs.liquidapps.io/en/stable/developers/harmony-getting-started.html)

#### [LiquidScheduler Service](https://docs.liquidapps.io/en/stable/developers/cron-getting-started.html)

#### [LiquidLink Service](https://docs.liquidapps.io/liquidapps-documentation/dapp-network-services/dapp-network-services/liquidlink)

#### Link Library


---

# 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.liquidapps.io/liquidapps-documentation/release-notes/history/2.0.7661.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.
