Skip to content

Commit

Permalink
REFACTORING Updated new api for metrics [DONE]
Browse files Browse the repository at this point in the history
  • Loading branch information
Sahitya777 committed Jan 5, 2024
1 parent 2a1bf00 commit 82e4176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/offChainApiCalls.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default class OffchainAPI {
// static ENDPOINT = "https://offchainapi.mainnet.starknet.hashstack.finance";
// static ENDPOINT = "http://18.143.34.55:3010";
static ENDPOINT =
"https://b1ibz9x1s9.execute-api.ap-southeast-1.amazonaws.com/";
"https://metricsapimainnet.hashstack.finance";
static WHITELIST_ENDPOINT = this.ENDPOINT;

static async httpGet(route: string) {
Expand Down

0 comments on commit 82e4176

Please sign in to comment.