Skip to content

Commit

Permalink
Merge pull request #295 from cheng521521/main
Browse files Browse the repository at this point in the history
fix: update zksync redpacket graph url
  • Loading branch information
cheng521521 committed Aug 31, 2024
2 parents ef37d9c + f75e3d8 commit 41d9818
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 41d9818

Please sign in to comment.