Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
harsh9200 committed Jul 1, 2024
1 parent 80a4e02 commit 2afa1a5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions subgraphs/_reference_/src/prices/common/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import * as CELO from "../config/celo";
import * as FUSE from "../config/fuse";
import * as XDAI from "../config/gnosis";
import * as BLAST from "../config/blast";
import * as LINEA from "../config/linea";
import * as CRONOS from "../config/cronos";
import * as AURORA from "../config/aurora";
import * as FANTOM from "../config/fantom";
Expand Down Expand Up @@ -123,6 +124,8 @@ export function getConfig(): Configurations {
return new SCROLL.config();
} else if (network == ZKSYNC_ERA.NETWORK_STRING) {
return new ZKSYNC_ERA.config();
} else if (network == LINEA.NETWORK_STRING) {
return new LINEA.config();
}

return new TEMPLATE.config();
Expand Down

0 comments on commit 2afa1a5

Please sign in to comment.