Skip to content

Commit f550b8f

Browse files
committed
chore: patch-package @1inch/permit-signed-approvals-utils update
1 parent b2d650a commit f550b8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

patches/@1inch+permit-signed-approvals-utils+1.4.10.patch renamed to patches/@1inch+permit-signed-approvals-utils+1.5.1.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
diff --git a/node_modules/@1inch/permit-signed-approvals-utils/eip-2612-permit.utils.js b/node_modules/@1inch/permit-signed-approvals-utils/eip-2612-permit.utils.js
2-
index 3e41e2e..e2a7fee 100644
2+
index 4d17a44..13f0f65 100644
33
--- a/node_modules/@1inch/permit-signed-approvals-utils/eip-2612-permit.utils.js
44
+++ b/node_modules/@1inch/permit-signed-approvals-utils/eip-2612-permit.utils.js
5-
@@ -161,7 +161,7 @@ class Eip2612PermitUtils {
5+
@@ -172,7 +172,7 @@ export class Eip2612PermitUtils {
66
.catch(() => this.getTokenNonceByMethod(tokenAddress, walletAddress, nonceMethodNameIndex + 1))
77
.then((res) => {
88
if (res === '0x' || Number.isNaN(Number(res))) {

0 commit comments

Comments
 (0)