- Remove support for testnet on production - The network should be based on the environment variable `ENV` - `ENV` can take two values : `dev` or `prod` - If `ENV` is `dev`, use testnet (Base Sepolia) and if it's `prod`, use mainnet (Base Mainnet)