Testing

How to test on testnets and mainnets

Running in testnet mode

By default, PillarX runs in testnet mode. You can see this in the environment variable called REACT_APP_USE_TESTNETS in the Getting started section.

Currently PillarX supports:

  • Sepolia

Switching to mainnet mode

To switch to mainnet mode, change the environment variable REACT_APP_USE_TESTNETS to true. You will need to stop the development server in your terminal and run npm start again for the changes to take effect.

Currently PillarX supports:

  • Ethereum

  • Polygon

  • Gnosis

  • Base

Last updated