Skip to content

Commit

Permalink
kordfi swap graph url
Browse files Browse the repository at this point in the history
  • Loading branch information
slasher125 committed Nov 13, 2023
1 parent f39975b commit 6d5f104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adaptors/kordfi/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const { request, gql } = require('graphql-request');
const { getTzbtcLendPool, getXtzLendPool } = require('./helper');
const graphUrl = 'https://back-mainnet.kord.fi/v1/graphql';
const graphUrl = 'https://back-llb-beta.kord.fi/v1/graphql';

const DataQuery = gql`
query DataQuery {
Expand Down

0 comments on commit 6d5f104

Please sign in to comment.