Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
fix(lyra-avalon): Update subgraph endpoints (#3103)
Browse files Browse the repository at this point in the history
  • Loading branch information
wpoulin committed Dec 6, 2023
1 parent 8095b32 commit 88c4f11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Expand Up @@ -4,7 +4,7 @@ import { LyraAvalonPoolTokenFetcher } from '../common/lyra-avalon.pool.token-fet

@PositionTemplate()
export class ArbitrumLyraAvalonPoolTokenFetcher extends LyraAvalonPoolTokenFetcher {
subgraphUrl = 'https://api.lyra.finance/subgraph/arbitrum/v2/api';
subgraphUrl = 'https://subgraph.satsuma-prod.com/sw9vuxiQey3c/lyra/arbitrum-mainnet/api';

registryContractAddress = '0x6c87e4364fd44b0d425adfd0328e56b89b201329';
underlyingContractAddress = '0xff970a61a04b1ca14834a43f5de4533ebddb5cc8';
Expand Down
Expand Up @@ -4,7 +4,8 @@ import { LyraAvalonPoolTokenFetcher } from '../common/lyra-avalon.pool.token-fet

@PositionTemplate()
export class OptimismLyraAvalonPoolTokenFetcher extends LyraAvalonPoolTokenFetcher {
subgraphUrl = 'https://api.lyra.finance/subgraph/optimism/v2/api';
subgraphUrl = 'https://subgraph.satsuma-prod.com/sw9vuxiQey3c/lyra/optimism-mainnet-newport/api';

registryContractAddress = '0x0fed189bcd4a680e05b153dc7c3dc87004e162fb';
underlyingContractAddress = '0x7f5c764cbc14f9669b88837ca1490cca17c31607';
}

0 comments on commit 88c4f11

Please sign in to comment.