Skip to content

Commit

Permalink
fix url orca
Browse files Browse the repository at this point in the history
  • Loading branch information
dtmkeng committed Mar 13, 2024
1 parent 2975c5a commit 548d04b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dexs/orca/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { CHAIN } from '../../helpers/chains';
import { httpGet } from '../../utils/fetchURL';

const wpEndpoint = "https://api.mainnet.orca.so/v1/whirlpool/list?whitelisted=true";
const wpEndpoint = "https://api.mainnet.orca.so/v1/whirlpool/list";

async function fetch(timestamp: number) {
const [whirlpools] = await Promise.all([httpGet(wpEndpoint)]);
Expand Down

0 comments on commit 548d04b

Please sign in to comment.