Skip to content

Commit

Permalink
chore: hide maskbox 16 17
Browse files Browse the repository at this point in the history
  • Loading branch information
UncleBill committed Feb 24, 2022
1 parent ab0194f commit 94de461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/constants/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function getIgnoreIds(config: string, extendValue: string[] = []) {
* ignore dirty data, pass to `id_not_in` field in `query MaskBoxes`
*/
export const IGNORE_IDS: Partial<Record<ChainId, string[]>> = {
[ChainId.Mainnet]: getIgnoreIds(process.env.IGNORE_IDS_ON_MAINNET, ['12', '14']),
[ChainId.Mainnet]: getIgnoreIds(process.env.IGNORE_IDS_ON_MAINNET, ['12', '14', '16', '17']),
[ChainId.Matic]: getIgnoreIds(process.env.IGNORE_IDS_ON_MATIC),
[ChainId.BSC]: getIgnoreIds(process.env.IGNORE_IDS_ON_BSC),
[ChainId.Rinkeby]: getIgnoreIds(process.env.IGNORE_IDS_ON_RINKEBY),
Expand Down

0 comments on commit 94de461

Please sign in to comment.