Skip to content

Commit

Permalink
Merge pull request #57 from clober-dex/feat/deploy
Browse files Browse the repository at this point in the history
feat: update subgraph url
  • Loading branch information
Dorvin authored May 20, 2024
2 parents d51e8dc + bef991c commit d228bc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/subgraph.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const SUBGRAPH_URL: {
[CHAIN_IDS.ZKSYNC]:
'https://api.goldsky.com/api/public/project_clsljw95chutg01w45cio46j0/subgraphs/v2-core-subgraph-zksync-era/v1.4.0/gn',
[CHAIN_IDS.ZKSYNC_SEPOLIA]:
'https://api.goldsky.com/api/public/project_clsljw95chutg01w45cio46j0/subgraphs/v2-core-subgraph-zksync-era-sepolia/v1.4.0/gn',
'https://api.goldsky.com/api/public/project_clsljw95chutg01w45cio46j0/subgraphs/v2-core-subgraph-zksync-era-sepolia/v1.4.1/gn',
}

class Subgraph {
Expand Down

0 comments on commit d228bc6

Please sign in to comment.