From 556ca0252007dbbefe95500f72fdf394704ee1f1 Mon Sep 17 00:00:00 2001 From: Hiroyuki Naito <04hiroyuki28@gmail.com> Date: Sat, 14 Oct 2023 00:34:48 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index afac6b7..e1dc52f 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Decodes Uniswap Universal execute function in accordance with [the Uniswap tehch | command | value | Decode | Tested | ---------- | ------------- |:------:|:------: -| 0x | [Use hasUniswapCommands function for avoiding Exception](https://github.com/HiroyukiNaito/uniswap-universal-decoder/blob/main/example.js#L26) | ✅ | ✅ +| 0x(void) | [Use hasUniswapCommands function for avoiding Exception](https://github.com/HiroyukiNaito/uniswap-universal-decoder/blob/main/example.js#L26) | ✅ | ✅ | 0x00 | V3_SWAP_EXACT_IN | ✅ | ✅ | 0x01 | V3_SWAP_EXACT_OUT | ✅ | ✅ | 0x02 | PERMIT2_TRANSFER_FROM | ✅ |