Skip to content

Commit 98defe3

Browse files
committed
feat: update rho market subgraph query
1 parent 47d6fce commit 98defe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adapters/rhomarkets/src/sdk/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export const enum PROTOCOLS {
99
export const SUBGRAPH_URLS = {
1010
[CHAINS.SCROLL]: {
1111
[PROTOCOLS.RHO_MARKETS]: {
12-
url: "https://api.studio.thegraph.com/query/79909/rho-markets-mainnet/version/latest",
12+
url: "https://openblock-adpater-service-production.up.railway.app/graph/query",
1313
},
1414
},
1515
};

0 commit comments

Comments
 (0)