During project setup, all our page configurations are in page.tsx. Let's explain each configuration option in detail.
page.tsx file:
Network Environment Configuration 🌐
The network option specifies the network environment that the Wormhole Connect component will connect to. There are three options:
●Mainnet 🚀: Production environment, connects to mainnet. Uses real assets, suitable for production applications.
●Testnet 🧪: Testing environment, connects to testnet. Uses test tokens, ideal for development and testing.
●Devnet 👨💻: Development environment, primarily used for local developer testing.
In our reimbursement application, we choose Testnet for development and testing to avoid risks associated with real assets.