Skip to content

Commit

Permalink
Merge pull request #291 from cheng521521/main
Browse files Browse the repository at this point in the history
redPacket
  • Loading branch information
cheng521521 committed Aug 18, 2024
2 parents 18d6f9a + 4c71f61 commit 0148d8e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ private HttpEntity getHttpEntityFromChain(String chainId) throws IOException {
// break;
case Constants.CHAIN_ID_ARBITRUM: //arbitrum
request = new HttpPost(
"https://indexer.bigdevenergy.link/40a09e1/v1/graphql\n");
"https://indexer.bigdevenergy.link/40a09e1/v1/graphql");
break;
// case Constants.CHAIN_ID_ZKSYNC: //zksync
// request = new HttpPost(
Expand Down

0 comments on commit 0148d8e

Please sign in to comment.