diff --git a/frontend/config/agents.ts b/frontend/config/agents.ts index 2baf79d3f..c89970ac4 100644 --- a/frontend/config/agents.ts +++ b/frontend/config/agents.ts @@ -50,7 +50,7 @@ export const AGENT_CONFIG: { 'Autonomously posts to Twitter, creates and trades memecoins, and interacts with other agents. Agent is operating on Base chain.', }, [AgentType.Modius]: { - isAgentEnabled: false, + isAgentEnabled: true, isComingSoon: false, requiresSetup: true, name: 'Modius agent', diff --git a/frontend/constants/urls.ts b/frontend/constants/urls.ts index db533a02d..1d7f2b5af 100644 --- a/frontend/constants/urls.ts +++ b/frontend/constants/urls.ts @@ -26,12 +26,13 @@ export const DOWNLOAD_URL: Url = 'https://olas.network/operate#download'; // thegraph export const REWARDS_HISTORY_SUBGRAPH_URLS_BY_EVM_CHAIN = { [EvmChainId.Gnosis]: - 'https://api.studio.thegraph.com/query/81371/gnosis-pearl-rewards-history/version/latest', + 'https://gateway.thegraph.com/api/5c035877a4af18d178c96afe55ed41ae/subgraphs/id/F3iqL2iw5UTrP1qbb4S694pGEkBwzoxXp1TRikB2K4e', [EvmChainId.Base]: - 'https://api.studio.thegraph.com/query/67875/olas-base-staking-rewards-history/version/latest', + 'https://api.studio.thegraph.com/query/67875/olas-base-staking/version/latest', [EvmChainId.Mode]: - 'https://api.studio.thegraph.com/query/67875/olas-mode-staking-rewards-history/version/latest', - [EvmChainId.Celo]: '', // TODO: celo + 'https://api.studio.thegraph.com/query/67875/olas-mode-staking/version/latest', + [EvmChainId.Celo]: + 'https://api.studio.thegraph.com/query/67875/olas-celo-staking/version/latest', }; // discord