Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

Commit

Permalink
fix ngrok path
Browse files Browse the repository at this point in the history
  • Loading branch information
b-pmcg committed Apr 14, 2021
1 parent e218312 commit 269cc1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dai-plugin-liquidations/src/LiquidationService.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import assert from 'assert';
import tracksTransactions from './utils/tracksTransactions';
//const MAINNET_SERVER_URL = 'https://api.makerdao.com/graphql';
// const LOCAL_URL = 'http://localhost:3001/graphql';
const LOCAL_URL = 'https://b8cf191f38cf.ngrok.io'; // temporary ngrok
const LOCAL_URL = 'https://dd0965745ea7.ngrok.io/graphql'; // temporary ngrok
import BigNumber from 'bignumber.js';
const RAD = new BigNumber('1e45');
const WAD = new BigNumber('1e18');
Expand Down

0 comments on commit 269cc1b

Please sign in to comment.