Skip to content

Commit

Permalink
template prod
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenhoaidanh committed Jun 2, 2023
1 parent 1101591 commit af6a2e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/constants/env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,9 @@ const ANNOUNCEMENT_TEMPLATE_IDS: { [key: string]: { [type: string]: string } } =
[PrivateAnnouncementType.PRICE_ALERT]: '21,22',
[PrivateAnnouncementType.LIMIT_ORDER]: '12,13,14,15',
[PrivateAnnouncementType.BRIDGE_ASSET]: '10,11',
[PrivateAnnouncementType.KYBER_AI]: '9', // todo
[PrivateAnnouncementType.KYBER_AI]: '26',
[PrivateAnnouncementType.ELASTIC_POOLS]: '17,18',
EXCLUDE: '2,16,19', // todo
EXCLUDE: '2,16,19,9,25,24',
},
}

Expand Down

0 comments on commit af6a2e0

Please sign in to comment.