Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
chain config zora support classic routing
Browse files Browse the repository at this point in the history
  • Loading branch information
jsy1218 committed May 22, 2024
1 parent 302f5c5 commit da5057c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/config/ChainConfigManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,9 @@ export abstract class ChainConfigManager {
alarmEnabled: false,
},
[ChainId.ZORA]: {
routingTypes: {},
routingTypes: {
[RoutingType.CLASSIC]: {},
},
alarmEnabled: false,
},
[ChainId.ZORA_SEPOLIA]: {
Expand Down

0 comments on commit da5057c

Please sign in to comment.