Skip to content

Commit

Permalink
Replace the API key with new perennial subgraph proxy (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeifuChen authored Sep 6, 2024
1 parent c2bf1b2 commit 486182c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
}
},
'perennial': {
'subgraph_endpoint': 'https://subgraph.satsuma-prod.com/baf55f08f701/equilibria/perennial-v2-arbitrum-new/api',
'subgraph_endpoint': 'https://subgraph.perennial.finance/arbitrum',
'rpc_endpoint': f'https://arbitrum-mainnet.infura.io/v3/{INFURA_KEY}',
'queries': {
'aggregate_stats': {
Expand Down

0 comments on commit 486182c

Please sign in to comment.