Skip to content

Commit

Permalink
Switch manta pacific subgraph url.
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarlycow committed Jan 25, 2024
1 parent 96b79fa commit d7e2183
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aperture_finance/uniswap-smart-order-router",
"version": "0.3.0",
"version": "0.3.1",
"description": "Uniswap Smart Order Router",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/providers/v3/subgraph-provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const SUBGRAPH_URL_BY_CHAIN: { [chainId in ChainId]?: string } = {
[ChainId.MANTA_PACIFIC_TESTNET]:
'https://d3lcl3uht06cq4.cloudfront.net/subgraphs/name/aperture/uniswap-v3',
[ChainId.MANTA_PACIFIC]:
'https://api.goldsky.com/api/public/project_clnz7akg41cv72ntv0uhyd3ai/subgraphs/aperture/uniswap-v3/gn',
'https://api.goldsky.com/api/public/project_clnz7akg41cv72ntv0uhyd3ai/subgraphs/aperture-manta-pacific/uniswap-v3/gn',
[ChainId.SCROLL]:
'https://api.goldsky.com/api/public/project_clnz7akg41cv72ntv0uhyd3ai/subgraphs/aperture-scroll/uniswap-v3/gn',
};
Expand Down

0 comments on commit d7e2183

Please sign in to comment.