infrastructure-upgrade/config.js
AlienTornadosaurusHex 476c8a5f27 FeeOracleManager not deploying still
Signed-off-by: AlienTornadosaurusHex <>
2023-06-29 21:00:47 +00:00

15 lines
576 B
JavaScript

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}`,
},
};