require("dotenv").config(); module.exports = { governanceProxyAddress: "0x5efda50f22d34F262c29268506C5Fa42cB56A1Ce", tornTokenAddress: "0x77777FeDdddFfC19Ff86DB637967013e6C6A116C", deployed: { router: `${process.env.DEPLOYED_ROUTER_ADDRESS}`, stakingImpl: `${process.env.DEPLOYED_STAKING_ADDRESS}`, relayerRegistryImpl: `${process.env.DEPLOYED_RELAYERSR_ADDRESS}`, instanceRegistryImpl: `${process.env.DEPLOYED_INSTANCESR_ADDRESS}`, fomImpl: `${process.env.DEPLOYED_FOM_ADDRESS}`, uniFeeOracle: `${process.env.DEPLOYED_UNIFEO_ADDRESS}`, }, };