Skip to content

Commit

Permalink
fix: dontion history issue
Browse files Browse the repository at this point in the history
  • Loading branch information
bhargavaparoksham committed Feb 7, 2024
1 parent 641c438 commit c2b284b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/grant-explorer/src/features/api/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -811,6 +811,7 @@ export function getChainIds(): number[] {
Number(ChainId.POLYGON),
Number(ChainId.ZKSYNC_ERA_MAINNET_CHAIN_ID),
Number(ChainId.BASE),
Number(ChainId.SCROLL),
];
} else {
return Object.values(ChainId)
Expand Down

0 comments on commit c2b284b

Please sign in to comment.