Skip to content

Commit

Permalink
fix: chain
Browse files Browse the repository at this point in the history
  • Loading branch information
Majorfi committed Oct 30, 2023
1 parent 8e44b0b commit 84da5b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/vaults/constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ export const ALL_VAULTS_FACTORY_CATEGORIES = {
};
export const ALL_VAULTS_FACTORY_CATEGORIES_KEYS = Object.keys(ALL_VAULTS_FACTORY_CATEGORIES);

export const ALL_CHAINS = [1, 10, 250, 8453, 42161];
export const ALL_CHAINS = [1, 10, 137, 250, 8453, 42161];

0 comments on commit 84da5b1

Please sign in to comment.