> For the complete documentation index, see [llms.txt](https://source.saakuru.com/saakuru-source/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://source.saakuru.com/saakuru-source/saakuru-blockchain/environments.md).

# Environments

For clients who build on Saakuru Blockchain, we provide secure, dedicated RPCs. Please contact <partnership@saakuru.com> for more details.

IMPORTANT. Interacting with the Saakuru Blockchain follows the same principles as engaging with other Ethereum Virtual Machine (EVM) blockchains. However, a key distinction arises when interacting with it programmatically: it's necessary to manually set the gas price to 0 within your code. This adjustment is crucial because attempts to estimate the gas price will not succeed.&#x20;

If you are deploying contracts through Remix, please make sure you set the Solidity Compiler version to `Paris` in advanced configuration

### Mainnet

#### Saakuru (L2)

| Name      | Value                                                                 |
| --------- | --------------------------------------------------------------------- |
| ChainID   | 7225878                                                               |
| Symbol    | OAS                                                                   |
| RPC       | [https://rpc.saakuru.network](https://rpc.saakuru.network/)           |
| Websocket | [https://ws.saakuru.network](https://ws.saakuru.network/)             |
| Explorer  | [https://explorer.saakuru.network](https://explorer.saakuru.network/) |
| Bridge    | <https://hub.oasys.games/asset>                                       |

#### Oasys (L1)

| Name     | Value                              |
| -------- | ---------------------------------- |
| ChainID  | 248                                |
| Symbol   | OAS                                |
| RPC      | <https://rpc.mainnet.oasys.games/> |
| Explorer | <https://scan.oasys.games/>        |

### Testnet

#### Saakuru (L2)

| Name      | Value                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| --------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| ChainID   | 247253                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| Symbol    | OAS                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| RPC       | [https://rpc-testnet.saakuru.network](https://rpc-testnet.saakuru.network/)                                                                                                                                                                                                                                                                                                                                                                                                   |
| Websocket | [https://ws-testnet.saakuru.network](https://ws-testnet.saakuru.network/)                                                                                                                                                                                                                                                                                                                                                                                                     |
| Explorer  | [https://explorer-testnet.saakuru.network](https://explorer-testnet.saakuru.network/)                                                                                                                                                                                                                                                                                                                                                                                         |
| Bridge    | <p><a href="https://github.com/oasysgames/l1-l2-bridge-tutorial"><https://github.com/oasysgames/l1-l2-bridge-tutorial></a><br><br>Please change the following values in l1-l2-bridge-tutorial/scripts/common.ts<br><br>Proxy\_\_OVM\_L1CrossDomainMessenger: '0x8c846bD677bF6B468dbf238fB329Eed8223458b7',<br>Proxy\*\*OVM\_L1StandardBridge: '0x12aef054F8BD83Aa134A1b387D02399398aB76e6',<br>Proxy\_\_OVM\_L1ERC721Bridge: '0x565a51af265671EAf8a94F67e572b1405138A0b5'</p> |

#### Oasys (L1)

| Name     | Value                                                                     |
| -------- | ------------------------------------------------------------------------- |
| ChainID  | 9372                                                                      |
| Symbol   | OAS                                                                       |
| RPC      | <https://rpc.testnet.oasys.games/>                                        |
| Explorer | <https://explorer.testnet.oasys.games/>                                   |
| Faucet   | [https://faucet.testnet.oasys.games](https://faucet.testnet.oasys.games/) |


---

# 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://source.saakuru.com/saakuru-source/saakuru-blockchain/environments.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.
