5. Developers
Development Environment
Network Information
Smart Contract Deployment (Hardhat)
module.exports = {
solidity: "0.8.25",
networks: {
riche: {
url: "[https://seed-richechain.com/](https://seed-richechain.com/)",
chainId: 132026,
accounts: [process.env.PRIVATE_KEY] // Ensure this is secured
}
}
};Last updated