Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HiroyukiNaito authored Oct 13, 2023
1 parent 93eb7a5 commit 7208731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ const main = async () => {
provider.on('pending', async (tx) => {
const txnData = await provider.getTransaction(tx);
txnData
? (txnData.to == router && hasUniswapCommands(txnData['data'])) // 0x3593564c => execute method
? (txnData.to == router && hasUniswapCommands(txnData['data']))
? compose(
console.log("uniswapCommands: ", util.inspect(uniswapCommands(txnData['data']), false, null, true )),
console.log("uniswapCommandArray: ", util.inspect(uniswapCommandArray(txnData['data']), false, null, true )),
Expand Down

0 comments on commit 7208731

Please sign in to comment.