Skip to content

Commit

Permalink
remove set env
Browse files Browse the repository at this point in the history
  • Loading branch information
dtmkeng committed Oct 17, 2023
1 parent 94c6c4f commit 2ed2bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fees/unidex.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const endpoints: TUrl = {
[CHAIN.ARBITRUM]: 'https://api.thegraph.com/subgraphs/name/unidex-finance/arbitrumleveragev2',
}
// hot fix era CERT_HAS_EXPIRED
process.env.NODE_TLS_REJECT_UNAUTHORIZED = '0';
// process.env.NODE_TLS_REJECT_UNAUTHORIZED = '0';

interface IDTrade {
id: string; // Add this line
Expand Down

0 comments on commit 2ed2bc1

Please sign in to comment.