Skip to content

Commit

Permalink
uni v3 change base graph url
Browse files Browse the repository at this point in the history
  • Loading branch information
slasher125 committed Nov 22, 2024
1 parent c124484 commit 5e463b4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/adaptors/uniswap-v3/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ const chains = {
'GVH9h9KZ9CqheUEL93qMbq7QwgoBu32QXQDPR6bev4Eo'
),
bsc: sdk.graph.modifyEndpoint('GcKPSgHoY42xNYVAkSPDhXSzi6aJDRQSKqBSXezL47gV'),
base: 'https://api.studio.thegraph.com/query/48211/uniswap-v3-base/version/latest',
base: sdk.graph.modifyEndpoint(
'GqzP4Xaehti8KSfQmv3ZctFSjnSUYZ4En5NRsiTbvZpz'
),
};

const query = gql`
Expand Down

0 comments on commit 5e463b4

Please sign in to comment.