Skip to content

Commit 3e20dfa

Browse files
committed
enable berachain
1 parent cdf8eac commit 3e20dfa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

fees/pendle.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -276,10 +276,10 @@ const adapter: SimpleAdapter = {
276276
fetch: fetch(CHAIN.SONIC),
277277
start: '2025-02-14',
278278
},
279-
// [CHAIN.BERACHAIN]: {
280-
// fetch: fetch(CHAIN.BERACHAIN),
281-
// start: '2025-02-07',
282-
// }
279+
[CHAIN.BERACHAIN]: {
280+
fetch: fetch(CHAIN.BERACHAIN),
281+
start: '2025-02-07',
282+
}
283283
},
284284
};
285285

0 commit comments

Comments
 (0)