Customizing Network
Back to the level editor,
In Content Browser, select All > C++ Classes > CronosPlayDemo,
Drag
MyDefiWalletCoreActor
we just created into the map, you'll see a new created actorMyDefiWalletCoreActor
in Outliner
Select
MyDefiWalletCoreActor
in Outliner. Under Cronos Play Unreal section of Details tab, input the RPC and Chain ID settings, for example: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
Click
Play
to start the simulation, logs could be found in the Output Log
Last updated