Skip to content

Commit

Permalink
fix 403
Browse files Browse the repository at this point in the history
  • Loading branch information
DEVNODEREACT committed Mar 11, 2024
1 parent 9c97b5b commit d10b2e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dexs/cellana-finance/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ import { CHAIN } from "../../helpers/chains";
const config_rule = {
headers: {
'user-agent': 'axios/1.6.7'
}
},
withCredentials:true
}
const cellanaDappUrl = 'https://api.cellana.finance/api/v1/tool/trading-volume-chart?timeframe=';

Expand Down

0 comments on commit d10b2e8

Please sign in to comment.