Skip to content

Commit

Permalink
hardcode stable in base config
Browse files Browse the repository at this point in the history
  • Loading branch information
harsh9200 committed Jul 1, 2024
1 parent d7e86f7 commit 9194a53
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion subgraphs/cygnus-finance/src/prices/config/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ export const SUSHI_CALCULATIONS_BLACKSLIST: Address[] = [];
//////////////////////////// HARDCODED STABLES ////////////////////////////
///////////////////////////////////////////////////////////////////////////

export const HARDCODED_STABLES: Address[] = [];
export const HARDCODED_STABLES: Address[] = [
Address.fromString("0x833589fcd6edb6e08f4c7c32d4f71b54bda02913"),
];

///////////////////////////////////////////////////////////////////////////
///////////////////////////////// HELPERS /////////////////////////////////
Expand Down

0 comments on commit 9194a53

Please sign in to comment.