Skip to content

Commit

Permalink
Merge pull request #1890 from re-doubt/hotfix/haspump_endpoint
Browse files Browse the repository at this point in the history
Fix API endpoint
  • Loading branch information
dtmkeng committed Sep 11, 2024
2 parents 0451acb + 5325bcf commit 26c4a7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dexs/gaspump/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { FetchOptions } from "../../adapters/types";
import { getPrices } from "../../utils/prices";


const endpoint = "https://api-dev.gas111.com/api/v1/internal/tokens/volume-stats?"
const endpoint = "https://api.gas111.com/api/v1/internal/tokens/volume-stats?"


const fetch = async (options: FetchOptions) => {
Expand Down
2 changes: 1 addition & 1 deletion fees/gaspump/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { FetchOptions } from "../../adapters/types";
import { getPrices } from "../../utils/prices";


const endpoint = "https://api-dev.gas111.com/api/v1/internal/tokens/volume-stats?"
const endpoint = "https://api.gas111.com/api/v1/internal/tokens/volume-stats?"


const fetch = async (options: FetchOptions) => {
Expand Down

0 comments on commit 26c4a7a

Please sign in to comment.