Skip to content

Commit

Permalink
Delete depulicate code
Browse files Browse the repository at this point in the history
  • Loading branch information
HiroyukiNaito committed Oct 17, 2023
1 parent 7208731 commit 4f1cc2f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"scripts":{"test":"mocha ./**/*.js"},"dependencies":{"rewire":"^7.0.0"}}
{"scripts":{"test":"mocha ./tests/**/*.js"},"dependencies":{"rewire":"^7.0.0"}}
18 changes: 9 additions & 9 deletions universalDecoder.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,13 +127,13 @@ const uniswapFullDecodedInput = (txnData) => ({

// Exporting functions
module.exports = {
hasUniswapCommands: hasUniswapCommands,
uniswapCommands: uniswapCommands,
uniswapCommandArray: uniswapCommandArray,
uniswapInputArray: uniswapInputArray,
uniswapDecodedInputArray: uniswapDecodedInputArray,
uniswapV3PathDecode: uniswapV3PathDecode,
uniswapV3DecodedInputArray: uniswapV3DecodedInputArray,
uniswapDeadline: uniswapDeadline,
uniswapFullDecodedInput: uniswapFullDecodedInput,
hasUniswapCommands,
uniswapCommands,
uniswapCommandArray,
uniswapInputArray,
uniswapDecodedInputArray,
uniswapV3PathDecode,
uniswapV3DecodedInputArray,
uniswapDeadline,
uniswapFullDecodedInput,
};

0 comments on commit 4f1cc2f

Please sign in to comment.