Skip to content

Commit

Permalink
kashi deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
0xngmi committed Aug 7, 2024
1 parent cc2a0d1 commit ea87d36
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions projects/sushiswap-kashi/kashi-lending.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ const kashiQuery = `

function kashiLending(chain, borrowed) {
return async (api) => {
if(borrowed === true && api.timestamp > 1672534861){
return {}
}
const graphUrl = graphUrls[chain];

// Query graphql endpoint
Expand Down

0 comments on commit ea87d36

Please sign in to comment.