Skip to content

Commit

Permalink
persistence fix
Browse files Browse the repository at this point in the history
  • Loading branch information
slasher125 committed Dec 4, 2024
1 parent 02b015c commit 00aeeee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adaptors/persistence-dex/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const query = gql`

async function apy() {
const data = await request(
'https://api.core-1.dexter.zone/v1/graphql',
'https://api.dex.persistence.one/v1/graphql',
query
);
const res = await superagent.get(
Expand Down

0 comments on commit 00aeeee

Please sign in to comment.