Skip to content

Commit

Permalink
Merge pull request #748 from valory-xyz/tanya/subgraph-update
Browse files Browse the repository at this point in the history
Tanya/subgraph update
  • Loading branch information
Tanya-atatakai authored Feb 7, 2025
2 parents 4dbdfb1 + 72fe20f commit be1bd2f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion frontend/config/agents.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
9 changes: 5 additions & 4 deletions frontend/constants/urls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit be1bd2f

Please sign in to comment.