Skip to content

Commit

Permalink
fix: update zksync redpacket graph url
Browse files Browse the repository at this point in the history
  • Loading branch information
cheng521521 committed Aug 31, 2024
1 parent 88b9cdd commit f75e3d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ private HttpEntity getHttpEntityFromChain(String chainId) throws IOException {
break;
case Constants.CHAIN_ID_ZKSYNC: //zksync
request = new HttpPost(
"https://indexer.bigdevenergy.link/8689fa6/v1/graphql");
"https://indexer.bigdevenergy.link/93a81ef/v1/graphql");
break;
/* case Constants.CHAIN_ID_POLYGON_ZKEVM: //polygon zkevm
request = new HttpPost(
Expand Down

0 comments on commit f75e3d8

Please sign in to comment.