Skip to content

Commit

Permalink
Update route-processor.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
rouzwelt committed Jun 24, 2024
1 parent 8173971 commit 5226a4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sushi/src/config/route-processor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ export const ROUTE_PROCESSOR_4_SUPPORTED_CHAIN_IDS = [
ChainId.CORE,
ChainId.CRONOS,
ChainId.BLAST,
ChainId.FLARE
ChainId.FLARE,
] as const
export type RouteProcessor4ChainId =
(typeof ROUTE_PROCESSOR_4_SUPPORTED_CHAIN_IDS)[number]
Expand Down

0 comments on commit 5226a4f

Please sign in to comment.