Skip to content

Commit

Permalink
Change subgraph endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
llunaCreixent committed Oct 16, 2024
1 parent f8a22e8 commit 65fa507
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Circles statistics and analysis toolkit
Options:
-V, --version output the version number
-e, --endpoint <url> graphQL subgraph endpoint (default: "https://api.thegraph.com/..")
-e, --endpoint <url> graphQL subgraph endpoint (default: "https://graph.provisioning.circles.garden/..")
-f, --format <csv|json> file format of output file (default: "csv")
-o, --output <path> optional file output for tabular data
-s, --relayer_address <str> address of relayer funder (default: "0x0739..")
Expand Down
2 changes: 1 addition & 1 deletion lib.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const PAGINATION_SIZE = 1000;

const configuration = {
endpoint:
'https://api.thegraph.com/subgraphs/name/circlesubi/circles-ubi',
'https://graph.provisioning.circles.garden/subgraphs/name/circlesubi/circles-ubi',
relayerAddresses: ['0x0739a8d036c966ac9161ea14855ce0f94c15b87b', '0x9944ce8e27ce1f16c4003f108b1c09e5ae011ba0'],
format: 'csv',
log: undefined,
Expand Down

0 comments on commit 65fa507

Please sign in to comment.