Skip to content

Commit

Permalink
lyra swap subgraph
Browse files Browse the repository at this point in the history
  • Loading branch information
slasher125 committed Dec 11, 2023
1 parent 496df65 commit 64a55a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/adaptors/lyra/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ const { request, gql } = require('graphql-request');

const utils = require('../utils');

const url = 'https://api.lyra.finance/subgraph/optimism/v1/api';
const url =
'https://subgraph.satsuma-prod.com/sw9vuxiQey3c/lyra/optimism-mainnet-newport/api';

const SECONDS_IN_MONTH = 2592000;
const MONTHS_IN_YEAR = 12;
Expand Down

0 comments on commit 64a55a8

Please sign in to comment.