|
| 1 | +diff --git a/node_modules/@spruceid/siwe-parser/dist/abnf.js b/node_modules/@spruceid/siwe-parser/dist/abnf.js |
| 2 | +index 15caf98..0eeac1e 100644 |
| 3 | +--- a/node_modules/@spruceid/siwe-parser/dist/abnf.js |
| 4 | ++++ b/node_modules/@spruceid/siwe-parser/dist/abnf.js |
| 5 | +@@ -290,9 +290,6 @@ class ParsedMessage { |
| 6 | + if (this.domain.length === 0) { |
| 7 | + throw new Error("Domain cannot be empty."); |
| 8 | + } |
| 9 | +- if (!(0, utils_1.isEIP55Address)(this.address)) { |
| 10 | +- throw new Error("Address not conformant to EIP-55."); |
| 11 | +- } |
| 12 | + } |
| 13 | + } |
| 14 | + exports.ParsedMessage = ParsedMessage; |
| 15 | +diff --git a/node_modules/@spruceid/siwe-parser/dist/regex.js b/node_modules/@spruceid/siwe-parser/dist/regex.js |
| 16 | +index 4740a7c..f1d880d 100644 |
| 17 | +--- a/node_modules/@spruceid/siwe-parser/dist/regex.js |
| 18 | ++++ b/node_modules/@spruceid/siwe-parser/dist/regex.js |
| 19 | +@@ -55,9 +55,6 @@ class ParsedMessage { |
| 20 | + throw new Error("Domain cannot be empty."); |
| 21 | + } |
| 22 | + this.address = (_b = match === null || match === void 0 ? void 0 : match.groups) === null || _b === void 0 ? void 0 : _b.address; |
| 23 | +- if (!(0, utils_1.isEIP55Address)(this.address)) { |
| 24 | +- throw new Error("Address not conformant to EIP-55."); |
| 25 | +- } |
| 26 | + this.statement = (_c = match === null || match === void 0 ? void 0 : match.groups) === null || _c === void 0 ? void 0 : _c.statement; |
| 27 | + this.uri = (_d = match === null || match === void 0 ? void 0 : match.groups) === null || _d === void 0 ? void 0 : _d.uri; |
| 28 | + if (!uri.isUri(this.uri)) { |
0 commit comments