Skip to content

Commit

Permalink
fix: use parachain instead of relaychain url
Browse files Browse the repository at this point in the history
  • Loading branch information
bvotteler committed Nov 21, 2023
1 parent 8df7c5b commit 10f0592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/tvl_dex.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { createInterBtcApi } from "@interlay/interbtc-api";
const tvlDex = async (request, response) => {
if (request.method === 'GET') {
const interbtcApi = await createInterBtcApi(
process.env.REACT_APP_RELAY_CHAIN_URL,
process.env.REACT_APP_PARACHAIN_URL,
process.env.REACT_APP_BITCOIN_NETWORK,
undefined,
3
Expand Down

0 comments on commit 10f0592

Please sign in to comment.