Skip to content

Commit

Permalink
Merge branch 'main' into xrsv/routing-api-unichain
Browse files Browse the repository at this point in the history
  • Loading branch information
xrsv authored Jan 23, 2025
2 parents a6cc58a + 41f9f43 commit 8bcc518
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion lib/handlers/injector-sor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,16 @@ export abstract class InjectorSOR<Router, QueryParams> extends Injector<
ChainId.UNICHAIN,
]

const v4Supported = [ChainId.SEPOLIA]
const v4Supported = [
ChainId.SEPOLIA,
ChainId.ARBITRUM_ONE,
ChainId.BASE,
ChainId.POLYGON,
ChainId.BNB,
ChainId.OPTIMISM,
ChainId.AVALANCHE,
ChainId.WORLDCHAIN,
]

const mixedSupported = [ChainId.MAINNET, ChainId.SEPOLIA, ChainId.GOERLI]

Expand Down

0 comments on commit 8bcc518

Please sign in to comment.