Skip to content

Commit

Permalink
Merge pull request #277 from cheng521521/main
Browse files Browse the repository at this point in the history
fix: replace redpacket graph url for op
  • Loading branch information
cheng521521 committed Jul 31, 2024
2 parents 56c9c84 + 16bb873 commit c913e93
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ private HttpEntity getHttpEntityFromChain(String chainId) throws IOException {
switch (chainId) {
case Constants.CHAIN_ID_OP: // op
request = new HttpPost(
"http://103.99.179.200:8300/subgraphs/name/redpacket_optimism");
"https://gateway-arbitrum.network.thegraph.com/api/4146067af3cd632fedc37eef1783bdb2/subgraphs/id/G7LuMuUuWUW8UknEx8x2aVSeFtqpNMEKHvka2aKiDzRm");
break;
// case Constants.CHAIN_ID_SEPOLIA: //sepolia
// request = new HttpPost(
Expand Down

0 comments on commit c913e93

Please sign in to comment.