pub(crate) const CONTRACTS: &str = include_str!("../../resources/contracts/contracts.json");
pub(crate) const GAS: &str = include_str!("../../resources/contracts/gas.json");
pub(crate) const DEPLOYMENT_MAINNET: &str =
include_str!("../../resources/contracts/deployment_mainnet.json");
pub(crate) const DEPLOYMENT_ROPSTEN: &str =
include_str!("../../resources/contracts/deployment_ropsten.json");
pub(crate) const DEPLOYMENT_RINKEBY: &str =
include_str!("../../resources/contracts/deployment_rinkeby.json");
pub(crate) const DEPLOYMENT_GOERLI: &str =
include_str!("../../resources/contracts/deployment_goerli.json");
pub(crate) const DEPLOYMENT_PRIVATE: &str =
include_str!("../../resources/contracts/deployment_private_net.json");
pub(crate) const DEPLOYMENT_SERVICES_MAINNET: &str =
include_str!("../../resources/contracts/deployment_services_mainnet.json");
pub(crate) const DEPLOYMENT_SERVICES_ROPSTEN: &str =
include_str!("../../resources/contracts/deployment_services_ropsten.json");
pub(crate) const DEPLOYMENT_SERVICES_RINKEBY: &str =
include_str!("../../resources/contracts/deployment_services_rinkeby.json");
pub(crate) const DEPLOYMENT_SERVICES_GOERLI: &str =
include_str!("../../resources/contracts/deployment_services_goerli.json");
pub(crate) const DEPLOYMENT_SERVICES_PRIVATE: &str =
include_str!("../../resources/contracts/deployment_services_private_net.json");