> For the complete documentation index, see [llms.txt](https://docs.rairprotocol.org/rairprotocol/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rairprotocol.org/rairprotocol/codebase/rairdapp/rairfrontend/frontend-variables-library.md).

# Frontend Variables Library

<figure><img src="/files/PFdkZYDfAKdCZhHTOLS5" alt="" width="233"><figcaption></figcaption></figure>

<details>

<summary>VITE_NODE_ADDRESS = {0xAddress}</summary>

The address of the node used for minting and resales.

</details>

<details>

<summary>VITE_DIAMONDS_ENABLED = {Boolean}</summary>

Diamond contracts are enabled or disabled.

</details>

<details>

<summary>VITE_LOG_WEB3 = {Boolean}</summary>

Login with web3 it exists if use click to connect button.

</details>

<details>

<summary>VITE_HOME_PAGE = {URL}</summary>

Path of the page that will be the home page.

</details>

<details>

<summary>VITE_DISABLE_CREATOR_VIEWS = {Boolean}</summary>

If false, then the user cannot create a contract.

</details>

<details>

<summary>VITE_3_TAB_MARKETPLACE_DISABLED = {Boolean}</summary>

if true, user is not permitted to visit Collection/Single Token View/Unlockables pages.

</details>

<details>

<summary>VITE_TEST_CONTRACTS = {Boolean}</summary>

Enables testnet versions of some splash pages.

</details>

<details>

<summary>DANGEROUSLY_DISABLE_HOST_CHECK = {Boolean}</summary>

</details>

<details>

<summary>VITE_GOOGLE_ANALYTICS</summary>

</details>

<details>

<summary>VITE_GA_NAME</summary>

</details>

<details>

<summary>VITE_SERVER_URL = {URL}</summary>

The name of the server.

</details>

<details>

<summary>VITE_HOTDROPS = {Boolean}</summary>

if it's true Hotdrops version is active otherwise Rairtech is used by default(false)

</details>

<details>

<summary>VITE_MATIC_MAIN_DIAMOND_FACTORY = {0xAddress}</summary>

</details>

<details>

<summary>VITE_MATIC_MAIN_DIAMOND_MARKETPLACE = {0xAddress}</summary>

</details>

<details>

<summary>VITE_DEFAULT_BLOCKCHAIN = {ChainID}</summary>

ChainID which will be the default

</details>

<details>

<summary>VITE_HTML_META_TITLE = {Title}</summary>

The name that will be on the tab in the browser

</details>

<details>

<summary>VITE_HTML_META_FAVICON_URI = {URI}</summary>

Favicon path, there may also be a link here

</details>

<details>

<summary>VITE_HTML_META_IMAGE_URL = {URL}</summary>

The picture that will appear when you send a website link to someone

</details>

<details>

<summary>VITE_HTML_META_AUTHOR = {Author}</summary>

title of author. This is needed more for search and preview links

</details>

<details>

<summary>VITE_HTML_META_DESCRIPTION = {Description}</summary>

description for preview of link

</details>

<details>

<summary>VITE_HTML_LINK_WINDGET = {URL}</summary>

link for windget

</details>

<details>

<summary>VITE_HTML_LINK_WINDGET_PLAUSIBLE = {URL}</summary>

path to script

</details>

<details>

<summary>VITE_HTML_DATA_DOMAIN </summary>

domain name

</details>

<details>

<summary>VITE_IPFS_GATEWAY = {URL}</summary>

</details>

<details>

<summary>VITE_UPLOAD_PROGRESS_HOST ={URL}</summary>

</details>

<details>

<summary>VITE_WEB3AUTH_CLIENT_ID ={ID}</summary>

</details>

<details>

<summary>VITE_ALCHEMY_KEY = {Key}</summary>

</details>

<details>

<summary>VITE_ALCHEMY_GAS_POLICY</summary>

</details>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.rairprotocol.org/rairprotocol/codebase/rairdapp/rairfrontend/frontend-variables-library.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
