Skip to content

Commit 6b0b66a

Browse files
committed
fixed linter issues
1 parent b1521cd commit 6b0b66a

19 files changed

+37
-39
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ upsert-constant:
203203
sed -i '' 's|$(OPS_CHAIN_ID): .*|$(OPS_CHAIN_ID): $(OPS_GEN_VAL),|' $(OPS_GEN_FILE); \
204204
sed -i '' 's/"/'\''/g' $(OPS_GEN_FILE); \
205205
else \
206-
awk '1;/module.exports = {/{print "\t$(OPS_CHAIN_ID): $(subst ",\",$(OPS_GEN_VAL)),"}' $(OPS_GEN_FILE) > tmp && sed -i '' 's/"/'\''/g' tmp && mv tmp $(OPS_GEN_FILE); \
206+
awk '1;/module.exports = {/{print " $(OPS_CHAIN_ID): $(subst ",\",$(OPS_GEN_VAL)),"}' $(OPS_GEN_FILE) > tmp && sed -i '' 's/"/'\''/g' tmp && mv tmp $(OPS_GEN_FILE); \
207207
fi \
208208
}
209209

deploy/constants/create3-deployer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ module.exports = {
1616
31337: '0x62f4807082fa27E711784C53fE5CBF056E6C11B2',
1717
};
1818

19-
module.exports.skip = async () => true;
19+
module.exports.skip = async () => true;

deploy/constants/fee-collector-factory-owner.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module.exports = {
2-
31337: '0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266',
2+
31337: '0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266',
33
1: '0x9F8102b1bB05785BaD2874f2C7B1aaea4c6D976a', // Mainnet
44
56: '0x7a4C2f97069f874A355607eBC52aEfCc4eAc9202', // BSC
55
137: '0xA154B43EEa8905Ef684995424fF476656ab50A61', // Matic

deploy/constants/fee-collector-factory.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ module.exports = {
1717
31337: '0xb8b1Dd7c82317485942984775649d506c12c203D',
1818
};
1919

20-
module.exports.skip = async () => true;
20+
module.exports.skip = async () => true;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module.exports = {
2-
31337: {Safe: '0x0829b195d2d53887cd2316c0acb390ef8fecaef9', DevPortal: '0xA98F85F55F259ef41548251c93409F1D60e804e4'},
2+
31337: { Safe: '0x0829b195d2d53887cd2316c0acb390ef8fecaef9', DevPortal: '0xA98F85F55F259ef41548251c93409F1D60e804e4' },
33
};
44

55
module.exports.skip = async () => true;

deploy/constants/fee-collector-owner.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ module.exports = {
1515
31337: '0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266',
1616
};
1717

18-
module.exports.skip = async () => true;
18+
module.exports.skip = async () => true;

deploy/constants/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ const uniV4constructorArgs = require('./uni-v4-helper-args');
99
const leftoverExchangerOwner = require('./leftover-exchanger-owner');
1010

1111
module.exports = {
12-
WETH: weth,
12+
WETH: weth,
1313
FEE_COLLECTOR_OWNER: feeCollectorOwner,
1414
FEE_COLLECTOR_FACTORY: feeCollectorFactory,
1515
FEE_COLLECTOR_FACTORY_OWNER: feeCollectorFactoryOwner,
1616
LOP: lop,
1717
CREATE3_DEPLOYER_CONTRACT: create3Deployer,
1818
FEE_COLLECTOR_OPERATOR: operator,
1919
CONSTRUCTOR_ARGS: {
20-
UniV4Helper: uniV4constructorArgs
20+
UniV4Helper: uniV4constructorArgs,
2121
},
2222
LEFTOVER_EXCHANGER_OWNER: leftoverExchangerOwner,
2323
};
2424

25-
module.exports.skip = async () => true;
25+
module.exports.skip = async () => true;

deploy/constants/leftover-exchanger-owner.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ module.exports = {
22
31337: '0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266',
33
};
44

5-
module.exports.skip = async () => true;
5+
module.exports.skip = async () => true;

deploy/constants/lop.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ module.exports = {
1717
31337: '0x111111125421cA6dc452d289314280a0f8842A65',
1818
};
1919

20-
module.exports.skip = async () => true;
20+
module.exports.skip = async () => true;
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
module.exports = {
2-
31337: ['0x000000000004444c5dc75cB358380D2e3dE08A90', '0x7ffe42c4a5deea5b0fec41c94c136cf115597227', '0xbd216513d74c8cf14cf4747e6aaa6420ff64ee9e'],
1+
module.exports = {
2+
31337: ['0x000000000004444c5dc75cB358380D2e3dE08A90', '0x7ffe42c4a5deea5b0fec41c94c136cf115597227', '0xbd216513d74c8cf14cf4747e6aaa6420ff64ee9e'],
33
};
44

55
module.exports.skip = async () => true;

0 commit comments

Comments
 (0)