We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cb4a1e7 + 6e0c2f5 commit 41a2f00Copy full SHA for 41a2f00
plugins/vault/crons/processWithdrawals.js
@@ -5,8 +5,7 @@ const rp = require('request-promise');
5
const { each } = require('lodash');
6
const { all, delay } = require('bluebird');
7
const { GET_CONFIGURATION, GET_SECRETS } = require('../../../constants');
8
-const { VAULT_ENDPOINT } = require('../../constants');
9
-const { ERC_TOKENS } = require('../../constants');
+const { ERC_TOKENS, VAULT_ENDPOINT } = require('../../constants');
10
const moment = require('moment');
11
const { loggerDeposits } = require('../../../config/logger');
12
const mathjs = require('mathjs');
0 commit comments