After successfully deploying Devnet, it is important to maintain a stable operating environment and continuously monitor that each component is operating correctly. This requires familiarity with key operating procedures such as checking container status, checking logs, analyzing port mapping information, and verifying network interoperability by actually testing bridge operations between L1 and L2. This guide provides practical procedures and useful reference links for these operations and tests.
1. Deployment Information
You can access essential deployment information from the following paths discussed below. This information is important for client integration, monitoring, and further development.
Please note that the deploy configuration and L1 deployed contract addresses will be deleted when the devnet is stopped using the destroy command using SDK.
Contains addresses of core contracts deployed on L1. For detailed explanations of each contract, please refer to .
Contains fixed addresses of system contracts pre-deployed on L2. For detailed explanations of each contract, please refer to .
Note: The container configurations are defined in the file.
You can move assets between L1 and L2 via bridge transactions using the SDK provided by Thanos Stack. Please refer to the link for the commands and execution methods.