diff --git a/fees/cvex/index.ts b/fees/cvex/index.ts index e3c9ec882c..cc2dc2deb5 100644 --- a/fees/cvex/index.ts +++ b/fees/cvex/index.ts @@ -1,5 +1,5 @@ import type { SimpleAdapter } from '../../adapters/types' -import { httpPost } from '../../utils/fetchURL'; +import { httpGet } from '../../utils/fetchURL'; import {CHAIN} from "../../helpers/chains"; const API_SERVICE_URL = 'https://api.cvex.trade/v1/statistics/fee'