Skip to content

Commit

Permalink
Update subgraph version
Browse files Browse the repository at this point in the history
Updates the Rysk Finance subgraph endpoint.
  • Loading branch information
MeanBoyCousin authored Oct 20, 2023
1 parent 3557dff commit 0d84a03
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 0d84a03

Please sign in to comment.