Skip to content

Commit

Permalink
Merge pull request #909 from MeanBoyCousin/patch-1
Browse files Browse the repository at this point in the history
Update subgraph version for Rysk Finance
  • Loading branch information
dtmkeng authored Oct 20, 2023
2 parents f9e70b3 + 0d84a03 commit e063247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion options/rysk-finance/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ query trades($timestampFrom: Int!, $timestampTo: Int!) {
const normalizeValues = (value: string, decimals: number) => BigNumber(value).dividedBy(10 ** decimals)

const endpoints = {
[CHAIN.ARBITRUM]: "https://api.goldsky.com/api/public/project_clhf7zaco0n9j490ce421agn4/subgraphs/arbitrum-one/0.1.17/gn",
[CHAIN.ARBITRUM]: "https://api.goldsky.com/api/public/project_clhf7zaco0n9j490ce421agn4/subgraphs/arbitrum-one/1.3.3/gn",
};

const prices = {} as IJSON<number>
Expand Down

0 comments on commit e063247

Please sign in to comment.