# Cronos Configuration

After creating **BP\_DefiWalletCore**, we should configure the Network Configuration, so that when we spawn the actor, we could get the same network settings.

* Double click **BP\_DefiWalletCore** in **Content Browser**, and open the Blueprint Editor
* In **Cronos Play Unreal** section of **Details** tab, input the RPC and Chain ID settings, for example like below:
  * `My Cronos Rpc`:
    * **\[Testnet]** <https://evm-dev-t3.cronos.org>; or
    * **\[Mainnet]** <https://evm-dev.cronos.org>.
  * `My Cronos Chain ID`:
    * **\[Testnet]** 338; or
    * **\[Mainnet]** 25

      <figure><img src="https://1786307500-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FqXsIo4b4WtOTfICyOIxa%2Fuploads%2Fgit-blob-ede0a625eda792505875684446a4f2ffd94039b7%2Fcronos-gamefi-blueprint-cronos-network-setting.png?alt=media" alt=""><figcaption></figcaption></figure>
  * `My Grpc`, `My Cosmos Rpc`, `My Tendermint Rpc`, and `My Chain ID` are for COSMOS chain, such as Crypto.org Chain, you can leave them as default values.
  * **Compile** > **Save** to check if any errors
