Skip to content

Commit 13cbfff

Browse files
authored
disable cronos and zkevm for kyberswap (DefiLlama#3988)
1 parent 2fbbe8e commit 13cbfff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

aggregators/kyberswap/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ const chainConfig: Record<string, { id: number, start: string }> = {
1313
[CHAIN.LINEA]: { id: 59144, start: '2023-07-11' },
1414
// [CHAIN.SCROLL]: {id: 534352, start: '2021-09-22'},
1515
// [CHAIN.ERA]: {id: 324, start: '2023-03-24'},
16-
[CHAIN.CRONOS]: { id: 25, start: '2021-06-01' },
16+
// [CHAIN.CRONOS]: { id: 25, start: '2021-06-01' },
1717
[CHAIN.BASE]: { id: 8453, start: '2023-08-09' },
1818
[CHAIN.MANTLE]: { id: 5000, start: '2023-07-17' },
1919
// [CHAIN.BLAST]: {id: 81457, start: '2024-02-29'},
20-
[CHAIN.POLYGON_ZKEVM]: { id: 1101, start: '2023-03-27' },
20+
// [CHAIN.POLYGON_ZKEVM]: { id: 1101, start: '2023-03-27' },
2121
// [CHAIN.BITTORRENT]: {id: 199, start: '2021-06-01'},
2222
[CHAIN.SONIC]: { id: 146, start: '2024-12-18' },
2323
[CHAIN.BERACHAIN]: { id: 80094, start: '2025-02-06' },

0 commit comments

Comments
 (0)