Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
juniset committed Apr 29, 2021
1 parent 3975fd4 commit 1eb980e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion deployment/10_patch_filters.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const main = async () => {
// Update existing filters to Argent Registry
// //////////////////////////////////

const filters = {...config.filters};
const filters = { ...config.filters };

//
// Compound
Expand Down
6 changes: 0 additions & 6 deletions deployment/11_confirm_patch_filters.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,8 @@
global.web3 = web3;
global.artifacts = artifacts;

const ethers = require("ethers");
const childProcess = require("child_process");

const DappRegistry = artifacts.require("DappRegistry");

const deployManager = require("../utils/deploy-manager.js");
const MultisigExecutor = require("../utils/multisigexecutor.js");

const main = async () => {
const { configurator } = await deployManager.getProps();
Expand All @@ -30,7 +25,6 @@ const main = async () => {
await DappRegistryWrapper.confirmFilterUpdate(0, config.defi.paraswap.contract);
console.log(`Confirming filter for ${config.defi.uniswap.paraswapUniV2Router}`);
await DappRegistryWrapper.confirmFilterUpdate(0, config.defi.uniswap.paraswapUniV2Router);

};

// For truffle exec
Expand Down

0 comments on commit 1eb980e

Please sign in to comment.