Skip to content

Commit

Permalink
chore: change permitinfo temporarily to pending token-lists PR
Browse files Browse the repository at this point in the history
  • Loading branch information
alfetopito committed May 15, 2024
1 parent 5e5d6c0 commit 8c0fce3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/cowswap-frontend/src/modules/permit/const.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ import ms from 'ms.macro'

export const PENDING_ORDER_PERMIT_CHECK_INTERVAL = ms`60s`

// TODO: revert to previous one, only for temporary testing
export const PRE_GENERATED_PERMIT_URL =
'https://raw.githubusercontent.com/cowprotocol/token-lists/main/src/public/PermitInfo'
'https://raw.githubusercontent.com/cowprotocol/token-lists/2a83e3299264b31b99e3bc760223cb75b14fe7fa/src/public/PermitInfo'

0 comments on commit 8c0fce3

Please sign in to comment.