Skip to content

Commit

Permalink
fix: update rfqv2 subgraph url
Browse files Browse the repository at this point in the history
  • Loading branch information
0xkeen committed May 15, 2024
1 parent beeab0a commit f719f64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dexs/tokenlon/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ const config = {
const endpoints: TEndpoint = {
[CHAIN.ETHEREUM]: "https://api.thegraph.com/subgraphs/name/consenlabs/tokenlon-v5-exchange",
};
const rfqV2Endpoint = "https://subgraph.satsuma-prod.com/61c3dea518e9/imtoken-labs--349710/rfq-v2-subgraph/version/v0.0.1-test-version/api"
const rfqV2Endpoint = "https://satsuma-subgraph.token.im/subgraph/rfqv2/api"

const fetchVolume = (chain: Chain) => {
return async (
Expand Down

0 comments on commit f719f64

Please sign in to comment.