Skip to content

Commit b78fc3d

Browse files
chore: added link to GitHub EIP-4361 file
The links is https://github.com/ethereum/EIPs/blob/master/EIPS/eip-4361.md
1 parent 55748b8 commit b78fc3d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Sources/web3swift/Utils/EIP/EIP4361.swift

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ fileprivate let datetimePattern = "[0-9]{4}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[
1414
fileprivate let uriPattern = "(([^:?#]+):)?(([^?#]*))?([^?#]*)(\\?([^#]*))?(#(.*))?"
1515

1616
/// Sign-In with Ethereum protocol and parser implementation.
17-
/// [EIP-4361](https://eips.ethereum.org/EIPS/eip-4361)
17+
/// EIP-4361:
18+
/// - https://eips.ethereum.org/EIPS/eip-4361
19+
/// - https://github.com/ethereum/EIPs/blob/master/EIPS/eip-4361.md
20+
///
1821
/// Thanks to spruceid for SIWE implementation that was rewritten here in Swift: https://github.com/spruceid/siwe/blob/main/packages/siwe-parser/lib/regex.ts
1922
public final class EIP4361 {
2023

0 commit comments

Comments
 (0)