Skip to content

Commit

Permalink
Fix production endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
toliaqat committed Jun 25, 2024
1 parent e96a6b4 commit d300711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const VBANK_RESERVE_ACCOUNT = 'vbank/reserve';
export const GRAPH_DAYS = 90;

export const SUBQUERY_URL = 'https://api.subquery.network/sq/agoric-labs/agoric-mainnet-v2';
export const SUBQUERY_STAGING_URL = 'https://api.subquery.network/sq/agoric-labs/agoric-mainnet-v2__YWdvc';
export const SUBQUERY_STAGING_URL = 'https://api.subquery.network/sq/agoric-labs/agoric-mainnet-v2';

export const enum VAULT_STATES {
ACTIVE = 'active',
Expand Down

0 comments on commit d300711

Please sign in to comment.