Skip to content

Commit

Permalink
add: undefined pricing for crab and darwinia
Browse files Browse the repository at this point in the history
  • Loading branch information
nblogist committed Feb 21, 2024
1 parent 4fad1a5 commit b9d44ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/utils/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1304,6 +1304,8 @@ const PRICE_STRATEGIES: Record<number, PriceStrategy> = {
}),
],
}),
[ChainId.CrabNetwork]: undefined,
[ChainId.DarwiniaNetwork]: undefined,
[ChainId.DogechainMainnet]: undefined, // All stablecoins on Dogechain are depegged
[ChainId.ElastosSmartChain]: new AggregatePriceStrategy({
aggregationType: AggregationType.ANY,
Expand Down

0 comments on commit b9d44ec

Please sign in to comment.